@media screen and (min-width: 1600px){
    body #modalForm .form_left img {
        width: 600px;
    }
}
@media screen and (max-width: 1400px){
    section .container .navblue .owl-next {
        right: -30px;
    }
    section .container .navblue .owl-prev {
        left: -30px;
    }
}
@media screen and (max-width: 1280px){
    body .container{
        max-width: 1280px;
        padding-left: 15px;
        padding-right: 15px;
    }
    section .container .navblue .owl-next {
        right: 0;
    }
    section .container .navblue .owl-prev {
        left: 0;
    }
    body header .header_top .nav {
        padding: 0 10px;
    }
    body.old header .header_top .nav {
        width: 50%;
    }
    body header .header_top .menu {
        justify-content: space-between;
    }
    body header .header_top .menu li {
        margin-right: 0;
    }
    body header .header_top .menu li a {
        font-size: 15px;
    }
    body header .header_contacts .mail {
        font-size: 15px;
        margin-right: 20px;
    }
    body header .header_contacts .phone {
        width: 150px;
        font-size: 14px;
    }

    body .s_skype_call .container.flex_wrap{
        display: block;
        padding: 20px 10px 32px;
    }
    body .s_skype_call .section_title {
        max-width: 100%;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    body .s_skype_call .skype_form {
        max-width: 100%;
    }
    body .s_skype_call .container .skype_form .form_field {
        margin: 0 8px 0 0;
    }
    body .s_skype_call .container .skype_form .form_field:first-child{
        width: 100%;
    }
    body .s_skype_call .container .skype_form .form_field input[name="skype_nick"]{
        width: 100%;
    }
    body .s_skype_call .container .skype_form .btn {
        width: 30%;
    }
}
@media screen and (max-width: 1200px){
    body #modalForm .form_left img {
        width: 380px;
        left: -110px;
    }
    body header .header_content .main_image{
        width: 700px;
        top: -30px;
    }
}
@media screen and (max-width: 1024px){
    body .container{
        max-width: 1024px;
        padding-left: 10px;
        padding-right: 10px;
    }
    body header .header_contacts .mail {
        margin-right: 10px;
    }
    body #modalForm .form_left{
        width: 0;
    }
    body #modalForm .form_left img {
        display: none;
    }
    body header .header_content .main_image{
        width: 650px;
        top: 0;
    }
}

