.callback-button-wr button, .callback-button-wr button:hover, .callback-button-wr button:active, .callback-button-wr button:focus {
	background-color: #c06016 !important;
	color: #fff;
	border-radius: 0;
	border-color: #672f04 !important;
	box-shadow: none !important;
}

.callback-button-wr button:hover {
	opacity: .8;
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
.container {
    max-width: 100%;
}
}

@media screen and (min-width: 468px) and (max-width: 1024px) {
.navbar > .container {
	display:block;
	text-align:center;
}
.navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}
.callback-modal {
	display:inline-block;
}
#navbarSupportedContent + div {
	display:inline-block;
}
}

@media screen and (min-width: 320px) and (max-width: 656px) {
.callback-button-wr button {
    background-color: #c06016 !important;
color:#fff;
border-radius: 0;
border-color:    #672f04 !important;
    box-shadow: none !important;
    position: absolute;
    top: 10px;
left: 50%;
    margin-left: -63px;
}
	
.phone-wr {
	padding-top: 20px !important;
overflow: hidden;
line-height: 24px;
text-align: center;
display:block;
}	
.navbar-toggler{
    position: absolute;
    top: 5px;
    right: 10px;
}
}

@media screen and (min-width: 320px) and (max-width: 468px) {
.phone-wr {
padding-top: 5px !important;
overflow: hidden;
line-height: 24px;
text-align: center;
display:block;
}
.navbar-laravel .navbar-brand .nav-logo-pic-wr {
    height: 20px;
    display: inline-block;
}	
.app-wrapper__body {
    position: relative;
    display: inline-block;
    flex-grow: 1;
    padding-top: 100px;
}
}


body, nav, container { min-width:320px !important;}