body {
    overflow-x: hidden;
}

body .wp-block-image img {
    width: auto;
}

header.header .header__menu-logo {
    max-width: 100px;
}

header.header .col-lg-8 {
    margin-top: 10px;
}

@media screen and (max-width: 1400px) {
    header.header .col-2 {
        width: 13%;
        min-width: 13%;
    }

    header.header .col-lg-8 {
        width: 74%;
    }
}

@media screen and (max-width: 1200px) {
    header.header .d-lg-flex {
        display: none !important;
    }

    header.header .d-lg-block {
        display: none !important;
    }

    header.header .d-lg-none {
        display: block !important;
    }
}

.news-slider {
    font-family: "Gilroy";
    margin-top: 150px;
}

@media screen and (max-width: 576px) {
    .news-slider {
        margin-top: 75px;
    }
}

.news-slider_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

@media screen and (max-width: 1200px) {
    .news-slider_top {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 576px) {
    .news-slider_top {
        margin-bottom: 35px;
    }
}

.news-slider .button-wrapper {
    display: flex;
    gap: 15px;
}

.news-slider .button-wrapper .carousel-control-prev {
    margin: 0;
}

.news-slider .button-wrapper_mobile {
    display: none;
}

@media screen and (max-width: 576px) {
    .news-slider .button-wrapper_mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 45px;
    }

    .news-slider .button-wrapper_desktop {
        display: none;
    }
}

.news-slider .slider .slick-list.draggable {
    margin: 0 -30px;
}

.news-slider .slider .news-item {
    margin: 0 30px;
}

.news-slider .slider .news-item .image-wrapper {
    overflow: hidden;
    height: 380px;
    position: relative;
    margin-bottom: 15px;
    background-color: #333;
}

.news-slider .slider .news-item .image-wrapper svg {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition-duration: 0.5s;
}

@media screen and (max-width: 992px) {
    .news-slider .slider .news-item .image-wrapper svg {
        width: 60px;
        height: 60px;
    }
}

.news-slider .slider .news-item .image-wrapper .corner {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
}

.news-slider .slider .news-item .image-wrapper .corner.top-left {
    border-bottom: unset;
    border-right: unset;
}

.news-slider .slider .news-item .image-wrapper .corner.top-right {
    right: 15px;
    left: unset;
    border-left: unset;
    border-bottom: unset;
}

.news-slider .slider .news-item .image-wrapper .corner.bottom-left {
    top: unset;
    bottom: 15px;
    border-top: unset;
    border-right: unset;
}

.news-slider .slider .news-item .image-wrapper .corner.bottom-right {
    top: unset;
    bottom: 15px;
    left: unset;
    right: 15px;
    border-left: unset;
    border-top: unset;
}

@media screen and (max-width: 1200px) {
    .news-slider .slider .news-item .image-wrapper {
        height: 300px;
    }
}

@media screen and (max-width: 992px) {
    .news-slider .slider .news-item .image-wrapper {
        height: 240px;
    }
}

.news-slider .slider .news-item .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.news-slider .slider .news-item a {
    color: #000 !important;
}

.news-slider .slider .news-item .title {
    margin-bottom: 15px;
}

.news-slider .slider .news-item .description p:last-child {
    margin-bottom: 0;
}

.news-slider .slider .news-item:hover .image-wrapper svg {
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .news-slider .slider .slick-list.draggable {
        margin: 0 -15px;
    }

    .news-slider .slider .news-item {
        margin: 0 15px;
    }
}

