@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    background: #F1F2F1;
}

body,
* {
    margin: 0;
    padding: 0;
    font-family: 'Inter';
}

.container {
    max-width: 1170px;
    margin: 0px auto;
    overflow-x: hidden;
    position: relative;
}

header {
    background: #141414;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.logo img {
    max-width: 150px;
}

.nav_btn {
    background: #fff;
    padding: 11px 15px;
    border-radius: 10px;
    cursor: pointer;
}
.nav_btn:hover {
    background: #5A8C5D;
    color: #fff;
}
.search {
    position: relative;
}

input#story {
    padding: 11px;
    border-radius: 8px;
    min-width: 320px;
    font-size: 16px;
    font-style: italic;
    border: 0;
}

.search button {
    right: 0;
    background: transparent;
    border: 0;
    padding: 10px 25px;
    position: absolute;
    cursor: pointer;
    opacity: .3;
}

.search button:hover {
    opacity: 1;
}

input.header_search:focus {
    border: 0;
    outline: none;
}

.header_call a {
    color: #fff;
    font-family: 'Inter';
    text-decoration: none;
}

.header_call {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.lang_active {
    font-weight: 600;
    opacity: 1 !important;
}

.lang a {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}

.main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.left_content {
    width: 65%;
    box-sizing: border-box;
}

.right_sidebar {
    width: 33%;
    box-sizing: border-box;
}

.main_slider {
    border-radius: 10px;
    overflow: hidden;
}

.main_slider_bg {
    padding: 40px;
    height: 440px;
    background-size: cover !IMPORTANT;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
}

.main_slider_cat {
    background: #ffffff4a;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: 200;
}

.main_slider_title {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin: 8px 0;
    max-width: 670px;
}

.main_slider_p {
    max-width: 670px;
    color: #fff;
    font-size: 16px;
}

.slider_footer {
    margin-top: 30px;
    color: #fff;
    display: flex;
    gap: 20px;
}

.main_slider_item {
    position: relative;
    z-index: 1;
}

.main_slider_shape {
    position: absolute;
    background: linear-gradient(0deg, black, transparent);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.main_slider_content {
    position: relative;
    z-index: 1;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
}

.last_news {
    padding: 16px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.right_news_wr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}

.right_slider_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.fullnews_wr {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.right_news_item {
    border: 1px solid #F2F2F2;
    padding: 11px;
    border-radius: 10px;
}

.right_news_title a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.right_news_footer {
    display: flex;
    gap: 20px;
    color: #B7B7B7;
    font-size: 12px;
    align-items: center;
}

.right_news_footer .calendar img {
    width: 11px;
}

.slider_footer > div {
    display: flex;
    align-items: center;
    gap: 7px;
}

.main_slider_bg .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
}

.main_slider {
    position: relative;
}

.main_slider .slick-dots {
    position: absolute;
    right: 80px;
    bottom: 40px !important;
    left: auto;
    display: flex;
    list-style: none;
    width: 300px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
}

.main_slider .slick-prev.slick-arrow {
    display: none;
}

.main_slider .slick-next.slick-arrow {
    position: absolute;
    right: 45px;
    top: auto;
    bottom: 26px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.main_slider .slick-dots li button {
    display: none;
}

.main_slider .slick-dots li {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0px;
    cursor: pointer;
}

.main_slider .slick-dots .slick-active {
    background: #fff !important;
}

.main_slider .slick-prev.slick-arrow {
    display: none !important;
}

.news_wr {
    padding: 20px 20px 0px;
    margin: 20px auto;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    background: #fff;
}

.news_wr_item_rnews {
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    align-content: flex-start;
}

.news_wr_item:hover .news_wr_content_title {
    color: #5A8C5D;
}

.news_wr_img {
    width: 30%;
    height: 147px;
    background-size: cover !important;
    border-radius: 10px;
}

.news_wr_content {
    width: 67%;
}

.news_wr_content_title {
    font-size: 18px;
    font-weight: 700;
}

.news_wr_content_txt {
    font-size: 14px;
    margin: 15px auto;
}

.news_wr_content_footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    color: #AFAFAF;
    align-items: center;
}

.news_cat_title {
    background: #5A8C5D;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 4px;
}

footer {
    background: #141414;
    border-radius: 10px;
    padding: 40px 120px 40px 40px;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.footer_menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 5px;
}

.footer_menu a:hover {
    color: #5A8C5D;
}

.footer_logo img {
    max-width: 150px;
}

.footer_phone a {
    display: block;
    font-size: 22px;
    margin: 10px 0;
    color: #fff;
    text-decoration: none;
}

.footer_soc_icon img {
    height: 24px;
    margin: 0 3px 0;
}

.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 110px;
}

.slick-next:before {
    display: none !important;
}

.coment img {
    vertical-align: middle;
}

article.box.story.fullstory {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.fullnews_header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    color: #B6B6B6;
    font-weight: 300;
    font-size: 15px;
    gap: 20px;
}

.day_news a {
    color: #B6B6B6 !important;
    text-decoration: none;
}

.day_news img {
    width: 13px;
    position: relative;
    top: 2px;
}

.author img {
    position: relative;
    top: 2px;
}

h2.title {
    font-size: 36px;
    font-weight: 700;
    margin: 21px 0;
    padding: 0;
}

.fullnews_img {
    height: 485px;
    background-size: cover !important;
    width: 100%;
    background-position: center center !important;
    border-radius: 10px;
    margin-bottom: 20px;
}

.text {
    font-size: 16px;
    font-family: 'Inter';
    line-height: 24px;
    letter-spacing: -.16px;
    position: relative;
}
.text p {
    margin: 15px 0;
}

.text img {
    width: 100%;
    border-radius: 10px;
}

.quote {
    padding: 20px;
    background: #5a8c5d1f;
    color: #000;
    font-weight: 700;
    border-left: 5px solid #5A8C5D;
    position: relative;
}

.quote:after {
    content: "\275E";
    position: absolute;
    font-size: 18px;
    top: 0px;
    background: #5a8c5d;
    color: #fff;
    padding: 2px 5px;
    line-height: normal;
    right: 0;
    font-weight: 100;
}

.full_story_footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.full_story_footer_right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #ccc;
}

