

/* Start:/local/templates/ritual/css/autoload/_normalize.css?17046690356052*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/ritual/css/autoload/banner.css?17046690351116*/
.banner {
	padding:24px 0;
	width:100%;
	position:relative;
	margin:16px 0;
	/* transition:background-position 0.2s liear; */
	visibility:hidden;
}
.banner:before {
	content:"";
	display:block;
	background-color:rgba(0,0,0,0.48);
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.banner__content{
	width:100%;
	margin:0 0 0 auto;
	padding:0 24px;
	text-align:center;
	box-sizing:border-box;
	visibility:visible;
}

.banner__title {
	padding:16px 32px;
	border-radius:8px;
	background-color:rgba(255,255,255,0.9);
	font-size:24px;
	font-weight:700;
	display:inline-block;
	margin:0 auto;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
}

.banner__title:hover {
	background-color:rgba(255,255,255,0.96);
}

@media screen and (max-width:1000px) {

}

@media screen and (max-width: 768px) {
	.banner {
		width:calc(100% + 72px) !important;
		/* margin-left:-36px !important; */
		transform:translateX(-36px) !important;
		background-size:cover;
	}
	.banner__content {
		width:100% !important;
	}
	.banner__title {
		font-size:20px;
	}
}

@media screen and (max-width: 480px) {

}
/* End */


/* Start:/local/templates/ritual/css/autoload/big-map.css?17339916413116*/
.big-map {
	height:656px;
	position:relative;
	background-color:#e4e4e4;
	margin-top:32px;
}

.detail_contacts .big-map { 
	margin-top:0;
}


.big-map__container {
	position:relative;
}
.big-map__map {
	position:absolute; 
	width:100%; 
	height:100%; 
	left:0; 
	top:0;
	overflow:hidden;
}
.big-map__map iframe {
	width:100%;
	height:100%;
	border:0;
}
.big-map__lock {
	position:absolute; 
	width:100%; 
	height:100%; 
	left:0; 
	top:0;
	overflow:hidden;
	background:rgba(0,0,0,0.5);
	cursor:pointer;
}

.big-map__lock:before{
	position:absolute;
	left:64%;
	top:32%;
	width:48px;
	height:48px;
	content:"";
	display:block;
	background-image:url(/local/templates/ritual/css/autoload/assets/big-map/pointer.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	z-index:5;	
	opacity:0.8;
	transition:transform 0.2s ease;
	pointer-events:none;
}
.big-map__lock:hover:before{
	transform:rotate(-8deg);
}

.big-map__hint {
	padding:32px;
	background-color:rgba(255,255,255,0.9);
	position:absolute;
	top:48px;
	left:64px;
	border-radius:8px;
	box-shadow:0 0 4px 0px rgba(0,0,0,0.16);
	z-index:7;
}
.detail_contacts .big-map__lock:before {
	display:none;
}

.big-map__content{
	font-size:24px;
	line-height:1.5;
	margin-top:16px;
}

.big-map__address{
	padding-left:4px;
}

.big-map__address-desc{
	font-size:16px;
	line-height:1.15;
	padding-left:4px;
	color:#626262;
}


.big-map__address-list{
	font-size:0.6em;
	line-height:1.2em;
	margin-bottom:8px;
	margin-top:8px;
}


.big-map__work-time{
	font-size: 20px;
	line-height:1;
	margin-top:16px;
	/* font-weight: 600; */
	color: #626262;
	text-transform:uppercase;
}
.big-map__phone{
	/* text-align:center; */
	/* transform:translateX(-24px); */
	margin-top:4px;
}

.big-map__phone a{
	font-size:1.3em;
	text-decoration:none;
	/* color:#181716; */
	font-weight:700;
	position:relative;
	line-height:1;
}

.big-map__phone a:after{
	
	background-image:url('/local/templates/ritual/css/autoload/assets/big-map/24.svg');
	content: "";
	width: 32px;
	height: 32px;
	position: relative;
	display: inline-block;
	margin-left: 16px;
	position:absolute;
	top:2px;
	display:none;
}


.big-map__email{
	
}

.big-map__email a{
	text-decoration:none;
	color:#181716;
}

.big-map__request {
	margin-top:12px;
}
.big-map__review {
	margin-top:8px;
}

@media screen and (max-width:1000px) {

	.big-map {
		display:flex;
		flex-direction:column;
	}
	.big-map__hint {
		padding:16px;
		position:static;
		order:1;
		box-shadow:none;
		border-radius:0;
	}
	.big-map__content{
		font-size:18px;
	}
	.big-map__address-desc{
		font-size:14px;
	}	
	.big-map__address-desc{
		font-size:14px;
		line-height:1.15;
		color:#626262;
	}	

	.big-map__phone a:after{
		width: 24px;
		height: 24px;
		margin-left:8px;
		top:-2px;
	}
	.big-map__lock:before {
		left:24%;
	}
	
	.big-map__map{ 
		order:2;
		position:relative;
		height:600px;
	}
	.big-map__container {
		margin:0 !important;
		padding:0 !important;
		width:100%;
		background-color:#fff;
	}
		
		
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
	
	.big-map__work-time,
	.big-map__phone,
	.big-map__short {
		text-align:center;
	}

		
}
/* End */


/* Start:/local/templates/ritual/css/autoload/breadcrumb.css?1704669035169*/
.breadcrumb{
	padding-top:12px;
	font-size:13px;
	line-height:1.5;
}

.breadcrumb{
	color:#7b7b7b;
}
.breadcrumb a{
	color:#999;
}

.breadcrumb__item{
	display:inline;
}
/* End */


/* Start:/local/templates/ritual/css/autoload/btn-icon.css?1704669035634*/
.btn-icon {
	background-color:#fff;
	border:3px solid #5d1228;
	border-radius:8px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:24px;
	font-weight:700;
	min-height:72px;
	padding:16px 80px 16px 16px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}

.btn-icon:before{
	content:"";
	display:block;
	position:absolute;
	width:48px;
	height:64px;
	background-size:100%;
	background-repeat:no-repeat;
	right:12px;
	top:10px;
}

.btn-icon_review:before{
	background-image:url(/local/templates/ritual/css/autoload/assets/btn-icon/rating.svg);
}


.btn-icon:hover{
	background-color:rgba(93,18,40,0.1);
}
/* End */


/* Start:/local/templates/ritual/css/autoload/btn-request.css?1704669035501*/
.btn-request {
	background-color:#5d1228;	
	border-radius:8px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:22px;
	font-weight:700;
	min-height:48px;
	padding:0 16px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:center;
}

.btn-request:hover{
	background-color:rgba(93,18,40,0.9);
}

.btn-request_white {
	background-color:#fff;
	border:3px solid #5d1228;
	color:#5d1228;
}
.btn-request_white:hover {
	background-color:rgba(93,18,40,0.1);
}
/* End */


/* Start:/local/templates/ritual/css/autoload/btn.css?1704669035961*/
.btn {
	height:38px;
	padding:0 24px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:2px solid #5d1228;
	box-sizing:border-box;
	background-color:#5d1228;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:.5px;
	cursor:pointer;
	position:relative;
	text-decoration:none;
	border-radius:4px;
	margin:8px 0;
}

.btn:hover {
	background:rgba(93,18,40,0.9);
}

.btn_lock{
	border-color:rgba(0,0,0,0.5);
	background:rgba(0,0,0,0.5);
	pointer-events:none;
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none; 
}

.btn_search {
	margin:0;
}
.btn_white-border {
	border:3px solid #fff;
}
@media screen and (max-width:1000px) {



}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
	.btn {
		padding:8px 16px;
		text-align:center;
		height:auto;
		min-width:180px;
		text-align:center;
	}
	.btn_search{
		min-width:96px
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/cemetery.css?1704669035967*/
.cemetery {
	column-width: 206px;
	position: relative;
	column-gap: 0;
	margin: 0;
	padding: 0;
}

.cemetery li {
	margin:0;
	padding:0;
	min-height:24px;
	overflow: hidden; /* Fix for firefox and IE 10-11  */
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
	break-inside: avoid-column;	
}

.cemetery li:before {
	display:none;
}

.cemetery_li li{
	min-height:auto;
}

.cemetery_li li,
.cemetery a {
	text-decoration:none;
	background:rgba(251,235,222,0.8);
	border-radius:	8px;
	display:block;	
	padding:8px 16px;
	margin:4px 32px 4px 0;
	color:#333;
}
.cemetery a:hover {
	text-decoration:underline;
}

.cemetery_main {
	column-width: auto;	
	column-count: 3;	
}
.cemetery_main a {
	margin-right:8px;
}


@media screen and (max-width: 480px) {
	.cemetery {
		column-width: auto;
		column-count: 2;
		margin:0px -4px;
	}
	.cemetery_li li,
	.cemetery a {
		margin: 4px;
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/city.css?17046690351681*/
.city {
	background-color:#e2e2e2;
	height:510px;
	display:flex;
	flex-direction:column;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.city__name {
	
	display:inline-block;
	margin:auto;
}
.city__banner {
	color:#5d1228;	
	text-transform:uppercase;
	padding:32px 120px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.8);
	font-weight:600;
	text-align:center;
	border-radius:8px
}
.city__desc {
	font-size:36px;	
}

.city__title {
	font-size:60px;
}


.city__quick {
	display:flex;
	margin:0 -16px;
	
	flex-wrap:wrap;
}

.city__quick a{
	margin:16px 16px 0 16px;
	width:calc(25% - 32px);	
	box-sizing:border-box;
	background:rgba(255,255,255,0.8);	
	border-radius:8px;	
	text-align:center;
	padding:14px 0 12px;
	font-size:24px;
	text-decoration:none;
	font-family:'Officina Sans', 'Open Sans', 'Arial', 'sans-serif';
	font-weight:700;
	text-transform:uppercase;
	transition:all 0.2s ease;
	flex-shrink:0;
}
.city__quick a:hover{
	background:rgba(255,255,255,0.94);	
}


@media screen and (max-width:1000px) {
	.city {	
		height:300px;
	}
	.city__banner {
		
		padding:32px 48px;
	}
	.city__desc {
		font-size:18px;	
	}

	.city__title {
		font-size:30px;
	}

	
	.city__quick{
		margin:0;
		justify-content:center;
	}
	.city__quick a{
		width:40%;
		margin:16px 8px 0;
	}
}

@media screen and (max-width: 768px) {
	.city__name {
		padding:32px;
	}

	.city__banner {
		padding:16px;
	}	
}

@media screen and (max-width: 480px) {
	.city {
		height:224px;
	}
	.city__name {
		padding:16px;
	}
	.city__desc {
		font-size:16px;	
	}	
	.city__title {
		font-size:20px;
	}
	.city__quick a {
		font-size:16px;
		margin:8px 4px 0;		
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/consult-min.css?17046690351309*/
.consult-min{
	height:100px;
	background-size:cover;
	background-position:center center;
	display:flex;
	margin-top:16px;
	margin-bottom:16px;
	border-radius:16px;
	position:relative;
}

.consult-min:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.32);
	width: 100%;
	height: 100%;
}

.consult-min:not(.consult-min_mobile){
	margin-top:16px;
	margin-bottom:8px;
}

.consult-min__btn {
	padding:16px 32px;
	background:rgba(255,255,255,0.9);
	display:inline-block;
	margin: auto;
	border-radius:8px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
	font-size:24px;
	position:relative;
	z-index:1;
}
.consult-min__btn:hover {
	background:rgba(255,255,255,0.96);
}
.consult-min_mobile{
	display:none;
	margin-left:-16px;
	margin-right:-16px;
	border-radius:0;
}

.consult-min_mobile .consult-min__btn{
}
@media screen and (max-width:1000px) {
	
}

@media screen and (max-width: 768px) {


	.consult-min{
		display:none;
	}
	.consult-min_mobile{
		display:flex;
	}	
}

@media screen and (max-width: 480px) {
	.consult-min{
		height:auto;
	}
	.consult-min__btn{
		padding:16px;
		font-size:18px;
		margin:16px;
		width:100%;
	}
}

@media screen and (max-width: 480px) {
	.consult-min__btn{
		text-align:center;
		font-size:16px;
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/consult.css?1704669035764*/
.consult{
	height:228px;
	background-size:cover;
	background-position:center center;
	display:flex;
	margin:16px 0;
}

.consult__btn {
	padding:32px 48px;
	background:rgba(255,255,255,0.9);
	display:inline-block;
	margin: auto;
	border-radius:8px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
	font-size:24px;
}
.consult__btn:hover {
	background:rgba(255,255,255,0.96);
}

@media screen and (max-width:1000px) {
	.consult__btn {
		display:flex;
		align-items:center;
	}
}

@media screen and (max-width: 768px) {
	.consult__btn{
		text-align:center;
		padding:32px;
		font-size:20px;
		margin:32px;
	}
}

@media screen and (max-width: 480px) {
	.consult{
		height:auto;
	}
	.consult__btn{
		padding:16px;
		font-size:18px;
		margin:16px;
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/container.css?1704669035363*/
.container {
	margin:0 auto;
	width:100%;
	max-width:1280px;
	box-sizing:border-box;
	padding:0 32px;

}

.container:after{
	content:"";
	clear:both;
	display:block;
}

@media screen and (max-width:1000px) {
	.container {
		padding:0 24px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding:0 16px;
	}
}

@media screen and (max-width: 480px) {
}
/* End */


/* Start:/local/templates/ritual/css/autoload/detail-more.css?1704669035581*/
.detail-more {
	color:#181716;
	text-decoration:none;
}


.detail-more__title{
	font-weight: 700;
	color:#5d1228;
}

.detail-more__desc {
	margin-top: 4px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detail-more__action {
	/* text-align: right; */
	margin-top: 8px;
	font-size: 14px;
	color: #717171;

}

.detail-more__label {
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
}

.detail-more:hover .detail-more__label{
	border-bottom:1px solid #ccc;
}
/* End */


/* Start:/local/templates/ritual/css/autoload/detail.css?1704669035843*/
.detail > p:first-child {
	margin-top:0;
}	


.detail__picture {
	display:none;
}

.detail__date{
	color:#999;
}

.detail__more {
	display:none;
}

.detail__info {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.detail__more-article {
	padding-left:16px;
}
@media screen and (max-width:1000px) {

	.detail__more {
		display:block;
	}

	.detail_ib_cemetery .detail__more {
		display:none;
	}
	.detail_ib_morgues .detail__more {
		display:none;
	}
}

@media screen and (max-width: 768px) {
	.detail__picture {
		display:block;
	}

}

@media screen and (max-width: 480px) {
	.detail__date {
		margin-top:16px;
	}
	.detail_news .detail__picture,
	.detail_article .detail__picture {
		display:none;
	}
	
	.detail__info {
		flex-wrap:wrap;
	}

	.detail__more-article {	
		width:100%;
		padding-left:0;
		margin-top:16px;
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/emoji-table.css?1704669035144*/
.emoji-table {
	
}

.emoji-table table {
	width:100%;
	border-spacing:6px;
}
.emoji-table td {
	text-align:left;
	padding:8px 12px;
}
/* End */


/* Start:/local/templates/ritual/css/autoload/footer.css?1704669035885*/
.footer__map{
	display:flex;
	padding:0 32px;
}

.footer__row{
	flex: 0 0 25%;
	padding-right:16px
}
.footer__row_logo a{
	color:#fff;
	text-decoration:none;
}
.footer__row_logo a:hover{

	text-decoration:underline;
}
.footer__item{
	flex: 0 0 33.33%;
	padding-right:16px;
	margin:8px 0;
}

.footer__link{
	color:#fff;
	text-decoration:none;
	
}

.footer__link_title {
	font-weight:700;
	font-size:18px;
}

.footer_reg {
	padding:32px 0 0 32px;
}

.footer__address {
	margin:24px 0 12px;
}
.footer__phone,
.footer__short,
.footer__email,
.footer__unp {
	margin:12px 0;
}
.footer__phone a {
	font-size:22px;
}
@media screen and (max-width:1000px) {

}

@media screen and (max-width: 768px) {
	.footer__map{
		flex-direction:column;
		padding:0;
	}
	.footer__row + .footer__row{
		margin-top:32px;
	}
	.footer_reg {
		padding:32px 0 0 0;
	}	
}

@media screen and (max-width: 480px) {
	
}
/* End */


/* Start:/local/templates/ritual/css/autoload/form-contact.css?1704669035716*/
.form-contact{
	
}

.form-contact__double{
	display:flex;
	flex:1 1 0;
	justify-content:space-between;
}
.form-contact__double > div{
	width:48%;
}
.form-contact__field{
	margin:16px 0;
}
.form-contact__field_footer{
	margin-top:24px;
	text-align:center;
}

.form-contact__label{
	font-size:16px;
	color:#6e6e6e;
	padding-bottom:2px;
}

.form-contact__btn{
	font-size:18px;
}
.form-contact__error {
	color:#c00d0d;
	font-size:14px;
}

.form-contact input[type=text],
.form-contact input[type=password]{
}
.form-contact textarea {
	padding:4px;
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width: 768px) {
	.form-contact__label{
		font-size:13px;
	}
	.form-contact__btn{
		font-size:16px;
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/form-order.css?1704669035120*/
.form-order {
	
}

.form-order__title {
	font-size: 24px;
	margin: 0 16px 24px;
	font-weight: 700;
	text-align:center;
}
/* End */


/* Start:/local/templates/ritual/css/autoload/header.css?17340999072153*/
.header {
	position:fixed;
	height:124px;
	top:0;
	left:0;
	right:0;
	background-color:#fff;
	z-index:10;
}

.header__top {
	display:flex;
	align-items:center;
}

.header__logo {
	display:block;
	text-decoration:none;
	width:293px;
}

.header__contact {
	text-transform:uppercase;
	text-align:right;
}
.header__work-time{
	font-size:14px;
	line-height:1;
	font-weight:600;
	color:#626262;
	margin-top:4px;
}
.header__phone{
	margin-top:4px;
}
.header__phone a{
	font-size:22px;
	line-height:1;
	font-weight:700;
	text-decoration:none;
}

.header__short{
	margin-top:8px;
}

.header__search {
	
	flex-grow:1;
	text-align:center;	
}

.header__nav{
	background-color:#5d1228;
	color:#fff;
}

.header__bars{
	display:none;
	width:32px;
	height:32px;
	fill:#5d1228;
	cursor:pointer;
	flex-shrink:0;
}

.header__bars svg > g {
	transition: all 0.2s ease 0s;
}
.page .header__bars svg > g:nth-child(1){
	opacity:1;
}
.page .header__bars svg > g:nth-child(2){
	transform:rotate(0deg) translate(0%,-0%);
	transform-origin:0% 0%;
}
.page .header__bars svg > g:nth-child(3){
	transform:rotate(-0deg) translate(-0%,-0%);
	transform-origin:0% 0%;
}

.page_open .header__bars svg > g:nth-child(1){
	opacity:0;
}
.page_open .header__bars svg > g:nth-child(2){
	transform:rotate(45deg) translate(20%,-20%);
	transform-origin:0% 0%;
}
.page_open .header__bars svg > g:nth-child(3){
	transform:rotate(-45deg) translate(-50%,-10%);
	transform-origin:0% 0%;
}

@media screen and (max-width:1000px) {
	.header {
		height:50px;
		box-shadow: 0 0 8px 0px rgba(0,0,0,.64);		
	}
	.header__top{
		justify-content:space-between;
	}
	.header__logo {
		width:auto;
	}
	.header__contact{
		display:none;
	}
	.header__nav{
		top:0;
		right:0;
		position:fixed;
		transform:translate(-100%,0px);
		transition:all 0.2s ease 0s;
		overflow-y:scroll;
		-webkit-overflow-scrolling: touch;
		height:calc(100% - 96px);
		display:flex;
		width:100%;
		
		
	}
	.header__nav_active{
		transform:translate(0,50px);
		z-index:50;
	}	
	.header__search{
		display:none;
	}		
	.header__bars{
		display:block;
	}	
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {

}
/* End */


/* Start:/local/templates/ritual/css/autoload/hidden.css?170466903528*/
.hidden {
	display:none;
}
/* End */


/* Start:/local/templates/ritual/css/autoload/iplate.css?17046690351061*/
.iplate {
	width:100%;
	overflow:hidden;
	text-decoration:none;
	border-radius:16px;
	box-shadow:4px 4px 8px 2px rgba(0,0,0,0.04);	
	display:block;
	border-radius:16px;
	margin:16px 0;
}

.iplate__view {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-top-right-radius:16px;
	border-top-left-radius:16px;
	height:100%;
	display:flex;
}
.iplate__view:before {
	content:"";
	display:block;
	float:left;
	padding-bottom:64.82%;
}
.iplate__view img{
	display:none;
}

.iplate__title{
	padding:16px 0 16px 20px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
}

@media screen and (max-width:1000px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
	.iplate {
		margin-bottom:0;
	}
	.iplate__title{
		font-size:14px;
		padding:8px 16px;
	}
	.iplate__title br{
		display:none;
	}
	
}

@media screen and (max-width: 320px) {

	.iplate {
		margin:0 0 16px;
	}
	.iplate__title{
		font-size:20px;
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/l-iplate.css?1704669035680*/
.l-iplate {
}

.l-iplate__list {
	display:flex;
	flex-wrap:wrap;
	text-align:left;
	margin:0 -12px;
	
}

.l-iplate__item {
	flex-shrink:0;
	width:calc(33.33% - 24px);
	margin:0 12px;
	transition: transform 0.2s ease;
}
.l-iplate__item > * {
	transition: transform 0.2s ease;
}
.l-iplate__item:hover > *{
	transform:translateY(-2px)
}


@media screen and (max-width:1200px) {
	.l-iplate__item {
		width:calc(50% - 24px);
	}
}

@media screen and (max-width:1000px) {
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 320px) {
	.l-iplate__list {
		margin:0;
	}	
	.l-iplate__item {
		flex:0 0 100%;
		margin:0;
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/l-plate.css?1704669035691*/
.l-plate {
}

.l-plate__list {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.l-plate__item {
	flex:0 0 236px;
	transition: transform 0.2s ease;
}
.l-plate__item > * {
	transition: transform 0.2s ease;
}
.l-plate__item:hover > *{
	transform:translateY(-2px)
}

@media screen and (max-width:1000px) {
	.l-plate__list {
		justify-content:space-around;	
	}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
	.l-plate__list {
		margin:0 -8px;
	}
	.l-plate__item {
		flex:0 0 calc(50% - 16px);
		margin:0 8px;
	}
}

@media screen and (max-width: 320px) {
	.l-plate__list {
		margin:0;
	}	
	.l-plate__item {
		flex:0 0 100%;
		margin:0;
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/l-reviews.css?170466903575*/
.l-reviews {
	margin:0 0 32px 0;
}

.l-reviews__nav {
	text-align:center;
}
/* End */


/* Start:/local/templates/ritual/css/autoload/l-social.css?1704669035309*/
.l-social {
	display:flex;
	margin:40px 0;
	flex-wrap:wrap;
	justify-content:center;
}

.l-social__item {
	flex:0 0 40%;
}

@media screen and (max-width:1000px) {
	.l-social__item{
		margin-top:32px;
		flex:0 0 100%;	
	}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {

}

/* End */


/* Start:/local/templates/ritual/css/autoload/list.css?1704669035501*/
.list {
	column-width: 206px;
	position: relative;
	column-gap: 0;
	margin: 0 0 0 16px;
	padding: 0;
}

.list li {
	margin:0;
	padding:0;
	min-height:24px;
	overflow: hidden; /* Fix for firefox and IE 10-11  */
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
	break-inside: avoid-column;	
}

.list li:before {
	display:none;
}

.list a {
	text-decoration:none;
}
.list a:hover {
	text-decoration:underline;
}
/* End */


/* Start:/local/templates/ritual/css/autoload/logo.css?1704669035836*/
.logo {
	display:flex;
	align-items:center;
	padding:8px 0;
}

.logo__view {
	width:80px;
	flex: 0 0 80px;
}

.logo__name {
	text-transform:uppercase;
	padding-left:20px;
	padding-top:4px;
}

.logo_footer .logo__title {
	color:#E4C892;
	font-size:28px;
}
.logo_footer .logo__desc {
	color:#a6948e;
	font-size:16px;
}
.logo__desc{
	font-size:18px;
	font-weight:600;
	color:#626262;
	line-height:1;
	margin-top:-2px;	
}

.logo__title{
	font-size:35px;
	font-weight:900;
	color:#5d1228;
	line-height:1;
}


@media screen and (max-width:1000px) {
	.logo {
		padding:8px 0;
	}
	.logo__view {
		width:48px;
		height:auto;
		flex: 0 0 48px;
	}
	.logo__name {
		padding-left:8px;
	}
	.logo__desc{
		font-size:12px;	
	}
	.logo__title{
		font-size:16px;	
	}	
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {

}
/* End */


/* Start:/local/templates/ritual/css/autoload/main-desc.css?1704669035174*/
.main-desc p {
	margin: 0;
	display:inline;
}

@media screen and (max-width:1000px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {

}
/* End */


/* Start:/local/templates/ritual/css/autoload/main-reviews.css?17046690351412*/
.main-reviews {
	
}

.main-reviews__list{
	display:flex;
}

.main-reviews__item {
	width:33.33%;
	color:#000;
	text-decoration:none;
	box-sizing:border-box;
	padding:0 16px;
	display: flex;
	flex-direction: column;
}

.main-reviews__title {
	font-weight:700;
	line-height: 1.15;
	max-height: 56px;
	overflow: hidden;
	color: #000;
	text-align:left;
}

.main-reviews__desc {
	margin-top:4px;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

	flex-grow:1;

}

.main-reviews__more{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;

	text-align: right;
	margin-top: 8px;

}

.main-reviews__date {
	color: #717171;
	font-size: 14px;
}

.main-reviews__more-label{
	font-size: 14px;
	color: #717171;
	
	padding-bottom:1px;
	border-bottom:1px solid transparent;
	
	white-space:nowrap;
}

.main-reviews__item:hover .main-reviews__more-label{
	border-bottom:1px solid #ccc;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){


	.main-reviews__list{
		display:block;
	}
	.main-reviews__item {
		width:100%;
		padding:0;
		margin-bottom:16px;
		
	}
	
	.main-reviews__more {
		flex-direction:column;
	}
	.main-reviews__more-label {
		margin-top:8px;
	}
		
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/ritual/css/autoload/map.css?1704669035647*/
.map {
	height:512px;
	max-height:32vh;
	position:relative;
	background:#f9f9f9;
	margin: 16px 0;
	cursor: pointer;
}
.map:before {
	background-image:url('/local/templates/ritual/css/autoload/assets/map/world.svg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	height:64%;
	width:64%;
	position:absolute;
	content:"";
	display:block;
	top:18%;
	left:18%;
}


.map:after {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all 0.2s ease;
}

.map_unlock {
	cursor: default;
}
.map_unlock:after {
	display: none;
}

.map:not(.map_unlock):hover:after{
	background: rgba(0,0,0,0.4);
}
/* End */


/* Start:/local/templates/ritual/css/autoload/more-article.css?1704669035402*/
.more-article {
	display:flex;
}

.more-article__link {
	color:#999;
	text-decoration:none;
}

.more-article__link_prev {
	border-right:1px solid #999;
	padding-right:8px;
	margin-right:8px;
}

.more-article__link_next {

}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.more-article {
		
	}
}

/* End */


/* Start:/local/templates/ritual/css/autoload/news.css?17046690351212*/
.news {
	border-bottom:2px solid #5d1228;
	padding:24px 0;
	text-decoration:none;
	color:#333;
	display:flex;
}
.news__view {
	margin-right:16px;
	width:156px;
	flex-shrink:0;	
	background-size:cover;
	background-position:center;
}
.news__view img{
	border-radius:4px;
}

.l-reviews__item:last-child .news {
	border-bottom:0;
}

.news:hover .news__name {
	text-decoration:underline;	
}
.news__header {
	display:flex;
	align-items:baseline;
}

.news__name {
	font-weight:700;
	margin-bottom:4px;
}
.news__date {
	padding-left:32px;
	color:#999;
	font-size:0.8em;
	white-space:nowrap;
}

.news__content > *:first-child{
	margin-top:4px;
}
.news__content > *:last-child{
	margin-bottom:0px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (min-width:481px){
	.news__view {
		background-image:none !important;
	}
}

@media screen and (max-width:480px){
	.news__header {
		 flex-direction:column-reverse;
	}
	
	.news__date {
		padding-left:0;
		margin-bottom:4px;
	}
	.news {
		display:block;
	}

	.news__view {	
		margin:0 auto;
		text-align:center;
		height:150px;
		width:100%;
	}
	.news__view img {
		display:none;
	}
	.news__text {
		margin-top:16px;
	}
}

/* End */


/* Start:/local/templates/ritual/css/autoload/nowrap.css?170466903532*/
.nowrap {
	white-space:nowrap;
}
/* End */


/* Start:/local/templates/ritual/css/autoload/only.css?1704669035182*/
.only {
	
}


@media screen and (min-width:1000px){
	.only_mobile {
		display:none;
	}	
}

@media screen and (max-width:1000px){
	.only_desktop {
		display:none;
	}	
}
/* End */


/* Start:/local/templates/ritual/css/autoload/pack-type.css?1704669035860*/
.pack-type {
	margin: 32px 0;
}
.pack-type__tabs{
	display: flex;
	align-items: center;
	justify-content: center;	

}

.pack-type__tab{
	border:2px solid #5d1228;
	cursor:pointer;
	padding:8px 24px;
	font-size:18px;
	color:#999;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

.pack-type__tab + .pack-type__tab{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;	
	border-top-left-radius:0;
	border-bottom-left-radius:0;	
}

.pack-type__tab_active{
	background-color:#5d1228;
	color:#fff;
}


.pack-type__boxes{
}

.pack-type__box{
	display:none;
	padding:16px;
	box-sizing:border-box;
}

.pack-type__box_active {
	display:block;
}


@media screen and (max-width:1000px) {
	.pack__boxes {
		margin:16px 0;
	}
	.pack-type__box {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {

}
/* End */


/* Start:/local/templates/ritual/css/autoload/pack.css?17046690352230*/
.pack {
	display:flex;
	min-height:508px;
}

.pack__select {
	display:flex;
	flex-grow:1;
}

.pack__tabs{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex:0 0 50%;
}

.pack__tab{
	border:2px solid #f4f4f4;
	border-right:0;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	height:33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}

.pack__tab + .pack__tab{
	margin-top:20px;
}

.pack__tab_active{
	background-color:#f4f4f4;
}

.pack__title{
	color:#5d1228;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}

.pack__price{
	font-size:48px;
	font-weight:700;
	color:#626262;
	letter-spacing: -2px;
}

.pack__currency{
	font-size:30px;
	letter-spacing:0;
}

.pack__boxes{
	background-color:#f4f4f4;
	flex:0 0 50%;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}

.pack__box{
	display:none;
	padding:16px;
	box-sizing:border-box;
}
.pack__box li{
	cursor:pointer;
}

.pack__box li:hover {
	color:#5d1228;
}

.pack__box_active {
	display:block;
}

.pack__view {
	flex:0 0 33%;
	/* border:4px solid #5d1228;
	border-radius:8px; */
	margin-left:16px;
	display:none;
	align-self:flex-start;
}
.pack__view_active{
	display:block;
	
}
.pack__image {
	width:100%;
	height:512px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	box-sizing:border-box;	
	border-radius:4px;
}

.pack__more {
	
}

.pack__more-price {
	color:#5d1228;
	font-weight:700;
}

.pack__inner-tab{
	display:none;
}

.pack__order{
	margin-top:32px;
	text-align:center;
}
@media screen and (max-width:1000px) {
	.pack__view_active{
		display:none;
	}
	
	.pack__tabs{
		display:none;
	}
	
	.pack__boxes{
		flex-basis:100%;
		border-radius:0;
	}
	.pack__box_active{
		border:2px solid #f4f4f4;
		background:#fff;
	}
	.pack__inner-tab{
		display:flex;
		align-items:center;
		justify-content:space-between;
		padding:16px 32px;
		box-sizing:border-box;
	}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
	.pack__title {
		font-size:18px;
	}
	.pack__price {
		font-size:22px;
	}
	.pack__currency{
		font-size:18px;
	}
	.pack__inner-tab {
		padding:16px;
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/page.css?17046690352257*/
.page {
	width:100%;	
	overflow:hidden;
}

.page__grey {
	background-color:#f4f4f4;
	padding:2px 0 40px;
}

.page__header {
	padding-bottom:124px;
	background-color:#fff;
}
.page__menu-close{
	display:none;
	position: absolute;
    top: 16px;
    right: 16px;
    fill: #fff;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 40;

}
.page__content_inner{
	padding-bottom:48px;
}
.page__content_main h1,
.page__content_main h2 {
	text-align:center;
	color: #5d1228;
	margin: 1.1em 0 16px;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;	
}


.page__inner{
	display:flex;
}

.page__area{
	width:calc(100% - 406px);
	/* flex-grow:1; */
}

.page__area > p:first-child {
	margin-top:0;
}

.page__right-sidebar{
	flex:0 0 374px;
	padding-left:32px;
}

.page__footer {
	background:#5d1228;
	padding:32px 0;
	color:#fff;
}

.page__bottom-fix{
	display:none;
	z-index:10;
}

.page__phone {
	font-size:18px;
	display:table;
	width:100%;
	height:100%;
}	
.page__phone-number {
	font-size:18px;
	display:table-cell;
	height:100%;
	vertical-align:middle;
	color:#fff;
	text-decoration:none;
	font-weight:600;
	position:relative;
	padding-right:32px;
}	
.page__phone-number:after {
	background-image:url('/local/templates/ritual/css/autoload/assets/page/24.svg');
	content: "";
	width: 24px;
	height: 24px;
	position: relative;
	display: inline-block;
	margin-left: 8px;
	position:absolute;
	top:10px;
}

@media screen and (max-width: 1000px) {
	.page_open {
		overflow: hidden;
		position: fixed;
		height: 100vh;	
		
	}
	
	.page__header {
		padding-bottom:50px;
	}
	
	.page__menu-close{
		display:block;
	}
	.page__short {
		border-right:1px solid #fff;
		vertical-align:middle;
		display:table-cell;
	} 
	.page__bottom-fix{
		font-size:16px;
		line-height:1.2;
		text-align:center;
		position:fixed;
		width:100%;
		height:48px;
		background:#5d1228;
		bottom:0;
		left:0;
		box-shadow:0 0 8px 0px rgba(0,0,0,.64);
		display:flex;
		align-items:center;
	}
	.page__footer {	
		padding-bottom:80px
	}	
}

@media screen and (max-width: 768px) {
	.page__area{
		width:100%;
	}	
	.page__right-sidebar{
		display:none;
	}
	.page__inner{
		display:block;
	}
}

@media screen and (max-width: 480px) {
	.page__content_main h1,
	.page__content_main h2 {
		font-size: 24px;
	}
	
}
/* End */


/* Start:/local/templates/ritual/css/autoload/pam.css?1714229158219*/
.pam {
	
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.pam {
		margin:16px -16px 0 -16px;
		width:calc(100% + 32px);
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/ritual/css/autoload/plate.css?17046690351012*/
.plate {
	width:100%;
	overflow:hidden;
	text-decoration:none;
	border-radius:16px;
	box-shadow:4px 4px 8px 2px rgba(0,0,0,0.04);	
	display:block;
	border-radius:16px;
	margin:16px 0;
}

.plate__view {
	height:140px;
	width:286px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-top-right-radius:16px;
	border-top-left-radius:16px;
}


.l-plate_inner .plate__view{
	width:256px;
}

.plate__view img{
	display:none;
}

.plate__title{
	padding:16px 0 16px 20px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
}

@media screen and (max-width:1000px) {



}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
	.plate {
		margin-bottom:0;
	}
	.plate__view {
		width:auto;
	}
	.plate__title{
		font-size:14px;
		padding:8px 4px;
	}
	.plate__title br{
		display:none;
	}
	
}

@media screen and (max-width: 320px) {

	.plate {
		margin-bottom:16px;
	}
	.plate__view {
		width:100%;
	}
	.plate__title{
		font-size:20px;
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/review.css?1704669035413*/
.review {
	border-bottom:2px solid #5d1228;
	padding:24px 0;
}

.l-reviews__item:last-child .review {
	border-bottom:0;
}

.review__header {
	display:flex;
	align-items:baseline;
}

.review__name {
	font-weight:700;
	margin-top:8px;
}
.review__date {
	color:#999;
	font-size:0.8em;
	white-space:nowrap;
}

.review__content > *:first-child{
	margin-top:8px;
}
.review__content > *:last-child{
	margin-bottom:0px;
}
/* End */


/* Start:/local/templates/ritual/css/autoload/right-bar.css?1704669035398*/
.right-bar__image  {
	margin-bottom:32px;
}

.right-bar__image img {
	border-radius:8px;
}

.right-bar__more{
	margin-bottom:24px;	
}


.right-bar__request{
	margin-bottom:16px;	
}
.right-bar__review{
	padding-bottom:24px;
}

.right-bar__sticky {
  position: fixed;
  z-index: 9;
}
.right-bar__stop {
  position: relative;
  z-index: 9;
}
.right-bar .short-list__title-review {
	line-height:18px;
}
/* End */


/* Start:/local/templates/ritual/css/autoload/search-form.css?1704669035817*/
.search-form {
	position:relative;
	margin:0 auto;
	width:180px;
}

.search-form__submit {
	position:absolute;
	background-color:transparent;
	background-image:url('/local/templates/ritual/css/autoload/./assets/search-form/search.svg');
	background-size:100%;
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	left:8px;
	top:8px;
	border:0;
	
}

input[type=text].search-form__input {
	width:180px;
	height:40px;
	background:#f2f2f2;
	border-radius:6px;
	padding:0 8px 0 40px;
	line-height:40px;
	border:0;
	box-sizing:border-box;
	
}


.search-form__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	text-transform:uppercase;
}


.search-form__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	text-transform:uppercase;
}


.search-form__input::-ms-input-placeholder { /* Microsoft Edge */

	text-transform:uppercase;
}

/* End */


/* Start:/local/templates/ritual/css/autoload/short-list.css?17046690352787*/
.short-list{
	padding:0 16px 4px;
	display:flex;
	flex-direction:column;
	height:100%;
}
.short-list_right{
	border-left-width:3px;
	border-left:4px solid #5d1228;	
}

.short-list__header{
	display:flex;
	height:72px;
	background:#f2f2f2;
	align-items:center;
}
.short-list_right .short-list__header{
	height:auto;
	background:#fff;
}
.short-list__name{
	text-transform:uppercase;
	flex-grow:1;
	font-size:32px;
	font-weight:700;
	color:#5d1228;
	padding-right:16px;
	text-align:center;
}

.short-list_right .short-list__name{
	font-size:24px;
	text-align:left;
}
.short-list__view{
	flex:0 0 64px;
	padding:8px;
	box-sizing:border-box;
}

.short-list__list {
	flex-grow:1;
}

.short-list__item{
	margin:24px 0;
	display:flex;
	color:#181716;
	text-decoration:none;
	height:128px;
	overflow:hidden;
}
.short-list__item-view {
	width:148px;
	margin-right:16px;
	flex-shrink:0;
}
.short-list__item-view img {
	border-radius:8px;
}
.right-bar__more .short-list__item{
	height:auto;
	max-height:128px;
	display:block;
}

.short-list__more{
	display:flex;
	justify-content:space-between;
}
.short-list__more-label{
	padding-bottom:1px;
	border-bottom:1px solid transparent;
}
.short-list__item:hover .short-list__more-label{
	border-bottom:1px solid #ccc;
}

.short-list__title{
	font-size:22px;
	line-height:1.15;
	max-height:56px;
	overflow:hidden;
	

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

	
}
.short-list__title-review{
	font-weight:700;
	line-height:27.6px;
}
.short-list__date{
	color:#959494;
	font-weight:400;
}

.short-list__desc{
	margin-top:4px;
	flex-grow:1;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

	
}

.short-list__more {
	text-align:right;
	margin-top:8px;
	font-size:14px;
	color:#717171;	
}

.short-list__footer{
	text-align:center;
}

.short-list__all {
	text-decoration:none;
	display:inline-block;
	width:80%;
	margin:0 auto;
	padding:16px 0;
	background:#f4f4f4;
	color:#717171;
	border-radius:8px;
	text-transform:uppercase;
	max-width:288px;
}

.short-list__all:hover {
	background:#f1f1f1;
}

@media screen and (max-width:1000px) {
	.short-list__item{
		height:auto;
	}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
	
	.short-list{
		padding:0;
	}
	.short-list__header{
		height:auto;
	}
	.short-list__name {
		font-size:24px;
	}
	.short-list__view{
		flex:0 0 48px;
	}
	
	.page__content_main .short-list__item{
		flex-direction:column;
	}
	.page__content_main .short-list__item-view{
		width:100%;
		margin:0 0 16px 0;
		text-align:center;
	}
	.page__content_main .short-list__item-view img{
		width:320px;
	}
	.page__content_main .short-list__content{
	}
}

/* End */


/* Start:/local/templates/ritual/css/autoload/short.css?17046690351965*/
.short {
	display:inline-flex;
	align-items:center;
	text-decoration: none;
	height:24px;
}

.short__view {
	background-image:url(/local/templates/ritual/css/autoload/assets/short/phone.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cotain;

	width:14px;
	height:100%;
	margin-right:8px;
}
.short__number {
	font-size: 22px;
	font-weight: 700;
}

.short__icons {
	display:flex;
	align-items:center;
	height:100%;
}

.short__icons > div{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cotain;
	margin-left:8px;
}

.short__mts {
	background-image:url(/local/templates/ritual/css/autoload/assets/short/mts.svg);
	width:40px;
	height:100%;
}

.short__a1 {
	background-image:url(/local/templates/ritual/css/autoload/assets/short/a1.svg);
	width:12px;
	height:100%;	
}

.short__life {
	background-image:url(/local/templates/ritual/css/autoload/assets/short/life.svg);
	width:28px;
	height:100%;	
}


.short_map {
	height:32px;
}
.short_map .short__view {
	width:16px;	
}
.short_map .short__number {
	font-size:1.3em;
}
.short_map .short__icons > div {
	margin-left:12px;
}
.short_map .short__mts {
	width:48px;
}
.short_map .short__a1 {
	width:16px;
}
.short_map .short__life {
	width:32px;
}


.short_footer .short__number {
	font-weight:400;
}


.short_mobile {
	padding: 0 16px 0 36px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
	justify-content: center;
}

.short_mobile .short__view {
	display:none;
}

.short_mobile .short__number {
	color:#fff;
	font-weight:600;
	font-size:18px;
	position:relative;		
}
.short__number:after {
	content:"";
	display:block;
	position:absolute;
	height:21px;
	width:16px;
	
	left:-20px;
	top:50%;
	transform:translateY(-50%);
	
	background-image:url(/local/templates/ritual/css/autoload/assets/short/phone_white.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cotain;

	width:14px;
	height:100%;
	margin-right:8px;
}
.short_mobile .short__icons {
	display:none;
}

/* End */


/* Start:/local/templates/ritual/css/autoload/sub-item.css?1704669035913*/
.sub-item {
}

.sub-item {
	padding:8px 16px;
	box-sizing:border-box;
}

.sub-item__view {
	flex-shrink:0;
	width:32px;
	height:32px;
	margin-right:12px;
	transform: translateY(-8px);
	display:none;
}

.sub-item__icon {
}

.sub-item__content {
}

.sub-item__link {
	color:#333;
	line-height:1.3;
	text-decoration:none;	
	position:relative;
	display:inline-block;
}
.sub-item__link_bold {
	font-weight:700;
}

.sub-item__link:hover:after{
	content:"";
	display:block;
	position:absolute;
	height:2px;
	width:64px;
	background:#5d1228;
	bottom:-3px;
	left:0;
}


.sub-item__view svg{
	width:100%;
	height:100%;
	fill:#5d1228;
	opacity:0.5;
	
}

@media screen and (max-width:1000px) {

	.sub-item{
		padding:4px 0;
	}	
	.sub-item__link {
		color:#fff;
	}
}

@media screen and (max-width: 414px) {
	.sub-item__view {
		flex-shrink:0;
		width:24px;
		height:24px;
		margin-right:8px;
		transform: translateY(0px);
	}
}
/* End */


/* Start:/local/templates/ritual/css/autoload/table-nw.css?1704669035252*/
.table-nw_1 td:nth-child(1){
	white-space:nowrap;	
}
.table-nw_2 td:nth-child(2){
	white-space:nowrap;
}
.table-nw_3 td:nth-child(3){
	white-space:nowrap;
}
.table-nw_4 td:nth-child(4){
	white-space:nowrap;
}
.table-small-padding td {
	padding:8px;
	
}
/* End */


/* Start:/local/templates/ritual/css/autoload/table-scroll.css?170466903559*/
.table-scroll {
    overflow: auto;
    margin: 0 -16px;	
}
/* End */


/* Start:/local/templates/ritual/css/autoload/top-menu.css?17046690356280*/
.top-menu{
	padding:0;
	display:table;
	height:48px;
	color:#fff;
	font-size:16px;
	font-weight:400;
	position:relative;
	width:calc(100% + 72px);
	margin:0 -36px;
}

.top-menu ul {
}
.top-menu li:before {
    display:none;
}
.top-menu__bold {
	font-weight:700;
}

.top-menu__item{
	list-style:none;
	margin:0;	
	padding:0 16px;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	position:static;
}
.top-menu__item_mobile{
	display:none;
}
.top-menu__item:hover{
	background:rgb(93, 18, 40, 0.04);
}

.top-menu__item:hover .top-menu__submenu{
	opacity:1;
	visibility: visible !important;
}
.top-menu__item_mobile{
	display:none;
}
.top-menu__link {
	color:#fff;
	/* color:#000; */
	text-decoration:none;
	border-bottom:1px solid transparent;
	white-space:nowrap;
	text-transform:uppercase;
}
.top-menu__link_active{
	border-bottom:1px solid #fff;
}

.top-menu__submenu{
	visibility: hidden;
	opacity:0;
	position:absolute;
	top:48px;
	transition: all .2s ease .2s;
	z-index:20;
	padding:24px 48px;
	box-shadow:3px 0 16px rgba(0, 0, 0, .23);
	display:flex;
	transform:translateX(-16px);
	background-color:#fff;
	background-size:cover;
	background-position:center center;
	margin:0;
	padding:0;
	overflow: auto;
	max-height: calc(100vh - 124px);
}
.top-menu__submenu:before {
	content:"";
	display:block;
	position:absolute;
	background-color:rgba(240,240,240,0.94);
	width:100%;
	height:100%;
}

.top-menu__item:nth-last-child(5) .top-menu__submenu,
.top-menu__item:nth-last-child(4) .top-menu__submenu,
.top-menu__item:nth-last-child(3) .top-menu__submenu,
.top-menu__item:nth-last-child(2) .top-menu__submenu, 
.top-menu__item:nth-last-child(1) .top-menu__submenu {
	right:0;
}

.top-menu__group{
	padding:0 32px 0 0;
	width:224px;
	list-style:none;	
}

.top-menu__group:first-child {
	padding-left:32px;
}

.top-menu__plate {
	background:rgba(255,255,255,0.9);
	border-radius:8px;	
	margin:16px 0;
	padding:0;
}

.top-menu__sub-item {
	line-height:1;
	text-align:left;
	margin:0;
	list-style:none;
	padding:0;
}
.top-menu__sub-item:first-child .sub-item__link{
	/* font-weight:700; */
}

.top-menu__sub-link {
	color:#333;
	font-size:16px;
	font-weight:400;
	text-decoration:none;
}


@media screen and (max-width: 1366px) {	

	.top-menu__item{
		text-align:center;
		padding:0 8px;
	}

	.top-menu__link{
		white-space:normal;
	}	
}


@media screen and (max-width: 1000px) {
	.top-menu{
		display:block;
		height:auto;
		padding:24px 0;
		max-width:100%;
		margin:0;
	}
	.top-menu__item{
		display:block;
		margin:12px 0;
		text-align:left;
	}
	
	.top-menu__item_mobile{
		display:block;
	}
	.top-menu__link{
		font-weight:700;
		font-size: 18px;
		display:block;
	}
	.top-menu__item:hover{
		background:transparent;
	}	
	.top-menu__submenu{
		visibility: visible !important;
		opacity: 1;
		position: relative;
		top: 0;
		background: transparent;
		transition: none;
		z-index: 20;
		padding: 8px 16px 16px;
		box-shadow: none;
		display:none;
		transform: translateX(0);
		background-image:none !important;
	}
	.top-menu__submenu:before {
		display:none;
	}
	.top-menu__item_multi {
		position:relative;
	}
	.top-menu__item_multi:after {
		background-image:url('/local/templates/ritual/css/autoload/assets/top-menu/right.svg');
		background-repeat:no-repeat;
		width:24px;
		height:24px;
		content:"";
		display:block;
		clear:both;
		position:absolute;
		right:0;
		top:0;
		transition: all 0.2s;
		pointer-events:none;
	}
	.top-menu__item_open:after{
		transform:rotate(90deg);
	}
	.top-menu__item_open .top-menu__submenu {
		display:block;
	}	
	.top-menu__sub-item{
		margin:8px 0;
	}
	
	.top-menu__group:first-child {
		padding-left:0;
	}
	.top-menu__group{
		width:100%;
		box-sizing:border-box;
		padding:0;
		margin:0;
	}
	.top-menu__plate{
		background:none;
		margin:0;
	}
	

	.top-menu__plate_multi{
		position:relative;
	}
/* 	.top-menu__plate_multi .top-menu__sub-item{
		display:none;
	}
 */

	.top-menu__plate_multi .top-menu__toggle-plate{
		position:absolute;
		right:0;
		top:4px;
		display:block;
		width:24px;
		height:24px;
		text-align:center;
		cursor:pointer;
		padding:0;
		margin:0;
		color:#fff;
		z-index:10;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEwcHgiIGhlaWdodD0iNTEwcHgiIHZpZXdCb3g9IjAgMCA1MTAgNTEwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTAgNTEwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTI4MC41LDE1M2gtNTF2NzYuNUgxNTN2NTFoNzYuNVYzNTdoNTF2LTc2LjVIMzU3di01MWgtNzYuNVYxNTN6IE0yNTUsMEMxMTQuNzUsMCwwLDExNC43NSwwLDI1NXMxMTQuNzUsMjU1LDI1NSwyNTVzMjU1LTExNC43NSwyNTUtMjU1UzM5NS4yNSwwLDI1NSwweiBNMjU1LDQ1OWMtMTEyLjIsMC0yMDQtOTEuOC0yMDQtMjA0UzE0Mi44LDUxLDI1NSw1MXMyMDQsOTEuOCwyMDQsMjA0UzM2Ny4yLDQ1OSwyNTUsNDU5eiIvPjwvZz48L2c+PC9zdmc+);
		background-size:100%;
		background-repeat:no-repeat;
	}
	.top-menu__plate_multi_open .top-menu__toggle-plate{
		background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEwcHgiIGhlaWdodD0iNTEwcHgiIHZpZXdCb3g9IjAgMCA1MTAgNTEwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTAgNTEwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyNy41LDIyOS41djUxaDI1NXYtNTFIMTI3LjV6IE0yNTUsMEMxMTQuNzUsMCwwLDExNC43NSwwLDI1NXMxMTQuNzUsMjU1LDI1NSwyNTVzMjU1LTExNC43NSwyNTUtMjU1UzM5NS4yNSwwLDI1NSwweiBNMjU1LDQ1OWMtMTEyLjIsMC0yMDQtOTEuOC0yMDQtMjA0UzE0Mi44LDUxLDI1NSw1MXMyMDQsOTEuOCwyMDQsMjA0UzM2Ny4yLDQ1OSwyNTUsNDU5eiIvPjwvZz48L2c+PC9zdmc+);

	}
	.top-menu__plate_multi .top-menu__sub-item{
		display:none;
		padding-left:16px;
	}
	.top-menu__plate_multi .top-menu__sub-item:nth-child(2){
		margin-right:32px;
		display:block;
		padding-left:0px;
	}
	.top-menu__plate .top-menu__sub-item .top-menu__bold{
		font-weight:400;
	}
	.top-menu__plate_multi .top-menu__sub-item:nth-child(2) .top-menu__bold{
		font-weight:700;
	}


	.top-menu__plate_multi_open .top-menu__sub-item{
			display:block;
	}	

	
	
	.top-menu__sub-item{
		margin:0;
	}
	.top-menu__sub-link{
		color:#fff;
		line-height:1.4;
	}
}


@media screen and (max-width: 768px) {
	
}
/* End */


/* Start:/local/templates/ritual/css/autoload/z_mobile.css?1704669035186*/
.mobile {
	display:none;
}
@media screen and (max-width:1000px) {



}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
	.mobile {
		display:block;
	}
}
/* End */


/* Start:/local/templates/ritual/vendor/fancybox/jquery.fancybox.css?170466903517390*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* End */


/* Start:/local/templates/ritual/components/bitrix/system.pagenavigation/modern/style.min.css?1704669035659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/ritual/template_styles.css?17046690352360*/
body {
	font-family: 'Officina Sans', 'Open Sans', 'Arial', 'sans-serif';
	font-size:16px;
	color:#181716;
}

h1 {
	color:#5d1228;
	margin:1.1em 0 16px;
	font-size:36px;
	font-weight:700;
	text-transform:uppercase;
}

h2 {
	color:#181716;
	font-size:24px;
	font-weight:700;
	margin:1.1em 0 16px;
	text-transform:uppercase;
}

h3 {
	color:#181716;
	font-size:18px;
	font-weight:700;
	margin:1.1em 0 16px;	
}

img {
	vertical-align:top;
	max-width:100%;
}

a {
	color:#5d1228;
}

p {
	margin:16px 0;
	line-height:1.2;
}

ul,ol {
	margin:16px 0;
	padding:0 0 0 16px;
}


li {
	margin:12px 0;
}

ul li {
	padding-left:40px;
	position:relative;
	list-style:none;
}


ul li:before {
	content:"";
	display:block;
	position:absolute;
	top:2px;
	left:0;
	background-image:url(/local/templates/ritual/images/logo.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	background-size: contain;
	background-color:transparent;
}

table {
	border-spacing: 8px;
    border-collapse: separate;
	margin:16px 0;
}
td, th {
	border-radius:6px;
	padding:16px;
	text-align:center;
}
thead td,
th {
	background:#e7dcdf;
	font-weight:700;
}
tbody td {
	background:#f4f4f4;
}

strong {
	font-weight:400;
}

a[href^=tel] {
	white-space:nowrap;
}

img[alt=""],img[alt=""],img:not([alt]),img:not([title]){
    outline:5px solid yellow;
}

.fancybox-content img {
	outline:0;
}

a:focus{
	outline:0;
}

input[type=text],
input[type=password]
{
	height: 40px;
	background: #d2d2d2;
	border-radius: 6px;
	padding: 0 8px;
	line-height: 40px;
	border: 0;
	box-sizing: border-box;
	width:100%;
}
textarea {
	background:#d2d2d2;
	border:1px solid #d2d2d2;
	border-radius: 6px;
	padding:0;
	margin:0;
	box-sizing:border-box;
	width:100%;
	resize:vertical;

	line-height:1.2;
	width:100%;
}

input[type=text]::placeholder,
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999;
	opacity: 1; /* Firefox */
}


input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
}


input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #999;
}

input:focus {
	outline:none;
}


@media screen and (max-width:1000px) {
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
	h1 {
		font-size:24px;
	}
	h2 {
		font-size:20px;
	}
	h3 {
		font-size:18px;
	}
}


/* End */
/* /local/templates/ritual/css/autoload/_normalize.css?17046690356052 */
/* /local/templates/ritual/css/autoload/banner.css?17046690351116 */
/* /local/templates/ritual/css/autoload/big-map.css?17339916413116 */
/* /local/templates/ritual/css/autoload/breadcrumb.css?1704669035169 */
/* /local/templates/ritual/css/autoload/btn-icon.css?1704669035634 */
/* /local/templates/ritual/css/autoload/btn-request.css?1704669035501 */
/* /local/templates/ritual/css/autoload/btn.css?1704669035961 */
/* /local/templates/ritual/css/autoload/cemetery.css?1704669035967 */
/* /local/templates/ritual/css/autoload/city.css?17046690351681 */
/* /local/templates/ritual/css/autoload/consult-min.css?17046690351309 */
/* /local/templates/ritual/css/autoload/consult.css?1704669035764 */
/* /local/templates/ritual/css/autoload/container.css?1704669035363 */
/* /local/templates/ritual/css/autoload/detail-more.css?1704669035581 */
/* /local/templates/ritual/css/autoload/detail.css?1704669035843 */
/* /local/templates/ritual/css/autoload/emoji-table.css?1704669035144 */
/* /local/templates/ritual/css/autoload/footer.css?1704669035885 */
/* /local/templates/ritual/css/autoload/form-contact.css?1704669035716 */
/* /local/templates/ritual/css/autoload/form-order.css?1704669035120 */
/* /local/templates/ritual/css/autoload/header.css?17340999072153 */
/* /local/templates/ritual/css/autoload/hidden.css?170466903528 */
/* /local/templates/ritual/css/autoload/iplate.css?17046690351061 */
/* /local/templates/ritual/css/autoload/l-iplate.css?1704669035680 */
/* /local/templates/ritual/css/autoload/l-plate.css?1704669035691 */
/* /local/templates/ritual/css/autoload/l-reviews.css?170466903575 */
/* /local/templates/ritual/css/autoload/l-social.css?1704669035309 */
/* /local/templates/ritual/css/autoload/list.css?1704669035501 */
/* /local/templates/ritual/css/autoload/logo.css?1704669035836 */
/* /local/templates/ritual/css/autoload/main-desc.css?1704669035174 */
/* /local/templates/ritual/css/autoload/main-reviews.css?17046690351412 */
/* /local/templates/ritual/css/autoload/map.css?1704669035647 */
/* /local/templates/ritual/css/autoload/more-article.css?1704669035402 */
/* /local/templates/ritual/css/autoload/news.css?17046690351212 */
/* /local/templates/ritual/css/autoload/nowrap.css?170466903532 */
/* /local/templates/ritual/css/autoload/only.css?1704669035182 */
/* /local/templates/ritual/css/autoload/pack-type.css?1704669035860 */
/* /local/templates/ritual/css/autoload/pack.css?17046690352230 */
/* /local/templates/ritual/css/autoload/page.css?17046690352257 */
/* /local/templates/ritual/css/autoload/pam.css?1714229158219 */
/* /local/templates/ritual/css/autoload/plate.css?17046690351012 */
/* /local/templates/ritual/css/autoload/review.css?1704669035413 */
/* /local/templates/ritual/css/autoload/right-bar.css?1704669035398 */
/* /local/templates/ritual/css/autoload/search-form.css?1704669035817 */
/* /local/templates/ritual/css/autoload/short-list.css?17046690352787 */
/* /local/templates/ritual/css/autoload/short.css?17046690351965 */
/* /local/templates/ritual/css/autoload/sub-item.css?1704669035913 */
/* /local/templates/ritual/css/autoload/table-nw.css?1704669035252 */
/* /local/templates/ritual/css/autoload/table-scroll.css?170466903559 */
/* /local/templates/ritual/css/autoload/top-menu.css?17046690356280 */
/* /local/templates/ritual/css/autoload/z_mobile.css?1704669035186 */
/* /local/templates/ritual/vendor/fancybox/jquery.fancybox.css?170466903517390 */
/* /local/templates/ritual/components/bitrix/system.pagenavigation/modern/style.min.css?1704669035659 */
/* /local/templates/ritual/template_styles.css?17046690352360 */
