@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1024px;
    }
}

@media (max-width: 1200px) {
    .fixed-2 {
        width: 270px
    }

    .logo {
        margin-right: 0;
    }
}

@media (max-width: 1340px) {
    .flag {
        display: none;
    }
}

@media (max-width: 1280px) {
    .product-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .sidebar {
        display: none;
    }

    .burger {
        position: relative;
        margin: 0 auto 10px;
        display: table;
    }

    .visible-mobile {
        display: block;
    }

    .h1:before {
        display: none;
    }

    header {
        background-color: #f6f6f6;
    }

    .h1 {
        font-size: 30px;
        padding-left: 0;
    }

    .h1__normal {
        font-size: 18px
    }

    h2 {
        font-size: 25px;
        line-height: initial;
    }

    .content-bg {
        /* background: none; */
    }

    .bg-header {
        display: none;
    }

    .logo {
        font-size: 50px;
        text-align: center;
        border-bottom: 4px solid;
    }

    .main-content__padding img {
        /* max-height: 300px; */
        margin: 0 auto;
        display: table;
    }

    .main-wrap {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .main-content__padding {
        border: none;
        padding: 10px 10px 30px 10px;
    }

    .product-block__left {
        display: none;
    }

    .product-block__right {
        padding-left: 0;
        display: block;
    }
}

@media (max-width: 600px) {
    .left-img, .right-img {
        float: none;
        padding: 0;
    }

    blockquote:before {
        display: none;
    }
}

@media (max-width: 425px) {
    .vk-comment-text {
        clear: both;
        padding-left: 0;
    }

    .vk-comment .connent-meta {
        margin-left: 0;
    }

    .vk-avatar img {
        width: 50px;
        height: 50px;
    }

    .vk-comment-name {
        padding-top: 0px;
        font-size: 16px;
    }

    .cont-com {
        padding-left: 0
    }

    .vk-comment-name .date {
        display: block;
        font-size: 14px;
        margin-left: 0;
    }
}


input {
    width: 100%;
    margin-bottom: 30px;
    border: 2px solid #222;
    padding: 5px;
    height: 50px;
    border-radius: 10px;
}
h3 {
    padding-top: 15px;
    text-align: center;
    margin: -50px 0;
    font-size: 20px !important;
}
.price_old {
    font-size: 21px;
    text-decoration: line-through;
}

.price_new {
    color:red;
    font-size: 30px;
}
.order_form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
}

@media screen and (max-width: 480px) {
    input {
        width: 100%;
    }
}
.prod_img_wrapper {
    max-width: 320px;
    margin: 30px auto;
    position: relative;
}
.prod_img {
    width: 100%;
 
}
.form_input {
    max-width: 320px;
}
input {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #666;
    padding: 5px;
    min-height: 54px;
    border-radius: 10px;
    font-size: 18px;
    outline: none;
    padding-left: 10px;
}
input:focus {
    border: 2px solid blue;
}
.order_form {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
    text-align: center !important;
}
.form_btn {
    width: 100%;
    max-width: 320px;
    background-color: red;
    padding: 10px 40px;
    border-radius: 10px;
    border: 1px solid #6a0909;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}
.ac_footer {position: relative;top: 10px;height: 0;text-align: center;margin-bottom: 70px;color: #A12000;}  .ac_footer a {color: #A12000;}  .ac_footer p {text-align: center;}  img[height="1"], img[width="1"] {display: none !important;}