.tags a {
    color: #000;
    text-decoration: none;
    background: #EDEDED;
    padding: 6px 10px;
    border-radius: 6px;
}

.tags a:hover {
    color: #fff;
    background: #000;
}

.related_news_wr {
    padding: 36px 0;
}

.related_news_wr_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.webhidden {
    display: none;
}
.mobhidden {
    display: block;
}
.related_news_wr {
    padding: 36px 0;
}

.related_news_wr_items {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

a.news_wr_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.news_wr_item_rnews {
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 20px;
    align-content: flex-start;
}

a.news_wr_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #000;
}

.news_wr_img_rnews {
    width: 100% !important;
    max-width: 150px;
    height: 90px;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 8px;
}
.realeted_news_title {
    font-size: 13px;
    font-weight: 500;
    margin-top: 20px;
    max-width: 320px;
    width: 100%;
}

.realeted_news_title {
    font-size: 13px;
    font-weight: 500;
    margin-top: 20px;
}

/*ﾐｺﾐｾﾐｼﾐｼﾐｵﾐｽﾑひｰﾑﾐｸﾐｸ*/
.comment {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #fff;
    padding: 16px;
    margin: 10px 0;
    color: #333;
    border-bottom: 1px solid #DCDCDC;
}

.comment .avatar {
    width: 42px;
    height: 42px;
    background: green;
    border-radius: 300px;
}

.comment .avatar {
    flex-shrink: 0;
}

.comment .avatar .cover {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid #eee;
}

.meta a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
}

