.image-block {
    width: 740px !important;
    height: 370px !important;
}

.one-number:nth-child(even) .number-info {
	right: auto;
	left: 0;
}
.one-number:nth-child(even) .one-number-cont {
	margin-left: 344px;
}
.one-number-cont {
	position: relative;
	z-index: 1;
	width: 636px;
	height: 412px;
}

.one-number-cont .nav-left {
	position: absolute;
	top: auto;
	bottom: 32px;
	left: auto;
	right: 50px;
	width: 24px;
	height: 24px;
	background: #000 url('/local/templates/alexresidence/css/img/nav-left.png') no-repeat center center;
	background-size: 37%;
	z-index: 2;
	opacity: 0.3;
}
.one-number-cont .nav-right {
	position: absolute;
	top: auto;
	bottom: 32px;
	left: auto;
	right: 20px;
	width: 24px;
	height: 24px;
	background: #000 url('/local/templates/alexresidence/css/img/nav-right.png') no-repeat center center;
	background-size: 37%;
	z-index: 2;
	opacity: 0.3;
}
.one-number-cont .nav-left:hover,
.one-number-cont .nav-right:hover {
	opacity: 0.6;
}
.number-info:before {
	background: none;
}
.number-info {
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 35px;
	width: 344px;
	box-sizing: border-box;
	background: #fff;
}
.number-info .title {
	font-size: 24px;
	margin-bottom: 15px;
}
.number-info .title a {
	color: #5e2d35;
	text-decoration: none;
}

.number-info p.bold{
	color: #5e2d35;
	font-weight: 700;
}

.number-info li {
	margin-bottom: 0;
	padding-left: 0;
}

.number-info .params {
	margin-bottom: 10px;
}
.number-info .params li {
	display: flex;
	margin-bottom: 5px;
}
.number-info .params li sup {
	top: 0;
	margin-top: 0;
	font-size: 12px;
}
.number-info .params li i {
	width: 18px;
	height: 18px;
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.number-info .params li i.icon-square {
	background-image: url('../img/square.png');
}
.number-info .params li i.icon-people {
	background-image: url('../img/people.png');
}
.number-info .params li i.icon-key {
	background-image: url('../img/key.png');
}

.number-info .price {
	font-size: 24px;
}
.number-info .link-red {
	height: 30px;
	width: 150px;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
}
.swiper-slide {
	height: 100%;
}
.one-number-cont .images img {
	height: 100%;
}
.tags {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 8px;
	width: 100%;
  }
  .tags .swiper-wrapper {
	gap: 10px;
  }
  .tags__slider {
	overflow: hidden;
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
  }
  .tags__slider .swiper-wrapper {
	width: auto;
  }

  .tags__slider .swiper-slide {
	width: auto;
  }
  .tags__item a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	height: 32px;
	color: #990000;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
  }
  .tags__items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 8px;
  }
  

@media (max-width: 1024px) {
    .one-number-cont {
        width: 100%;
    }
	.number-info {
        width: 100%;
        max-width: 250px;
    }
	.one-number-cont .images img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.one-number-cont .nav-right {
		right: 270px;
		bottom: 30px;
	}
	.one-number-cont .nav-left {
		right: 300px;
		bottom: 30px;
	}
	.tags__slider {
        margin-left: -20px;
        margin-right: -20px;
    }
	.tags .swiper-wrapper {
        overflow: auto;
        position: relative;
        padding: 0 20px;
        gap: 8px;
    }
	.tags .swiper-wrapper::-webkit-scrollbar {
		width: 0;
	}
}

@media (max-width: 768px){
	{
		display: flex;
		flex-direction: column;
	}
	.number-info {
		position: relative;
		order: 10;
		max-width: 100%;
		padding: 25px;
	}
	.number-info .title {
		margin-bottom: 30px;
	}
	.one-number:nth-child(even) .one-number-cont {
		margin-left: 0;
	}
	.one-number-cont {
		height: auto;
	}
	.one-number-cont .images img {
		position: relative;
	}
	.one-number-cont .nav-right {
		right: 10px;
		bottom: 10px;
	}
	.one-number-cont .nav-left {
		right: 40px;
		bottom: 10px;
	}
}
{
	.button-position {
		position: absolute;
		left: 25px;
		bottom: 30px;
	}

	.price {	
		margin-bottom: 50px;
	}
}
.number-info {
	.title {
		a {
			line-height: 1em;
		}
	}
}