@import url('./fonts/opensans.css');

:root {
    --article-item-height: 300px
}

img {
    max-width: 100% !important;
}

iframe {
    width: 100% !important;
    height: 500px !important;
}

.wraper {
    width: 100%;
}

.block-link,
.block-link:hover {
    color: inherit;
    text-decoration: none;
}

.container {
    width: 96%;
    max-width: 1024px;
    margin: 0 auto;
}

.menu {
    text-align: center;
}

.sso {
    cursor: pointer;
}

img.alignright {
    float: right;
    margin-left: 1em;
}

img.alignleft {
    float: left;
    margin-right: 1em;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* GLOBAL */

.btn-w-arrow .icon {
	display: inline-block;
	transition: 0.2s;
}

.btn-w-arrow:hover .icon-arrow-right,
.btn-w-arrow:hover .icon-chevron-right {
	transform: translateX(6px);
}

.btn-w-arrow:hover .icon-arrow-left,
.btn-w-arrow:hover .icon-chevron-left {
	transform: translateX(-6px);
}

.panel-subheading {
    font-weight: 400;
}

.sticky-top {
    top: 0;
}

.sticky-under-header {
    top: 74px;
}

@media(min-width:601px){
	.admin-bar .sticky-top {
		top: 46px;
	}
    .admin-bar .sticky-under-header {
        top: 120px;
    }
}

@media(min-width:783px){
	.admin-bar .sticky-top {
		top: 32px;
	}
    .admin-bar .sticky-under-header {
        top: 123px;
    }
}

@media(min-width:768px){
    .wysiwyg {
        font-size: 18px;
    }
}

/* HEADER */

header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 998;
}

.search-mode #header-search-button-text,
.search-mode #header-main-menu-wrapper,
.search-mode #header-language-switcher {
    display: none !important;
}

.search-mode #header-search-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#header-search-input {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

.search-mode #header-search-input {
    position: relative;
    top: auto; left: auto;
    opacity: 1 !important;
    width: 100% !important;
    height: auto;
}

.search-mode #header-search-button {
    z-index: 3 !important;
}

.search-mode #header-search-form,
.search-mode #site-header-end {
    flex: 1 1 auto;
}

@media(max-width: 575.98px){
    .header-end > .btn {
        padding: .625rem .825rem;
    }
}

#header-search-form {
    max-width: 500px;
}

.nav-item-heading:not(:first-child) {
    margin-top: 0.5rem;
}

.dropdown-heading {
    color: #9d0035;
    padding: 1rem 1rem 0;
    display: block;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    user-select: none;
}

.header-language-switcher .dropdown-menu {
    width: 5rem;
}

.slider {
    width: 100%;
    /*background: url(img/slider_one.png) no-repeat;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
}

.text-slider {
    width: 60%;
    padding-top: 250px;
    padding-bottom: 100px;
    overflow: hidden;
}

.main-text {
    font-size: 60px;
    color: ivory;
}

.spannav,
.sidenav {
    visibility: hidden;
}

.text-header {
    font-size: 30px;
    color: ivory;
    width: 60%;
    margin: auto;
}

/* span.text-header, h1.main-text{
    background: rgb(114,153,182, 0.7);
	text-shadow: 3px -2px 1px rgb(114 153 182 / 92%);
} */
.support {
    width: 130px;
    height: 50px;
    background: none;
    color: cornsilk;
    text-transform: uppercase;
    border: solid 3px white;
    padding: 10px;
    cursor: pointer;

    text-decoration: none;
}

.support:hover {
    background: gray;
    transition: all 0.5s ease-out;
}

.line-one {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    background: #b03030;
}

/* PANEL SPLIT HERO */

.panel-split-main-container {
    margin-top: -1px;
}

.panel-split-mobile-bg {
    left: 0;
    right: 0;
}

.panel-split-logo {
    z-index: -1;
    box-shadow: 0 0 4rem rgba(0,0,0,0.1);
}

.panel-split-logo:before,
.panel-split-logo:after {
    content: "";
    display: block;
    width: 30rem;
    height: 30rem;
    border: 3px solid #9d0035;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 99rem;
    box-shadow: 0 0 4rem rgba(0,0,0,0.1);
}

.panel-split-logo:before {
    width: 16rem;
    height: 16rem;
    border-color: rgba(157, 0, 52, 0.3);
}

@media(max-width:575.98px){
    #panel-home-hero-split .panel-split-card-title {
        min-height: 2.825em;
    }
}

