@charset "UTF-8";

:root {
	--border: 8px; 
}

.none {
	display: none !important;
}

/* Базовые стили кнопки */

.blockedProfile {
	width: 98%;
	padding: 10px;
}

.block-button {
	text-align: right;
	margin-top: -3%;
}

.block-warning p {
	width: 90%;
	margin-bottom: -3%;
}

.buttonCom {
	position: relative;
	width: 14%;
	float: right;
}

.buttonCom a {
	height: 50px;
	width: 100%;
	border-radius: 3px;
	padding: 7px;
	border: rgba(0, 0, 0, 0.3) 0px solid;
	box-sizing: border-box;
	background: #e7ebed;
	color: #3c0000;
	font-weight: 600;
	font-size: 11pt;
	transition: background 0.4s;
	cursor: pointer;
	text-decoration: none;
}

/* Изменение фона кнопки при наведении */
.buttonCom a:hover {
	background: #c00;
	color: #ffffff;
}

.block-warning {
	font-size: 15px;
	font-weight: 400;
	color: black;
}

@media (max-width: 1115px) {
	.block-warning p {
		font-size: 13px;
		padding-bottom: 10px;
		width: 100%;
		margin-bottom: 0;
	}

	.buttonCom {
		position: relative;
		width: 2%;
		float: none;
		padding-top: 10px;
	}
}

@media (min-width: 766px) and (max-width: 980px) {
	.buttonCom {
		width: 15%;
		float: right;
		padding-top: 0;
	}
}

