:root {
	--bg: #fff;
	--text: #000;
	--accent: #bd10e0;
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

.none {
	display: none !important;
}

body {
	margin: 0;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline-width: 0;
}

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

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

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

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,
input,
select,
textarea {
	font: inherit;
}

optgroup {
	font-weight: 700;
}

button,
input,
select {
	overflow: visible;
}

button,
input,
select,
textarea {
	margin: 0;
}

button,
select {
	text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
	cursor: pointer;
}

[disabled] {
	cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

[type='search'] {
	-webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid::after {
	content: '';
	display: table;
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row::after {
	content: '';
	display: table;
	clear: both;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1 {
	float: left;
	width: 8.33333%;
}

.col-xs-2 {
	float: left;
	width: 16.66667%;
}

.col-xs-3 {
	float: left;
	width: 25%;
}

.col-xs-4 {
	float: left;
	width: 33.33333%;
}

.col-xs-5 {
	float: left;
	width: 41.66667%;
}

.col-xs-6 {
	float: left;
	width: 50%;
}

.col-xs-7 {
	float: left;
	width: 58.33333%;
}

.col-xs-8 {
	float: left;
	width: 66.66667%;
}

.col-xs-9 {
	float: left;
	width: 75%;
}

.col-xs-10 {
	float: left;
	width: 83.33333%;
}

.col-xs-11 {
	float: left;
	width: 91.66667%;
}

.col-xs-12 {
	float: left;
	width: 100%;
}

.pull-xs-0 {
	right: auto;
}

.pull-xs-1 {
	right: 8.33333%;
}

.pull-xs-2 {
	right: 16.66667%;
}

.pull-xs-3 {
	right: 25%;
}

.pull-xs-4 {
	right: 33.33333%;
}

.pull-xs-5 {
	right: 41.66667%;
}

.pull-xs-6 {
	right: 50%;
}

.pull-xs-7 {
	right: 58.33333%;
}

.pull-xs-8 {
	right: 66.66667%;
}

.pull-xs-9 {
	right: 75%;
}

.pull-xs-10 {
	right: 83.33333%;
}

.pull-xs-11 {
	right: 91.66667%;
}

.pull-xs-12 {
	right: 100%;
}

.push-xs-0 {
	left: auto;
}

.push-xs-1 {
	left: 8.33333%;
}

.push-xs-2 {
	left: 16.66667%;
}

.push-xs-3 {
	left: 25%;
}

.push-xs-4 {
	left: 33.33333%;
}

.push-xs-5 {
	left: 41.66667%;
}

.push-xs-6 {
	left: 50%;
}

.push-xs-7 {
	left: 58.33333%;
}

.push-xs-8 {
	left: 66.66667%;
}

.push-xs-9 {
	left: 75%;
}

.push-xs-10 {
	left: 83.33333%;
}

.push-xs-11 {
	left: 91.66667%;
}

.push-xs-12 {
	left: 100%;
}

.offset-xs-1 {
	margin-left: 8.33333%;
}

.offset-xs-2 {
	margin-left: 16.66667%;
}

.offset-xs-3 {
	margin-left: 25%;
}

.offset-xs-4 {
	margin-left: 33.33333%;
}

.offset-xs-5 {
	margin-left: 41.66667%;
}

.offset-xs-6 {
	margin-left: 50%;
}

.offset-xs-7 {
	margin-left: 58.33333%;
}

.offset-xs-8 {
	margin-left: 66.66667%;
}

.offset-xs-9 {
	margin-left: 75%;
}

.offset-xs-10 {
	margin-left: 83.33333%;
}

.offset-xs-11 {
	margin-left: 91.66667%;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	height: 100%;
}

body {
	position: relative;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	font-weight: 400;
	color: #212121;
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	min-height: 100vh;
}

.wrapper {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.container {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.no-menu .toggle-search {
	margin-right: 15px;
}

nav ul,
ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	list-style: none;
}

nav ul li,
ul li {
	list-style: none;
	list-style-type: none;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

img,
video {
	max-width: 100%;
	height: auto;
}

img.no-responsive,
video.no-responsive {
	max-width: none;
}

.col-12 {
	width: 100%;
}

.col-6 {
	width: 50%;
}

.col-3 {
	width: 33.333%;
}

.col-4 {
	width: 25%;
}

.col-5 {
	width: 20%;
}

.w-10 {
	width: 10%;
}

.w-12 {
	width: 12%;
}

.grayscale {
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.grayscale:hover {
	-ms-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.vertical-align {
	text-align: justify;
}

.vertical-align:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
}

.vertical-align:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

input,
textarea {
	-webkit-overflow-scrolling: touch;
}

p {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #212121;
	line-height: 20px;
	font-weight: 400;
}

b {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.text_center {
	text-align: center !important;
}

.text_left {
	text-align: left !important;
}

.text_rigth {
	text-align: right !important;
}

.text_bold {
	font-weight: 700;
}

.text_uppercase {
	text-transform: uppercase;
}

a {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #304ffe;
	line-height: 20px;
	font-weight: 400;
}

a:hover {
	color: #1e88e5;
}

a[href^='mailto:'],
a[href^='tel:'] {
	color: inherit;
	text-decoration: none;
}

a[href^='mailto:']:hover,
a[href^='tel:']:hover {
	color: inherit;
	text-decoration: none;
}

hr {
	max-width: 1170px;
	display: block;
	unicode-bidi: isolate;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	overflow: hidden;
	border: solid 1px #8a72f3;
}

.forms_re_linking > .col-xs-6.col-md-4.col-lg-3 > .block > .block-panel {
	background: #f5f5f5;
	background: -moz-linear-gradient(left, #f5f5f5 45%, #f5f5f5 45%, #66f 80%);
	background: -webkit-linear-gradient(left, #f5f5f5 45%, #f5f5f5 45%, #66f 80%);
	background: linear-gradient(to right, #f5f5f5 45%, #f5f5f5 45%, #66f 80%);
}

.forms_re_linking > .col-xs-6.col-md-4.col-lg-3 > .block > a > img {
	width: 100%;
}

h1 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	color: #212121;
	line-height: 36px;
	font-weight: 400;
}

h2 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	color: #060808;
	line-height: 25 ox;
	font-weight: 400;
}

h3 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	color: #212121;
	line-height: 18px;
	margin-bottom: 0;
	font-weight: 400;
}

h4 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #ffd600;
	line-height: 18px;
	font-weight: 400;
}

.no-upercouse {
	text-transform: none;
}

.icon {
	position: relative;
	display: inline-block;
}

.local {
	display: inline-block;
	vertical-align: middle;
}

.local a {
	color: #304ffe;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	text-decoration: underline;
}

.local a:hover {
	text-decoration: none;
}

.local p {
	margin: 0;
	color: #212121;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
}

.local .local-text {
	display: inline-block;
	vertical-align: middle;
}

.toggle-search {
	position: relative;
	z-index: 23;
	display: block;
	float: right;
	border: 0;
	background-color: transparent;
	padding: 0;
	width: 50px;
	height: 45px;
	margin-right: 30px;
	color: #fff;
	text-align: center;
}

.toggle-search.clicked {
	z-index: -1;
}

.menu-list__item.clicked > a {
	color: #212121;
}

.menu-list__item.clicked > a:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu__checkbox {
	position: absolute;
	width: 0;
	opacity: 0;
}

.menu-list_label {
	vertical-align: middle;
}

.menu__label {
	position: relative;
	font-weight: 400;
	line-height: 18px;
	cursor: pointer;
	color: #212121;
	font-size: 16px;
	display: inline-block;
	margin-right: 30px;
}

.menu__label:before {
	content: '';
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 22px;
	height: 21px;
	-webkit-box-shadow: inset 0 1px 0 rgba(24, 24, 24, 0.11);
	box-shadow: inset 0 1px 0 rgba(24, 24, 24, 0.11);
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #bdbdbd;
	background-color: #fff;
}

.menu__label:not(:last-child) {
	margin-bottom: 5px;
}

.menu__checkbox:checked + .menu__label:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAwUlEQVQoU5WRuxGCUBBFz5ppoiVIKIl2ICVQAnYglWgHagW0ACUYCKGWQKSZ67wPDDgwoxu+3bP37n3CH6U3NsAJ2MmvnJbsgYOfLyyodxYSUA8tMT1eViW2feXKjEi0IuJNxoRUVpy7sLUmZMCyBwXUoiU5sPXAUUJSu7giQa2Sq0bJOxNr5UmOsPYjOcoDIRmDzLu70VkyyvOBOwumxN8ZtKmOwBcJO8qdrb3v0NImZ8IwNQq1VntJulCiMaVm9gP4/kCS666eEAAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-size: 11px 8px;
	background-position: center;
}

.menu-button {
	text-align: center;
	display: block;
	position: fixed;
	z-index: 9992;
	top: 10px;
	right: 15px;
	width: 40px;
	height: 40px;
	float: right;
	padding: 0;
	background-color: #ffd600;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(24, 24, 24, 0.1)),
		to(rgba(255, 255, 255, 0.1))
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	background-image: linear-gradient(
		to top,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	border: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.burger-icon {
	position: relative;
	right: 0;
	left: 0;
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 auto;
}

.burger-icon,
.burger-icon::after,
.burger-icon::before {
	position: relative;
	display: block;
	width: 25px;
	height: 3px;
	background-color: #212121;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.burger-icon::after,
.burger-icon::before {
	position: absolute;
	content: '';
}

.burger-icon::before {
	top: -8px;
}

.burger-icon::after {
	top: 8px;
}

.menu-button.is-active {
	border-color: #ffd600;
}

.menu-button.is-active .burger-icon {
	background-color: transparent;
}

.menu-button.is-active .burger-icon::before {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

.menu-button.is-active .burger-icon::after {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

.fildsearch__defiz {
	display: inline-block;
	width: 18px;
	height: 1px;
	background-color: #263238;
	margin: 0 6px;
	vertical-align: middle;
}

.filter .irs-line {
	top: 8px;
	height: 4px;
	background-color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.filter .irs-bar {
	top: 8px;
	height: 4px;
	background-color: #304ffe;
	border: 0;
}

.filter .irs-slider {
	width: 16px;
	height: 16px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), inset 0 2px 0 #fff,
		inset 0 0 2px rgba(255, 255, 255, 0.7);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), inset 0 2px 0 #fff,
		inset 0 0 2px rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(217, 217, 217, 0.6);
	background-color: rgba(59, 134, 196, 0);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#f4f4f4),
		to(#fdfdfd)
	);
	background-image: -webkit-linear-gradient(bottom, #f4f4f4 0, #fdfdfd 100%);
	background-image: linear-gradient(to top, #f4f4f4 0, #fdfdfd 100%);
}

.filter .irs-from,
.filter .irs-grid-text,
.filter .irs-single,
.filter .irs-to {
	color: #000 !important;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}

.filter-hr {
	display: none;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
}

.checkbox.container {
	background: #f5f5f5;
	background: -moz-linear-gradient(left, #f5f5f5 45%, #f5f5f5 45%, #66f 80%);
	background: -webkit-linear-gradient(left, #f5f5f5 45%, #f5f5f5 45%, #66f 80%);
	background: linear-gradient(to right, #f5f5f5 45%, #f5f5f5 45%, #66f 80%);
	background-color: #f5f5f5;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	max-width: 1170px;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 6px;
	margin-bottom: 20px;
}

.info {
	width: 100%;
	-webkit-box-shadow: 0 0 4px rgba(38, 50, 56, 0.15);
	box-shadow: 0 0 4px rgba(38, 50, 56, 0.15);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
}

.info p {
	font-size: 14px;
	color: #212121;
	font-weight: 400;
	line-height: 20px;
}

.info-header {
	position: relative;
	display: block;
	min-height: 40px;
	padding: 10px 15px;
	font-size: 22px;
	color: #212121;
}

.info__title {
	color: #212121;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}

.breadcrumbs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.breadcrumbs-list__item {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #212121;
}

.breadcrumbs-list__item > a {
	font-size: 14px;
	font-weight: 400;
	color: #212121;
	text-decoration: underline;
}

.service {
	padding-bottom: 30px;
}

.service .info {
	min-height: 487px;
}

.service .info-header {
	font-size: 18px;
}

.service-list {
	display: block;
	float: left;
	width: 25%;
}

.link-list {
	font-size: 14px;
	line-height: 25px;
}

.link-list:not(:last-child) {
	margin-bottom: 28px;
}

.link-list__title {
	color: #212121;
	font-weight: 700 !important;
}

.link-list__item > a {
	position: relative;
	display: inline-block;
	padding-left: 23px;
	color: #304ffe;
	font-weight: 400;
	text-decoration: underline;
	word-break: break-word;
}

.link-list__item > a:hover {
	text-decoration: none;
}

.link-list__item > a:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAACO0lEQVQoU2NkQALa2toSrKysxnJycupMTEyMjx49uvnz588zV69efQFTxghlMJuYmIRGR0en29raOrCzszP8+fOH4ePHj39PnDhxaM2aNbPPnDmzmoGB4Q9IA4uHh0dhXV1dKzs7O+vu3bu/XLp06T5I0szMTC80NJT51atXv6uqqmq3b9/ex6ioqOg6derUTUxMTBwdHR1bbt68OVlXV/fCt2/fMrOzsytVVFTYQa549uzZz+LiYn/GyMjIBcnJyfH9/f2bzp49m/LixYvXJSUleba2tmUyMjLSe/bs+Xf16tVP1tbWArt27VrMmJycfFJSUlJ7w4YNEVeuXNmSlZU1w9zcPEVKSor5/Pnzf2fPnt349evXOxEREdM+fPhwmzE6OvqonJyc7pEjR+pVVFS0zMzMUtjY2BiuX7/+ZcuWLa03btzo0NHRcQgMDFz/+PHjm4x2dnYTg4KC8lhZWRk4ODgY/v379+/SpUvXL168WHfo0KF1Dg4OAnJycr329vZJS5Ysmc4oLCxsmpKSsk1fX1+Eh4eH4cmTJ+8WLVpUbmpqukNGRkaTlZU1XU1NLfj48eNvJ0+e7A2OB1lZ2fCYmJgJjo6OEry8vH++fPly7d+/f2ycnJxyjIyMXDt37nw9b968/GfPni2HRRyDkpKSjYGBQbyNjY2Tjo6O4rdv3xguXrz4+MyZM3uvXLky//79+4dBhsM1gDgyMjKcTExMSr9+/ZL7+/cvAzMz8yMmJqb7z549+wZLGgB5C+zyY/MSPAAAAABJRU5ErkJggg==);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.link-list__item_active > a {
	color: #304ffe;
}

.link-list__item_active > a:after {
	width: 16px;
	height: 14px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABx0lEQVQoU2NkIAA4nRikFU3VJr+68HrXm53vZzDiVR/KwGajZdy9oGJp3ubzW57VJjbEgDUIhjLw/2FnkPi8hOEmsgGaJWKlTTkdbV5SoSxnvhxnSOhP3AvSwKRfrNAuZyTqfXDVheRPG3+fBGlSzOOOzUrJnOak5Mfz8v1zhjnXZjJsmXVwOyN/GEdqenH0JFNNA46ZS2YcvHP/agQzA4uyX4DXBlt1D5FvX38y7HuzkWHFvAN3vs1jiGWUa2E+qu+samXGb8/AyP6dYd/ZnXslRcTkLTTtVH78+MVw789lhj1bTr293f0vheEZwwZGUX+GSfLpDLmcAmwMElziDHx87Ay8zPwMP//8YPjE8pLh4anP385U/cz5cZthPsipID9IamaxzFXJYPL8zvKbQYpVkkGGU4GBk4uV4f7dp3+3lDxoenXwTwsDA8M/mAYGdl4GNdNa7pWGCWIG0v/VGXT5zRnefnzD0Fm8cs7VfW/yGZ4xfIOFHjweOOUYbIJ7VJdGhYbLif1XYGho6dlycMmNxM+3GN4gBzVKxEnZMkcUTfGd8/Da67uTM4/6MXxgeIgesegxzShmxBz9+dXfW9+fMJzClgoAkLukVTk1D1wAAAAASUVORK5CYII=);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.checkbox-input {
	opacity: 0;
	width: 0;
	position: absolute;
}

.checkbox-label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 30px;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #212121;
}

.checkbox-label:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	-webkit-box-shadow: inset 0 1px 0 rgba(24, 24, 24, 0.11);
	box-shadow: inset 0 1px 0 rgba(24, 24, 24, 0.11);
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #bdbdbd;
	background-color: #fff;
}

.checkbox-input:checked + label:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAwUlEQVQoU5WRuxGCUBBFz5ppoiVIKIl2ICVQAnYglWgHagW0ACUYCKGWQKSZ67wPDDgwoxu+3bP37n3CH6U3NsAJ2MmvnJbsgYOfLyyodxYSUA8tMT1eViW2feXKjEi0IuJNxoRUVpy7sLUmZMCyBwXUoiU5sPXAUUJSu7giQa2Sq0bJOxNr5UmOsPYjOcoDIRmDzLu70VkyyvOBOwumxN8ZtKmOwBcJO8qdrb3v0NImZ8IwNQq1VntJulCiMaVm9gP4/kCS666eEAAAAABJRU5ErkJggg==);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
}

.panel-list__item .checkbox-input + label:before {
	top: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
}

.btn,
.btn[type='button'] {
	position: relative;
	display: inline-block;
	width: auto;
	width: 172px;
	height: 32px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	z-index: 3;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid transparent;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn_default {
	-webkit-box-shadow: 0 1px 0 transparent;
	box-shadow: 0 1px 0 transparent;
	background-color: #ffd600;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(24, 24, 24, 0.1)),
		to(rgba(255, 255, 255, 0.1))
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	background-image: linear-gradient(
		to top,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
}

.btn_default:hover {
	background-image: none;
}

.btn_red {
	background-color: #ffd600;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(24, 24, 24, 0.1)),
		to(rgba(255, 255, 255, 0.1))
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	background-image: linear-gradient(
		to top,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	color: #212121;
}

.btn_red:hover {
	background-image: none;
}

.btn[type='button'] {
	-webkit-appearance: inherit;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.25;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button:focus {
	outline: 0;
}

.info_main .info-header {
	overflow: hidden;
	background-color: #f5f5f4;
}

.info-header__name {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	color: #212121;
	font-size: 18px;
	width: 100%;
	vertical-align: top;
}

.info-list {
	display: block;
	width: 100%;
	padding-top: 5px;
}

.info-list .block-panel__button {
	bottom: 11px;
	right: 70px;
}

.info .info-header_data {
	padding-left: 18px;
	padding-right: 14px;
	font-size: 18px;
}

.price-list {
	display: block;
	float: left;
	height: 100%;
	width: 39%;
	padding-top: 12px;
}

.price-list:first-child {
	width: 21%;
}

.price-list:first-child span {
	border-right: 1px solid #fff;
}

.price-list:first-child .price-list-item {
	padding-bottom: 2px;
}

.price-list:not(:first-child) .price-list__title {
	padding-left: 8px;
}

.price-list:not(:first-child) span:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.price-list:nth-child(2) span {
	border-right: 1px solid #fff;
}

.price-list__title {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	white-space: nowrap;
	vertical-align: top;
}

.price-list__title .icon {
	position: relative;
	top: -3px;
	vertical-align: middle;
}

.price-list-item {
	width: 99%;
	display: inline-block;
	background-color: rgba(236, 239, 241, 0.8);
}

.price-list-item span {
	display: inline-block;
	width: 100%;
	padding-left: 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
	background-color: #eceff1;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(38, 50, 56, 0.2);
	box-shadow: inset 0 1px 1px rgba(38, 50, 56, 0.2);
}

.price-list-item .no {
	opacity: 0.6;
}

.data-list {
	display: inline-block;
	margin-top: 40px;
	width: 100%;
	background-color: rgba(236, 239, 241, 0.8);
}

.data-list-item {
	display: block;
	float: left;
	width: 50%;
}

.data-list-item:not(:last-child) > span {
	border-right: 1px solid #fff;
}

.data-list-item a {
	text-decoration: underline;
	font-size: 16px;
}

.data-list-item a:hover {
	text-decoration: none;
	color: #1e88e5;
}

.data-list-item > a,
.data-list-item > span {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	padding-left: 8px;
	background-color: #eceff1;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(38, 50, 56, 0.2);
	box-shadow: inset 0 1px 1px rgba(38, 50, 56, 0.2);
}

.data-list-item > a:not(:last-child),
.data-list-item > span:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.l-red {
	color: #304ffe;
}

.l-red:hover {
	color: #1e88e5;
}

.info_services {
	-webkit-box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cfd8dc;
}

.info_services .info-header {
	background-color: #f5f5f4;
}

.info_services .info-header i {
	top: 0;
}

.info-map {
	-webkit-box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cfd8dc;
}

.info-header_map {
	padding: 4px 15px;
	background-color: #f5f5f4;
}

.info-header_map i {
	top: 0;
}

.seo-text .info {
	-webkit-box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cfd8dc;
	background-color: #fff;
}

.seo-text .info-header {
	background-color: #f5f5f3;
}

.seo-text .info-header i {
	top: -1px;
}

.block-info-in_data .info-header_data {
	background: #f5f5f3;
}

.block-info-in_data .info-header_data i {
	top: 0;
}

.block-info-in_price .info .info-header_data {
	font-size: 18px;
	background: #f5f5f3;
	color: #212121;
}

.block-info-in_price .info .info-header_data i {
	top: -1px;
}

.block-info-in_price .price-table {
	width: 100%;
	padding-top: 15px;
	border-collapse: collapse;
}

.block-info-in_price .price-table .icon {
	vertical-align: middle;
}

.block-info-in_price .price-table td {
	padding-bottom: 5px;
}

.block-info-in_price .price-table tr:not(:last-child) td:not(:first-child) {
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.info-header {
	background: #f5f5f3;
	font-size: 20px;
}

.block-info-in_about .info-header span {
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #7cb342;
	width: 90px;
	text-align: center;
	float: right;
}

a.info-list-item {
	font-size: 18px;
	color: #304ffe;
}

.slider {
	padding-top: 30px;
	padding-bottom: 30px;
}

.slider .info {
	background: 0 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.slider .info-header {
	background-color: #ffd600;
	-webkit-box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	-webkit-border-radius: 0 2px 2px;
	border-radius: 0 2px 2px;
	border: 1px solid #cfd8dc;
	border-bottom: none;
	width: auto;
	display: inline-block;
	z-index: 5;
	top: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
}

.slider .info-header .nav-item a {
	color: #304ffe;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}

.slider .info-header .nav-item.active a {
	color: #212121;
	text-decoration: none;
	background: #fff;
}

.slider .info-header .nav-item:not(:first-child) a {
	padding: 5px 60px;
}

.gallery {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.frame {
	height: 524px;
	line-height: 524px;
	overflow: hidden;
}

.frame__list {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

.frame__list_item {
	display: block;
	float: left;
	width: auto;
	height: 100%;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

.frame__list_item img {
	max-width: none;
	width: auto;
	height: 100%;
}

.gallery__scrollbar {
	margin: 28px 0;
	height: 4px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #eceff1;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.gallery__scrollbar_handle {
	position: relative;
	top: -4px;
	width: 100px;
	height: 10px;
	background-color: #ffd600;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.gallery__scrollbar_handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

.gallery__frame {
	position: relative;
}

.gallery__frame:after {
	content: '';
	position: absolute;
	z-index: 33;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	display: block;
	height: 100%;
	-webkit-box-shadow: -1px -1px 16px 13px #fff;
	box-shadow: -1px -1px 16px 13px #fff;
}

.gallery__frame:before {
	content: '';
	position: absolute;
	z-index: 33;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	display: block;
	height: 100%;
	-webkit-box-shadow: -1px -1px 16px 13px #fff;
	box-shadow: -1px -1px 16px 13px #fff;
}

.section_title {
	margin: 38px 0 27px;
}

.gallery-hidden {
	display: none;
}

.gallery-mobile {
	width: 260px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
	overflow: hidden;
}

.gallery-mobile img {
	width: 100%;
}

.gallery-mobile .btn {
	margin-top: 30px;
}

.map-wrap {
	display: block;
	width: 100%;
	height: 412px;
	overflow: hidden;
	margin: 15px auto;
	background-color: #edeef0;
}

.checkbox-col {
	display: inline-block;
	vertical-align: top;
	margin-right: -0.36em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.section-search {
	width: 100%;
}

.section-search .info-header {
	background: #ffd600;
}

.checkbox-col_6 {
	width: 16.66667%;
}

.checkbox-col_7 {
	width: 14.28571%;
}

.search-filter-panel {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.panel-list {
	display: block;
	float: left;
}

.panel-list__item {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}

.panel-list__item:not(:last-child) {
	margin-right: 30px;
}

.panel-list__item .checkbox-label {
	color: #212121;
}

.checkbox-list {
	margin-bottom: 20px;
}

.checkbox-list__title {
	position: relative;
	font-size: 13px;
	color: #212121;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 5px;
}

.checkbox-list__title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	height: 1px;
	width: 80%;
	background-color: rgba(38, 50, 56, 0.2);
}

.wrap-buttons {
	float: right;
}

.wrap-buttons .btn:not(:last-child) {
	margin-right: 30px;
}

.search-filter-panel_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	margin: 0 auto;
	display: none;
	z-index: 111;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-filter-panel_fixed.hide {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-filter-panel_fixed .wrap-buttons {
	float: none;
	text-align: center;
}

.search-filter-panel_fixed .wrap-buttons .btn {
	width: 140px;
}

.search-filter-panel_fixed .wrap-buttons .btn:not(:last-child) {
	margin-right: 0;
}

.panel-list.visible-xs {
	display: none;
}

.checkbox-list-item {
	padding-right: 5px;
}

.title_single h1 {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}

.title_single i {
	display: inline-block;
	vertical-align: middle;
}

.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: 0 !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
	position: absolute;
	display: block;
	top: 0;
}

.irs-line-left {
	left: 0;
	width: 11%;
}

.irs-line-mid {
	left: 9%;
	width: 82%;
}

.irs-line-right {
	right: 0;
	width: 11%;
}

.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}

.irs-bar-edge {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}

.irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1;
}

.irs-slider.type_last {
	z-index: 2;
}

.irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default;
}

.irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default;
}

.irs-from,
.irs-single,
.irs-to {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.irs-with-grid .irs-grid {
	display: block;
}

.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 8px;
	background: #000;
}

.irs-grid-pol.small {
	height: 4px;
}

.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}

.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: 0 0;
	z-index: 2;
}

.irs-disabled {
	opacity: 0.4;
}

.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: 0 !important;
	z-index: -9999 !important;
	background: 0 0 !important;
	border-style: solid !important;
	border-color: transparent !important;
}

.irs {
	height: 40px;
}

.irs-with-grid {
	height: 40px;
}

.irs-line {
	height: 10px;
	top: 5px;
	background: silver;
	-webkit-box-shadow: inset 0 1px 5px 1px #9e9e9e;
	box-shadow: inset 0 1px 5px 1px #9e9e9e;
	border: 0;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-moz-border-radius: 16px;
}

.irs-line-left {
	height: 8px;
}

.irs-line-mid {
	height: 8px;
}

.irs-line-right {
	height: 8px;
}

.irs-bar {
	height: 10px;
	top: 5px;
	border-top: 1px solid #428bca;
	border-bottom: 1px solid #428bca;
}

.irs-bar-edge {
	height: 10px;
	top: 5px;
	width: 14px;
	border: 1px solid #428bca;
	border-right: 0;
	background: #428bca;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#428bca),
		to(#7fc3e8)
	);
	background: -webkit-linear-gradient(bottom, #428bca 0, #7fc3e8 100%);
	background: linear-gradient(to top, #428bca 0, #7fc3e8 100%);
	-webkit-border-radius: 16px 0 0 16px;
	border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
	height: 2px;
	top: 8px;
	background: #000;
	opacity: 0.3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.irs-slider {
	top: 1px;
	width: 17px;
	height: 17px;
	border: 1px solid #aaa;
	background: #ddd;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(white),
		color-stop(20%, #dcdcdc),
		to(white)
	);
	background: -webkit-linear-gradient(top, #fff 0, #dcdcdc 20%, #fff 100%);
	background: linear-gradient(to bottom, #fff 0, #dcdcdc 20%, #fff 100%);
	-webkit-border-radius: 27px;
	border-radius: 27px;
	-moz-border-radius: 27px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.irs-slider.state_hover,
.irs-slider:hover {
	background: #fff;
}

.irs-max,
.irs-min {
	color: #333;
	font-size: 12px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
	background: #ccc;
}

.irs-from,
.irs-single,
.irs-to {
	color: #000;
	font-size: 14px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	margin-top: 25px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
	background: #999;
}

.irs-grid {
	height: 27px;
}

.irs-grid-pol {
	opacity: 0.5;
	background: #428bca;
}

.irs-grid-pol.small {
	background: #999;
}

.irs-grid-text {
	bottom: 0;
	color: #99a4ac;
}

.tab-content {
	padding-top: 25px;
	padding-bottom: 5px;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .tab-pane.active {
	display: block;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.nav-tabs {
	padding: 0;
}

.nav-item {
	display: inline-block;
}

.nav-item > a {
	display: inline-block;
	padding: 5px 20px;
	color: #212121;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	text-decoration: none;
}

.nav-item.active > a {
	background-color: #fff;
}

.nav-item .icon {
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}

@font-face {
	font-display: swap;
	font-family: lg;
	src: url(../fonts/lg_1.eot);
	src: url(../fonts/lg.eot#iefixn1z373) format('embedded-opentype'),
		url(../fonts/lg.woff) format('woff'),
		url(../fonts/lg.ttf) format('truetype'),
		url(../images/lg.svg#lg) format('svg');
	font-weight: 400;
	font-style: normal;
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: '\e095';
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: '\e094';
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close:after {
	content: '\e070';
}

.lg-toolbar .lg-download:after {
	content: '\e0f2';
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
		-webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
		-webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
		-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
		-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1),
		-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash)
	.lg-outer.lg-start-zoom
	.lg-item.lg-complete
	.lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
	content: '\e1ff';
}

.lg-outer .lg-toogle-thumb:hover {
	color: #fff;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: '\e01d';
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: '\e01a';
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
	.lg-item.lg-complete.lg-zoomable
	.lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom
	.lg-item.lg-complete.lg-zoomable
	.lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		-webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.15s !important;
	-webkit-transition: opacity 0.15s,
		-webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 0.15s,
		-webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s,
		-webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: '\e311';
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: '\e033';
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: '\e312';
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
		-webkit-transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-webkit-transition: -webkit-box-shadow 0.3s ease 0s;
	transition: -webkit-box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	-webkit-box-shadow: 0 0 0 8px #fff inset;
	box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: '\e20c';
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: '\e20d';
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s,
		visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
		-webkit-transform 0.18s linear 0s;
	transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
		-webkit-transform 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
		opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
		opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: '\e80d';
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: '\e901';
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: '\e904';
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: '\e902';
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: '\e903';
}

.lg-group:after {
	content: '';
	display: table;
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url(../img/loading.gif) no-repeat scroll center center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: '';
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s,
		-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s,
		-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s,
		-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.pages.open {
	bottom: 0;
}

.pages.open .icon-pages {
	position: absolute;
	right: 16px;
	visibility: visible;
	display: block;
	width: 16px;
	height: 16px;
	background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M38.1%2036.9L20.6%2019.3%2038.1%201.8c.3-.3.3-.8%200-1.2-.3-.3-.8-.3-1.2%200L19.4%2018.2%201.9.6C1.6.3%201%20.3.7.6c-.3.3-.3.8%200%201.2l17.5%2017.5L.7%2036.9c-.3.3-.3.8%200%201.2s.8.3%201.2%200l17.6-17.6L37%2038c.3.3.8.3%201.2%200s.3-.8-.1-1.1z%22%2F%3E%3C%2Fsvg%3E)
		no-repeat;
	background-size: 100%;
}

.pages.open span {
	visibility: hidden;
}

.pages {
	position: fixed;
	right: 150px;
	width: 400px;
	z-index: 7766;
	background: #eee;
	bottom: -400px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.pages .icon-pages {
	visibility: hidden;
}

.pages .pages-header {
	display: block;
	padding: 7px 16px 5px 16px;
	background-color: #383d45;
	cursor: pointer;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pages .pages-header:before {
	content: ' ';
	display: table;
}

.pages .pages-header:after {
	display: table;
	content: ' ';
	clear: both;
}

.pages .pages-header p {
	margin: 0;
	font-size: 15px;
	color: #fff;
	float: left;
}

.pages .pages-header span {
	float: right;
	color: #fff;
}

.pages ul {
	padding: 15px;
	margin: 0;
	width: 100%;
	height: 400px;
	overflow-y: auto;
}

.pages ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	position: relative;
	color: #444;
	list-style: none;
	cursor: pointer;
	opacity: 1;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
	background-color: #fff;
	margin-bottom: 5px;
}

.pages ul li a {
	display: inline-block;
	padding-left: 10px;
	width: 100%;
	font-size: 14px;
	color: #444;
	text-decoration: none;
}

.pages ul li a:hover {
	background: #f4f3f3;
}

.pages ul li a:active,
.pages ul li a:focus,
.pages ul li a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.container {
		max-width: 760px;
	}

	.col-sm-1 {
		float: left;
		width: 8.33333%;
	}

	.col-sm-2 {
		float: left;
		width: 16.66667%;
	}

	.col-sm-3 {
		float: left;
		width: 25%;
	}

	.col-sm-4 {
		float: left;
		width: 33.33333%;
	}

	.col-sm-5 {
		float: left;
		width: 41.66667%;
	}

	.col-sm-6 {
		float: left;
		width: 50%;
	}

	.col-sm-7 {
		float: left;
		width: 58.33333%;
	}

	.col-sm-8 {
		float: left;
		width: 66.66667%;
	}

	.col-sm-9 {
		float: left;
		width: 75%;
	}

	.col-sm-10 {
		float: left;
		width: 83.33333%;
	}

	.col-sm-11 {
		float: left;
		width: 91.66667%;
	}

	.col-sm-12 {
		float: left;
		width: 100%;
	}

	.pull-sm-0 {
		right: auto;
	}

	.pull-sm-1 {
		right: 8.33333%;
	}

	.pull-sm-2 {
		right: 16.66667%;
	}

	.pull-sm-3 {
		right: 25%;
	}

	.pull-sm-4 {
		right: 33.33333%;
	}

	.pull-sm-5 {
		right: 41.66667%;
	}

	.pull-sm-6 {
		right: 50%;
	}

	.pull-sm-7 {
		right: 58.33333%;
	}

	.pull-sm-8 {
		right: 66.66667%;
	}

	.pull-sm-9 {
		right: 75%;
	}

	.pull-sm-10 {
		right: 83.33333%;
	}

	.pull-sm-11 {
		right: 91.66667%;
	}

	.pull-sm-12 {
		right: 100%;
	}

	.push-sm-0 {
		left: auto;
	}

	.push-sm-1 {
		left: 8.33333%;
	}

	.push-sm-2 {
		left: 16.66667%;
	}

	.push-sm-3 {
		left: 25%;
	}

	.push-sm-4 {
		left: 33.33333%;
	}

	.push-sm-5 {
		left: 41.66667%;
	}

	.push-sm-6 {
		left: 50%;
	}

	.push-sm-7 {
		left: 58.33333%;
	}

	.push-sm-8 {
		left: 66.66667%;
	}

	.push-sm-9 {
		left: 75%;
	}

	.push-sm-10 {
		left: 83.33333%;
	}

	.push-sm-11 {
		left: 91.66667%;
	}

	.push-sm-12 {
		left: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333%;
	}

	.offset-sm-2 {
		margin-left: 16.66667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333%;
	}

	.offset-sm-5 {
		margin-left: 41.66667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333%;
	}

	.offset-sm-8 {
		margin-left: 66.66667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333%;
	}

	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media screen and (min-width: 768px) {
	.menu-list__item.clicked {
		border-bottom-color: transparent;
		-webkit-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
	}

	.menu-button {
		display: none;
	}

	.gallery-mobile {
		display: none;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 980px;
	}

	.col-md-1 {
		float: left;
		width: 8.33333%;
	}

	.col-md-2 {
		float: left;
		width: 16.66667%;
	}

	.col-md-3 {
		float: left;
		width: 25%;
	}

	.col-md-4 {
		float: left;
		width: 33.33333%;
	}

	.col-md-5 {
		float: left;
		width: 41.66667%;
	}

	.col-md-6 {
		float: left;
		width: 50%;
	}

	.col-md-7 {
		float: left;
		width: 58.33333%;
	}

	.col-md-8 {
		float: left;
		width: 66.66667%;
	}

	.col-md-9 {
		float: left;
		width: 75%;
	}

	.col-md-10 {
		float: left;
		width: 83.33333%;
	}

	.col-md-11 {
		float: left;
		width: 91.66667%;
	}

	.col-md-12 {
		float: left;
		width: 100%;
	}

	.pull-md-0 {
		right: auto;
	}

	.pull-md-1 {
		right: 8.33333%;
	}

	.pull-md-2 {
		right: 16.66667%;
	}

	.pull-md-3 {
		right: 25%;
	}

	.pull-md-4 {
		right: 33.33333%;
	}

	.pull-md-5 {
		right: 41.66667%;
	}

	.pull-md-6 {
		right: 50%;
	}

	.pull-md-7 {
		right: 58.33333%;
	}

	.pull-md-8 {
		right: 66.66667%;
	}

	.pull-md-9 {
		right: 75%;
	}

	.pull-md-10 {
		right: 83.33333%;
	}

	.pull-md-11 {
		right: 91.66667%;
	}

	.pull-md-12 {
		right: 100%;
	}

	.push-md-0 {
		left: auto;
	}

	.push-md-1 {
		left: 8.33333%;
	}

	.push-md-2 {
		left: 16.66667%;
	}

	.push-md-3 {
		left: 25%;
	}

	.push-md-4 {
		left: 33.33333%;
	}

	.push-md-5 {
		left: 41.66667%;
	}

	.push-md-6 {
		left: 50%;
	}

	.push-md-7 {
		left: 58.33333%;
	}

	.push-md-8 {
		left: 66.66667%;
	}

	.push-md-9 {
		left: 75%;
	}

	.push-md-10 {
		left: 83.33333%;
	}

	.push-md-11 {
		left: 91.66667%;
	}

	.push-md-12 {
		left: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333%;
	}

	.offset-md-2 {
		margin-left: 16.66667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333%;
	}

	.offset-md-5 {
		margin-left: 41.66667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333%;
	}

	.offset-md-8 {
		margin-left: 66.66667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333%;
	}

	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media screen and (min-width: 992px) {
	.toggle-search {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.section-search:hover .search-filter-panel {
		opacity: 1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}

	.search-filter-panel {
		opacity: 0;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}

	.col-lg-1 {
		float: left;
		width: 8.33333%;
	}

	.col-lg-2 {
		float: left;
		width: 16.66667%;
	}

	.col-lg-3 {
		float: left;
		width: 25%;
	}

	.col-lg-4 {
		float: left;
		width: 33.33333%;
	}

	.col-lg-5 {
		float: left;
		width: 41.66667%;
	}

	.col-lg-6 {
		float: left;
		width: 50%;
	}

	.col-lg-7 {
		float: left;
		width: 58.33333%;
	}

	.col-lg-8 {
		float: left;
		width: 66.66667%;
	}

	.col-lg-9 {
		float: left;
		width: 75%;
	}

	.col-lg-10 {
		float: left;
		width: 83.33333%;
	}

	.col-lg-11 {
		float: left;
		width: 91.66667%;
	}

	.col-lg-12 {
		float: left;
		width: 100%;
	}

	.pull-lg-0 {
		right: auto;
	}

	.pull-lg-1 {
		right: 8.33333%;
	}

	.pull-lg-2 {
		right: 16.66667%;
	}

	.pull-lg-3 {
		right: 25%;
	}

	.pull-lg-4 {
		right: 33.33333%;
	}

	.pull-lg-5 {
		right: 41.66667%;
	}

	.pull-lg-6 {
		right: 50%;
	}

	.pull-lg-7 {
		right: 58.33333%;
	}

	.pull-lg-8 {
		right: 66.66667%;
	}

	.pull-lg-9 {
		right: 75%;
	}

	.pull-lg-10 {
		right: 83.33333%;
	}

	.pull-lg-11 {
		right: 91.66667%;
	}

	.pull-lg-12 {
		right: 100%;
	}

	.push-lg-0 {
		left: auto;
	}

	.push-lg-1 {
		left: 8.33333%;
	}

	.push-lg-2 {
		left: 16.66667%;
	}

	.push-lg-3 {
		left: 25%;
	}

	.push-lg-4 {
		left: 33.33333%;
	}

	.push-lg-5 {
		left: 41.66667%;
	}

	.push-lg-6 {
		left: 50%;
	}

	.push-lg-7 {
		left: 58.33333%;
	}

	.push-lg-8 {
		left: 66.66667%;
	}

	.push-lg-9 {
		left: 75%;
	}

	.push-lg-10 {
		left: 83.33333%;
	}

	.push-lg-11 {
		left: 91.66667%;
	}

	.push-lg-12 {
		left: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333%;
	}

	.offset-lg-2 {
		margin-left: 16.66667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333%;
	}

	.offset-lg-5 {
		margin-left: 41.66667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333%;
	}

	.offset-lg-8 {
		margin-left: 66.66667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333%;
	}

	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media screen and (min-width: 1200px) {
	.menu-list.container {
		max-width: 1200px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1440) {
	.col-xl-1 {
		float: left;
		width: 8.33333%;
	}

	.col-xl-2 {
		float: left;
		width: 16.66667%;
	}

	.col-xl-3 {
		float: left;
		width: 25%;
	}

	.col-xl-4 {
		float: left;
		width: 33.33333%;
	}

	.col-xl-5 {
		float: left;
		width: 41.66667%;
	}

	.col-xl-6 {
		float: left;
		width: 50%;
	}

	.col-xl-7 {
		float: left;
		width: 58.33333%;
	}

	.col-xl-8 {
		float: left;
		width: 66.66667%;
	}

	.col-xl-9 {
		float: left;
		width: 75%;
	}

	.col-xl-10 {
		float: left;
		width: 83.33333%;
	}

	.col-xl-11 {
		float: left;
		width: 91.66667%;
	}

	.col-xl-12 {
		float: left;
		width: 100%;
	}

	.pull-xl-0 {
		right: auto;
	}

	.pull-xl-1 {
		right: 8.33333%;
	}

	.pull-xl-2 {
		right: 16.66667%;
	}

	.pull-xl-3 {
		right: 25%;
	}

	.pull-xl-4 {
		right: 33.33333%;
	}

	.pull-xl-5 {
		right: 41.66667%;
	}

	.pull-xl-6 {
		right: 50%;
	}

	.pull-xl-7 {
		right: 58.33333%;
	}

	.pull-xl-8 {
		right: 66.66667%;
	}

	.pull-xl-9 {
		right: 75%;
	}

	.pull-xl-10 {
		right: 83.33333%;
	}

	.pull-xl-11 {
		right: 91.66667%;
	}

	.pull-xl-12 {
		right: 100%;
	}

	.push-xl-0 {
		left: auto;
	}

	.push-xl-1 {
		left: 8.33333%;
	}

	.push-xl-2 {
		left: 16.66667%;
	}

	.push-xl-3 {
		left: 25%;
	}

	.push-xl-4 {
		left: 33.33333%;
	}

	.push-xl-5 {
		left: 41.66667%;
	}

	.push-xl-6 {
		left: 50%;
	}

	.push-xl-7 {
		left: 58.33333%;
	}

	.push-xl-8 {
		left: 66.66667%;
	}

	.push-xl-9 {
		left: 75%;
	}

	.push-xl-10 {
		left: 83.33333%;
	}

	.push-xl-11 {
		left: 91.66667%;
	}

	.push-xl-12 {
		left: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.33333%;
	}

	.offset-xl-2 {
		margin-left: 16.66667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333%;
	}

	.offset-xl-5 {
		margin-left: 41.66667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333%;
	}

	.offset-xl-8 {
		margin-left: 66.66667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333%;
	}

	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

@media screen and (max-width: 1199px) {
	.menu__label {
		text-transform: capitalize;
	}

	.info-list .block-panel__button {
		right: auto;
		left: 160px;
	}

	.checkbox-col_6 {
		width: 25%;
	}
}

@media screen and (max-width: 1023px) {
	.pages {
		width: 230px;
		right: 0;
	}

	.pages .pages-header p {
		font-size: 11px;
	}
}

@media screen and (max-width: 992px) {
	.fildsearch__defiz {
		width: 8px;
		margin: 0 3px;
	}
}

@media screen and (max-width: 991px) {
	.btn-search {
		height: 50px;
		right: 0;
	}

	.menu-list__link {
		font-size: 12px;
	}

	.menu__label {
		font-size: 12px;
	}

	.menu__label:before {
		margin-right: 3px;
	}

	.block {
		margin-bottom: 30px;
	}

	.service .col-xs-12:first-child {
		margin-bottom: 30px;
	}

	.frame {
		height: 380px;
	}

	.section-search {
		margin-bottom: 20px;
	}

	.checkbox-col_6 {
		width: 33.33333%;
	}

	.checkbox-col_7 {
		width: 33.33333%;
	}

	.wrap-buttons {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 979px) {
	.menu-list.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	.menu {
		position: fixed;
		top: 0;
		z-index: 9991;
		width: 100%;
		overflow-y: auto;
		max-height: 100%;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform 0.5s ease;
		transition: -webkit-transform 0.5s ease;
		transition: transform 0.5s ease;
		transition: transform 0.5s ease, -webkit-transform 0.5s ease;
		background: #fff;
	}

	.menu.open {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: -webkit-transform 0.5s ease;
		transition: -webkit-transform 0.5s ease;
		transition: transform 0.5s ease;
		transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	}

	.menu-list.container {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 25px;
	}

	.menu-list__link {
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 20px;
	}

	.menu-list_label .i-hide {
		display: none;
	}

	.menu__label {
		font-size: 16px;
		width: auto;
		padding-left: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		text-transform: none;
		margin-right: 0;
	}

	.menu__label:before {
		margin-right: 9px;
	}

	.fildsearch {
		padding-bottom: 20px;
	}

	.block {
		height: 100%;
	}

	.block-panel-item_tel {
		margin-top: 0;
	}

	.block-check {
		bottom: 101px;
	}

	.checkbox.container {
		padding: 0;
	}

	.link-list__item > a {
		font-size: 12px;
	}

	.block-info .check {
		bottom: 0;
	}

	.data-list {
		margin-top: 10px;
	}

	.slider {
		padding-top: 0;
	}

	.slider .info-header .nav-item a {
		width: 100%;
		text-align: center;
	}

	.slider .info-header .nav-item:not(:first-child) {
		width: 50%;
		margin-right: -0.36em;
	}

	.slider .info-header .nav-item:not(:first-child) a {
		padding: 5px 20px;
		text-align: center;
		width: 100%;
	}

	.slider .info-header .nav-item {
		width: 50%;
	}

	.slider .info-header {
		width: 50%;
		display: inline-block;
		margin-right: -0.36em;
	}

	.gallery {
		display: none;
	}

	.slider .info-header {
		width: 100%;
	}

	.map-wrap {
		width: 95%;
	}

	.search-filter-panel {
		display: none;
	}

	.search-filter-panel_fixed {
		display: block;
	}

	.pages.open .icon-pages {
		top: 12px;
		right: 23px;
	}

	.pages {
		background: 0 0;
	}

	.pages .pages-header {
		width: 60px;
		float: right;
		text-align: center;
	}

	.pages .pages-header p {
		font-size: 0;
	}

	.pages .pages-header span {
		float: none;
	}

	.pages ul {
		background: #eee;
	}
}

@media screen and (max-width: 767px) and (max-width: 479px) {
	.slider .info-header .nav-item a {
		padding: 5px 5px;
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	.wp-video {
		width: 100% !important;
	}

	.wp-video .wp-video-shortcode {
		width: 100% !important;
	}
}

@media screen and (max-width: 599px) {
	.cards {
		width: 320px;
		margin: 0 auto;
	}

	.cards .col-xs-6 {
		width: 100%;
	}

	.local p {
		font-size: 0;
	}

	.local p:last-child {
		display: none;
	}

	.toggle-search {
		width: 30px;
	}

	.blocks {
		width: 320px;
		margin: 0 auto;
	}

	.blocks .col-xs-6 {
		width: 100%;
	}

	.service-list {
		width: 50%;
	}

	.price-list-item span {
		font-size: 14px;
	}

	.data-list-item a {
		font-size: 14px;
	}

	.data-list-item > a,
	.data-list-item > span {
		font-size: 14px;
	}

	.checkbox-col_6 {
		width: 50%;
	}

	.checkbox-col_7 {
		width: 50%;
	}

	.wrap-buttons .btn {
		margin-bottom: 10px;
		color: #fff;
	}
}

@media screen and (max-width: 480px) {
	.service-list {
		width: 100%;
	}

	.link-list:last-child {
		margin-bottom: 28px;
	}
}

@media screen and (max-width: 479px) {
	.toggle-search {
		margin-right: 5px;
	}

	.service .info {
		min-height: 440px;
	}

	.block-info .check {
		right: -12px;
	}

	.price-list__title .icon {
		display: none;
	}

	.block-info-in_about .info-header {
		font-size: 16px;
	}

	.slider .info-header .nav-item:not(:first-child) a {
		padding: 5px 5px;
	}

	.map-wrap {
		height: 362px;
	}

	.checkbox-col {
		padding-bottom: 0;
		padding-top: 0;
	}

	.checkbox-col_6 {
		width: 100%;
	}

	.checkbox-col_7 {
		width: 100%;
	}

	.checkbox-list {
		margin-bottom: 0;
	}

	.checkbox-list_custom {
		margin-bottom: 0;
		padding-bottom: 15px;
	}

	.checkbox-list__title:after {
		width: 100%;
	}

	.panel-list.visible-xs {
		display: block;
		margin-bottom: 20px;
	}

	.nav-item > a {
		font-size: 14px;
		padding: 5px 10px;
	}
}

@media screen and (max-width: 334px) {
	.block-info .check img {
		max-width: 78%;
	}
}

@media screen and (max-width: 318px) {
	html {
		width: 320px;
		overflow-x: auto;
	}
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	.i-hide {
		display: none;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.block-panel-item_name:after {
		right: 48px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.search {
		background-image: -webkit-gradient(
			linear,
			0 0,
			0 100%,
			from(rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0))
		);
		background-image: -webkit-linear-gradient(
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0)
		);
	}
}

h1 > span {
	color: grey;
	font-size: 10px;
	margin-left: 5px;
}

@font-face {
	font-display: swap;
	font-family: lg;
	src: url(/js/LightGallery/fonts/lg.eot?n1z373);
	src: url(/js/LightGallery/fonts/lg.eot?#iefixn1z373)
			format('embedded-opentype'),
		url(/js/LightGallery/fonts/lg.woff?n1z373) format('woff'),
		url(/js/LightGallery/fonts/lg.ttf?n1z373) format('truetype'),
		url(/js/LightGallery/fonts/lg.svg?n1z373#lg) format('svg');
	font-weight: 400;
	font-style: normal;
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: '\e095';
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: '\e094';
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-moz-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-ms-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@-moz-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@-ms-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	-o-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	-o-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close:after {
	content: '\e070';
}

.lg-toolbar .lg-download:after {
	content: '\e0f2';
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash)
	.lg-outer.lg-start-zoom
	.lg-item.lg-complete
	.lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin: 0 auto;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color 0.25s ease;
		-o-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	margin-top: 5px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
	content: '\e1ff';
}

.lg-outer .lg-toogle-thumb:hover {
	color: #fff;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(/js/LightGallery/img/vimeo-play.png) no-repeat scroll 0 0
		transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(/js/LightGallery/img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url(/js/LightGallery/img/video-play.png) no-repeat
		scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(/js/LightGallery/img/youtube-play.png) no-repeat scroll 0 0
		transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(/js/LightGallery/img/youtube-play.png) no-repeat scroll 0 -60px
		transparent;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: '\e01d';
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: '\e01a';
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
	.lg-item.lg-complete.lg-zoomable
	.lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: '\e311';
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: '\e033';
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: '\e312';
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: '\e20c';
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: '\e20d';
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s,
		visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s,
		opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
		opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
		opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: '\e80d';
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: '\e901';
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: '\e904';
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: '\e902';
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: '\e903';
}

.group:after {
	content: '';
	display: table;
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url(/js/LightGallery/img/loading.gif) no-repeat scroll center
		center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: '';
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
	cursor: pointer;
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.seemore span {
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
	background-color: #4d5a61;
	padding: 5px 10px;
}

html {
	height: 100%;
}

A {
	color: #5395d0;
}

.way {
	margin: 10px 0 15px 0;
	font-size: 14px;
	color: #263238;
}
.way A {
	color: #263238;
	text-decoration: none;
}
.way A:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}
.approved {
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #f5a623;
	background: #f5a623;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}

	a:active {
		color: #f50057;
		text-decoration: none;
		outline: none;
	}
	h1 {
		font-size: 22px;
	}

	button.navbar-toggle {
		background: url(../images/close.png) 50% 50% no-repeat #78909c;
		width: 44px;
		height: 34px;
		position: fixed !important;
		top: 4px !important;
		right: -5px !important;
	}
	button.navbar-toggle .icon-bar {
		display: none;
	}
	button.collapsed {
		background: none;
		position: absolute !important;
		top: -53px !important;
		right: -5px !important;
	}
	button.collapsed .icon-bar {
		display: block;
	}
}

.notfound {
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.notfound h1 {
	margin: 0;
}

.wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px 0;
}

.wrapper__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.main__title {
	margin: 0;
	line-height: normal;
	font-size: 24px;
}

.main__telegram {
	width: 100%;
	padding: 6px;
	color: #333;
}

.main__telegram a {
	color: #333;
}

.paginator {
	width: 100%;
	display: flex;
}

.paginator .pagination__item {
	margin: 3px;
	font-family: 'Montserrat Alternates', sans-serif;
	display: inline-block;
	padding: 5px 10px;
	color: #4d5a61;
	text-decoration: none;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.paginator .pagination__item.active,
.paginator .pagination__item:hover {
	background: #4d5a61;
	color: #fff;
	border-radius: 4px;
}

.textmain {
	width: 100%;
	background: #fefefe;
	padding: 10px;
	font-size: 12px;
	display: block;
	box-shadow: 0 0 14px rgba(38, 50, 56, 0.2);
	border-radius: 2px;
}

.textmain ul {
	padding-left: 25px;
}

.textmain ul li {
	list-style-type: disc;
}

.textmain p {
	font-size: 12px;
}

.footer {
	width: 100%;
	padding: 24px 0px;
}

.footer__inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 4px;
}

.logo__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #212121;
	gap: 2px;
}

.logo__text span {
	font-size: 18px;
	font-weight: 700;
	color: #212121;
}

.login {
	color: #304ffe;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

.login:hover {
	color: #304ffe;
	text-decoration: underline;
}

.modal__city {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10010;
	background: rgba(0, 0, 0, 0.5);
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	transition: 0.2s linear;
	pointer-events: none;
}

.modal__city.active {
	display: block;
	pointer-events: all;
}

.modal__city--inner {
	width: 100%;
	display: flex;
	align-items: center;
	max-width: 900px;
	min-height: calc(100% - 35px);
	margin: 17.5px auto;
	justify-content: center;
}

.modal__city--content {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
	border-radius: 3px;
}

.modal__city--wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal__city--title {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.modal__city--cross {
	cursor: pointer;
	width: 25px;
}

.modal__city--box {
	width: 100%;
	margin-top: 20px;
	overflow-y: auto;
	max-height: 350px;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.modal__city--link {
	width: calc(100% / 4);
	padding: 0 5px;
	color: #000;
	margin-top: 8px;
	text-decoration: none;
	list-style-type: none;
}

.modal__city--link:hover {
	color: #a99010;
}

.allformspage {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.not__content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.not__content p {
	margin: 0;
	text-align: center;
	color: #fff;
}

.not__content a {
	color: #ffffff;
	font-weight: 700;
}

.up__button {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 20;
	display: flex;
	align-items: center;
	transition: 0.2s linear;
	opacity: 0;
	pointer-events: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #212121;
}

.up__button.active {
	opacity: 1;
	pointer-events: all;
}

.header {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.header__top {
	width: 100%;
	padding: 10px 0;
}

.header__top--inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrap-menu {
	width: 100%;
	background-color: #212121;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.form-search {
	display: flex;
	width: 300px;
	position: relative;
}

.form-search__input {
	width: 100%;
	padding: 8px 14px;
	color: #212121;
	font-size: 13px;
	font-weight: 400;
	border-radius: 2px;
	border: 1px solid #bdbdbd;
	outline: 0;
	box-shadow: inset 0 1px 0 rgba(24, 24, 24, 0.11);
}

.form-search__input::-webkit-input-placeholder {
	color: rgba(33, 33, 33, 0.5);
	font-size: 13px;
	font-weight: 400;
	transition: all 0.3s;
}

.btn-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	background-color: #ffd600;
	border: none;
	transition: 0.2s linear;
}

.btn-search:hover {
	opacity: 0.7;
}

.btn-search i {
	top: 2px;
}

.header__buttons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header__button {
	display: flex;
	align-items: center;
	gap: 5px;
	text-decoration: none;
	color: #000;
}

.header__city {
	font-size: 15px;
	cursor: pointer;
}

.card__item {
	width: calc(100% / 4 - 60px / 4);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	border-radius: 2px;
	border: 1px solid #cfd8dc;
	position: relative;
	overflow: hidden;
}

.card__item:hover .blocks__image img {
	transform: scale(1.1);
	transition: all 0.5s ease-out;
}

.card__item:hover .block-check {
	opacity: 0;
	transition: all 0.5s ease;
}

.card__item:hover .block-panel {
	background: #eceff1;
	transition: all 0.5s ease;
}

.card__item .block-panel {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	transition: all 0.5s ease;
	padding: 10px;
}

.blocks__image {
	display: flex;
	width: 100%;
	overflow: hidden;
}

.blocks__image img {
	width: 100%;
	transition: all 0.5s ease-out;
}

.block-panel-item {
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
}

.block-panel-item_name {
	color: #304ffe;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
}

.block-panel-item_name:hover {
	text-decoration: underline;
	color: #304ffe;
}

.block-panel-item_tel {
	font-size: 15px;
	color: #212121;
}

.block-panel-item_tel span {
	font-size: 12px;
	background-color: #7cb342;
	color: #fff;
	border-radius: 4px;
	padding: 2px 5px;
}

.block-panel-item_metro {
	color: #212121;
	font-size: 15px;
}

.block-panel-item_metro,
.block-panel-item_tel,
.block-panel-item_name {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.block-check {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(33, 33, 33, 0.6);
	padding-top: 5px;
	transition: all 0.5s ease;
	padding: 5px;
	gap: 10px;
	justify-content: center;
}

.block-check-item {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: #fff;
	justify-content: center;
}

.block-check-item_photo,
.block-check-item_video {
	width: calc(100% / 2 - 10px / 2);
}

.block-data {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(100%);
	color: #fff;
	background: rgba(33, 33, 33, 0.6);
	transition: all 0.5s ease;
	font-size: 13px;
	padding: 10px;
	display: flex;
	gap: 12px;
}

.block-data table {
	width: 100px;
	border-collapse: collapse;
}

.block-data table thead tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.block-data table tbody tr:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.block-data-price,
.block-data-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc(100% / 2 - 12px / 2);
	vertical-align: top;
}

.block-data-price table,
.block-data-info table {
	width: 100%;
}

.card__item:hover .block-data {
	transform: translateY(0);
	transition: all 0.5s ease;
}

.menu {
	width: 100%;
}

.menu-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	position: relative;
}

.menu-list__item_box {
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	border-radius: 2px;
	padding: 0;
}

.menu-list__item_box.parent {
	position: relative;
}

.menu-list__item_box .menu-list__link,
.menu-list__link {
	color: #304ffe;
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
	padding: 5px 10px;
	height: 100%;
}

.menu-list__item_box .menu-list__link:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 5px;
	margin-left: 20px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAN0lEQVQYV2NkYGBgUDOy+A+i8QFGmCQ+xbfOnWCEK8RlMkgRSA5FIbpimCKsCmGKkRXhVIjNUwDMixGWJPH9oAAAAABJRU5ErkJggg==);
	background-size: 100%;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.menu-list__item_btn {
	position: relative;
	top: 0;
	font-size: 15px;
	color: #212121;
	padding: 5px 10px;
	box-shadow: 1px 1px 5px rgba(88, 10, 10, 0.15),
		inset 0 -2px 0 rgba(239, 154, 154, 0.75);
	border-radius: 2px;
	background-color: #ffd600;
	display: flex;
	align-items: center;
	gap: 5px;
}

.menu-list__link {
	color: #212121;
	text-decoration: none;
}

.submenu {
	display: none;
	position: absolute;
	z-index: 991;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 15px 10px;
	border: 1px solid #cfd8dc;
	border-top-color: transparent;
	background-color: rgba(255, 255, 255, 0.95);
	flex-wrap: wrap;
	gap: 12px;
	overflow-y: auto;
	max-height: 300px;
}

.submenu.open {
	display: flex;
}

.submenu-header__column {
	width: calc(100% / 4 - 3 * 12px / 4);
	background-color: #f5f7fa;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
	padding: 12px;
}

.submenu-header__column.big {
	width: calc(100% / 3 - 2 * 12px / 3);
}

.submenu-header__title {
	color: #000;
	font-weight: 700;
	font-size: 18px;
}

.submenu-header__items {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.submenu-header__item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
	text-decoration: none;
}

.menu-filter {
	width: 100%;
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}

.menu-filter .wrap-filter {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.filter {
	width: calc(100% / 5 - 80px / 5);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
}

.filter__title {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #212121;
}

.fildsearch,
.fieldsearch2,
.fieldsearch3,
.fieldsearch4,
.fieldsearch5 {
	width: 100%;
}

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

.fildsearch__input {
	display: inline-block;
	width: 100%;
	border-radius: 2px;
	padding: 5px 10px;
	outline: 0;
	font-size: 15px;
	font-weight: 400;
	color: #212121;
	box-shadow: inset 0 1px 0 rgba(24, 24, 24, 0.11);
	border-radius: 2px;
	border: 1px solid #bdbdbd;
	background: #fff;
}

.fildsearch__input:focus {
	border: 1px solid #ffd600;
}

.main__item--buttons {
	width: 100%;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.main__item--button {
	width: calc(100% / 2 - 4px);
	display: flex;
	align-items: center;
	gap: 5px;
	color: #000;
	font-size: 14px;
	border: 1px solid #d8d8d8;
	padding: 10px 5px;
	height: auto;
	justify-content: center;
	background: none;
}

.main__item--button:hover {
	cursor: pointer;
}

.mobile__filter--show--inner {
	background: #fff;
	width: 100%;
	display: none;
}

.navbar__button--show {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #d7d7d7;
	font-size: 15px;
	height: auto;
	border: none;
	padding: 10px 15px;
	border-radius: 4px;
	color: #000;
}

.navbar__button--show:hover {
	background: #d7d7d7;
	opacity: 0.8;
}

.navbar__button--show.active img {
	transform: rotate(180deg);
}

.block-warning {
	width: 100%;
	padding: 10px;
	background-color: #212121;
	text-align: center;
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	border-radius: 2px;
	border: 1px solid #cfd8dc;
	background-color: #fff;
	margin-top: 24px;
	color: #000;
}

.breadcrumbs-list__item:not(:last-child):after {
	content: '>';
	color: currentColor;
	margin: 0 2px 0 4px;
}

.block-info {
	width: 100%;
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.block-info .check {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
}

.block-info .check img {
	display: block;
	margin: 0 auto;
}

.block-info .check-label {
	display: inline-block;
	margin: 6px auto 0;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
}

.block-info-in {
	position: relative;
	width: calc(100% / 3 - 40px / 3);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.block-info-in .info,
.info-body_data {
	position: relative;
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	border-radius: 2px;
	background: #fff;
	flex: 1;
}

.info-body.info-body_data {
	flex-direction: row;
	gap: 12px;
}

.profile__name {
	margin: 0;
}

.info-body {
	width: 100%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.info .profile__name {
	line-height: normal;
	font-size: 16px;
}

.title_single {
	display: flex;
	align-items: center;
	gap: 8px;
}

.carousel {
	width: 100%;
}

/*#mainCarousel .carousel__button {*/
/*    background: #eee;*/
/*    border-radius: 3px;*/
/*}*/

/*#mainCarousel .carousel__button svg {*/
/*    color: black;*/
/*}*/

/*.videobox {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #000;*/
/*}*/

/*.videobox video {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*#mainCarousel .carousel__slide {*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    max-width: 393px;*/
/*    padding: 0px;*/
/*    margin: 0px 0.5rem;*/
/*}*/

/*#mainCarousel .carousel__slide img {*/
/*    width: 100%;*/
/*}*/

/* profile__items */
.profile__items {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 24px;
}

.item-profile {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 2px;
	border-radius: 2px;
	color: #000;
	background: #f5f5f4;
}

.item-profile_third {
	width: calc(100% / 3 - 2 * 24px / 3);
}

@media (max-width: 1200px) {
	.item-profile_third {
		width: calc(100% / 2 - 24px / 2);
	}

	.item-profile_third:first-child {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.item-profile_third {
		width: 100%;
	}
}

.item-profile__header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px;
	width: 100%;
}

.item-profile__title {
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	color: #000;
}

.item-profile_short-info path {
	color: #342233;
}

.item-profile__content {
	background-color: #fff;
	width: 100%;
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
	padding: 10px;
	position: relative;
}

.item-profile__content.ismap {
	padding: 0;
	height: 300px;
	overflow: hidden;
	background: url(../images/country.svg) center 80% / cover no-repeat #fff;
}

.item-profile_short-info .item-profile__content {
	gap: 16px;
}

.item-profile_price .item-profile__content {
	gap: 0;
}

.item-profile_parameters .item-profile__content {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0;
	row-gap: 8px;
}

.item-profile__info {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #000;
	margin: 0;
}

.item-profile__link {
	font-size: 16px;
	color: #342233;
	transition: 0.2s linear;
}

.item-profile__link:hover {
	text-decoration: underline;
	opacity: 0.7;
}

.card__service--item--extra {
	padding: 3px 5px;
	background: #eee;
}

.link-list__item--price {
	font-size: 13px;
}

.item-profile__service-title {
	font-weight: 700;
	font-size: 14px;
	margin: 0;
	color: #000;
}

.item-profile__service-list {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 4px;
}

.way a,
.way {
	color: #fff;
}

.item-profile__service-link {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
}

.item-profile_map {
	width: calc(100% * 0.35 - 24px / 2);
	min-height: 400px;
}

@media (max-width: 998px) {
	.item-profile_map {
		width: 100%;
	}
}

.item-profile_map .item-profile__content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.item-profile_map iframe {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.item-profile__show-map {
	color: #fff;
	font-weight: 600;
	background-color: #000;
	padding: 10px;
	border-radius: 4px;
	transition: 0.2s linear;
}

.item-profile__show-map:hover {
	opacity: 0.7;
}

.item-profile_half {
	width: calc(100% / 2 - 24px / 2);
}

@media (max-width: 998px) {
	.item-profile_half {
		width: 100%;
	}
}

.item-profile_about {
	align-self: start;
}

.item-profile__form {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 6px 0;
	gap: 6px;
	width: 100%;
}

.item-profile__input {
	border: 1px solid #ccc;
	width: 100%;
	padding: 12px 8px;
	outline: none;
}

.item-profile__textarea {
	border: 1px solid #ccc;
	width: 100%;
	resize: none;
	padding: 12px 8px;
	height: 150px;
	outline: none;
}

.item-profile__captcha {
	display: flex;
	gap: 6px;
	width: 100%;
}

@media (max-width: 576px) {
	.item-profile__captcha {
		flex-direction: column;
	}
}

.caprcha__img {
	width: 100%;
	max-width: 200px;
}

.item-profile__captcha .item-profile__input {
	width: 100%;
}

.item-profile__captcha-image {
	width: 100%;
	max-width: 250px;
	flex-shrink: 0;
}

.item-profile__captcha-image img {
	position: relative;
	top: 0;
	left: 0;
}

@media (max-width: 576px) {
	.item-profile__captcha .item-profile__input {
		width: 100%;
	}

	.item-profile__captcha-image {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.item-profile__captcha-image {
		min-height: 50px;
	}
}

#YMaps3ID {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#YMaps3ID span {
	padding: 7px 14px;
	border-radius: 4px;
	background: #000;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: auto;
	text-decoration: none;
}

#YMaps3ID span:hover {
	opacity: 0.7;
}

.profile__options {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 24px;
	cursor: pointer;
}

.profile__option {
	width: calc(100% / 3 - 2 * 24px / 3);
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 8px;
	padding: 5px 10px;
	transition: 0.2s linear;
	font-size: 14px;
}

.profile__option img {
	width: 16px;
}

.check {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (max-width: 600px) {
	.profile__option {
		width: 100%;
	}

	.profile__options {
		gap: 12px;
	}
}

@media (max-width: 480px) {
	.profile__option {
		padding: 10px;
	}

	.login span {
		display: none;
	}
}

.profile__option:hover {
	opacity: 0.7;
}

.info-header {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.info-list-item {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 8px;
}

.info-list-item .icon.icon-phone {
	position: relative;
	top: 5px;
}

.info-list-item .icon.icon-area {
	position: relative;
	top: 5px;
}

.info-list-item .icon.icon-local {
	position: relative;
	top: 7px;
}

a.info-list-item {
	font-size: 16px;
	text-decoration: none;
}

a.info-list-item:hover {
	text-decoration: underline;
}

.block-info-in_data .data-table {
	font-size: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc(100% / 2 - 12px / 2);
}

.block-info-in_data .data-table a {
	font-size: 15px;
	text-decoration: none;
}

.block-info-in_data .data-table a:hover {
	text-decoration: underline;
}

.block-info-in_data .data-table div {
	padding-top: 5px;
	padding-bottom: 5px;
}

.block-info-in_data .data-table div:not(:last-child) {
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.data-table div {
	width: 100%;
}

.info__social {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 6px;
}

.profile__similar {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.profile__similar--title {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.footer__archive {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #fff;
}

.footer__archive:hover {
	color: #fff;
}

.header-middle__link img.arrow__side {
	width: 12px;
	height: auto;
}

.submenu__button {
	width: 100%;
	display: flex;
}

.profile__tags {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.submenu__button a,
.profile__tags a,
.profile__tags label {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #bd10e0;
	background: #bd10e0;
	color: #fff;
}

.header__more {
	display: flex;
}

.submenu__button a:hover,
.profile__tags a:hover {
	opacity: 0.8;
	color: #fff;
}

.pages-blocks {
	width: 100%;
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.pages__inner {
	width: 100%;
}

.pages-block {
	width: calc(100% / 4 - 48px / 4);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 10px;
	gap: 5px;
	background: #f8eaf9;
	border-radius: 4px;
}

@media (max-width: 991px) {
	.pages-block {
		width: calc(100% / 3 - 32px / 3);
	}
}
@media (max-width: 767px) {
	.pages-block {
		width: calc(100% / 2 - 16px / 2);
	}
}
@media (max-width: 480px) {
	.pages-block {
		width: 100%;
	}
}

.letter-block {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.pages-block a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: #000;
}

.pages-block a:hover {
	color: #bd10e0;
}

@media (max-width: 500px) {
	#mainCarousel .carousel__slide {
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	.main__item--button {
		width: 100%;
	}

	.menu-list__item_box .menu-list__link,
	.menu-list__link {
		padding: 1px 6px 1px 3px;
	}

	.menu-list__item_box .menu-list__link:after {
		margin-left: 5px;
	}
}
@media (max-width: 998px) {
	.submenu-header__column {
		width: calc(100% / 3 - 2 * 12px / 3);
	}

	.card__item {
		width: calc(100% / 3 - 40px / 3);
	}

	.menu-filter .wrap-filter {
		gap: 15px;
	}

	.filter {
		width: calc(100% / 3 - 30px / 3);
	}

	.header__top--inner {
		flex-wrap: wrap;
	}

	.block-info-in {
		width: calc(100% / 2 - 20px / 2);
	}

	.block-info-in:last-child {
		width: 100%;
	}

	.menu-list {
		flex-wrap: wrap;
		gap: 3px;
	}
}

@media (any-hover: none) {
	.block-data {
		width: 100%;
		transform: none;
		position: relative;
	}

	.block-check {
		width: 100%;
		position: relative;
	}
}

@media (max-width: 767px) {
	.modal__city--link {
		width: calc(100% / 3);
	}

	.submenu-header__column,
	.submenu-header__column.big {
		width: calc(100% / 2 - 12px / 2);
	}

	.menu-header:last-of-type {
		margin-right: 0;
	}

	.allformspage {
		gap: 12px;
	}

	.card__item {
		width: calc(100% / 3 - 24px / 3);
	}

	.menu-filter {
		display: none;
	}

	.menu-filter.active {
		display: flex;
	}

	.header__buttons {
		margin-right: 60px;
	}

	.header__buttons:last-child {
		margin-right: 0;
	}

	.menu-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.menu-list__item {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.menu-list__item_box .menu-list__link,
	.menu-list__link {
		width: 100%;
		min-height: 42px;
		padding: 5px 15px;
	}

	.submenu {
		position: relative;
	}

	.block-info-in_price .price-table td {
		font-size: 14px;
	}

	.menu-list {
		padding: 65px 0 10px 0;
	}

	.form-search {
		width: 100%;
		margin-top: 10px;
		order: 4;
	}
}

@media (max-width: 720px) {
	.card__item {
		width: calc(100% / 2 - 12px / 2);
	}

	.main__item--button {
		width: calc(100% / 2 - 8px / 2);
	}
}

@media (max-width: 650px) {
	.header__city {
		display: flex;
		justify-content: center;
	}

	.header__buttons {
		margin-right: 60px;
	}

	.main__item--button {
		width: 100%;
	}

	.block-info-in {
		width: 100%;
	}

	.block-info {
		gap: 12px;
	}
}

@media (max-width: 600px) {
	.modal__city--link {
		width: 50%;
	}

	.filter {
		width: calc(100% / 2 - 15px / 2);
	}
}

@media (max-width: 480px) {
	.submenu-header__column,
	.submenu-header__column.big {
		width: 100%;
	}

	.carousel__button {
		width: 32px !important;
		height: 32px !important;
	}
}

@media (max-width: 500px) {
	.logo__text {
		display: none;
	}
}

@media (max-width: 460px) {
	.footer {
		padding: 12px 0;
	}

	.card__item {
		width: 100%;
	}
}

@media (max-width: 440px) {
	.modal__city--link,
	.filter {
		width: 100%;
	}
}
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

ul,
ol,
li {
	list-style: none;
}

body {
	font-family: Rubik, sans-serif;
	line-height: 1;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

@media (max-width: 998px) {
	body {
		background-size: 100% 95%;
	}
}

@media (max-width: 768px) {
	body {
		background-size: 100% 80%;
	}
}

body.lock {
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1180px;
	padding: 0 20px;
}

@media (max-width: 1230px) {
	.container {
		max-width: 978px;
	}
}

.ibg {
	position: relative;
}

.ibg > img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

a:hover {
	color: unset;
}

input,
button,
textarea {
	font-family: inherit;
	border: 0;
	outline: 0;
}

button {
	cursor: pointer;
}

.children {
	padding-left: 0.5rem !important;
	font-size: 13px !important;
}

.burger-btn {
	flex: 0 0 32px;
	height: 20px;
	position: relative;
	display: none;
	z-index: 1 !important;
}

@media (max-width: 768px) {
	.burger-btn {
		display: block;
	}
}

.burger-btn::before,
.burger-btn::after {
	content: '';
}

.burger-btn::before,
.burger-btn::after,
.burger-btn span {
	position: absolute;
	width: 100%;
	background-color: #fff;
	height: 3px;
	transition: 0.3s;
}

.burger-btn::before {
	left: 0;
	top: 0;
}

.burger-btn::after {
	left: 0;
	bottom: 0;
}

.burger-btn span {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.wrapper {
	flex-grow: 1;
}

.logo {
	background-color: #bd10e0 !important;
	font-weight: 900;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff !important;
	border-radius: 2px;
	padding: 10px 20px;
	transition: 0.2s linear;
}

.logo:hover {
	opacity: 0.7;
}

@media (max-width: 480px) {
	.logo {
		padding: 8px 12px;
		font-size: 14px;
	}
}

.header-top {
	background-image: linear-gradient(to right, #75c8fa, #9461f8 37%, #66f9fa);
	padding: 12px 0;
	width: 100%;
}

.header-top__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 15px;
}

@media (max-width: 767px) {
	.header-top__inner {
		gap: 0;
	}
}

.header-top__city {
	color: #fff;
}

.header-top__city-link {
	color: #fff;
	position: relative;
	transition: 0.2s linear;
}

.header-top__city-link:hover {
	opacity: 0.7;
}

.header-top__city-link::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
	top: 50%;
	left: calc(100% + 5px);
	transform: translateY(-50%);
}

.header-top__items {
	display: flex;
	align-items: center;
	gap: 12px;
}

@media (max-width: 400px) {
	.header-top__items.show {
		flex-direction: column;
	}
}
@media (max-width: 375px) {
	.header-top__items {
		order: 3;
		margin-top: 10px;
		width: 100%;
		justify-content: center;
	}
}

.header-top__item {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: 0.2s linear;
}

.header-top__item:hover {
	color: #fff !important;
	opacity: 0.7;
}

.header-top__item img {
	width: 16px;
	height: 16px;
}

.header-top__search {
	width: 100%;
	max-width: 270px;
	position: relative;
}

@media (max-width: 768px) {
	.header-top__search {
		max-width: unset;
	}
}

.header-top__input {
	width: 100%;
	background-color: transparent;
	color: #fff;
	border-radius: 2px;
	border: 1px solid #fff;
	min-height: 30px;
	padding: 10px 30px 10px 12px;
	font-size: 14px;
}

.header-top__input::placeholder {
	color: #eee;
}

.header-top__btn {
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s linear;
	width: unset;
}

.header-top__btn:hover {
	opacity: 0.7;
}

.header-middle {
	padding: 6px 0;
	z-index: 2;
	width: 100%;
}

.header-middle__close-btn {
	display: none;
}

.header-middle__close-btn img {
	flex: 0 0 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
}

@media (max-width: 768px) {
	.header-middle__close-btn {
		display: flex;
	}
}

.header-middle .header-top__items {
	display: none;
}

@media (max-width: 768px) {
	.header-middle {
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		background-image: linear-gradient(153deg, #372ae9, #9461f8 6%, #66f9fa);
		z-index: 500;
		padding-top: 40px;
		padding: 60px 0 108px 0;
		overflow-y: auto;
		transition: 0.2s linear;
	}

	.header-middle .header-top__items {
		display: flex;
	}

	.notfound {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.header-middle.active {
	left: 0;
}

.header-middle__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	row-gap: 10px;
}

@media (max-width: 768px) {
	.header-middle__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}

.header-middle__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

.header-middle__filter {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: calc(100% / 5 - 32px / 5);
}

.header-middle__filter.full {
	width: calc(40% - 4 * 7px / 5);
}

.header-middle__filter.active .drop-header-middle {
	display: flex;
}

.header-middle__filter.active .arrow__side {
	transform: rotate(-180deg);
}

.header-middle__filter_one {
	position: relative;
}

.header-middle__filter_one .drop-header-middle {
	padding: 0;
}

.header-middle__filter_one .drop-header-middle {
	left: 50%;
	transform: translateX(-50%);
	min-width: 200px;
}

@media (max-width: 768px) {
	.header-middle__filter_one .drop-header-middle {
		transform: unset;
	}
}

.header-middle__filter_one .drop-header-middle__item {
	width: 100%;
}

.header__side--wrap {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
}

.header-middle__filter .header__side--wrap::before {
	content: '';
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.header-middle__filter:nth-child(1) .header__side--wrap::before {
	background-image: url(../images/menu-icons/menu1.svg?v=2.0);
}

.header-middle__filter:nth-child(2) .header__side--wrap::before {
	background-image: url(../images/menu-icons/menu2.svg?v=2.0);
}

.header-middle__filter:nth-child(3) .header__side--wrap::before {
	background-image: url(../images/menu-icons/menu3.svg?v=2.0);
}

.header-middle__filter:nth-child(4) .header__side--wrap::before {
	background-image: url(../images/menu-icons/menu4.svg?v=2.0);
}

.header-middle__filter:nth-child(5) .header__side--wrap::before {
	background-image: url(../images/menu-icons/menu5.svg?v=2.0);
}

.header-middle__filter:nth-child(6) .header__side--wrap::before {
	background-image: url(../images/menu-icons/menu6.svg?v=2.0);
}

.header-middle__filter:nth-child(7) .header__side--wrap::before {
	background-image: url(../images/menu-icons/menu7.svg?v=2.0);
}

.header-middle__filter:nth-child(8) .header__side--wrap::before {
	background-image: url(../images/menu-icons/menu8.svg?v=2.0);
}

.header-middle__filter:nth-child(9) .header__side--wrap::before {
	background-image: url(../images/menu-icons/menu9.svg?v=2.0);
}

.header-middle__filter:nth-child(10) .header__side--wrap::before {
	background-image: url(../images/menu-icons/menu10.svg?v=2.0);
}

.header-middle__link,
.header__more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--text);
	padding: 8px;
	border: 2px solid var(--text);
	border-radius: 17px;
	gap: 4px;
	transition: 0.2s linear;
	cursor: pointer;
	flex-grow: 1;
}

.header__more:hover {
	color: #fff;
}

@media (max-width: 998px) {
	.header-middle__link,
	.header__more {
		gap: 8px;
	}
}

@media (max-width: 840px) {
	.header-middle__link {
		gap: 2px;
	}
}

@media (max-width: 768px) {
	.header-middle__link {
		width: 100%;
		gap: 8px;
	}
}

.header-middle__link:hover {
	border-color: var(--accent);
}

.header-middle__link img,
.side__icon {
	width: 20px;
}

.drop-header-middle {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 12px;
	border-radius: 4px;
	flex-wrap: wrap;
	gap: 12px;
	max-height: 350px;
	overflow-y: auto;
	z-index: 1;
}

@media (max-width: 768px) {
	.drop-header-middle {
		position: static;
	}
}

.drop-header-middle__item {
	background-color: #f8eaf9;
	width: calc(25% - 9px);
	display: flex;
	flex-direction: column;
	gap: 6px;
	border-radius: 4px;
	padding: 8px;
}

.drop-header-middle__item_third {
	width: calc(33.3333333333% - 8px);
}

@media (max-width: 998px) {
	.drop-header-middle__item {
		width: calc(33.3333333333% - 8px);
	}
}

@media (max-width: 768px) {
	.drop-header-middle__item {
		width: calc(50% - 6px);
	}
}

@media (max-width: 480px) {
	.drop-header-middle__item {
		width: 100%;
	}
}

.drop-header-middle__title {
	font-weight: 700;
	margin-bottom: 4px;
}

.drop-header-middle__list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.drop-header-middle__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.drop-header-middle__link:hover {
	color: #bd10e0;
}

.wrapper {
	padding: 24px 0;
}

.main__inner {
	display: flex;
	flex-direction: column;
	color: var(--text) !important;
}

.main__title {
	color: var(--text) !important;
	padding: 7px;
	width: 100%;
	border-radius: 6px;
}

@media (max-width: 480px) {
	.main__title {
		font-size: 24px;
	}
}

.main__text-block {
	padding: 6px;
}

.main__telegram {
	transition: 0.2s linear;
}

.relink a {
	color: #2e47d5;
}

.main__telegram a:hover {
	opacity: 0.8;
}

.cards {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

@media (max-width: 768px) {
	.cards {
		gap: 20px;
	}
}

.card {
	width: calc(100% / 4 - (4 - 1) * 24px / 4);
	color: #4a4a4a;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transition: 0.2s linear;
	position: relative;
}

.card-price {
	position: absolute;
	top: 10px;
	left: 0px;
	padding: 4px;
	border-radius: 0 4px 4px 0;
	background: var(--accent);
	color: #fff;
	z-index: 1;
}

.card:hover {
	box-shadow: 0 0 10px #2a2a2a;
}

@media (max-width: 998px) {
	.card {
		width: calc(100% / 3 - (3 - 1) * 24px / 3);
	}
}

@media (max-width: 768px) {
	.card {
		width: calc(100% / 2 - (2 - 1) * 20px / 2);
	}
}

@media (max-width: 480px) {
	.card {
		width: 100%;
	}
}

.card__image {
	display: block;
	padding-bottom: 140%;
	overflow: hidden;
}

.card__image img {
	transition: 0.2s linear;
	aspect-ratio: 2/2.5;
}

.card__labels {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
}

.card__label {
	padding: 2px 4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.card__label_real {
	background-color: #f5a623;
}

.card__label_video {
	background-color: #1fb6ff;
}

.card__content {
	padding: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

@media (max-width: 480px) {
	.card__content {
		padding-top: 6px;
	}
}

.card__options {
	display: flex;
	gap: 8px;
	position: relative;
}

.card__option {
	width: calc(100% / 2 - 4px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	transition: 0.2s linear;
	border-radius: 4px;
	border: 1px solid var(--accent);
	gap: 8px;
}

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

.card__option:hover {
	opacity: 0.7;
	background-color: transparent;
}

.card__icon {
	width: 24px;
	height: 24px;
}

.card__icon_option {
	width: 16px;
	height: 16px;
}

.card__info {
	display: flex;
	align-items: center;
	gap: 4px;
}

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

.card__info_name {
	text-transform: uppercase;
}

.card__info_name,
.card__info_phone {
	transition: 0.2s linear;
}

.card__info_phone::before {
	content: url(../images/phone.svg);
}

.card__info_name:hover,
.card__info_phone:hover {
	color: var(--accent);
}

.text-block {
	color: #4b4b4b;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 16px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.text-block p {
	font-size: 16px !important;
}

@media (max-width: 480px) {
	.text-block {
		gap: 8px;
	}
}

@media (max-width: 480px) {
	.text-block {
		padding: 12px;
	}
}

@media (max-width: 480px) {
	.text-block__title {
		font-size: 16px;
	}
}

.text-block__text {
	line-height: 1.5;
}

@media (max-width: 480px) {
	.text-block__text {
		font-size: 15px;
	}
}

.text-block__list {
	padding-left: 20px;
}

.text-block__list .text-block__text {
	list-style-type: disc;
}

.pagination {
	color: #4d5a61;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.pagination__item {
	padding: 4px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	transition: 0.2s linear;
}

.pagination__item:hover {
	color: #fff;
	background-color: #4d5a61;
}

.pagination__item.active {
	color: #fff;
	background-color: #4d5a61;
}

.footer {
	padding: 12px 0;
	background-image: linear-gradient(to right, #75c8fa, #9461f8 37%, #66f9fa);
}

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

@media (max-width: 700px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
}

.footer__sign {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff !important;
	transition: 0.2s linear;
}

@media (max-width: 480px) {
	.footer__sign span {
		display: none;
	}
}

.footer__sign:hover {
	opacity: 0.7;
}

.footer__sign img {
	width: 24px;
	height: 24px;
}

.up-btn {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(100deg, #372ae9, #9461f8 40%, #66f9fa);
	position: fixed;
	bottom: 60px;
	right: 20px;
	transition: 0.2s linear;
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 480px) {
	.up-btn {
		width: 48px;
		height: 48px;
	}
}

.up-btn.active {
	opacity: 0.5;
	visibility: visible;
}

.up-btn:hover {
	opacity: 1;
}

.up-btn img {
	width: 48px;
	height: 48px;
}

@media (max-width: 480px) {
	.up-btn img {
		width: 32px;
		height: 32px;
	}
}

.breadcrumbs-list {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/*background: #fff;*/
	padding: 6px;
}

.breadcrumbs-list li,
.breadcrumbs-list a {
	color: var(--text) !important;
	text-decoration: none;
}

.breadcrumbs-list__item:not(:last-child)::after {
	content: '>';
	color: currentColor;
	margin: 0 2px 0 4px;
}

.warning {
	text-align: center;
	width: 100%;
	color: #333;
	background: #fff;
}

.main__items {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 24px;
}

@media (max-width: 768px) {
	.main__items {
		gap: 20px;
	}
}

.main__options {
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
	column-gap: 24px;
	width: 100%;
}

@media (max-width: 768px) {
	.main__options {
		row-gap: 12px;
		column-gap: 20px;
	}
}

.main__option {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #4a4a4a;
	width: calc(100% / 2 - (2 - 1) * 24px / 2);
	background-color: #fff;
	border: 1px solid rgba(149, 157, 165, 0.4);
	padding: 8px;
	transition: 0.2s linear;
	cursor: pointer;
}

@media (max-width: 700px) {
	.main__option {
		width: 100%;
	}
}

.main__option:hover {
	opacity: 0.7;
}

.main__icon {
	width: 20px !important;
	height: 20px !important;
}

.item {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.item_three {
	width: calc(100% / 3 - (3 - 1) * 24px / 3);
}

@media (max-width: 998px) {
	.item_three {
		width: calc(100% / 2 - (2 - 1) * 24px / 2);
	}

	.item_three:last-child {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.item_three {
		width: calc(100% / 2 - (2 - 1) * 20px / 2);
	}
}

@media (max-width: 576px) {
	.item_three {
		width: 100%;
	}
}

.item__header {
	border-bottom: 1px solid #4a4a4a;
	padding: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #4a4a4a;
}

.info__social {
	justify-content: flex-end;
}

.info__social--link {
	display: flex;
	transition: 0.2s linear;
}

.info__social--link:hover {
	opacity: 0.7;
}

.info__social--link img {
	width: 24px;
}

.item__title {
	font-weight: 600;
	flex-shrink: 0;
}

.item__content {
	padding: 12px 8px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
}

.item__content.item__content--params {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.check {
	position: absolute;
	top: 8px;
	right: 8px;
}

.check-img {
	width: 32px;
	height: 32px;
}

.item__content_services {
	flex-direction: row;
	gap: 0px;
	row-gap: 20px;
	flex-wrap: wrap;
}

.item__content_map {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	height: 300px;
	width: 100%;
	background: url(../images/country.svg) center 80% / cover no-repeat #fff;
}

.item__content_map span {
	padding: 7px 14px;
	border-radius: 4px;
	background: #000;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: auto;
	text-decoration: none;
	text-align: center;
}

.item__content_map span:hover {
	opacity: 1 !important;
}

.item__info {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #4a4a4a;
	font-size: 15px;
	flex-shrink: 0;
}

.item__info_phone {
	font-weight: 600;
	transition: 0.2s linear;
}

.item__info_phone:hover {
	color: #4a4a4a;
	opacity: 0.7;
}

.item-parameter__value_link:hover {
	color: #ff8c00;
	text-decoration: underline;
}

.item_services {
	width: calc(100% * 2 / 3 - 12px + 4px);
}

@media (max-width: 998px) {
	.item_services {
		width: 100%;
	}
}

.item_map {
	width: calc(100% / 3 - 12px - 4px);
}

@media (max-width: 998px) {
	.item_map {
		width: 100%;
	}
}

.item_two {
	width: 80%;
}

@media (max-width: 768px) {
	.item_two {
		width: 100%;
	}
}

.item_about {
	align-self: start;
}

.item__text {
	color: #4a4a4a;
}

.item__arrow {
	width: 16px;
	height: 16px;
	margin-left: auto;
}

.item__form {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.item__input,
.item__textarea {
	border-radius: 4px;
	border: 1px solid #4a4a4a;
	padding: 12px 8px;
}

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

.item__textarea {
	min-height: 150px;
}

.item__captcha {
	display: flex;
	gap: 16px;
}

@media (max-width: 480px) {
	.item__captcha {
		flex-direction: column;
		gap: 8px;
	}
}

.item__captcha img {
	width: 100%;
	max-width: 200px;
	object-fit: cover;
	border-radius: 4px;
}

@media (max-width: 480px) {
	.item__captcha img {
		max-width: 100%;
	}
}

.item__captcha .item__input {
	width: 100%;
}

@media (max-width: 480px) {
	.item__captcha .item__input {
		width: 100%;
	}
}

.item__btn {
	cursor: pointer !important;
	padding: 13px 8px !important;
	color: #4a4a4a !important;
	transition: 0.2s linear;
}

.item__btn:hover {
	opacity: 0.7;
}

.item-price__row {
	display: flex;
	padding-bottom: 8px;
}

.item-price__row:not(:last-child) {
	border-bottom: 1px solid #4a4a4a;
}

.item-price__column {
	color: #4a4a4a;
	font-size: 15px;
}

.item-price__column_time {
	width: 25%;
}

.item-price__column_home {
	width: 50%;
}

.item-price__column_visit {
	width: 25%;
}

.item-parameter__row {
	display: flex;
	gap: 10px;
	padding-bottom: 8px;
}

.item-parameter__row:not(:last-child) {
	border-bottom: 1px solid #4a4a4a;
}

@media (max-width: 400px) {
	.item-parameter__row {
		flex-direction: column;
	}
}

.item-parameter__column {
	display: flex;
	gap: 8px;
	align-items: center;
	color: #4a4a4a;
	font-size: 15px;
}

@media (max-width: 400px) {
	.item-parameter__column {
		width: 100%;
	}

	.item-parameter__column:not(:last-child) {
		border-bottom: 1px solid #4a4a4a;
		padding-bottom: 8px;
	}
}

.item-parameter__value_link {
	color: #ff8c00;
}

.item-service__column {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #4a4a4a;
	width: 33%;
}

@media (max-width: 768px) {
	.item-service__column {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.item-service__column {
		width: 100%;
	}
}

.item-service__title {
	font-weight: 600;
	font-size: 17px;
	color: #4a4a4a;
}

.item-service__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.item-service__link {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
}

.item-service__link:hover {
	opacity: 0.7;
	text-decoration: none;
}

.nearby {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.nearby__title {
	font-size: 20px;
	font-weight: 600;
	color: #4a4a4a;
}

.modal__city--link:hover {
	color: #bd10e0;
}

.notfound h1,
.notfound p {
	color: #fff;
}

.notfound a {
	color: #bd10e0;
}

.item__phone {
	display: flex;
	align-items: center;
	gap: 8px;
}

.item__name {
	font-weight: 600;
	margin: 0;
	padding: 0;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
}

.main__icon_service {
	width: 16px;
	height: 16px;
}

.iitem-service__item {
	display: flex;
	align-items: center;
	gap: 4px;
}

.iitem-service__item.yes::before {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url('../images/yes.svg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
}
.iitem-service__item.no::before {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url('../images/no.svg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.card__service--item--extra {
	background-color: #ff8c00;
	display: inline-block;
	border-radius: 2px;
}

.link-list__item--price {
	color: #fff;
}

.types {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: 100%;
}

@media (max-width: 768px) {
	.types {
		gap: 16px;
	}
}

.types__sidebar {
	background-image: linear-gradient(to bottom, #fa5151, #d35abd);
	padding: 24px;
	width: calc(35% - 12px);
}

@media (max-width: 998px) {
	.types__sidebar {
		padding: 20px;
	}
}

@media (max-width: 998px) {
	.types__sidebar {
		padding: 16px;
	}
}

.types__item {
	width: 100%;
}

.types__icon {
	min-width: 30px;
}

.types__link {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	transition: 0.2s linear;
}

@media (max-width: 480px) {
	.types__link {
		font-size: 16px;
	}
}

.types__link:hover {
	opacity: 0.7;
}

.types__image {
	width: calc(65% - 12px);
	padding-bottom: 40%;
}

@media (max-width: 768px) {
	.types__sidebar,
	.types__image {
		width: 100%;
	}
	.types__image {
		padding-bottom: 69%;
	}
}

.textmain ul {
	font-size: 16px;
}

@media (max-width: 1230px) {
	.header-middle__filter {
		width: calc(100% / 4 - 24px / 4);
	}
}
@media (max-width: 880px) {
	.header-middle__filter {
		width: calc(100% / 3 - 16px / 3);
	}
}
@media (max-width: 768px) {
	.header-middle__filter {
		width: 100%;
	}
}