@media screen and (max-width: 992px){
    .container{
        max-width: 992px;
        padding-left: 10px;
        padding-right: 10px;
    }

    body header .soft_item.one_1,
    body header .soft_item.one_2,
    body header .soft_item.one_3,
    body header .soft_item.one_4,
    body header .soft_item.two{
        display:none;
    }

    body header {
        background: url('../img/main.png') 120% 88% no-repeat;
        background-size: 70%;
        background-color: #FDD349;
    }

    body header .header_top{
        grid-template-columns: 15% 85%;
        background-color: #FDD048;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        position: fixed;
        top: 0;
        z-index: 999;
    }
    body header .header_top .logo a{
        margin-top: -6px;
    }

    body header .header_contacts .phone{
        height: 46px;
        line-height: 46px;
    }
    body header .header_top .header_contacts {
        position: absolute;
        right: 100px;
        top: 7px;
    }
    body header .header_top .toggle_menu{
        display: block;
        position: absolute;
        right: 10px;
        top: 3px;
    }
    body header .header_top .menu{
        display: none;
        position: absolute;
        right: -10px;
        top: 48px;
        background-color: #6B448C;
        height: auto;
        z-index: 100;
    }
    body header .header_top .menu.flex {
        display: -webkit-flex !important;
        display: -webkit-box !important;
        display: -moz-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        justify-content: center !important;
        -webkit-box-pack: justify;
        -webkit-justify-content: center !important;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    body header .header_top .menu li {
        margin-right: 0;
    }
    body header .header_top .menu li a {
        display: block;
        text-align: center;
        padding: 12px;
        min-width: 220px;
    }
    body header .header_top .menu li a:first-child {
        padding-top: 20px;
    }
    body header .header_top .menu li a:last-child {
        padding-bottom: 20px;
    }
    body header .header_top .menu li a {
        border-bottom: 1px solid #23B7EE;
    }
    body header .header_top .menu li:last-child a {
        border-bottom: none;
    }
    body header .header_top .menu li a:hover {
        color: #fff;
        background-color: #5b337d;
    }

    body header .header_content {
        margin-top: 0;
        padding-top: 120px;
        padding-left: 60px;
    }

    body header .header_content .main_image{
        display:none;
    }

    body .s_products .products_list {
        grid-template-columns: 50% 50%;
    }
    body .s_trust_us .items_list{
        display: block;
        margin-left: 10px;
    }
    body .s_trust_us .container .items_list .item{
        padding-right: 0;
        max-width: 360px;
        margin: 0 auto 20px;
        line-height: 24px;
    }
    body .s_gallery .filter_btns ul {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    body .s_gallery .filter_btns ul li{
        margin: 4px;
    }
    body .s_prod_delivery .prod_delivery_list {
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
    body .s_where_use .container .items_list {
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: start;
    }
    body .s_where_use .container .items_list .item{
        margin-bottom: 20px;
    }
    body .s_where_use .container .items_list .item h4{
        margin: 12px 0;
    }
    body .s_where_use .container .items_list .item .item_description{
        margin-top: 0;
    }

    body #videoBlock .flex_wrap .video a img{
        max-width: 400px;
    }
    body .s_video_block .section_content {
        padding: 0 0 0 12px;
        text-align: center;
    }
    body .s_video_block .section_content h4 {
        margin-bottom: 12px;
        margin-top: 18px;
    }
    body .s_video_block {
        padding: 32px 0 32px;
        background-color: #00dacd;
        margin-top: 40px;
    }
    body .s_video_block .video {
        max-width: 400px;
        margin: 0 auto;
    }
    body footer .base_block .container .bottom_menu_wrap {
        display: none;
    }
    body footer .base_block .container .bottom_contacts {
        width: 40%;
    }
    body footer .base_block .container .bottom_map {
        width: 60%;
    }
    body .s_pricelist_form .form_image{
        display:none !important;
    }
    body .s_prod_delivery .prod_delivery_list .prod_delivery_item{
        background-size: 40%;
    }
    body .s_video_block .back_wrap{
        background: none;
    }
}

@media screen and (max-width: 768px){
    body .container{
        max-width: 768px;
    }
    body .s_products .products_list {
        grid-template-columns: auto;
    }
    body .s_gallery .filter_btns ul {
        display: block;
    }
    body .s_gallery .filter_btns ul  li{
        display: block;
        margin: 8px 4px;
    }
    body .form_notice {
        white-space: normal;
    }
    body .s_prod_delivery .prod_delivery_list {
        grid-template-columns: 50% 50%;
    }

    body #videoBlock .flex_wrap {
        display: block;
    }
    body #videoBlock .flex_wrap .video a img{
        max-width: 460px;
    }
    body .s_video_block .section_content {
        padding: 0;
        text-align: center;
    }
    body .s_video_block .section_content h4 {
        margin-bottom: 12px;
        margin-top: 18px;
    }
    body .s_video_block {
        padding: 32px 0 32px;
        background-color: #00dacd;
        margin-top: 40px;
    }
    body .s_video_block .video {
        max-width: 460px;
        margin: 0 auto;
    }

    body .s_skype_call .container.flex_wrap .skype_form.flex_wrap{
        display: block;
    }
    body .s_skype_call .section_title {
        max-width: 100%;
    }
    body .s_skype_call .skype_form {
        max-width: 100%;
    }
    body .s_skype_call .section_title.flex_wrap {
        justify-content: center;
        margin-bottom: 20px;
    }
    body .s_skype_call .section_title span {
        font-size: 18px;
    }
    body .s_skype_call .section_title img {
        margin: 0 8px 0 9px;
        width: 50px;
    }
    body .s_skype_call .container .skype_form .form_field input[name="skype_nick"] {
        width: 100%;
    }
    body .s_skype_call .container .skype_form .fields_wrap{
        justify-content: space-between;
        margin: 10px 0;
    }
    body .s_skype_call .container .skype_form .form_field {
        margin: 0;
    }
    body .s_skype_call .container .skype_form .fields_wrap .form_field:first-child{
        width: 60%;
        margin-right: 8px;
    }
    body .s_skype_call .container .skype_form .fields_wrap .form_field:last-child{
        width: 40%;
        margin-left: 8px;
    }
    body .s_skype_call .container .skype_form .fields_wrap .form_field input{
        width: 100%;
    }
    body .s_skype_call .container .skype_form .btn {
        width: 100%;
    }
    body #downloadPricelistModal {
        grid-template-columns: 100%;
    }
}
@media screen and (max-width: 600px){
    body .container{
        max-width: 600px;
    }

    body h1{
        font-size: 30px;
    }

    body header{
        padding-bottom: 80px;
    }

    body header .soft_item.one img{
        max-width: 120px;
    }

    body header .soft_item.one{
        bottom: -13%;
        left: auto;
        right: 10%;
    }

    body header .header_top .header_contacts .phone{
        width: 46px;
    }
    body header .header_top .header_contacts .phone .fa-phone{
        display: block;
    }
    body header .header_top .header_contacts .phone .phone_num{
        display: none;
    }
    body footer .base_block .container.flex_wrap{
        display: block;
    }
    body footer .base_block .container .bottom_contacts {
        width: 100%;
    }
    body footer .base_block .container .bottom_map {
        width: 100%;
        height: 340px;
    }
    body footer .base_block .container .bottom_map iframe {
        height: 316px;
        top: 16px;
    }
    body #modalForm {
        max-width: 98%;
        padding: 30px 20px 20px 20px;
    }
}

