.wrapper__photos-square{padding-bottom:0; border-bottom:51px solid #1D1D1B; position:relative}
.wrapper__photos-square::after{pointer-events:none; background:url(/templates/catamaran/images/photo.png) no-repeat 0 0 / cover; width:308px; height:100px; content:""; position:absolute;top: 100%; left:0;transform: translateY(-31px);}
.photos__square{column-count: 4; column-gap: 0px;}
.photos__square img{width:100%; height:100%; object-fit:cover}
.photos__square .photos__square-block{display:block; height:28.13vw}
.photos__square .photos__square-block:nth-child(1), .photos__square .photos__square-block:nth-child(4), .photos__square .photos__square-block:nth-child(5), .photos__square .photos__square-block:nth-child(8){height:14.06vw}
.photos__square .photos__square-block:nth-child(1){margin-top:0}
@media(max-width:1259px){
	.wrapper__photos-square{border-bottom-width:45px}
	.wrapper__photos-square::after {width: 270px; height: 85px; transform: translateY(-27px); left:-50px}
}
@media(max-width:991px){
	.wrapper__photos-square{border-bottom-width:35px}
	.wrapper__photos-square::after {width: 215px;height: 69px;transform: translateY(-22px);left: -40px}
	.photos__square .photos__square-block{height:26vw}
	.photos__square .photos__square-block:nth-child(1), .photos__square .photos__square-block:nth-child(4), .photos__square .photos__square-block:nth-child(5), .photos__square .photos__square-block:nth-child(8){height:18vw}
}
@media(max-width:767px){
	.photos__square{column-count: 3; column-gap: 0px;}
	.wrapper__photos-square{border-bottom-width:25px}
	.wrapper__photos-square::after {width: 150px;height: 49px;transform: translateY(-15px);left: -20px}
	.photos__square .photos__square-block{height:40vw}
	.photos__square .photos__square-block:nth-child(1), .photos__square .photos__square-block:nth-child(4), .photos__square .photos__square-block:nth-child(5){height:25vw}
	.photos__square .photos__square-block:nth-child(7), .photos__square .photos__square-block:nth-child(8){display:none}
}
@media(max-width:575px){
	.photos__square{column-count: 2; column-gap: 0px;}
	.wrapper__photos-square{border-bottom-width:15px}
	.wrapper__photos-square::after {width: 95px;height: 30px;transform: translateY(-10px);left: -20px}
	.photos__square .photos__square-block{height:40vw}
	.photos__square .photos__square-block:nth-child(1), .photos__square .photos__square-block:nth-child(3), .photos__square .photos__square-block:nth-child(6), .photos__square .photos__square-block:nth-child(8){height:40vw}
	.photos__square .photos__square-block:nth-child(2), .photos__square .photos__square-block:nth-child(4), .photos__square .photos__square-block:nth-child(5), .photos__square .photos__square-block:nth-child(7){height:60vw}
	.photos__square .photos__square-block:nth-child(7), .photos__square .photos__square-block:nth-child(8){display:block}
}