

/* Start:/style.css?17302111009529*/

/*
.main-dileram .container-breadcrumb {
	display:none;
}
*/
.container {
	padding:0;
	width:100%;
}
.container > section {
	margin-bottom:0;

}
.dileram-2024 {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	max-width:100%;
}

.screen-1 {
	display:flex;
	justify-content:center;
	width:100%;
	margin:0 auto;
	background-color:#0E0E0E;
}

.screen-1-content {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:755px;
	width:1600px;
	max-width:100%;
}
.screen-1-content .image {
	z-index:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}
[id^="bx_incl_area"] .screen-1-content {
	flex-direction:column;
}
[id^="bx_incl_area"] .screen-1-content .image {
	position:static;
}
.screen-1-content .image img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.screen-1-content .info {
	width:100%;
	z-index:1;
	padding:68px 278px;
	display:flex;
	flex-direction:column;
	gap:50px;
}

.screen-1-content .info h1 {
	width:612px;
	max-width:100%;
	font-weight: 700;
	font-size: 42px;
	line-height: 58px;
	text-transform: uppercase;
	display:inline-flex;
	margin:0;
}

.screen-1-content .info .brand-list {
	width:612px;
	max-width:100%;
	display:flex;
	flex-direction:column;
	gap:38px;
}
.screen-1-content .info .brand-item {
	display:flex;
	gap:14px;
}
.screen-1-content .info .brand-item:before {
	content:"";
	width:7px;
	height:7px;
	border-radius:50%;
	background-color:#F5BE0B;
	opacity: 0.3;
	position:relative;
	top:12px;
}

.screen-1-content .info .brand-item_content {
	display:flex;
	flex-direction:column;
	gap:13px;
}
.screen-1-content .info .brand-item_content-text {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #F5BE0B;
}
.screen-1-content .info .brand-item_content-img {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:30px;
}
.screen-1-content .info .brand-item_content-img img {
}

@media (max-width:1660px) {
	.screen-1-content {
		min-height:0;
	}
	.screen-1-content .info {
		padding:50px;
	}
}
@media (max-width:800px) {
	.screen-1-content .info {
		gap:30px;
		padding:30px;
	}
	.screen-1-content .info h1 {
		font-size:32px;
		line-height:normal;
	}
	.screen-1-content .info .brand-list {
		gap:15px;
	}
	.screen-1-content .info .brand-item:before {
		top:9px;
	}
	.screen-1-content .info .brand-item_content {
		gap:5px;
	}
	.screen-1-content .info .brand-item_content-text {
		font-size:20px;
		line-height:normal;
	}
}
@media (max-width:480px) {
	.screen-1-content .info {
		padding:50px 15px;
	}
	.screen-1-content .info h1 {
		font-size:24px;
	}	
}
@media only screen and (min-width: 951px) and (max-width: 1023px) {
	.main.main-dileram {
		padding-top:0 !important;
	}
}
.screen-2 {
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:10px;
	padding:80px 0 90px;
}
.screen-2 h2 {
	font-weight: 700;
	font-size: 33px;
	line-height: 160%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align:center;
	margin:0;
}
.screen-2 .h3 {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:50px;
}
.screen-2 .item-list {
	width:838px;
	max-width:100%;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:50px;
}
.screen-2 .item-list .item {
	display:flex;
	gap:0px;
}
.screen-2 .item-list .item .image {
	flex: 0 0 auto;
	display:inline-flex;
	width:40px;
}

.screen-2 .item-list .item .info {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:15px;
}

.screen-2 .item-list .item .info .title {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	display: flex;
	color: #F5BE0B;
	text-transform:none;
}
.screen-2 .item-list .item .info .note {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
}

@media (max-width:898px) {
	.screen-2 .item-list {
		width:100%;
		padding: 0 30px;
	}
}
@media (max-width:800px) {
	.screen-2 h2 {
		font-size:28px;
		line-height:1.6;
		padding: 0 30px;
	}
}

@media (max-width:480px) {
	.screen-2 {
		padding:30px 0 40px;
		gap:30px;
	}
	.screen-2 .item-list {
		gap:30px;
	}
	.screen-2 .item-list .item .info {
		gap:10px;
	}
	.screen-2 .item-list .item .info .title {
		font-size:20px;
	}
	.screen-2 .item-list .item .info .note {
		margin-left:-40px;
		font-size:16px;
	}
}