.file-select {
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.file-select.file-select-lg + label {
	padding: 10px 10px;
	font-size: 18px;
	border-radius: 5px;
}

.file-select + label {
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 6px 10px;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 10px;
	background: RGBA(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

.file-select.file-select-sm + label {
	font-size: 12px;
	padding: 5px 10px;
}

.file-select:focus + label,
.file-select + label:hover {
	background: #ccc;
}

/* Стили полей ввода */
.textbox {
	height: 50px;
	width: 100%;
	border-radius: 3px;
	border: rgba(0, 0, 0, 0.3) 2px solid;
	box-sizing: border-box;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 30px;
}

.message:focus,
.textbox:focus {
	outline: none;
	border: rgba(24, 149, 215, 1) 2px solid;
	color: rgba(24, 149, 215, 1);
}

/* Стили текстового поля */
.message {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 120px;
	border: rgba(0, 0, 0, 0.3) 2px solid;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	font-size: 18px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 10px;

	overflow: hidden;
}

/* Базовые стили кнопки */
.button {
	height: 50px;
	width: 100%;
	border-radius: 3px;
	border: rgba(0, 0, 0, 0.3) 0px solid;
	box-sizing: border-box;
	padding: 10px;
	background: #790038;
	color: #fff;
	font-weight: 400;
	font-size: 16pt;
	transition: background 0.4s;
	cursor: pointer;
	margin-left: 0;
}

/* Изменение фона кнопки при наведении */
.button:hover {
	background: #80b438;
}

.re_linking > p {
	text-transform: uppercase;
	color: #f1959f;
	text-align: center;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/roboto-300.eot);
	src: local('Roboto Light'),
		url(../fonts/roboto-300.eot#iefix) format('embedded-opentype'),
		url(../fonts/roboto-300.woff2) format('woff2'),
		url(../fonts/roboto-300.woff) format('woff'),
		url(/public/fonts/roboto-300.ttf) format('truetype'),
		url(../images/roboto-300.svg#Roboto) format('svg');
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/roboto-regular.eot);
	src: local('Roboto'),
		url(../fonts/roboto-regular.eot#iefix) format('embedded-opentype'),
		url(../fonts/roboto-regular.woff2) format('woff2'),
		url(../fonts/roboto-regular.woff) format('woff'),
		url(/public/fonts/roboto-regular.ttf) format('truetype'),
		url(../images/roboto-regular.svg#Roboto) format('svg');
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/roboto-700.eot);
	src: local('Roboto Bold'),
		url(../fonts/roboto-700.eot#iefix) format('embedded-opentype'),
		url(../fonts/roboto-700.woff2) format('woff2'),
		url(../fonts/roboto-700.woff) format('woff'),
		url(/public/fonts/roboto-700.ttf) format('truetype'),
		url(../images/roboto-700.svg#Roboto) format('svg');
}

/*! 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%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

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;
}

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

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::after {*/
/*    content: "";*/
/*    display: table;*/
/*    clear: both*/
/*}*/

.children {
	padding-left: 0.5rem !important;
	font-size: 12px !important;
}

.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: #263238;
	background: #fff;
	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;
}

.not_overflow {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	flex: 1;
	padding: 24px 0;
}

.wrapper__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.main__title {
	margin: 0;
}

.container {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

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;
	color: #263238;
	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: 14px;
	color: #ef5350;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #ef5350;
}

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

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

h1 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	color: #263238;
	line-height: 1.25;
	font-weight: 400;
}

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

h3 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #263238;
	line-height: 18px;
	font-weight: 700;
}

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

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

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

.icon-search {
	top: 3px;
	background-image: url(../images/sprite.png);
	background-position: -180px -34px;
	width: 15px;
	height: 17px;
}

.icon-lock {
	background-image: url(../images/sprite.png);
	background-position: -148px -104px;
	width: 14px;
	height: 22px;
}

.icon-subway {
	background-image: url(../images/sprite.png);
	background-position: -180px 0;
	width: 15px;
	height: 19px;
}

.icon-local {
	background-image: url(../images/sprite.png);
	background-position: -148px 0;
	width: 17px;
	height: 19px;
}

.icon-service {
	background-image: url(../images/sprite.png);
	background-position: -37px -111px;
	width: 21px;
	height: 18px;
}

.icon-national {
	background-image: url(../images/sprite.png);
	background-position: -78px -39px;
	width: 20px;
	height: 20px;
}

.icon-advanced {
	background-image: url(../images/sprite.png);
	background-position: -148px -34px;
	width: 16px;
	height: 20px;
}

.icon-cash {
	background-image: url(../images/sprite.png);
	background-position: 0 0;
	width: 24px;
	height: 24px;
}

.icon-age {
	background-image: url(../images/sprite.png);
	background-position: 0 -76px;
	width: 22px;
	height: 20px;
}

.icon-linner {
	background-image: url(../images/sprite.png);
	background-position: -113px -35px;
	width: 18px;
	height: 22px;
}

.icon-libra {
	background-image: url(../images/sprite.png);
	background-position: -78px 0;
	width: 20px;
	height: 24px;
}

.icon-boobs {
	background-image: url(../images/sprite.png);
	background-position: -148px -69px;
	width: 16px;
	height: 20px;
}

.icon-data {
	background-image: url(../images/sprite.png);
	background-position: -180px -66px;
	width: 10px;
	height: 19px;
}

.icon-hart {
	background-image: url(../images/sprite.png);
	background-position: -37px -76px;
	width: 20px;
	height: 20px;
}

.icon-phone {
	background-image: url(../images/sprite.png);
	background-position: -32px -144px;
	width: 17px;
	height: 17px;
}

.icon-id {
	background-image: url(../images/id-icon.svg);
	width: 17px;
	height: 17px;
}

.icon-man {
	background-image: url(../images/sprite.png);
	background-position: -39px -39px;
	width: 24px;
	height: 22px;
}

.icon-faq {
	background-image: url(../images/sprite.png);
	background-position: -113px -72px;
	width: 18px;
	height: 22px;
}

.icon-messadge {
	background-image: url(../images/sprite.png);
	background-position: 0 -39px;
	width: 24px;
	height: 22px;
}

.icon-time-sm {
	background-image: url(../images/sprite.png);
	background-position: 0 -144px;
	width: 17px;
	height: 18px;
}

.icon-love-house {
	background-image: url(../images/sprite.png);
	background-position: -108px -111px;
	width: 18px;
	height: 18px;
}

.icon-car-sm {
	background-image: url(../images/sprite.png);
	background-position: -64px -144px;
	width: 18px;
	height: 15px;
}

.icon-camera {
	background-image: url(../images/sprite.png);
	background-position: -73px -111px;
	width: 20px;
	height: 18px;
}

.icon-video {
	background-image: url(../images/sprite.png);
	background-position: 0 -111px;
	width: 22px;
	height: 18px;
}

.icon-map {
	background-image: url(../images/sprite.png);
	background-position: -113px 0;
	width: 20px;
	height: 20px;
}

.icon-search-lg {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 22px;
}

.icon-search-sm {
	width: 17px;
	height: 17px;
}

.header {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.header-top {
	width: 100%;
	position: relative;
	padding: 10px 0;
	background: #90a4ae;
}

.header-top .container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-buttons {
	display: flex;
	align-items: center;
	gap: 15px;
}

.header-button {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #fff;
	text-decoration: none;
}

.header-buttons a {
	min-width: 40px;
}

.header-button img {
	max-width: 15px;
}

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

.logo {
	display: flex;
	align-items: center;
	gap: 4px;
}

.logo:hover {
	text-decoration: none;
}

.logo__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.logo__text i {
	color: #263238;
	font-size: 14px;
	font-style: normal;
}

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

.login {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	gap: 7px;
}

.login:hover {
	color: #fff;
	opacity: 0.7;
}

.menu {
	position: relative;
	width: 100%;
}

.footer__archive {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #fff;
}

.footer__archive:hover,
.city__button:hover {
	color: #fff;
	opacity: 0.7;
}

.city__button {
	cursor: pointer;
}

.menu-list {
	width: 100%;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.menu-list__item:first-child {
	margin-left: 0;
}

.menu-list__item.parent {
	position: relative;
}

.menu-list__item > .menu-list__link,
.menu-list__item > a {
	width: 100%;
	position: relative;
	z-index: 23;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #263238;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	cursor: pointer;
}

.menu-list__item > .menu-list__link:hover,
.menu-list__item > a:hover {
	color: #f0a1a1;
}

.menu-list__item_box {
	width: calc(100% / 5 - 48px / 5);
	border-radius: var(--border);
	background: #eceff1;
	display: flex;
}

.menu-list__item_box > .menu-list__link:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 5px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAN0lEQVQYV2NkYGBgUDOy+A+i8QFGmCQ+xbfOnWCEK8RlMkgRSA5FIbpimCKsCmGKkRXhVIjNUwDMixGWJPH9oAAAAABJRU5ErkJggg==)
		no-repeat;
	background-size: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-list__item_checkbox {
	max-width: 200px;
}

.menu-list__item_btn {
	width: calc(100% / 5 - 48px / 5);
	position: relative;
	margin-left: 0;
	text-align: left;
	border-radius: 2px;
	background: #ef9a9a;
}

.menu-list__item_btn:hover {
	background-color: #ee9191;
}

.menu-list__item_btn > a {
	color: #fff;
	justify-content: center;
	gap: 5px;
}

.menu-list__item_btn > a:hover {
	color: #fff;
}

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

.menu__label {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #263238;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	cursor: pointer;
}

.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: block;
	transition: 0.2s linear;
	pointer-events: none;
	display: 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: var(--border);
}

.modal__city--wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal__city--title {
	color: #263238;
	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;
}

.modal__city--link {
	width: calc(100% / 4);
	padding: 0 5px;
	color: #263238;
	margin-top: 8px;
	text-decoration: none;
}

.modal__city--link:hover {
	color: #d20034;
}

.mobile__filter--show--inner {
	display: none;
	padding: 10px 15px;
	width: 100%;
}

.menu__checkbox:checked + .menu__label:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAsUlEQVQoU42QsRGDMAxFvxraoA3YIBnBo4QCu2WDkDFsCi4ThBHIBmQSp6dQzoT44AJH1Fny0/9fhD/LW1uBqGWte9pjfNOkGIY7AAXgwVqrEfLOnSCSsTHtfImvawWRAKQQeSJJFOf56wNZ24PoCKKKi+I69YKdy7hkBoRnVBKRjogOALpJLdgJwI2NOc8dxEzeuTBoFhlXgKj0/bgAN4AfaMpSgihjrcuty+6efA18A/XfRgplugKKAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-size: 11px 8px;
	background-position: center;
}

.submenu {
	display: none;
	position: absolute;
	z-index: 991;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
}

.submenu__inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 10px 0;
	max-height: 400px;
	overflow-y: auto;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.submenu.open {
	display: flex;
	flex-wrap: wrap;
}

.submenu__button {
	width: 100%;
}

.submenu__button a {
	padding: 10px;
	border: 1px solid #ef5350;
	text-decoration: none;
	transition: 0.2s linear;
	display: inline-block;
}

.submenu__button a:hover {
	color: #fff;
	background: #ef5350;
}

.submenu__item {
	width: calc(100% / 4 - 48px / 4);
	background: #eceff1;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: var(--border);
}

.submenu__item--ul,
.submenu__item--li {
	width: 100%;
}

.submenu__item.submenu__item--small {
	width: calc(100% / 3 - 32px / 3);
}

.submenu__item.submenu__item--full {
	width: 100%;
	gap: 7px;
}

.submenu-list__title {
	font-size: 14px;
	color: #263238;
	font-weight: 700;
	margin: 0 0 7px 0;
}

.submenu-list__item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	color: #263238;
	font-weight: 400;
	text-decoration: none;
}

.submenu-list__item > a {
	color: #f0a1a1;
}

.menu-button {
	position: fixed;
	z-index: 9992;
	top: 12px;
	right: 15px;
	width: 40px;
	height: 40px;
	margin-left: 20px;
	padding: 0;
	text-align: center;
	background: #f0a1a1;
	border: 0;
	border-radius: 4px;
}

.burger-icon {
	position: relative;
	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 {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #fff;
	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: #f0a1a1;
}

.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);
}

