@media only screen and (max-width:1024px) {
    .wrap {
        width: 768px;
    }
    .desktop_only {
        display: none;
    }
    .mobile_only {
        display: block;
    }
    .breadcrumbs {
        display: none;
    }
    .breadcrumbs.breadcrumbsh {
        display: block;
    }
    #header .logo {
        margin-right: 40px;
    }
    #header .menu ul li {
        margin-right: 20px;
    }
    #header .login_block {
        display: none;
    }
    #slider {
        /*height: 350px;*/
        height: initial;
    }
    .slider_block img {
        width: 768px;
    }
    #pricing .items, #infoblock .wrap {
        width: 768px;
    }
    .infoblocks .item {
        float: none;
        width: 768px;
    }
    .infoblocks .item .item_info {
        width: 540px;
    }
    #clients_counter {
        height: 148px;
    }
    #clients_counter span {
        font-size: 28px;
    }
    .faq_block .item {
        width: 752px;
    }
    .faq_block .item .item_title {
        width: 632px;
    }
    .feedbacks {
        width: 580px;
        margin: 0 auto;
    }
    .feedbacks .item {
        display: none;
    }
    .feedbacks .item:nth-of-type(1) {
        display: block;
    }
    .infoblocks2 .item {
        width: 768px;
    }
    .infoblocks2 .item .item_pic {
        margin-left: 5px;
    }
    .infoblocks2 .item .item_info {
        width: 580px;
    }
    #affiliate .h {
        margin-top: 0;
    }
    #server_constructor .wrap {
        width: 768px;
    }
    #server_constructor .server_construct {
        width: 440px;
    }
    #server_constructor .server_output {
        width: 325px;
        margin: 0 auto;
    }
    .server_params .item .item_pic {
        margin-right: 45px;
    }
    .server_params .item .item_content {
        width: 305px;
    }
    .select2-container {
        width: 320px !important;
    }
    .select2-container--default .select2-selection--single {
        width: 320px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        width: 270px;
    }
    .disk_item .select2-container--default .select2-selection--single {
        width: 320px;
    }
    .disk_item .select2-container .select2-selection--single .select2-selection__rendered {
        width: 270px;
    }
    #server_constructor .server_output .output_spec {
        padding: 10px 35px 10px;
    }
    #server_constructor .server_output .output_add {
        padding: 15px 35px 5px;
    }
    .dedicated_special .items {
        padding: 0 12px;
    }
    .dedicated_special .item .item_title {
        width: 223px;
    }
    .dedicated_special .item .item_price {
        margin-right: 30px;
    }
    .blog_items {
        float: none;
        width: 768px;
        margin-right: 0px;
    }
    .blog_recent {
        display: none;
    }
    .dedicated_special {
        padding-bottom: 30px;
    }
    .dedicated_special .items .item .fl1 {
        height: 75px;
    }
    .dedicated_special .item .item_text {
        margin-top: 15px;
        width: 709px;
        height: 100px;
        border-right: none;
        border-bottom: 1px solid #efefef;
        margin-bottom: 15px;
        border-top: 1px solid #efefef;
        padding-top: 20px;
    }
    .dedicated_special .item .item_order {
        width: 744px;
    }
    .dedicated_special .item .item_order a {
        margin: 0 auto;
        display: block;
        width: 680px;
    }
    #about_us .item_phone, #about_us .item_address, #about_us .item_email {
        width: 240px;
    }
    #about_feedbacks {
        width: 768px
    }
    #about_feedbacks .block {
        width: 364px;
        float: left;
    }
    #about_feedbacks input[type="text"], #about_feedbacks textarea {
        width: 324px;
    }
    #about_feedbacks textarea {
        width: 708px
    }
}