.screen-3 {
	background-color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:50px;
	padding:80px 0 90px;
	color: #191C1D;
}
.screen-3 h2 {
	font-weight: 700;
	font-size: 33px;
	line-height: 160%;
	text-transform: uppercase;
	margin:0;
}
.screen-3-content {
	display:flex;
	align-items:stretch;
	gap:44px;
}
.screen-3-content .image {
	flex: 0 0 auto;
}
.screen-3-content .info {
	width:769px;
	max-width:calc(100% - 433px);
	width:510px;
	display:flex;
	flex-direction:column;
	gap:2em;
}
.screen-3-content .info p {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	margin:0;
	padding:0;
}
.screen-3-content .info .buttons  {
	margin-top:auto;
}

@media (max-width:1260px) {
	.screen-3 h2 {
		padding: 0 30px;
	}
	.screen-3-content {
		padding:0 30px;
		gap:30px;
	}
	.screen-3-content .info  {
		flex: 1 1 auto;
		width:auto;
		max-width:none;
	}
}
@media (max-width:800px) {
	.screen-3 h2 {
		font-size:28px;
		line-height:1.32;
	}	
	.screen-3-content .image {
		display:none;
	}
}
@media (max-width:480px) {
	.screen-3 {
		padding:30px 0 40px;
		gap:30px;
	}
	.screen-3-content .item-list {
		gap:30px;
	}
	.screen-3-content .item-list .item {
		gap:10px;                      
	}                                  
	.screen-3-content .item-list .item .title {
		font-size:20px;                
	}                                  
	.screen-3-content .item-list .item .note {
		font-size:16px;
	}	
}

.screen-reviews {
	/* width:1000px; */
    background: #191c1d url(/images/screen-4.png) center / cover no-repeat;	
	max-width:100%;
	margin:0 auto;
	padding:80px 0 90px;
	display:flex;
	flex-direction:column;
	gap:65px;
}
.screen-reviews h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 138%;
	text-align: center;
	text-transform: uppercase;
	margin:0;
}


@media (max-width:1060px) {
	.screen-reviews {
		width:100%;
		max-width:100%;
	}
	.screen-reviews h2 {
		padding: 0 30px;
	}
}
@media (max-width:800px) {
	.screen-reviews h2 {
		font-size:28px;
		line-height:1.6;
	}	
}
@media (max-width:480px) {
	.screen-reviews {
		padding:30px 0 40px;
		gap:30px;
	}
}

.screen-catalog {
	background-color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:55px;
	padding:80px 0 90px;
	color: #191C1D;
}
.screen-catalog h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 138%;
	text-align:center;
	text-transform: uppercase;
	margin:0;
}

.screen-catalog-content {
	display:flex;
	align-items:stretch;
	gap:51px;
	width:1010px;
	max-width:100%;
	margin: 0 auto;
}
.screen-catalog-content .image {
	flex: 0 0 auto;
}
.screen-catalog-content .info {
	flex: 1 1 auto;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:35px;
}
.screen-catalog-content .info .text {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:35px;
	max-width:100%;
}
.screen-catalog-content .info .text p {
	margin:0;
	padding:0;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}
.screen-catalog-content .info .buttons {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
}
.screen-catalog-content .info .button-white { 
	height: 46px;
	width:249px;
	border-radius:23px;
	background-color: #fff;
	color:#191c1d;
	font-size: 16px;
	font-family: Regular;
    font-weight: 700;
	text-transform:none;
	border:1px solid #191c1d;
	transition:all .35s ease;
}

.screen-catalog-content .info .button-white:hover { 
	background-color:#191c1d;
	color:#fff;
}

@media (max-width:1070px) {
	.screen-catalog h2 {
		padding: 0 30px;
	}
	.screen-catalog-content {
		padding:0 30px;
		gap:30px;
	}
	.screen-catalog-content .info  {
		flex: 1 1 auto;
		width:auto;
		max-width:none;
	}
	.screen-catalog-content .image {
		max-width:45%;
	}
	.screen-catalog-content .image img {
		max-width:100%;
		height:auto;
	}
}
@media (max-width:800px) {
	.screen-catalog h2 {
		font-size:28px;
		line-height:1.32;
	}	
	.screen-catalog-content {
		flex-direction:column;
		align-items:stretch;
	}
	.screen-catalog-content .image {
		max-height:300%;
		height:300px;
		width:100%;
		max-width:100%;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;		
	}
	.screen-catalog-content .image img{
		max-height:100%;
		width:auto;
		margin:0 auto;
		object-fit: contain;
	}
}
@media (max-width:480px) {
	.screen-catalog {
		padding:30px 0 40px;
		gap:30px;
	}
	.screen-catalog-content .info {
		gap:1rem;
	}
	.screen-catalog-content .info .text {
		gap:1rem;
	}
	.screen-catalog-content .info .text p {
		font-size:1rem;
	}
}

