html {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: #000;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    padding: 0;
}



header {
    background: #000;
    font-family: "Montserrat", serif;
    height: 80px;
    margin: 0;
}

.wrap {
    margin: 0 auto;
    max-width: 1440px;
}

header .wrap {
    padding: 17px 60px 16px;
    max-width: 1320px;
}
header #logo {
    float: left;
    margin-right: 40px;
    margin-top: -8px;
}
header #logo img {
    height: 60px;
}
header .menu-languagemenu-container {
    float: right;
}
header .add-news {
    background: #000;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 16px;
    float: right;
    height: 38px;
    line-height: 38px;
    margin: 3px 0 0;
    text-align: center;
    text-decoration: none;
    width: 172px;
}
header .add-news:hover {
    background: #fae743;
    border: 1px solid #fae743;
    color: #000;
}
header .donate {
    background: #fae743;
    border: 1px solid #fae743;
    border-radius: 8px;
    color: #000;
    display: block;
    font-size: 16px;
    float: right;
    height: 38px;
    line-height: 38px;
    margin: 3px 0 0 30px;
    text-align: center;
    text-decoration: none;
    width: 172px;
}
header .donate:hover {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: underline;
}

header ul {
    margin: 0;
    padding: 4px 0 0 0;
}
header ul li {
    display: inline-table;
}
header ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
}




.swiper {
    height: 600px;
    margin: 0 auto;
    max-width: 1440px;
}
.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-horizontal {
    max-width: 1360px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    background: url('../images/arrow_left.png');
    height: 60px;
    top: auto;
    bottom: 20px;
    width: 60px;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
    content: none;
}
.swiper .swiper-button-next {
    background: url('../images/arrow_right.png');
}
.swiper .title {
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-family: "Inter", serif;
    font-size: 64px;
    font-weight: bold;
    /*line-height: 56px;*/
    padding: 10px 20px;
    position: absolute;
    left: 5%;
    bottom: 20%;
    text-shadow: 3px 3px 3px #000;
    width: 70%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper .title a {
    color: #fff;
    text-decoration: none;
}
.swiper .read-more {
    color: #fff;
    font-family: "Inter", serif;
    font-size: 24px;
    position: absolute;
    left: 5%;
    bottom: 10%;
    text-shadow: 3px 3px 3px #000;
}
.swiper .add-news a {
    background: rgba(255,255,255,0.25);
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    line-height: 47px;
    height: 47px;
    position: absolute;
    right: 5%;
    bottom: 20%;
    padding: 0 40px;
}





.main,
.blogs,
.newsfeed {
    margin: 0 auto;
    max-width: 1200px;
}
.main .col2,
.blogs .col2,
.newsfeed .col2 {
    float: right;
    width: 276px;
}
.main .col1,
.blogs .col1,
.newsfeed .col1 {
    margin-right: 320px;
}



.last-news,
.top-news {
    padding: 40px 0 60px;
}
.last-news .title,
.top-news .title,
.newsfeed .title {
    border-bottom: 1px solid #000;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.last-news .items {
    overflow: auto;
}
.main .last-news .item {
    float: left;
    margin: 0 0 0 40px;
    width: 30%;
}
.main .last-news .item:first-child {
    margin-left: 0;
}
.main .last-news .item .time {
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 10px;
}
.last-news .item a {
    color: #000;
    font-size: 20px;
}
.last-news .item.fresh a {
    font-size: 36px;
}


.main.content {
    padding: 30px 0 40px;
}
.main .item {
    margin: 0 0 60px;
    width: 786px;
}
.main .item a {
    text-decoration: none;
}
.main .item h1 {
    font-family: "Montserrat", serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 32px;
}
.main .item h2 {
    font-family: "Montserrat", serif;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 16px;
}
.main .item .date {
    color: #979797;
    margin: 0 0 3px;
}
.main .item .intro {
    color: #979797;
    margin: 0 0 16px;
}
.main .item p {
    margin: 0 0 16px;
}
.main .item .text {
    font-family: "Montserrat", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 16px;
}






.blogs,
.newsfeed {
    padding: 70px 0 60px;
}
.blogs .item {
    margin-bottom: 50px;
    overflow: auto;
}
.newsfeed .item {
    margin-bottom: 30px;
    overflow: auto;
}
.blogs .item a,
.newsfeed .item a {
    text-decoration: none;
}
.newsfeed .item .image,
.blogs .item .image {
    float: left;
    margin: 0 15px 0 0;
}
.blogs .item h2,
.newsfeed .item h2 {
    color: #000;
    font-family: "Montserrat", serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 16px;
}
.blogs .item .item-text {
    margin-left: 310px;
}
.blogs .item .intro {
    color: #979797;
    font-size: 16px;
    font-weight: 300;
}
.blogs .item .date,
.newsfeed .item .date {
    color: #c9c9c9;
    font-size: 10px;
    font-weight: 300;
}


.item .text figure {
    margin: 0 0 15px;
}
.item .text figure img {
    height: auto;
    max-width: 100%;
}



.share {
    padding: 20px 0 0;
}
.share a {
    cursor: pointer;
}
.share svg {
    height: 32px;
    width: 32px;
}



.paginate {
    text-align: center;
}
.paginate a {
    color: #414141;
    padding: 0 8px;
    text-decoration: none;
}
.paginate span.current {
    padding: 0 8px;
}



.tags {
    padding: 20px 0;
}
.tags a {
    color: #414141;
    text-decoration: none;
}



.breadcrumbs {
    font-size: 12px;
    margin: 0 0 26px;
}
.breadcrumbs a {
    color: #414141;
    text-decoration: none;
}




.views {
    background: url('../images/eye.png') no-repeat left center;
    color: #414141;
    float: right;
    padding: 4px 0 4px 21px;
}

.author {
    color: #414141;
    margin: 0 0 16px;
}
.item .text figure.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}




