p.admission-headers {
    margin-top: 0 !important;
    width: calc(100% - 20px);
}
.news-search-input {
    box-sizing: border-box;
    padding-left: 36px;
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #ABB39C;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 60px;
}
input.news-search-input::placeholder {
    color: #808080;
    font-family: "MontserratRegular", sans-serif;
    font-size: 16px;
}
.news-search-label {
    position: relative;
}
.news-search-label:before {
    content: '';
    position: absolute;
    display: block;
    left: 10px;
    top: 0;
    width: 18px;
    height: 18px;
    background-image: url("/images/search-icon.svg");
}
.news-categories-list li,
a.post-category {
    color: #667453;
    margin: 20px 0;
    border: 1.3px solid #667453;
    border-radius: 20px;
    width: fit-content;
}
.news-categories-list li.active {
    background-color: #ABB39C;
    border: 1.3px solid #ABB39C;
}
.news-categories-list li:hover:not(.active),
.post-category:hover {
    border: 1.3px solid #ABB39C;
}
.news-categories-list li a:hover,
.post-category:hover {
    color: #ABB39C;
}
.news-categories-list li.active span {
    color: #303E27;
}
.news-categories-list li a,
.news-categories-list li span,
a.post-category {
    display: inline-flex;
    align-items: center;
    font-family: "MontserratMedium", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 14px;
}
.news {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 32px;
}
.post-category-wrap {

}
.news-categories-wrap {
    width: 320px !important;
}
.two-rows-container.news-list-wrap,
.two-rows-container.news-post-wrap {
    width: 1372px;
}
.post {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 424px;
    margin-top: 60px;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
}
.post::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    box-shadow: 0 1px 5px rgba(94, 94, 94, 0.15);
    pointer-events: none;
}
.post::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background: var(--light-beige);
}
.post-middle {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.post-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.post-title-non-img {
    margin-top: 0px !important;
    margin-bottom: 21px !important;
}
.post-category {
    margin: 0 !important;
}
.post-img-link {
    width: 437px;
    height: 260px;
}
.post-date {
    text-wrap: nowrap;
    font-family: "MontserratMedium", sans-serif;
    font-size: 22px;
    color: #A97E55;
    margin-right: 10px;
}
.post-title {
    font-family: "MontserratSemiBold", sans-serif;
    font-size: 22px;
    color: var(--main-text);
    text-transform: uppercase;
    margin: 20px 0 12px;
    max-height: 81px;
}
.postSwiper .swiper-slide {
    width: 420px !important;
}
.post-main img {
    width: 100%;
    height: auto;
}
.post-desc {
    margin-top: 0;
    color: #667453;
    margin-bottom: 10px;
}
.post-desc>* {
    color: var(--secondary-text) !important;
}
.post-bottom {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
    margin-top: auto;
    height: 50px;
}
.post-bottom svg:hover circle {
    fill: #BEB399;
}
.single-post {
    display: flex;
    flex-direction: column;
}
.single-post-main-wrap {
    display: flex;
    flex-direction: row;
    gap: 0 40px;
}
.single-post-main {
    width: 100%;
}
.single-post .post-top {
    justify-content: flex-start;
}
.single-post .post-title {
    margin-bottom: 20px;
}
.single-post .post-date {
    margin-right: 40px;
}
.post-desc .media oembed {
    display: flex;
    width: 500px;
    height: 500px;
}
.post-desc .image {
    width: fit-content;
    margin: 30px auto;
}
.post-desc .image-style-side {
    float: right;
}
.postSwiper .post-img {
    width: 420px;
    border-radius: 4px;
}
.postSwiper .post-img-link {
    height: 259px;
}
.post-swiper-header {
    width: calc(100% - 40px) !important;
    margin: 0 auto;
}
.single-post-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
    padding: 0 !important;
}
.post-counters,
.post-like {
    display: flex;
    align-items: center;
}
.post-like {
    margin-left: 40px;
}
.post-like-item {
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
}
.post-like svg {
    margin-right: 8px;
    cursor: pointer;
}
.post-counters {
    font-family: "MontserratMedium", sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.post-counters span {
    color: #667453 !important;
}
.post-like svg:hover path {
    fill: #A97E55;
}
.post-like-item:first-child {
    border-right: 1px #667453 solid;
}
.single-post-bottom .admission-btn {
    margin: 20px 0;
}
.single-post-bottom .btn {
    min-width: 360px !important;
}
.san-images-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 160px;
    width: 100%;
    box-shadow: inset 0 -1.5px 0 #75451ad9;
}
.san-images-header .page-subtitle {
    margin-top: 0 !important;
}
.spec-images-nav svg {
    cursor: pointer;
}
.spec-images-nav {
    gap: 24px;
}
.spec-images-nav svg:hover path,
.spec-images-nav svg:hover circle {
    stroke: #997C62 !important;
}
.spec-images-nav .swiper-button-disabled svg path,
.spec-images-nav .swiper-button-disabled svg circle {
    stroke: #959082 !important;
}
.news-video-wrapper {
    display: flex;
    margin-top: 60px;
    width: 100%;
}
.news-video {
    width: 100%;
    max-width: 800px;
    height: 500px;
}
@media (max-width: 1840px) {
    .two-rows-container.news-list-wrap {
        width: 904px;
    }
    .two-rows-container.news-post-wrap {
        width: 1280px;
    }
}
@media (max-width: 1700px) {
    .single-post-bottom .btn {
        min-width: 260px !important;
    }
    .two-rows-container.news-post-wrap {
        width: 1080px;
    }
}
@media (max-width: 1500px) {
    .two-rows-container.news-post-wrap {
        width: 991px;
    }
}
@media (max-width: 1380px) {
    .news-wrap {
        flex-direction: column;
    }
    .news-categories-list {
        margin-bottom: 80px;
    }
    .two-rows-container.news-post-wrap {
        width: 100%;
    }
    .post-top {
        margin-bottom: 20px;
    }
}
@media (max-width: 1144px) {
    .single-post-main-wrap {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .post-img,
    .single-post-img {
        width: 100%;
    }
    .post-counters {
        flex-wrap: wrap;
        width: 100%;
    }
    .post-counters>* {
        margin-top: 20px;
        text-align: center;
    }
    .single-post-bottom .btn {
        min-width: 100% !important;
    }
    .post-counters>* {
        margin: 20px auto;
        width: 100%;
        align-items: center;
    }
    .post-like {
        display: flex;
        justify-content: center;
    }
    .post-top {
        gap: 10px;
    }
    .spec-images-nav.posts-nav {
        display: none;
    }
    .postSwiper .swiper-slide {
        width: 300px !important;
    }
    .post-title {
        font-size: 18px;
    }
    .post-date,
    .post-desc {
        font-size: 16px;
    }
    a.post-category {
        font-size: 12px;
    }
    .desc-desctop {
        display: none;
    }
    .post-title-non-img {
        margin-bottom: 15px !important;
    }
    .postSwiper .swiper-slide .post-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .post {
        height: fit-content;
    }
    .postSwiper .post-img {
        width: 300px;
        height: auto;
    }
    .postSwiper .post-img-link {
        height: 280px;
        overflow: hidden;
    }
    .swiper-slide .post {
        height: 657px;
    }
    .postSwiper .post {
        width: 100% !important;
    }
    .postSwiper .post-desc {
        margin-bottom: 0 !important;
    }
    .single-post-main-wrap {
        gap: 20px;
    }
    .san-images-header {
        margin-top: 120px;
    }
    .post {
        margin-top: 32px;
    }
}
@media (max-width: 500px) {
    .post-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .post-img-link {
        width: 100%;
        height: auto;
    }
    .swiper-slide .post {
        height: 654px;
    }
}
@media (min-width: 1380px) {
    .news-categories-wrap {
        position: sticky;
        top: 120px;
        align-self: flex-start;
    }
    .single-post .post-top {
        margin-bottom: 60px;
    }
}
@media (min-width: 769px) {
    .desc-desctop {
        display: block;
    }
    .desc-mobile {
        display: none;
    }
}