.news{
    width: 100%;
    height: min-content;
}
.carousel .item {
    height: 500px; /* Ձեր կարուսելի բարձրությունը */
    width: 100%;
    border-radius: 11px;
    overflow: hidden;
}
.carousel .item img {
    height: 100%;
    width: 100%;
    border-radius: 11px;
}
.carousel-inner {
    height: 100%;
    width: 100%;
}

.carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.left.carousel-control, .right.carousel-control {
    background-image: none;
    width: 30px;
}

.left.carousel-control {
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
}

.right.carousel-control {
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
}
.newsSection{
    width: 88%;
    height: min-content;
    margin-top: 166px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 38px;
}
.newsLeft{
    width: 56%;
    height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.newsRight{
    width: 30%;
    height: min-content;
}
.slide > img{
    width: 100%;
    height: 100%;
}
.carousel-example-works{
    width: 100%;
    height: 500px;
}
.news .item .slide{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    height: 500px;
}
.news .carousel-indicators{
    width: 220px;
    left: unset;
    top: 10px;
    right: -64px;
    position: absolute;
    transform: rotate(90deg);
}
.news .carousel-indicators li,.news .carousel-indicators .active{
    width: 70px;
    margin-left:0px;
    height: 6px;

}
.newsDate{
    margin-top: 16px;
    display: flex;
    justify-content: start;
    align-items: center;
    color: black;

}
.newsDate > span{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.28px;
    text-align: left;
    margin-left: 11px;

}
.contentTitle{
    color: #0B460B;
    font-family: 'MontserratArm_', sans-serif;
    font-size: 30px;
    font-weight: 500;
    /*line-height: 45px;*/
    text-align: left;
    margin-bottom: 16px;

}
.content{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: black;
}
.newsContent{
    margin-top: 16px;
}
.titleLast{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    color: #0B460B;

}
.imgField{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}
.imgField > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.textField{
    width: 76%;
    height: 62px;
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.newsSectionField{
    width: 100%;
    height: min-content;
    display: none;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 20px 0px;
    text-decoration: none;
}
.newsSectionField:hover{
    text-decoration: none;
}
.newsLeftTitle{
    color: black;
    font-size: 14px;
    font-weight: 400;
    font-family: 'MontserratArm_', sans-serif;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    text-align: left;
}
.newsLeftDate{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    color: black;

}
.lastFieldBtn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots {
    display: unset;
    justify-content: unset;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    /*position: unset;*/
    bottom: unset;
    left: unset;
    right: -25px;
}
.slick-dots li {
    margin: 5px 0.25rem;
}
.slick-dots button {
    display: block;
    width: 5px;
    height: 78px;
    padding: 0;
    border: none;
    border-radius: 5px;
    background: #84A284;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background: #0B460B;
}
.single-item  > .slick-list > .slick-track > .slick-slide > div > div > img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
/*.single-item  > .slick-list{*/
/*    width: 100%;*/
/*    !*height: auto;*!*/
/*}*/
/*.single-item  > .slick-list > .slick-track{*/
/*    width: 100%;*/
/*}*/
/*.single-item  > .slick-list > .slick-track > .slick-slide{*/
/*    width: 100% !important;*/
/*}*/
.slick-slider{
    display: flex;
    align-items: center;
}

.newsSectionField:nth-child(1), .newsSectionField:nth-child(2),
.newsSectionField:nth-child(3), .newsSectionField:nth-child(4){
    display: flex;
}
@media screen and (max-width: 1600px) {
    .news .carousel-indicators{
        right: -40px;
    }
}
@media screen and (max-width: 1400px) {
    .news .carousel-indicators{
        right: -50px;
    }
    .carousel .item {
        height: 400px;
    }
}
@media screen and (max-width: 1200px) {
    .carousel .item {
        height: 370px;
    }
}
@media screen and (max-width: 1130px) {
    .news .carousel-indicators{
        right: -50px;
    }
    .carousel .item {
        height: 470px;
    }
    .newsSection {
        width: 88%;
        height: min-content;
        margin-top: 166px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        margin-bottom: 38px;
    }
    .newsLeft {
        width: 100%;
        height: min-content;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }
    .newsRight {
        width: 50%;
        height: min-content;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 1000px) {
    .news .carousel-indicators {
        right: -40px;
    }
}
@media screen and (max-width: 890px) {
    .news .carousel-indicators{
        right: -20px;
    }
    .news .item .slide {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
        width: 100%;
        height: auto;
    }
    .contentTitle {
        text-align: center;
    }
    .newsContent{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .newsSection {
        margin-top: 190px;
    }
}
@media screen and (max-width: 800px) {
    .news .carousel-indicators{
        right: -30px;
    }
    .carousel .item {
        height: 430px;
    }
}
@media screen and (max-width: 700px) {
    .carousel .item {
        height: 400px;
    }
}
@media screen and (max-width: 600px) {
    .news .carousel-indicators{
        right: -40px;
    }
    .carousel .item {
        height: 350px;
    }
    .slick-dots {
        right: -15px;
    }
    .contentTitle {
        font-size: 24px;
        text-align: center;
        margin-bottom: 16px;
    }
    .newsRight{
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    .news .carousel-indicators {
        right: -60px;
    }
    .carousel .item {
        height: 300px;
    }
}
@media screen and (max-width: 500px) {
    .news .carousel-indicators {
        right: -50px;
    }
}
@media screen and (max-width: 450px) {
    .news .carousel-indicators {
        right: -60px;
    }
    .carousel .item {
        height: 270px;
    }
}
@media screen and (max-width: 400px) {
    .news .carousel-indicators {
        right: -65px;
    }
    .carousel .item {
        height: 250px;
    }
}
@media screen and (max-width: 370px) {
    .carousel .item {
        height: 240px;
    }
}
@media screen and (max-width: 340px) {
    .news .carousel-indicators {
        right: -57px;
    }
}
