@media screen and (max-width: 1024px) {
    .center {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 920px) {
    .form {
        width: 330px;
    }
    .info {
        width: 47%;
    }
}
@media screen and (max-width: 820px) {
    .info {
        width: 45%;
    }
}
@media screen and (max-width: 750px) {
    h1 {
        font-size: 3em;
    }
    .products_items {
        flex-direction: column;
    }
    .product_item {
        width: 100%;
        margin-bottom: 30px;
    }
    .product_item h3 {
        height: auto;
    }
    .contacts_inner {
        flex-direction: column-reverse;
    }
    .userfields {
        width: 100%;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .info {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        max-width: none;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 690px) {
    h1 {
        font-size: 2em;
    }
	.top {
        height: 465px;
    }
    .panel {
        padding: 10px 0;
    }
    .panel .center {
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .phone {
        margin: 12px 0;
    }
}
@media screen and (max-width: 560px) {
    h1 {
        font-size: 1.75em;
    }
    h2 {
        font-size: 1.5em;
        margin-left: 0;
    }
    h2::before {
        width: 40px;
        height: 30px;
        margin-right: 10px;
    }

    .form {
        width: 85%;
    }
    .form_bottom {
        flex-direction: column;
        align-items: center;
    }
    .contacts {
        margin-top: 50px;
    }
}
@media screen and (max-width: 450px) {
    h1 {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 350px) {
    h1 {
        font-size: 1.25em;
    }
}