.blockWithmapslider{
    background: url("./assets/back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
    
}



.mapimage{
    margin-top: 60px;
}




.blockWithmapslider__wrapper{
    width: 100%;
    height: 100%;
    background: rgba(18, 25, 32, 0.67);
}



.information{
    display: flex;
    justify-content: center;

}
.information__wrapper{
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.info-item{
    display: flex;
    align-items: center;   
    gap: 20px;
}


.text{
    font-family: 'Systopie';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    
    color: #FFFFFF;
}
.icon, .iconfirst{
    width: 15px;
    height: 15px;
    object-fit: cover;
}
.icon img{
    width: 100%;
    height: 100%;
}

.map{
    object-fit: cover;

}
.map img{
    width: 100%;
    height: 100%;
}

.decornone{
    text-decoration: none;
}
.maplink{
    background: rgba(59, 59, 59, 0.45);
    opacity: 0.9;
    margin-top: -48px;
    height: 46px;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    
}

.text{
    text-decoration: none;
}

.maplinkwrapper{
    font-family: 'Systopie';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
display: flex;
gap: 10px;
color: #FFFFFF;
}