.card {
	width: calc(100% / 4 - 48px / 4);
	border: 1px solid #e0e0e0;
	background: #fff;
	display: flex;
	flex-direction: column;
	border-radius: var(--border);
	overflow: hidden;
}
img.card{
	border-radius: 0px;
}
.card:hover {
	-webkit-box-shadow: 0 0 14px rgba(38, 50, 56, 0.45);
	box-shadow: 0 0 14px rgba(38, 50, 56, 0.45);
}

.card--buttons {
	display: flex;
	justify-content: space-between;
	gap: 3px;
	margin-top: auto;
}
.main--button {
	width: 50%;
	background-color: rgba(207, 216, 220, 0.5);
	padding: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main--button:hover {
	opacity: 0.5;
	cursor: pointer;
}

.card__buttons {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.card__item--button {
	width: calc(100% / 3 - 32px / 3);
	padding: 8px 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	background: #fff;
	cursor: pointer;
	transition: 0.2s linear;
	border-radius: var(--border);
	color: #060808;
	font-size: 11pt;
	-webkit-box-shadow: 0 0 4px rgb(38 50 56 / 15%);
	box-shadow: 0 0 4px rgb(38 50 56 / 15%);
}

.card__buttons img {
	width: 15px;
}

.card__item--button:hover {
	opacity: 0.7;
}

.card-panel {
	position: relative;
	width: 100%;
	height: 59px;
	padding: 7px 8px;
	background-color: rgba(207, 216, 220, 0.5);
}

.card-panel-item {
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
}

.card-panel-item span {
	display: inline-block;
}

.card-panel-item_name {
	position: relative;
	color: #2d2d2d;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}

.card-panel-item_name:hover {
	text-decoration: underline;
}

.inform {
	width: 100%;
	display: flex;
}

.inform_image {
	position: relative;
	width: 55%;
	height: 100%;
	overflow: hidden;
}

.inform_image img {
	aspect-ratio: 2/2.75;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.profile__wrap--map,
.profile__wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.profile__wrap,
.profile__wrap--map {
	flex-wrap: nowrap;
}

.seo-text {
	width: 100%;
}

.card__subway {
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 8px;
	padding-top: 3px;
	height: 20px;
	color: #fefefe;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(38, 50, 56, 0.7);
}

.card-inform {
	position: relative;
	display: inline-block;
	vertical-align: top;
	/*height: 98%;*/
	width: 45%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: right;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: distribute;
	justify-content: space-between;
}

.card-inform-list {
	padding: 5px;
}

.card-inform-list:first-child {
	margin-bottom: 0;
}

.card-inform-list__head {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #263238;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	border-bottom: 1px solid rgba(38, 50, 56, 0.1);
}

.list li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 3px;
	width: 100%;
	color: #263238;
	font-size: 13px;
	font-weight: 400;
}

.next-card-title {
	display: block;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #263238;
	font-weight: 400;
}

.list li:not(:last-child) {
	border-bottom: 1px solid rgba(38, 50, 56, 0.1);
}

.list li > span {
	display: inline-block;
	margin-right: -0.36em;
	text-align: left;
	white-space: nowrap;
}

.list li > span:first-child {
	width: 55%;
}

.list li > span:last-child {
	width: 55%;
	text-align: right;
}

.check-label-list {
	display: block;
	/* width: 100%; */
	position: relative;
	left: 2px;
	/* padding: 0 5px; */
	display: flex;
	gap: 5px;
}

.check-label {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
	height: 20px;
	text-align: center;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0 3px;
}

.check-label.check-label_photo {
	background-color: #9ccc65;
}

.check-label.check-label_video {
	background-color: #90caf9;
}

.info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	background: #fff;
	border-radius: var(--border);

}

.info__services {
	width: calc(100% / 3 * 2 - 24px / 2);
	flex-grow: 1;
}

.info__map {
	width: calc(100% / 3 - 24px / 2);
}

.info p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.info-header {
	display: block;
	width: 100%;
	min-height: 40px;
	padding: 10px 15px;
	border-bottom: 1px solid #d4d6d7;
}

.info-body {
	position: relative;
	display: inline-block;
	width: 100%;
}

.info-body-text {
	padding: 10px;
	max-height: 250px;
	overflow-y: auto;
	font-size: 14px;
}

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

.footer {
	width: 100%;
	padding: 10px 0;
	background: #90a4ae;
}

.footer__inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.breadcrumbs {
	width: 100%;
	padding: 20px 0;
}

.breadcrumbs-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.breadcrumbs-list__item {
	font-size: 14px;
	font-weight: 400;
	display: flex;
	gap: 5px;
}

.breadcrumbs-list__item:not(:last-child):after {
	content: '>';
	color: currentColor;
	margin: 0 2px;
}

.breadcrumbs-list__item > a {
	font-size: 14px;
	font-weight: 400;
	color: #263238;
}

.breadcrumbs-list__item > a:hover {
	opacity: 0.7;
}

.service {
	padding-bottom: 30px;
}

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

.info-body_service {
	display: flex;
	padding: 20px 10px;
	flex-wrap: wrap;
	gap: 16px;
}

.service-list {
	width: calc(100% / 3 - 32px / 3);
	display: flex;
}

.link-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 14px;
	gap: 7px;
}

.link-list__title {
	color: #263238;
	font-weight: 700;
	margin-bottom: 10px;
}

.link-list__item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	flex-wrap: wrap;
}