@media (min-width: 364px) and (max-width: 767.98px) {
    .panel-split-column:first-child .panel-split-mobile-bg {
        left: -0.8rem;
    }
    .panel-split-column:last-child .panel-split-mobile-bg {
        right: -0.8rem;
    }
}

@media(min-width:768px){
    .hover-image-scale {
        transition: transform 0.5s;
    }
    .hover-image-scale-wrapper:hover .hover-image-scale {
        transform: scale(1.05);
    }
    .panel-split-column:first-child .panel-split-card:nth-child(2) {
        align-self: start;
    }
    .panel-split-column:last-child .panel-split-card:nth-child(2) {
        align-self: end;
    }
    .panel-split-card {
        width: 80%;
        max-width: 400px;
    }
}

@media(min-width:1200px){
    .panel-split-logo:after {
        width: 50rem;
        height: 50rem;
    }
    .panel-split-logo:before {
        width: 30rem;
        height: 30rem;
    }
}

/* NEWS */

.wraper-news {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;

}

.news {

    width: 300px;
    margin-left: 10px;
    float: left;
    border: solid 0.3px #d9d9d9;
    height: 100%;
    text-align: center;
    margin: auto;
    margin-left: 40px;

}

.img-news {
    width: 100%;
    overflow: hidden;
    height: 180px;
    text-align: -webkit-center;

}

.img-news img {
    width: 100%;
    height: 100%;
    max-height: 180px;
}

.img-news a {
    display: block;
    width: 100%;

}

.news h2 a {
    color: #2f2e2e;
    text-decoration: none;
    font-size: 20px;
}

.news h2 a:hover {
    color: #96b2b6;

}

.line-two {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    background: #242323;
}

.about-realis {
    width: 60%;
    background: #cccccc;
    margin: auto;
    overflow: hidden;
}

.about-img {
    width: 35%;
    background: url(../images/about-realis.png) no-repeat;

    height: 637px;
    float: left;
}

.about-container-text {
    width: 62%;
    margin-left: 2%;
    margin-top: 80px;
    font-size: 22px;
    float: left;
}

.about-text {
    width: 70%;

}

.about-text p {
    font-size: 19px;
    color: #2f2e2e;
}

hr {
    width: 200px;
    border: 0;
    border-bottom: 1px solid #000;
    height: 0;
    display: inline-block;
}

.line-three {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    background: #b03030;
    /* margin-top: 10px; */
    overflow: hidden;
}

.line-three hr {
    border: 1px solid #fff;
    display: block;
    width: 70px;
}

.meta {
    text-align: right;
}

.text-mission {

    width: 40%;
    margin: auto;
    font-size: 18px;
    color: honeydew;
}

.history-d {

    width: 80%;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;

}

