@media all and (max-width:1030px) {
    .slider_wrapper .toleft {
        left: 5px !important;
    }
    .slider_wrapper .toright {
        right: 5px !important;
    }
    .reviews .slider_wrapper ul li {
        text-align: center;
        width: auto;
        margin: 0 40px 0 40px;
    }


    .why .block:after{
        display: none;
    }

    .center {
        width: 100%;
    }
	.input_wrapper{
        margin-bottom: 10px !important;
    }
}

@media all and (max-width:730px) {
    .banner .block {
        width: auto;
        padding-top: 20px;
        font-size: 15px;
        line-height: 24px;
        font-family: 'GothaProReg';
        margin-right: 50px;
    }
    .reviews .slider_wrapper {
        width: auto;
        margin: 30px auto;
    }

.banner img{
    width: 200px;
    top: auto;
}

    .banner .center{
        position: initial;
    }
    .banner{
        position: relative;
        padding-bottom: 100px;
    }
}

@media all and (max-width:850px) {
    .left{
        float: none !important;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
    }
    .right{
        float: none !important;
        margin-left: auto !important;
        margin-right: auto;
        width: auto !important;
    }
    .map .center .block{
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer {
        padding: 40px 0 40px 0;
        background: #b79978;
        color: #FFFFFF;
        text-align: center;
        font-size: 13px;
    }
}
@media all and (max-width:700px) {

    .top .center{
        text-align: center;
    }
    .top .center .logo{
        display: block;
        text-align: center;
    }
    .top .center .location{
        float: none;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        margin: 12px 20px;
        background: url("../images/point.png") left center no-repeat;
        height: 20px;
        line-height: 20px;
        padding-left: 25px;
        font-family: 'GothaProReg';
    }

    .top .center .phone{
        float: none;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        margin: 12px 20px;
        background: url("../images/phone.png") left center no-repeat;
        height: 20px;
        line-height: 20px;
        padding-left: 25px;
        font-family: 'GothaProReg';
    }

}
@media all and (max-width:500px) {
    h2:before,h2:after{
        display: none;
    }
    .banner{
        position: relative;
        padding-bottom: 200px;
    }
}
