@media (min-width: 1800px) {
    .why-we {
        background-size: 38%;
    }
    .why-we:after {
        left: 5%;
    }
}
@media (max-width: 1199px){
    #menu > li a {
        font-size: 13px;
    }
    header .phone a {
        font-size: 20px;
    }
}
@media (max-width: 992px){
    #menu {
        margin-top: 10px;
        line-height: 14px;
        text-align: left;
    }
    header .phone {
        margin-top: 18px;
    }
    header .phone a {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    #menu {
        display: table !important;
        width: 100%;
    }
    #menu li {
        display: table-cell;
    }
}
@media (max-width: 767px) {
    .modal input {
        height: 45px;
        width: 80%;
    }
    .modal .twitter-typeahead {
        width: 100% !important;
    }
    .modal .tt-menu .tt-suggestion {
        height: 42px;
    }
    .modal .tt-menu .tt-suggestion + .tt-suggestion {
        border-top: 1px solid #eee;
    }
    .modal-footer {
        text-align: center;
    }
    .bonus .h1 {
        margin-top: 30px;
    }
    .bonus {
        padding: 30px 0;
    }
    .top-offer {
        padding: 45px 0;
    }
    .steps {
        padding: 30px 15px;
    }
    #how .col-sm-3:after {
        content: '';
        display: table;
        width: 100%;
        height: 1px;
    }
    .steps img {
        margin: 0 15px 15px 0;
        float: left;
    }
    .why-we {
        padding: 30px 0;
    }
    .why-we input, .why-we textarea, .why-we select {
        color: #000;
    }
    .h1, .block-title {
        font-size: 24px;
        line-height: 28px;
    }
    .station {
        padding: 45px 15px;
    }
    .info {
        padding: 30px 15px;
    }
	.modal-content .panel-body {
		overflow:auto;
	}
	.modal-content .schedule-days-table {
		min-width: 640px;
	}
    #menu {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;    
    }
    #menu li {
        display: block;
    }
    #menu > li + li {
        margin-left: 0;
    }
    .dropdown-menu {
        width: 100%;
        position: relative;
    }
    header .phone {
        margin-top: 0;
    }
    header .phone a {
        font-size: 20px;
        padding-right: 60px;
        display: block;
        text-align: center;
    }
    .navbar-toggle {
        margin-top: -30px;
    }
    .top-offer .box {
        margin-top: 30px;
    }
    .why-we {
        background-size: 100%;
        color: #fff;
    }
    .why-we:after {
        display: none;
    }
    .modal-footer .agree {
        margin-bottom: 15px;
    }
    .phone > p {
        text-align: center !important;
        margin: -10px 0 15px;
        font-size: 16px !important;
    }
    .change-city p a {
        font-size: inherit;
        padding-right: 0;
    }
    .g-recaptcha {
        transform: scale(0.94);
        transform-origin: 0;
        margin-left: 3px;
    }
}
@media (max-width: 400px) {
    
}