@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
pre {
    text-wrap: inherit !important;
    white-space: inherit !important;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    overflow: auto;
}
pre * {
    font-weight: 400;
}
body {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

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

::-webkit-scrollbar {
    width: 6px;
    height: 0;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #26856a;
    border-radius: 4px;
}

.container {
    max-width: 1510px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.count_universal_card {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 3px;
    font-weight: 600;
}
.count_universal_card i {
    font-size: 14px;
}

.bgdoc {
    background-color: rgb(38, 133, 106);
}

@media only screen and (max-width: 1520px) {
    .container {
        max-width: 1280px;
        padding-left: 14px;
        padding-right: 14px;
    }
}
@media only screen and (max-width: 1060px) {
    .container {
        max-width: 800px;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media only screen and (max-width: 640px) {
    .container {
        max-width: 400px;
    }
    ::-webkit-scrollbar {
        width: 0px;
    }
}
.main_title {
    font-weight: 600;
    font-size: 22px;
    color: #1c1c1c;
    display: flex;
    align-items: center;
    gap: 5px;
}
.main_title::before {
    content: "";
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    margin-top: 2px;
    border-radius: 50%;
    background-color: #26856a;
    display: inline-block;
}

.mtl {
    font-size: 32px;
}

.main_link {
    border-radius: 20px;
    padding: 6px 26px;
    background: #26856a;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s linear;
    border: none;
    outline: none;
}
.main_link:hover {
    transform: translateY(-2px);
    background: #005447;
}
.main_link:active {
    transform: translateY(2px);
    background: #26856a;
}

.show_more_block {
    width: 100%;
    text-align: center;
}

.show_more {
    border-radius: 20px;
    width: fit-content;
    padding: 8px 40px;
    background: #26856a;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s linear;
    margin-right: auto;
    margin-left: auto;
}
.show_more i {
    font-size: 20px;
    transition: all 0.4s linear;
}
.show_more:hover {
    background: #005447;
}
.show_more:hover i {
    transform: rotate(180deg);
}
.show_more:active {
    background: #26856a;
}

.top_content {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
    border-radius: 10px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #ee6c4d;
    display: inline-block;
    width: 119px;
    overflow: hidden;
    height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
.topic_show {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    border-radius: 4px 0px 0px 0px;
    padding: 5px 9px;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 84, 71, 0.5137254902);
    display: inline-block;
    width: 300px;
}
.line_block {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-top: 16px;
    position: relative;
}
.line_block span {
    width: 72px;
    background-color: #26856a;
    height: 4px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -1px;
}

.line_block2 {
    width: 100%;
    height: 2px;
    background-color: #ebf1f0;
    margin-top: 16px;
    position: relative;
}
.line_block2 span {
    width: 72px;
    background-color: #26856a;
    height: 4px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -1px;
}

.line_block3 {
    width: 100%;
    height: 2px;
    background-color: #ebf1f0;
    position: relative;
}
.line_block3 span {
    width: 72px;
    background-color: #34c759;
    height: 4px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -1px;
}

.title_block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.universal_banner {
    padding: 50px 0;
    background: linear-gradient(
        135deg,
        #459780 17.44%,
        #1f5546 50.92%,
        #048661 88.35%
    );
}

.card_block {
    margin-top: 12px;
    display: flex;
    align-items: safe;
    flex-wrap: wrap;
    gap: 24px;
}

.animation {
    border-top: 1px solid #26856a;
    border-bottom: 1px solid #26856a;
    position: relative;
    overflow: hidden;
    padding: 15px 0px;
    background: #dafbed;
    margin-bottom: 50px;
}
.animation .animation_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1700px;
    position: absolute;
    animation: moveLeft 20s linear infinite;
    right: 0;
    bottom: 5px;
}
.animation .animation_div .animation_p {
    font-weight: 600;
    font-size: 16px;
    color: #26856a;
}
.swal2-shown {
    padding: 0 !important;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
    padding-bottom: 30px;
}
.not_found_ {
    color: red;
    text-align: center;
}
.rek_phone {
    font-weight: 600;
    font-size: 40px;
    display: flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0em;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    padding: 16px 32px;
    border-radius: 16px;
    background-color: #26856a;
    transition: all 0.2s linear;
}
.rek_phone:hover {
    transform: translateY(-2px);
}

.main_list {
    margin: 50px 0;
}

.main_list_block {
    display: flex;
    align-items: start;
    gap: 32px;
}
.search_block_page {
    display: flex;
    align-items: start;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-top: 25px;
}
.main_left_list {
    width: 100%;
    display: flex;
    align-items: safe;
    flex-wrap: wrap;
    gap: 20px;
}
#left_blog_news,
#left_blog_articles,
#left_blog_rubriki {
    width: 100%;
    display: flex;
    align-items: safe;
    flex-wrap: wrap;
    gap: 20px;
}
.main_right_list {
    width: 320px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.mlh {
    height: 220px !important;
}

.video_icon {
    position: absolute;
    width: 70px !important;
    height: 70px !important;
    object-fit: cover !important;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -38%);
}

.video_icon_big {
    width: 90px !important;
    height: 90px !important;
}

.w100 {
    width: 100% !important;
    max-width: 100% !important;
}

.news_text_block {
    display: flex;
    flex-direction: column;
}

.news_text_item {
    width: 100%;
    display: inline-block;
    padding: 12px 0;
    border-bottom: 1px solid #969696;
}

.news_text_item p {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #1c1c1c;
    height: 49px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.advertising_list {
    width: 100%;
}
.advertising_list img {
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

.socail_list_right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: linear-gradient(
        135deg,
        #459780 17.44%,
        #1f5546 50.92%,
        #048661 88.35%
    );
    text-align: center;
    padding: 50px 12px;
    border-radius: 16px;
}
.socail_list_right h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}
.socail_list_right h2 span {
    color: #ee6c4d;
}

.socail_item_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}
.socail_item_list a {
    color: #fff;
    transition: all 0.3s linear;
    width: 40%;
}
.socail_item_list a:hover {
    transform: translateY(-3px);
}
.socail_item_list a i {
    font-size: 74px;
}

.video_content {
    height: 71px !important;
}

.infografika_content {
    height: 101px !important;
}

.presentation_icon {
    position: absolute;
    width: 54px;
    height: 45px !important;
    object-fit: contain;
    right: 15px;
    top: 10px;
}

.teacher_question_item {
    width: 31.8%;
    padding: 20px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #daf1fb;
}
.teacher_question_item h5 {
    font-weight: 500;
    font-size: 20px;
    color: #ee6c4d;
    text-align: justify;
    height: 81;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.teacher_question_item h5 i {
    font-size: 22px;
}
.teacher_question_item p {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    text-align: justify;
    margin-bottom: 10px;
    color: #26856a;
    height: 147;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    overflow: hidden;
}
.teacher_question_item .teach_list_p {
    height: 239.375px;
    -webkit-line-clamp: 10;
}
.teacher_question_item h4 {
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    color: #969696;
}

.newspaper_banner {
    width: 100%;
    max-width: 1920px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
}

.banner_top_unversal {
    display: flex;
    max-width: 1920px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    height: 560px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
}
.banner_top_unversal h2 {
    font-weight: 600;
    font-size: 64px;
    text-align: center;
    color: #fff;
}

#scrollUP {
    position: fixed;
    cursor: pointer;
    bottom: -15px;
    z-index: 5000000;
    right: 15px;
    opacity: 0;
    color: #fff;
    font-size: 25px;
    background: #26856a;
    border: none;
    outline: none;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(98, 255, 234, 0.3882352941);
    padding: 6px 8px 3px 8px;
    transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
}

.socail_big_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.socail_big_block h2 {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
}
.socail_big_block h2 span {
    color: #ee6c4d;
}

.socail_big_item {
    display: flex;
    align-items: center;
    gap: 40px;
}
.socail_big_item a {
    transition: all 0.25s linear;
}
.socail_big_item a i {
    font-size: 60px;
    color: #fff;
}
.socail_big_item a:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

.main_title2 {
    color: #26856a;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 36px;
}

.socail_big_item {
    display: flex;
    align-items: center;
    gap: 40px;
}
.socail_big_item a i {
    font-size: 60px;
    color: #fff;
}

.main_title2 {
    color: #26856a;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 36px;
}

@keyframes moveLeft {
    0% {
        right: -1650px;
    }
    100% {
        right: 100%;
    }
}
.messages_big_item2 {
    width: 100%;
    display: flex;
    align-items: safe;
}
.messages_big_item2 img {
    width: 100%;
    height: 390px;
    flex-shrink: 0;
    border-radius: 0 8px 8px 0;
    object-fit: cover;
}
.messages_big_item2 h2 {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
}
.messages_big_item2 p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    height: 198px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (max-width: 1260px) {
    .banner_top_unversal {
        height: 380px;
    }
    .banner_top_unversal h2 {
        font-weight: 600;
        font-size: 54px;
    }
}
@media only screen and (max-width: 1550px) {
    .messages_big_content_block_list {
        max-width: 470px;
    }
    .main_list_block {
        gap: 28px;
    }
    .main_right_list {
        width: 295px;
        gap: 32px;
    }
}
@media only screen and (max-width: 1480px) {
    .messages_big_content_block_list {
        max-width: 370px;
    }
    .main_right_list {
        gap: 30px;
    }
    .main_list_block {
        gap: 20px;
    }
}
@media only screen and (max-width: 1180px) {
    .main_list {
        margin: 35px 0;
    }
    .messages_big_content_block_list {
        max-width: 370px;
    }
    .main_right_list {
        gap: 30px;
    }
}
@media only screen and (max-width: 1060px) {
    .main_list_block {
        flex-direction: column;
    }
    .main_right_list {
        width: 100%;
    }
    .messages_big_item2 .message_big_item_image {
        height: 300px;
    }
    .messages_big_item2 .message_big_item_image img {
        height: 300px;
        object-fit: cover;
    }
    .messages_big_content_block {
        max-width: 330px;
        padding: 20px 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .messages_big_item2 h2 {
        font-size: 20px;
        height: 81px;
        margin-bottom: 8px;
    }
    .messages_big_item2 p {
        font-size: 15px !important;
        height: 120px !important;
        -webkit-line-clamp: 6;
        margin-bottom: 10px !important;
        text-align: justify !important;
    }
    .messages_big_content_block_list {
        width: 100%;
    }
    .universal_banner {
        padding: 30px 0;
    }
    .socail_big_block {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    .main_list_block {
        gap: 32px;
    }
}
@media only screen and (max-width: 640px) {
    .doc_img_item {
        height: 150px !important;
    }
    .message_big_item_image {
        display: none;
    }
    .topic_show {
        width: 130px;
        font-size: 10px;
    }
    #left_blog_news,
    #left_blog_articles,
    #left_blog_rubriki {
        gap: 15px;
    }
    .ppt_item {
        height: 57px !important;
    }
    .infografika_content {
        height: 94px !important;
    }
    .show_more {
        border-radius: 20px;
        padding: 7px 28px;
        font-weight: 500;
        font-size: 15px;
    }
    .banner_top_unversal {
        height: 140px;
    }
    .banner_top_unversal h2 {
        font-size: 30px;
    }
    .animation .animation_div .animation_p {
        font-weight: 600;
        font-size: 14px;
    }
    .newspaper_banner {
        margin-bottom: 25px;
    }
    .animation {
        margin-bottom: 30px;
    }
    .socail_big_item {
        gap: 20px;
    }
    .socail_big_block h2 {
        font-weight: 700;
        font-size: 20px;
    }
    .socail_big_item a i {
        font-size: 38px;
    }
    .rek_phone {
        font-size: 20px;
        padding: 12px 24px;
        border-radius: 14px;
    }
}
.header_top_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0;
}

.logo_block {
    flex-shrink: 0;
    display: inline-block;
    width: 215px;
    height: 40px;
    border-right: 2px solid #26856a;
}
.logo_block img {
    width: 193px;
    height: 40px;
    flex-shrink: 0;
    object-fit: contain;
}

.search_block {
    flex-shrink: 0;
}
.search_block input {
    width: 462px;
    outline: none;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #26856a;
    padding: 11px 40px 11px 15px;
    background-image: url("../image/search.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    border-radius: 25px;
}
.search_block input::placeholder {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.two_logo_block {
    display: flex;
    gap: 10px;
}
.two_logo_block .logo_2 {
    height: 40px;
    object-fit: contain;
}

.search_lang_block {
    display: flex;
    gap: 35px;
    align-items: center;
}

.language_block {
    position: relative;
}
.language_block:hover .language_hide_block {
    display: flex;
}

.language_hide_block {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
}
.language_hide_block a {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 15px;
    width: 145px;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.2s linear;
}
.language_hide_block a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.language_hide_block a img {
    width: 24px;
    height: 20px;
    object-fit: contain;
}
.language_hide_block a span {
    display: inline-block;
    margin-left: 8px;
}

.current_lang {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 12px 8px 12px 15px;
    width: 145px;
    border: 1px solid rgba(229, 229, 229, 0.4549019608);
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.current_lang img {
    width: 24px;
    height: 20px;
    object-fit: contain;
}
.current_lang span {
    display: inline-block;
    margin-left: 8px;
}
.current_lang i {
    font-size: 18px;
    display: inline-block;
    margin-left: 2px;
}

.header_bottom {
    background-color: #ebf1f0;
}

.navigation_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.navigation_head a {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    transition: all 0.2s linear;
}
.navigation_head a:hover {
    color: #26856a;
}
.navigation_head .no_link {
    padding-bottom: 0 !important;
    cursor: text;
}
.navigation_head .no_link:hover {
    background-color: transparent !important;
    color: #000;
}
.navigation_head .header_nav_hide_block {
    background-color: #ebf1f0;
    padding: 10px 0;
    position: absolute;
    top: 50px;
    border-radius: 0 0 10px 10px;
    z-index: 10;
    left: -30px;
    display: none;
    transition: all 0.3s linear;
    flex-direction: column;
    width: 200px;
}
.navigation_head .header_nav_hide_block .child_nav {
    display: flex;
    flex-direction: column;
    padding-bottom: 4px;
    padding-top: 4px;
}
.navigation_head .header_nav_hide_block .child_nav a {
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s linear;
    color: rgba(0, 0, 0, 0.7411764706);
}
.navigation_head .header_nav_hide_block .child_nav a:hover {
    background-color: #dae3e3;
}
.navigation_head .header_nav_hide_block .big_child_nav {
    padding: 7px 18px;
    padding-right: 0;
    transition: all 0.2s linear;
}
.navigation_head .header_nav_hide_block .big_child_nav:hover {
    background-color: #dae3e3;
}
.navigation_head .first_item {
    left: 0px !important;
}
.navigation_head .rubriki_hide_menu {
    width: 300px;
    top: 62px;
}
.navigation_head .header_nav_block {
    padding: 22px 0;
    position: relative;
    transition: all 0.3s linear;
}
.navigation_head .header_nav_block:hover .hover_nav {
    color: #26856a !important;
}
.navigation_head .header_nav_block:hover .header_nav_hide_block {
    display: flex;
}
.navigation_head .header_nav_block_mobile {
    padding: 22px 0;
    position: relative;
    transition: all 0.3s linear;
}
.navigation_head .header_nav_block_mobile:hover .hover_nav {
    color: #26856a !important;
}
.navigation_head span {
    height: 22px;
    width: 1px;
    display: inline-block;
    background-color: #d3d7de;
}
.navigation_head .menu_big {
    background-color: transparent;
    border: none;
    width: 21px;
    padding: 0;
    height: 16px;
    cursor: pointer;
}

.rubriki_class {
    display: flex;
    align-items: center;
}
.rubriki_class img {
    height: 30px;
}

.header_menu_btn_list_block {
    position: absolute;
    top: 64px;
    width: 100%;
    z-index: 11;
    background-color: #26856a;
    -webkit-box-shadow: 1px 9px 10px -2px rgba(0, 82, 69, 0.2);
    -moz-box-shadow: 1px 9px 10px -2px rgba(0, 82, 69, 0.2);
    box-shadow: 1px 9px 10px -2px rgba(0, 82, 69, 0.2);
    display: none;
    gap: 15px;
    justify-content: space-between;
    padding: 24px 32px;
    border-radius: 0 0 5px 5px;
}
.header_menu_btn_list_block .header_menu_btn_list_item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.header_menu_btn_list_block .header_menu_btn_list_item h2 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.header_menu_btn_list_block .header_menu_btn_list_item h3 {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}
.header_menu_btn_list_block .header_menu_btn_list_item a {
    font-size: 16px;
    color: #ebf1f0;
    margin-left: 6px;
    transition: text-decoration 0.3s linear;
}
.header_menu_btn_list_block .header_menu_btn_list_item a:hover {
    text-decoration: underline;
}

.active_big_menu {
    display: flex !important;
}

.header_link_23 {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #fff !important;
    margin-left: 0 !important;
}

.menu_mobile {
    display: none;
}

.mobile_search_close {
    display: none;
}

.activeblock {
    transform: translateX(0%) !important;
}

.hover_nav i {
    display: none;
}

@media only screen and (max-width: 1520px) {
    .header_top_block {
        padding: 17px 0;
    }
    .logo_block {
        display: inline-block;
        width: 165px;
        height: 30px;
        border-right: 2px solid #26856a;
    }
    .logo_block img {
        width: 150px;
        height: 30px;
    }
    .search_block input {
        width: 300px;
        font-weight: 400;
        padding: 8px 32px 8px 15px;
        border-radius: 18px;
        background-position: right 10px center;
        background-size: 24px;
    }
    .search_block input::placeholder {
        font-weight: 400;
    }
    .two_logo_block {
        display: flex;
        gap: 5px;
    }
    .two_logo_block .logo_2 {
        height: 30px;
    }
    .search_lang_block {
        gap: 20px;
    }
    .current_lang {
        padding: 8px 6px 8px 14px;
        width: 140px;
        font-size: 15px;
    }
    .current_lang img {
        width: 23px;
    }
    .current_lang span {
        margin-left: 6px;
    }
    .current_lang i {
        font-size: 17px;
        margin-left: 2px;
    }
    .navigation_head a {
        font-size: 15px;
    }
    .navigation_head .header_nav_hide_block {
        padding: 9px 0;
        top: 50px;
        border-radius: 0 0 8px 8px;
        left: -10px;
        width: 190px;
    }
    .navigation_head .header_nav_hide_block .child_nav a {
        padding-left: 25px;
    }
    .navigation_head .header_nav_hide_block .big_child_nav {
        padding: 5px 16px;
    }
    .navigation_head .rubriki_hide_menu {
        width: 290px;
        top: 46px;
    }
    .navigation_head .header_nav_block {
        padding: 15px 0;
    }
    .navigation_head .header_nav_block_mobile {
        padding: 15px 0;
    }
    .navigation_head .menu_big {
        width: 20px;
    }
    .rubriki_class {
        display: flex;
        align-items: center;
    }
    .rubriki_class img {
        height: 24px;
    }
    .header_menu_btn_list_block {
        position: absolute;
        top: 53px;
        gap: 10px;
        padding: 24px 20px;
    }
    .header_menu_btn_list_block .header_menu_btn_list_item {
        gap: 7px;
    }
    .header_menu_btn_list_block .header_menu_btn_list_item h2 {
        font-weight: 500;
        font-size: 17px;
        margin-bottom: 6px;
    }
    .header_menu_btn_list_block .header_menu_btn_list_item h3 {
        font-weight: 600;
        font-size: 15px;
    }
    .header_menu_btn_list_block .header_menu_btn_list_item a {
        font-size: 14px;
        margin-left: 4px;
    }
    .active_big_menu {
        display: flex !important;
    }
    .header_link_23 {
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 1280px) {
    .menu_big {
        display: none;
    }
    .rubriki_class img {
        height: 20px;
    }
    .navigation_head a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1060px) {
    .hover_nav i {
        display: inline-block;
        font-size: 20px;
        margin-right: 10px;
    }
    .hover_nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .rubriki_class {
        justify-content: start;
        padding-bottom: 17px !important;
    }
    .rubriki_class i {
        margin-left: auto;
    }
    .rubriki_bottom_line {
        border-bottom: 1px solid #d3d7de;
    }
    .mobile_search_close {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .mobile_search_close .search_block {
        display: none;
    }
    .mobile_search_close i {
        margin-left: auto;
        font-size: 26px;
    }
    .header_bottom {
        position: fixed;
        z-index: 100;
        width: 80%;
        right: 0;
        bottom: 0;
        top: 0;
        max-height: 100%;
        overflow-y: scroll;
        transition: transform 0.3s linear;
        transform: translateX(100%);
        padding-bottom: 15px;
    }
    .header_nav_block:hover .header_nav_hide_block {
        display: none;
    }
    .header_nav_block_mobile .hover_nav {
        background-image: url("../image/bottom_icon.svg");
        background-repeat: no-repeat;
        background-position: center right 15px;
    }
    .header_nav_block_mobile:hover .header_nav_hide_block {
        display: none;
    }
    .navigation_head {
        flex-direction: column;
    }
    .navigation_head span {
        height: 1px;
        width: 100%;
    }
    .navigation_head a {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 12px;
        font-size: 16px;
    }
    .header_nav_block {
        width: 100%;
        padding: 0px !important;
    }
    .header_nav_block_mobile {
        width: 100%;
        padding: 0px !important;
    }
    .header_top_block {
        padding: 20px 0;
    }
    .rubriki_class {
        width: 100%;
        background-image: url("../image/logo_rubriki.svg") !important;
        background-repeat: no-repeat;
        background-size: 80px;
        background-position: center left 85px !important;
    }
    .rubriki_class img {
        width: 0;
        display: none;
        height: 0;
    }
    .header_nav_hide_block {
        width: 100% !important;
        position: static !important;
        padding-top: 0 !important;
    }
    .header_nav_hide_block .big_child_nav {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 15px !important;
        color: #3c3c3c;
        font-weight: normal;
    }
    .header_nav_hide_block .big_child_nav:first-child {
        padding-top: 0 !important;
    }
    .header_nav_hide_block .no_link {
        color: rgba(0, 0, 0, 0.768627451);
        font-weight: 600;
    }
    .child_nav_item {
        padding-left: 15px;
    }
    .child_nav_item::before {
        content: "- ";
    }
    .menu_mobile {
        background-color: transparent;
        display: inline-block;
        border: none;
        width: 19px;
        padding: 0;
        height: 16px;
        cursor: pointer;
    }
    .header {
        background-color: rgba(235, 241, 240, 0.3960784314);
    }
    .search_lang_block {
        gap: 12px;
    }
    .logo_block img {
        width: 120px;
        height: 31px;
    }
    .logo_block {
        width: 127px;
        height: 31px;
        border-right: 1px solid #26856a;
    }
    .two_logo_block {
        gap: 2px;
    }
    .two_logo_block .logo_2 {
        height: 28px;
    }
    .search_block input {
        width: 200px;
        padding: 6px 24px 6px 10px;
        border-radius: 10px;
        background-position: right 8px center;
        background-size: 19px;
    }
    .current_lang {
        padding: 6px 6px 6px 12px;
        width: 130px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 640px) {
    .mobile_search_close .search_block {
        display: inline-block;
    }
    .mobile_search_close .search_block input {
        width: 230px;
    }
    .header_bottom {
        position: fixed;
        z-index: 100;
        width: 100%;
    }
    .search_block {
        display: none;
    }
    .current_lang {
        width: 62px;
    }
    .current_lang span {
        margin-left: 0px;
        display: none;
    }
    .current_lang i {
        color: #676767;
    }
    .logo_block img {
        width: 95px;
        height: 27px;
    }
    .logo_block {
        width: 106px;
        height: 27px;
    }
    .two_logo_block .logo_2 {
        height: 26px;
    }
    .search_lang_block {
        gap: 8px;
    }
    .language_hide_block {
        right: 0;
    }
    .language_hide_block a {
        padding: 10px 6px 10px 15px;
        width: 135px;
        font-weight: 500;
        font-size: 14px;
    }
    .header_top_block {
        padding: 16px 0;
        padding-bottom: 13px;
    }
}
.show {
    display: flex !important;
}

.hero {
    padding: 24px 0;
}

.hero_block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero_left_block {
    width: 58%;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
}

.heroNews {
    height: 524px;
    display: inline-block;
}
.heroNews img {
    height: 390px;
    object-fit: cover;
}

.hero_img_block {
    height: 390px;
    position: relative;
}
.hero_img_block span {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 6px 20px;
    border-radius: 36px;
    background-color: #ee6c4d;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.hero_content_block {
    background-color: #26856a;
    position: relative;
    height: 135px;
}

.hero_content {
    padding: 16px 32px 6px 32px;
    position: absolute;
    z-index: 2;
    top: -10px;
    background: linear-gradient(
        180deg,
        rgba(38, 133, 106, 0.05) 0%,
        #26856a 5.79%
    );
}
.hero_content h2 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 8px;
    height: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hero_content p {
    font-weight: 400;
    font-size: 16px;
    display: -webkit-box;
    color: #fff;
    margin-bottom: 6px;
    height: 44px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hero_content time {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.swiper-pagination {
    bottom: 10px;
}

.swiper-pagination-bullet {
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    background-color: transparent;
}

.swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
}

.hero_right_block {
    width: 39%;
}

.hero_news_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.hero_news_item {
    display: flex;
    align-items: center;
    width: 100%;
}

.hero_news_img_block {
    position: relative;
    width: 250px;
    height: 142px;
    flex-shrink: 0;
}
.hero_news_img_block img {
    height: 142px;
    border-radius: 8px 0 0 8px;
    width: 250px;
    object-fit: cover;
}

.hero_news_content {
    margin-left: 16px;
}
.hero_news_content h3 {
    font-weight: 600;
    font-size: 18px;
    color: #1c1c1c;
    display: -webkit-box;
    height: 48px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 6px;
}
.hero_news_content p {
    font-weight: 400;
    font-size: 14px;
    color: #1c1c1c;
    height: 38px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 6px;
}
.hero_news_content time {
    font-weight: 500;
    font-size: 14px;
    color: #969696;
    display: flex;
    align-items: center;
    gap: 5px;
}

@media only screen and (max-width: 1060px) {
    .hero_block {
        flex-direction: column;
    }
    .hero_left_block {
        width: 100%;
    }
    .hero_right_block {
        width: 100%;
    }
    .hero {
        padding: 18px 0;
    }
    .hero_news_img_block img {
        height: 120px;
        width: 180px;
        border-radius: 4px 0 0 4px;
    }
    .hero_news_content {
        margin-left: 12px;
    }
    .hero_news_block {
        gap: 14px;
    }
    .heroNews img {
        height: 360px;
        object-fit: cover;
    }
    .hero_img_block {
        height: 360px;
    }
    .heroNews {
        height: 494px;
    }
    .hero_news_img_block {
        height: 120px;
        width: 180px;
    }
}
@media only screen and (max-width: 640px) {
    .hero {
        padding: 14px 0;
    }
    .hero_left_block {
        border-radius: 10px;
    }
    .heroNews img {
        height: 210px;
        object-fit: cover;
    }
    .hero_img_block {
        height: 210px;
    }
    .heroNews {
        height: 298px;
        display: inline-block;
    }
    .hero_img_block span {
        bottom: 10px;
        left: 8px;
        padding: 4px 12px;
        font-weight: 500;
        font-size: 9px;
    }
    .hero_content {
        padding: 10px 10px 0px 12px;
        position: absolute;
        z-index: 2;
        top: -5px;
        background: linear-gradient(
            180deg,
            rgba(38, 133, 106, 0.05) 0%,
            #26856a 5.79%
        );
    }
    .hero_content h2 {
        font-weight: 500;
        font-size: 17px;
        margin-bottom: 8px;
        margin-top: 2px;
        height: 46px;
        text-align: justify;
        -webkit-line-clamp: 2;
    }
    .hero_content p {
        display: none;
    }
    .hero_content time {
        font-size: 13px;
        gap: 3px;
        display: none;
    }
    .hero_content_block {
        height: 89px;
    }
    .hero_block {
        gap: 24px;
    }
    .main_title {
        font-weight: 600;
        font-size: 18px;
    }
    .main_link {
        border-radius: 14px;
        padding: 5px 15px;
        font-weight: 400;
        font-size: 14px;
        gap: 2px;
    }
    .hero_news_block {
        gap: 12px;
        margin-top: 15px;
    }
    .hero_news_img_block img {
        height: 90px;
        width: 130px;
        border-radius: 4px 0 0 4px;
    }
    .hero_news_img_block {
        height: 90px;
        width: 130px;
    }
    .top_content {
        left: 8px;
        top: 8px;
        border-radius: 8px;
        padding: 3px 5px;
        font-weight: 400;
        display: inline-block;
        width: 115px;
        font-size: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        height: 20px;
    }
    .t_c_right {
        width: 90px;
        left: 4px;
        top: 4px;
    }
    .hero_news_content {
        margin-left: 6px;
    }
    .hero_news_content h3 {
        font-weight: 600;
        font-size: 16px;
        height: 66px;
        margin-bottom: 5px;
        -webkit-line-clamp: 3;
    }
    .hero_news_content p {
        display: none;
    }
    .swiper-pagination {
        bottom: 7px !important;
    }
}
.categories {
    padding: 24px 0;
    background-color: #dafbed;
    margin-bottom: 50px;
}

.categorySwiper {
    margin-top: 16px;
}

.category_item {
    border-radius: 10px;
    display: inline-block;
    height: 180px;
    background-color: #fff;
    transition: all 0.25s linear;
    background-image: url("../image/category1.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.category_item:hover {
    background-color: #eaffff;
    transform: translateY(-2px);
}
.category_item:last-child {
    margin-right: 0 !important;
}
.category_item h4 {
    font-weight: 600;
    font-size: 16px;
    color: #1c1c1c;
    padding: 8px 10px;
}

@media only screen and (max-width: 640px) {
    .categories {
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .category_item {
        height: 164px;
    }
}
.articles {
    margin: 50px 0;
}

.articles_content_block {
    background-color: #26856a;
    height: 122px;
    position: relative;
}

.articles_content {
    position: absolute;
    z-index: 2;
    top: -13px;
    left: 0;
    right: 0;
    padding: 12px 16px;
    padding-bottom: 0px;
    background: linear-gradient(
        180deg,
        rgba(38, 133, 106, 0.05) 0%,
        #26856a 5.79%
    );
}

.articles_item2 {
    width: 48.5%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.articles_item2 img {
    height: 325px;
    object-fit: cover;
}
.articles_item2 h4 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.articles_item3 {
    width: 31.5%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s linear;
}
.articles_item3 #download_icon {
    font-size: 0px;
    color: #ee6c4d;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s linear;
}
.articles_item3:hover {
    opacity: 0.92;
}
.articles_item3:hover #download_icon {
    font-size: 50px;
    opacity: 1;
}
.articles_item3 img {
    height: 325px;
    object-fit: cover;
}
.articles_item3 h4 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.articles_item4 {
    width: 23.5%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.articles_item4 img {
    height: 250px;
    object-fit: cover;
}
.articles_item4 h4 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.articles_item_bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.articles_time {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
}

.author_block {
    display: flex;
    align-items: center;
    gap: 8px;
}
.author_block img {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    object-fit: contain;
    background-color: #ebf1f0ff;
}
.author_block h5 {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}

.teg_card {
    width: 31.8%;
    border-radius: 16px;
    padding: 24px;
    background-color: #ebf1f0;
}
.teg_card h3 {
    font-weight: 600;
    font-size: 18px;
    color: #26856a;
    margin-bottom: 16px;
}
.teg_card .teg_card_content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.teg_card .teg_card_content p {
    border: 1px solid #ee6c4d;
    border-radius: 24px;
    padding: 6px 24px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #ee6c4d;
    transition: all 0.2s linear;
}

/* .teg_card .teg_card_content p:hover {
    background-color: #ee6c4d;
    color: #fff;
} */

@media only screen and (max-width: 1230px) {
    .card_block {
        gap: 20px;
    }
    .articles_item4 {
        width: 31.8%;
    }
    .art_none {
        display: none;
    }
}
@media only screen and (max-width: 1150px) {
    .articles_item3 {
        width: 48%;
    }
    .articles_item2 {
        width: 48%;
    }
}
@media only screen and (max-width: 1060px) {
    .card_block {
        gap: 15px;
    }
    .articles_item3 {
        width: 48%;
    }
    .articles_item4 {
        width: 48.7%;
    }
    .teg_card {
        width: 48.7%;
        border-radius: 12px;
        padding: 20px;
    }
    .articles_item3 img {
        height: 250px;
    }
    .author_block img {
        width: 36px;
        height: 36px;
        object-fit: contain;
    }
    .author_block {
        gap: 4px;
    }
    .author_block h5 {
        font-weight: 500;
        font-size: 13px;
    }
    .articles_time {
        font-size: 12px;
        gap: 3px;
    }
    .teg_card .teg_card_content p {
        padding: 4px 18px;
        font-weight: 500;
        font-size: 12px;
    }
    .articles_content {
        padding: 10px 12px;
        padding-bottom: 0px;
    }
    .articles_content_block {
        height: 104px;
    }
    .articles_item3 h4 {
        font-weight: 500;
        font-size: 17px;
        margin-bottom: 10px;
        height: 46px;
    }
    .articles_item4 h4 {
        font-weight: 500;
        font-size: 17px;
        margin-bottom: 10px;
        height: 46px;
    }
}
@media only screen and (max-width: 640px) {
    .articles_item2 {
        width: 100%;
    }
    .articles_item2 img {
        height: 250px;
        object-fit: cover;
    }
    .articles_item2 h4 {
        font-weight: 500;
        font-size: 17px;
        margin-bottom: 10px;
        height: 46px;
    }
    .articles_content_block {
        height: 108px;
    }
    .articles_item3 img {
        height: 220px;
    }
    .articles_item4 img {
        height: 220px;
    }
    .author_block img {
        width: 36px;
        height: 36px;
        object-fit: contain;
    }
    .articles {
        margin: 30px 0;
    }
    .articles_item3 {
        width: 100%;
    }
    .articles_item4 {
        width: 100%;
    }
    .teg_card {
        width: 100%;
    }
}
.messages {
    margin: 50px 0;
}

.message_big_item_image {
    width: 100%;
    height: 390px;
}
.message_big_item_image img {
    width: 100%;
    height: 390px;
    border-radius: 0 8px 8px 0;
    object-fit: cover;
}

.messages_big_item {
    width: 64%;
    display: flex;
}
.messages_big_item h2 {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
}
.messages_big_item p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    height: 198px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    text-overflow: ellipsis;
    overflow: hidden;
}

.messages_big_content_block {
    max-width: 330px;
    background-color: #26856a;
    border-radius: 8px 0 0 8px;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.messages_item3 {
    width: 31.4%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f8f8f8;
}
.messages_item3 img {
    height: 260px;
    object-fit: cover;
}
.messages_item3 h3 {
    font-weight: 600;
    font-size: 20px;
    color: #1c1c1c;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.messages_content_block {
    padding: 5px 20px 0 20px;
}

.card_bottom_bg {
    height: 10px;
    width: 100%;
    background: linear-gradient(
        135deg,
        #26856a 17.44%,
        #1abf90 50.92%,
        #285e4e 88.35%
    );
    position: absolute;
    bottom: 0px;
}

@media only screen and (max-width: 1300px) {
    .messages_big_content_block {
        max-width: 280px;
    }
}
@media only screen and (max-width: 1060px) {
    .messages_big_item {
        width: 100%;
    }
    .mnores {
        display: none;
    }
    .messages_big_item .message_big_item_image {
        height: 300px;
    }
    .messages_big_item .message_big_item_image img {
        height: 300px;
        object-fit: cover;
    }
    .messages_big_content_block {
        max-width: 330px;
        padding: 20px 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .messages_big_item h2 {
        font-size: 20px;
        height: 81px;
        margin-bottom: 8px;
    }
    .messages_big_item p {
        font-size: 15px;
        height: 120px;
        -webkit-line-clamp: 6;
        text-align: justify !important;
    }
    .messages_item3 img {
        height: 190px;
    }
    .messages_content_block {
        padding: 5px 12px 0 12px;
    }
    .messages_item3 h3 {
        font-weight: 400;
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 22px;
        height: 44px;
    }
}
@media only screen and (max-width: 1150px) {
    .messages_item3 {
        width: 48%;
    }
}
@media only screen and (max-width: 640px) {
    .messages_item3 {
        width: 100%;
    }
    .messages_big_item p {
        font-size: 15px;
        height: 100px;
        -webkit-line-clamp: 5;
        margin-bottom: 12px;
    }
    .messages_big_content_block {
        width: 100%;
        max-width: 100%;
        border-radius: 8px 8px 8px 8px;
    }
    .messages_big_item .message_big_item_image {
        display: none;
        width: 0;
    }
    .messages_big_item .message_big_item_image img {
        display: none;
        width: 0;
    }
    .messages_big_item h2 {
        -webkit-line-clamp: 2;
        height: 54px;
        margin-bottom: 12px;
    }
    .messages {
        margin: 30px 0;
    }
    .messages_big_item2 h2 {
        -webkit-line-clamp: 2;
        height: 54px;
        margin-bottom: 12px;
    }
}
.advertising_block {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 50px;
}

.advertising_left {
    width: 69%;
    display: inline-block;
}
.advertising_left img {
    border-radius: 10px;
    overflow: hidden;
    height: 542px;
    object-fit: cover;
    object-fit: cover;
}

.advertising_right {
    background-color: #26856a;
    border-radius: 10px;
    display: flex;
    width: 28%;
    flex-direction: column;
    padding: 24px;
}
.advertising_right .wather_block {
    display: flex;
    border: 0.5px solid #fff;
    border-radius: 16px;
    background-image: url("../image/bg_wahter.png");
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    padding: 32px 24px;
    justify-content: space-between;
    margin-bottom: 12px;
}
.advertising_right .wather_block h3 {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.advertising_right .wather_item_two_block {
    display: flex;
    flex-direction: column;
}
.advertising_right .wather_item_two_block time {
    font-size: 15px;
    text-align: right;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}
.advertising_right .wather_item_two_block b {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}

.wather_item_one_block div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.wather_item_one_block div img {
    height: 28px;
    width: 28px;
    padding: 0;
    margin-right: 2px;
    flex-shrink: 0;
    object-fit: contain;
    scale: 1.6;
}
.wather_item_one_block div .gradus {
    font-size: 40px;
    display: flex;
    position: relative;
    margin-bottom: 0;
}
.wather_item_one_block div .gradus span {
    display: inline-block;
    margin-top: 5px;
    font-size: 17px;
    display: flex;
    font-weight: 600;
}

.valyuta_block {
    border: 1px solid #ededed;
    border-radius: 16px;
    padding: 20px;
    background: linear-gradient(
        226deg,
        rgba(15, 68, 71, 0.9) 0%,
        rgba(15, 66, 42, 0.9) 100%
    );
}
.valyuta_block #valyutas {
    display: flex;
    flex-direction: column;
}
.valyuta_block h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
    color: #fff;
}
.valyuta_block .curse_date {
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.valyuta_block .curse_date time {
    color: #34c759;
    margin-right: 3px;
}
.valyuta_block .curse_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.valyuta_block .curse_item .curse_left {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.valyuta_block .curse_item .curse_left b,
.valyuta_block .curse_item .curse_left span {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.valyuta_block .curse_right {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.valyuta_block .curse_right h3,
.valyuta_block .curse_right span {
    font-style: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    text-align: end;
}
.valyuta_block .curse_right .plus {
    color: #34c759;
}
.valyuta_block .curse_right .minus {
    color: #ee6c4d;
}

@media only screen and (max-width: 1490px) {
    .advertising_left img {
        height: auto;
    }
}
@media only screen and (max-width: 1060px) {
    .advertising_block {
        flex-direction: column;
    }
    .advertising_left {
        width: 100%;
    }
    .advertising_left img {
        height: auto;
    }
    .advertising_right {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        width: 100%;
    }
    .wather_block {
        width: 49%;
        background-size: cover;
        height: 100%;
    }
    .valyuta_block {
        width: 49%;
    }
}
@media only screen and (max-width: 640px) {
    .advertising_block {
        margin-bottom: 30px;
    }
    .advertising_right {
        padding: 12px;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .wather_block {
        width: 100%;
    }
    .valyuta_block {
        width: 100%;
    }
    .valyuta_block .curse_date {
        font-size: 14px;
    }
}
.newspaper {
    padding: 50px 0;
    background-color: #dafbed;
    margin-bottom: 50px;
}

.newspaper_item {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.newspaper_item img {
    height: 600px;
    object-fit: contain;
    background-color: #fff;
}

.newspaper_item_bottom {
    background-color: #26856a;
    padding: 10px;
}
.newspaper_item_bottom p {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newspaperSwiper {
    margin-top: 16px;
}

.swiper-pagination-newspaper {
    text-align: center;
    margin-top: 10px;
}
.swiper-pagination-newspaper .swiper-pagination-bullet {
    border: 1px solid #26856a;
}
.swiper-pagination-newspaper .swiper-pagination-bullet-active {
    background-color: #26856a;
}

.messages_big_content_block_list {
    max-width: 550px;
}

@media only screen and (max-width: 1060px) {
    .newspaper_item img {
        height: 400px;
    }
    .newspaper_item_bottom p {
        font-size: 18px;
        height: 48px;
    }
}
@media only screen and (max-width: 640px) {
    .newspaper {
        padding: 35px 0;
        margin-bottom: 30px;
    }
    .newspaper_item img {
        height: 350px;
    }
    .newspaper_item_bottom p {
        font-size: 16px;
        height: 44px;
    }
}
.books {
    margin-bottom: 50px;
}

.books_item {
    border: 1px solid #26856a;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 31.8%;
    position: relative;
    gap: 0;
    transition: all 0.3s linear;
}
.books_item #download_icon {
    font-size: 0px;
    color: #ee6c4d;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s linear;
}
.books_item:hover {
    opacity: 0.9;
}
.books_item:hover #download_icon {
    font-size: 50px;
    opacity: 1;
}
.books_item img {
    height: 280px;
    object-fit: contain;
}
.books_item .newspaper_item_bottom {
    background-color: #26856a;
    padding: 10px;
}
.books_item .newspaper_item_bottom h4 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 2px;
}
.books_item .newspaper_item_bottom span {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
}

.booksSwiper {
    margin-top: 16px;
}

.books_img_block {
    padding: 20px;
}

.document_img_block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
}
.document_img_block img {
    height: 125px;
}

.newspaper_img_block {
    padding: 0px;
    height: 420px !important;
}
.newspaper_img_block img {
    height: 100%;
}

.view_date_teacher {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 5px;
}
.view_date_teacher time,
.view_date_teacher span {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #26856a;
    gap: 4px;
}

.teacher_think_date time,
.teacher_think_date span {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 1230px) {
    .books_item {
        width: 48%;
    }
}
@media only screen and (max-width: 1060px) {
    .newspaper_img_block {
        padding: 0px;
        height: 310px !important;
    }
    .newspaper_img_block img {
        height: 310px !important;
    }
}
@media only screen and (max-width: 640px) {
    .books_item {
        width: 100%;
    }
    .books {
        margin-bottom: 30px;
    }
    .books_item img {
        height: 250px;
    }
    .books_img_block {
        padding: 12px;
    }
    .books_item .newspaper_item_bottom h4 {
        font-size: 18px;
        height: 24px;
    }
    .video_icon_big {
        width: 50px !important;
        height: 50px !important;
    }
    .video_icon {
        width: 50px !important;
        height: 50px !important;
    }
}
.teacher_opinion {
    margin-bottom: 50px;
}

.teacher_opinion_item {
    width: 31.8%;
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../image/bgteacher.png");
}
.teacher_opinion_item p {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    text-align: justify;
    margin-bottom: 16px;
    color: #000;
    height: 311.188px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    text-overflow: ellipsis;
    overflow: hidden;
}
.teacher_opinion_item .teach_list_p {
    height: 239.375px;
    -webkit-line-clamp: 10;
}
.teacher_opinion_item h4 {
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    color: #969696;
}

.tbg1 {
    background-color: #daf1fb;
}

.tbg2 {
    background-color: #fafbda;
}

.tbg3 {
    background-color: #dafbdd;
}

.teacher_question_show {
    font-size: 22px;
    color: #ee6c4d;
}
.teacher_question_show i {
    font-weight: 700;
    padding-top: 2px;
}

@media only screen and (max-width: 1220px) {
    .teacher_question_item {
        width: 48%;
    }
}
@media only screen and (max-width: 1060px) {
    .teacher_opinion_item {
        width: 100%;
        padding: 18px;
        border-radius: 10px;
    }
    .teacher_opinion_item p {
        -webkit-line-clamp: 7;
        height: 143.63px;
    }
}
@media only screen and (max-width: 640px) {
    .teacher_opinion {
        margin-bottom: 30px;
    }
    .teacher_question_item {
        width: 100%;
    }
    .teacher_opinion_item .teach_list_p {
        height: 170.375px;
        -webkit-line-clamp: 7;
        margin-bottom: 5px;
    }
}
.team {
    padding: 44px 0;
    background-color: #dafbed;
    margin-bottom: 50px;
}

.team_item {
    background-image: url("../image/bg_team.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 31.8%;
    box-shadow: -4px 4px 32px 0 rgba(0, 0, 0, 0.08);
    background-position: bottom left;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 414px;
    padding: 32px;
}
.team_item h2 {
    font-weight: 700;
    font-size: 36px;
    color: #ee6c4d;
    display: flex;
    flex-direction: column;
}
.team_item h2 span {
    color: #26856a;
    margin-bottom: 5px;
}
.team_item .position_team {
    font-weight: 400;
    font-size: 20px;
    color: #26856a;
}
.team_item img {
    height: 300px;
    width: auto;
    position: absolute;
    right: -2px;
    bottom: 0;
}

.teamsSwiper {
    margin-top: 16px;
}

@media only screen and (max-width: 1200px) {
    .team_item {
        border-radius: 12px;
        width: 48%;
        overflow: hidden;
        height: 360px;
        padding: 24px;
    }
    .team_item img {
        height: 280px;
    }
}
@media only screen and (max-width: 640px) {
    .team {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .team_item {
        width: 100%;
        height: 280px;
        padding: 18px;
    }
    .team_item img {
        right: -5px;
        height: 210px;
    }
    .team_item h2 {
        font-weight: 700;
        font-size: 28px;
    }
    .team_item .position_team {
        font-size: 16px;
    }
}
.usefullink {
    margin-bottom: 50px;
}

.usefullinkSwiper {
    margin-top: 32px;
}

.usefullink_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5px;
}
.usefullink_item .usefullink_img {
    border-radius: 50%;
    border: 1px solid #26856a;
    margin-bottom: 12px;
    width: 130px;
    height: 130px;
}
.usefullink_item .usefullink_img img {
    height: 100%;
    object-fit: contain;
    padding: 24px;
}
.usefullink_item h3 {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #1c1c1c;
}

@media only screen and (max-width: 640px) {
    .usefullink {
        margin-bottom: 30px;
    }
    .usefullinkSwiper {
        margin-top: 18px;
    }
    .usefullink_item .usefullink_img {
        width: 100px;
        height: 100px;
    }
    .usefullink_item .usefullink_img img {
        height: 100%;
        object-fit: contain;
        padding: 20px;
    }
    .usefullink_item h3 {
        font-weight: 500;
        font-size: 15px;
    }
}
.request {
    padding-top: 50px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.79) 38.76%,
        rgba(218, 251, 237, 0.79) 49.82%,
        rgba(218, 251, 237, 0.79) 100%
    );
}

.request_block {
    margin-top: 16px;
    background-image: url("../image/bg_request.png");
    background-repeat: no-repeat;
    background-size: 728px 505px;
    background-position: right bottom;
    padding-bottom: 50px;
}
.request_block form {
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.request_block form div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.request_block form div label {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #676767;
    margin-left: 3px;
}
.request_block form div input {
    width: 100%;
    border: 1px solid #26856a;
    border-radius: 10px;
    padding: 12px 18px;
    outline: none;
}
.request_block form div textarea {
    width: 100%;
    border: 1px solid #26856a;
    border-radius: 10px;
    padding: 12px 18px;
    outline: none;
}
.request_block form a {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #676767;
    margin-left: 3px;
    text-decoration: underline;
}
.request_block form button {
    width: 160px;
    text-align: center;
    font-weight: normal;
    justify-content: center;
    padding: 10px 0px;
    cursor: pointer;
}
.request_block form button i {
    transform: rotateX(180deg);
    transform: rotateY(180deg);
}

@media only screen and (max-width: 1200px) {
    .request {
        padding-top: 30px;
    }
    .request_block {
        background-repeat: no-repeat;
        background-size: 628px 405px;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 1060px) {
    .request_block {
        background-image: none;
        background-size: 0 0;
    }
    .request_block form {
        width: 500px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
@media only screen and (max-width: 640px) {
    .request {
        padding-top: 30px;
    }
    .request_block form {
        width: 100%;
        gap: 10px;
    }
}
.fotos_item {
    width: 48.7%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.fotos_content_block {
    padding: 12px 24px;
}
.fotos_content_block h3 {
    font-weight: 600;
    font-size: 16px;
    color: #1c1c1c;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    height: 22px;
    overflow: hidden;
}
.fotos_content_block p {
    font-weight: 400;
    font-size: 14px;
    color: #969696;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    height: 79px;
    overflow: hidden;
}

.fotos_img_block {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
.fotos_img_block img {
    width: 32.8%;
    height: 123px;
    object-fit: cover;
}

@media only screen and (max-width: 1130px) {
    .fotos_item {
        width: 100%;
    }
    .fotos_block a {
        height: 180px !important;
    }
    .fotos_block a img {
        height: 180px !important;
        object-fit: cover;
    }
}
@media only screen and (max-width: 640px) {
    .fotos_block a {
        width: 48% !important;
    }
}
@media only screen and (max-width: 470px) {
    .fotos_img_block img {
        width: 32%;
        height: 100px;
    }
    .fotos_content_block {
        padding: 12px 18px;
    }
}
.contents_item {
    padding-top: 30px;
    padding-bottom: 90px;
    width: 100%;
    background-image: url("../image/bg_mundarija.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    border-radius: 12px;
    box-shadow: -4px 4px 32px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.contents_item #download_icon {
    font-size: 14px;
    color: #ee6c4d;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
    transition: all 0.3s linear;
}
.contents_item:hover {
    opacity: 0.92;
}
.contents_item:hover #download_icon {
    font-size: 42px;
    opacity: 1;
}

.contents_title_block {
    padding-left: 30px;
    padding-right: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contents_title_block h2 {
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #26856a;
    display: flex;
    gap: 10px;
}
.contents_title_block h2 span {
    color: #ee6c4d;
    display: inline-block;
}
.contents_title_block .year_title {
    font-size: 64px;
}

@media only screen and (max-width: 1440px) {
    .contents_title_block {
        padding-left: 20px;
        padding-right: 30px;
    }
    .contents_item {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .contents_title_block .year_title {
        font-size: 42px;
    }
    .contents_title_block h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 640px) {
    .contents_title_block {
        flex-direction: column-reverse;
    }
    .contents_title_block .year_title {
        font-size: 22px;
    }
    .contents_title_block h2 {
        font-size: 18px;
    }
    .contents_item {
        padding-top: 15px;
        padding-bottom: 40px;
    }
    .contents_item:hover #download_icon {
        font-size: 28px;
        opacity: 1;
    }
}
.about_text_content_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.about_banner {
    margin-bottom: 50px;
}
.about_banner .socail_big_block {
    justify-content: center;
    text-align: center;
}
.about_banner .socail_big_block h2 {
    font-weight: 700;
    font-size: 48px;
}

.about_big_social {
    margin-bottom: 50px;
}

.aboit_social_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18.3%;
    justify-content: center;
    padding: 24px 0;
    border-radius: 8px;
    box-shadow: 0 10px 70px 0 rgba(83, 83, 83, 0.07);
    background: #f2f4ff;
    transition: all 0.3s linear;
}
.aboit_social_item:hover {
    background-color: #26856a;
}
.aboit_social_item:hover * {
    color: #f2f4ff;
}
.aboit_social_item span {
    font-weight: 400;
    font-size: 19px;
    color: #26856a;
    margin-bottom: 2px;
    transition: all 0.2s linear;
}
.aboit_social_item h4 {
    font-weight: 700;
    font-size: 19px;
    transition: all 0.2s linear;
    color: #26856a;
}
.aboit_social_item i {
    font-size: 80px;
    color: #26856a;
    transition: all 0.2s linear;
}

.editor_in_chief {
    padding: 50px 0;
    margin-bottom: 50px;
    background-image: url("../image/bg_editor.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about_editor_team {
    width: 46%;
}
.about_editor_team img {
    right: 0px;
    height: 355px;
}

.editor_team_text {
    width: 44%;
}

.about_editor_block {
    display: flex;
    align-items: center;
    gap: 36px;
}

.editor_team_text {
    font-weight: 600;
    font-size: 27px;
    text-align: justify;
    color: #26856a;
}

.about_material_item {
    width: 47%;
    padding: 15px 20px 20px 20px;
    box-shadow: 2px 2px 14px 0 rgba(26, 69, 156, 0.25);
    background: #fff;
    border-radius: 8px;
}
.about_material_item i {
    font-size: 24px;
    color: #ee6c4d;
    margin-bottom: 5px;
}
.about_material_item p {
    font-weight: 700;
    font-size: 18px;
    color: #26856a;
}

.about_material_oav {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1220px) {
    .editor_team_text {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1060px) {
    .about_text_content_block {
        flex-direction: column;
        gap: 0px;
    }
}
@media only screen and (max-width: 1060px) {
    .about_editor_block {
        flex-direction: column;
        gap: 18px;
    }
    .editor_team_text {
        width: 100%;
    }
    .editor_team_text {
        font-size: 18px;
    }
    .editor_in_chief {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .social_card_block2 {
        justify-content: center;
    }
    .aboit_social_item {
        width: 24%;
        padding: 20px 0;
        box-shadow: 0 10px 70px 0 rgba(83, 83, 83, 0.07);
        background: #f2f4ff;
        transition: all 0.3s linear;
    }
    .aboit_social_item:hover {
        background-color: #26856a;
    }
    .aboit_social_item:hover * {
        color: #f2f4ff;
    }
    .aboit_social_item span {
        font-size: 16px;
        color: #26856a;
        margin-bottom: 2px;
        transition: all 0.2s linear;
    }
    .aboit_social_item h4 {
        font-weight: 700;
        font-size: 19px;
        transition: all 0.2s linear;
        color: #26856a;
    }
    .aboit_social_item i {
        font-size: 80px;
        color: #26856a;
        transition: all 0.2s linear;
    }
}
@media only screen and (max-width: 640px) {
    .about_material_item {
        width: 100%;
        padding: 12px 16px 16px 16px;
    }
    .about_material_oav {
        margin-bottom: 30px;
    }
    .about_material_item p {
        font-weight: 600;
        font-size: 16px;
    }
    .about_editor_team {
        width: 100%;
    }
    .about_editor_team img {
        right: -10px;
        height: 210px;
    }
    .about_banner {
        margin-bottom: 30px;
    }
    .main_list {
        margin: 30px 0;
    }
    .about_big_social {
        margin-bottom: 30px;
    }
    .main_title2 {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .aboit_social_item {
        width: 100%;
    }
    .about_banner .socail_big_block h2 {
        font-size: 20px;
    }
}
.usefull_link_part_item {
    width: 48%;
    padding: 30px;
    padding-right: 50px;
    padding-bottom: 110px;
    display: flex;
    align-items: center;
    background-image: url("../image/bg_partners.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    border-radius: 12px;
    gap: 10px;
    box-shadow: -4px 4px 32px 0 rgba(0, 0, 0, 0.08);
}
.usefull_link_part_item .usefull_link_content_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.usefull_link_part_item .usefull_link_content_block a {
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #26856a;
    gap: 5px;
}
.usefull_link_part_item .usefull_link_content_block h3 {
    font-weight: 700;
    font-size: 24px;
    color: #ee6c4d;
    margin-bottom: 16px;
}
.usefull_link_part_item .usefull_link_logo {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    border: 1px solid #26856a;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}
.usefull_link_part_item .usefull_link_logo img {
    width: 140px;
    height: 140px;
    object-fit: contain;
}

.partner_block {
    display: flex;
    margin-top: 35px;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 1060px) {
    .usefull_link_part_item {
        width: 100%;
        padding: 20px;
        padding-bottom: 120px;
    }
}
@media only screen and (max-width: 640px) {
    .usefull_link_part_item .usefull_link_logo {
        width: 80px;
        height: 80px;
        padding: 8px;
    }
    .usefull_link_part_item .usefull_link_content_block h3 {
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .usefull_link_part_item .usefull_link_content_block {
        gap: 8px;
    }
    .usefull_link_part_item .usefull_link_content_block a {
        font-weight: 500;
        font-size: 15px;
        gap: 3px;
    }
    .usefull_link_part_item {
        padding: 12px;
        padding-bottom: 70px;
    }
}
.contact__item {
    flex-direction: row !important;
    align-items: center !important;
    margin-top: 18px;
    gap: 6px !important;
}
.contact__item b {
    font-weight: 400;
    font-size: 14px;
    color: #1c1c1c;
}
.contact__item i {
    font-size: 20px;
    color: #26856a;
    font-weight: 700;
}
.contact__item a {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.text_contact {
    margin-top: 18px;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #000 !important;
    text-decoration: none !important;
}

.request_block {
    display: flex;
    justify-content: space-between;
}

.contact_social_block {
    width: 50%;
}
.contact_social_block .social_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #26856a;
    margin-bottom: 30px;
}
.contact_social_block .social_title span {
    color: #ee6c4d;
}
.contact_social_block div {
    display: flex;
    align-items: center;
    gap: 30px;
}
.contact_social_block div a i {
    font-size: 60px;
    color: #26856a;
    transition: all 0.2s linear;
}
.contact_social_block div a i:hover {
    transform: translateY(-2px);
}

.contact {
    background-color: #ebf1f0;
    background-image: url("../image/bg_contact_r.svg"),
        url("../image/bg_contact_l.svg");
    background-repeat: no-repeat;
    background-position: top right, left bottom;
}

@media only screen and (max-width: 1060px) {
    .request_block {
        flex-direction: column;
        gap: 25px;
    }
    .contact_social_block {
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    .contact_social_block .social_title {
        margin-bottom: 12px;
        font-size: 20px;
    }
    .contact_social_block div {
        gap: 20px;
    }
    .contact_social_block div a i {
        font-size: 40px;
    }
}
.advertising_section {
    background-color: #ebf1f0;
    background-image: url("../image/bg_advertisng_type_r.svg"),
        url("../image/bg_advertisng_type_l.svg");
    background-repeat: no-repeat;
    background-position: bottom 70px right, top 70px left;
    padding: 50px 0;
}
.advertising_section .advertising_type_block {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.advertising_section .advertising_type_block .advertising_type_item {
    width: 31.8%;
    padding: 30px 30px 100px 30px;
    background-image: url("../image/bg_ad_type.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    box-shadow: -4px 4px 32px 0 rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}
.advertising_section .advertising_type_block .advertising_type_item h3 {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    color: #ee6c4d;
    margin-bottom: 4px;
}
.advertising_section
    .advertising_type_block
    .advertising_type_item
    .advertising_img_text {
    display: flex;
    align-items: center;
}
.advertising_section
    .advertising_type_block
    .advertising_type_item
    .advertising_img_text
    p {
    font-weight: 400;
    font-size: 20px;
    color: #26856a;
}
.advertising_section
    .advertising_type_block
    .advertising_type_item
    .advertising_img_text
    .advertising_content_icon {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #26856a;
}
.advertising_section
    .advertising_type_block
    .advertising_type_item
    .advertising_img_text
    .advertising_content_icon
    i {
    font-size: 45px;
    color: #26856a;
}

.social_view {
    margin-top: 100px;
}

.social_view_block {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 100px;
}
.social_view_block .social_view_item {
    width: 31.8%;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    box-shadow: 0 10px 70px 0 rgba(83, 83, 83, 0.07);
    background-color: #f2f4ff;
}
.social_view_block .social_view_item .social_view_icon i {
    font-size: 81px;
    color: #26856a;
}
.social_view_block .social_view_item .social_view_content h4 {
    font-weight: 700;
    font-size: 19px;
    color: #26856a;
}
.social_view_block .social_view_item .social_view_content p {
    font-weight: 400;
    font-size: 16px;
    color: #26856a;
}
.social_view_block .social_view_item .social_view_count {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #26856a;
}

.banner_size_text_editor {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
}
.banner_size_text_editor p {
    width: 39%;
    font-weight: 600;
    font-size: 29px;
    text-align: justify;
    color: #000;
}
.banner_size_text_editor img {
    height: 400px;
    object-fit: contain;
    width: 58%;
}

.advertising_price {
    margin: 50px 0;
}

.advertising_price_block {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.advertising_price_block .advertising_price_item {
    width: 48%;
    background-color: #f3f5f7;
    padding: 20px;
    display: flex;
    border-radius: 12px;
    align-items: center;
    gap: 10px;
}
.advertising_price_block .advertising_price_item img {
    width: 30px;
    height: 40px;
    object-fit: contain;
}
.advertising_price_block .advertising_price_item a {
    margin-left: auto;
    border-radius: 24px;
    padding: 8px 24px;
    background-color: #26856a;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s linear;
}
.advertising_price_block .advertising_price_item a:hover {
    transform: translateY(-2px);
}
.advertising_price_block .advertising_price_item a:active {
    transform: translateY(2px);
}
.advertising_price_block .advertising_price_item a i {
    font-size: 18px;
    margin-right: 4px;
}
.advertising_price_block .advertising_price_item .advertising_price_content h3 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.advertising_price_block .advertising_price_item .advertising_price_content p {
    font-weight: 400;
    font-size: 14px;
    color: #676767;
}

@media only screen and (max-width: 1230px) {
    .advertising_section {
        background-image: none;
    }
    .social_view_block .social_view_item {
        padding: 20px 0;
        gap: 12px;
    }
    .social_view_block .social_view_item .social_view_icon i {
        font-size: 60px;
    }
    .social_view_block .social_view_item .social_view_content h4 {
        font-weight: 700;
        font-size: 16px;
    }
    .social_view_block .social_view_item .social_view_content p {
        font-weight: 400;
        font-size: 15px;
    }
    .social_view_block .social_view_item .social_view_count {
        font-size: 32px;
    }
    .social_view {
        margin-top: 40px;
    }
    .social_view_block {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1060px) {
    .advertising_section {
        padding: 40px 0;
    }
    .advertising_section .advertising_type_block {
        gap: 15px;
    }
    .advertising_section .advertising_type_block .advertising_type_item {
        width: 48.2%;
        padding: 20px 20px 80px 20px;
        border-radius: 10px;
    }
    .advertising_section .advertising_type_block .advertising_type_item h3 {
        font-weight: 700;
        font-size: 18px;
    }
    .advertising_section
        .advertising_type_block
        .advertising_type_item
        .advertising_img_text
        p {
        font-size: 16px;
    }
    .advertising_section
        .advertising_type_block
        .advertising_type_item
        .advertising_img_text
        .advertising_content_icon {
        width: 70px;
        height: 70px;
    }
    .advertising_section
        .advertising_type_block
        .advertising_type_item
        .advertising_img_text
        .advertising_content_icon
        i {
        font-size: 36px;
    }
    .social_view_block {
        flex-wrap: wrap;
        justify-content: center;
    }
    .social_view_block .social_view_item {
        width: 48%;
    }
    .advertising_price_block .advertising_price_item {
        width: 100%;
    }
    .banner_size_text_editor {
        flex-direction: column-reverse;
        margin-bottom: 0px;
    }
    .banner_size_text_editor img {
        height: auto;
        width: 100%;
    }
    .banner_size_text_editor p {
        width: 100%;
        font-size: 18px;
        text-align: justify;
    }
}
@media only screen and (max-width: 640px) {
    .advertising_price {
        margin: 30px 0;
    }
    .advertising_price_block
        .advertising_price_item
        .advertising_price_content
        h3 {
        font-size: 17px;
    }
    .advertising_price_content {
        width: 100%;
        text-align: center;
    }
    .advertising_price_block .advertising_price_item {
        flex-wrap: wrap;
        justify-content: center;
        padding: 18px;
    }
    .advertising_price_block
        .advertising_price_item
        .advertising_price_content
        p {
        font-size: 15px;
    }
    .advertising_price_block .advertising_price_item a {
        margin-left: 0;
        border-radius: 12px;
        padding: 6px 24px;
        font-size: 14px;
    }
    .advertising_price_block .advertising_price_item a i {
        font-size: 16px;
        font-weight: 500;
    }
    .social_view_block .social_view_item {
        width: 100%;
    }
    .main_title2 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .social_view_block .social_view_item .social_view_icon i {
        font-size: 50px;
    }
    .social_view_block .social_view_item .social_view_count {
        font-size: 29px;
    }
    .social_view {
        margin-top: 30px;
    }
    .social_view_block {
        margin-bottom: 30px;
        gap: 14px;
    }
    .advertising_section {
        padding: 30px 0;
    }
    .advertising_section .advertising_type_block {
        gap: 15px;
    }
    .advertising_section .advertising_type_block .advertising_type_item {
        width: 100%;
        padding: 15px 15px 70px 15px;
    }
    .advertising_section
        .advertising_type_block
        .advertising_type_item
        .advertising_img_text
        .advertising_content_icon {
        width: 66px;
        height: 66px;
    }
    .advertising_section
        .advertising_type_block
        .advertising_type_item
        .advertising_img_text
        .advertising_content_icon
        i {
        font-size: 32px;
    }
}
.start_bg {
    background-color: rgb(251, 253, 255);
}

.stars_block {
    margin-top: 40px;
    margin-bottom: 25px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.stars_block .main_title2 {
    width: 100%;
    margin-bottom: 0;
}

.stars_item {
    width: 31.8%;
    background-color: #26856a;
    border-radius: 16px;
    box-shadow: -4px 4px 32px 0 rgba(0, 0, 0, 0.08);
}
.stars_item .stars_image_block {
    width: 100%;
    height: 330px;
    background-image: url("../image/bg_stars.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px 14px 26px 26px;
    overflow: hidden;
}
.stars_item .stars_image_block img {
    height: 220px;
    width: 220px;
    border: 1px solid #26856a;
    border-radius: 50%;
    background-color: #fff;
    object-fit: cover;
    padding-top: 0;
    object-position: top;
}
.stars_item .stars_content {
    padding: 12px 12px 20px 12px;
    text-align: center;
}
.stars_item .stars_content h1,
.stars_item .stars_content h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
.stars_item .stars_content p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.stars_btn_block {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.stars_btn_block a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    background-color: #26856a;
    padding: 12px 30px;
    border-radius: 24px;
    color: #fff;
    transition: all 0.3s linear;
}
.stars_btn_block a i {
    margin-right: 5px;
}
.stars_btn_block a:hover {
    transform: translateY(-3px);
}
.stars_btn_block a:active {
    transform: translateY(3px);
}

.start_item_show {
    width: 450px;
    flex-shrink: 0;
}

.show_star_block {
    display: flex;
    gap: 35px;
    align-items: start;
}

.show_star_text_block {
    width: 100%;
    background-color: #fff;
    border: 1px solid #26856a;
    border-radius: 8px;
    padding: 16px 24px;
}

@media only screen and (max-width: 1060px) {
    .stars_item {
        width: 48%;
    }
    .show_star_block {
        flex-direction: column;
        gap: 25px;
    }
    .show_star_text_block {
        border: 1px solid #26856a;
        border-radius: 8px;
        padding: 12px 14px;
    }
}
@media only screen and (max-width: 640px) {
    .stars_item {
        width: 100%;
    }
    .stars_item .stars_image_block {
        width: 100%;
        height: 260px;
    }
    .stars_item .stars_image_block img {
        height: 180px;
        width: 180px;
    }
    .stars_item .stars_content {
        padding: 10px 10px 16px 10px;
        text-align: center;
    }
    .stars_item .stars_content h1,
    .stars_item .stars_content h3 {
        font-size: 17px;
    }
    .stars_item .stars_content p {
        font-size: 15px;
    }
}
.footer {
    padding-top: 48px;
    background-color: #26856a;
}

.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(186, 200, 220, 0.5);
}

.logo_footer {
    flex-shrink: 0;
    display: inline-block;
    height: 40px;
}
.logo_footer img {
    width: 193px;
    height: 40px;
    flex-shrink: 0;
    object-fit: contain;
}

.social_block_footer {
    display: flex;
    align-items: center;
    gap: 16px;
}
.social_block_footer a {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.25s linear;
}
.social_block_footer a i {
    color: #26856a;
    font-size: 18px;
}
.social_block_footer a:hover {
    transform: translateY(-2px);
}

.footer_navbar {
    margin-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(186, 200, 220, 0.5);
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
}
.footer_navbar .footer_item {
    display: flex;
    width: 16%;
    flex-direction: column;
    gap: 10px;
}
.footer_navbar .footer_item h2 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
}
.footer_navbar .footer_item h3 {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
.footer_navbar .footer_item a {
    font-weight: 400;
    font-size: 14px;
    color: #ebf1f0;
    margin-left: 6px;
}
.footer_navbar .footer_item .fl1 {
    margin-top: 8px;
}
.footer_navbar .footer_item .footer_link {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin-left: 0;
}
.footer_navbar .footer_item .footer_big_link {
    font-weight: 700;
    font-size: 20px;
    margin-left: 0;
}
.footer_navbar .tt1 {
    margin-top: 45px;
}
.footer_navbar .footer_contact {
    margin-left: 0;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.footer_navbar .footer_contact i {
    font-size: 21px;
    margin-right: 5px;
    flex-shrink: 0;
}
.footer_navbar .footer_contact:first-child {
    margin-top: 0;
}

.footer_bottom {
    padding: 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_bottom .footer_left p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: rgba(235, 241, 240, 0.8588235294);
}
.footer_bottom .footer_left div {
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: rgba(235, 241, 240, 0.8588235294);
}
.footer_bottom .footer_left div a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #fff;
}

.footer_right {
    display: flex;
    align-items: center;
    gap: 36px;
}
.footer_right a {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (max-width: 1060px) {
    .footer_navbar .footer_item {
        width: 25%;
    }
    .footer_navbar {
        gap: 30px;
    }
}
@media only screen and (max-width: 640px) {
    .footer_navbar .footer_item {
        width: 100%;
    }
    .footer_navbar {
        gap: 25px;
        margin-top: 20px;
    }
    .footer_navbar .footer_item h2 {
        margin-bottom: 0;
    }
    .footer_navbar .tt1 {
        margin-top: 25px;
    }
    .footer_navbar .footer_item .fl1 {
        margin-top: 0px;
    }
    .footer_top {
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(186, 200, 220, 0.5);
    }
    .logo_footer {
        height: 28px;
    }
    .logo_footer img {
        width: 138px;
        height: 28px;
    }
    .social_block_footer {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .footer {
        padding-top: 30px;
    }
    .footer_bottom {
        flex-wrap: wrap;
        text-align: center;
        gap: 12px;
        padding: 20px 0;
        flex-direction: column-reverse;
    }
    .footer_bottom .footer_left p {
        font-size: 13px;
    }
    .footer_bottom .footer_left div {
        font-size: 13px;
    }
    .footer_right {
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .footer_left {
        display: flex;
        flex-direction: column-reverse;
        gap: 12px;
    }
}
.main_show {
    margin-top: 30px;
    margin-bottom: 50px;
}

.show_news_block {
    width: 100%;
}

.show_title_block {
    width: 100%;
    margin-bottom: 24px;
}

.show_title {
    font-weight: 600;
    font-size: 24px;
    color: #1c1c1c;
}
.show_title span {
    color: #26856a;
    text-transform: uppercase;
}

.main_left_show {
    width: 100%;
}

.view_date_show_content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.view_date_show_content time,
.view_date_show_content span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    gap: 4px;
    color: #fff;
}

.view_date_show_content {
    padding: 10px 15px;
    background-color: rgba(0, 84, 71, 0.5137254902);
    position: absolute;
    bottom: 0;
    left: 0;
}

.bg_view {
    background-color: rgba(0, 84, 71, 0.7921568627);
}

.show_img_block {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 600px;
}

.show_news_img {
    height: 100%;
    object-fit: cover;
}

.news_text_editor_block {
    margin-top: 25px;
}
.news_text_editor_block img {
    border-radius: 6px;
}

iframe {
    width: 100% !important;
    height: 600px !important;
    border: none;
    outline: none;
    border-radius: 6px;
    margin-right: auto;
    margin-left: auto;
}

.similar_articles {
    margin-top: 50px;
}

.show_author_block {
    width: 100%;
    border-top: 1px solid rgba(38, 133, 106, 0.2);
    border-bottom: 1px solid rgba(38, 133, 106, 0.2);
    padding: 24px 0;
    margin-top: 50px;
    gap: 20px;
    display: flex;
    justify-content: space-between;
}
.show_author_block .show_author_item_3 {
    width: 230px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 15px;
}
.show_author_block .share_block {
    padding: 10px 0;
    background-color: #ebf1f0;
    border: 1px solid #26856a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.show_author_block .share_block .share_button {
    width: 27px;
    height: 27px;
    transition: all 0.2s linear;
}
.show_author_block .share_block .share_button img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.show_author_block .share_block .share_button:hover {
    transform: translateY(-2px);
}
.show_author_block .share_block .share_button:active {
    transform: translateY(2px);
}
.show_author_block .show_author_item_4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.show_author_block .show_author_item_5 {
    width: 250px;
    flex-shrink: 0;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 15px;
}

.author_title {
    color: #26856a;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.author_title i {
    font-weight: 700;
}

.tegs li {
    color: #ee6c4d;
    padding: 3px 7px;
    font-size: 13px;
    border: 1px solid rgba(238, 108, 77, 0.3);
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 8px 0;
}

.show_team_block {
    display: flex;
    gap: 15px;
    align-items: center;
}
.show_team_block h3 {
    font-size: 18px;
    font-weight: 600;
    color: #26856a;
}
.show_team_block span {
    font-size: 14px;
    color: #ee6c4d;
}
.show_team_block img {
    width: 64px;
    height: 64px;
    border-radius: 5px;
    object-fit: contain;
    padding: 5px;
    object-position: top;
    background-image: url("../image/bg_author.png");
    border: 1px solid #26856a;
}

@media only screen and (max-width: 1060px) {
    .show_img_block {
        height: 500px;
    }
    iframe {
        height: 450px !important;
    }
}
@media only screen and (max-width: 640px) {
    .show_author_block {
        flex-direction: column;
    }
    .show_img_block {
        height: 250px;
    }
    .show_title {
        font-weight: 700;
        font-size: 20px;
    }
    .view_date_show_content {
        padding: 6px 10px;
    }
    .view_date_show_content time,
    .view_date_show_content span {
        display: flex;
        align-items: center;
        font-size: 11px;
        font-weight: 500;
        gap: 4px;
        color: #fff;
    }
    iframe {
        height: 250px !important;
    }
}
.show_newspaper_img {
    height: 500px;
    object-fit: contain;
}

.show_newspaper_img_block {
    position: relative;
    padding: 16px;
    border: 1px solid #26856a;
    border-radius: 8px;
    background-color: rgba(229, 229, 229, 0.262745098);
    overflow: hidden;
}

.fotos_block {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.fotos_block a {
    height: 220px;
    width: 32.6%;
}
.fotos_block a img {
    height: 220px;
    object-fit: cover;
}

@media only screen and (max-width: 640px) {
    .show_newspaper_img {
        height: 320px;
        object-fit: contain;
    }
} /*# sourceMappingURL=main.css.map */
.active_c {
    color: #ee6c4d !important;
}
blockquote {
    padding: 10px 20px 10px 30px;
    margin: 15px 0;
    position: relative;
    border-radius: 8px;
    background: linear-gradient(0deg, rgb(0, 84, 71, 0.08), rgb(0, 84, 71, 0.2)),
        #ffffff;
    border-left: 0px solid transparent !important;
}
blockquote:before {
    content: "";
    background-image: url("../image/quote.svg");
    background-size: contain; /* Adjust as needed */
    display: inline-block;
    position: absolute;
    left: -8px;
    top: -10px;
    width: 40px;
    height: 40px;
}
.text_editor_input {
    display: none !important;
}
.news_text_editor_block img {
    padding: 8px !important;
}
