/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
.top_menu>li{
	margin-right:20px;
}
.sl_text {
    width: 80%;
}
.ls-nav-left-arrow {
    left: 25px;
}
.ls-nav-right-arrow {
    right: 25px;
}
.img_bg>div{
	width:45%;
	padding:15px 15px 10px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
.zakaz_zvonok{
	margin:1.5px auto;
}
.contacts{
	margin:0;
}
.contacts>*{
	display:inline-block;
	vertical-align: middle;
}
.contacts .dk-map{
	margin-left:20px;
}
.top_menu {
	display:table;
	width:100%;
	padding: 23px 0;
	table-layout: fixed;
}
.top_menu>li {
	display:table-cell;
	text-align:center;
}
.top_menu ul {
	left: 0;
	text-align:left;
}
.top_menu li:last-child ul {
	left: auto;
	right:0;
}
.search{
	z-index:15;
}
.ls-nav-left-arrow {
    left:5px;
}
.ls-nav-right-arrow {
    right:5px;
}
.sl_text {
	padding: 30px 0 0 20px;	
    width: 90%;
}
.sl_text p {
    font-size: 20px;
}
.sl_text p b{
    font-size: 28px;
}
footer .row>div:last-child{
	text-align:center;
}
footer .row>div:last-child>*{
	display:inline-block;
}
footer .zakaz_zvonok{
	padding:5px 15px;
}
footer .contacts .dk-map {
    margin-right: 20px;
}
.top_menu ul{
    display: none !important;	
}
.img_bg{
	background:none !important;
}
.img_bg>div{
	width:100%;
	padding:15px 15px 10px;
}
.block_dop_uslug .container>.row:last-child>div:last-child {
	margin-top:20px;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.logo {
    margin: 10px 0;
}
.slog img{
	display:none;
}
.slog {
	border:none;
    margin: 0 0 5px;
    padding: 1px 0 1px;
	text-align:center;
	line-height: 1;
}
.contacts {
    text-align:center;
}
.contacts .dk-map {
    margin-left: 0px;
}
.zakaz_zvonok {
    display:table;
	padding:5px 35px;
}
.top_menu{
	padding:0;
	display:none;
}
.top_menu li{
	display: block;
	margin:15px 0;
}
.sl_text{
	padding: 30px;
    width: 100%;
}
[class^='col-'] .usl{
	margin: 0px;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:30px;
	margin-bottom:30px;
}
[class^='col-']:last-child .usl{
	margin: 0px;
	border:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.block_fact {
    padding: 10px 0;
	margin:0 0 20px 0;
}
.block_fact .row {
    width: auto;
    display: block;
}
.block_fact .row>div {
    display: block;
    vertical-align: middle;
    float: left;
}
.text_f p {
    font-size: 15px;
	text-align:center;
	line-height: 1.3;
}
.fa-refresh{
    font-size: 13px;
	margin-top:15px;
}
.fa-refresh:before {
    font-size: 20px;
    left: -20px;
    margin-top: -10px;
}
#slider .row div[class^="col-"] {
    height: auto;
}
h3 {
    margin: 15px 0;
	text-align:center;
	font-size: 25px;
}
footer .logo a {
    background-position:center;
}
footer .kop,footer h5,.left_menu,.bottom_menu li  {
	text-align:center;
}
footer .kop span {
    display: block;
    margin: 0;
}
footer h5 {
    margin-top: 15px;
}
.bottom_menu li {
    display: inline-block;
    width: 100%;
}
footer ul[class$="_menu"] li {
    margin-bottom: 3px;
}
footer .contacts {
    margin-top: 20px;
	margin-bottom: 10px;
}
.soc-net,.search {
    margin: 10px 0;
}
.block_info .sl_text,.block_uslug .sl_text{
    padding: 25px 0 0 0;
}
.block_info .sl_text p,.block_uslug .sl_text p{
	text-align:center;
}
.block_info .sl_text p:before{
	border:30px solid transparent;
	border-top:20px solid #ffc304;
	border-bottom:none;
	left:50%;
	top:0;
	margin-top:-25px;
	margin-left:-30px;
}
.block_info .send_foto{
	margin:0;
}
.dkpro{
    display:table;
	margin:0 auto;
}
.send_foto,.porshe1{
	margin-left:0;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 524px) {

}

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

}


/*==========  Mobile First Method  ==========*/

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

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.fa-bars {
    display: none !important;
}
.top_menu{
	display: table !important;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.top_menu{
	display: block !important;
}

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}