@media screen and (max-width: 550px){
    body .container{
        max-width: 550px;
    }
    body h1{
        font-size: 24px;
        text-shadow: 0 0 4px rgba(0,0,0,0.3);
    }
    body header .header_content{
        padding-left: 15px;
    }
}

@media screen and (max-width: 480px){
    body .container{
        max-width: 480px;
    }
    body header .header_contacts .mail{
        display: none;
    }
    body .s_where_use .container .items_list {
        display: grid;
        grid-template-columns: 100%;
    }
    body .s_where_use .container .items_list .item{
        margin: 8px 0;
    }
    body .s_where_use .container .items_list .item h4{
        margin: 12px 0;
    }
    body .s_where_use .items_list .item .item_description {
        margin-top: 0;
        display: block;
        margin-bottom: 20px;
    }
    body .s_video_block .video {
        max-width: 420px;
    }
    body #videoBlock .flex_wrap .video a img {
        max-width: 100%;
    }
    .s_pricelist_form #downloadPricelist {
        width: 100% !important;
    }
    body .s_pricelist_form .pricelist_wrap {
        padding: 0 15px;
    }
    .s_products .products_list .product_item {
        width: 100% !important;
    }
    .soft_item.five {
        display: none;
    }
    body #modalForm form .form_field input {
        height: 45px;
        font-size: 16px;
    }
    body #modalForm .btn {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
}

@media screen and (max-width: 400px){
    body .container{
        max-width: 400px;
    }
    body header{
        padding-bottom: 72px;
        background: url('../img/main.png') center 8% no-repeat;
        background-size: 84%;
        background-color: #FDD349;
    }
    body header .header_content .delivery_notice{
        padding-left: 62px;
        line-height: 22px;
        margin-top: 55px;
    }
    body header .header_content .delivery_notice::before{
        width: 50px;
        height: 50px;
    }
    body header .header_content{
        padding-top: 220px;
    }
    body .header_content .btn.purple {
        margin-top: 34px;
        margin: 34px auto 0;
        display: block;
    }

    body #downloadPricelist .btn {
        margin: 24px auto 0;
        display: block;
    }
    body .s_prod_delivery .prod_delivery_list {
        grid-template-columns: 100%;
    }

    body .s_video_block .video {
        max-width: 340px;
        margin: 0 auto;
    }
    body #videoBlock .flex_wrap .video a img{
        max-width: 100%;
    }

}

@media screen and (max-width: 360px){
    body .container{
        max-width: 360px;
    }

}