.width-history {
    width: 80%;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.history-img {
    width: 20%;
    float: left;
    background: url(/img/about-realis.png);
    height: 100%;
}

.history-text {
    width: 35%;
    float: left;
    margin-left: 10%;
}

.hist {
    width: 100%;
    font-size: 30px;
    color: black;
    margin-bottom: 50px;
    text-align: center;

}

.wrapper-card {
    width: 60%;
    overflow: hidden;
    margin: auto;
    max-width: 900px;
}

.double-cards {
    overflow: hidden;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.double-cards:not(:first-child) {
    margin-top: 30px;
}

.card {
    width: 365px;
    background: #f9f9f9;
    float: left;
    padding: 20px;
    overflow: hidden;
    text-align: right;
    /*  height: 100%;  border: solid 1px black;*/

    /* min-height: 250px; */

}

.disp {
    display: inline-block;
}

.card-img {
    width: 100%;

    border-radius: 50%;
    float: left;

}

.names {
    font-size: 25px;
    color: #797979;

}

.poz {
    font-size: 18px;
    color: #a2230a;

}

.cards {
    width: 35%;
    /*  height: 100%; */
    overflow: hidden;
    float: left;
}

.line-four {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 110px;
    text-align: center;
    background: #a0a09f;
    overflow: hidden;
}

.logos {
    width: 100%;
    margin: auto;
}

.so {
    margin-left: 5px;

}

.help-us {
    width: 100%;
    overflow: hidden;
    background: url(../images/background-test.jpg) no-repeat;
    padding-bottom: 250px;
    padding-top: 25px;
    border-top: solid 0px black;
    background-size: 100%;

}

.block-help-us {
    width: 60%;
    margin: auto;
    text-align: center;
}

.text-heading {
    font-size: 30px;
    color: black;
}

.text-pod {
    font-size: 18px;
    color: black;
}

@media (min-width: 768px) {
    .row-5-column .vc_col-sm-2 {
        width: 18.8%;
    }
}

.singular {
    margin: auto;
    border: solid 1px #eee;
    margin-top: 20px;
    padding: 15px 30px;
    box-shadow: 0 0 10px rgb(212, 211, 211);
}

.singul-main {
    width: 60%;
    margin: auto;
    border: solid 1px #eee;
    margin-top: 20px;
    padding-left: 30px;
    box-shadow: 0 0 10px rgb(212, 211, 211);
}

.singul-text-head {
    text-align: center;
}

.singul-text-head a {
    font-size: 30px;
    color: black;
    text-decoration: none;
}

.blog-posts-news {
    width: 60%;
    max-width: 1000px;
    border: solid 1px rgb(145, 144, 143);
    margin: auto;
    overflow: hidden;
    position: relative;
    max-height: 500px;
    margin-top: 15px;
    margin-bottom: 15px;

}

.blog-posts-news-img {
    position: absolute;
    width: 49%;
    float: left;
    border-right: solid 1px black;


}

.blog-posts-news-img img {
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.blog-posts-news-text {
    width: 49%;
    float: right;
    padding-left: 1%;
    padding-right: 0.5%;
    display: block;
    margin-top: 20px;


}

.blog-posts-news p {
    font-size: 20px;
    margin-left: 60px;
    display: block;

}

.blog-posts-news-text h2 {

    text-align: center;
    margin-left: 30px;
}

.blog-posts-news-text h2 a {
    font-size: 30px;
    color: chocolate;
    text-align: center;
    text-decoration: none;


}

.blog-posts-news-text h2 a:hover {

    color: gray;

}

.photo-avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 30px;
}

.wraper-blog-posts-news-text {
    width: 80%;
    margin: auto;
}

.blog-posts-news-date {
    display: block;
}

.posts-navigation {
    border: solid 1px black;
}

.posts-navigation a {
    border: solid 1px black;
    width: 200px;
    height: 50px;
    display: inline-block;
    margin: auto;

    padding-top: 10px;
    vertical-align: 10px;
    color: #d3ccba;
    font-size: 25px;
    text-decoration: none;
}

.image-nn {

    width: 300px;
    /* for IE 6 */
    margin-left: 10px;
    float: left;
    margin-top: 15px;
    height: 250px;
    padding-bottom: 30px;
}

.image-nn img {
    width: 100%;
    height: 250px;

}

.image-nn h2 {
    margin-top: -100px;
    overflow: hidden;

}

.image-nn h2 a {
    color: white;
    font: bold 14px/45px "Open sans", Sans-Serif;
    letter-spacing: -1px;
    background: rgb(0, 0, 0);
    /* на случай, если следующая строка не сработает */
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-decoration: none;
    line-height: 35px;
}

h2 span.spacer {
    padding: 0 5px;
}

.nn-wraper {
    width: 100%;
    max-width: 1100px;
    margin: auto;

}

.nn-list {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    padding-bottom: 15px;
}

.probel {
    width: 100%;
    height: 50px;
}

.news-container {
    padding-top: 1.5rem;
}

.news-container #loading {
    width: 100%;
    text-align: center;
}

.news-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
}

.f-news {
    width: 100%;
    border: solid 0.3px #d9d9d9;
    text-align: center;
    text-align: -webkit-center;
    box-sizing: border-box;
    position: relative;
}

.pagination {
    width: 100%;
    margin: 15px auto;
}

.pagination ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
}

