.lang-drop .true a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.book_page img {
    width: 100%;
    padding: 20px 0;
}

.lang-drop:hover .true {
    display: none !important;
}

.left-side .picture {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    left: 65%;
    top: 30px;
    width: 35%;
}

.left-side:hover .picture {
    visibility: visible;
}

.right-side.picture img {
    border-radius: 10px;
}

.submenu .left-side a {
    font-size: 16px;
    line-height: 35px;
    width: 100%;
    display: block;
}

.submenu .left-side a:hover {
    color: #8B3B32;
}

.header.transparent.z-page .btn.round {
    color: #00192F;
    border-color: #00192F;
}

.header.transparent.z-page .btn.round path {
    fill: #00192F;
}

.menu-languages {
    position: relative;
}

.menu-languages .items-languages {
    position: absolute;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu-languages:hover .items-languages {
    height: 200px;
}




.article {
    position: relative;
    margin-bottom: 100px;
    margin-top: 100px;
}

.article .name-article {
    font-style: normal;
    font-size: 29px;
    line-height: 36px;
    color: #1e293a;
    text-transform: uppercase;
    font-size: 3rem;
}

.article .name-article a {
    float: right;
    padding: 3px 40px;
    background: #8B3B32;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #8B3B32;
    cursor: pointer;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

.article .articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 42px;
    margin-bottom: -17px;
    /* border-bottom: 2px solid #7b7b7b; */
}

.article hr {
    margin-bottom: 50px;
}

.article .articles .article-item a h3 {
    min-width: 130px;
    padding: 0px 30px;
}

.article .articles .article-item.active a {
    color: #8B3B32;
}

.article .articles .article-item.active a h3 {
    color: #8B3B32;
}

.article .articles .article-item.active a .oyu-icon {
    display: block;
}

.article .articles .article-item.active a:hover h3 {
    color: #8B3B32;
}

.article .articles .article-item a::after {
    content: "";
    display: block;
    margin-left: 0;
    margin-right: auto;
    height: 2px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all .3s ease-out;
}

.article .articles .article-item a:hover::after,
.article .articles .article-item.active a::after {
    width: 100%;
    background: #8B3B32;
}

.article .articles .article-item {
    background-size: cover !important;
    background-position: center !important;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.article .articles .article-item a {
    display: block;
    text-decoration: none;

    border-radius: 10px;
}

.article .articles .article-item a .oyu-icon {
    position: absolute;
    right: -40px;
    bottom: -52px;
    display: none;
}

.article .articles .article-item a:hover h3 {
    color: #8B3B32;
}

.article .articles .article-item h3 {
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    color: #939393;
}

.article [data-tab-content] {
    display: none;
}

.article .active[data-tab-content] {
    display: block;
}

.main-article {
    max-width: 49%;
    position: relative;
    margin: 5px;
}

.main-article img {
    width: 100%;
    border-radius: 10px;
    height: 515px;
    object-fit: cover;
    filter: brightness(0.5);
}

.main-article .card-info {
    padding: 10px 35px;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    top: 350px;
}

.main-article .card-info span {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}

.main-article .card-info h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}

.main-article .card-info h3 a {
    text-decoration: none;
    color: #fff;
}

.main-article .card-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1e293a;
}

.main-article .card-name {
    margin-top: 12px;
}

.main-article .card-description {
    margin-bottom: 34px;
}

.article .articles-block .all-articles-btn {
    border-radius: 10px;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    background: #ffffff;
    color: #1e293a;
    padding: 51px 35px 32px;
}

.card-item {
    max-width: 24%;
    margin: 7px;
    position: relative;
    height: 250px;
}

.card-item .card-name {
    margin-top: 5px;
}

.card-item .card-description {
    margin-bottom: 28px;
}

.card-item img {
    width: 304px;
    border-radius: 10px;
    object-fit: cover;
    height: 250px;
    filter: brightness(0.5);
}

.card-item .card-info {
    padding: 0px 20px;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    top: 135px;
}