.screen-points {
	padding:80px 0 0;
	background-color:#fff;
	border-top:1px solid #DBDBDB;
	color:var(--black);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 55px;	
}
.screen-points h2 {
	text-align:center;
	font-weight: 700;
	font-size: 42px;
	line-height: 58px;
	text-transform:uppercase;
	margin:0;
}
.screen-points .diler-filter-block {
	width:1284px;
	max-width:100%;
	padding: 0 40px;
	margin:0 auto 55px;
}

@media (max-width: 800px) {
    .screen-points h2 {
        font-size: 28px;
        line-height: 1.32;
    }
}
@media (max-width: 480px) {
    .screen-points {
        padding: 30px 0 40px;
        gap: 30px;
    }
}
/* End */


/* Start:/local/templates/havens-landing-krym/components/bitrix/news.list/crimea-reviews/style.css?17285765775670*/
section.reviews {
	margin:0;
	color:#fff;
}
section.reviews .container {
	max-width:calc(100% - 180px);
	padding:0;
}
.review-section-list {
	display:flex;
	flex-wrap:wrap;
	gap:20px 30px;
	margin:0 0 40px;
}

.review-section-list a {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:22px;
	padding:5px 18px;
	border-radius:22px;
	border:1px solid #fff;
	color:#fff;
	/* background-color:#191c1d; */
	background-color:transparent;
	transition:all .35s ease;
	font-weight: 700;
	font-size: 11px;
	line-height: 13px;
	text-transform:uppercase;
}

.type-video .review-section-list a {
	color:#191c1d;
	background-color:#fff;
	border:1px solid #191c1d;
}
.review-section-list a.selected {
	color:#191c1d;
	background-color:#f5be0b;
	border:1px solid #f5be0b;
}
.type-text .review-section-list a.selected {
	color:#fff;
}

.review-list {
	display:flex;
	/* flex-wrap:wrap; */
	gap:60px 30px;
	align-items:stretch;
	margin:58px 0 80px;
}
.review-list:not(.owl-carousel) {
	overflow:auto;
}
.review-list.owl-carousel {
	margin:0;
	display:flex;
}
.review-list-item {
	flex: 0 0 auto;
	width:calc(33.333% - 20px);
	display:flex;
	flex-direction:column;
	gap:17px;
}
.type-text .review-list-item {
	color:#191c1d;
}
.owl-item .review-list-item {
	width:100%;
}


.review-list-item .poster,
.review-list-item .media {
	margin-bottom:5px;
	width: 100%;
	max-width:100%;
	height: 220px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	position:relative;
	border-radius:6px;
}
.review-list-item .poster {
	object-fit:cover;
}
.review-list-item .poster img {
	width:100%;
	height:100%;
}
.review-list-item .poster:before {
	content:"";
	position:absolute;
	width:56px;
	height:54px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background: url("data:image/svg+xml,%3Csvg width='56' height='54' viewBox='0 0 56 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.4823 24.3045C55.7265 25.4008 55.7265 28.5992 53.4823 29.6955L4.81684 53.4699C2.82387 54.4436 0.499997 52.9925 0.499998 50.7744L0.5 3.22559C0.5 1.00751 2.82388 -0.443565 4.81684 0.530054L53.4823 24.3045Z' fill='white'/%3E%3C/svg%3E%0A") center no-repeat;
	opacity:0;
	transition:all .35s ease;
}
.review-list-item .poster:hover:before {
	opacity:1;
}
.review-list-item .poster + .media {
	display:none;
}
.review-list-item .poster > a,
.review-list-item .media > a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	background:#000;
	opacity:.001;
}
.review-list-item .media iframe {
	max-width:100%;
}
.review-list-item .media.rutube iframe {
	max-height:100%;
}


.review-list-item .name {
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
}

