@media screen and (min-width: 1001px) and (max-width: 1210px) {
	.btn-ellipse.show-more span, .hover-animate span{
		font-size: 12px;
	}
	.btn-ellipse{
		padding: 10px 15px;
	}
	.flat-price> div:first-child>div {
	    padding: 0 10px;
	}
	.my-price input {
	    width: 180px;
	}
	.flat-price .tab-deal>div:first-child {
	    margin-right: 20px;
	}
	.lot {
		font-size: 12px
	}
}
@media screen and (max-width: 1000px) {
	.general-wrap{
		-webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.photo_wrap {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.info_wrap {
	    width: 100%;
	    margin-left: 0;
	}
	.metro {
	    font-size: 14px;
	}
	.flat-parametrs {
	    border-top: 0;
	}
	.flat-parametrs .title {
	    text-align: center;
	}
	.wrap-btn-see{
		-webkit-box-pack: center;
	    -moz-box-pack: center;
	    -webkit-flex-pack: center;
	    -ms-flex-pack: center;
	    -moz-justify-content: center;
	    -webkit-justify-content: center;
	    justify-content: center;
		margin-bottom: 30px;
	}
	.flat-parametrs > div.line{
		-webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.flat-parametrs>div>div.flat-info {
	    margin-right: 0px;
	}
	.flat-parametrs div.flat-info .wrap-flats-ifo{
		margin-bottom: 30px;
		display: -webkit-box;
	    display: -moz-box;
	    display: -webkit-flexbox;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: justify;
	    -moz-box-pack: justify;
	    -webkit-flex-pack: justify;
	    -ms-flex-pack: justify;
	    -moz-justify-content: space-between;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    -webkit-flex-flow: row wrap;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.flat-parametrs div.flat-info .wrap-flats-ifo div.line{
		width: calc(50% - 15px);
		padding: 10px 30px;
	}
	.flat-parametrs div.flat-info div.line:nth-child(odd){
		background: inherit;
		margin-right: 10px;
	}
	.flat-parametrs div.flat-info div.line:nth-child(even){
		background: inherit;
		margin-left: 10px;
	}
	.flat-parametrs div.flat-info div.line:nth-of-type(4n-3), .flat-parametrs div.flat-info div.line:nth-of-type(4n-2){
		background: #f5f5f5;
	}
	.descr-box {
	    max-width: inherit;
	    padding: 0 30px;
	}
}
@media screen and (max-width: 520px){
	h1{
		font-size: 18px;
	}
	.mobilePhotoGallery{
		display: block;
	}
	.photo_wrap{
		display: none;
	}
	.lightSlider .item img{
		width: 100%;
	}
	.lot-mobile-hidden{
		display: none;
	}
	.flat-params > div {
		flex: auto;
		width: 50%;
	}
	.flat-params > div:nth-child(even) {
		border-right: 0;
	}
	.flat-price {
	    height: auto;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.flat-price> div:last-child {
    	border-left: 0;
    	}
	.flat-price> div:first-child > div{
		padding: 20px;
	}
	.flat-price> .start-dialog{
		border-left: 0;
		padding: 20px 0;
	}
	.my-price{
		padding: 20px 0;
	}
	.my-price > div{
		-webkit-box-pack: center;
	    -moz-box-pack: center;
	    -webkit-flex-pack: center;
	    -ms-flex-pack: center;
	    -moz-justify-content: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	}
	.wrap-input-my-price {
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.see-apartment{
		font-size: 14px;
		padding: 15px 25px;
	}
	.flat-parametrs div.flat-info .wrap-flats-ifo div.line{
		width: 100%;
		padding: 10px;
	}
	.flat-parametrs div.flat-info .wrap-flats-ifo div.line:nth-of-type(4n-3), .flat-parametrs div.flat-info div.line:nth-of-type(4n-2){
		background: inherit;
	}
	.flat-parametrs div.flat-info .wrap-flats-ifo div.line:nth-child(odd) {
	    background: #f5f5f5;
	}
	.flat-parametrs .title {
	    text-align: left;
	}
	.descr-box {
	    padding: 0 10px;
	}
	.flat-parametrs{
		border-bottom: 0;
	}
	.similar > .title{
		    margin: 10px auto 20px auto;
	}
}