.header-single-news {
    background: linear-gradient(#0000005e, #0000005e), url(../img/News_Hero.jpg) no-repeat center center;
    background-size: cover;
}

.header-single-post {
    background: linear-gradient(#0000005e, #0000005e), url(../img/Articles.jpg) no-repeat center center;
    background-size: cover;
}

.header-archive-posts {
    background: linear-gradient(#0000005e, #0000005e), url(../img/Blog_archive.jpg) no-repeat center center;
    background-size: cover;
}

.news-inner-content {
    font-family: "Gilroy";
    margin-top: 100px;
}

.news-inner-content .content_top {
    text-align: center;
    font-size: 48px;
    margin-bottom: 30px;
}

.post-inner-content figure,
.news-inner-content figure {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.post-inner-content li,
.news-inner-content li {
    position: relative;
}

.post-inner-content li:before,
.news-inner-content li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}

@media screen and (max-width: 1200px) {
    .news-inner-content .content_top {
        font-size: 32px;
    }
}

.news-inner-content .flex {
    display: flex;
    justify-content: space-between;
    padding: 0 90px;
    gap: 45px 40px;
}

.news-inner-content .flex .image-wrapper {
    width: 280px;
    min-width: 280px;
}

.news-inner-content .flex .image-wrapper img {
    width: 100%;
    height: auto;
}

.news-inner-content .flex .content-wrapper {
    font-size: 20px;
    line-height: 1.5;
}

.news-inner-content .flex .content-wrapper .title {
    font-size: inherit;
    line-height: inherit;
}

.news-inner-content .flex .content-wrapper p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
    .news-inner-content .flex {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1200px) {
    .news-inner-content .flex {
        padding: 0;
        gap: 25px 20px;
    }

    .news-inner-content .flex .image-wrapper {
        width: 200px;
        min-width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .news-inner-content .flex {
        flex-wrap: wrap;
        gap: 45px 10px;
    }

    .news-inner-content .flex .content-wrapper {
        text-align: center;
        order: -1;
        padding: 0 22px;
    }

    .news-inner-content .flex .image-wrapper {
        width: calc(50% - 5px);
        min-width: calc(50% - 5px);
    }
}

@media screen and (max-width: 768px) {
    .news-inner-content {
        margin-top: 60px;
    }

    .news-inner-content .container {
        padding: 0;
        max-width: 100%;
    }
}

.post-inner-content {
    font-family: "Gilroy";
}

.post-inner-content .title {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 48px;
    text-align: center;
    line-height: 1.33;
    margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
    .post-inner-content .title {
        font-size: 32px;
    }
}

.post-inner-content .content {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.post-inner-content .content .wp-block-heading {
    color: #AD9D72;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.post-inner-content .content .wp-block-image {
    margin-bottom: 32px;
}

.post-inner-content .content p:last-child {
    margin-bottom: 0;
}

.post-inner-content .bottom {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 32px;
    padding: 32px 45px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border-top: 2px solid #AD9D72;
    border-bottom: 2px solid #AD9D72;
}

.post-inner-content .bottom svg {
    width: 64px;
    min-width: 64px;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .post-inner-content .bottom {
        margin-top: 45px;
        padding: 32px 0;
        gap: 15px;
    }
}

@media screen and (max-width: 520px) {
    .post-inner-content .bottom {
        flex-direction: column;
        align-items: center;
    }
}

.archive-posts {
    font-family: "Gilroy";
}

.archive-posts a:visited {
    color: #000 !important;
}

.archive-posts .archive-page {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    display: none;
}

.archive-posts .archive-page.active {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .archive-posts .archive-page {
        gap: 32px;
    }
}

.archive-posts .archive-title {
    margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
    .archive-posts .archive-title {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 520px) {
    .archive-posts .archive-title {
        text-align: center;
    }
}

.archive-posts .buttons-wrapper {
    margin-bottom: 45px;
    display: flex;
    gap: 30px;
}

.archive-posts .buttons-wrapper .button {
    border: 1px solid #AD9D72;
    padding: 10px 60px;
    color: #000 !important;
}

.archive-posts .buttons-wrapper .button:hover, .archive-posts .buttons-wrapper .button.active {
    background: #AD9D72;
}

@media screen and (max-width: 768px) {
    .archive-posts .buttons-wrapper {
        gap: 10px;
    }

    .archive-posts .buttons-wrapper .button {
        padding: 5px 10px;
    }
}

.archive-posts .archive-more {
    appearance: none;
    background: transparent;
    border: 1px solid #AD9D72;
    padding: 10px 60px;
    color: #000;
    margin: 0 auto;
    width: max-content;
    display: block;
    margin-bottom: 30px;
}

.archive-posts .archive-more.hidden {
    display: none;
}

.archive-posts .archive-more:hover {
    background: #AD9D72;
}

.archive-posts .archive-nav {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    gap: 10px;
}

.archive-posts .archive-nav .nav-item {
    color: #000;
    padding: 5px;
    display: none;
}

.archive-posts .archive-nav .nav-item.show {
    display: block;
}

.archive-posts .archive-nav .nav-item.active {
    color: #AD9D72;
    pointer-events: none;
    display: block;
}

.archive-posts .archive-nav .nav-item:first-child {
    display: block;
}

.archive-posts .archive-nav .nav-item:last-child {
    display: block;
}

.archive-posts .post-item {
    width: calc(33.3% - 40px);
}

@media screen and (max-width: 992px) {
    .archive-posts .post-item {
        width: calc(50% - 16px);
    }
}

@media screen and (max-width: 520px) {
    .archive-posts .post-item {
        width: 100%;
    }
}

.archive-posts .post-item .image-wrapper {
    overflow: hidden;
    height: 380px;
    position: relative;
    margin-bottom: 15px;
    background-color: #333;
}

.archive-posts .post-item .image-wrapper svg {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition-duration: 0.5s;
}

@media screen and (max-width: 992px) {
    .archive-posts .post-item .image-wrapper svg {
        width: 60px;
        height: 60px;
    }
}

.archive-posts .post-item .image-wrapper .corner {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
}

.archive-posts .post-item .image-wrapper .corner.top-left {
    border-bottom: unset;
    border-right: unset;
}

.archive-posts .post-item .image-wrapper .corner.top-right {
    right: 15px;
    left: unset;
    border-left: unset;
    border-bottom: unset;
}

.archive-posts .post-item .image-wrapper .corner.bottom-left {
    top: unset;
    bottom: 15px;
    border-top: unset;
    border-right: unset;
}

.archive-posts .post-item .image-wrapper .corner.bottom-right {
    top: unset;
    bottom: 15px;
    left: unset;
    right: 15px;
    border-left: unset;
    border-top: unset;
}

@media screen and (max-width: 1200px) {
    .archive-posts .post-item .image-wrapper {
        height: 300px;
    }
}

@media screen and (max-width: 992px) {
    .archive-posts .post-item .image-wrapper {
        height: 240px;
    }
}

.archive-posts .post-item .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.archive-posts .post-item a {
    color: #000 !important;
}

.archive-posts .post-item .title {
    margin-bottom: 15px;
}

.archive-posts .post-item:hover .image-wrapper svg {
    opacity: 1;
}

/*# sourceMappingURL=blog.css.map */

/*---news---*/
.single-post_banner-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 25px auto 0;
    font-size: 18px;
    color: #fff;
}

.single-post_banner-info .separator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
}


.single-post_content {
    display: flex;
    gap: 15px;
}

.single-post_content-left,
.single-post_content-right {
    width: 25%;
}

.single-post_content-center {
    width: 50%;
    text-align: left;
}

.single-post_nav {
    background-color: #EFEBE3;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 24px;
    margin: 0;
    text-align: left;
    position: relative;
}

.single-post_nav li:first-of-type {
    font-size: 18px;
    font-weight: bold;
}

.single-post_nav li:before {
    display: none;
}

.single-post_nav li a {
    color: #404040;
}

.single-post_nav li a:visited {
    color: #404040 !important;
}

.single-post_nav li a:hover {
    color: #AD9D72 !important;
}

.single-post_nav span {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
}

.single-post_nav span:first-of-type {
    top: 0;
    left: 0;
    border-top: 2px solid #AD9D72;
    border-left: 2px solid #AD9D72;
}

.single-post_nav span:nth-of-type(2) {
    top: 0;
    right: 0;
    border-top: 2px solid #AD9D72;
    border-right: 2px solid #AD9D72;
}

.single-post_nav span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #AD9D72;
    border-right: 2px solid #AD9D72;
}

.single-post_nav span:last-of-type {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #AD9D72;
    border-left: 2px solid #AD9D72;
}

.single-post_callback {
    padding: 20px;
    background: #EFEBE3;
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 24px;
    text-align: center;
    position: relative;
}

.single-post_callback .header__btn {
    color: #AD9D72 !important;
    padding: 0 15px;
    margin: 0 auto;
}

.single-post_callback span {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
}

.single-post_callback span:first-of-type {
    top: 0;
    left: 0;
    border-top: 2px solid #AD9D72;
    border-left: 2px solid #AD9D72;
}

.single-post_callback span:nth-of-type(2) {
    top: 0;
    right: 0;
    border-top: 2px solid #AD9D72;
    border-right: 2px solid #AD9D72;
}

.single-post_callback span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #AD9D72;
    border-right: 2px solid #AD9D72;
}

.single-post_callback span:last-of-type {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #AD9D72;
    border-left: 2px solid #AD9D72;
}

.single-post_content-center p {
    margin: revert;
    padding: revert;
    font: revert;
    line-height: 24px;
}

.single-post_content-center .wp-block-heading {
    color: #AD9D72;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.single-post_content-center p {
    margin-top: 0;
}

.single-post_content-center figure {
    display: flex;
    flex-wrap: wrap;
}

.single-post_content-center a,
.single-post_content-center a:visited{
	text-decoration: underline;
	    color: #404040 !important;
}


@media screen and (max-width: 991px) {

    .single-post_content {
        flex-direction: column;
    }

    .single-post_content-left,
    .single-post_content-right,
    .single-post_content-center {
        width: 100%;
    }

    .sticky_elem {
        position: unset !important;
    }
}

@media screen and (max-width: 479px) {

    .single-post_banner-info {
        flex-direction: column;
        gap: 5px;
    }

    .single-post_banner-info .separator {
        display: none;
    }
}

/*---news---*/