.pagination li {
    border: 1px solid #aaa;
    border-right: 0;
    cursor: pointer;
    background: #fff;
}

.pagination li.active,
.pagination li:hover {
    background: #aaa;
}

.pagination li:first-child {
    border-left: 1px solid #aaa;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination li:last-child {
    border-right: 1px solid #aaa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination a {
    text-decoration: none;
}

.pagination span {
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: center;
}

.pagination .active span,
.pagination li:hover span {
    color: #fff;
}

@media all and (min-width: 668px) {

    .news-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .f-news {
        width: 49%;
    }
}

.f-news-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.f-news-img img,
.f-news:hover a {
    height: var(--article-item-height);
}

.f-news-img a {
    font-size: 19px;
    display: block;
    width: 100%;
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.f-news > a span {
    display: block;
    width: 100%;
    cursor: pointer;
    color: white;
    text-decoration: none;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-weight: 700;
}

.f-news > a {
    position: absolute;
    bottom: 0;
    color: white;
    margin: 0;
    padding: 0;
    background-color: #00000040;
    transition: 0.3s;
    display: flex;
    align-items: center;
    height: 105px;
    width: 100%;
    text-decoration: unset;
}

.f-news:hover > a {
    padding: 0;
    display: flex;
    align-items: center;
}

.f-news:hover > a .dataN {
    top: 10px;
}

.f-news > a span:hover {
    font-size: 19px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width:400px) {
    :root {
        --article-item-height: 220px
    }

    iframe {
        height: 200px !important;
    }

    .f-news {
        width: 100%;
        display: block;
        border: solid 0.3px #d9d9d9;
        height: 100%;
        text-align: center;
        text-align: -webkit-center;
    }

    .f-news-img {
        width: 100%;
    }

    .history-d {
        width: 100%;
    }

    .p-about {
        display: block;
        width: 100%;
        max-width: 400px;
        min-width: 300px;
        float: left;
        margin-left: 0px;
        background: #ffffff;
        margin: auto;
    }

    .p-year {
        width: 100%;
        font-weight: 700;
        text-align: center;
    }
}

.p-about {
    display: block;
    width: 50%;
    min-width: 300px;
    float: left;
    /* margin-left: 20px; */
    background: #ffffff;
}

.p-year {
    /* width: 400px; */
    font-weight: 700;
    text-align: center;
}

.dataN {
    width: 100px;
    position: absolute;
    top: 5px;
    right: 0;
    transition: .3s;
}

.f-news > a .dataN span {
    color: white;
    font-size: 10px;
    display: block;
    font-weight: 100;
    font-size: 10px;
}

.wraper-good {
    width: 100%;
    height: 2000px;
    background: gray;
}

/* FOOTER */



#newsPaginatorContainer {
    margin-bottom: 15px;
}

ul li {
    list-style-type: none !important;
}

#menu {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid grey;
}


/* ---------- min-style.css ---------- */

