img.img_left{
    float: left;
    margin-right: 10px;
}
img.img_right{
    float: right;
    margin-left: 10px;
}
.order-block{
    background: #D4D3D3;
    border: 0;
    color: #2f383d;
    clear: both;
    font-size: 14px;
    margin: 35px 0 51px;
}
.btn_block{
    width: 30%;
    float: left;
    padding: 17px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background-color: #efeeee;
    margin-right: 20px;
    height: 78px;
}
.btn_block .btn{
    text-align: center;
    display: inline-block;
    background-color: #fb6c00;
    padding: 10px 15px;
    cursor: pointer;
}
.btn_block .btn:hover{
    background-color: #fb974b;
}
.info_block{
    padding: 20px;
    height: 78px;
}
.info_block .text{
    text-align: center;
}
.search-item{
    margin: 20px 0;
}
.search-item h4{
    margin-bottom: 7px;
}
/*payment*/
ul.payment{
    padding: 0;
}
.payment li{
    background-image:url(../img/sprite_payment.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 36px;
    display: inline-block;
}
.payment_visa{background-position: 0 0;}
.payment_master{ background-position: -69px 0;}
.payment_yandex{ background-position: -138px 0;}
.payment_gref{ background-position: -210px 0;}
.payment_cash{ background-position: -281px 0;}
/* endof payment*/
 /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }
    @media only screen and (max-width : 1050px){
        .btn_block{
            width: 32%;
        }
    }
    @media only screen and (max-width : 1024px){
        .btn_block{
            width: 100%;
            float: none;
        }
        .info_block{
            height: 95px;
        }
    }
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        .info_block {
            height: 120px;
        }
        .form_title .main-title{
            font-size: 18px;
            margin-bottom: 15px;
        }
        .form-group{
            margin-bottom: 15px;
        }
        form#zakaz input[type="text"], form#zakaz input[type="email"], form#zakaz textarea{
            height: 34px;
            font-size: 13px;
        }
        .field-description{
            font-size: 12px;
        }
        .form-group a{
            font-size: 13px;
        }
        .form-group .recaptcha_pop{
            transform: scale(0.8);
            margin-left: -30px;
        }
        .form-group .recaptcha_pop>div{
             height: 65px;
        }
        form .btn.btn-primary{
            padding: 6px 15px;
            font-size: 14px;
        }
        form#zakaz textarea{
            height: 68px;
        }
        .f-contact-form iframe{
            transform: scale(0.83);
            margin-left: -26px;
        }
        
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }
.sincerely{
    color: #525151;
    font-size: 16px;
    font-weight: 700;
}