@media screen and (max-width: 1000px){
	#header{
		background: url(../images/header_bg2-min.png) no-repeat;
    	background-position-x: -87px;
    	background-position-y: -56px;
    	height: 175px;
	}
	#header_logo{
		top: 15px;
	}

	#head_phone {
		top: 143px;
	}
	#price_95 {
	    top: 55px;
	}
	#price_98 {
	    top: 85px;
	}
	#price_dt {
	    top: 115px;
	}

	#main{
		max-width: 100%;
	}

	#main_wrap {
		background: none;
	}

	#top_nav{
		background-color: #2f86d4;
	}

	.top_nav_item {
		margin: 0;
	}

	#left_block{
		width:32%;
	}

	#news_slider{
		max-width: 100%;
	}
	#news_screen_wrap {
	    width: 100%;
	}
	#news_mask {
		width: 85%;
	}

	#footer{
		max-width: 100%;
	}
}

@media screen and (max-width: 767px){
	#header {
		background-position-x: -175px;
	}
	#header_logo {
		left: 30px;
	}
	#head_phone {
		left: 50px;
	}
	.price {
		left: 397px;
	}
	.leftbg {
		display: none;
	}
	#main_block {
		top: 60px;
	}
	#left_block {
		width: 30%;
		padding-right: 2%;
	}
	#left_nav {
		background-color: #2f86d4;
		margin: 0;
		padding: 5px 0;
		width: 240px;
	}
	#card_list{
		margin-top: 10px;
		margin-left: 0;
	}
	.cards {
		width: 100px;
	}
	#card_list {
		width: 100%;
	}
}

@media screen and (max-width: 479px){
	#header {
		background-position-x: -335px;
		background-position-y: -100px;
		height: 130px;
	}
	#header_logo {
		left: 8px;
		top: 10px;
		height: 65px;
	}
	#head_phone {
    	top: 104px;
    	left: 10px;
    }
.phone_number {
    font-size: 18px;
}
	.price {
	    left: 240px;
	}
	#price_95 {
	    top: 11px;
	}
	#price_98 {
	    top: 41px;
	}
	#price_dt {
	    top: 71px;
	}


}
@media (max-width: 500px) {
	.fix-width {
  width: 300px;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
   
  margin-bottom: 0;
  max-width: none;
}

.panel {
  padding: 15px;
}

.scroll-inner::-webkit-scrollbar {
  width: 10px;
}
.scroll-inner::-webkit-scrollbar:horizontal {
  height: 15px;
}
.scroll-inner::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.3);
}
.scroll-inner::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #2c7ad1;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.popup {
    margin: 10px auto!important;
    max-width: 300px!important;
    width: 100%;
}
.popup .close {

    top: -14px!important;
    right: -15px!important;
}
}