.link-list__item--price {
	margin: 0;
}

.card__service--item--extra {
	padding: 5px;
	background: #f7f5fa;
}

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

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

.notfound {
	width: 100%;
	flex: 1;
	padding: 24px 0;
	display: flex;
	align-items: center;
}

.wrapper__notfound {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.wrapper__notfound h1,
.wrapper__notfound p {
	margin: 0;
}

.link-list__item > a:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	background: url(data:image/svg+xml,%3Csvg%20id%3D%22SvgjsSvg1008%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-297%20389%2016%2016%22%3E%3Cstyle%3E.st0%7Bfill%3A%23e57373%7D%3C%2Fstyle%3E%3Ctitle%3EShape%2051%3C%2Ftitle%3E%3Cpath%20id%3D%22SvgjsPath1010%22%20class%3D%22st0%22%20d%3D%22M-281.4%20391.7l-2.3-2.3-5.3%205.3-5.3-5.3-2.3%202.3%205.3%205.3-5.3%205.3%202.3%202.3%205.3-5.3%205.3%205.3%202.3-2.3-5.3-5.3%205.3-5.3z%22%2F%3E%3C%2Fsvg%3E)
		no-repeat;
	background-size: 100%;
}

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

.link-list__item_active > a:after {
	width: 16px;
	height: 14px;
	background: url(data:image/svg+xml,%3Csvg%20id%3D%22SvgjsSvg1000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-297%20389%2016%2015%22%3E%3Cstyle%3E.st0%7Bfill%3A%237cb342%7D%3C%2Fstyle%3E%3Ctitle%3EShape%2050%3C%2Ftitle%3E%3Cpath%20id%3D%22SvgjsPath1007%22%20class%3D%22st0%22%20d%3D%22M-289.7%20402.3l-6.3-6.3%203.7-3.7%202.4%202.4%203.9-4.3h-9.4c-.9%200-1.6.7-1.6%201.6v9.7c0%20.9.7%201.6%201.6%201.6h11.2c.9%200%201.6-.7%201.6-1.6v-7.3l-7.1%207.9zm8.7-11.9l-1.5-1.4-7.3%208.1-2.5-2.5-1.4%201.4%204%204%208.7-9.6z%22%2F%3E%3C%2Fsvg%3E)
		no-repeat;
	background-size: 100%;
}

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

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

