main{
    max-width: 1100px;
    margin: 0 auto;
}
.cont h1 {
    font-size: 40px;
}

.maps {
    margin-top: 50px;
}

.contacts {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 98%;
    text-align: center;
}
.nphone{
    margin-top: 40px;
    margin-left: 60px;
    display: flex;
    justify-content: space-around;
}
.nphone p{
    line-height: 2;
    font-size: 20px;
}
.numb{
    font-family: Andale Mono, monospace;
    font-weight: bold;
}
@media  (max-width: 768px) {
    iframe{
        width: 700px;
        height: 500px;
    }
}
@media  (max-width: 320px){
    .nphone{
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }
    .nphone p{
        font-size: 14px;
    }
    iframe{
        width: 280px;
        height: 200px;
    }
    .footer-block{
        height: 460px;
        justify-content: center;
    }
}
@media  (max-width: 375px){
    .nphone{
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }
    .nphone p{
        font-size: 14px;
    }
    iframe{
        width: 280px;
        height: 200px;
    }
    .footer-block{
        height: 460px;
        justify-content: center;
    }
}