@media screen and (max-width:767.98px) {
    .wraper {
        width: 100%;
    }

    .navbar-brand {
        min-width: 42px;
        max-width: 42px;
    }

    .blog-posts-news {
        width: 100%;
        border: solid 0px black;
        border-bottom: solid 1px rgb(145, 144, 143);
        margin: auto;
        overflow: hidden;
        position: relative;
        max-height: 900px;
        margin-top: 15px;
        margin-bottom: 15px;
        height: 100%;


    }

    .blog-posts-news-img {
        display: block;
        position: relative;
        width: 100%;
        margin: auto;
        border-right: solid 0px black;
        max-width: 400px;
        overflow: hidden;

    }

    .blog-posts-news-text {
        width: 100%;
        float: left;
        padding-left: 1%;
        padding-right: 0.5%;
        display: block;
        margin-top: 20px;


    }

    .blog-posts-news p {
        font-size: 20px;
        margin-left: 10px;
        display: block;

    }

    .blog-posts-news-text h2 {

        text-align: center;
        margin-left: 30px;
    }

    .blog-posts-news-text h2 a {
        font-size: 30px;
        color: chocolate;
        text-align: center;
        text-decoration: none;


    }

    .blog-posts-news-text h2 a:hover {

        color: gray;

    }

    .photo-avatar {
        border-radius: 50%;
        overflow: hidden;
        width: 30px;
        height: 30px;
        float: left;
        margin-left: 30px;
    }

    .wraper-blog-posts-news-text {
        width: 100%;
        margin: auto;
    }

    .blog-posts-news-date {
        display: block;
    }

    .lang {
        width: 100px;
        display: block;

    }

    .slider {
        width: 100%;
        background: url(../images/one.webp);
        text-align: center;
        overflow: hidden;
        padding-top: 100px;
    }

    .text-slider {
        width: 90%;
        overflow: hidden;
    }

    .main-text {
        font-size: 35px;
        color: white;
    }

    .text-header {
        font-size: 20px;
        color: ivory;
        padding-bottom: 25px;
        width: 100%;
    }

    .line-one {
        overflow: hidden;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .line-two {
        overflow: hidden;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .wraper-news {
        width: 100%;
        margin: auto;
        overflow: hidden;
        margin-top: 20px;
        padding-bottom: 0px;
    }

    .f-news > a span {
        width: 90%;
    }

    .news {
        width: 100%;
        text-align: center;
        margin-left: 0px;
        margin-top: 10px;
        border: solid 0px black;
    }

    .news h2 a {
        display: block;
        width: 100%;
        min-width: 200px;
        margin: auto;
        font-size: 16px;
    }

    .img-news {
        width: 100%;
        overflow: hidden;
        height: 100%;
    }

    .img-news img {
        width: 100%;
        min-width: 200px;
        height: 200%;
    }

    .about-realis {
        width: 100%;
        background: #cccccc;
        margin: auto;
        overflow: hidden;
    }

    .about-img {
        width: 100%;

        /* background: url(../images/about-realis-min.png); */
        height: 200px;
        float: left;
        background-size: cover;
        background-position: center;
    }

    .about-text {
        width: 90%;
        font-size: 20px;
        float: left;
        margin-left: 5%;
    }

    .about-container-text {
        width: 100%;
        margin-top: 0;
    }

    .history {
        width: 100%;
        overflow: hidden;
        background: white;


    }

    .text-mission {
        width: 90%;
        margin: auto;
        font-size: 20px;
        color: white;
        min-height: auto;
        height: auto;
    }

    .history-img {
        width: auto;
        float: none;
        background: none;
        height: auto;
    }

    .history-text {
        width: 90%;
        float: left;
        margin-left: 3%;
    }

    .hist {
        width: 100%;
        font-size: 30px;
        color: black;
        margin-bottom: 50px;
        text-align: center;
        background: white;

    }

    .wrapper-card {
        width: 100%;
        overflow: hidden;
        margin: auto;
        padding: 1%;

    }

    .card {
        width: 90%;
        background: #f9f9f9;
        display: block;
        margin-left: 1%;
        margin-top: 30px;
        padding: 10px;
        overflow: hidden;
        text-align: right;

        min-height: 100px;
        height: 100%;
        box-shadow: 0 0 3px gray;


    }

    .cards {
        width: 30%;
        height: 100%;
        overflow: hidden;
        float: left;
    }

    .line-four {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logos img {
        display: block;
        margin: auto;

        margin-top: 5px;

    }

    .help-us {
        width: 100%;
        overflow: hidden;
        /* background: url(../images/background-test-mob.jpg); */
        padding-bottom: 50px;
        padding-top: 30px;
        border-top: solid 0px black;
        background-size: cover;
        background-position: center;
    }

    .block-help-us {
        width: 90%;
        margin: auto;
        text-align: center;
        color: white;
    }

    .text-heading {
        font-size: 30px;
        color: white;

    }

    .text-pod {
        font-size: 20px;
        color: white;
    }

    footer {
        width: 100%;
        overflow: hidden;
        min-height: 100%;
        height: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        margin-left: 0;
        padding-right: 0px;
        text-align: center;
    }

    .footer-block {
        width: 90%;
        margin: auto;
        min-height: 100%;
        overflow: hidden;
        height: 100%;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 2px;

    }

    .footer-block-cont {
        overflow: hidden;
        width: 100%;
        text-align: left;
        margin-top: 10px;
        padding-left: 0px;
        float: left;
    }

    .footer-text-heading {
        margin-top: 10px;
        font-size: 28px;

    }

    .footer-text-opis {
        font-size: 20px;

    }

    .hr-gor {
        width: 200px;
        float: left;
        height: 3px;
        color: white;
        background: white;
        margin-left: 50px;
        margin-right: 0px;
        margin-top: 10px;

    }

    .social-icons {
        margin-left: 30px;
    }

    .singul-main {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        border: none;
    }
}

@media (min-width:701px) and (max-width:1050px) {



    .news {
        width: 29%;
        overflow: hidden;
        display: inline-block;
        float: none;
    }

    .about-realis {
        width: 100%;
    }

    .history {
        width: 100%;
    }

    .wrapper-card {
        width: 100%;
    }

    .footer-block {
        width: 100%;
        padding-left: 0px;
    }

    .footer-block-cont-min {
        display: block;
        margin-top: 30px;
    }

    .donate-center-text {
        width: 100%;
    }

    .donate-blocks {
        width: 100%;
    }

    .donate-block {
        width: 100%;
    }

    .blog-posts-news {
        width: 100%;


        border-bottom: solid 1px rgb(145, 144, 143);
        margin: auto;
        overflow: hidden;
        position: relative;

        max-height: 900px;
        margin-top: 15px;
        margin-bottom: 15px;


    }

    .blog-posts-news-img {
        display: block;
        position: relative;
        width: 100%;
        margin: auto;
        border-right: solid 0px black;
        max-width: 350px;

    }
}

@media (min-width:1051px) and (max-width:1450px) {
    .wrapper-card {
        width: 80%;
    }
}

/* ---------- new-css.css ---------- */





/* ---------- dif.css ---------- */

.our-blocks {
    width: 60%;
    overflow: hidden;
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

.our-img {
    width: 30%;
    float: left;
    margin-top: 5%;
}

.our-text {
    width: 69%;
    overflow: hidden;
    float: left;
    text-align: left;
    margin-left: 1%;

}

.our-heading-text {
    color: black;
    font-size: 30px;

}

.our-line {
    width: 50%;
    background: blue;
    float: left;
}

.our-text {
    color: black;
    font-size: 20px;
}

.our-link {
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.con-text {
    width: 100%;
    margin: auto;
    color: black;
}

.con-list {
    display: block;
    width: 100%;
    float: left;

}

.con-line {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;

    background: rgb(9, 61, 61);
}

.left-heading {
    width: 25%;
    display: inline-block;
    text-align: left;
    padding-left: 5%;
}

.right-list {
    width: 70%;
    float: right;
    text-align: left;

}

.con-blocks {
    margin: auto;
    width: 60%;
    overflow: hidden;
    background: lightcoral;
    padding-top: 100px;
    padding-bottom: 100px;
}

.con-text-line {
    color: white;
    margin: auto;
    width: 60%;
}

.faculty-cards {
    width: 60%;
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
}

.faculty-card {
    width: 30%;
    float: left;
    text-align: center;
    margin-top: 30px;
    margin-left: 10px;

}

.faculty-img {
    width: 70%;
    margin: auto;
}

.donate-center-text {
    width: 60%;
    overflow: hidden;

    margin: auto;
    margin-top: 100px;
}

.don-text {
    text-align: center;
    width: 100%;

}

.donate-blocks {
    width: 80%;
    max-width: 1300px;
    margin: auto;
    margin-top: 50px;
    overflow: hidden;
}

.donate-block {
    width: 30%;
    overflow: hidden;
    float: left;
    margin-left: 20px;
    text-align: center;
}

.donate-container-img {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

ol {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width:701px) and (max-width:1050px) {
    .donate-center-text {
        width: 80%;
    }

    .donate-blocks {
        width: 100%;
        margin: auto;
        margin-top: 50px;
        overflow: hidden;
    }

    .donate-block {
        width: 30%;
        overflow: hidden;
        float: left;
        margin-left: 20px;
        text-align: center;
    }
}

@media (max-width:700px) {
    .donate-center-text {
        width: 90%;

    }

    .donate-blocks {
        width: 97%;

    }

    .donate-block {
        width: 100%;
    }
}

body > div:nth-child(10) > div.about-container-text,
body > div:nth-child(9) > div.about-container-text {
    width: 100%;
}

body > div:nth-child(10) > div.about-img,
body > div:nth-child(9) > div.about-img {
    display: none;
}

/* ARCHIVE */

.re__news__wrap{
    width: 80%;
    margin: auto;
    padding-bottom:38px;
}
.re__news__inner{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 38px;
}
.re__title__bread{
  font-weight: 900;  
}
@media screen and (max-width:768px){
    .re__news__wrap {
        width: 90%;
    }
}

/* SEARCH */

.search-results-list-item-thumbnail {
	min-width: 60px;
	max-width: 60px;
}

.search-results-list-item-excerpt {
    overflow-wrap: break-word;
    hyphens: auto;
    word-break: break-word;
}

.pagination .page-numbers {
	display: inline-block;
	padding: 0.5rem 0;
	min-width: 2.5rem;
	text-align: center;
	font-weight: bold;
	border-radius: 5rem;
	margin-right: 0.25rem;
	background-color: #e22766;
  	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}

.pagination a.page-numbers {
	background-color: rgba(0,0,0,0.05);
	color: #000;
}

@media(min-width: 768px){
	.search-results-list-item-thumbnail {
		min-width: 80px;
		max-width: 80px;
	}
}


/* FULLSCREEN MENU */

.fullscreen-menu-toggler span {
	display: block;
	transition: 0.3s opacity, 0.3s transform;
}

.header-menu-toggler {
    min-width: 30px;
    max-width: 30px;
}

.fullscreen-menu .dropdown-heading {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.fullscreen-menu-toggler i {
	display: block;
	width: 30px;
	height: 3px;
	margin-top: 4px;
	background-color: #121212;
	margin-bottom: 4px;
	transition: 0.15s;
}

.fullscreen-menu .fullscreen-menu-toggler i {
    background-color: #fff;
}

.fullscreen-menu-toggler .s-0 {
	opacity: 0;
}

.fullscreen-menu-toggler .s-1 {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.4s;
}

.fs-active .fullscreen-menu-toggler .s-1 {
	transform: translateX(-30px);
	opacity: 0;
	transition-delay: 0s;
}

.fullscreen-menu-toggler .s-2 {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.5s;
}

.fs-active .fullscreen-menu-toggler .s-2 {
	transform: translateX(30px);
	opacity: 0;
	transition-delay: 0.1s;
}

.fullscreen-menu-toggler .s-3 {
	position: relative;
	bottom: -14px;
	opacity: 0;
	transform: rotate(45deg) translateX(-40px);
	transition-delay: 0s;
}

.fs-active .fullscreen-menu-toggler .s-3 {
	opacity: 1;
	transform: rotate(45deg) translateX(0);
	transition-delay: 0.3s;
}

.fullscreen-menu-toggler .s-4 {
	position: relative;
	top: -14px;
	opacity: 0;
	transform: rotate(-45deg) translateX(40px);
	transition-delay: 0.1s;
}

.fs-active .fullscreen-menu-toggler .s-4 {
	opacity: 1;
	transform: rotate(-45deg) translateX(0);
	transition-delay: 0.4s;
}

.fullscreen-menu-toggler .s-5 {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.4s;
}

.fs-active .fullscreen-menu-toggler .s-5 {
	opacity: 0;
	transform: scale(0);
	transition-delay: 0.2s;
}

.fullscreen-menu {
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 999;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	transition: 0.6s;
}

.fullscreen-menu.active {
	left: 0;
}

.fullscreen-menu .fs-display-children > *,
.fullscreen-menu .fs-display,
.fullscreen-menu .sub-menu > * {
	opacity: 0;
	transform: translateY(20px);
	transition: 0.4s;
}

.fullscreen-menu .fs-display-children > *.ready,
.fullscreen-menu .fs-display.ready,
.fullscreen-menu .sub-menu > *.ready {
	opacity: 1;
	transform: translateY(0px);
}

.fullscreen-nav .nav-link {
	font-family: 'Open Sans', sans-serif;
    text-align: center;
	font-size: 1.225rem;
	line-height: 1.3;
	padding: 0.5rem 0;
	transition: 0.3s;
}

.fullscreen-nav .nav-link.active {
	background-color: rgba(0,0,0,0.1);
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
    display: inline-block;
}

.fullscreen-nav > .nav-item > .sub-menu {
	display: none;
}

.fullscreen-menu .sub-menu-toggle::after {
	content: "";
  display: inline-block;
  margin-left: 0.2em;
  vertical-align: middle;
  width: 0.4em;
  height: 0.4em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
	transition: 0.2s;
}

.fullscreen-menu .sub-menu-box.show .sub-menu-toggle::after {
	transform: rotate(180deg);
}

.fullscreen-menu .sub-menu .nav-link {
	font-size: 1rem;
	font-weight: normal;
}

.fullscreen-menu .sub-menu .nav-item:first-child {
	padding-top: 5px;
}

.fullscreen-menu .sub-menu .nav-item:last-child {
	padding-bottom: 12px;
}

.fullscreen-search-form {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.fullscreen-search-form.active {
    max-width: 90%;
}

#fullscreen-search-input:focus {
    border-color: rgba(255,255,255,0.5);
}

/* TEAM */

.item-team-member-image-wrapper {
    width: 40%;
    max-width: 150px;
}

.item-team-member-image-icon {
    font-size: 3rem;
}

/* WYSIWYG */

.wysiwyg p {
	line-height: 1.75;
}

.wysiwyg.font-14 p {
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.wysiwyg p:last-child,
.wysiwyg ul:last-child,
.wysiwyg ol:last-child {
	margin-bottom: 0;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
	margin-bottom: 1em;
}

.wysiwyg h3:not(:first-child),
.wysiwyg h4:not(:first-child),
.wysiwyg h5:not(:first-child),
.wysiwyg h6:not(:first-child) {
	margin-top: 1.5em;
}

.wysiwyg a:not(.btn) {
	color: #b03030;
	text-decoration: underline;
}

.bg-primary .wysiwyg a:not(.btn),
.bg-dark .wysiwyg a:not(.btn) {
	color: #fff;
}

.wysiwyg figure {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.wysiwyg img {
	border-radius: 5px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.wysiwyg figure img {
	margin-top: 0;
	margin-bottom: 0;
}

.wysiwyg ul {
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
}

.wysiwyg ul > li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 1rem;
}

.wysiwyg ol > li {
	margin-bottom: 1rem;
}

.wysiwyg ul > li:before {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 1em;
	margin-top: -5px;
	background-color: #b03030;
}

/* OTHER */

.color-telegram-hover:hover,
.color-telegram {
  color: #0088cc;
}

.color-facebook-hover:hover,
.color-facebook {
  color: #3b5998;
}

.color-twitter-hover:hover,
.color-twitter {
  color: #1da1f2;
}

.color-instagram-hover:hover,
.color-instagram {
  color: #e1306c;
}

.color-youtube-hover:hover,
.color-youtube {
  color: #ff0000;
}

.icon.size-small {
	font-size: 2rem;
}

.duo-icon.size-small {
	width: 2rem;
	height: 2rem;
}

.icon.size-medium {
	font-size: 2.5rem;
}

.duo-icon.size-medium {
	width: 2.5rem;
	height: 2.5rem;
}

.icon.size-large {
	font-size: 3rem;
}

.duo-icon.size-large {
	width: 3rem;
	height: 3rem;
}

.icon.size-extra-large {
	font-size: 4rem;
}

.duo-icon.size-extra-large {
	width: 4rem;
	height: 4rem;
}

.number.size-small {
	font-size: 1.5rem;
	width: 3rem;
	height: 3rem;
	padding-top: 0.5rem;
}

.number.size-medium {
	font-size: 2rem;
	width: 4rem;
	height: 4rem;
	padding-top: 0.625rem;
}

.number.size-large {
	font-size: 2.5rem;
	width: 5rem;
	height: 5rem;
	padding-top: 0.75rem;
}

.number.size-extra-large {
	font-size: 3rem;
	width: 6rem;
	height: 6rem;
	padding-top: 1rem;
}

#wpadminbar #wp-admin-bar-translate-page > .ab-item::before {
    content: "\f326";
    top: 2px;
}