.checkbox-label:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 1px 0 0 1px;
	border-radius: 1px 0 0 1px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}

.checkbox-input:checked + label:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAsUlEQVQoU42QsRGDMAxFvxraoA3YIBnBo4QCu2WDkDFsCi4ThBHIBmQSp6dQzoT44AJH1Fny0/9fhD/LW1uBqGWte9pjfNOkGIY7AAXgwVqrEfLOnSCSsTHtfImvawWRAKQQeSJJFOf56wNZ24PoCKKKi+I69YKdy7hkBoRnVBKRjogOALpJLdgJwI2NOc8dxEzeuTBoFhlXgKj0/bgAN4AfaMpSgihjrcuty+6efA18A/XfRgplugKKAAAAAElFTkSuQmCC);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
}

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

.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: 170px;
	height: 30px;
	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: 2px;
	border-radius: 2px;
	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.btn_default {
	color: #fff;
	-webkit-box-shadow: 1px 1px 5px rgba(88, 10, 10, 0.15),
		inset 0 -2px 0 rgba(178, 192, 198, 0.75);
	box-shadow: 1px 1px 5px rgba(88, 10, 10, 0.15),
		inset 0 -2px 0 rgba(178, 192, 198, 0.75);
	background-color: #b0bec5;
}

.btn.btn_default:hover {
	background-color: #bfcad0;
}

.btn.btn_red {
	color: #fff;
	-webkit-box-shadow: 1px 1px 5px rgba(88, 10, 10, 0.15),
		inset 0 -2px 0 rgba(218, 135, 135, 0.75);
	box-shadow: 1px 1px 5px rgba(88, 10, 10, 0.15),
		inset 0 -2px 0 rgba(218, 135, 135, 0.75);
	background-color: #ef9a9a;
}

.btn.btn_red:hover {
	background-color: #f2b0b0;
}

.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;
}

.panel {
	width: 100%;
}

.panel .check {
	display: inline-block;
	position: absolute;
	z-index: 2;
	right: 9px;
	bottom: 9px;
	width: 112px;
	height: 22px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	background-color: #9ccc65;
}

.panel .check-label {
	display: inline-block;
	margin: 6px auto 0;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
}

.panel-item {
	width: calc(100% / 3 - 32px / 3);
	border-radius: var(--border);
	overflow: hidden;
}

.panel-item-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.panel-info-list {
	width: 100%;
	display: flex;
	gap: 16px;
	flex-wrap: nowrap;
}

.panel-item .info {
	position: relative;
	overflow: hidden;
	min-height: 170px;
}

.panel-item .info-header {
	padding-left: 10px;
	padding-right: 10px;
}

.panel-item .info-body {
	padding-left: 10px;
	padding-right: 10px;
}

.main__telegram {
	padding: 10px;
	width: 100%;
	text-align: center;
	border: 1px solid #c9c9c9;
}

.info_main .info-header {
	position: relative;
	overflow: hidden;
	background-color: rgba(176, 190, 197, 0.5);
}

.info_main .info-header:after {
	content: '';
	position: absolute;
	top: 0;
	right: -15px;
	display: inline-block;
	width: 15px;
	height: 100%;
	-webkit-box-shadow: -20px 0 19px 12px #d8dfe2;
	box-shadow: -20px 0 19px 12px #d8dfe2;
}

.info_main .info-body {
	padding-bottom: 7px;
}

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

.info-header__name h1 {
	margin: 0 !important;
	font-size: 18px;
	line-height: 24px;
	display: inline;
	float: none;
}

.info-list {
	width: 100%;
	padding-top: 5px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 5px;
}

.info-list-item {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 3px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.info-list-item > .row {
	margin-left: -10px;
	margin-right: -10px;
}

.info-list-item > a {
	font-size: 16px;
}

.info-list-item > a:hover {
	opacity: 0.7;
}

.info-list-item .icon {
	position: relative;
	margin-right: 9px;
}

.info-list-item .icon.icon-phone {
	top: 5px;
}

.info-list-item .icon.icon-local {
	top: 3px;
}

.info-list-item .icon.icon-subway {
	top: 3px;
}

.profile__tags {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.profile__tags label,
.profile__tags a {
	background: #fff;
	padding: 6px 10px;
	color: black;
}

.profile__tags a {
	transition: 0.2s linear;
}

.profile__tags a:hover {
	opacity: 0.7;
}

.panel-item-data {
	display: flex;
}

.profile__phone--wrap {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
}

.info__social {
	display: flex;
	align-items: center;
	gap: 5px;
}

.info__social--link {
	display: flex;
}

.price-list {
	width: 100%;
	display: flex;
	flex-grow: 1;
}

.price-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	border-radius: 2px;
	background: #fff;
}

.price-list li .bg-gray {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d7dee2;
}

.price-list li .icon {
	position: relative;
	vertical-align: text-top;
	margin-right: 10px;
}

.data-list {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}

.data-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	border-radius: 2px;
	background: #fff;
}

