

/* Start:/local/templates/utrata_new/vendor/normalize.css?16172600596138*/
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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/utrata_new/css/autoload/agent-detail.css?16614238071244*/
.agent-detail {
	margin-top:32px;
	display:flex;
}
.agent-detail .h3 {
	margin-top:0;
}

.agent-detail__content {
	flex-grow:1;
	display:flex;
}
.agent-detail__view {
	width:156px;
	flex-shrink:0;
}
.agent-detail__view img{
	border:3px solid #f2f3f6;
	border-radius:100%;
}
.agent-detail__info {
	margin-left:32px;
}
.agent-detail__btn {
	margin-bottom:16px;
	display:none;
}
.agent-detail__number {
	font-size:1.2em;
	font-weight:500;
}

.agent-detail__field {
	margin:12px 0;
}	
.agent-detail__value {
	color:#234b90;
	font-weight:500;
}	
.agent-detail__field a{
	color:#234b90;
	font-weight:500;	
	text-decoration:none;
}
.agent-detail__diplom {
	display:block;
	float:right;
	margin:24px 0 16px 16px;
	width:396px;
}
.agent-detail__diplom img{

}
@media screen and (max-width:1000px){
	.agent-detail {
		margin-top:16px;
		flex-direction:column;
	}
	.agent-detail__btn {
		display:block;
	}
	
	
}

@media screen and (max-width:768px){
	.agent-detail__diplom {
		float:none;
		max-width:100%;
		margin:16px 0;;
	}
	.agent-detail__content {
		flex-direction:column;
	}
	.agent-detail__info{
		margin:16px 0 0 0;
	}
}

@media screen and (max-width:480px){


}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/agent-list.css?16614205011378*/
.agent-list {
	
}

.agent-list__search {

	margin:16px 0;
	border-left:2px solid #c20d19;
	padding-left:16px;	
	box-sizing:border-box;	
}

.agent-list__search h3{
	color:#c20d19;
	font-size:22px;
	font-weight:500;
	margin-bottom:4px;	
	margin-top:16px;
}

.agent-list__list {
	display:flex;
	flex-wrap:wrap;
	margin:0 -12px;
}

.agent-list__item {
	flex: 0 0 calc(20% - 32px);
	margin:0 16px 24px;
	display:none;
}
.agent-list__item._active {
	display:block;
}
.agent-list__view {
	display:block;
	padding:0 10%;
	box-sizing:border-box;
}	
.agent-list__view img{
	border-radius:100%;
	border:3px solid #f2f3f6;
}

.agent-list__number{
	margin-top:8px;
	font-weight:500;
}
.agent-list__action{
	margin-top:8px;
}
.agent-list__more .btn{
	background:rgba(195, 13, 20, .8);
	border-color:rgba(195, 13, 20, .8);
}
.agent-list__more .btn:hover{
	background:rgba(195, 13, 20, 1);
	border-color:rgba(195, 13, 20, 1);
}
.agent-list__more{
	margin-top:16px;
	text-align:center;
}

.agent-list__more._hidden{
	display:none;
}

@media screen and (max-width:1000px){
	.agent-list__item {
		flex: 0 0 calc(33.33% - 32px);
	}
	.agent-list__search {
		display:block;
	}
}

@media screen and (max-width:768px){
	.agent-list__item {
		flex: 0 0 calc(50% - 32px);
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/agent-review.css?1623052546764*/
.agent-review {
	width:396px;
	max-width:100%;
}
.agent-review__field {
	margin:8px 0;
}

.agent-review input[type=text]{
	width: 100%;
	border: 0;
	box-sizing: border-box;
	padding: 0 12px;
	font-family: "Roboto Condensed",Arial,sans-serif;
	background: #e9edf4;
	font-size: 16px;
	border-radius: 0;
	height: 32px;
	line-height: 32px;
}

.agent-review textarea{
	width: 100%;
	border: 0;
	box-sizing: border-box;
	padding: 12px;
	font-family: "Roboto Condensed",Arial,sans-serif;
	background: #e9edf4;
	font-size: 16px;
	border-radius: 0;
	resize:vertical;
}

.agent-review__field_rate {
	display:flex;
	flex-wrap:wrap;
}

.agent-review__field-value {
	margin-left:8px;
}
.agent-review__field-submit {
	margin-top:8px;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/alphabet.css?1676529026859*/
.alphabet{
	margin:1em 0;
}

.alphabet__item{
	display:flex;
	margin:8px 0 ;
}

.alphabet__char{
	flex:0 0 60px;
	font-size:32px;
	font-weight:700;
	color:#234b90;
	background:#f1f3f6;
	
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	margin-right:8px;
}
.alphabet__list{
	flex:0 0 calc(100% - 68px);
	display:flex;
	flex-wrap:wrap;
	margin:-4px;
}
.alphabet__link {
	flex: 0 0 calc(33.33% - 8px);
	margin:4px 4px;
	background:#f1f3f6;
	display:flex;
	align-items:center;
	padding:12px 16px;
	box-sizing:border-box;
	text-decoration:none;
	color:#234b90;
}
.alphabet__link:hover {
	background:#e1e3e6;
}


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



}

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

}

@media screen and (max-width: 480px) {
	.alphabet__char{
		font-size:24px;
	}
	.alphabet__link {
		flex: 0 0 calc(50% - 8px);
	}	
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/banner.css?1646462832920*/
.banner {
	color:#fff;
	text-decoration:none;
	position:relative;
	background-color:#6891c2;
	text-transform:uppercase;
	display:flex;
	padding:32px;
	border-top:3px solid #234b90;
}
.banner:hover{
	color:#fff;
}
.banner__content {
	font-size:24px;
}

.banner__view {
	position:absolute;
	pointer-events:none;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/banner/default.png);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:contain;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 80%;	
}

.banner__title {
	font-weight:600;
	line-height:1;
}

.banner__desc {
	
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.banner {
		padding:16px 16px 80px
	}

	.banner__content {
		font-size:16px;
	}
	.banner__view {
		background-position:bottom right;	
		max-height:80px;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/breadcrumb.css?1661417890490*/
.breadcrumb{
	font-size:14px;
	line-height:1.5;
	color:#aaa;
	margin:12px 0;
	font-weight:300;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	
}
.breadcrumb a{
	color:#aaa;
	text-decoration:none;
}

.breadcrumb__item{
	display:inline;
}

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

}

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

}

@media screen and (max-width: 480px) {
	.modern-page-previous,
	.modern-page-next {
		display:none;
	}
	.breadcrumb{ 
		font-size:12px;		
	}
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/btn.css?16917467491989*/
.btn {
	min-height:38px;
	line-height:1.2;
	padding:0 24px;
	display:inline-flex;
	align-items:center;
	border:2px solid #274b77;
	box-sizing:border-box;
	background-color:#274b77;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:.5px;
	cursor:pointer;
	position:relative;
	text-decoration:none;
	border-radius:0;
	transition:all 0.2s ease;
	font-family:"Roboto Condensed",Arial,sans-serif;
}

.btn:hover {
	background-color:#005482;
	border-color:#005482;
	color:#fff;
}

.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_red{
	color:#fff;
	background:#c30d14;
	border-color:#c30d14;
}

.btn_red:hover{
	background:#c30d14;
	border-color:#c30d14;
}
.btn_white{
	color:#de2539;
	background:#fff;
	border-color:#fff;
}

.btn_white:hover{
	background:#eee;
	border-color:#fff;
}
.btn_border{
	background:#fff;
	border:1px solid #234b90;
	color:#234b90;
}

.btn_border:hover{
	background:#eee;
}

.btn_agent{
	padding:0;
	justify-content: center;
	width:100%;
	text-transform:none;
	min-height:28px;
	font-family:'Roboto Condensed', Arial, sans-serif;
	letter-spacing:0;
	font-weight:300;
}

.btn_agent:hover{
}

.btn_light{
	text-transform:none;
	padding:0 8px;
	justify-content:center;
}

.btn_add-right-agent {
	justify-content:center;
	margin:16px 0;
	text-transform:none;
}


@media screen and (max-width:1000px) {


	.detail__picture + .btn {
		margin-top:24px;
	}
	
	.btn_add-right-agent { 
		display:none;
	}

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
	.btn {
		padding:8px 16px;
		text-align:center;
		height:auto;
	}
	
	.btn_agent{ 
		padding:8px 0;
	}
}
	.btn_slim{ 
		padding:8px 0;
	}
	.btn_light{
		padding:0 8px;
	}
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/btns.css?1617789126442*/
.btns {
	
}

.btns__item {
	display:block;
	margin:8px 0;
	color:#234b90;
	text-decoration:none;
	background:#e4e8ec;
	padding:16px;
	box-sizing:border-box;	
	display:flex;
	align-items:center;
}


.btns__item:hover {
	background:#c6cace;
}

.btns__view {
	width:32px;
	height:32px;
	flex-shrink:0;
	margin-right:16px;
}
.btns__view svg{
	width:100%;
	height:100%;
	fill:#234b90;
}

.btns__content {
	
}


/* End */


/* Start:/local/templates/utrata_new/css/autoload/bundle.css?16613365091722*/
.bundle {
	background-color:#274b77;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	color:#fff;
}

.bundle__content {
	padding:16px 24px;
}

.bundle__title {
	font-size:24px;
	font-weight:400;
}

.bundle__desc {
	font-family: 'Roboto', Arial, sans-serif;
	color:#a8b3d3;
	font-size:15px;
	line-height:1.2;
	height:3.6em;
	margin-top:12px;
}
.bundle__cost {
	display:flex;
	margin-top:12px;
}
.bundle__cost_blue {
	color:#0d4564;
	text-align:center;
	margin:32px 0;
}
.bundle__price {
	flex:1 1 0px;
}
.bundle__price:first-child {
	border-right:2px solid #c30d14;
	margin-right:16px;
	padding-right:16px;
}

.bundle__price-value {
	font-size:24px;
	font-weight:700;
	white-space:nowrap;
	line-height:1;
}

.bundle__cost_blue .bundle__price-value{
	font-size:35px;
}
.bundle__price-desc {
	text-transform:lowercase;
	line-height:1;  
	color:#a8b3d3;
	font-size:15px;
}

.bundle__more {
	border-top:5px solid #fff;
	cursor:pointer;
	text-align:center;
	padding:4px 16px;
	max-height:52px;
	box-sizing:border-box;
	font-weight:400;
	
	
	
}

.bundle__more:hover {
	background-color:#005482;	
}


.bundle__more a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;


	
}


@media screen and (max-width:1000px) {
	.bundle{
		width:216px;
	}
	
	.bundle__content {
		padding:16px;
	}
		
	.bundle__title {
		font-size:18px;
	}
	.bundle__desc {
		font-size:12px;
		line-height:16px;
		height:48px;
		overflow:hidden;
	}
	.bundle__price-value {
		font-size:20px;
	}
	
	.bundle__price:first-child {
		margin-right:12px;
		padding-right:12px;
	}	
}

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

}

