.news {
    max-width: 1300px;
    width: 95%;
    margin: 5vh auto;
    font-family: 'Inter';
    font-weight: 500;
}

.news__inline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.news__inline > h1 {
    color: #3D3F42;
}

.news__archive-button {
    border: 1px solid var(--secondary);
    transition: .1s;
    color: #535353;
    padding: 9px 25px;
    text-decoration: none;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.news__archive-button:hover {
    cursor: pointer;
    border: 1px dashed #e0e0e0;
}

.news__archive-button > img {
    margin-left: 1rem;
}

.news__catalog-short {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-catalog-short__item {
    border: 1px solid var(--secondary);
    max-width: 350px;
    width: 90%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    margin: 10px;
    position:relative;
    padding-bottom: 3rem;
}

.news-catalog-short__item > h3 {
    color: #3D3F42;
    font-weight: 600;
    font-size: 16px;
}

.news-catalog-short-item__image {
    height: 250px;
    background-color: #e0e0e0;
    border-radius: 3px;
    margin-bottom: 20px;
}

.news-catalog-short-item__date {
    color: #555;
    font-size: .85rem;
    background: #f5f5f5;
    padding: .2rem .4rem;
    border-radius: .2rem;
    max-width: 90px;
    margin-top: -0.5rem;
    text-align: center;
}

.news-catalog-short-item__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
    background: var(--primary);
    transition: .15s;
    color: var(--white);
    text-decoration: none;
    border-radius: 3px;
    margin-top: 1rem;
    position: absolute;
    bottom:10px;
    width: calc(100% - 40px);
}

.news-catalog-short-item__button:hover {
    cursor: pointer;
    background: var(--lightPrimary);
}

.donations {
    max-width: 1300px;
    width: 90%;
    background: url('../images/donations-bg.png') no-repeat center left;
    background-size: cover;
    height: 395px;
    border-radius: 8px;
    margin: 5vh auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.donations__preview > h1 {
    margin: 65px 100px;
    max-width: 300px;
    font-family: 'Inter';
    font-weight: 700;
    height: 100%;
    color: var(--white);
}

.donations__button {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: var(--lightPrimary);
    transition: .1s;
    border-radius: 8px;
}

.donations__button:hover {
    background-color: var(--primary);
}

.donations__button > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.donations__button > a > span {
    color: var(--white);
    font-family: "Inter";
    font-weight: 500;
    font-size: 20px;
}

.donations__button > a > img {
    margin-top: 20px;
}

.partners {
    max-width: 1350px;
    width: 90%;
    margin: 5vh auto;
    position: relative;
}

.partners-slider__image {
    height: 115px;
    width: auto;
    background: var(--white);
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    margin: 2em 14px;
    padding: 8px;
}

.partners__slider > .owl-nav > .p, .partners__slider > .owl-nav > .a {
    width: 30px;
    height: 30px;
    background: var(--secondary);
    border-radius: 50%;
    color: var(--semiBlack);
    position: absolute;
    transition: .1s;
    border: none;
}

.partners__slider > .owl-nav > .p:hover, .partners__slider > .owl-nav > .a:hover {
    background: var(--primary);
    color: var(--white);
}

.partners__slider > .owl-nav > .p {
    top: 40%;
    left: -5em;
}

.partners__slider > .owl-nav > .a {
    top: 40%;
    right: -5em;
}

.intro__slider .slide {
    width: 100%;
    min-height: 450px;
    max-height: 600px;
    display:flex;
    flex-direction: row;
    align-items: center;
}

.intro-slider__textarea {
    /*background: rgba(255,255,255,.7);*/
    padding: 40px;
    max-width: 600px;
    width: 90%;
    border-radius: 3px;
    height: 60%;
    font-family: 'Inter';
    font-weight: 500;
    margin-left: 10vw;
}

.intro-slider__textarea > h1 {
    font-size: 48px;
    color: #fff;
}

.intro-slider__textarea > p {
    margin-top: 2em;
    color: #fff;
}

.intro-slider__button {
    margin-top: 4em;
}

.intro-slider__button > a {
    padding: 20px 60px;
    /*background: var(--primary);*/
    background: #fff;
    /*color: var(--white);*/
    color: var(--primary);
    border-radius: 3px;
    text-decoration: none;
    transition: .1s;
}

.intro-slider__button > a:hover {
    /*background: var(--lightPrimary);*/
    opacity: .8;
    cursor:pointer;
}

.slider {
    position: relative;
}

.slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.slider .owl-nav .owl-prev {
    position: absolute;
    left: 2vw;
    border: none;
    background: rgba(255,255,255, .2);
}

.slider .owl-nav .owl-next {
    position: absolute;
    right: 2vw;
    border: none;
    background: rgba(255,255,255, .2);
}

.slider .owl-nav .owl-next:hover, .slider .owl-nav .owl-prev:hover {
    background: rgba(255,255,255, .4);
    cursor:pointer;
}

.slider .owl-nav .owl-prev span, .slider .owl-nav .owl-next span {
    font-size: 2.5rem;
    padding: 1rem 1.5rem;
    color: #fff;
}

.news nav, .archive-catalog nav {
    justify-content: center;
}

.news nav > div:first-child, .archive-catalog nav > div:first-child {
    display: none;
}

.news nav > div:last-child, .archive-catalog nav > div:last-child {
    display: flex;
}

.news nav > div:last-child > div:first-child, .archive-catalog nav > div:last-child > div:first-child {
    display: none;
}

.news nav > div:last-child > div:last-child, .news nav > div:last-child > div:last-child > span, .archive-catalog nav > div:last-child > div:last-child, .archive-catalog nav > div:last-child > div:last-child > span {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.news nav > div:last-child > div:last-child > span > span, .archive-catalog nav > div:last-child > div:last-child > span > span {
    color: var(--primary);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
}

.news nav > div:last-child > div:last-child > span a, .archive-catalog nav > div:last-child > div:last-child > span a {
    color: #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 50%;
    background: #f5f5f5;
}

.news nav > div:last-child > div:last-child > span a:last-child, .news nav > div:last-child > div:last-child > span > span:first-child, .archive-catalog nav > div:last-child > div:last-child > span a:last-child, .archive-catalog nav > div:last-child > div:last-child > span > span:first-child {
    display: none;
}

@media screen and (max-width: 1000px) {
    .intro-slider__textarea > h1 {
        font-size: 25px;
    }

    .intro-slider__textarea {
        margin-left: 0;
    }
}

@media screen and (max-width: 950px) {
    .donations {
        display: flex;
        flex-direction: column;
    }

    .donations__button {
        width: 100%;
        height: 100px;
        bottom: 0;
        position: static;
    }
}

@media screen and (max-width: 515px) {
    .donations__preview > h1 {
        margin-left: 1rem;
        font-size: 8vw;
    }
}