.data-list li a:hover {
	opacity: 0.7;
}

#mainCarousel .carousel__button {
	background: #ffff;
	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.3rem;
}

#mainCarousel .carousel__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.slider {
	width: 100%;
}

.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: 2px;
	background: #bdbdbd;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.gallery__scrollbar_handle {
	position: relative;
	top: -2px;
	width: 100px;
	height: 6px;
	background-color: #ef5350;
	-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: 500px;
	overflow: hidden;
	background-color: #edeef0;
}

.card__map {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: url(../images/country.svg) #ffffff no-repeat center 80%;
	background-size: cover;
	background-clip: content-box;
}

.card__map span {
	background: #78909c;
	color: #fff;
	padding: 8px 15px;
	cursor: pointer;
	border-radius: 2px;
	font-weight: 600;
	transition: 0.2s linear;
}

.card__map span:hover {
	opacity: 0.7;
}

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

.checkbox-col_6 {
	width: 16.66667%;
}

.checkbox-col_7 {
	width: 14.28571%;
}

.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;
}

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

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

.wrap-buttons {
	float: right;
}

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

.tab-content {
	padding-top: 10px;
	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;
	padding-left: 15px;
}

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

.nav-item {
	display: inline-block;
	padding: 5px 10px 0;
	color: #263238;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
}

/*.nav-item.active {*/
/*    border-bottom-color: #ef5350*/
/*}*/

