@import url(../../../styles/main.css);
@import url(../../../styles/burger.css);
@import url(../../../styles/header.css);
@import url(../../../styles/news.css);
@import url(../../../styles/footer.css);


.news__section {
    width: 100%;
    background-color: #ffffff;
    padding: 30px 0;
}
.img__container {
    width: 100%;
    height: 50vh;
    background-image: url(/images/baic/main.jpg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 38px;
}
.img__container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.date {
    display: flex;
    justify-content: flex-start;
}
.text__wraps {
    padding:30px 0;
}
.text__wraps > .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.haval__slider__item > img {
    object-fit: cover;
    width: 100%;
}
.haval__slider__item {
    flex: 0 0 50% !important;
    max-width: 50%;
}
.news__section__container > .anotherTittle {
    font-size: 40px;
    line-height: 72px;
    font-weight: 100;
    letter-spacing: -.01em;
    text-transform: none;
}

.date {
    display: flex;
    justify-content: flex-start;
}
.about__new > img {
    display: block;
    margin-top: 25px;
}

.info__wrapper > .text__wraps {
    width: 85%;
    margin-bottom: 20px;
    padding-right: 300px;
}
.text__wraps > .anotherDescr {
    font-size: 18px;
    margin: 0;
    padding: 14px 0;
}
.info__wrapper {
    display: flex;
}
.author__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    margin-right: 16px;
}
.author__wrapper > .anotherDescr {
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 0;
}
.author__wrapper > .author__wrapp__memb {
    font-style: italic;
    font-weight: 400;
    text-align: end;
}
.skywell__slide {
    flex: 0 0 100% !important;
    max-width: 100%;
}
.skywell__slide > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.image-wrapper {
    width: 100%;
    margin: 10px 0;

}
.image-wrapper  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.images-wrapper {
    display: flex;
    gap: 20px;
    margin: 10px 0;
    width: 100%;
    max-height: 535px;
    overflow: hidden;
}
.img-cont {
    height: 100%;

}
.img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul {
    font-size: 18px;
    padding: 0  0 0 20px;
}
.news__section__container ul li {
    list-style: disc;
}
ul li .anotherDescr {
    font-size: 18px;
}
@media (max-width:1150px) {
    .img__container {
        height: 80vh;
    }
    .info__wrapper > .text__wraps {
        width: 85%;
        padding-right: 170px;
    }
}
@media (max-width:768px) {
    .info__wrapper {
        flex-direction: column;
    }
    .news__section__container > .anotherTittle {
        font-size: 35px;
        line-height: 50px;
        font-weight: 100;
        letter-spacing: -.01em;
        text-transform: none;
    }
    .about__new {
        padding: 20px 0;
        width: 100%;
        flex-direction: row;
        border-bottom: 1px solid #565656;
    }
    .empty {
        display: none;
    }
    .date {
        padding-right: 20px;
        border-right: 1px solid #c5c5c5;
    }
    .about__new > img {
        display: block;
        margin-top: 0;
        padding-top: 10px;
        margin-left: 10px;
        width: 140px;
        height: 40px;
    }
    .info__wrapper > .text__wraps {
        width: 100%;
        margin-bottom: 5px;
        padding: 20px 0 5px;
    }
    .haval__slider__item {
        flex: 0 0 75%;
        max-width: 75%;
        padding: 0 11px;
        overflow: hidden;

    }
    .haval__slider__item > img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .images-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 10px 0;
        width: 100%;
        max-height: 2500px;
        overflow: hidden;
    }
}
