/* posts */

.tiny-editor-long-description-post + .tox-tinymce {
    height: 700px !important;
}

.tiny-editor-long-description-interview + .tox-tinymce {
    height: 300px !important;
}

.input-post-help {
    margin-top: 13px;
    font-size: 12px;
}

.news-card {
    border-radius: 24px;
    border: 2px solid #EFEAED;
    overflow: hidden;
}

.container-news-texts {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.news-title-card {
    padding: 16px 16px 0px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #150007;
    margin: 0px;
}

.news-short-description {
    padding: 16px 16px 0px 16px;
    font-weight: 400;
    font-size: 12px;
    opacity: 70%;
    color: #150007;
    margin: 0px;
}

.see-all-news {
    font-weight: 600;
    font-size: 16px;
    color: #2A8F75;
    padding: 16px;
}

.arrow-news-widget {
    color: #2A8F75;
    font-size: 13px;
    padding-right: 5px;
}

.swiper-news-wraper {
    width: 256px !important;
    display: flex;
}

.swiper-honor-wraper {
    width: 189px !important;
}

.swiper-exam-news-wraper {
    width: 256px;
}

.swiper-scroll-banner-wraper {
    width: 300px !important;
    display: flex;
}
.news-card {
    width: 256px;
    height: 274px;
}

.container-news-img {
    width: 100%;
    height: 111px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.container-news {
    display: flex;
    flex-flow: column-reverse;
}
@media (min-width: 768px) {
    .container-news {
        display: flex;
        flex-flow:row;
    }

    .container-news-img {
        width: 190px;
        height: 171px;
    }

    .container-news-texts {
        width: 208px;
        height: 171px;
    }
    .swiper-news-wraper {
        width: 398px !important;
    }

    .swiper-honor-wraper {
        width: 181px !important;
    }

    .swiper-exam-news-wraper {
        width: 100%;
    }

    .news-card {
        width: 398px;
        height: 171px;
    }
}

@media (max-width: 768px) {
    .main-container-journal {
        height: 360px;
    }

    .main-container-event {
        height: 260px;
    }
}

.news-title {
    font-weight: 700;
    font-size: 22px;
    color: #150007;
    margin-bottom: 24px;
    text-wrap: nowrap;
}

.container-news-widget {
    position: relative;
}

.post-header {
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
}

.information-post-text {
    opacity: 50%;
    color: #150007;
}

.information-post p {
    margin: 0px !important;
}

.container-card-news {
    display: flex;
    flex-flow:row;
}

.container-card-news-img {
    width: 190px;
    height: 171px;
}

.container-card-news-texts {
    width: 208px;
    height: 171px;
}

.card-news-card {
    width: 398px;
    height: 171px;
}

.swiper-events-wraper {
    width: 189px !important;
    display: flex;
}

.events-card {
    width: 181px;
    height: 158px;
}

.container-events-img {
    width: 181px;
    height: 158px;
}

.container-events-img img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    position: relative;
}
.container-events-text {
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    padding: 16px;
}
.container-background-events {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.swiper-slide-event {
    margin-left: 13px !important;
}

.container-card-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

@media (max-width: 768px) {
    .container-card-news {
        justify-content: center !important;
    }
}

@media (min-width: 768px) {
    .swiper-events-wraper {
        width: 189px !important;
    }

    .events-card {
        width: 189px;
        height: 246px;
    }

    .container-events-img {
        width: 189px;
        height: 246px;
    }

    .swiper-slide-event {
        margin-left: 19px;
    }
}
.container-card-events {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;

}

.short-description-post {
    font-size: 20px;
    font-weight: 600;
}

.container-video-post {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.video-post {
    width: 80%;
}

.video-icon {
    position: absolute;
    top: 11px;
    left: 11px;
}
.h_iframe-aparat_embed_frame{
    position:relative;
    border-radius: 30px;
}
.h_iframe-aparat_embed_frame .ratio{
    display:block;width:100%;height:auto;
}
.h_iframe-aparat_embed_frame iframe{
    position:absolute;top:0;left:0;width:100%;height:100%;
}
.player-btn-post {
    width: 80px;
    height: 80px;
    background-color: transparent;
    border: 0;
    outline: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../../img/player.png);
    background-repeat: no-repeat;
    background-position: center; /* Center the background image */

}
.image-post {
    border-radius: 30px;
    max-width: 400px;
}
.image-post-wrapper {
    width: 80%;
    text-align: center;
}
@media (max-width: 768px) {
    .image-post-wrapper {
        width: 100%;
    }
    .video-post {
        width: 100%;
    }
    .post-header {
        font-size: 23px;
    }
}

.long-description-post * {
    margin: 0 !important;
    font-family: var(--bs-body-font-family) !important;
    line-height: 34px !important;
    font-size: 17px !important;

}
.long-description-post {
    margin-top: 10px;
}

.see-all-post-widget:hover {
    color: #2A8F75;
}

.post-badge {
    color: #2A8F75;
    font-weight: 400;
    font-size: 14px;
    background-color: #F9F7F8;
    border-radius: 14px;
    padding: 19px 12px;

}

.publication-date-post {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 21px;
}

.container-category-post {
    margin: 20px 0px 10px 0px;
    padding: 0px !important;
}

.wrapper-category-post {
    overflow-y: scroll;
    overflow-x: visible;
    margin-left: 5px;
    text-wrap: nowrap;
    scrollbar-width: none;
    padding: 19px 12px;
}
.container-video-icon {
    display: flex;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: -10px;
}
.video-image-post {
    width: 20px !important;
    height: 20px !important;
}
.video-text {
    font-weight: 400;
    font-size: 12px;
    margin-right: 2px;
}
.container-video-icon-journal {
    position: absolute;
    bottom: 9px;
    right: 9px;
}

/*  */


/* interview */


.container-interview {
    border: 2px solid #EFEAED;
    border-radius: 24px;
    padding: 16px;
}

.header-interview {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 11px;
}

.short-description-interview {
    font-size: 14px;
    font-weight: 600;
}

.image-interview {
    width: 64px;
    border-radius: 50%;
    height: 64px;
}

.long-description-interview {
    font-size: 14px;
    font-weight: 600;
    color: #150007A3;
}

.see-interview, .see-interview:hover {
    color: #2A8F75;
    margin-top: 16px;
}

.image-exam-news {
    width: 93%;
    border-radius: 24px;
}

.header-exam-news {
    font-weight: 600;
    font-size: 24px;
    color: #150007;
}

.long-description-exam-news {
    font-weight: 600;
    font-size: 16px;
    color: #150007CC;
    opacity: 80%;
}

.container-image-exam-news {
    border-radius: 24px;
    display: flex;
    justify-content: center;
}


@media (max-width: 1197px) {
    .header-exam-news {
        font-size: 20px;
    }

    .long-description-exam-news {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .header-exam-news {
        font-size: 16px;
        font-weight: 500;
    }

    .long-description-exam-news {
        font-size: 16px;
        font-weight: 600;
    }
}

.image-exam-news-mobile {
    border-radius: 24px;
    margin-bottom: 12px;
    width: 256px;
    height: 200px;
}

.container-news-widget-exam-news {
    height: 360px !important;
}

.image-field-news {
    width: 100%;
}


.container-field-news {
    border: 2px solid #EFEAED;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    padding-bottom: 27px;
}

.field-news-action-field-news {
    position: absolute;
    bottom: 11px;
}

.container-content-field-news {
    padding: 16px;
}

.field-news-text-content {
    padding: 16px;
}

.see-filed-news, .see-filed-news:hover {
    font-size: 16px;
    font-weight: 600;
    color: #2A8F75;
}


@media (max-width: 768px) {
    .container-field-news-widget {
        height: 300px !important;
    }

    .container-honor-widget {
        height: 250px !important;
    }

    .container-hobbies-news-widget {
        height: 370px;
    }
}

.field-honor-image-wrapper {
    border-radius: 38px;
    overflow: hidden;
}

.field-honor-text-content {
    text-align: center;
    padding-top: 16px;
}

.header-honor {
    font-size: 16px;
    font-weight: 700;
    color: #150007;
}


.short-description-honor {
    font-size: 14px;
    font-weight: 600;
    color: #150007;
    opacity: 64%;
}

.field-hobbies-image-wrapper {
    border-radius: 24px;
    overflow: hidden;
}

.image-hobbies-slide {
    width: 142px;
    height: 142px;
    border-radius: 24px;
    overflow: hidden;
}

.header-hobbies {
    font-size: 16px;
    font-weight: 600;
    color: #150007;
}

.short-description-hobbies {
    font-size: 14px;
    font-weight: 600;
    color: #150007A3;
    margin-bottom: 8px !important;
}
@media (max-width: 1208px) {
    .image-hobbies-slide {
        width: 100px;
        height: 100px;
    }
}

.container-related-post {
    margin-bottom: 24px;
}

@media (max-width: 990px) {
    .interview-container-widget {
        margin: 20px 0 127px 0 !important;
    }
}
/*  */