.com_info {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.comm_date.grey {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

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

.com_user .name {
    font-weight: 600;
    font-size: 15px;
    color: #222;
}

.com_user .name a {
    text-decoration: none;
    color: #222;
}

.com_user .grey {
    font-size: 13px;
    color: #888;
}

.meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0;
}

input.bbcodes {
    background: #000;
    padding: 6px 10px;
}

.rate {
    display: flex;
    gap: 8px;
}

.rate a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.rate a:hover {
    color: #d33;
}

.rate .icon-love {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.meta ul.left {
    list-style: none;
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.meta ul.left li {
    font-size: 13px;
    color: #666;
    cursor: pointer;
    transition: color 0.2s;
}

.meta ul.left li:hover {
    color: #111;
}

.com_content {
    margin-top: 8px;
    line-height: 1.5;
    font-size: 15px;
    color: #333;
}

.com_content p {
    margin: 0;
}

.avatar {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.comm_date.grey {
    color: #ccc;
}

.rate_like > a,
.rate_like-dislike {
    float: left;
    padding: 6px 12px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: bold;
    color: #64748b;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.rate_like > a:hover {
    border-color: #3394e6;
    color: #3394e6;
}

.rate_like .icon {
    width: 16px;
    height: 15px;
    margin: -.2em .3em 0 0;
}

.rate_like-dislike > a {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
}

.rate_like-dislike > a .icon {
    width: 14px;
    height: 15px;
    fill: #787878;
    vertical-align: middle;
    margin: -.3em 0 0 0;
}

.rate_like-dislike > a:hover .icon {
    fill: #0c5f7eed;
}

.rate_like-dislike .ratingplus {
    color: #88c54d;
}

.rate_like-dislike .ratingminus {
    color: #e45757;
}

.rate_like-dislike > span {
    cursor: default;
    margin: 0 .3em;
}

ul.ui-form {
    list-style: none;
}

.comments {
    border: 1px solid #D3D3D3;
    padding: 28px;
    border-radius: 10px;
}

.com_title {
    font-size: 28px;
    font-weight: 600;
}

textarea#comments {
    background: #F3F3F3;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 2px;
    min-height: 60px;
    width: 85% !important;
    padding: 10px;
}

.bb-editor {
    margin: 0;
    background: #f3f3f3;
    border-radius: 10px;
    margin-top: 20px;
}

.box_in {
    position: relative;
}

.form_submit {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 14px;
}

.form_submit button {
    background: #000;
    font-size: 14px;
    font-weight: 100 !important;
    border-radius: 7px;
}

#comments::placeholder {
    color: #999;
    opacity: 1;
    font-size: 16px;
    padding-left: 20px;
    line-height: 38px;
    text-align: left;
}

.btn:hover,
.bbcodes:hover {
    background-color: #5A8C5D !important;
}

li.form-group.combo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 30px 0 0;
}

.comments input {
    border: 0 !important;
    background: #f3f3f3 !important;
    padding: 15px !important;
    border-radius: 5px !important;
}

.c-captcha img {
    border-radius: 5px !important;
}

input.bbcodes {
    background: #000 !important;
    padding: 7px 10px !important;
}

#dle-comments-list {
    width: 100%;
    overflow: hidden;
}

#dle-comments-list > .comments-tree-list > li > .comments-tree-list {
    padding: 0 8%;
    border-top: 1px solid #efefef;
}

#dle-comments-list > .comments-tree-list > li .comments-tree-list > li {
    padding-left: 20px;
}

.comments-tree-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-tree-list > li > ol > li .comment {
    padding: 30px 0;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-width: 0;
}

.comments-tree-list li ol li .comment {

    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-width: 0;
}

.comments-tree-list > li > ol > li .comment:after {
    content: "";
    position: absolute;
    width: 2000px;
    height: 1px;
    margin-left: -500px;
    left: 0;
    top: 0;
    background-color: #efefef;
}

.comments-tree-list > li > ol > li .comment:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    margin: 30px 0 0 -20px;
    background-color: #e6e6e6;
    width: 10px;
    height: 2px;
}

.mass_comments_action {
    text-align: right;
    border-top: 1px solid #efefef;
    padding: 2% 4%;
}

.mass_comments_action > select {
    margin-left: 1em;
}

.com_content > .title {
    margin-top: 4%;
}

.com_content > .text {
    font-size: .9rem;
}

nav {
    background: #5a8c5ddb;
    padding: 10px 20px;
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: -1000px;
    bottom: auto;
    z-index: 9;
    backdrop-filter: blur(5px);
    transition: .3s;
}

.nav_wr {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 100vh;
    padding: 20px 0;
}
.uscl-list {
    position: absolute !important;
    left: 0;
}
.catmenu {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.catmenu div b a {
    text-decoration: underline;
}
#searchsuggestions {
    width: 80%;
    border: 0;
    border-radius: 10px;
}
.text ul {
    padding-left: 25px;
}
h1.title {
    font-size: 32px;
    margin-bottom: 30px;
    border-bottom: 2px solid #529d56;
    padding: 10px 0;
}
nav a {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
nav a:hover {
    font-weight: 700;
}
.closed_nav {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 200;
    font-size: 13px;
    margin-bottom: 20px;
    cursor: pointer;
}
.closed_nav:hover {
    background: #000;
    color: #fff;
}
.nav_open {
    bottom: 0;
    top: 0;
}
a.active_lang {
    opacity: 1;
    font-weight: 600;
}