
.container-mob-photo {
    display: none;
}
.container-slider-photo {
    width: 100%;
    margin: 0 auto;
    margin-bottom:130px;
}
.container-title-photo {
    display: flex;
    flex-wrap: wrap;
    max-width: 713px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.container-title-photo h1 {
    font-family: 'Onest', sans-serif;
font-size: 40px;
font-weight: 700;
line-height: 40px;
letter-spacing: 0em;
text-align: center;
text-transform: uppercase;
color: #000;
}

.swiper-container.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-photo-galery {
    height: 585px;
}

.swiper-button-next::after{
    content:'';
    display:none;
}
.swiper-button-prev:after {
    content:'';
    display:none;
}


.btn_prev_photo_galery {
    margin-left: 10%;
}
.btn_next_photo_galery {
    margin-right: 10%;
}

@media(max-width:1600px){
    .btn_prev_photo_galery {
        margin-left: 8%;
    }
    .btn_next_photo_galery {
        margin-right: 8%;
    }
}

@media(max-width:1280px){
    .slider-photo-galery {
        height: 530px;
    }
}

@media(max-width:1240px){
    .btn_prev_photo_galery {
        margin-left: 6%;
    }
    .btn_next_photo_galery {
        margin-right: 6%;
    }
}


@media(max-width:680px){
    .container-title-photo h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
    }
    .container-title-photo {
        width: 90%;
    }
}

@media(max-width:580px){
    .container-slider-photo { 
        display: none;
    }
    .container-mob-photo {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-bottom: 130px;
    }
    .container-mob-photo .photo-galery {
        width: 88%;
        margin-bottom: 20px;
    }
    
}

@media(max-width:420px){
    .container-title-photo {
        width: 98%;
    }
    .breadcrumbs {
        padding: 20px 1% 40px;
    }
    .container-mob-photo .photo-galery {
        width: 91%;
        margin-bottom: 10px;
    }
    .container-title-photo h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 28px;
    }

}

@media(max-width:375px) {
    .container-mob-photo {
        margin-bottom: 70px;
    }
}