.review-list-item .preview_text {
	font-size: 16px;
	line-height: 26px;
}
.review-list-item .preview_text:empty {
	display:none;
}
.review-list-item .header {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:19px;
}
.review-list-item .header .image {
	flex: 0 0 auto;
	overflow:hidden;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.review-list-item .header.avatar .image {
	width:64px;
	height:64px;
	border-radius:50%;
}
.review-list-item .header.logo .image {
	max-width:100%;
	height:64px;
}
.review-list-item .header .author {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	width:160px;
}
.review-list-item .body  {
	flex: 1 1 auto;
	overflow:auto;
	scrollbar-width: thin;
	scrollbar-color: #EFEFEF transparent;
}
.review-list-item .photos  {
	display:flex;
	flex: 0 0 auto;
	overflow:auto;
	gap:24px;
}
.review-list-item .foot  {
	flex: 0 0 auto;
	padding-top:8px;
}
.review-list-item .foot .link .more-label {
	font-weight:bold;
}
.review-list-item .foot .link a {
	color:#B68D08;
	text-decoration:underline;
}

.type-text .review-list-item {
	background-color:#fff;
	border-radius:6px;
	gap:24px;
	padding:24px 28px;
	height:566px;
}

.review-list-item .header .image img{
	width:100%;
	height:100%;
	object-fit:cover;
}


.review-list + .havens-pagination {
	margin-bottom:105px;
}
@media (max-width: 950px) {
	.review-list-item {
		width: calc(50% - 15px);
	}
	
}
@media (max-width: 640px) {
	.review-list-item {
		width: 100%;
	}
}


.review-list.owl-carousel .owl-nav {
	position:absolute;
	top:110px;
	left:0;
	width:100%;
	height:0;
}
.type-text .review-list.owl-carousel .owl-nav {
	top:50%;
}
.review-list.owl-carousel .owl-nav button {
	display:flex;
	position:absolute;
	top:0;
	transform:translate(0, -50%);
	width:50px;
	height:50px;
	outline:none !important;
	transition:all ease .35s;
}
.review-list.owl-carousel .owl-nav button.disabled {
	/* opacity:.5; */
	cursor:not-allowed;
	filter:grayscale(1) brightness(0) invert(1);
}
.review-list.owl-carousel .owl-nav button span {
	width:50px;
	height:50px;
	background:transparent var(--owl-nav) center no-repeat;
	color:transparent;
	font-size:0;
}

.review-list.owl-carousel .owl-nav button.owl-prev {
	left:-90px;
}
.review-list.owl-carousel .owl-nav button.owl-next {
	right:-90px;

}
.review-list.owl-carousel .owl-nav button.owl-prev span {
	transform:rotate(180deg);
}
@media (max-width:480px) {
	section.reviews.type-text {
		padding:0;
	}	
	section.reviews .container {
		max-width:calc(100% - 90px);
	}
	.review-section-list {
		margin-bottom:40px;
	}
	
	.review-list.owl-carousel .owl-nav button {
		width:25px;
		height:25px;
	}
	.review-list.owl-carousel .owl-nav button span {
		width:25px;
		height:25px;
		background:transparent var(--owl-nav) center/cover no-repeat;
	}
	.review-list.owl-carousel .owl-nav button.owl-prev {
		left:-35px;
	}
	.review-list.owl-carousel .owl-nav button.owl-next {
		right:-35px;

	}
}

/* End */


/* Start:/local/templates/havens-landing-krym/components/bitrix/news.list/crimea-catalog/style.css?17296658113838*/
.catalog-list-app {
	max-width:100%;
}
.catalog-list-app .container {
	max-width:calc(100% - 180px);
	padding:0;
}


.catalog-list {
	display:flex;
	flex-wrap:wrap;
	gap:60px 30px;
	align-items:stretch;
	margin:58px 0 80px;
}
.catalog-list.owl-carousel {
	margin:0;
}
.catalog-list-item {
	flex: 0 0 auto;
	width:100%;
	display:flex;
	flex-direction:column;
	gap:40px;
}
.type-text .catalog-list-item {
	color:#191c1d;
}
.owl-item .catalog-list-item {
	width:100%;
}

.catalog-list-item .header {
	font-weight: 700;
	font-size: 28px;
	line-height: 160%;
	text-align:center;
	min-height:90px;
}
.catalog-list-item .body {
	display:flex;
	align-items: flex-start;
	gap:58px;
}
.catalog-list-item .body .image {
	width:392px;
	flex: 0 0 auto;
	overflow:hidden;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	position:relative;
}
.catalog-list-item .body .image .price {
	position:absolute;
	bottom:0;
	left:50%;
	transform:translate(-50%, 0);
	display:flex;
	align-items:center;
	justify-content:center;
	white-space:nowrap;
	height:70px;
	padding:0 40px;
	border-radius:35px;
	background-color: var(--yellow);
	font: 600 italic 38px/1 "Oswald", sans-serif;;
	letter-spacing: -0.04em;
	color:#fff;
}
.catalog-list-item .body .text {
	flex: 1 1 auto;
	font-size: 20px;
	line-height: 170%;
}


.catalog-list.owl-carousel .owl-nav {
	position:absolute;
	top:310px;
	left:0;
	width:100%;
	height:0;
}
.type-text .catalog-list.owl-carousel .owl-nav {
	top:50%;
}
.catalog-list.owl-carousel .owl-nav button {
	display:flex;
	position:absolute;
	top:0;
	/* transform:translate(0, -50%); */
	width:50px;
	height:50px;
	outline:none !important;
	transition:all ease .35s;
}
.catalog-list.owl-carousel .owl-nav button.disabled {
	/* opacity:.5; */
	cursor:not-allowed;
	filter:grayscale(1) brightness(.2) invert(1);
}
.catalog-list.owl-carousel .owl-nav button span {
	width:50px;
	height:50px;
	background:transparent var(--owl-nav) center no-repeat;
	color:transparent;
	font-size:0;
}

.catalog-list.owl-carousel .owl-nav button.owl-prev {
	left:-90px;
}
.catalog-list.owl-carousel .owl-nav button.owl-next {
	right:-90px;

}
.catalog-list.owl-carousel .owl-nav button.owl-prev span {
	transform:rotate(180deg);
}
.catalog-list.owl-carousel .owl-dots {
	display: flex;
    flex-wrap: wrap;
    gap: 22px 34px;
    justify-content: center;
    margin-top: 51px;
}
.catalog-list.owl-carousel .owl-dots button.owl-dot span {
	display:inline-flex;
	width:16px;
	height:16px;
	border-radius:50%;
	background-color:#E2E2E2;
	transition:all .35s ease;
}
.catalog-list.owl-carousel .owl-dots button.owl-dot.active span {
	width: 18px;
	height: 18px;
	background-color: var(--yellow);
}
@media (max-width:990px) {
	.catalog-list-item .header {
		line-height:1.3;
	}
	.catalog-list-item .body {
		gap:30px;
	}
	.catalog-list-item .body .image {
		width:50%;
	}
	.catalog-list-item .body .image img {  
		max-width:100%;
		width:auto;
		height:auto;
	}
	.catalog-list-item .body .image .price {
		font-size:24px;
		padding:10px 20px;
		height:auto;
	}
	.catalog-list-item .body .text {
		line-height:1.3;
	}
}
@media (max-width: 800px) {
    .catalog-list-item .header {
        font-size: 22px;
        line-height: 1.32;
    }
}
@media (max-width:750px) {
	.catalog-list-item .body .image {
		width:100%;
	}
	.catalog-list-item .body {
		flex-direction:column;
	}
}

@media (max-width:480px) {
	.catalog-list-app .container {
		max-width:calc(100% - 90px);
	}
	
	.catalog-list.owl-carousel .owl-nav button {
		width:25px;
		height:25px;
	}
	.catalog-list.owl-carousel .owl-nav button span {
		width:25px;
		height:25px;
		background:transparent var(--owl-nav) center/cover no-repeat;
	}
	.catalog-list.owl-carousel .owl-nav button.owl-prev {
		left:-35px;
	}
	.catalog-list.owl-carousel .owl-nav button.owl-next {
		right:-35px;

	}
}

/* End */


/* Start:/local/templates/havens-landing-krym/components/bitrix/news.list/office-points-crimea/style.css?172857566011450*/
.diler-block {
	/* height:737px; */
	height:537px;
	display:flex;
	align-items:stretch;
	border-radius: 3px;
    overflow: hidden;	
}

.diler-map {
	flex:1 1 auto;
	background-color:#ccc;
	display:flex;
	align-items:center;
	justify-content:center;
}
.diler-map:empty:before {
	content:attr(data-loading);
}

.diler-filter-block {
	display:flex;
	/* flex-wrap: wrap; */
	align-items: center;
	margin-bottom:55px;
	gap:17px 35px;
}
.diler-filter-info {
	flex:1 1 auto;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}
@media (max-width:990px) {
	.diler-filter-block {
		flex-wrap: wrap;
	}
}
p + .diler-filter-block {
	margin-top:40px;
}
.diler-filter-item {
	display:flex;
	flex: 0 0 auto;
	max-width:100%;
}
.diler-filter-item.hidden {
	display:none;
}
.diler-filter-item.reset {
	height: 51px;
	align-items:center;
}
.diler-filter-item.reset a {
	color: #F5BE0B;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
}

.diler-filter-item .select {
	display:flex;
	position:relative;
	padding-bottom:7px;
	cursor:pointer;
	margin:0;
	padding:0;
	max-width:none;
}
.diler-filter-item .select-value {
	display:flex;
	align-items:center;
	padding:0 23px;
	gap:23px;
	width:291px;
	height:51px;
	border-radius: 25px;
	border: 1px solid #0E0E0E;	
	color: #0E0E0E;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	background-color: #fff;
	user-select: none;
}
.diler-filter-item .select-value [data-value] {
	flex: 1 1 auto;
	overflow:hidden;
	text-overflow:ellipsis;
	text-transform:uppercase;
	white-space:nowrap;
}
.diler-filter-item .select-value [data-selector] {
	flex: 0 0 auto;
	width:17px;
	height:9px;
	background: url("data:image/svg+xml,%3Csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1L8.5 8L1 1' stroke='%230E0E0E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center no-repeat;
}
	
.diler-filter-item .select-values {
	position:absolute;
	display:none;
	flex-direction:column;
	width: 364px;
	max-height:min(70vh, 364px);
	overflow:auto;
	background-color: #FFF;
	z-index:3;
	left:0;
	top:calc(100% + 10px);
	border-radius: 3px;
	border: 1px solid #0E0E0E;
	color:#0E0E0E;
}

.diler-filter-item .select.focus .select-values {
	display:flex;
}
.diler-filter-item .select-list-values {
	max-height:272px;
	overflow:auto;
	width:100%;
}
.diler-filter-item .select-values [data-value] {
	flex: 0 0 auto;
	padding:8px 17px;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	display:flex;
	text-transform:none;
	cursor:pointer;
	width:100%;
	max-width: 100%;
	overflow:hidden;
	white-space:nowrap;
	user-select: none;
}
.diler-filter-item .select-values [data-value].selected,
.diler-filter-item .select-values [data-value]:hover {
	background-color:#E4E4E4;
}
.diler-filter-item .select-values [data-value].hidden {
	display:none;
}
	
.diler-filter-item .select-values [data-search] {
	flex: 0 0 auto;
	display:flex;
	align-items:center;
	gap:5px;
	height:38px;
	padding:0 17px;
	width: 100%;
	max-width: inherit;
	overflow:hidden;
	margin-bottom:2px;
	position:relative;
}
.diler-filter-item .select-values [data-search]:after {
	content:"";
	position:absolute;
	width:calc(100% - 16px);
	left:8px;
	bottom:0;
	height: 1px;
    background-color: #0E0E0E;
}
.diler-filter-item .select-values [data-search] input {
	flex: 1 1 auto;
	border:none !important;
	outline:none !important;
	background:transparent !important;
	color:#0E0E0E;
}
.diler-filter-item .select-values [data-search] [data-lupa] {
	flex: 0 0 auto;
	width:16px;
	height:17px;
	background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.67634 10.3287C10.5112 9.49386 10.9286 8.49144 10.9286 7.32143C10.9286 6.15141 10.5112 5.15216 9.67634 4.32366C8.84784 3.48884 7.84859 3.07143 6.67857 3.07143C5.50856 3.07143 4.50614 3.48884 3.67132 4.32366C2.84282 5.15216 2.42857 6.15141 2.42857 7.32143C2.42857 8.49144 2.84282 9.49386 3.67132 10.3287C4.50614 11.1572 5.50856 11.5714 6.67857 11.5714C7.84859 11.5714 8.84784 11.1572 9.67634 10.3287ZM15.7857 15.2143C15.7857 15.5432 15.6656 15.8278 15.4252 16.0681C15.1849 16.3084 14.9003 16.4286 14.5714 16.4286C14.2299 16.4286 13.9453 16.3084 13.7176 16.0681L10.4637 12.8237C9.33166 13.6079 8.06994 14 6.67857 14C5.77418 14 4.90774 13.8261 4.07924 13.4782C3.25707 13.1241 2.54557 12.6497 1.94475 12.0552C1.35026 11.4544 0.87593 10.7429 0.521763 9.92076C0.173921 9.09226 0 8.22582 0 7.32143C0 6.41704 0.173921 5.55376 0.521763 4.73158C0.87593 3.90309 1.35026 3.19159 1.94475 2.5971C2.54557 1.99628 3.25707 1.52195 4.07924 1.17411C4.90774 0.81994 5.77418 0.642856 6.67857 0.642856C7.58296 0.642856 8.44624 0.81994 9.26842 1.17411C10.0969 1.52195 10.8084 1.99628 11.4029 2.5971C12.0037 3.19159 12.4781 3.90309 12.8259 4.73158C13.1801 5.55376 13.3571 6.41704 13.3571 7.32143C13.3571 8.7128 12.965 9.97452 12.1808 11.1066L15.4347 14.3605C15.6687 14.5945 15.7857 14.8791 15.7857 15.2143Z' fill='%230E0E0E'/%3E%3C/svg%3E%0A") center no-repeat;
}

.diler-filter-item .select-values .select-shortcuts {
	padding:8px 17px;
	display:flex;
	flex-flow:row wrap;
	gap:0 21px;
	align-items:baseline;
}
.diler-filter-item .select-values .select-shortcuts [data-value] {
	color: #B68D08;
	font-size: 14px;
	font-weight: 400;
	line-height: 225%;
	text-decoration-line: underline;
	width:auto;
	padding:0;
	margin:0;
}
.diler-filter-item .select-values .select-shortcuts [data-value].selected,
.diler-filter-item .select-values .select-shortcuts [data-value]:hover {
	background-color:transparent;
	color: #212529;
}

.diler-filter-item .radio {
	border-radius: 50px;
	border: 1px solid #0E0E0E;
	display:flex;
	align-items:stretch;
	height: 50px;
	padding:0;
	position:relative;
}
.diler-filter-item .radio [data-animated-button] {
	position:absolute;
	height:100%;
	top:0;
	width:92px;
	background-color: #F5BE0B;	
	border-radius: 50px;
	z-index:0;
	transition:all .15s ease;
}
.diler-filter-item .radio [type="radio"] {
	display:none;
}
.diler-filter-item .radio label {
	z-index:1;
	cursor:pointer;
	height: 48px;
	border-radius: 50px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	color: #0E0E0E;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	padding:0 32px;
	user-select: none;
}

.diler-filter-item .checkbox {
	display:flex;
	align-items:stretch;
	height: 50px;
	padding:0;
	gap:5px 41px;
	flex-wrap:wrap;
	max-width: 100%;
}
.diler-filter-item .checkbox [type="checkbox"] {
	display:none;
}
.diler-filter-item .checkbox label {
	cursor:pointer;
	height: 48px;
	display:inline-flex;
	flex-wrap:wrap;
	gap:8px;
	align-items:center;
	justify-content:center;
	color: #0E0E0E;
	text-align: center;
	font-size: 16px;
	line-height: normal;
	padding:0;
}
.diler-filter-item .checkbox label:before {
	content:"";
	width: 36px;
	height: 36px;
	border-radius:50%;
	background-color:#F2F2F2;
	background-position:center;
	background-repeat:no-repeat
}
.diler-filter-item .checkbox label span {
	user-select:none;
}
.diler-filter-item .checkbox label[for="type-sto"]:before {
	background-image:url(/local/templates/havens-landing-krym/components/bitrix/news.list/office-points-crimea/imgs/sto.png);
}
.diler-filter-item .checkbox label[for="type-azs"]:before {
	background-image:url(/local/templates/havens-landing-krym/components/bitrix/news.list/office-points-crimea/imgs/azs.png);
}
.diler-filter-item .checkbox label[for="type-roznica"]:before {
	background-image:url(/local/templates/havens-landing-krym/components/bitrix/news.list/office-points-crimea/imgs/roznica.png);
}
.diler-filter-item .checkbox label[for="type-internet-magaziny"]:before {
	background-image:url(/local/templates/havens-landing-krym/components/bitrix/news.list/office-points-crimea/imgs/internet-magaziny.png);
}
.diler-filter-item .checkbox :checked + label:before {
	background-color:#F5BE0B;
}
.diler-filter-item .checkbox label:hover span,
.diler-filter-item .checkbox :checked + label span {
	text-decoration:underline;
}


.diler-tabs {
	display:none;
}
.diler-tab {
	width:calc(50% - 1px);
	height:63px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-top:1px solid #585858;
	border-right:1px solid #585858;
}
.diler-tab:first-child {
	border-right:none;
}
.diler-tab span {
	color:#FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform:uppercase;
}
.diler-tab.selected {
	cursor:pointer;
}
.diler-tab.selected span {
	color: #F5BE0B;
	text-decoration-line: underline;
}

@media (max-width:768px) {
	.diler-block {
		margin: 0;
		position:relative;
		height:395px;
	}
	.diler-block > div {
		width:100%;
		height:100%;
	}
}


.diler-block .ymaps-2-1-79-balloon__content {
	padding:18px 20px;
}
.diler-popup {
	padding:0;
}
.diler-popup a {
	color:#0E0E0E;
}

.diler-popup .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom:16px;
}
.diler-popup .title2 {
	font-size: 14px;
	line-height: normal;
	margin-bottom:16px;
}

.diler-popup .city {
	display:flex;
	gap:6px;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;	
	margin-bottom:7px;
}

.diler-popup .city .marker {
	flex: 0 0 auto;
	width:11px;
	height:15px;
	background: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.93476 14.2175C0.772578 8.45788 0 7.86676 0 5.75C0 2.8505 2.46242 0.5 5.5 0.5C8.53758 0.5 11 2.8505 11 5.75C11 7.86676 10.2274 8.45788 6.06524 14.2175C5.7921 14.5942 5.20787 14.5941 4.93476 14.2175ZM5.5 7.9375C6.76566 7.9375 7.79167 6.95813 7.79167 5.75C7.79167 4.54187 6.76566 3.5625 5.5 3.5625C4.23434 3.5625 3.20833 4.54187 3.20833 5.75C3.20833 6.95813 4.23434 7.9375 5.5 7.9375Z' fill='%23F5BE0B'/%3E%3C/svg%3E%0A") center no-repeat;
}

.diler-popup .address {
	font-size: 14px;
	line-height: normal;
	margin-bottom:16px;
}

.diler-popup .site {
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	margin-bottom:7px;
}
.diler-popup .site a {
	text-decoration:underline;
}
.diler-popup .phone, .diler-popup .phone a {
	font-size: 14px;
	line-height: normal;
}
.diler-popup .phone {
	margin-bottom:7px;
}

.diler-popup .email, .diler-popup .email a {
	font-size: 14px;
	line-height: normal;
}
.diler-popup .email a {
	text-decoration:underline;
}
.clusterIcon {
	background: url(/local/templates/havens-landing-krym/components/bitrix/news.list/office-points-crimea/cluster.svg) center no-repeat;
	font-weight:bold;
	color:#F5BE0B;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}
.clusterIcon img {
	position:absolute;
	left:0;
	top:0;
}
.clusterIcon span {
	position:absolute;
	left:30px;
	top:17px;
	text-align:center;
	transform:translate(-50%, 0);
	font-size: 13px;
	font-weight: 700;	
}


.popover {
    position: absolute;
    z-index: 1010;
    max-width: 90vw;
    text-align: left;
    white-space: normal;
    background-color: #fff;
	border-radius: 3px;
	box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.17);
	display: block;
	padding:18px 34px 18px 20px;
	transform:translate(calc(-100% - 44px), -50%);
}
.popover .close {
    opacity: .5;
	width:38px;
	height:38px;
	background: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.18457 1L12.6469 12.4623' stroke='%23000' stroke-linecap='round'/%3E%3Cpath d='M1 12.4624L12.4623 1.0001' stroke='%23000' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
.popover .close:hover {
    opacity: 1;
}

.btn {
	margin-top: 10px;
}

.ymaps-2-1-79-b-cluster-tabs__menu-item-text {
	color: #000 !important;
	font-weight:bold;
	font-size:14px;
}
/* End */
/* /style.css?17302111009529 */
/* /local/templates/havens-landing-krym/components/bitrix/news.list/crimea-reviews/style.css?17285765775670 */
/* /local/templates/havens-landing-krym/components/bitrix/news.list/crimea-catalog/style.css?17296658113838 */
/* /local/templates/havens-landing-krym/components/bitrix/news.list/office-points-crimea/style.css?172857566011450 */