@font-face {
	font-family: lg;
	src: url(../fonts/lg.eot);
	src: url(../fonts/lg_1.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__inner h1 {
	margin: 0;
}

.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-button {
		display: none;
	}

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

	.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 (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 (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-list__item_checkbox {
		max-width: 140px;
	}

	.menu-list__item_btn {
		padding-left: 5px;
		padding-right: 5px;
		text-transform: capitalize;
	}

	.menu__label {
		text-transform: capitalize;
	}

	.menu__label:nth-of-type(1):before {
		margin-right: 6pxfs;
	}

	.footer-links li {
		padding-left: 35px;
	}

	.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: 991px) {
	.menu-list__item > .menu-list__link,
	.menu-list__item > a {
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-right: 20px;
	}

	.menu-list {
		justify-content: flex-start;
		gap: 8px;
	}

	.menu-list__item_checkbox {
		max-width: 110px;
	}

	.menu__label {
		font-size: 12px;
	}

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

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

	.frame {
		height: 380px;
	}

	.checkbox-col_6 {
		width: 33.33333%;
	}

	.checkbox-col_7 {
		width: 33.33333%;
	}

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

	.profile__wrap {
		flex-direction: column;
	}

	.price-list,
	.data-list {
		gap: 0;
	}

	.menu-list__item > .menu-list__link,
	.menu-list__item > a {
		text-transform: none;
	}
}

@media screen and (max-width: 767px) {
	.card__item--button {
		width: 100%;
	}

	.profile__wrap {
		flex-direction: column;
	}

	.modal__city--link {
		width: calc(100% / 3);
	}

	.mobile__filter--show--inner {
		display: flex;
	}

	.header-top .container {
		padding-right: 70px;
	}

	.logo__text {
		display: none;
	}

	.menu {
		position: fixed;
		top: 0;
		z-index: 9991;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		background: #fff;
		transform: translateY(-100%);
		transition: transform 0.5s ease;
	}

	.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 {
		padding: 7px 0 10px 0;
	}

	.menu-list__item {
		background: #f5f7fa;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}

	.menu-list__item > .menu-list__link,
	.menu-list__item > a {
		font-size: 16px;
		padding: 15px 10px;
	}

	.menu-list__item_box {
		border: 0;
	}

	.menu-list__item_checkbox {
		max-width: none;
	}

	.menu__label {
		font-size: 16px;
		width: 100%;
		padding-left: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		text-transform: none;
	}

	.menu__label:before {
		margin-right: 9px;
		background-color: #fff;
	}

	.submenu {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}

	.parent .submenu__inner {
		padding: 10px;
	}

	.submenu-col-2 {
		width: 100%;
		float: none;
	}

	.submenu-list:not(:last-child) {
		margin-bottom: 0;
	}

	.submenu-list__item > a {
		font-size: 15px;
	}

	.slider {
		padding-top: 0;
	}

	.gallery {
		display: none;
	}

	.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: 600px) {
	.wp-video {
		width: 100% !important;
	}

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

@media screen and (max-width: 599px) {
	.header-button {
		justify-content: space-around;
	}

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

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

	.panel .check > span {
		display: none;
		text-transform: capitalize;
	}

	.checkbox-col_6 {
		width: 50%;
	}

	.checkbox-col_7 {
		width: 50%;
	}

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

@media screen and (max-width: 480px) {
	.link-list {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 479px) {
	.header-top .container {
		padding-right: 80px;
	}

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

	.panel .check-label {
		display: none;
	}

	.map-wrap {
		height: 250px;
	}

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

	.checkbox-col_6 {
		width: 100%;
	}

	.checkbox-col_7 {
		width: 100%;
	}

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

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

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

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

@media screen and (max-width: 991px) and (min-width: 601px) {
	.inform_image {
		width: 43%;
	}

	.card-inform {
		width: 57%;
	}

	.card-inform-list__head {
		width: 100%;
	}

	.list li {
		width: 100%;
	}
}

.anketa__comments-wrap {
	width: 100%;
}

.profile__code--wrap {
	width: 100%;
	display: flex;
	gap: 10px;
}

html {
	height: 100%;
}

.loadermain2 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #17160f;
	opacity: 0.3;
	z-index: 1000;
}

.loadermain {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/loadingall.gif) 50% 50% no-repeat #17160f;
	background-size: 200px 200px;
	opacity: 0.3;
	z-index: 10;
}

.custom-checkbox > [type='checkbox'],
.custom-checkbox > label {
	margin-bottom: 0 !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox > [type='checkbox']:checked,
.custom-checkbox > [type='checkbox']:not(:checked) {
	position: absolute;
	left: -9999px;
}

.custom-checkbox > [type='checkbox']:checked + label,
.custom-checkbox > [type='checkbox']:not(:checked) + label {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
}

.custom-checkbox > [type='checkbox']:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.custom-checkbox > [type='checkbox']:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.custom-checkbox > [type='checkbox'][data-indeterminate] + label:after {
	content: '\2212';
	left: 2px;
	opacity: 1;
	transform: scale(1);
}

.custom-checkbox > [type='checkbox']:disabled:checked + label:before,
.custom-checkbox > [type='checkbox']:disabled:not(:checked) + label:before {
	box-shadow: none;
	background-color: #eee;
	border-color: #eee;
	cursor: not-allowed;
	opacity: 1;
	color: #dadada;
}

.custom-checkbox > [type='checkbox']:disabled:checked + label:after {
	color: #dadada;
	cursor: not-allowed;
}

.custom-checkbox > [type='checkbox']:disabled + label {
	color: #aaa;
	cursor: not-allowed;
}

.custom-checkbox > [type='checkbox']:disabled:checked + label:hover:before,
.custom-checkbox
	> [type='checkbox']:disabled:not(:checked)
	+ label:hover:before {
	border: 1px solid #e4e4e4 !important;
}

.font14 {
	font-size: 14px;
}

.font14 P {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: 300;
	font-size: 14px;
	text-align: left;
}

.topmetro,
.toprayon,
.topservices {
	position: static;
}

.pmetro,
.pservices {
	position: absolute;
	opacity: 0.95;
	left: 0;
	right: 0;
	top: 41px;
}

.pmetro LI,
.pservices LI {
	display: inline-block;
	width: 100%;
}

.pmetro LI A,
.pmetro2 LI A,
.pservices LI A {
	font-size: 12px;
}

.pmetro2 {
	top: 41px;
	min-width: 210px;
}

.pservices LI {
	width: 100%;
	padding-bottom: 10px;
	break-inside: avoid-page;
	-webkit-column-break-inside: avoid-page;
	page-break-inside: avoid-page;
}

.pservices LI A {
	white-space: normal;
	box-sizing: border-box;
}

.pservices P {
	margin: 0;
	padding: 0 0 5px 20px;
	font-size: 13px;
	color: #000;
	font-weight: 700;
}

.pmetro {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}

.pservices {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.haveapprov {
	width: 65px;
	height: 15px;
	background: url(../images/haveapprov.png);
	position: absolute;
	left: -5px;
	top: 230px;
}

.outsel {
	opacity: 0.7;
}

.approved {
	float: right;
}

.morephotos,
.morephotos2 {
	display: none;
}

.vidselector {
	margin-top: 20px;
	border-bottom: 1px solid #e2e1e0;
}

.vidselector .notactive {
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #dadada;
}

.infoform {
	float: none;
	width: 100%;
}

.detailright {
	height: 441px;
	float: right;
	border-top: 1px solid #fff;
	width: 30%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(99, 99, 99, 0.51);
	-moz-box-shadow: 0 1px 2px 0 rgba(99, 99, 99, 0.51);
	box-shadow: 0 1px 2px 0 rgba(99, 99, 99, 0.51);
}

#YMaps3ID {
	height: 100%;
}

.detailleft {
	min-height: 440px;
	width: calc(70% - 20px);
}

.csp2 {
	width: 100%;
}

.way {
	margin: 0;
	font-size: 14px;
	color: #263238;
}

.way A {
	color: #263238;
	text-decoration: none;
}

.way A:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.textmain {
	width: 100%;
	box-sizing: border-box;
	background: #fefefe;
	padding: 10px;
	font-size: 12px;
}

.textmain h2:first-child {
	margin-top: 0;
}

.textmain ol,
.textmain ul {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #263238;
	line-height: 25px;
	font-weight: 400;
	padding-left: 2rem;
}

.profile__girls {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.main__telegram a:hover {
	color: #af3331;
}

@media screen and (max-width: 1199px) {
	.approved IMG {
		margin-top: 30px;
		width: 90px;
		height: 90px;
	}
}

@media screen and (max-width: 1024px) {
	.approved {
		position: absolute;
		float: none;
		padding: 0;
		text-align: right;
		right: 30px;
		z-index: 999;
		height: 1px;
	}

	.approved IMG {
		margin: 0 auto 0 auto;
		width: 172px;
		height: 172px;
		opacity: 0.5;
	}

	header .login .hide_text {
		display: none;
	}

	.detailright {
		height: 468px;
	}
}

@media screen and (max-width: 992px) {
	header .login .hide_text {
		display: none;
	}

	.detailright {
		width: 80%;
		float: none;
		margin-top: 20px;
	}
}

@media screen and (max-width: 799px) {
	.menu__item > a {
		font-size: 14px;
	}

	.catalog__item_image {
		height: 225px;
	}

	.approved {
		position: absolute;
		float: none;
		padding: 0;
		text-align: right;
		right: 30px;
		z-index: 999;
		height: 1px;
	}

	.approved IMG {
		margin: -300px auto 0 auto;
		width: 120px;
		height: 120px;
		opacity: 0.5;
	}
}

@media screen and (max-width: 767px) {
	a:active {
		color: #f50057;
		text-decoration: none;
		outline: 0;
	}

	h1 {
		font-size: 22px;
	}

	.header.no-menu {
		margin-bottom: 0;
	}

	header {
		position: relative !important;
		z-index: inherit;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		padding: 0 0;
	}

	button.collapsed {
		background: 0 0;
		position: absolute !important;
		top: -53px !important;
		right: -5px !important;
	}

	button.collapsed .icon-bar {
		display: block;
	}

	.pmetro,
	.pmetro2 {
		width: calc(100% + 0px);
		margin-bottom: 13px;
	}

	.pmetro li A,
	.pmetro2 li A,
	.pservices li P,
	.pservices li a {
		font-size: 17px;
	}

	.dropdown-toggle {
		font-size: 17px;
	}

	.open > .dropdown-menu {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		top: 0;
		box-shadow: none;
		border-radius: 0;
	}

	.pmetro li {
		width: 100%;
	}

	.pmetro,
	.pservices {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

.clear {
	clear: both;
}

.loader {
	width: 100%;
	height: 30px;
	background: url(../images/loader.gif) 50% 50% no-repeat;
}

.logo {
	text-decoration: none;
}

@media screen and (max-width: 610px) {
	.col-xs-6 {
		padding-left: 0;
		padding-right: 0;
	}

	.col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 991px) {
	.check-list {
		bottom: 14px;
	}

	.submenu__item {
		width: calc(100% / 3 - 32px / 3);
	}

	.menu-list__item_box,
	.menu-list__item_btn {
		width: calc(100% / 4 - 32px / 4);
	}
}

.srchp {
	display: block;
	margin-bottom: 20px;
}

.service-list .link-list a {
	font-size: 13px;
}

.service-list .link-list a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.card-labels__check-green {
	background: #2e7d32 !important;
}

.card-labels__check-blue {
	background: #0277bd !important;
}

.paggin__link {
	margin: 3px;
	font-family: 'Montserrat Alternates', sans-serif;
	display: inline-block;
	padding: 5px 10px;
	color: #4d5a61;
	text-decoration: none;
	font-size: 14px;
}

.paggin__link.active,
.paggin__link:hover {
	background: #4d5a61;
	color: #fff;
	border-radius: 4px;
}

.block-warning {
	position: relative;
	width: 100%;
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	background: #fff;
	padding: 10px;
	text-align: center;
	border-radius: var(--border);
	overflow: hidden;
}

.textmain ul {
	padding-left: 20px;
	color: #263238;
	font-weight: 400;
	font-size: 15px;
}

.textmain ul li {
	list-style-type: disc;
}

.allformspage {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.pages-blocks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 16px;
}

.pages-block {
	width: calc(100% / 4 - 48px / 4);
	padding: 10px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.letter-block {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
}

.pages-block a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 3px;
	color: #263238;
}

.pages-block a:hover {
	text-decoration: none;
	color: #f0a1a1;
}

.logo__link {
	display: flex;
}

@media (max-width: 991px) {
	.card {
		width: calc(100% / 2 - 16px / 2);
	}

	.panel-item {
		width: 100%;
	}

	.panel-info-list,
	.profile__wrap--map {
		flex-wrap: wrap;
	}

	.price-list li span,
	.data-list li {
		padding: 10px;
	}

	.info__services,
	.info__map {
		width: 100%;
	}

	.pages-block {
		width: calc(100% / 3 - 32px / 3);
	}
}

@media (max-width: 767px) {
	.submenu__item,
	.submenu__item.submenu__item--small {
		width: calc(100% / 2 - 16px / 2);
	}

	.menu-list__item_box,
	.menu-list__item_btn {
		width: 100%;
	}

	.menu-list__item_btn a {
		color: #ef9a9a;
	}

	.card {
		width: calc(100% / 2 - 16px / 2);
	}

	.service-list {
		width: calc(100% / 2 - 16px / 2);
	}

	.pages-block {
		width: calc(100% / 2 - 16px / 2);
	}
}

@media screen and (max-width: 599px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
}

@media (max-width: 530px) {
	.submenu__item,
	.submenu__item.submenu__item--small {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.card {
		width: 100%;
	}

	.pages-block {
		width: 100%;
	}

	.modal__city--box {
		max-height: 450px;
	}
}

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

	.price-list li span,
	.data-list li,
	.data-list li a,
	.price-list li {
		font-size: 14px;
	}
}

@media (max-width: 390px) {
	.profile__code--wrap {
		flex-direction: column;
		align-items: flex-start;
	}
}
