
.catalog-element-title{
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
	margin: 0 0 24px 0;
}

img.catalog-element-detail-img {
	width: 100%;
	border-radius: 12px;
}

.detailpr-desc {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 36px 0;
}


.detailpr-map-top {
	width: 100%;
	height: 180px;
	margin: 0 0 20px 0;
	border-radius: 12px;
	overflow: hidden;
}

@media (max-width: 1279px) {
	.detailpr-map-top {
		height: 340px;
		margin-bottom: 30px
	}
}

@media (max-width: 659px) {
	.detailpr-map-top {
		height: 180px
	}
}

.detailpr-map-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width: 1279px) {
	.detailpr-map-bottom {
		display: block
	}
}


.detailpr-videos {
	margin: 125px 0 110px
}

@media (max-width: 1279px) {
	.detailpr-videos {
		margin-top: 84px;
		margin-bottom: 84px
	}
}

@media (max-width: 999px) {
	.detailpr-videos {
		margin-top: 60px;
		margin-bottom: 60px
	}
}

.detailpr-videos-list {
	position: relative;
	width: 100%
}

@media (max-width: 1279px) {
	.detailpr-videos-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width: 1279px) {
	.detailpr-videos-list .swiper-wrapper {
		margin-bottom: 21px
	}
}

.detailpr-videos-list__item {
	width: 100%;
	height: 776px
}

@media (max-width: 1279px) {
	.detailpr-videos-list__item {
		height: 450px
	}
}

@media (max-width: 999px) {
	.detailpr-videos-list__item {
		height: 295px
	}
}

@media (max-width: 659px) {
	.detailpr-videos-list__item {
		height: 275px
	}
}

.detailpr-videos-list__item-video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.detailpr-videos-list__item iframe {
	width: 100% !important;
	height: 100% !important
}

.detailpr-videos-list__buttons {
	position: absolute;
	bottom: 12%;
	right: 60px;
	width: 145px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 50
}

@media (max-width: 1279px) {
	.detailpr-videos-list__buttons {
		position: static
	}
}

.detailpr-videos-list__button {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	position: relative;
	outline: none !important
}

@media (max-width: 1279px) {
	.detailpr-videos-list__button {
		border: 1px solid #000
	}
}

.detailpr-videos-list__button.swiper-button-disabled {
	border: 1px solid hsla(0, 0%, 100%, .6);
	cursor: default
}

@media (max-width: 1279px) {
	.detailpr-videos-list__button.swiper-button-disabled {
		border: 1px solid rgba(0, 0, 0, .6)
	}
}

.detailpr-videos-list__button:focus, .detailpr-videos-list__button:hover {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 0 6px hsla(0, 0%, 100%, .4);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 0 6px hsla(0, 0%, 100%, .4)
}

@media (max-width: 1279px) {
	.detailpr-videos-list__button:focus, .detailpr-videos-list__button:hover {
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 0 6px rgba(0, 0, 0, .4);
		box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 0 6px rgba(0, 0, 0, .4)
	}
}

.detailpr-videos-list__button.swiper-button-disabled:focus, .detailpr-videos-list__button.swiper-button-disabled:hover {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

@media (max-width: 1279px) {
	.detailpr-videos-list__button.swiper-button-disabled:focus, .detailpr-videos-list__button.swiper-button-disabled:hover {
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
		box-shadow: 0 0 4px rgba(0, 0, 0, .2)
	}
}

.detailpr-videos-list__button:after {
	content: "";
	width: 14px;
	height: 14px;
	-webkit-transform: translate(-5px, -8px) rotate(49deg) skew(10deg);
	-ms-transform: translate(-5px, -8px) rotate(49deg) skew(10deg);
	transform: translate(-5px, -8px) rotate(49deg) skew(10deg);
	position: absolute;
	top: 50%;
	left: 50%;
	border-color: #fff;
	border-style: solid;
	border-width: 2px 2px 0 0
}

@media (max-width: 1279px) {
	.detailpr-videos-list__button:after {
		border-color: #000
	}
}

.detailpr-videos-list__button:before {
	content: "";
	height: 2px;
	width: 36%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff
}

@media (max-width: 1279px) {
	.detailpr-videos-list__button:before {
		background-color: #000
	}
}

.detailpr-videos-list__button--prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.detailpr-videos-list-number {
	height: 60px;
	line-height: 60px;
	position: absolute;
	right: 225px;
	bottom: 12%;
	font-weight: 700;
	z-index: 50;
	font-size: 2.4rem
}

@media (max-width: 1279px) {
	.detailpr-videos-list-number {
		position: static;
		margin-right: 25px
	}
}

.detailpr-videos-list-number__current {
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

@media (max-width: 1279px) {
	.detailpr-videos-list-number__current {
		color: #000
	}
}

.detailpr-videos-list-number__separator {
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

@media (max-width: 1279px) {
	.detailpr-videos-list-number__separator {
		color: #000
	}
}

.detailpr-videos-list-number__all {
	text-shadow: 0 0 2px hsla(0, 0%, 100%, .5)
}

@media (max-width: 1279px) {
	.detailpr-videos-list-number__all {
		color: #000;
		opacity: .5
	}
}

.detailpr-recommendation {
	background-color: #f3f3f3;
	display: grid;
	padding: 46px 0 0
}

@media (max-width: 999px) {
	.detailpr-recommendation {
		padding-top: 30px
	}
}

.detailpr-recommendation-inner {
	overflow: hidden
}

.detailpr_premium {
	margin-top: 0 !important
}

.detailpr_premium .detailpr-contacts {
	margin-bottom: 50px
}

@media (max-width: 1279px) {
	.detailpr_premium .detailpr-desc {
		width: 100%;
		padding-right: 0;
	}
}