.foto-sad{
    height: 2450px;
    padding-top: 40px;
    background: rgb(105,105,111);
    background: linear-gradient(90deg, rgba(105,105,111,1) 0%, rgba(50,51,51,1) 100%, rgba(237,234,234,1) 100%);
    border: 1px solid white;
}
.zagolovok-sad{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
    color: white;
}
.img-katalog-sad{
    height: 350px;
    width: 400px;
    padding: 10px;
}

@media (min-width: 300px) and (max-width: 780px) {
    .img-katalog-sad{
        height: 250px;
        width: 290px;
    }
    .foto-sad{
        text-align: center;
        height: 4900px;
    }
} 
@media (min-width: 785px) and (max-width: 1000px) {
    .img-katalog-sad{
        height: 280px;
        width: 320px;
    }
    .foto-sad{
        text-align: center;
        height: 3150px;
    }
} 
@media (min-width: 1000px) and (max-width: 1200px) {
    .img-katalog-sad{
        height: 280px;
        width: 320px;
    }
    .foto-sad{
        text-align: center;
        height: 2000px;
    }
} 



.katalog-vorota-text-forma{
    padding-top: 40px;
    height: 800px;
    background-image: url("../img/fon.png");
}
.katalog-vorota-text-forma-h3{
    text-align: center;
    font-size: 25px;
}