.youtube {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.youtube iframe {
    aspect-ratio: 16/9;
    width: 100% !important;
}





.top-video {
    padding: 20px 0 0;
    margin: 0 0 20px;
}
.top-video-item {
    margin: 0 0 20px;
}
.top-video-item img {
    width: 100%;
}
.top-video-item .author {
    display: block;
}
.top-video-item a {
    color: #000;
    text-decoration: none;
    
}




footer {
    background: #000;
    color: #fff;
    overflow: auto;
    padding: 56px 0 46px;
    position: relative;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer .wrap {
    max-width: 1320px;
}
footer .footer-logo {
    color: #414141;
    float: left;
    font-size: 12px;
    margin: 0 50px 0 0;
}
footer .footer-logo img {
    margin-bottom: 10px;
}
footer .copyright {
    max-width: 170px;
}

footer .footer-menu1,
footer .footer-menu2 {
    float: left;
    padding: 0 30px;
    width: 15%;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li a {
    display: block;
    padding: 10px 0 15px;
}
footer .footer-contact {
    float: left;
    width: 300px;
}
footer .footer-social {
    margin-bottom: 20px;
}
footer .footer-social img {
    display: inline-block;
    margin: 0 15px 0 0;
}
footer .footer-contact .donate {
    background: #fae743;
    border: 1px solid #fae743;
    border-radius: 8px;
    color: #000;
    display: block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin: 3px 0 20px;
    text-align: center;
    text-decoration: none;
}
footer .footer-contact .donate:hover {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: underline;
}
footer .footer-contact .feedback {
    background: #000;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin: 3px 0 20px;
    text-align: center;
    text-decoration: none;
}
footer .footer-contact .feedback:hover {
    background: #fae743;
    border: 1px solid #fae743;
    color: #000;
}



@media screen and (max-width: 1380px) {
    footer .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1260px) {
    .main .main-news {
        padding: 0 20px;
    }
    .main .item {
        width: auto;
    }
    .main .item img {
        width: 100%;
    }
    .main .col1,
    .blogs .col1 {
        margin-right: 0;
    }
    .blogs,
    .newsfeed {
        padding: 70px 20px 60px;
    }
    .main .col2,
    .blogs .col2,
    .newsfeed .col2 {
        display: none;
    }
    .main.content {
        padding: 30px 20px 40px;
    }
}
@media screen and (max-width: 1200px) {
    header {
        height: auto;
    }
    header .donate,
    header .add-news {
        display: none;
    }
    .swiper {
        height: 300px;
    }
    .swiper .title {
        position: inherit;
        left: auto;
        bottom: auto;
        overflow: hidden;
        padding: 40px;
        width: auto;
    }
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        display: none;
    }
    .swiper .read-more {
        display: none;
    }
    .main .last-news .title,
    .main .top-news .title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main .last-news .items {
        padding: 0 20px;
    }
    .main .last-news .item {
        margin: 0 0 20px;
        width: auto;
    }
}
@media screen and (max-width: 1070px) {
    .newsfeed .col1 {
        margin: 0;
    }
    footer .footer-menu1,
    footer .footer-menu2 {
        float: inherit;
        margin-left: 200px;
        margin-right: 320px;
        width: auto;
    }
    footer .footer-contact {
        position: absolute;
        top: 56px;
        right: 20px;
    }
}
@media screen and (max-width: 800px) {
    .swiper .title {
        font-size: 36px;
        line-height: 30px;
        position: inherit;
        left: auto;
        bottom: auto;
        padding: 10px;
        width: auto;
    }
    .blogs,
    .newsfeed {
        padding: 70px 20px 60px;
    }
    .blogs .item .image {
        float: inherit;
    }
    .blogs .item .item-text {
        margin: 0;
    }
    footer .footer-logo {
        float: inherit;
        margin: 0 0 30px;
    }
    footer .footer-menu1 {
        margin: 0;
    }
    footer .footer-menu2 {
        margin: 0 0 20px;
    }
    footer .footer-contact {
        position: inherit;
        width: 260px;
    }
}