@media screen and (max-width: 480px) {
	.bundle__cost_blue .bundle__price-value{
		font-size:28px;
	}
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/calc-area.css?16720637521892*/
.calc-area {
	display:flex;
	margin:0 -8px 16px;
}
.calc-area p {
	margin:0;
	line-height:1.2;
}
.calc-area__text {
	background-color:#f2f3f6;
	margin:0 8px;
	padding:16px;
	position:relative;
	padding-left:64px;
	
}
.calc-area__text:before {
	content:"";
	display:block;
	position:absolute;
	top:16px;
	left:16px;
	width:32px;
	height:32px;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/calc-area/to-do-list.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.calc-area__action {
	width:calc(25% - 16px);
	margin:0 8px;
	flex-shrink:0;
	display:flex;
	flex-direction:column;
	min-width:232px;
}

.calc-area__phone {
	flex-grow:1;
	background:#c30d14;
	display:flex;
	align-items:center;
	justify-content:center;
}
.calc-area__phone a {
	color:#fff;
	text-decoration:none;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 20px;
	/* font-weight: 700; */
	line-height:1;
	padding:0 16px;

	box-sizing: border-box;
	text-align: center;


}

.calc-area__link {
	flex-grow:1;
	margin-top:5px;
	display:flex;
}

.calc-area__btn.btn {
	padding:0 8px;
	width:100%;
	height:100%;
	justify-content:center;
	flex-grow:1;
	min-height:auto;
	font-size:16px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.calc-area {
		margin:0 0 16px 0;
		flex-direction:column;
	}
	.calc-area__text{
		margin:0;
	}
	.calc-area__action{
		width:100%;
		margin:8px 0 0 0;
		
	}
	.calc-area__link{
	}
	.calc-area__phone {
		padding:8px;
	}
	.calc-area__btn.btn{
		padding:8px;
	}

	.calc-area__text {
		padding-left:16px;
		
	}
	.calc-area__text:before {
		position:static;
		top:auto;
		left:auto;
		transform:none;
		margin-bottom:8px;
		width:100%;
		text-align:center;
	}


}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/calc-select.css?1628853074912*/
.calc-select {
	
}

.calc-select__item {
	display:flex;
	margin:16px 0;
	cursor:pointer;
	align-items:center;
}
.calc-select__item_empty {
	color:#9d9d9c;
	font-weight:100;
	padding-left:96px;
	box-sizing:border-box;
}

.calc-select__view {
	width:80px;
	height:80px;
	margin-right:16px;
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
}

.calc-select__view img{
	display:block;
	max-height:100%;
}

.calc-select__content {
	flex-grow:1;
}

.calc-select__item:hover .calc-select__content{
	color:#c20d19;
}

.calc-select__name {	
	font-size:16px;
}

.calc-select__price {
	font-weight:500;
	font-size:18px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.calc-select__name {
		font-size:14px;
	}
	.calc-select__item {
		margin:4px 0;
	}
}

@media screen and (max-width:480px){

}


/* End */


/* Start:/local/templates/utrata_new/css/autoload/calc.css?16288563654741*/
.calc {
	margin-top:32px;
}
.calc h2 {
	margin-top:32px;
	margin-bottom:24px;
}

.calc__item {
	margin-bottom:24px;
	display:flex;
}

.calc__view {
	flex-shrink:0;
	width:256px;
}



.calc__no-select {
	display:flex;
	justify-content:space-between;
}
.calc__item_active .calc__no-select {
	display:none;
}

.calc__no-select-label {
	color:#9d9d9c;
	font-weight:100;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.calc__no-select-info {
	position:relative;
	margin-right:12px;
	width:24px;
	height:24px;
}
.calc__no-select-info:after {
	content:"";
	display:block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    background-image: url(/local/templates/utrata/css/autoload/assets/calc/info.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
	box-sizing:border-box;
	
	cursor:pointer;	
}

.calc__no-select-info-content {
	position:absolute;
	top:100%;
	left:0;
	padding:12px;
	font-size:15px;
	width:324px;
	box-sizing:border-box;
	z-index:10;
	background:#fff;
	box-shadow:0 5px 12px -4px #646361;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transition:all 0.2s ease;
}
.calc__no-select-info-view{
	text-align:center;
}
.calc__no-select-info-content img{
	max-height:128px;
	
}

.calc__no-select-info:hover .calc__no-select-info-content{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
}


.calc__image {
	display:none;
	padding-right:16px;
	text-align:center;
}

.calc__image img{
	max-height:128px;
}

.calc__item_active .calc__image {
	display:block;
}
.calc__content {
	flex-grow:1;
}
.calc__head{
	position:relative;	
}
.calc__name {
	position:relative;	
	color:#234b90;
	cursor:pointer;
	padding:0 40px 2px 0;
	border-bottom:2px solid #234b90;
}

.calc__name:after {
	content:"";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 0;
    right: 0;
    background: #fff;
    background-image: url(/local/templates/utrata/css/autoload/assets/calc/arrow.svg?1);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
	box-sizing:border-box;
}


.calc__popup {
	position:absolute;
	top:100%;
	left:0;
	z-index:5;
	padding:16px;
	width:100%;
	background:#fff;
	box-sizing:border-box;
	box-shadow:0 5px 12px -4px #646361;
	max-height:50vh;
	overflow-y:auto;
	display:none;
}
.calc__popup_active{
	display:block;
}

.calc__info {
	margin-top:8px;
	display:none;
}

.calc__item_active .calc__info {
	display:block;
}

.calc__prop {
}

.calc__price {
	font-size:24px;
	font-weight:500;
	margin-top:4px;
}

.calc__clear {
	color:#9d9d9c;
	font-weight:100;
	margin-top:4px;
	cursor:pointer;
	position:relative;
	padding-left:20px;
}
.calc__clear:before {
	content:"";
	position: absolute;
	top: 50%;
	left: 0px;
	transform:translateY(-45%);
	width: 12px;
	height: 12px;
	background-image: url(/local/templates/utrata/css/autoload/assets/calc/close.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.calc__footer {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin-top:32px;
}
.calc__total {
	margin-right:16px;
	font-size:30px;
	color:#c20d19;
	font-weight:500;
}

.calc__order {
	
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.calc__view {
		width:156px;
	}
	.calc__no-select-label { 
		
	}

	.calc__image img{
		max-height:96px;
	}	
	.calc__name { 

	}
	
	.calc__price {
		font-size:18px;
	}
	.calc__total {
		font-size:24px;
	}
}

@media screen and (max-width:480px){
	.calc {
		font-size:16px;
	}
	.calc__no-select-info {
		width:24px;
		height:24px;
	}

	.calc__view {
		width:128px;
	}
	.calc__no-select-label { 
		
	}

	.calc__image img{
		max-height:80px;
	}	
	.calc__name { 

		padding-right:32px;
	}
	
	.calc__name:after {
		width:24px;
		height:24px;
	}
	
	.calc__price {
		font-size:16px;
	}
	
	.calc__prop {
		font-size:15px;
	}
	.calc__clear {
		padding-left:18px;
	}
	.calc__total {
		font-size:18px;
	}
	
	.calc__popup {
		left:-128px;
		width:calc(128px + 100%);
	}	
	.calc__no-select-info-content {
		width:288px;
		left:-48px
	}	
}
@media screen and (max-width:359px){
	.calc {
		font-size:15px;
	}
	.calc__no-select-label { 
		font-size:15px;
	}
	.calc__name { 
		font-size:15px;
	}
	.calc__prop {
		font-size:14px;
	}
	.calc__no-select-info-content {
		width:228px;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/cemetery-item.css?16615290371626*/
.cemetery-item {
	display:flex;
	margin:0 -16px;
}

.cemetery-item h3 {
	position:relative;
	padding-left:56px;
	margin-top:16px;
}
.cemetery-item h3:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:48px;
	height:48px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.cemetery-item__columnbarii {
	flex:0 0 calc(50% - 32px);
	margin: 0 16px;
	border-top:2px solid #234b90;
}
.cemetery-item__columnbarii h3:before{
	background-image:url(/local/templates/utrata_new/css/autoload/assets/cemetery-item/columnbarii.svg);
}

.cemetery-item__khram {
	flex:0 0 calc(50% - 32px);
	margin: 0 16px;
	border-top:2px solid #234b90;
}

.cemetery-item__khram h3:before{
	background-image:url(/local/templates/utrata_new/css/autoload/assets/cemetery-item/khram.svg);
}

.cemetery-item__item {
	flex:0 0 calc(50% - 32px);
	margin: 0 16px;
	border-top:2px solid #234b90;
}

.cemetery-item__item_beidj h3:before{
	background-image:url(/local/templates/utrata_new/css/autoload/assets/cemetery-item/verified.svg);
}

.cemetery-item__item_planshet h3:before{
	background-image:url(/local/templates/utrata_new/css/autoload/assets/cemetery-item/tablet.svg);
}

@media screen and (max-width:1000px){
	.cemetery-item h3 {
		min-height:2em;
		display:flex;
		align-items:center;
		margin:16px 0;

	}
	.cemetery-item h3:before {
		width:32px;
		height:32px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.cemetery-item {
		display:block;
		margin:16px 0;
	}
	.cemetery-item__columnbarii {
		margin:0;
	}
	.cemetery-item__khram {
		margin:0;
	}
	.cemetery-item__item {
		margin:0;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/cert-result.css?1691152901559*/
.cert-result {
	display:flex;
	margin-top:32px;
}

.cert-result__view {
	margin-right:24px;
	width:400px;
}

.cert-result__action {
	margin-bottom:24px;
}
.cert-result__action-title {
	margin-bottom:6px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.cert-result {
		display:block;
	}
	.cert-result__view {
		margin-right:24px;
		width:400px;
		max-width:100%;
		margin:0 auto;
	}
	
	.cert-result__content {
		margin-top:24px;
	}
	
	
	
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/cert.css?1628498370900*/
.cert {
	
}

.cert__item {
	display:flex;
	width:100%;
	margin:24px 0;
	border-top:2px solid #234b90;
	padding-top:26px;
}

.cert__view {
	width:204px;
	flex-shrink:1;
	margin-right:16px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.cert__content {
	width: calc(100% - 204px);
}

.cert__title {
	font-weight:600;
}

.cert__desc {
	/* margin-top:16px; */
}
.cert__desc p:first-child {
	margin-top:0;
}

.cert__more {
	margin-top:16px;
}
.cert__more a{
	font-weight:600;
	text-decoration:none;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	
	.cert__item {
		flex-direction:column;
	}

	.cert__view {
		width:100%;
		margin-right:0;
	}

	.cert__view img{
		width:156px;
	}
	
	.cert__content {
		margin-top:16px;
		width:100%;
	}

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/clear.css?162799726225*/
.clear {
	clear:both;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/confirm-phone.css?1618388029649*/
.confirm-phone {
	width:480px;
	max-width:100%;
}

.confirm-phone_center {
	margin-left:auto;
	margin-right:auto;
}

.confirm-phone__title {
	margin-bottom:16px;
	font-weight:300;
}
.confirm-phone__error {
	margin:16px 0;
	color: #de2539;
}

.confirm-phone__fields input[type="tel"] {
	background:#fff;
	border: 2px solid #234b90;
	padding: 0 8px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	border-radius: 0;
	width:100%;
	box-sizing:border-box;
}
.confirm-phone__send {
	margin-top:16px;
	text-align:center;
}

.confirm-phone__number{
	font-weight:500;
}

.confirm-phone__header{
	font-size:20px;
	font-weight:600;
	margin-bottom:8px;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/contact.css?16614989271311*/
.contant {
	display:flex;
}

.contant__clear {
	width:100%;
}
.contant__info {
	margin-right:32px;
	width:35%;
}

.contant__item {
	font-weight:300;
	margin:8px 0;
}
.contant__item a,.contant__item b{
	font-weight:700;
	color:#333;
	text-decoration:none;
}
.contant__item a.btn {
	color:#fff;
	font-weight:400;
	margin:8px 0;
	text-transform: none;
	display: inline-flex;
	justify-content:center;
	width:auto;
}

.contant__map {
	flex-grow:1;
	position:relative;
	cursor:pointer;
}

.contant__map:after {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all 0.2s ease;
}

.contant__map_unlock {
	cursor: default;
}
.contant__map_unlock:after {
	display: none;
}

.contant__map:not(.contant__map_unlock):hover:after{
	background: rgba(0,0,0,0.4);
}


.contant__map iframe {
	border:0;
	width:100%;
	height:100%;
}
.contant__form {
	width:512px;
	max-width:100%;
}
@media screen and (max-width:1000px){
	.contant{
		flex-direction:column;
	}
	.contant__info {
		width:100%;
		margin:0;
	}
	.contant__map {
		width:100%;
		margin:24px 0 0 0;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.contant__map {
		height:300px;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/container.css?1661430189715*/
.container {
	width:100%;
	max-width:1280px;
	padding:0 32px;
	margin:0 auto;
	box-sizing:border-box;
}

.container_text {
	max-width:1196px;
}
.container_banner {
	padding:0;
	max-width:calc(1280px - 64px);
}
.container_menu {
	height:100%;
}

@media screen and (max-width:1200px){
	.container_header {
		font-size:12px;
		padding:0 16px;
	}
}
@media screen and (min-width:1000px){
	.container_text h1 {
		margin-left:0;
		margin-right:0;
	}	
}
@media screen and (max-width:1000px){
	.container {
		padding:0 12px;
		/* overflow:hidden; */
	}

	.container_banner {
		padding:0;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/coupon.css?16917457083481*/

.coupon {
	width:600px;
	max-width:100%;
}

.coupon .suggestions-wrapper {
	width:100%;
}

.coupon .confirm-phone {
	width:100%;
}

.coupon__field {
	margin:16px 0;
	position:relative;
}


.coupon input:-moz-placeholder,
.coupon input:-moz-placeholder{
	font-weight:300;
}
.coupon input:-ms-input-placeholder,
.coupon input:-ms-input-placeholder{
	font-weight:300;
}
.coupon input::-webkit-input-placeholder,
.coupon input::-webkit-input-placeholder{
	font-weight:300;
}
.coupon input::-moz-placeholder,
.coupon input::-moz-placeholder {
	font-weight:300;
}


.coupon__label{
	margin-bottom:4px;
}
.coupon__checkbox input {
	display:none;
}

.coupon__box {
    padding-left: 32px;
    position: relative;
    display: flex;
    align-items: center;
    height: 24px;
    user-select: none;
    cursor: pointer;
}

.coupon__box:after {
	content:"";
	display:block;
	position:absolute;
	width:24px;
	height:24px;
	border:2px solid #274b77;
	background-size:80%;
	background-position:center;
	background-repeat:no-repeat;
	top:0;
	left:0;
	box-sizing:border-box;
}

:checked + .coupon__box:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA0LjUwMiw3NS40OTZjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5OC0zNi4yMDQsMEwxNjEuNTk0LDM4Mi4yMDNMNDMuNzAyLDI2NC4zMTFjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5Ny0zNi4yMDQsMCAgICBjLTkuOTk4LDkuOTk3LTkuOTk4LDI2LjIwNSwwLDM2LjIwM2wxMzUuOTk0LDEzNS45OTJjOS45OTQsOS45OTcsMjYuMjE0LDkuOTksMzYuMjA0LDBMNTA0LjUwMiwxMTEuNyAgICBDNTE0LjUsMTAxLjcwMyw1MTQuNDk5LDg1LjQ5NCw1MDQuNTAyLDc1LjQ5NnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIHN0eWxlPSJmaWxsOiMyNzRiNzciPjwvcGF0aD4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+);
}

.coupon__confirm {
	display:none;
}
.coupon__confirm_active {
	display:block;
}
.coupon__form {
	display:none;
}
.coupon__form_active {
	display:block;
}

.coupon__btn {
	justify-content:center;
}

.coupon__error {
	color:#de2539;
	margin:16px 0;	
}


.coupon__back {
	margin-top:16px;
	color:#274b77;
	text-decoration:underline;
	cursor:pointer;
}


.coupon__loader {
	display:flex;
	margin:8px auto;
	width:48px;
	height:48px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAwIDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICAgPHBhdGggZmlsbD0iIzI3NGI3NyIgZD0iTTczLDUwYzAtMTIuNy0xMC4zLTIzLTIzLTIzUzI3LDM3LjMsMjcsNTAgTTMwLjksNTBjMC0xMC41LDguNS0xOS4xLDE5LjEtMTkuMVM2OS4xLDM5LjUsNjkuMSw1MCI+CiAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgYXR0cmlidXRlVHlwZT0iWE1MIiB0eXBlPSJyb3RhdGUiIGR1cj0iMXMiIGZyb209IjAgNTAgNTAiIHRvPSIzNjAgNTAgNTAiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+CiAgPC9wYXRoPgo8L3N2Zz4=);
}

@media screen and (max-width: 768px) {
	.coupon__field_submit {
		padding-right:0;	
	}
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/detail.css?16635856182085*/
.detail {
	
}

.detail__picture {
	display:none
}

.detail__date {
	font-weight:300;
	color:#999;
	margin-top:18px;
}

.detail__right {
	width:30%;
	max-width:100%;
	float:right;
	padding-left:16px;
	padding-bottom:16px;
	position:relative;
	z-index:1;
}

.detail__cemetery-right {
	width:50%;
	max-width:100%;
	float:right;
	padding-left:16px;
	padding-bottom:16px;
	position:relative;
	z-index:1;
}

.detail__right_post img{
	box-shadow:0 0 4px 1px rgba(0,0,0,0.1);
}

.detail__left-image {
	float:left;
	margin-right:24px;
	margin-bottom:16px;
	max-width:100%;
	width:30%;
	min-width:256px;
}

.detail__image-title {
	color:#234b90;
	font-weight:400;
	font-family:"Roboto Condensed",Arial,sans-serif;
	text-align:center;
	margin-top:8px;
}

.detail__gbu {
	width:640px;
	max-width:100%;
	margin:0 auto;
}

.detail__video {
	max-width:512px;
	width:100%;
	margin:16px auto;
}

.detail__under {
	display:flex;
	align-items:center;
	margin:48px 0;  
}
.detail__rate{
	flex-grow:1;
	display:flex;
	align-items: center;
}
.detail__rate-label {
	margin-right:12px;
}

.detail__more-article{
	
}

.detail__title {
	font-size:1.3em;
	font-weight:700;
	font-family:'Roboto Condensed', Arial, sans-serif;
	margin:18px 0;
}

@media screen and (max-width:1000px){

	.detail__picture {
		display:inline;
	}


	.detail__right {
		width:50%;
	}	
	.detail__right_post {
		text-align:center;
	}
	.detail__right_post img{
		max-width:80%;
	}	
	.detail__video {
		width:100%;
		margin:16px auto;
	}	
}

@media screen and (max-width:768px){

	.detail__right {
		float:none;
		padding:0;
		width:100%;
	}
	.detail__right {
		float:none;
		padding:0;
		width:100%;
		max-width:320px;
		margin:0 auto;
	}
	.detail__cemetery-right {
		float:none;
		padding:0;
		width:100%;
	}
	
	.detail__under {
		flex-direction:column;
		align-items:flex-start;
	}
	.detail__more-article{
		margin-top:32px;
		width:100%;
	}

	
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/district.css?16764606691273*/
.district {
	display:flex;
	margin:32px 0;
}

.district__items-desktop {
	width:500px;
}

.district__items-desktop .btn{
	margin-right:16px;
	width:calc(100% - 16px);
	white-space:nowrap;
	margin:1px 0;
}

.district__items-mobile {
	display:none;
	margin-bottom:4px;
	width:calc(100% + 4px);
	margin-left:-2px;
	margin-right:-2px;
}

.district__items-mobile a {
}

.district__items-mobile .btn {
	width:calc(16.66% - 4px);
	margin:2px;
	justify-content:center;
	min-height:32px;
}

.district__map {
	flex-grow:1;
}

.district__baloon-title {
	font-family:"Roboto Condensed",Arial,sans-serif;
	color:#274b77;
}
.district__baloon-desc {
	font-family:"Roboto Condensed",Arial,sans-serif;
}


@media screen and (max-width:1000px){
	.district {
		flex-direction:column;
	}
	.district__map {
		height:500px;
		max-height:80vh;
	}
	.district__items-desktop {
		display:none;
	}
	.district__items-mobile {
		display:flex;
		flex-wrap:wrap;
	}	
	.district__items-desktop .btn{
		width:auto;
		white-space:normal;
	}
}

@media screen and (max-width:768px){

	.district__items-mobile .btn {
		
	}
}

@media screen and (max-width:480px){

	.district__items-mobile .btn {
		width:calc(33.33% - 4px);
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/emodji-table.css?1677514632394*/
.emodji-table {
	margin:32px 0;
}

.emodji-table td:nth-child(1) {
	width:66.66%;
}
.emodji-table td:nth-child(2) {
	width:33.33%;
	text-align:left;
}

@media screen and (min-width:1000px){
	.emodji-table td {
		vertical-align:middle;
	}
	
}
@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/eye.css?16608881791608*/
.eye {
	display:flex;
	align-items:center;
}

.eye__view {
	width:20px;
	height:20px;
	/* background-image: url(/local/templates/utrata_new/css/autoload/assets/eye/eye.svg); */
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDg4Ljg1IDQ4OC44NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg4Ljg1IDQ4OC44NTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMjQ0LjQyNSw5OC43MjVjLTkzLjQsMC0xNzguMSw1MS4xLTI0MC42LDEzNC4xYy01LjEsNi44LTUuMSwxNi4zLDAsMjMuMWM2Mi41LDgzLjEsMTQ3LjIsMTM0LjIsMjQwLjYsMTM0LjIgICBzMTc4LjEtNTEuMSwyNDAuNi0xMzQuMWM1LjEtNi44LDUuMS0xNi4zLDAtMjMuMUM0MjIuNTI1LDE0OS44MjUsMzM3LjgyNSw5OC43MjUsMjQ0LjQyNSw5OC43MjV6IE0yNTEuMTI1LDM0Ny4wMjUgICBjLTYyLDMuOS0xMTMuMi00Ny4yLTEwOS4zLTEwOS4zYzMuMi01MS4yLDQ0LjctOTIuNyw5NS45LTk1LjljNjItMy45LDExMy4yLDQ3LjIsMTA5LjMsMTA5LjMgICBDMzQzLjcyNSwzMDIuMjI1LDMwMi4yMjUsMzQzLjcyNSwyNTEuMTI1LDM0Ny4wMjV6IE0yNDguMDI1LDI5OS42MjVjLTMzLjQsMi4xLTYxLTI1LjQtNTguOC01OC44YzEuNy0yNy42LDI0LjEtNDkuOSw1MS43LTUxLjcgICBjMzMuNC0yLjEsNjEsMjUuNCw1OC44LDU4LjhDMjk3LjkyNSwyNzUuNjI1LDI3NS41MjUsMjk3LjkyNSwyNDguMDI1LDI5OS42MjV6IiAgc3R5bGU9ImZpbGw6I2ZmZiI+PC9wYXRoPjwvc3ZnPg==);
	background-size:contain;
	background-position:top left;
	padding-right:8px;
	background-repeat:no-repeat;
}
.eye__count {
	color:#fff;
}

@media screen and (max-width:1000px){
	.eye__view {
		width:16px;
		height:16px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/fcol.css?16654001111302*/
.fcol {
	display:flex;
	margin:16px -8px;
}
.fcol_bundle {
	
}
.fcol__item {
	flex:1 1 0px;
	margin:0 8px;
}


.fcol_top {
	flex-wrap:wrap;
}
.fcol_top .fcol__item {
	flex:1 1 auto;
	width:calc(100% / 5  - 24px);
	margin:12px;	
	position: relative;
}
.fcol_top .fcol__item:after {
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	width:32px;
	height:32px;
	right:0;
	top:0;
	content:attr(data-count);
	background-color:#E9EBF2;
	color:#274b77;
	font-size:18px;
	font-weight:700;
}




@media screen and (max-width:1200px) {

	.fcol_bundle {
		flex-wrap:wrap;
		margin:8px -8px;
	}
	.fcol_bundle .fcol__item {
		flex:1 1 calc(50% - 16px);
		margin:0 8px 16px;
		
	}
	
}
@media screen and (max-width:1000px) {
	.fcol {
		display:block;
		margin:0;
	}
	.fcol_top{
		display:flex;
		margin:16px 0;
	}
	.fcol_top .fcol__item {
		flex:1 1 auto;
		width:calc(100% / 2 - 24px);
		margin:8px;
	}
	.fcol__item{
		margin:8px 0;
	}
	.fcol_bundle {
		margin:8px -8px;
	}		

}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
	.fcol_top .fcol__item {
		width:calc(100%  - 24px);
	}	
}
@media screen and (max-width: 360px) {
	
	.fcol__item{
		margin:4px 0;
	}
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/find-me.css?1629898230302*/
.find-me {
	display:flex;
	align-items:center;
	height:40px;
}

input[type=text].find-me__field {
	height:100%;
	border:1px solid #ccc;
	background:#f7f5f6;
	width:424px;
}

.find-me__submit.btn {
	height:100%;
	margin-left:8px;
	padding:0 16px;
	display:flex;
	align-items:center;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/fix.css?16615229401546*/
.fix {
	font-family: 'Roboto Condensed', Arial, sans-serif;	
}

.fix__top {
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:100%;
	margin-top:6px;
}

.fix__rate {
	margin-right:7px;
}

.fix__phone{
	background-color:#c30d14;
	height:38px;
	padding:0 8px;
	display:flex;
	align-items:center;
	margin-right:7px;
	flex-grow:1;
	justify-content:center;
	
}

.fix__phone a{
	color:#fff;
	text-decoration:none;
	font-size:20px;
	font-weight:700;
}
.fix__search {
	background:#25406d;
	display:flex;
	flex-shrink:1;	
	cursor:pointer;	
	align-items:center;
}
.fix__search-view {
	
	width:38px;
	height:38px;
	flex-shrink:1;
	padding:8px;
	box-sizing:border-box;
	
}
.fix__search-title {
	color:#fff;	
	padding-right:8px;
}

.fix__allowance {
	background:#25406d;
	height:38px;
	color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:0 8px;
	text-decoration:none;
	flex-grow:1;
	
}

.fix__allowance-title{
	text-transform:uppercase;
}

.fix__allowance-desc{
	font-size:11px;
}

.fix__bottom {
	margin-top:6px;
}
.fix__covid {
	width: 100%;
	color: #fff;
	background-color: #25406d;
	margin-top: 4px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	height: 24px;
	align-items: center;
	justify-content: center;
	font-size:13px;
}

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

}

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

}

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

}
@media screen and (max-width:359px){
	.fix__search-title {
		display:none;
	}
}


/* End */


/* Start:/local/templates/utrata_new/css/autoload/font.css?167637073188*/
.font {
	
}

.font_consended {
	font-family:"Roboto Condensed",Arial,sans-serif;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/footer-search.css?1617260059859*/
.footer-search {
	width:256px;
	max-width:100%;
	position:relative;
}

input.footer-search__input[type="text"] {
	border:0;
	width:100%;
	max-width:none;
	padding-left:40px;
	font-weight:300;
	font-family:"Roboto",Arial,sans-serif;
	font-size:15px;
}


.footer-search::-webkit-input-placeholder { /* Chrome */
  color: #6e86af;
}
.footer-search:-ms-input-placeholder { /* IE 10+ */
  color: #6e86af;
}
.footer-search::-moz-placeholder { /* Firefox 19+ */
  color: #6e86af;
  opacity: 1;
}
.footer-search:-moz-placeholder { /* Firefox 4 - 18 */
  color: #6e86af;
  opacity: 1;
}


.footer-search__icon {
	width:24px;
	height:24px;
	position:absolute;
	left:4px;
	top:50%;
	transform:translateY(-50%);
	background-image:url(/local/templates/utrata_new/css/autoload/assets/footer-search/search.svg);
	background-size:contain;
	background-position:center;
}


/* End */


/* Start:/local/templates/utrata_new/css/autoload/footer-stat.css?1661347966704*/
.footer-stat {
	color:#000;
	font-weight:300;
	font-family:"Roboto",Arial,sans-serif;
	font-size:16px;
	line-height:1.15;
}
.footer-stat_footer {
	color:#999;	
}
.footer-stat span {
	font-weight:700;
	color:#fff;
}
.header__counter .footer-stat__total span {
	color:#fff;
}

.header__counter .footer-stat__today span {
	color:#fff;
}

.footer-stat__today {
	margin-top:4px;
}

.footer-stat_right {
	display:flex;
	align-items:flex-start;
	line-height:1.4;
}
.footer-stat_right .footer-stat__total {
	margin-right:24px;
}
.footer-stat_right .footer-stat__today {
	margin-top:0;
}
.footer-stat_right span {
	display:block;
}

.header .footer-stat {
	color:#fff;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/footer.css?16615214844182*/
.footer {
	
}

.footer a:hover {
	color:#a8b3d3;
}
.footer__head {
	
	display:flex;
	padding:16px 0;
	display:none;
}

.footer__logo{
	margin-right:48px;
}

.footer__logo img{
	height:84px;
	
}

.footer__logo_text {
	line-height:1.05;
}
.footer__logo_text a{
	font-size:32px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:900;
}

.footer__utrata {
}

.footer__utrata img{
	height:78px;	
}

.footer__search {
	flex-grow:1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
}
.footer__stat {
	margin-top:32px;
	width:256px;
	
}

.footer__content {
	display:flex;
}
.footer__content-contact {
	font-family:"Roboto Condensed",Arial,sans-serif;
	width:25%;
	flex-shrink: 0;
	margin-top:32px;
}

.footer__title {
	text-transform:uppercase;
}

.footer__name {
	
	font-size:28px;
	font-weight:700;
	line-height:1;
}

.footer__desc {
	font-size:12px;
	line-height:1;
	margin-top:4px;
}
.footer__content-menu {
	flex-grow:1;
	padding-left:32px;
	box-sizing:border-box;
}
.footer__phone {
	margin-top:32px;
	background-color: #c30d14;
	padding: 0px 16px;
	display: inline-flex;
	align-items: center;	
}
.footer__phone a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
}
.footer__worktime {
	font-family:Roboto,Arial,sans-serif;
	font-size:17px;
	text-transform:uppercase;
	margin-top:8px;
	max-width:200px;
	line-height:1.15;
	font-weight:300;
}
.footer__contacts{
	text-align:right;
	line-height:1.2;

}

.footer__contacts-title {
	font-size:22px;
	text-transform:uppercase;
	color:#234b90;
}

.footer__contacts-desc{
	text-transform:uppercase;
	color:#234b90;
}

.footer__contacts-phone {
	
}

.footer__contacts-phone a{
	font-weight:700;
	font-size:30px;	
	color:#c20d19;
	text-decoration:none;
}
.footer__contacts-phone a:hover{
	color:#b00b16;
}

.footer__menu {
	display:flex;
	margin:16px 0;
}

.footer__menu a{
	display:flex;
	text-decoration:none;
}


.footer__group {
	flex:0 0 calc(33% - 32px);
	margin-right:32px;
}
.footer__group_counter {
	display: flex;
	flex-direction: column;
}

.footer__group-head {
	margin:16px 0;
}
.footer__group-head a{
	color:#fff;
	font-weight:700;
}
.footer__group-list {
	
}
.footer__group-list a {
	font-weight:300;
	color:#fff;
	margin:6px 0;
	font-size:16px;
}
.footer__group-counter {
	margin-top:32px;
}

.footer__disclaimer {
	padding:16px 0 0;
	font-weight:300;
	font-size:14px;
}
.footer__disclaimer a{
	color:#fff;
	text-decoration:none;
}
.footer__disclaimer a:hover {
}


.footer__copyright {
	padding:16px 0 32px;
	font-weight:300;
	font-size:14px;
}


@media screen and (max-width:1000px){
	.footer__head {
		flex-wrap:wrap;
	}
	.footer__menu {
		flex-direction:column;
		display:none;
	}
	.footer__group{
		margin-bottom:24px;
	}
	
	.footer__search{
		width:100%;
		align-items:flex-start;
	}
	.footer__stat{
		margin-top:24px;
	}
	.footer__search-wrap {
		display:none;
	}
	.footer__logo {
		text-align:center;
		margin-right:32px;
	}
	.footer__logo img {
		height:48px;
	}
	.footer__utrata {
		text-align:center;
	}
	.footer__utrata img {
		height:48px;
	}
	.footer__contacts {
		width:100%;
		text-align:left;
		margin-top:16px;
	}
	.footer__contacts-title {
		font-size:16px;
	}
	.footer__contacts-desc {
		font-size:15px;
	}
	.footer__contacts-phone{
		margin-top:16px;
	}
	
	.footer__group-list {
		display:none;
	}
	.footer__group{
		margin-bottom:0;
	}
	.footer__group-head {
		margin:4px 0;
	}
	.footer__group-counter {
		justify-content:flex-start;
		margin-top:24px;
	}
	
	.footer__content {
		flex-direction:column;
	}
	.footer__content-contact {
		width:100%;
	}
	.footer__content-menu{
		padding-left:0;
		margin-top:8px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.footer__disclaimer {
		font-size:12px;
	}
	.footer__copyright {
		font-size:12px;
	}
	
	
	.footer__logo_text a{
		font-size:24px;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/form.css?16275024061435*/
.form {
}

.form__form {
}

.form__field {
	margin:8px 0;
}

.form__field label {
	font-weight:300;
	line-height:1.15;
	font-size:15px;
}


.form__field input[type="text"],
.form__field input[type="tel"],
.form__field textarea {
	width:100%;
	border:0;
	box-sizing: border-box;
	padding: 0 12px;
	font-family: "Roboto Condensed",Arial,sans-serif;
	background:#e9edf4;
	font-size:16px;
	border-radius:0;
}



.form__field input[type="text"],
.form__field input[type="tel"] {
	height:32px;
	line-height: 32px;
}

.form__field textarea {
	height:96px;
	padding:8px 12px;
	resize:vertical;
}

.form__field::-webkit-input-placeholder { /* Chrome */
  color: #b1b1b0;
  font-weight:300;
}
.form__field:-ms-input-placeholder { /* IE 10+ */
  color: #b1b1b0;
  font-weight:300;
}
.form__field::-moz-placeholder { /* Firefox 19+ */
  color: #b1b1b0;
  opacity: 1;
  font-weight:300;
}
.form__field:-moz-placeholder { /* Firefox 4 - 18 */
  color: #b1b1b0;
  opacity: 1;
  font-weight:300;
}


.form__error {
	color:#c30d14;
}

.form__success {
	color:#0d4564;
	font-weight:700;
	font-size:1.2;
}



.form__more {
	margin-top:8px;
	display:none;
}

.form_sended .form__form {
	display:none;
}
.form_sended .form__more {
	display:block;
}
.form__more-link {
	font-size:0.8em;
	cursor:pointer;
}

.form__more-link:hover {
	text-decoration:underline;
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/frame.css?1629972700176*/
.frame {
	border:0;
	padding:0;
	margin:0;
	overflow:hidden;
	width:100%;
    height: fill-available;
    height: -webkit-fill-available;
    height: -moz-available;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/free-help.css?1617366723829*/
.free-help {
	background:#f2fafd;
	padding:32px;
	font-family:"Roboto Condensed",Arial,sans-serif;
}

.free-help__header {
	display:flex;
}

.free-help__view {
	width:102px;
	overflow:hidden;
	flex-shrink:0;
}

.free-help__view img{

}

.free-help__title {
	font-size:22px;
	text-transform:uppercase;
	line-height:1.15;
	font-weight:300;
	margin-left:16px;
}
.free-help__title b{
	font-weight:400;
}
.free-help__desc {
	font-size:16px;
	line-height:1.3;
	font-weight:300;
}
.free-help__more a {
	text-decoration:none;
}


@media screen and (max-width:1200px){

	.free-help__view {
		width:82px;
	}

	.free-help__title {
		font-size:18px;
	}
}
@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}


/* End */


/* Start:/local/templates/utrata_new/css/autoload/gbu.css?16493259611186*/
.gbu {
	font-family:"Roboto Condensed",Arial,sans-serif;
	text-align:right;
	padding-right:26px;
	box-sizing:border-box;
	display:block;
	text-decoration:none;
	cursor:pointer;
}

.gbu__title {
	text-transform:uppercase;
	color:#234b90;
	font-weight:900;
	font-size:32px;
	line-height:0.9;
}

.gbu:hover .gbu__title{
	color:#005482;
}

.gbu__number {
	color:#b61f1d;
	color:#234b90;
	font-weight:900;
	text-transform:uppercase;
	font-size:18px;
	margin-top:-2px;
}

.gbu_header {
	display:none;
	align-items:center;
	text-align:left;
	padding-right:0;
	justify-content:flex-end;
	margin-top:4px;
	margin-bottom:-4px;
}

.gbu_header .gbu__title {
	font-size:20px;
}
.gbu_header .gbu__number {
	margin-top:2px;
	margin-left:4px;
	/* font-family:Roboto,Arial,sans-serif; */
	font-size:11px;
	line-height:1.2;
	color:#234b90;
}

@media screen and (max-width:1000px){
	.gbu_header {
		display:flex;
	}
	.gbu__number {
		text-align:right;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	
}


@media screen and (max-width:360px){
 	.gbu_header .gbu__title{
		font-size:16px;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/head-banner.css?17030797312355*/
.head-banner {
	position: relative;
	background-position:center;
	background-size:cover;
	color:#fff;
	min-height:200px;
}

.head-banner:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	position:absolute;
	background-image:linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.8) 100%);
}
.body_s_novosti .head-banner:before,
.body_s_stati .head-banner:before {
	display:none;
}

.page_area .head-banner:before {
	background-image:linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
}

.head-banner:after {
	content: '';
	display: block;
	padding-top: 24%;
}

.head-banner__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	padding:16px 40px; 

	display: flex;	
	flex-direction:column; 	
	
}

.head-banner__breadcrumb{
	flex-grow:1;
}

.head-banner__title h1{
	color:#fff;
	margin:24px 0 16px;
}

.head-banner__info {
	display:flex;
	align-items:center;
	font-size:14px;
}

.head-banner__published{
	font-weight:300;
}
.head-banner__published span{
	font-weight:400;
}
.head-banner__updated{
	font-weight:300;
	margin-left:24px;
}
.head-banner__updated span{
	font-weight:400;
}


.head-banner__eye{
	margin-left:32px;
}
.head-banner__rate{
	margin-left:32px;
}
.head-banner__author{
	margin-right:32px;
	font-weight:300;
}
.head-banner__author a{
	font-weight:400;
	color:#fff;
	text-decoration:none;
}


.head-banner__info > div:first-child {
	margin-left:0;
}
@media screen and (max-width:1000px){

	.head-banner:after {
		padding-top: 32%;
	}	
	.head-banner__content{
		padding:12px;
	}
	.head-banner__breadcrumb {
		order:1;
		flex-grow:0;
	}
	.head-banner__info {
		order:2;
		font-size:12px;
		flex-direction: column;
		align-items: flex-start;
		flex-grow:1;
	}
	.head-banner__title {
		order:3;
		
	}

	.head-banner__title h1{
		margin:0;
		/* font-size:20px; */
	}	
	.head-banner__published{
		margin-top:8px;
	}
	
	.head-banner__eye{
		margin-top:8px;
		margin-left:0px;
	}
	
	.head-banner__rate{
		margin-top:8px;
		margin-left:0px;
	}
	.head-banner__author{
		margin-top:8px;
		margin-left:0px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/header-area.css?17283001583235*/
.header-area {
	display:flex;
	flex-direction:column;
	box-shadow:2px 2px 4px 0 rgba(0,0,0,0.2);
}

.header-area__top {
	height: 64px;
	margin: 6px 0;
	color:#fff;
	display:flex;
	align-items:center;
	text-transform:uppercase;
	font-size: 20px;
	font-weight: 600;
}
.page_scroll .header-area__top {
	height:48px;
	font-size: 18px;
	margin:3px 0;
}
.header-area__logo {
	width:80px;
	flex-shrink:0;
}
.page_scroll .header-area__logo {
	width:50px;
}
.header-area__title {
	pointer-events:auto;
	background:#274b77;
	flex-grow:1;
	padding: 0 24px;
	height:100%;
	display: flex;
	align-items: center;	
}
.header-area__content {
	-moz-column-count: 2;
	column-count: 2;
	background:#f2f3f6;
	pointer-events:auto;
	padding:16px;
	box-sizing:border-box;
	position:relative;
}
.header-area__item {
	display:block;
	padding:4px 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid; /* Makes effect only in Firefox */
	break-inside: avoid; /* IE10+, Opera 11.1—12.1 */
	text-decoration:none;
	font-size:15px;
	font-weight:300; 	
}
.header-area__item:hover {
	color:#002d62;
}

.header-area__label {
	position:relative;
	text-transform:uppercase;
	padding-left:24px;
}
.header-area__label:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:16px;
	height:16px;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/header-area/location.svg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;	
}

.header-area__item span {
	padding-bottom:1px;
	border-bottom:0.5px solid currentColor;
}

.header-area__close {
	display:none;
	position:absolute;
	right:8px;
	top:8px;
	width:36px;
	height:36px;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTUgMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTExLjc4MTYgNC4wMzE1N0MxMi4wMDYyIDMuODA3MDIgMTIuMDA2MiAzLjQ0Mjk1IDExLjc4MTYgMy4yMTg0QzExLjU1NzEgMi45OTM4NSAxMS4xOTMgMi45OTM4NSAxMC45Njg1IDMuMjE4NEw3LjUwMDA1IDYuNjg2ODJMNC4wMzE2NCAzLjIxODRDMy44MDcwOCAyLjk5Mzg1IDMuNDQzMDEgMi45OTM4NSAzLjIxODQ2IDMuMjE4NEMyLjk5MzkxIDMuNDQyOTUgMi45OTM5MSAzLjgwNzAyIDMuMjE4NDYgNC4wMzE1N0w2LjY4Njg4IDcuNDk5OTlMMy4yMTg0NiAxMC45Njg0QzIuOTkzOTEgMTEuMTkzIDIuOTkzOTEgMTEuNTU3IDMuMjE4NDYgMTEuNzgxNkMzLjQ0MzAxIDEyLjAwNjEgMy44MDcwOCAxMi4wMDYxIDQuMDMxNjQgMTEuNzgxNkw3LjUwMDA1IDguMzEzMTZMMTAuOTY4NSAxMS43ODE2QzExLjE5MyAxMi4wMDYxIDExLjU1NzEgMTIuMDA2MSAxMS43ODE2IDExLjc4MTZDMTIuMDA2MiAxMS41NTcgMTIuMDA2MiAxMS4xOTMgMTEuNzgxNiAxMC45Njg0TDguMzEzMjIgNy40OTk5OUwxMS43ODE2IDQuMDMxNTdaIiBmaWxsPSIjMjc0Yjc3IiAvPgo8L3N2Zz4K);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
	
}

@media screen and (max-width:1000px){
	
	.page_scroll .header-area__logo,
	.header-area__logo {
		width:68px;
	}
	.page_scroll .header-area__top,
	.header-area__top {
		height:50px;
		margin:0;
	}
	.header-area__title {
		font-size:17px;
		line-height:1.2;
		padding:0 8px;
	}
	.header-area__content {
		column-count:auto;
	}
	.header-area__item {
		
	}

	.header-area__close {	
		display:block;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/header.css?17283006257397*/
.header {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:400;
	position:relative;
}

.header__top {
	background-color:#002d62;
	color:#fff;
	height:32px;
	overflow:hidden;
	display:flex;
	align-items:center;
	font-size:15px;
	text-align:left;
	padding:4px 0;
	box-sizing:border-box;	
}

.header__content{
	display:flex;
	height:76px;
	align-items:center;
	color:#002d62;
	position:relative;
}

.header__logo{
	margin-right:16px;
	width:54px;
	transition:width 0.2s ease;
	flex-shrink:0;
}
.header__region{
	margin-right:16px;
	width:64px;
	text-align:center;
	transition:width 0.2s ease;
	flex-shrink:0;
	color:#fff;
	/* background-color:#c30d14; */
	text-transform:uppercase;
	font-size:14px;
	height:64px;
	display:flex;
	flex-direction:column;
	text-decoration:none;
	
	background-color:#fff;
}
.header__region-view {
	/* background-image:url(/local/templates/utrata_new/css/autoload/assets/header/pin.svg); */
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	flex-grow:1;
	/* margin:8px 0 2px 0;  */
}

.header__region-title {
	line-height:1;
	padding-bottom:7px;
	padding-top:4px;
	box-sizing:border-box;
}

.header__title{
	flex-grow:1;
}
.header__name{
	font-size:35px;
	line-height:1;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	
	color:#002d62;
}
.header__desc{
	font-size:14px;
	text-transform:uppercase;
	display:flex;
	transform:translateY(2px);
	
}
.header__desc span{
	border-right:2px solid #c30d14;
	margin-right:9px;
	padding-right:8px;
	white-space:nowrap;
}
.header__desc span:last-child{
	border-right:none;
}

.header__areas {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	pointer-events:none;
	visibility:hidden;
	opacity:0;
	transition:all 0.2s ease;
}
.header_area .header__areas {
	visibility:visible;
	opacity:1;
}
.header__contacts{
	text-align:right;
}
.header__worktime{
	text-transform:uppercase;
	font-size:20px;
}
.header__actions{
	display:flex;
	justify-content:flex-end;
}

.header__search{
	background-color:#002d62;
	width:32px;
	margin-right:8px;
	padding:7px;
	box-sizing:border-box;
	color:transparent;
	font-size:0px;
}

.header__phone{
	background-color:#c30d14;
	padding:0px 16px;
	display:flex;
	align-items:center;
}

.header__phone a{
	color:#fff;
	text-decoration:none;
	font-size:22px;
	font-weight:700;
}

.header__menu {
	background-color:#005482;
	height:40px;
}

.header__menu_fixed{
	position:fixed;
	width:100%;
	height:calc(100% - 130px);
	top:50px;
	left:100%;
	z-index:50;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color:#0d4564;
	display:none;
}

.header__burger{
	display:none;
	position:relative;
	width:32px;
	height:32px;
	cursor:pointer;
}
.header__burger:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/header/menu.svg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.menu-open .header__burger{
	width:24px;
	height:24px;	
}
.menu-open .header__burger:after{
	background-image:url(/local/templates/utrata_new/css/autoload/assets/header/close.svg);
}


.header__bars {
	display:none;
	width:40px;
	height:40px;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTIuNSA0QzIuMjIzODYgNCAyIDQuMjIzODYgMiA0LjVDMiA0Ljc3NjE0IDIuMjIzODYgNSAyLjUgNUgxMi41QzEyLjc3NjEgNSAxMyA0Ljc3NjE0IDEzIDQuNUMxMyA0LjIyMzg2IDEyLjc3NjEgNCAxMi41IDRIMi41Wk0yIDcuNUMyIDcuMjIzODYgMi4yMjM4NiA3IDIuNSA3SDEyLjVDMTIuNzc2MSA3IDEzIDcuMjIzODYgMTMgNy41QzEzIDcuNzc2MTQgMTIuNzc2MSA4IDEyLjUgOEgyLjVDMi4yMjM4NiA4IDIgNy43NzYxNCAyIDcuNVpNMiAxMC41QzIgMTAuMjIzOSAyLjIyMzg2IDEwIDIuNSAxMEgxMi41QzEyLjc3NjEgMTAgMTMgMTAuMjIzOSAxMyAxMC41QzEzIDEwLjc3NjEgMTIuNzc2MSAxMSAxMi41IDExSDIuNUMyLjIyMzg2IDExIDIgMTAuNzc2MSAyIDEwLjVaIiBmaWxsPSIjZmZmIiAvPgo8L3N2Zz4K);
	background-size:contain;
	background-position:center;
	cursor:pointer;
	position:relative;
	flex-shrink:0;
	margin-top:-12px;
	
}
.header__bars:after {
	content:"меню";
	position:absolute;
	bottom:-6px;
	left:0;
	width:100%;
	font-size:10px;
	text-align:center;
	color:#fff;
	text-transform:uppercase
	
}

.menu-open .header__bars {
	background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTExLjc4MTYgNC4wMzE1N0MxMi4wMDYyIDMuODA3MDIgMTIuMDA2MiAzLjQ0Mjk1IDExLjc4MTYgMy4yMTg0QzExLjU1NzEgMi45OTM4NSAxMS4xOTMgMi45OTM4NSAxMC45Njg1IDMuMjE4NEw3LjUwMDA1IDYuNjg2ODJMNC4wMzE2NCAzLjIxODRDMy44MDcwOCAyLjk5Mzg1IDMuNDQzMDEgMi45OTM4NSAzLjIxODQ2IDMuMjE4NEMyLjk5MzkxIDMuNDQyOTUgMi45OTM5MSAzLjgwNzAyIDMuMjE4NDYgNC4wMzE1N0w2LjY4Njg4IDcuNDk5OTlMMy4yMTg0NiAxMC45Njg0QzIuOTkzOTEgMTEuMTkzIDIuOTkzOTEgMTEuNTU3IDMuMjE4NDYgMTEuNzgxNkMzLjQ0MzAxIDEyLjAwNjEgMy44MDcwOCAxMi4wMDYxIDQuMDMxNjQgMTEuNzgxNkw3LjUwMDA1IDguMzEzMTZMMTAuOTY4NSAxMS43ODE2QzExLjE5MyAxMi4wMDYxIDExLjU1NzEgMTIuMDA2MSAxMS43ODE2IDExLjc4MTZDMTIuMDA2MiAxMS41NTcgMTIuMDA2MiAxMS4xOTMgMTEuNzgxNiAxMC45Njg0TDguMzEzMjIgNy40OTk5OUwxMS43ODE2IDQuMDMxNTdaIiBmaWxsPSIjZmZmIiAvPgo8L3N2Zz4K);
}

.header__address{
	display:none;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:700;
	color:#fff;
	font-size:14px;	
	line-height:1.3;
	margin-bottom:24px;
}

.header__counters {
	display:none;
}
@media screen and (max-width:1250px) {

	.header__top {
		height:auto;	
		min-height:32px;	
	}
}
@media screen and (max-width:1200px) {
	.header__worktime {
		font-size:18px;
	}

}
@media screen and (max-width:1000px) {

	.header  {
		box-shadow:0 0 1px 1px rgba(0,0,0,0.1);
	}
	.header__areas{
		width:calc(100% + 24px);
		left:-12px;
	}

	.header__counters{
		display:flex;
	}
	.header__counter{
		
	}
	.header__rate{
		flex-grow: 1;
		align-self: flex-end;
		text-align: right;
		display: flex;
		justify-content: flex-end;
	}
	.header__top {
		display:none;
	}
	
	.header__content{
		height:50px;
		color:#fff;
	}	
	.header__logo{
		width:32px;
	}
	.header__region {
		height:50px;
		width:62px;
		padding-left:6px;
		/* border-right:2px solid #fff; */
		margin-left:-12px;
		margin-right:0;
	}
	
	.header__region-view {
		/* margin:6px 0 0 0; */
		padding:0;
	}
	
	.header__region-title {	
		margin:0;
		padding:3px 0 6px 0;
		font-size:10px;		
	}
	
	.header__title{
		 transform:translateY(0); 
		 margin-left:8px;
		 line-height:1;
	}	
	.header__name {
		font-size:24px;
		color:#fff;
	}	
	.header__desc {
		font-size:10px;
	}
	.header__contacts {
		display:none;
	}
	.header__menu {
		display:none;
	}

	
	.header__menu_fixed{
		display:block;
	}
	
	.header__burger {
		display:block;
	}
	
	.header__address{
		display:block;
		margin-top:16px;
		padding-bottom:32px;
	}
	.header__menu_fixed{
		display:block;
	}	

	.header__bars {
		display:block;
	}

	
}

@media screen and (max-width: 768px) {
	.header__name {
		font-size:22px;
	}

}

@media screen and (max-width: 480px) {
	.header__name {
		font-size:16px;
	}	
}
@media screen and (max-width: 359px) {
	
	.header__desc {
		font-size:9px;
	}
	.header__region-title {
		font-size:9px;
	}
}
/* End */


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


/* Start:/local/templates/utrata_new/css/autoload/inner.css?1661529241814*/
.inner {
	margin-top:16px;
	
}
.inner h1{
	margin-top:0;
}

.inner__content {
	width: 100%;
}

.inner__mobile {
	/* display:none; */
}

.inner__map-block {
	margin-top:24px;
}

.inner__map {
	height:324px;
	margin-top:8px;
}

.inner__map-block .btn{
	width:100%;
	text-transform:none;
	min-height:38px;
	height:auto;
	margin-top:16px;
	justify-content: center;
}

.inner__coord {
	display:flex;
	margin-top:16px;
	align-items:center;
}

.inner__coord-view {
	width:56px;
	height:56px;
	margin-right:8px;
}


.inner__coord-view svg {
	width:100%;
	height:100%;
	fill:#234b90;
}


@media screen and (max-width:1000px){

	.inner__mobile {
		/* display:block; */
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/iplate.css?16720630891706*/
.iplate {
}
.iplate + h3 {
	margin-top:48px;
}
.iplate_more {
	margin-top:32px;
	margin-bottom:32px;
}
.iplate__list {
	display:flex;
	margin:0 -8px;
}

.iplate__item {
	width:calc(33.33% - 16px);
	margin:0 8px;
	flex-shrink:0;
	text-decoration:none;
	display:flex;
	flex-direction:column;
}

.iplate_inner .iplate__item{
	width:calc(50% - 32px);
}
.iplate__title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	align-items: flex-end;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	color: #fff;
	line-height: 1.2;
	
	font-family:"Roboto Condensed",Arial,sans-serif;
	
	
}
.iplate__view {
	position: relative;
	height: 112px;
	background-size: cover;
	background-position: center;
	padding: 16px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	
	
}

.iplate__item:hover {
}
.iplate__view:before {
	content:"";
	background-image:linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%);;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.iplate__item:hover .iplate__view:before {
	background-image:linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 100%);
}

@media screen and (max-width:1000px){
	.iplate__list {
		flex-direction:column;
		margin:16px 0;
	}
	
	.iplate__item {
		width:100%;
		margin:0 0 12px 0;
	}

	.iplate_inner .iplate__item{
		width:100%;
	}	
	.iplate__item:last-child {
		margin-bottom:0;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

	.iplate__title {
		font-size:20px;
	}
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/is-morg.css?1662386083246*/
.is-morg {
	
}
@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}
@media screen and (max-width:359px){
	.is-morg .amo-button-holder {
		display:none;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/list.css?1643695105582*/
.list{
	display:flex;
	flex-wrap:wrap;
	margin:8px -4px;
	padding:0;
}

.list li {
	display:flex;
	flex: 0 0 100%;
	margin:4px 0;	
	background:#f1f3f6;
	box-sizing:border-box;
	padding:8px 16px;
	text-decoration:none;
	min-height:58px;
	align-items:center;
}

.list li:before {
	display:none !important;
}

.list_2 li {
	flex: 0 0 calc(50% - 8px);
	margin:4px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

	.list_2 li {
		flex: 0 0 100%;
		margin:4px 0;	
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/main-banner.css?17283847466339*/
.main-banner {
	min-height:368px;
	display:flex;
	align-items:center;
	padding:24px 0;
	background-size:cover;
	background-position:center;
	position:relative;
}

/* .main-banner:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
}
 */
.main-banner a {
	text-decoration:none;
	color:#fff;
}
.main-banner__label:hover {
	color:#a8b3d3;
}

.main-banner__content {
	display:flex;
}
.main-banner__about {
	flex-shrink:0;
	width:500px;
	max-width:100%;
	padding:32px;
	box-sizing:border-box;
	background:rgba(27,65,112,.9);  
	/* background: rgba(195, 13, 20, .9); */
	color:#fff;
	text-transform:uppercase;
	
	position:relative;
}

.main-banner__worktime {
	font-weight:300;
	font-size:22px;
	font-family: "Roboto Condensed",Arial,sans-serif;
}
.main-banner__phone a {
	font-family:"Roboto Condensed",Arial,sans-serif;
	font-weight:700;
	font-size:32px;
}

.main-banner__info {
	margin-top:20px;
	display:flex;
}

.main-banner__labels {
		flex-grow:1;
}
.main-banner__label {
	display:block;
	position:relative;
	margin-top:12px;
	padding-left:10px;
}
.main-banner__label:before {
	content:"";
	position:absolute;
	left:0;
	top:0px;
	height:100%;
	width:2px;
	max-width:90%;
	background:rgba(195, 13, 20,.8);
}
.main-banner__label:hover:before {
	 background:rgba(195, 13, 20,.9); 
}
.main-banner__label-title {
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-weight:700;
	font-size:22px;	
}
.main-banner__label-desc {
	text-transform:none;
	font-size:16px; 
	font-weight:300;
	font-family:'Roboto Condensed', Arial, sans-serif;
	
}

.main-banner__check {
	
	flex-shrink:0;
	align-self: flex-end;	
}
.main-banner__check a{
	display:block;
	width:96px;
	height:96px;
	background-color:rgba(195, 13, 20,.8); 
	text-transform:uppercase;
	font-size:13px;
	line-height:1.15;
	box-sizing:border-box;
	padding:40px 8px 8px;
	position:relative;
	transform: translateX(32px);
	margin-left: auto;
}

.main-banner__check a:hover{
	 background-color:rgba(195, 13, 20,1); 
	
}
.main-banner__check a:before {
	content:"";
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	top:8px;
	left:8px;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/main-banner/check.svg?4);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.main-banner__laws {
	align-self:flex-end;
	margin-left: auto;
}

.main-banner__law {
	margin-top:12px;
	width:388px;
	height:68px;
	background:rgba(27,65,112,.9);
	color:#fff;
	display:flex;
	box-sizing:border-box;
	padding:8px 16px;
	align-items:center;
	font-size:16px;
	line-height:1.2;
	font-family:"Roboto Condensed",Arial,sans-serif;
}

.main-banner__law b {
	white-space:nowrap;
}
.main-banner__law_fz {
	font-size:14px;
}
.main-banner__law_cert {
	font-size:18px;
	font-weight:300;
	text-transform: uppercase;
}

.main-banner__law-view {
	width:54px;
	height:80%;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	flex-shrink:0;
}
.main-banner__law_fz .main-banner__law-view {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/main-banner/fz.svg);
}
.main-banner__law_cert .main-banner__law-view {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/main-banner/cert.svg);
}
.main-banner__law-content{
	margin-left:16px;
	padding-left:16px;
	border-left:2px solid rgba(195,13,20,.75);
}

.main-banner__places-wrap {
	width:100%;
	position:relative;
	display:none;
}
.main-banner__places-wrap:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:56px;
	height:100%;
	background:linear-gradient(90deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
}
.main-banner__places {
	display:flex;
	margin-top:24px;
	overflow-x:auto;
	overflow-y:hidden;
	padding-left:16px;
	box-sizing:border-box;
	width:100%;
	position:relative;
}

.main-banner__place {
	width:256px;
	margin-right:12px;
	max-width:40%;
	flex-shrink:0;
	padding-bottom:12px;
	font-family:"Roboto Condensed",Arial,sans-serif;
}

.main-banner__place-title {
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	padding-bottom: 8px;
}

.main-banner__place-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 4px;
	width: 100%;
	max-width: 90%;
	background: rgba(195, 13, 20,.8);	
}

.main-banner__place-descs {
	margin-top:8px;
}
.main-banner__place-desc {
	font-size:15px;
	line-height:1.15;
	margin-top: 4px;
	padding-left: 8px;
	position: relative;
	font-weight:300;
}
.main-banner__place-desc:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	height: 16px;
	width: 2px;
	max-width: 90%;
	background: rgba(195, 13, 20,.8);	
}

.main-banner__place-more {
	margin-top:8px;
}
.main-banner__place-btn {
	display:inline-flex;
	background-color: rgba(195, 13, 20,.8);
	padding: 4px 12px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}


@media screen and (max-width:1000px){

	.main-banner__places-wrap {
		display:flex;
	}	
	.main-banner__laws {
		display:none;
	}
	.main-banner_morg .main-banner__about {
		margin-bottom:28px;
	}
	.main-banner__places-wrap{
		width:calc(100% + 12px);
		margin-right:-12px;
	}
}

@media screen and (min-width:1000px){
	.main-banner {
		background-image:url(/local/templates/utrata_new/css/autoload/../../images/banner/msk2.jpg?2);
	}
	
}
@media screen and (max-width:1000px){
	.main-banner {
		background-image:url(/local/templates/utrata_new/css/autoload/../../images/banner/msk_mobile.jpg?2);
	}
}

@media screen and (max-width:480px){
	.main-banner__place{
		max-width:none;
		width:auto;
		margin-right:32px;
	}

	.main-banner__about{
		padding:24px 16px 32px 16px;
	}
	.main-banner .container {
		padding:0;
	}
	.main-banner__check a {
		transform:translateX(16px);
		font-size:12px;
		width:80px;
		height:80px;
		padding-top:34px;
	}
	.main-banner__info{
		margin-top:8px;
	}
	.main-banner__worktime{
		font-size:18px;
	}
	.main-banner__phone a{
		font-size:28px;
	}
	.main-banner__label-desc {
	  font-size: 15px;
	  line-height: 1.15;
	}
	

	.main-banner__places-wrap{
		width:100%;
		margin-right:0;
	}

	
}
@media screen and (max-width:320px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/main-reviews.css?16612900381855*/
.main-reviews {
	
}

.main-reviews__list {
	display:flex;
	margin:0 -12px;
}

.main-reviews__item {
	width:calc(50% - 24px);
	margin:0 12px;
	
	display:flex;
	flex-direction:column;
	background:#f2f3f6;
	box-sizing:border-box;
	padding:16px 0;
}

	
.main-reviews__text {
	font-weight:300;

	position:relative;

	box-sizing:border-box;
	padding:0 32px;
	
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;		
}

.main-reviews__text:before,
.main-reviews__text:after {
	content:"“";
	display:block;
	position:absolute;
	font-weight:700;
	color:#274b77;
	font-size:36px;
	line-height:1;
	font-family:Arial
}


.main-reviews__text:before {
	top:-4px;
	left:10px;
}
.main-reviews__text:after{
	bottom:-4px;
	right:10px;	
	transform:rotate(180deg);
}
	

.main-reviews__info {
	color:#274b77;
	display:flex;
	justify-content:flex-end;
	line-height:1;	
	font-weight:600;
	margin-top:24px;
	flex-grow: 1;
	align-items: flex-end;	
	padding:0 16px;
	box-sizing:border-box;
}

.main-reviews__date {
	padding-right:8px;
	margin-right:8px;
	border-right:1px solid #c30d14;
}

.main-reviews__author {
}

.main-reviews__more {
	text-align:right;
	margin-top:12px;
}



@media screen and (max-width:1000px){
	.main-reviews__list{
		flex-direction:column;
		margin:0;
	}
	.main-reviews__item {
		width:100%;
		margin:0 0 12px;
	}
	.main-reviews__item:last-child {
		margin-bottom:0;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

@media print {
	.main-reviews__list{
		flex-direction:column;
		margin:0;
	}
	.main-reviews__item {
		width:100%;
		margin:0 0 24px;
	}
	.main-reviews__item:nth-child(3){
		display:none;
	}
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/map.css?1676361582656*/
.map {
	height:100%;
	position:relative;
	background:#f9f9f9;
	cursor: pointer;
}
.map_300 {
	height:300px;
	max-height:80vh;
}
.map:before {
	background-image:url('/local/templates/utrata_new/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/utrata_new/css/autoload/menu-open.css?1637737309284*/
@media screen and (max-width:1000px){
	.menu-open {
		overflow:hidden;
		position:fixed;
		height:100%;
		width:100%;
	}	
	
	.menu-open .amo-button-holder {
		display:none;
	}

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}


/* End */


/* Start:/local/templates/utrata_new/css/autoload/menu-search.css?1617784624900*/
.menu-search {
	position:relative;
}
input[type=text].menu-search__input {
	height:48px;
	width:100%;
	background:#e9edf4;
	font-family:"Roboto Condensed",Arial,sans-serif;
	line-height:48px;
	border:0;
	padding-right:32px;
	border-radius:0;
}
.menu-search__btn {
	position:absolute;
	width:24px;
	height:24px;
	right:12px;
	top:12px;
	border:0;
	background-color:transparent;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/menu-search/search.svg);
	background-size:contain;
	background-position:center;	
	background-repeat:no-repeat;	
	border-radius:0;
}



.menu-search::-webkit-input-placeholder { /* Chrome */
  color: #6e86af;
}
.menu-search:-ms-input-placeholder { /* IE 10+ */
  color: #6e86af;
}
.menu-search::-moz-placeholder { /* Firefox 19+ */
  color: #6e86af;
  opacity: 1;
}
.menu-search:-moz-placeholder { /* Firefox 4 - 18 */
  color: #6e86af;
  opacity: 1;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/menu-slider.css?1661348256574*/
.menu-slider {
	display: inline-flex;
	overflow-x: scroll;
	white-space: nowrap;
	width: calc(100% + 24px);
	font-family:"Roboto Condensed",Arial,sans-serif;
	padding:16px 0;
	margin:0 -12px;
}

.menu-slider__item {
	background:#25406d;
	color:#fff;
	padding:8px 16px;
	box-sizing:border-box;
	margin-left:12px;
	text-decoration:none;
	font-size:17px;
}
.menu-slider__item:nth-last-child(2){
	background:#c20d19;
	text-transform:uppercase;
}
.menu-slider__item:hover {
	color:#fff;
}
.menu-slider__space {
	margin-left:6px;
	padding:0 3px;
}


/* End */


/* Start:/local/templates/utrata_new/css/autoload/more-article.css?1663160750800*/
.more-article {
	display:flex;
}

.more-article__btn {
	display:flex;
	margin-left:12px;
	min-height:36px;
	padding:0 36px;
	align-items:center;
	color:#333;
	background-color:#f2f3f6;
	text-decoration:none;
}
.more-article__btn:hover {
	background-color:#E9EBF2;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.more-article {	
		font-size:14px;
	}
	.more-article__btn {
		margin-left:0px;
		padding:0 12px;
		flex-grow: 1;
		text-align: center;
		justify-content: center;		
	}	
	.more-article__btn:first-child{
		margin-right:6px;
	}
	.more-article__btn:last-child{
		margin-left:6px;
	}
}

@media screen and (max-width:480px){
	.more-article {	
		font-size:13px;
	}	

	.more-article__label{
		display:none;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/more.css?16635855731458*/
.more {
	text-decoration:none;
	background-size:cover;
	background-position:center;
	display:flex;
	align-items:flex-end;
	height:120px;
	position:relative;
}

.more:before {
	position:absolute;
	content:"";
	display:block;
	width:100%;
	height:100%;	
	background-image:linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%);
}

.more:hover:before {
	background-image:linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 100%);
	
}

.more__wrapper {
	display:flex;
	align-items:center;
	padding:24px;
	color:#fff;
	box-sizing:border-box;
	position:relative;
}

.more__content{

}

.more__title{
	font-size:24px;
	font-weight:700;
	font-family:'Roboto Condensed', Arial, sans-serif;

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

.more_top .more__title{
	font-size:17px;
}
.more_top .more__wrapper {
	padding:12px;
}

@media screen and (max-width:1000px) {
	.more {
		height:88px;
	}
	
	.more:before {
	}
	
	.more:hover:before {
	}
	
	.more__wrapper {
		padding:16px 16px 20px 20px;
		height:100%;
		align-items:flex-end;
	}
	.more__content{
		transform:translateY(2px);
	}
	.more__title{
		font-size:17px;
	}	
}

@media screen and (max-width: 768px) {
	.more__title{
		font-size:16px;
	}
}

@media screen and (max-width: 480px) {
	.more__title{
		font-size:15px;
	}
}

@media screen and (max-width: 320px) {
	.more__title{
		font-size:14px;
	}
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/morg-perevozka.css?16655600201420*/
.morg-perevozka {
	display:flex;
	margin:16px 0;
	text-decoration:none;
	color:#333;
}

.morg-perevozka .btn{
	margin-top:16px;
}

.morg-perevozka__header {
	width:365px;
	margin-right:16px; 
	flex-shrink:0;

	display: flex;
	flex-direction: column;

}

.morg-perevozka__title {
	background: #c30d14;
	color: #fff;
	padding: 8px 16px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

.morg-perevozka__title div{
	font-weight:300;
}
.morg-perevozka__desc {
	background: #274b77;
	color: #fff;
	padding: 16px;
	margin-top: 12px;
	flex-grow:1;
}


.morg-perevozka__content {
	background: #f2f3f6;
	padding: 8px 16px 12px 16px;
	box-sizing: border-box;
	flex-grow: 1;
	position: relative;
}
.morg-perevozka__content p{
	margin-top:0;
	margin-bottom:8px;
}
.morg-perevozka__content p{
	margin:0;
}

.morg-perevozka__warning {
	color:#c30d14;
	font-weight:700;
	font-size:22px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	text-transform:uppercase;
}
.morg-perevozka__more {
	
}

@media screen and (max-width:1000px){
}

@media screen and (max-width:768px){
	.morg-perevozka {
		flex-direction:column;
	}
	
	.morg-perevozka__header {
		margin:0 0 8px 0;
		width:100%;
	}
	
	.morg-perevozka__desc {
		margin-top:8px;
	}

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/morgue.css?1617260059613*/
.morgue {
	margin:1em 0;
}

.morgue__section {
	
}

.morgue__items{
	display:flex;
	flex-wrap:wrap;
	margin:8px -4px 24px;
}

.morgue__link {
	display:flex;
	flex: 0 0 100%;
	margin:4px 0;	
	background:#f1f3f6;
	box-sizing:border-box;
	padding:8px 16px;
	text-decoration:none;
	min-height:58px;
	align-items:center;
}
.morgue__link_short {
	flex: 0 0 calc(50% - 8px);
	margin:4px;
}

.morgue__link:hover {
	background:#e1e3e6;
}

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



}

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

}

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

	.morgue__link {
		flex: 0 0 100%;
		margin:4px 0;
	}
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/mp-places.css?16615143754138*/
.mp-places {
	display:flex;
	box-sizing:border-box;
	width:calc(100% + 16px);
	position:relative;
	margin:16px -8px;
	padding:0 16px;
	font-family:'Roboto Condensed', Arial, sans-serif;
}
.mp-places_inner {
	padding:0;
}
.mp-places__place {
	width:calc(25% - 16px);
	margin:0 8px;
	max-width:40%;
	flex-shrink:0;
	/* background-color:#f2f3f6; */
	color:#fff;
	/* background-color:rgba(27,65,112,1); */
	background-color:#274b77;
	box-sizing:border-box;
	padding:12px;
	text-decoration:none;
	transition:all 0.2s ease;
	background-size:cover;
	background-position:center;
}



.mp-places_inner .mp-places__place {
	min-width:180px;
}
.mp-places_inner .mp-places__place:hover {
	background:#005482;
}
.mp-places__place:hover {
	
}

.mp-places__place:hover .mp-places__place-title{
	/* color:rgba(195, 13, 20,.8);	 */
}

.mp-places__place-title {
	font-size:22px;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	padding-bottom: 8px;
	line-height:1;
	transition:all 0.2s ease;
}

.mp-places__place-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 1px;
	width: 100%;
	background: rgba(195, 13, 20, 1);	
}

.mp-places__place-descs {
	margin-top:10px;
	display:flex;
}
.mp-places__place-desc {
	font-size:16px;
	line-height:1.15;
	padding-left: 8px;
	position: relative;
	white-space:nowrap;
	font-weight:300;
}
.mp-places__place-desc:first-child {
	padding-left:0;
	margin-right:8px;
}
.mp-places__place-desc:first-child:before {
	display:none;
}
.mp-places__place-desc:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	height: 16px;
	width: 1px;
	max-width: 90%;
	background: rgba(195, 13, 20, 1);	
}

.mp-places__place-more {
	margin-top:10px;
}
.mp-places__place-btn {
	display:inline-flex;
	background-color: rgba(195, 13, 20,.8);
	padding: 4px 12px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	transition:all 0.2s ease;
}

.mp-places__place:hover .mp-places__place-btn {
	background-color: rgba(195, 13, 20,1);
}



.mp-places_grow {
	padding:0;
}
.mp-places_grow .mp-places__place {
	width:auto;
	flex-grow:1;
	max-width:100%;
	position:relative;
}
.mp-places_grow .mp-places__place:hover .mp-places__place-title{
	color:#fff;
}

.mp-places_grow .mp-places__place:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%);
	transition:all 0.2s ease;
}

.mp-places_grow .mp-places__place:hover:before {
  background-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 100%);
}

.mp-places_grow .mp-places__place > div{
	position:relative;
	color:#fff;
}
.mp-places_grow .mp-places__place-title{
	display:inline-flex;
}
.mp-places_grow .mp-places__place-title:after{
	width:80%;
	height:2px;
}
.mp-places_grow .mp-places__place-desc:before{
	width:2px;
}
.page__grey .mp-places__place-more {
	display:none;
}

@media screen and (max-width:1120px){
	.mp-places__place-title {
		font-size:17px;
	}
	.mp-places__place-desc {
		font-size:13px;
	}
}
@media screen and (max-width:1020px){
	.mp-places__place-title {
		font-size:16px;
	}
	.mp-places__place-desc {
		font-size:12px;
	}
}

@media screen and (max-width:1000px){
	.mp-places {
		display:none;
	}
	.mp-places_inner {
		display:flex;
		overflow-x:auto;
		padding-bottom:8px;
	}
	.mp-places_inner .mp-places__place-title {
		font-size:22px;		
	}
	.mp-places_inner .mp-places__place-descs {
		flex-direction:column;
	}
	.mp-places_inner .mp-places__place-desc {
		font-size:16px;		
	}

	.mp-places_inner .mp-places__place-desc:first-child:before {
		display:block;
	}

	.mp-places_inner .mp-places__place-desc:first-child {
		padding-left:8px;
		margin-right:0;
		margin-bottom:4px;
	}	
	.mp-places_grow {
		display:flex;
		overflow-x:auto;
	}	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}


/* End */


/* Start:/local/templates/utrata_new/css/autoload/news-item.css?16615115741520*/
.news-item {
	text-decoration:none;
	display:block;
	margin-bottom:16px;
}

.news-item:hover {

}

.news-item__view {
	position:relative;
	height:112px;
	background-size:cover;
	background-position:center;	
	padding:16px;
	box-sizing:border-box;
	display:flex;
	align-items:flex-end;
}

.news-item__view:before {
	content:"";
	background-image:linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.news-item:hover .news-item__view:before {
	background-image:linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 100%);
}


.news-item__title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

	align-items: flex-end;
	box-sizing: border-box;
	font-weight:700;
	font-size:20px;	
	
	position:relative;
	
	color:#fff;
	
	line-height:1.2;
	
	font-family:"Roboto Condensed",Arial,sans-serif;
}



.news-item__desc {
	color:#333;
	font-weight:300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	padding-top:16px;
}

.news-item__date {
	padding-top:16px;
	font-weight:700;
}

@media screen and (max-width:1000px){
	.news-item {
		margin:0;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.news-item__title {
		height:auto;
		font-size:20px;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/news-items.css?1617780342433*/
.news-items {
	margin:0 0 32px 0;
}

.news-items__more {
	text-align:right;
	margin-top:32px;
}
.news-items__more a{
	color:#5b5b5b;
	font-size:20px;
	text-decoration:none;
}



@media screen and (max-width:1000px){
	.news-items{
		margin:0 0 32px;
	}
	
	.news-items__more a {
		font-size:16px;
		margin-top:0;
	}	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/news.css?1663587212976*/
.news {
	margin-top:24px;
}

.news__list {
	display:flex;
	flex-wrap:wrap;
	margin:0 -8px;

	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
}

.news__item {
	width:calc(33.33% - 16px);
	margin:0 8px;
	flex-shrink:0;
	margin-bottom:16px;
	
	-ms-flex-negative: 0;	
}

.news__item:nth-last-child(-n+2):not(:nth-child(even)),
.news__item:last-child {
	margin-bottom:0;
}


@supports (-ms-ime-align:auto) {
	.news__item {
		width:calc(49.99% - 32px);
	}
}




@media screen and (max-width:1000px){
	.news {
		margin:16px 0;
	}
	
	.news__list {
		margin:0 -12px;
	}

	.news__item {
		width:calc(49.99% - 24px);	
		margin:0 12px 48px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

	.news__list {
		margin:0 ;
	}
	.news__item {
		width:100%;
		margin:0 0 12px 0;;
	}
	.news__item:nth-last-child(-n+2):not(:nth-child(even)),
	.news__item:last-child {
		margin-bottom:12px;
	}	
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/nw.css?166126196668*/
.nw {
	white-space:nowrap;
}

.nowrap {
	white-space:nowrap;
}
/* End */


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

/* End */


/* Start:/local/templates/utrata_new/css/autoload/owl-half.css?165633790885*/
.owl-half{
	width:90% !important;
}

.owl-half .owl-stage-outer{
	width:111%;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/owl-theme-utrata.css?16177799411727*/
.owl-stage{padding-left:0px !important;}

.owl-theme-utrata .owl-nav {
	-webkit-tap-highlight-color: transparent; 
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	left:0;
}
.owl-carousel.owl-theme-utrata  .owl-nav button.owl-prev {
	position:absolute;
	left:-32px;
	width:32px;
	height:32px;
	background-image:url(/local/templates/utrata_new/css/autoload/../../images/svg/next.svg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	transform:scale(-1,1);
	
}
.owl-carousel.owl-theme-utrata  .owl-nav button.owl-next {
	position:absolute;
	right:-32px;
	width:32px;
	height:32px;
	background-image:url(/local/templates/utrata_new/css/autoload/../../images/svg/next.svg);
	background-size:contain;
	background-position:center;
background-repeat:no-repeat;
}
.owl-theme-utrata .owl-nav [class*='owl-'] {
}
.owl-theme-utrata .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; 
}

.owl-theme-utrata .owl-nav.disabled + .owl-dots {
	margin-top: 10px; 
}

.owl-theme-utrata .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}
.owl-theme-utrata .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; 
}
.owl-theme-utrata .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
}
.owl-theme-utrata .owl-dots .owl-dot.active span, 
.owl-theme-utrata .owl-dots .owl-dot:hover span {
	background: #869791; 
}
@media screen and (max-width:1000px){

	.owl-theme-utrata{
		margin-bottom:32px;
	}

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/p-author.css?1642758029548*/
.p-author {
	display:flex;
}

.p-author__view {
	margin-top:24px;
	margin-right:32px;
	flex-shrink:0;
}
.p-author__photo {
	width:180px;
	box-sizing:border-box;
	border-radius:180px;
	border:3px solid #d0d4d7;
}
.p-author__content {
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.p-author {
		display:block;
	}

	.p-author__view {
		margin-right:0px;
	}	
	.p-author__photo {
		width:104px;
		margin-right:16px;
		float:left;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/page.css?16623848114086*/
.page {
}

.page__header-back {
	height:148px;
}
#bx-panel + img + .page .page__header-back {
	height:calc(148px - 39px);
}

.page__header {
	position:fixed;
	left:0;
	right:0;
	top:0;
	background-color:#fff;
	z-index:30;
}
.page__menu {
	background-color:#005482;
	color:#fff;
	height:40px;
	
}
.page__breadcrumb {
	padding:0 12px;

}

.page__content {
	padding-bottom:64px;
}

.page__content p, 
.page__content li, 
.page__content td {
	font-weight:300;
}
.page__content li {
	list-style:none;
	position:relative;
}
.page__content li:before {
	position:absolute;
	width:16px;
	height:16px;
	content:"";
	display:block;
	left:-24px;
	top:4px;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/page/check.svg?1);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	
}
.page__footer {
	background:#20262c;
	color:#fff;
}

.page__allowance{
	background:#b61f1d;
	color:#fff;
	font-family:"Roboto Condensed",Arial,sans-serif;
	font-size:15px;
	padding:4px 0;
	z-index:10;
}

.page_allowance .page__allowance{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
}
.page__allowance_inner {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
}
.page__right {
	margin-left:32px;
	width:calc(33.33% - 20px);
	float:right;
}

.page__grey {
	background:#f2f3f6;
}
.page__grey .container {
	padding:1px 16px;
}

.page__allowance-desktop {
	display:inline;
}

.page__allowance-mobile {
	display:none;
}

.page__bottom-fix-back {
	display:none;
	height:50px;
}
.page__bottom-fix{
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:80px;
	background:#fff;
	padding:0 6px;
	box-sizing:border-box;
	z-index:50;
}

.page__bottom-fix:after{
	content:"";
	display:block;
	position:absolute;
	top:-4px;
	left:0;
	width:100%;
	height:4px;
	background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
	pointer-events:none;
}

.page__eye {
	
}


@media screen and (min-width:1000px) {
	.page_scroll {
	}

	.page_scroll .header__content {
		min-height:54px;
	}
	.page_scroll .header__top {
		display:none;
	}
	.page_scroll .header__region{
		margin-right:12px;
		width:48px;
		font-size:14px;
		height:48px;
		font-size:10px;
	}
	.page_scroll .header__region-view{
		margin:4px 0 2px 0;
	}
	.page_scroll .header__region-title {
		padding-bottom:4px;
		padding-top:2px;
	}
	.page_scroll .header__title{ 
		transform:translateY(2px);
	}
	.page_scroll .header__name {
	}
	.page_scroll .header__desc {
		display:none;
	}
	.page_scroll .header__contacts {
		display:flex;
		align-items:center;
	}
	.page_scroll .header__worktime {
		margin-right:16px;
	}
	.page_scroll .page__header-back {
	}

	.page_scroll .page__header {
		position: fixed;
		z-index:50;
	}
	.page_scroll .header__actions {
		flex-direction:row-reverse;
	}
	.page_scroll .header__phone {
	}
	.page_scroll .header__search {
		margin-right:0;
		margin-left:8px;
	}
	.page_scroll .page__content {
	}	
}


@media screen and (max-width:1000px){
	.page__menu {
		display:none;
	}
	.menu-open .page__menu {
		display:block;
		position:fixed;
		top:50px;
		height:calc(100% - 130px);
		left:0;
		right:0;
		background:#274b77;
		overflow-y:scroll;
	}


	.page__header {
		height:50px;
		box-sizing:border-box;
		background:#25406d;
		
		
	}

	.page__content {
	}
	
	.page__right {
		float:none;
		width:100%;
		margin-left:0;
	}

	.page__footer {
		padding-bottom:64px;
	}
	
	
	.page__bottom-fix-back {
		display:block;
	}
	.page__bottom-fix{	
		display:block;
	}

	.page__allowance-desktop {
		display:none;
	}

	.page__allowance-mobile {
		display:inline;
	}	

	.page__allowance {
		text-align:center;
	}
	
	.page__header-back {
		height:50px;
	}

}

@media screen and (max-width:768px){


}


@media screen and (max-width:359px){

	.page__allowance{
		font-size:14px;
	}
	
	.page_morg .amo-button-holder {
		display:none;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/pdutrata.css?16563427761570*/
@-webkit-keyframes wave {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}

.pdutrata {
	background-color:#000;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/pdutrata/back.jpg);
	background-size:cover;
	background-position:center;
	
	height:calc(120px + (172 - 120) * (100vw - 320px) / (1920 - 320));
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:Montserrat,Arial,sans-serif;
	font-weight:300;
	text-decoration:none;
}
.pdutrata:hover .pdutrata__title1 {
	-webkit-mask-image: linear-gradient(
		-75deg, 
		rgba(255, 255, 255, .6) 30%, 
		#fff 50%, 
		rgba(255, 255, 255, .6) 70%
	);
	-webkit-mask-size: 200%;
	animation: wave 2s infinite;
}
.pdutrata__content {
	text-transform:uppercase;
	color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.pdutrata__title {
	position:relative;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
	line-height:1;
	padding:4px 0;
}

.pdutrata__desc {
	color:#ffd700;
	margin-top:12px;
	font-size:calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
	line-height:1;
	
}


@media screen and (min-width:1920px){
	.pdutrata {
		height:172px;
	}
	
	.pdutrata__title {
		font-size:40px;
	}

	.pdutrata__desc {
		font-size:24px;
		
	}
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/plan-plate.css?16183971101282*/
.plan-plate {
	border-top:2px solid #234b90;
	margin:16px 0;
	padding:16px 0 0;
}
.plan-plate__items {
	display:flex;
	margin:0 -16px;
}

.plan-plate a {
	margin:0 16px;
	color:#234b90;
	text-decoration:none;
	background:#e4e8ec;
	padding:16px;
	box-sizing:border-box;
}
.plan-plate a:nth-child(1) {
	width:calc(33.33% - 32px);
}
.plan-plate a:nth-child(2) {
	flex-grow:1;
}
.plan-plate a:nth-child(3) {
	width:calc(22.2% - 32px);
}

.plan-plate a:hover {
	background:#c6cace;
}

.plan-plate__item {
	display:flex;
	align-items:center;
}
.plan-plate__view svg{
	width:100%;
	height:100%;
	fill:#234b90;
}
.plan-plate__view {
	width:32px;
	flex-shrink:0;
	margin-right:12px;
}
.plan-plate__content {
	flex-grow:1;
}
@media screen and (max-width:1000px){
	.plan-plate {	
		margin:16px 0;
	}
	.plan-plate__items{
		margin:0;
		flex-wrap:wrap;
	}
	.plan-plate a {
		margin:0 0 8px 0;
		line-height:1.2;
		
	text-align:left;
	}
	.plan-plate a:nth-child(1) {
		width:100%;
	}
	.plan-plate a:nth-child(2) {
		width:100%;
	}
	.plan-plate a:nth-child(3) {
		width:100%;
	}
	.plan-plate a:last-child {
		margin-bottom:0;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/plan.css?16288583486582*/
.plan {
	display:flex;
	margin:0 -16px;
	font-family:"Roboto Condensed",Arial,sans-serif;
	line-height:1.2;
}
.plan_inner {
	flex-direction:column;
	margin:0;
}

.plan__tabs {
	display:flex;
	flex-direction:column;
	width:calc(33.33% - 32px);
	margin:0 16px;
}
.plan_inner .plan__tabs {
	width:calc(100% + 16px);
	margin:0 -8px;
	flex-direction:row;
}
.plan__tab {
	display:flex;
	background:#e4e8ec;
	margin-bottom:24px;
	flex-grow:1;
	align-items:center;
	box-sizing:border-box;
	padding:16px;
	text-transform:uppercase;
	cursor:pointer;
	color:#9e9e9e;
}
.plan__tab:last-child{
	margin-bottom:0;
}

.plan_inner .plan__tab{
	margin:0 8px 16px;
	flex-basis:calc(50% - 16px);
}

.plan__tab._active {
	color:#fff;
	background:#234b90;
}

.plan__tab-view {
	width:32px;
	height:32px;
	flex-shrink:0;
}

.plan__tab-view svg{
	width:100%;
	height:100%;
	fill:#9e9e9e;
}

.plan__tab._active svg{
	fill:#fff;
}
.plan__tab-content {
	margin-left:12px;
}

.plan__tab-desc {
	font-size:24px;
}

.plan__tab-title {
	font-size:28px;	
	font-weight:700;
}
.plan__tab-mobile {
	display:none;
}
.plan__contents {
	width:calc(66.67% - 32px);
	margin:0 16px;	
}
.plan_inner .plan__contents {
	width:100%;
	margin: 0;
}
.plan__content {
	display:none;
	margin:0 -16px;
	height:100%;
}

.plan_inner .plan__content {
	margin:0 -8px;
}

.plan__content._active {
	display:flex;
}

.plan__item {
	width:calc(33.33% - 32px);
	margin:0 16px;	
	background:#e4e8ec;
	box-sizing:border-box;
	padding:16px;
	color:#234b90;
	display:flex;
	flex-direction:column;
	height:100%;
	text-decoration:none;
	
}

.plan__item:hover {
	background:#c6cace;
}

.plan_inner .plan__item {
	margin:0 8px;
	width:calc(33.33% - 16px);
	height:auto;
}

.plan__title {
	font-size:28px;
	font-weight:700;
}

.plan__desc {
	font-size:16px;
	font-family:"Roboto",Arial,sans-serif;
	color:#3e3e3d;
	font-weight:300;
	flex-grow:1;
}
.plan_inner .plan__desc {
	flex-grow:0;
	height:5em;
}


.plan__price {
	font-size:40px;
	font-weight:700;
}

.plan__more {
}

.plan__detail  {
	flex-grow:1;
}
.plan__detail li {
	color:#333;
}

.plan__btn.btn {
		width:calc(100% + 32px);
		margin:0 -16px -16px;
		justify-content:center;
}

@media screen and (max-width:1100px){
		.plan_inner .plan__desc {
			font-size:0.8em;
		}
}
@media screen and (max-width:1000px){
	.plan {
		flex-direction:column;
		margin:0;
	}
	.plan__tabs {
		width:100%;
		margin:0;
		flex-direction:row;
		margin-bottom:8px;
	}
	
	.plan__tab {
		flex:0 0 50%;
		margin-bottom:0;
		justify-content:center;
	}
	.plan__tab-view {
	}
	.plan__tab-desc {
		display:none;
	}
	.plan__tab-title {
		display:none;
	}
	.plan__tab-mobile {
		display:block;
	}
	.plan__contents {
		width:100%;
		margin:0;
	}
	
	.plan__content  {
		flex-direction:column;
		margin:0;
	}
	.plan__item {
		width:100%;
		margin:0;		
		flex-direction:row;
		margin-bottom:8px;
		flex-wrap:wrap;
	}

	.plan__item:last-child {	
		margin-bottom:0;
	}
	.plan__title {
		flex-grow:1;
		align-self: center;
		font-size:20px;
	}	
	.plan__desc {
		order:10;
		width:100%;
		font-size:0.8em;
		height:auto;
	}

	.plan__price {
		font-size:24px;
	}
	.plan__more {
		display:none;
	}
	.plan__detail  {
		display:none;
	}
	
	
		.plan_inner {
			flex-direction:column;
			margin:16px 0;
		}
		.plan_inner .plan__tabs {
			width:calc(100% + 16px);
			margin:0 -8px;
			flex-direction:row;
		}
		.plan_inner .plan__tab{
			margin:0 8px 16px;
			flex-basis:calc(50% - 16px);
		}

		.plan_inner .plan__contents {
			width:100%;
			margin: 0;
		}

		.plan_inner .plan__content {
			margin:0;
		}	
		
		.plan_inner .plan__item {
			margin:0 0 8px 0;
			width:100%;
			height:auto;
			flex-wrap:wrap;
		}
		.plan_inner .plan__desc {

			height:auto;
			
		}
		.plan_inner .plan__detail {
			width:100%;
			display:none;
			order:15;
		}
		.plan_inner .plan__item._active .plan__detail {
			width:100%;
			display:block;
		}
		.plan_inner .plan__btn {
			display:none;
		}
		.plan_inner .plan__item._active .plan__btn {
			display:flex;
			order:20;
		}



}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.plan_inner .plan__tabs {
		width:100%;
		margin:0 0 8px 0;		
	}
	.plan_inner .plan__tab {
		margin:0;
		flex-basis:50%;
	}
	.plan_inner .plan__tab-view {
		
	}	
}


@media screen and (max-width:360px){

	.plan__tab {
		padding:16px 4px;
	}
	.plan__tab-view {
		width:24px;
		height:24px;
	}	

}


@media print{
	.plan {
		flex-direction:column;
		margin:0;
	}
	.plan__tabs {
		width:100%;
		margin:0;
		flex-direction:row;
		margin-bottom:8px;
	}
	
	.plan__tab {
		flex:0 0 50%;
		margin-bottom:0;
		justify-content:center;
	}
	.plan__tab-view {
	}
	.plan__tab-desc {
		display:none;
	}
	.plan__tab-title {
		display:none;
	}
	.plan__tab-mobile {
		display:block;
	}
	.plan__contents {
		width:100%;
		margin:0;
	}
	
	.plan__content  {
		flex-direction:column;
		margin:0;
	}
	.plan__item {
		width:100%;
		margin:0;		
		flex-direction:row;
		margin-bottom:8px;
		flex-wrap:wrap;
	}

	.plan__item:last-child {	
		margin-bottom:0;
	}
	.plan__title {
		flex-grow:1;
		align-self: center;
		font-size:20px;
	}	
	.plan__desc {
		order:10;
		width:100%;
		font-size:0.8em;
		height:auto;
	}

	.plan__price {
		font-size:24px;
	}
	.plan__more {
		display:none;
	}
	.plan__detail  {
		display:none;
	}


	.plan_inner {
		flex-direction:column;
		margin:16px 0;
	}
	.plan_inner .plan__tabs {
		width:calc(100% + 16px);
		margin:0 -8px;
		flex-direction:row;
	}
	.plan_inner .plan__tab{
		margin:0 8px 16px;
		flex-basis:calc(50% - 16px);
	}
	.plan__tab {
		display:none;
	}
	.plan__tab._active {
		display:flex;
	}

	.plan_inner .plan__contents {
		width:100%;
		margin: 0;
	}

	.plan_inner .plan__content {
		margin:0;
	}	

	.plan_inner .plan__item {
		margin:0 0 8px 0;
		width:100%;
		height:auto;
		flex-wrap:wrap;
	}
	.plan_inner .plan__desc {

		height:auto;
		
	}
	.plan_inner .plan__detail {
		width:100%;
		display:none;
		order:15;
	}
	.plan_inner .plan__item .plan__detail {
		width:100%;
		display:block;
	}
	.plan_inner .plan__btn {
		display:none;
	}
	.plan_inner .plan__item .plan__btn {
		display:flex;
		order:20;
	}



}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/popular-article.css?16635930001982*/
.popular-article  {
	
}

.popular-article__item {
	display:flex;
	align-items:center;
	width:100%;
	border-bottom:2px solid #0d4564;
	padding:18px 0 16px;
	position:relative;
	z-index:10;
	
	text-decoration:none;
}
.popular-article__name {
	flex-grow:1;
}
.popular-article__name{
	font-weight:700;
	color:#000;	
	transition:all 0.2s ease;
}

.popular-article__item:hover{
	
}
.popular-article__item:hover .popular-article__name{
	text-decoration:underline;
}

.popular-article__rate {
	display:flex;
}
.popular-article__rate-value {
	font-weight:700;
	color:#000;
	margin-left:8px;
}

.popular-article__rate-count {
	color:#9c9c9c;
	margin-left:12px;
	min-width:120px;
}
.popular-article__action {
	position:relative;
	padding-left:24px;
}
.popular-article__arrow {
	background-image: url('/local/templates/utrata_new/css/autoload/assets/popular-article/arrow.svg');
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	content: "";
	display: block;
	clear: both;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.2s;
	pointer-events: none;
	background-color: transparent;
	transform: translateY(-50%) rotate(0);
	transition:all 0.2s linear;
}

.popular-article__item:hover .popular-article__arrow {
	transform: translateX(10%) translateY(-50%) rotate(0);
}
.popular-article__rate-count_mobile {
	display:none;
}


@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	
	.popular-article__item {
		padding:12px 0 10px;			
	}
	.popular-article__rate {
		flex-wrap:wrap;
		justify-content: flex-end;
		margin-right:16px;
	}
	.popular-article__rate-count {
		display:block;
		width:100%;
		text-align:right;
		margin-top:4px;
	}
	.popular-article__rate-count_desktop {
		display:none;
	}
	.popular-article__action {
		display:none;
	}	
}

@media screen and (max-width:480px){
	.popular-article_item {
		flex-wrap:wrap;
	}

	.popular-article__name {
		width:100%;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/popup-open.css?1597848887235*/
.popup-open {
	overflow:hidden;
}
@media screen and (min-width:1000px) {
	.popup-open .page__header{
		margin-right:17px;
	}

}
@media screen and (max-width:1000px) {
	.popup-open {
		height:100%;
		width:100%;
		position: fixed;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/popup.css?1661336286847*/
.popup {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#fff;
	z-index:20;
	align-items:flex-start;
	justify-content:center;
	overflow-y:scroll;
}

.popup_active {
	display:flex;
}
.popup__wrapper{
	max-width:100%;
	width:512px;
	padding:16px;
	box-sizing:border-box;
	position:relative;
}


.popup__wrapper ul {
	padding:0;
	margin:0;
}
.popup__wrapper li {
	padding-left:12px;
}
.popup__wrapper li:before{
	background:none;
	content:"|";
	color:#c30d14;
	top:0;
	width:auto;
	height:auto;
	font-weight:700;
	transform:translateY(-2px);
	left:0;
	position:absolute;
}
.popup__close {
	position:absolute;
	top:32px;
	right:24px;
	width:24px;
	height:24px;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/popup/close.svg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/print-bg.css?1628860636180*/
.print-bg {
	display:none;
	position:fixed;
	left:50%;
	top:0;
	transform:translateX(-50%);
	width:60%;
	height:100%;
	opacity:0.1;
	pointer-events:none;
	margin:auto;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/product-sections.css?1661436403561*/
.product-sections {
	display:flex;
	flex-wrap:wrap;
	margin:0 -8px 32px;
	justify-content:space-between;
}
.products__items {
	margin:0 -8px
}
.product-sections__item {
	flex-grow:1;
	margin:0 8px 8px 8px;
	color:#fff;
	background-color:#274b77;
	transition:all 0.2s ease;
	padding:4px 24px;
	box-sizing:border-box;
	font-size:18px;
	font-family:"Roboto Condensed",Arial,sans-serif;
	cursor:pointer;
	text-align:center;
}

.product-sections__item:hover,
.product-sections__item_active {
	color:#fff;
	background-color:#c30d14;
}



/* End */


/* Start:/local/templates/utrata_new/css/autoload/products.css?16617576652880*/
.products {
	
}

.products__sections  {
	
}

.products__groups  {
	
}

.products__items {
	display:none;
}
.products__items_active {
	display:block;
	display:flex;
	flex-wrap:wrap;
	margin:0 -16px;
}

.products__item {
	display:none;
	border-top:2px solid #234b90;
	padding:24px 0;
	
	width:calc(50% - 32px);
	margin:0 16px 32px 16px;
}

.products__item_active {
	display:flex;
}
.products__item_h {
	display: none;
}

.products__view {
	flex-shrink:0;
	width:240px;
	max-width:100%;
	margin-right:16px;
	height:240px;
	position:relative;	
	overflow:hidden;
}


.products__view .owl-carousel .owl-item img {
	max-height:240px;
	width:auto;
	max-width:100%;
	margin:0 auto;
}
.products__view .owl-nav {
	pointer-events:none;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
}

.products__view .owl-carousel .owl-nav button.owl-next {
	position:absolute;
	right:0;
	font-size:32px;
	width:32px;
	height:32px;	
	background:rgba(255, 255, 255, 0.5);
	pointer-events:auto;
	border-radius:16px;
	color:#fff;
	border:1px solid #234b90;
}
.products__view .owl-carousel .owl-nav button.owl-prev {
	position:absolute;
	left:0;
	font-size:32px;
	width:32px;
	height:32px;
	background:rgba(255, 255, 255,0.5);
	pointer-events:auto;
	border-radius:16px;
	color:#fff;
	border:1px solid #234b90;
}


.products__view .owl-carousel .owl-nav button {
	display:flex;
	width:100%;
	height:100%;
	align-items:center;
	justify-content:center;
}
.products__view .owl-carousel .owl-nav button img {
	width:50%;
}
.products__view .owl-carousel .owl-nav button.owl-prev span{
}
.products__view .owl-carousel .owl-nav button.disabled{
	opacity:0;
}


.products__content {
	
}

.products__name {
	font-size:18px;
	
}

.products__props {
	margin-top:8px;
}

.products__prop {
	display:flex;
	align-items:center;
}

.products__prop-name {
	margin-right:4px;
	font-weight:300;
}

.products__prop-value{
	
}

.products__price {
	display:flex;
	font-size:24px;
	font-weight:700;
	margin-top:8px;
}

.products__price-label {
	margin-right:4px;
}

.products__price-value {
	
}

.products__price-item {
	display: none;
}
.products__price-item_active {
	display: block;
}

.products__nav {
	border-top:2px solid #234b90;
	padding-top:24px;
	text-align:center;
	width:100%;
}

.products__mobile {
	display:none;
}

@media screen and (max-width:1000px){
	.products__mobile{ 
		display:block;
	}

	.products__item {
		border-top:2px solid #234b90;
		
		width:100%;
		margin:0 0 32px 0;
	}
	.products__items_active {

		margin:0;
	}


	
}

@media screen and (max-width:768px){
	.products__item{
		flex-direction:column;
	}
}

@media screen and (max-width:480px){
	.products__view {
		width:100%;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/rate-line.css?1642715293411*/
.rate-line {
	width:90px;
	height:16px;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/rate-line/star_gray.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:90px;
	position:relative;
}

.rate-line__progress {
	width:100%;
	height:100%;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/rate-line/star_yellow.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:90px;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/rate-result.css?16631681311438*/
.rate-result {
	display:flex;
	align-items:center;
}
.rate-result__desc {
	padding-right:8px;
	font-weight:300;
}

.rate-result__view {
	width:18px;
	height:18px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI5NDAuNjg4cHgiIGhlaWdodD0iOTQwLjY4OHB4IiB2aWV3Qm94PSIwIDAgOTQwLjY4OCA5NDAuNjg4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5NDAuNjg4IDk0MC42ODg7IgoJIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmYiPgo8Zz4KCTxwYXRoIGQ9Ik04ODUuMzQ0LDMxOS4wNzFsLTI1OC0zLjhsLTEwMi43LTI2NC4zOTljLTE5LjgtNDguODAxLTg4Ljg5OS00OC44MDEtMTA4LjYsMGwtMTAyLjcsMjY0LjM5OWwtMjU4LDMuOAoJCWMtNTMuNCwzLjEwMS03NS4xLDcwLjItMzMuNywxMDMuOWwyMDkuMiwxODEuNGwtNzEuMywyNDcuN2MtMTQsNTAuODk5LDQxLjEsOTIuODk5LDg2LjUsNjUuODk5bDIyNC4zLTEyMi43bDIyNC4zLDEyMi42MDEKCQljNDUuNCwyNywxMDAuNS0xNSw4Ni41LTY1LjlsLTcxLjMtMjQ3LjdsMjA5LjItMTgxLjM5OUM5NjAuNDQzLDM4OS4xNzIsOTM4Ljc0NCwzMjIuMDcxLDg4NS4zNDQsMzE5LjA3MXoiLz4KPC9nPgo8L3N2Zz4K);
	background-size:contain;
	background-position:top left;
	padding-right:8px;
	background-repeat:no-repeat;
}
.rate-result__count {
	color:#fff;
}

@media screen and (max-width:1000px){
	.rate-result__view {
		width:14px;
		height:14px;
		transform: translateY(-1px);
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/rate.css?1723448232651*/
.rate {
	display:flex;
}
.rate__item {
	width:20px;
	height:20px;
	flex-shrink:0;
	background-color:transparent;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/rate/star.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	margin-right:4px;
	cursor:pointer;
	opacity:0.5;
}
.rate__item_active {
	opacity:1;
}
.rate__item input {
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
	opacity:0;
}


.rate_star .rate__item {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/rate/star_dark.png);
	opacity:1;
}
.rate_star .rate__item_active {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/rate/star.png);
	opacity:1;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/reviews.css?16288592101718*/
.reviews {
	padding-bottom:32px;
}

.reviews__list {
	display:flex;
	flex-direction:column;
}

.reviews__item {
	width:100%;
	margin:16px 0;
	
	display:flex;
	flex-direction:column;
}

	
.reviews__text {
	font-weight:300;
	text-align:justify;
	position:relative;

	box-sizing:border-box;
	padding:0 16px;
	
}

.reviews__text:before,
.reviews__text:after {
	content:"“";
	display:block;
	position:absolute;
	font-weight:900;
	color:#234b90;
	font-size:36px;
	line-height:1;
}


.reviews__text:before {
	top:-4px;
	left:0px;
}
.reviews__text:after{
	bottom:0;
	right:0px;	
	transform:rotate(180deg);
}
	

.reviews__info {
	color:#234b90;
	display:flex;
	justify-content:flex-end;
	line-height:1;	
	font-weight:600;
	margin-top:24px;
	flex-grow: 1;
	align-items: flex-end;	
}

.reviews__date {
	padding-right:8px;
	margin-right:8px;
	border-right:1px solid #234b90;
}

.reviews__author {
}

.reviews__more {
	text-align:right;
	margin-top:32px;
}
.reviews__more a{
	color:#5b5b5b;
	font-size:20px;
	text-decoration:none;
}


.reviews_double .reviews__list {
	flex-direction:row;
	justify-content: space-between;
}

.reviews_double .reviews__item {
	flex:0 0 49%;
}


@media screen and (max-width:1000px){
	.reviews__list{
		flex-direction:column;
		margin:0;
	}
	.reviews__item {
		width:100%;
		margin:0 0 24px;
	}
	.reviews__more a {
		font-size:16px;
		margin-top:0;
	}
}

@media screen and (max-width:768px){
	.reviews_double .reviews__list {
		flex-wrap:wrap;
	}

	.reviews_double .reviews__item {
		flex:0 0 100%;
	}
}

@media screen and (max-width:480px){
	.reviews {
		margin:16px 0;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/rubric.css?1664951741823*/
.rubric {
	display:flex;
	flex-wrap:wrap;
	margin:24px -4px 24px;
	justify-content:space-between;
}
.rubric__item {
	flex-grow:1;
	margin:0 4px 8px 4px;
	color:#fff;
	background-color:#274b77;
	transition:all 0.2s ease;
	padding:4px 24px;
	box-sizing:border-box;
	font-size:16px;
	font-family:"Roboto Condensed",Arial,sans-serif;
	cursor:pointer;
	text-align:center;
	white-space:nowrap;
	text-decoration:none;
	/* min-width:calc(25% - 48px); */
}

.rubric__item:hover,
.rubric__item_active {
	color:#fff;
	background-color:#c30d14;
}

@media screen and (max-width:1100px){
	.rubric__item {
		width:calc(33.33% - 48px);
	}
}

@media screen and (max-width:768px){
	.rubric__item {
		width:auto;
		min-width:calc(25% - 48px);		
	}
}

@media screen and (max-width:480px){

}




/* End */


/* Start:/local/templates/utrata_new/css/autoload/section-item.css?16635864801595*/
.section-item {
	text-decoration:none;
	display:flex;
	flex-direction:column;
	height:100%;
	
	display: -ms-flexbox;
	-ms-flex-direction: column;
}

.section-item:hover {
}

.section-item__title {

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	align-items: flex-end;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	color: #fff;
	line-height: 1.2;
	font-family:"Roboto Condensed",Arial,sans-serif;
}

.section-item__view {
	position: relative;
	height: 112px;
	background-size: cover;
	background-position: center;
	padding: 16px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	
}

.section-item__item:hover {
}

.section-item__view:before {
	content:"";
	background-image:linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.section-item:hover .section-item__view:before {
	background-image:linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 100%);
}


.section-item__desc {
	color:#333;
	font-weight:300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	padding-top:16px;
}

.section-item__date {
	padding-top:16px;
	font-weight:700;
}

@media screen and (max-width:1000px){
	.section-item {
		margin:0;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/secure.css?16615153831982*/
.secure {
	display:flex;
	line-height:1.2;
}
.secure p{ 
	margin:0;
}
.secure b{
	font-weight:700;
}
.secure__content {
	flex-shrink:0;
	width:260px;
	margin-right:16px;
}

.secure__title {
	background:#c30d14;
	color:#fff;
	padding:8px 16px;
	font-size:22px;
	line-height:1;
	font-weight:300;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	
}
.secure__title b{
	font-size:26px;
}

.secure__text {
	background:#274b77;
	color:#fff;
	padding:16px;
	margin-top:12px;
}

.secure__list {
	flex-grow:1;
	
	display:flex;
	flex-direction:column;
}

.secure__item {
	background:#f2f3f6;
	margin-bottom:12px;
	padding:8px 16px 8px 64px;
	box-sizing:border-box;
	flex-grow:1;
	
	display:flex;
	align-items:center;
	
	position:relative;
	
}

.secure__item:last-child {
	margin-bottom:0;
}

.secure__item:before {
	content:"";
	position:absolute;
	width:32px;
	height:32px;
	top:50%;
	transform:translateY(-50%);
	left:16px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}


.secure__item_fraud:before {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/secure/fraud.svg)
}
.secure__item_documents:before {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/secure/documents.svg)
}
.secure__item_no-phone:before {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/secure/no-phone.svg)
}
.secure__item_anonymity:before {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/secure/anonymity.svg)
}
.secure__item_no:before {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/secure/no.svg)
}


@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.secure{
		flex-direction:column;
	}
	.secure__content{
		margin:0;
		width:100%;
	}
	.secure__list{
		margin-top:12px;
	}
	.secure__item  {
		flex-direction:column;
		padding-left:16px;
		padding-right:16px;
		
	}
	.secure__item:before {
		display:block;
		transform:none;
		position:static;
		margin-bottom:8px;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/social-links.css?16910780384900*/
.social-links {
	display:flex;
	width:100%;
	justify-content:flex-start;
}
.social-links__item {
	width:48px;
	height:48px;
	border-radius:48px;
	background:#48a13d;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	margin-right:8px;
}
.social-links__item:after{
	content:"";
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);	
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.social-links__item_vk {
	background-color:#0077FF;
}
.social-links__item_vk:after {
	background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3E%3C/svg%3E");
}

.social-links__item_tg {
	background-color:#229ED9;
}
.social-links__item_tg:after {
	transform:translateY(-55%) translateX(-55%);	
	background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.social-links__item_wa {
	background-color:#25D366;
}
.social-links__item_wa:after {
	background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.social-links__item_vi {
	background-color:#7360f2;
}
.social-links__item_vi:after {
	background-size:70%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cg%3E%3Cpath d='M23.155 13.893c.716-6.027-.344-9.832-2.256-11.553l.001-.001C17.814-.6 7.392-1.035 3.7 2.471 2.042 4.186 1.458 6.703 1.394 9.819c-.064 3.117-.14 8.956 5.301 10.54H6.7l-.005 2.419s-.037.98.589 1.177c.716.232 1.04-.223 3.267-2.883 3.724.323 6.584-.417 6.909-.525.752-.252 5.007-.815 5.695-6.654zM10.918 19.37s-2.357 2.939-3.09 3.702c-.24.248-.503.225-.499-.267 0-.323.018-4.016.018-4.016-4.613-1.322-4.341-6.294-4.291-8.895.05-2.602.526-4.733 1.93-6.168C8.225.689 17.362 1.368 19.69 3.556c2.846 2.523 1.833 9.651 1.839 9.894-.585 4.874-4.033 5.183-4.667 5.394-.271.09-2.786.737-5.944.526z'%3E%3C/path%3E%3Cpath d='M12.222 4.297c-.385 0-.385.6 0 .605 2.987.023 5.447 2.105 5.474 5.924 0 .403.59.398.585-.005h-.001c-.032-4.115-2.718-6.501-6.058-6.524z'%3E%3C/path%3E%3Cpath d='M16.151 10.193c-.009.398.58.417.585.014.049-2.269-1.35-4.138-3.979-4.335-.385-.028-.425.577-.041.605 2.28.173 3.481 1.729 3.435 3.716zM15.521 12.774c-.494-.286-.997-.108-1.205.173l-.435.563c-.221.286-.634.248-.634.248-3.014-.797-3.82-3.951-3.82-3.951s-.037-.427.239-.656l.544-.45c.272-.216.444-.736.167-1.247-.74-1.337-1.237-1.798-1.49-2.152-.266-.333-.666-.408-1.082-.183h-.009c-.865.506-1.812 1.453-1.509 2.428.517 1.028 1.467 4.305 4.495 6.781 1.423 1.171 3.675 2.371 4.631 2.648l.009.014c.942.314 1.858-.67 2.347-1.561v-.007c.217-.431.145-.839-.172-1.106-.562-.548-1.41-1.153-2.076-1.542z'%3E%3C/path%3E%3Cpath d='M13.169 8.104c.961.056 1.427.558 1.477 1.589.018.403.603.375.585-.028-.064-1.346-.766-2.096-2.03-2.166-.385-.023-.421.582-.032.605z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/sub-item.css?16258170431902*/
.sub-item {
	display:flex;
	box-sizing:border-box;
	font-family: "Roboto",Arial,sans-serif;
}

.sub-item__view {
	flex-shrink:0;
	width:48px;
	height:48px;
	display:flex;
	
}

.sub-item__icon {
}

.sub-item__content {
	margin-left:60px;
	font-size:14px;
}
.sub-item__content_spb {
	color:#999;
}
.sub-item__content_spb a{
	color:#999;
}
.sub-item__content b{
	font-size:16px;
	color:#234b90;
}
.sub-item__view + .sub-item__content {
	margin-left:12px;
	transform: translateY(16px);
	padding-bottom:16px;
}

.sub-item__link {
	color:#333;
	line-height:1.3;
	text-decoration:none;	
	position:relative;
	display:inline-block;
}
.sub-item__link:hover {
	color:#c20d19;
}
.sub-item__link b:hover {
	color:#c20d19;
}
.sub-item__view svg{
	width:100%;
	height:100%;
	fill:#234b90;
	
}

.sub-item_invert .sub-item__view{
	margin-left:12px;
	width:36px;
	height:36px;
}
.sub-item_invert .sub-item__view + .sub-item__content {
	transform: translateY(8px);
}

.sub-item_invert {
	background:#234b90;
	
	padding:8px 0;
}


.sub-item_invert svg{
	fill:#fff;
	opacity:1;
}
.sub-item_invert:hover {
	background:#005482;
}

.sub-item_invert b{
	color:#fff;
}
.sub-item_invert a b{
	color:#fff;
}
.sub-item_invert a:hover b{
	color:#fff;
}

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

	.sub-item{
		padding:6px 0;
	}
	.sub-item__view {
		flex-shrink:0;
		width:24px;
		height:24px;
		margin-right:8px;
		transform: translateY(0px);
	}
	
	.sub-item_invert {
		margin-left:-12px;
	}
	.sub-item_invert .sub-item__view{
		margin-left:12px;
		width:24px;
		height:24px;
	}	
	
	.sub-item_invert .sub-item__view + .sub-item__content {
		transform: translateY(0);		
	}
	.sub-item__view + .sub-item__content {
		transform: translateY(0);
		margin-left:0;
		padding-bottom:0;
	}

	.sub-item__content {
		margin-left:32px;	
		font-size:16px;
	}
	.sub-item__content b {
		font-size:18px;
	}
}

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

}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/table-scroll.css?1668970746408*/
@media screen and (min-width:1000px){
/* 	.table-scroll table{
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		
	}	 */
/* 	.table-scroll thead{
		display:block;
		margin:0;
	}
	.table-scroll tbody{
		display:block;
		margin:0;
	} */
}
@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.table-scroll {
		overflow: auto;
	}
}

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

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/top-menu.css?16762720436146*/
.top-menu{
	display:flex;
	justify-content:space-around;
	
	height:100%;
	font-size:17px;

	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:400;

	position: relative;
	
	margin:0;
	padding:0;
}

.top-menu ul {
    margin:0;
	padding:0;
}
.top-menu li {
}
.top-menu b {
    font-weight:700;
}
.top-menu li:before {
    display:none;
}

.top-menu__item{
	display:flex;
	height:100%;
	flex-grow:1;
	transition:background-color 0.1s ease;
	
	position:static;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	margin:0;	
	padding:0;
	margin-right:1px;
}
.top-menu__item:hover{
	background:rgba(13, 69, 100, 0.5);
}


.top-menu__item:hover .top-menu__submenu{
	opacity:1;
	visibility: visible;

}
.top-menu__item_mobile{
	display:none;
}
.top-menu__link {
	display:flex;
	height:100%;
	flex-grow:1;
	transition:background-color 0.1s ease;
	cursor:pointer;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
	text-decoration:none;
}
.top-menu__link_active{
	border-bottom:1px solid #fff;
}

.top-menu__link:after {
	/* content:""; */
	display:block;
	position:absolute;
	right:-1px;
	top:50%;
	width:1px;
	height:18px;
	background-color:#fff;
	transform:translateY(-50%);
}
.top-menu__item:last-child .top-menu__link:after {
	display:none;
}


.top-menu__view{
	display:none;
	width:32px;
	height:32px;
	flex-shrink:0;	
	margin-right:8px;	
}
.top-menu__text{
	display:flex;
	width:100%;
	text-align:center;
	padding:0 8px;
	box-sizing:border-box;

	align-items:center;
	justify-content:center;	
	
	color:#fff;
	text-transform:uppercase;
	
	font-weight:700;	
	
	line-height:1;
}

.top-menu__submenu{
	visibility: hidden;
	opacity:0;
	position:absolute;
	top:40px;
	background:#005482;
	transition: all .2s ease .2s;
	z-index:20;
	display:flex;
	box-sizing:border-box;
	border:2px solid #1c6992;
	font-size:15px;
	font-weight:300;
	text-transform:uppercase;
	max-width:100%;
}

.top-menu__item:nth-child(1) .top-menu__submenu,
.top-menu__item:nth-child(2) .top-menu__submenu {
	left:0
}

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


.top-menu__item_organization .top-menu__group{
	width:248px;
}



.top-menu__group{
	box-sizing:border-box;
	width:272px;
	padding:12px 32px 12px 40px;
	margin:0;
}

.top-menu__group:after{
	content:"";
	display:block;
	height:calc(100% - 24px);
	width:2px;
	background:#1c6992;
	position:absolute;
	top:12px;
	right:2px;
	
}
.top-menu__group:last-child:after{
	display:none;
}

.top-menu__sub-item{
	line-height:1.15;
	text-align:left;
	margin:4px 0;
	padding:0;
}

.top-menu__sub-item + .top-menu__sub-item_bold {
    margin-top: 16px;
}

 
.top-menu__sub-item_bold:first-child{
	min-height:2.3em;
}
.top-menu__sub-item:hover {
	border-color: #fff;
}
.top-menu__sub-item a {
	display:inline-block;
	width:100%;
	height:100%;
	transition:all 0.2s ease;
	border:1px solid transparent;
	border-right:none;
	border-left:none;
	padding:4px 0;
}
.top-menu__sub-item a:hover {
	border-color: #a8b3d3;
}



.top-menu__sub-item:first-child b {
	display: inline-block;
}

.top-menu__sub-link{
	color:#fff;
	text-decoration:none;
}
.top-menu__sub-link:after{
	content:attr(data-postfix);
}

.top-menu__sub-link_utrata a{
	display:inline;
	color:#fff;
}

.top-menu__sub-item .top-menu__sub-link_utrata a:hover {
	border-color: transparent;
	color:#a8b3d3;
}

span.top-menu__sub-item{
	cursor: default;
}

a.top-menu__sub-link:hover{
	color:#a8b3d3;
}


.top-menu__sub-item_yandex {
/* 	content:"";
	display:block;
	top:auto;
	bottom:0;
	left:-4px;
	width:calc(100% + 48px);
	height:32px;
	background:#f6f6f6;
	padding:0;
	margin:16px -24px 0; */
	margin-top:16px;
	background:#f6f6f6;
	width:180px;
	max-width:100%;
}
.top-menu__sub-item_yandex a{
	padding:0;
	border:none;
}
.top-menu__sub-item_yandex a:hover {
	border:none;
}

@media screen and (max-width: 1000px) {
	.top-menu{
		display:block;
		padding:8px 0 8px;
		box-sizing:border-box;
		height:auto;
		margin-bottom:8px;
	}
	.top-menu__item{
		padding:8px 0 7px;
		height:auto;
		border-bottom:1px solid #f2f3f6;
		position: relative;
	}
	
	.top-menu__item_mobile{
		display:block;
	}
	.top-menu__sub-item_yandex {
		display:none;
	}

	.top-menu__item:hover{
		background:transparent;
	}
	
	.top-menu__item:after {
		display:none;
	}
	
	.top-menu__link{
		height:auto;
	}
	.top-menu__text{
		justify-content:flex-start;
		font-size:14px;
	}
	.top-menu__view{
		display:flex;
	}
		
	.top-menu__submenu{
		visibility: hidden;
		opacity: 0;
		position: relative;
		top: 0;
		background: transparent;
		transition: none;
		z-index: 20;
		padding: 0px 16px 0 48px !important;
		box-shadow: none;
		display:none;
		transform: translateX(0);
		border:0;
	}

	.top-menu__item_open .top-menu__submenu {
		visibility: visible;
		opacity:1;
	}


	.top-menu__item_multi {
		position:relative;
		display:block;
	}
	.top-menu__item_multi .top-menu__link:after {
		background-image:url('/local/templates/utrata_new/css/autoload/assets/top-menu/right1.svg');
		background-repeat:no-repeat;
		width:24px;
		height:24px;
		content:"";
		display:block;
		clear:both;
		position:absolute;
		right:0;
		top:50%;
		transition: all 0.2s;
		pointer-events:none;
		background-color:transparent;
		transform:translateY(-50%) rotate(0);
	}
	.top-menu__item_open .top-menu__link:after{
		transform:translateY(-50%) rotate(90deg);
	}
	.top-menu__sub-item{
		margin:0 0 0 24px;
	}
	
	.top-menu__group{
		width:100%;
		box-sizing:border-box;
		padding:0;
		margin:0;
	}
	.top-menu__group:after{
		display:none;
	}
	.top-menu__sub-link{
		color:#fff;
		line-height:1.4;
		font-size:13px;
	}


	.top-menu__sub-link b{
		position: relative;
		padding-left:10px;
		margin-left:-24px;
		margin-top:8px;
	}
	
	.top-menu__group:not(:first-child) .top-menu__sub-link b{
		margin-top:16px;
	}
	
	.top-menu__sub-link b:before{
		content:"";
		display: block;
		position: absolute;
		left:0;
		top:0;
		width:2px;
		height:16px;
		background:#c30d14;
	}
	.top-menu__sub-item a {
		border:0
	}	
}


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


/* Start:/local/templates/utrata_new/css/autoload/twin-video.css?1656339626401*/
.twin-video {
	display:flex;
	justify-content:space-between;
	margin:0 -16px;
}

.twin-video__item {
	width:calc(50% - 32px);
	margin:0 16px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.twin-video {
		display:block;
		margin:0;
	}

	.twin-video__item {
		width:100%;
		margin:8px 0;
	}

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/universal.css?16654034103115*/
.universal {
	margin:32px 0;
}

.universal__title {
/* 	background-color:#274b77;
	color:#fff;
	text-transform:uppercase;
	font-family:"Roboto Condensed", Arial, sans-serif;
	font-size:30px;
	line-height:1;
	text-align:center;
	padding:6px;
	font-weight:500; */
	flex-grow: 1;
	color: #fff !important;
	margin: 0;
	line-height: 1.15;



	background: #274b77;
	padding: 12px 16px;
	box-sizing: border-box;





}


.universal__content {
	display:flex;
	margin-top:8px;	
}


.universal__tabs {
	margin-right:8px;
	flex-shrink:0;
}


.universal__tab {
}
.universal__tab-title {
	margin-bottom:8px;
	background-color:#274b77;
	color:#fff;
	text-transform:uppercase;
	padding:4px 16px;
	cursor:pointer;
	font-size:18px;
	font-family:"Roboto Condensed", Arial, sans-serif;
	/* font-weight:400; */
	transition:all 0.2s ease;
}
.universal__tab_active .universal__tab-title, .universal__tab-title:hover {
	background-color:#c30d14;
}
.universal__tab:last-child .universal__tab-title {
	margin-bottom:0;
}

.universal__panes {
	flex-grow:1;
	box-sizing:border-box;
	position:relative;
}

.universal__pane {
	display:none;
}

.universal__pane_active {
	display:block;
	height:100%;
	
}

.universal__item {
	display:flex;
	align-items:center;
	height:100%;
}
.universal__progress {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:2px;
	background:#2c4762;
	
}
.universal__progress_active {
	width:100%;
	transition:width 12s linear;
}
.universal__item_mobile .universal__progress{
	top:auto;
	bottom:0;
}
.universal__item_mobile {
	flex-direction:column;	
	width: 100%;
	padding:0 16px 16px;
	box-sizing:border-box;
	margin-bottom:8px;
	margin-top:-8px;
	
	background-color:#f2f3f6;
	display:none;
	position:relative;
}
.universal__desc {
	background-color:#f2f3f6;
	padding:16px 32px;
	box-sizing:border-box;
	height:100%;
}

.universal__view{
	
	height:100%;
	width:256px;
	flex-shrink:0;
	margin-left:16px;

	display: flex;
	align-items: center;
	justify-content: center;

}
.universal__image {
}


.universal__item_mobile .universal__image {
	margin-left:0px;
}



@media screen and (max-width:1000px){

	.universal__title {
		background-color:#c30d14;
		font-size:26px;
	}
	.universal__panes {
		display:none;
	}
	.universal__tabs{
		flex-grow:1;
		margin-right:0;
		width:100%;
	}
	.universal__tab{
	}
	.universal__tab_active .universal__item_mobile{
		display:flex
	}
	
	.universal__tab:last-child .universal__tab-title {
		margin-bottom:8px;
	}
	.universal__view {
		display:none;
	}
	.universal__desc{
		padding-bottom:0;
	}
	.universal__desc p{
		margin:0;
	}
}

@media screen and (max-width:768px){
	.universal__title {
		font-size:24px;
	}
	.universal__view {
		margin-left:0;
	}
	.universal__desc {
		padding-left:0;
		padding-right:0;
	}
}

@media screen and (max-width:480px){
	.universal__title {
		font-size:20px;
	}
}

@media screen and (max-width:375px){
	.universal__title {
		font-size:18px;
	}
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/upper.css?166152131539*/
.upper {
	text-transform:uppercase;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/variants.css?16183174461420*/
.variants{
    position: relative;
	min-width:196px;
}
.variants__selected{
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 48px 0 8px;
    border-bottom: 1px solid #234b90;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: lowercase;
}

.variants__items {
    box-shadow: 0 11px 26px -8px #646361;
    display: none;
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: 20;
    padding: 4px 0;
}
.variants_open .variants__items{
    display: block;
}

.variants__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    font-size: 16px;
    transition: .3s ease;
    cursor: pointer;
    color: #000;
    cursor: pointer;
    text-transform: lowercase;
}

.variants__item:hover {
    background: #f3f3f3;
}

.variants__selected-toggle{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 24px;
    pointer-events: none;
    color: #0d4564;
    background: #fff;
    background-image: url(/local/templates/utrata_new/css/autoload/assets/variants/arrow.svg?1);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
	box-sizing:border-box;
	border-bottom:1px solid #234b90;
}

.variants_open .variants__selected-toggle{
    transform: rotate(180deg);
	border-top:1px solid #234b90;
	border-bottom:0;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/vbtn.css?16615144862452*/
.vbtn {
	display:flex;
	align-items:center;
	padding:16px 16px;
	min-height:72px;
	color:#fff;
	text-decoration:none;
	box-sizing:border-box;
	position:relative;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	font-family:"Roboto Condensed",Arial,sans-serif;
}

.vbtn:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	position:absolute;
	background-image:linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%);
}

.vbtn_red {
	background-color:#c30d14;
}

.vbtn:hover:before {
	background-image:linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 100%);	
}

.vbtn_mobile {
	display:none;
}

.vbtn__view {
	margin-right:16px;
	width:48px;
	height:48px;
	color:transparent;
	font-size:0;
}
.vbtn__view img {
	max-height: 100%;
}

.vbtn__content{
	line-height:20px;
	flex-grow:1;
	position:relative;
}

.vbtn__title{
	font-size:22px;
	font-weight:700;
	position:relative;
	padding-bottom:8px;
}
.vbtn__title:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0px;
	height:2px;
	width:165px;
	max-width:90%;
	background:rgba(195, 13, 20,.8);
}

.vbtn__desc{
	font-size:14px;
	font-weight:400;
}

.vbtn svg {
	fill:#fff;
	width:100%;
	height:100%;
}
.vbtn__info {
	display:flex;
}
.vbtn__plates {
	flex-grow:1;
}
.vbtn__plates{
	margin-top:2px;
	font-weight:300;
}
.vbtn__plate{
	margin-top:4px;
	padding-left:8px;
	position:relative;
	font-size:16px; 
}
.vbtn__plate:before{
	content:"";
	position:absolute;
	left:0;
	top:1px;
	height:16px;
	width:2px;
	max-width:90%;
	background:rgba(195, 13, 20,.8);
}
.vbtn__more-area {
	align-self: flex-end;
	padding-left:12px;
}
.vbtn__more {
	background-color:rgba(195, 13, 20,.8);
	padding:4px 12px;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	
}
.vbtn:hover .vbtn__more {
	background:rgba(195, 13, 20,.9);
}

@media screen and (max-width:1000px) {
	.vbtn {
		padding:8px 15px;
		min-height:60px;
		
	}

	.vbtn_mobile {
		display:flex;
	}
	.vbtn__view {
		width:40px;
		height:40px;	
		margin-right:12px;
	}
	
	.vbtn__content{
		line-height:20px;
	}
	.vbtn__title{
		/* font-size:15px; */
	}

	.vbtn__desc{
		/* font-size:13px; */
	}

}

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

}

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

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

	.vbtn__content{
		line-height:16px;
	}	
	.vbtn__title{
		/* font-size:12px; */
	}

	.vbtn__desc{
		/* font-size:10px; */
	}
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/warn.css?162255178856*/
.warn{
	font-weight:500 !important;
	color:#b61f1d;
}
/* End */


/* Start:/local/templates/utrata_new/css/autoload/what-do.css?16615127202514*/
.what-do {
	
}

.what-do__header {
	display:flex;
	align-items:center;
	background:#274b77;
	padding:12px 16px;
	box-sizing:border-box
}

.what-do__title {
	flex-grow:1;
	color:#fff;
	margin:0;
	padding:0;
	line-height:1.15;
}

.what-do__tabs {
	display:flex;
	white-space:nowrap;
}
.what-do__tab {
	position:relative;
	color:#fff;
	line-height:1.15;
	border-bottom:1px solid #bababa;
	color:#bababa;
	cursor:pointer;
}
.what-do__tab._active {
	color:#fff;
	border-bottom:1px solid #fff;
}

.what-do__tab:not(._active):hover {
	color:#fff;
	border-bottom:1px solid #fff;
}

.what-do__tab:not(:first-child) {
	margin-left:18px;
}
.what-do__tab:not(:first-child):before {
	content:"/";
	position:absolute;
	left:-12px;
	color:#fff;
}

.what-do__box {
	display:none;
}
.what-do__box._active {
	display:block;
}

.what-do__steps {
	display:flex;
	padding:24px 0;
}
.what-do__step {
	width:33.33%;
	flex-shrink:0;
	position:relative;
	padding-left:148px;
	padding-right:8px;
	box-sizing:border-box;
	font-size:17px;
	font-weight: 300;
	max-height:128px;
}
.what-do__step:before {
	position:absolute;
	content:"";
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	top:0;
	left:0;
	height:116px;
	max-height:100%;
	width:130px;
}
.what-do__step:nth-child(1):before {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/what-do/01.svg);
}
.what-do__step:nth-child(2):before {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/what-do/02.svg);
}
.what-do__step:nth-child(3):before {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/what-do/03.svg);
}


@media screen and (max-width:1000px){
	.what-do__steps {
		flex-direction:column;
	}
	.what-do__step {
		width:100%;
		margin-bottom:16px;
		padding-left:96px;
		min-height:4.2em;
		font-size:16px;
		max-height:none;
	}
	.what-do__step:last-child {
		margin-bottom:0;
	}
	.what-do__step:before{
		width:80px;
	}
}

@media screen and (max-width:768px){

	.what-do__header {
		flex-direction:column;
		align-items:flex-start;
	}
	.what-do__title{
		
	}
	.what-do__tabs {
		margin-top:8px;
		/* align-self:flex-end; */
	}
}

@media screen and (max-width:480px){
	.what-do__step {
		padding-bottom:16px;
	}
	.what-do__step:before {
		height:64px;
	}
	.what-do__step:after {
		content:"";
		position:absolute;
		left:0;
		width:100%;
		bottom:-0;
		height:2px;
		background:#e9ebf2;
	}

	.what-do__step:last-child:after {
		/* display:none; */
	}	
}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/where-btn.css?16626291712372*/

.where-btn {
	position:fixed;
	padding:4px 8px;
	bottom:16px;
	left:50%;
	transform:translateX(-50%);
	
	color:#fff;
	display:flex;
	align-items:center;
	
	padding:4px 8px;
	box-sizing: border-box;
	/* background-color:rgba(227, 30, 36,0.85); */
	background-color:rgba(195, 13, 20,.8);
	
	
	text-decoration:none;
	font-size:13px;
	line-height:1.15;
	
	z-index:1;
}
.where-btn_banner{
	display:none;
}

.where-btn:hover { 
	/* background-color:rgba(227, 30, 36, .95); */
	background-color:rgba(195, 13, 20, .9);
}
.where-btn__view {
	display:none;
	width:24px;
	height:24px;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/where-btn/phone.svg?1);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	flex-shrink:0;
}
.where-btn__content {
	padding:0 8px 0 4px;
	white-space:nowrap;
	text-transform:uppercase;
	flex-grow:1;
	font-family:"Roboto Condensed",Arial,sans-serif;
}
.where-btn__close {
	width:16px;
	height:16px;
	margin:4px 0;
	padding:0 4px;
	background-image:url(/local/templates/utrata_new/css/autoload/assets/where-btn/close.svg?2);
	background-size:20px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	flex-shrink:0;
}

@media screen and (max-width:1000px){

	.where-btn {
		bottom:96px;
	}
	.page_main .where-btn {
		display:none;
	}

	.page_main .where-btn_banner{
		display:flex;
		position:absolute;
		left:0;
		width:100%;
		transform:none;
		bottom:-28px;
		height:28px;
	}
	.page_main .where-btn__view{
		display:none;
	}
	.page_main .where-btn__content{
		flex-grow:1;
		white-space:nowrap;
		line-height:1;
		padding-left:12px;
		font-size:14px;
	}	
	
}

@media screen and (max-width:768px){
	
}

@media screen and (max-width:650px){
	.where-btn {
		bottom:92px;
		padding:2px 4px;
		width:calc(100% - 64px);
		left:0;
		transform:none;
	}
	.where-btn__content {
		font-size:12px;	
	}
	
	.page_main .where-btn__content{
	}
		
}

@media screen and (max-width:480px){

}

@media screen and (max-width:374px){
	.where-btn__content{
	}		
}
@media screen and (max-width:359px){
	.where-btn__content{
		white-space:normal;
		text-align:center;
	}
	.is-morg .where-btn {
		width:100%;
		bottom:84px;
	}
	.page_main .where-btn{
		bottom:-28px;
	}
	.page_main .where-btn__content{
		text-align:left;
	}
}


/* End */


/* Start:/local/templates/utrata_new/css/autoload/where.css?16621228433808*/
.where .suggestions-suggestions {
	max-height:170px;
	overflow-y:scroll;
}

.where {
	/* padding-bottom:64px; */
}

.where a{
	color:#1b2751;
}

.where__intro {
	
	position:relative;
	padding:16px 32px;
	box-sizing:border-box;
	margin:16px 0 0 0;
}

.where__right {
	float:right;
	margin:0 0 32px 32px;
	width:256px;
	padding-right:32px;
}

.where__btn {
	margin:8px 0;
	box-sizing:border-box;
}

.where__btn:hover {
	background:#1b2751;
}
.where__btn_shadow {
	opacity:.5;
}

.where__btn_loading {
	opacity:.5;
	position:relative;
}

.where__btn_loading:after {
	content:"";
	display:inline;
	background-image: url('/local/templates/utrata_new/css/autoload/assets/where/loading.svg');
	background-size:contain;
	width: 24px;
	height: 24px;
	margin-left: 6px;
}
.where__btn_disabled {
	opacity:.5;
}
.where__step {
	box-sizing:border-box;
	padding:16px 32px ;
	display:none;
}
.where__step_acitve {
	display:block;
}

.where__step_1 .where__step-title {
	margin-top:0
}
.where_default .where__step_1 {
	display:block;
	padding-top:0;
}
.where_default .where__intro {
	/* min-height:224px; */
}
.where_default .where__intro .where__btn {
	display:none;
}

.where__step-number {
	font-size:24px;
	color:#9c9b9b;
	margin:16px 0px;
}
.where__step-title {
	font-size:24px;
	font-weight:700;
	margin:16px 0px;
	background:#E9EBF2;
	color:#274b77;
	padding:8px 24px;
	font-family:'Roboto Condensed', Arial, sans-serif;
}

.where__step-values-wrap {
	display:flex;
}
.where__step-values-number {
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	margin-right:32px;
	width:96px
}
.where__step-values-number_1 {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/where/01.svg);
}
.where__step-values{
	/* margin:24px 0; */
}
.where__step-value{
	margin:16px 0;
}
.where__step-value input[type=radio] {
	display:none;
}

.where__step-value label  {
	padding-left:36px;
	position:relative;
	display:block; 
	cursor:pointer;
}

.where__step-value label:before  {
	content:"";
	display:block;
	position:absolute;
	width:24px;
	height:24px;
	left:0;
	top:0px;
	/* transform:translateY(-50%); */
	border:1px solid #ccc;
	box-sizing:border-box;
}
.where__step-value input:checked + label:before  {
	background-image:url(/local/templates/utrata_new/css/autoload/assets/where/where-arrow.png);
	background-size:64%;
	background-position:center;
	background-repeat:no-repeat;
}

.where__step-values input[type=text]{
	max-width:100%;
	width:512px;
	line-height:40px;
	border:1px solid #ededed;
	box-sizing:border-box;
	padding:0 48px 0 12px;
	font-size:18px;
	
}

.where__work {
	display:none;
}
.where__work_active {
	display:block;
}
.where__selected{
	display:none;
}
.where__selected_active {
	display:block;
}


.where table {
	width:100%;
	border-collapse: collapse;
	margin:16px 0;
}

.where thead td {
	font-weight:700;
	text-align:center;
}

.where td {
	border:1px solid #ededed;
	padding:12px 16px;
}

.where__warning { 
	color:#e31e24;
	margin:16px 0;
}

.where__warning:empty {
	margin:0;
}

.where__important {
	color:#e31e24;
	text-transform:uppercase;
	border-top:1px solid #e31e24;
	padding-top:8px;
	margin-top:8px;
	display:inline-block;
	font-weight:700;
}

@media screen and (max-width:1000px){
	.where__intro {
		padding:16px;
	}
	.where__step {
		padding:16px;
	}
	.where__right {
		
	}
	.where__step-title{
		font-size:20px;
	}
}

@media screen and (max-width:768px){
	.where__right {
		float:none;
		margin:0;
		padding:0;
		display:block;
		margin:16px auto 0;
	}
	.where__intro {
		margin-top:0;
		padding-top:0;
		padding:0;
	}
	.where__step {
		padding-left:0;
		padding-right:0;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/yandex-rate.css?1676625541661*/
.yandex-rate {
	width: 150px;
	height: 50px;
	overflow:hidden;
	background:#f6f6f6;
}
.yandex-rate_menu {
	width: 144px;
	height: 32px;
	overflow:hidden;
	/* background:transparent; */
	/* margin-left:54px; */
	margin:0 auto;
}
.yandex-rate_mobile {
	width: 68px;
	height: 38px;
}

.yandex-rate iframe {
	transform:translate(-2px, -2px); 
}

.yandex-rate img {
	transform:translate(-2px, 0);
	width:150px;
	height:50px;
	max-width:none;
}

@media screen and (max-width:1000px){
	.yandex-rate img {
		transform:translate(6px, 4px);
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/utrata_new/css/autoload/youtube.css?16476033721442*/
.youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.youtube__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.youtube__preview{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background-position:50% 50%;
	background-size:100%;
	z-index:1;
	cursor:pointer;
}

.youtube__preview:before{
	display:none;
}
.youtube__preview:after{
	display:none;
}
.youtube__content{
	display:flex;
	flex-direction:column;
	height:100%;
	z-index:10;
	background-color:rgba(13, 69, 100, 0.8);
}
.youtube__view{
	flex:0 1 100%;
	display:flex;
	align-items: center;
	justify-content: center;		
}
.youtube__icon{
	background-image:url('/local/templates/utrata_new/css/autoload/assets/youtube/gktq.svg');
	width:56px;
	max-width:70%;
	height:56px;
	max-height:70%;
	background-position: center;
	background-size: contain;		
	background-repeat: no-repeat;
	transition:transform ease 0.2s;
}
.youtube__title{
	flex:0 0 40%;
	padding:16px 0;
	width:80%;
	margin:0 auto;
	text-align:center;
	color:#fff;
	box-sizing:border-box;
	display:none;
}

@media screen and (min-width: 1000px) {
	.youtube:hover .youtube__icon {
		transform:scale(1.04);
	}	
}	
@media screen and (min-width: 481px) and (max-width: 900px) {
	
	.youtube__view{
		flex:0 0 100%;
		align-items:center;
	}
	.youtube__title {
		display:none;
	}	
}	
/* End */


/* Start:/local/templates/utrata_new/vendor/fancybox/jquery.fancybox.css?161726005917390*/
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/utrata_new/vendor/owl/assets/owl.carousel.min.css?16172600593351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/utrata_new/vendor/owl/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/utrata_new/template_styles.css?16689709573891*/
body {
	font-family:"Roboto",Arial,sans-serif;
	font-size:17px;
	color:#333;
	line-height:1.4;
}

a {
	color:#274b77;
	transition:all 0.2s ease;
}
svg {
	transition:fill 0.2s ease;
}
a:hover {
}

a[href^='tel'] {
	white-space:nowrap;
}
img {
	max-width:100%;
	vertical-align:top;
}

li {
	margin:6px 0;
}

p {
	margin:16px 0 ;
	font-weight:300;
}

ul,ol {
	margin:16px 0;
}
table {
	width:100%;
	border-collapse: collapse;
	
}
td,th {
	text-align:center;
	padding:8px;
	border-bottom:1px solid #ccc;
}
td:first-child,th:first-child {
	text-align:left;
}
thead td,th {
	font-weight:700 !important;
}

*:focus {
	outline:none;
}


ul li {
	line-height:1.44;
	margin:6px 0;
	list-style:none;
	padding-left:0;
	position:relative;
}

ol li {
	line-height:1.44;
	margin:6px 0;
	position:relative;
}



input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"] {
	
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	
	max-width:100%;
	width:320px;
	border:2px solid #ccc;
	font-size:18px;
	height:32px;
	line-height:32px;
	box-sizing:border-box;
	padding:0 8px;
	font-family:"Roboto Condensed",Arial,sans-serif;
}


h1, .h1 {
	color:#274b77;
	font-weight:700;
	font-size:40px;
	line-height:1.15;
	margin:24px 0px 16px;
	font-family:"Roboto Condensed",Arial,sans-serif;
}
.h1 h1 {
	display:inline; 
}
.h1_single {
	margin-left:12px;
}

h2, .h2{
	font-size:32px;
	font-weight:700;
	margin:24px 0 16px;
	color:#274b77;
	line-height:1.15;
	font-family:"Roboto Condensed",Arial,sans-serif;
}

h3, .h3{
	font-size:20px;
	font-weight:700;
	margin:1.2em 0 0.6em;
	color:#274b77;
	line-height:1.15;
	font-family:"Roboto Condensed",Arial,sans-serif;
}


.top-menu__sub-item a[href="/organizatsiya-pokhoron/vyzov-ritualnogo-agenta/"],
.top-menu__sub-item a[href="/organizatsiya-pokhoron/pokhorony-umershikh-ot-covid-19/"],
.top-menu__sub-item a[href="/organization/besplatnaya-perevozka-tela-v-morg/"] {
	display:inline-block;
	width:auto;
	background:#c30d14;
	padding:8px;
	margin:0 -8px;
	border:none;
}

.top-menu__sub-item a[href="/organizatsiya-pokhoron/vyzov-ritualnogo-agenta/"],
.top-menu__sub-item a[href="/organizatsiya-pokhoron/pokhorony-umershikh-ot-covid-19/"],
.top-menu__sub-item a[href="/organization/besplatnaya-perevozka-tela-v-morg/"]:hover {
	color:#fff;
}


[class^="styles_name__"] {
    display: none;
    position: relative;
    font-size: 0px;
}

[class^="styles_name__"]:after {
    content: "Городская Ритуальная Служба";
    color: #fff;
    font-size: 16px;
}

figure {
	margin:16px 0;
}

figcaption{
	color:#545454;
	font-size:0.9em;
	margin-top:4px;
	font-weight:300;
}


@media screen and (max-width:1000px) {
	body {
		font-size:16px;
	}

		h1, .h1 {
			font-size:28px;
		}

		h2, .h2{
			font-size:24px;
		}

		h3, .h3{
		}	
}

@media print {
	.print-bg {
		display:block;
	}
	.page__header {
		position:absolute;
		background:transparent;
	}
	.page__menu {
		display:none;
	}
	.header {
		justify-content:space-between;
	}
	.header__action {
		display:none;
	}
	.page__allowance  {
		display:none;
	}
	.iplate {
		display:none;
	}
	.footer {
		display:none;
	}
	.breadcrumb {
		display:none;
	}
	.page__eye {
		display:none;
	}
	.inner__banner {
		display:none;
	}
	.inner__free-help {
		display:none;
	}
	.main-banner {
		display:none;
	}
	.btns{
		display:none;
	}
	.plan-plate {
		display:none;
	}
	.page__content li {
		list-style:outside;
	}
	.page__content li:before {
		display:none;
	}
	.news-item {
		display:block;
	}
	.news-item__view {
		display:none;
	}
	.contant__form {
		display:none;
	}
	.btn_contact {
		display:none !important;
	}
}
/* End */
/* /local/templates/utrata_new/vendor/normalize.css?16172600596138 */
/* /local/templates/utrata_new/css/autoload/agent-detail.css?16614238071244 */
/* /local/templates/utrata_new/css/autoload/agent-list.css?16614205011378 */
/* /local/templates/utrata_new/css/autoload/agent-review.css?1623052546764 */
/* /local/templates/utrata_new/css/autoload/alphabet.css?1676529026859 */
/* /local/templates/utrata_new/css/autoload/banner.css?1646462832920 */
/* /local/templates/utrata_new/css/autoload/breadcrumb.css?1661417890490 */
/* /local/templates/utrata_new/css/autoload/btn.css?16917467491989 */
/* /local/templates/utrata_new/css/autoload/btns.css?1617789126442 */
/* /local/templates/utrata_new/css/autoload/bundle.css?16613365091722 */
/* /local/templates/utrata_new/css/autoload/calc-area.css?16720637521892 */
/* /local/templates/utrata_new/css/autoload/calc-select.css?1628853074912 */
/* /local/templates/utrata_new/css/autoload/calc.css?16288563654741 */
/* /local/templates/utrata_new/css/autoload/cemetery-item.css?16615290371626 */
/* /local/templates/utrata_new/css/autoload/cert-result.css?1691152901559 */
/* /local/templates/utrata_new/css/autoload/cert.css?1628498370900 */
/* /local/templates/utrata_new/css/autoload/clear.css?162799726225 */
/* /local/templates/utrata_new/css/autoload/confirm-phone.css?1618388029649 */
/* /local/templates/utrata_new/css/autoload/contact.css?16614989271311 */
/* /local/templates/utrata_new/css/autoload/container.css?1661430189715 */
/* /local/templates/utrata_new/css/autoload/coupon.css?16917457083481 */
/* /local/templates/utrata_new/css/autoload/detail.css?16635856182085 */
/* /local/templates/utrata_new/css/autoload/district.css?16764606691273 */
/* /local/templates/utrata_new/css/autoload/emodji-table.css?1677514632394 */
/* /local/templates/utrata_new/css/autoload/eye.css?16608881791608 */
/* /local/templates/utrata_new/css/autoload/fcol.css?16654001111302 */
/* /local/templates/utrata_new/css/autoload/find-me.css?1629898230302 */
/* /local/templates/utrata_new/css/autoload/fix.css?16615229401546 */
/* /local/templates/utrata_new/css/autoload/font.css?167637073188 */
/* /local/templates/utrata_new/css/autoload/footer-search.css?1617260059859 */
/* /local/templates/utrata_new/css/autoload/footer-stat.css?1661347966704 */
/* /local/templates/utrata_new/css/autoload/footer.css?16615214844182 */
/* /local/templates/utrata_new/css/autoload/form.css?16275024061435 */
/* /local/templates/utrata_new/css/autoload/frame.css?1629972700176 */
/* /local/templates/utrata_new/css/autoload/free-help.css?1617366723829 */
/* /local/templates/utrata_new/css/autoload/gbu.css?16493259611186 */
/* /local/templates/utrata_new/css/autoload/head-banner.css?17030797312355 */
/* /local/templates/utrata_new/css/autoload/header-area.css?17283001583235 */
/* /local/templates/utrata_new/css/autoload/header.css?17283006257397 */
/* /local/templates/utrata_new/css/autoload/hidden.css?161778257528 */
/* /local/templates/utrata_new/css/autoload/inner.css?1661529241814 */
/* /local/templates/utrata_new/css/autoload/iplate.css?16720630891706 */
/* /local/templates/utrata_new/css/autoload/is-morg.css?1662386083246 */
/* /local/templates/utrata_new/css/autoload/list.css?1643695105582 */
/* /local/templates/utrata_new/css/autoload/main-banner.css?17283847466339 */
/* /local/templates/utrata_new/css/autoload/main-reviews.css?16612900381855 */
/* /local/templates/utrata_new/css/autoload/map.css?1676361582656 */
/* /local/templates/utrata_new/css/autoload/menu-open.css?1637737309284 */
/* /local/templates/utrata_new/css/autoload/menu-search.css?1617784624900 */
/* /local/templates/utrata_new/css/autoload/menu-slider.css?1661348256574 */
/* /local/templates/utrata_new/css/autoload/more-article.css?1663160750800 */
/* /local/templates/utrata_new/css/autoload/more.css?16635855731458 */
/* /local/templates/utrata_new/css/autoload/morg-perevozka.css?16655600201420 */
/* /local/templates/utrata_new/css/autoload/morgue.css?1617260059613 */
/* /local/templates/utrata_new/css/autoload/mp-places.css?16615143754138 */
/* /local/templates/utrata_new/css/autoload/news-item.css?16615115741520 */
/* /local/templates/utrata_new/css/autoload/news-items.css?1617780342433 */
/* /local/templates/utrata_new/css/autoload/news.css?1663587212976 */
/* /local/templates/utrata_new/css/autoload/nw.css?166126196668 */
/* /local/templates/utrata_new/css/autoload/only.css?1631020387165 */
/* /local/templates/utrata_new/css/autoload/owl-half.css?165633790885 */
/* /local/templates/utrata_new/css/autoload/owl-theme-utrata.css?16177799411727 */
/* /local/templates/utrata_new/css/autoload/p-author.css?1642758029548 */
/* /local/templates/utrata_new/css/autoload/page.css?16623848114086 */
/* /local/templates/utrata_new/css/autoload/pdutrata.css?16563427761570 */
/* /local/templates/utrata_new/css/autoload/plan-plate.css?16183971101282 */
/* /local/templates/utrata_new/css/autoload/plan.css?16288583486582 */
/* /local/templates/utrata_new/css/autoload/popular-article.css?16635930001982 */
/* /local/templates/utrata_new/css/autoload/popup-open.css?1597848887235 */
/* /local/templates/utrata_new/css/autoload/popup.css?1661336286847 */
/* /local/templates/utrata_new/css/autoload/print-bg.css?1628860636180 */
/* /local/templates/utrata_new/css/autoload/product-sections.css?1661436403561 */
/* /local/templates/utrata_new/css/autoload/products.css?16617576652880 */
/* /local/templates/utrata_new/css/autoload/rate-line.css?1642715293411 */
/* /local/templates/utrata_new/css/autoload/rate-result.css?16631681311438 */
/* /local/templates/utrata_new/css/autoload/rate.css?1723448232651 */
/* /local/templates/utrata_new/css/autoload/reviews.css?16288592101718 */
/* /local/templates/utrata_new/css/autoload/rubric.css?1664951741823 */
/* /local/templates/utrata_new/css/autoload/section-item.css?16635864801595 */
/* /local/templates/utrata_new/css/autoload/secure.css?16615153831982 */
/* /local/templates/utrata_new/css/autoload/social-links.css?16910780384900 */
/* /local/templates/utrata_new/css/autoload/sub-item.css?16258170431902 */
/* /local/templates/utrata_new/css/autoload/table-scroll.css?1668970746408 */
/* /local/templates/utrata_new/css/autoload/top-menu.css?16762720436146 */
/* /local/templates/utrata_new/css/autoload/twin-video.css?1656339626401 */
/* /local/templates/utrata_new/css/autoload/universal.css?16654034103115 */
/* /local/templates/utrata_new/css/autoload/upper.css?166152131539 */
/* /local/templates/utrata_new/css/autoload/variants.css?16183174461420 */
/* /local/templates/utrata_new/css/autoload/vbtn.css?16615144862452 */
/* /local/templates/utrata_new/css/autoload/warn.css?162255178856 */
/* /local/templates/utrata_new/css/autoload/what-do.css?16615127202514 */
/* /local/templates/utrata_new/css/autoload/where-btn.css?16626291712372 */
/* /local/templates/utrata_new/css/autoload/where.css?16621228433808 */
/* /local/templates/utrata_new/css/autoload/yandex-rate.css?1676625541661 */
/* /local/templates/utrata_new/css/autoload/youtube.css?16476033721442 */
/* /local/templates/utrata_new/vendor/fancybox/jquery.fancybox.css?161726005917390 */
/* /local/templates/utrata_new/vendor/owl/assets/owl.carousel.min.css?16172600593351 */
/* /local/templates/utrata_new/template_styles.css?16689709573891 */
