@media screen and (max-width: 1600px) {
    .photo {
        width: 700px;
    }
}
@media screen and (max-width: 1400px) {
    .price-complete__photo img {
        height: 280px;
    }
}
@media screen and (max-width: 1200px) {
    .header-top {
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-logo__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-phone {
        margin: 0;
        margin-top: 40px;
    }
    .header-content {
        margin-top: 40px;
    }
    .photo {
        width: 100%;
        background-size: cover;
    }
    .content-title h1 {
        text-shadow: 0 0 10px #344427;
    }
    .content-title p {
        text-shadow: 0 0 10px #344427;
    }
    .price-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .price-complete__content h2 {
        margin-top: 20px;
    }
}
@media screen and (max-width: 900px) {
    .price-complete__photo img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 760px) {
    .header-logo__wrap {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-nav {
        margin-top: 40px;
    }
    .content-title {
        margin: 0 auto;
        z-index: 100;
        text-align: center;
    }
}
@media screen and (max-width: 560px) {
    .header-phone {
        margin-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-nav {
        margin-top: 30px;
    }
    .header-phone a:nth-child(1) {
        margin-right: 0;
    }
    .header-phone a {
        margin-top: 10px;
        text-align: center;
    }
    .contacts img {
        width: 100%;
    }
}
@media screen and (max-width: 540px) {
    .window-form {
        width: 95%;
    }
}
@media screen and (max-width: 500px) {
    .price-equipment__card {
        margin: 0;
        margin-top: 40px;
    }
    .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-nav a {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .content-title {
        width: 96%;
    }
    .content-title h1 {
        font-size: 30px;
    }
    .modal-title {
        width: 70%;
    }
}
@media screen and (max-width: 400px) {
    .window-form {
        width: 310px;
    }
    .input-name__field,
    .input-name__phone {
        width: 280px;
    }
    .contacts-address {
        width: 95%;
    }
}
