.blockWithmapslider{
    background: url("./assets/back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    
}



.mapimage{
    margin-top: 60px;
}


.capNewsHead{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-family: "Systopie";
    text-decoration: none !important;

    padding: 15px;
    color: #fff;
}

.newsAndSales{
    flex-direction: column;
    gap: 44px;
    margin-bottom:80px;
    
}

.capnews{
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    gap: 40px;
    flex-direction: column;

}
.cp{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.firstnew{
    background: linear-gradient(180deg, rgba(53, 69, 81, 0.00) 0%, rgba(35, 44, 50, 0.49) 42.5%, rgba(21, 22, 24, 0.89) 94.06%),
    url("./assets/darvin.jpg");
    aspect-ratio: 4/3;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    text-decoration: none !important;
}
.secondnew{
    aspect-ratio: 4/3;
    width: 100%;
    background: url('./assets/mvideosvg.png');
    background-position: center;
    justify-content: flex-end;
}

.firstnew, .secondnew{
    background-size: cover; 
    
    position: relative;
    overflow: hidden;
}

.firstnew::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: ("./assets/darvin.jpg");
    background-size: cover;
    
}

.secondnew::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('./assets/mvideosvg.png');
    background-size: cover;
    
}
.firstnew:hover::after, .secondnew:hover::after{
    transform: scale(1.1);
}

.firstnew::before, .secondnew::before{
    content: "";
    display: block;
    padding-top: 80%;
}

.lowernews{
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    gap: 25px;
    
}

.imsnews:nth-child(1) {
    background: url("./assets/lowerfirstsvg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
    
}

.sokolov {
    background: url("./assets/SOKOLOV.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
    
}

.imsnews:nth-child(3) {
    background: url("./assets/lowerfirstsvg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
    
}

.imsnews {
    width: 100%; 
    aspect-ratio: 4/3; 
   

}