.card-item .card-info span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.card-item .card-info h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.card-item .card-info h3 a {
    text-decoration: none;
    color: #fff;
}

.card-item .card-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1e293a;
    padding: 0px;
}

.welcome .m-news .card-item:nth-child(4) {
    position: absolute;
    right: 25%;
    top: 435px;
    margin: 7px 15px;
}

.welcome .m-news .card-item:nth-child(5) {
    position: absolute;
    right: 0%;
    top: 435px;
    margin: 7px 23px;
}








.statistic-block {
    margin-bottom: 100px;
}

.statistic-block h2 {
    color: #8B3B32;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.statistic-block h3 {
    display: block;
    font-style: normal;
    font-size: 3.75rem;
    line-height: 36px;
    color: #8B3B32;
    margin-bottom: 20px;
}

.statistic-block .statistic-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.statistic-block .statistic-wrapper .statistic-item {
    color: #8B3B32;
    min-width: 300px;
}

.statistic-block .statistic-wrapper .statistic-item h1 {
    font-style: normal;
    font-size: 82px;
    line-height: 100px;
}

.statistic-block .statistic-wrapper .statistic-item p {
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    color: #939393;
}




.info-block {
    margin-bottom: 100px;
}

.info-block .info-block-wrapper .left-side .info-name a {
    color: #fff;
    text-decoration: none;
}

.info-block .info-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 1px 5px 26px 6px rgba(99, 125, 191, 0.2);
    box-shadow: 1px 5px 26px 6px rgba(99, 125, 191, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.info-block .info-block-wrapper .left-side {
    background: #8B3B32;
    padding: 79px 59px;
}

.info-block .info-block-wrapper .left-side .info-name {
    font-style: normal;
    font-size: 29px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.info-block .info-block-wrapper .left-side .info-description {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 29px;
}

.info-block .info-block-wrapper .left-side .info-date {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.info-block .info-block-wrapper {
    color: #fff;
}

.info-block .info-block-wrapper .news-btn {
    padding: 15px 40px;
    background: #ffffff00;
    color: #ffed00;
    width: 125px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ffed00;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
}




.journal-block .journal-title {
    text-align: center;
}

.journal-title h2 {
    text-transform: uppercase;
    font-size: 3rem;
}

.journal-title p {
    color: #787878;
}

.accordion_wrap ul {
    display: flex;

}

.accordion_wrap .accordion_item {
    list-style: none;
    width: 250px;
    height: 350px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s linear;
    background-size: cover;
}

.accordion_wrap li:first-child .accordion_item {
    border-radius: 10px;
}

.accordion_wrap li:last-child .accordion_item,
.accordion_wrap li:last-child .accordion_menu {
    border-radius: 10px;
}

.accordion_wrap ul li.journal-one .accordion_item {
    background-image: url('/local/templates/furniture_iph/assets/img/adam-alemi.png');
}

.accordion_wrap ul li.journal-two .accordion_item {
    background-image: url('/local/templates/furniture_iph/assets/img/al-Farabi.png');
}

.accordion_wrap ul li.journal-three .accordion_item {
    background-image: url('/local/templates/furniture_iph/assets/img/alpharabi.jpg');
}

.accordion_wrap ul li {
    display: flex;
}

.accordion_menu {
    width: 400px;
    height: 350px;
    color: #000;
    padding: 60px;
}

.accordion_wrap ul {
    padding: unset;
}

.accordion_wrap ul li.active .accordion_menu {
    width: 250px;
}

.accordion_menu .inner_am {
    padding: 15px;
}

.accordion_menu .title {
    font-weight: 600;
}

.accordion_menu .content {
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0;
}

.accordion_menu .view_more {
    padding: 15px 40px;
    background: #fff;
    color: #8B3B32;
    width: 125px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #8B3B32;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

.accordion_menu .view_more:hover {
    text-decoration: underline;
}

.header.transparent {
    background: linear-gradient(to top, transparent, #764434)
}

@media only screen and (max-width: 480px) {

    .accordion_menu {
        width: auto;
        height: auto;
        padding: inherit;
    }
}