@charset "UTF-8";

:root {
	--bg-2: #23323c;
	--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%;
}
/* Изменение фона кнопки при наведении */

.block-warning {
	position: relative;
	width: 100%;
	padding: 15px 15px 15px 50px;
	background-color: #212121;
	-webkit-box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	box-shadow: 1px 1px 5px rgba(24, 24, 24, 0.15);
	-webkit-border-radius: var(--border);
	border-radius: var(--border);
	border: 1px solid #cfd8dc;
	background-color: #fff;
	margin-top: 20px;
}

.block-warning {
	font-size: 18px;
	font-weight: 900;
	color: red;
}
.block-warning:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/alert.png) no-repeat center center;
	width: 24px;
	height: 24px;
	background-size: contain;
	left: 20px;
	top: 12px;
}

.block-warning span {
	font-size: 15px;
	color: #212121;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 90px;
	text-align: center;
}

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

/* Стили полей ввода */
.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;
}
.breadcrumbs:after,
.breadcrumbs:before,
.container-with-floated-children:after,
.container-with-floated-children:before,
.header:after,
.header:before,
.info-body:after,
.info_profils:after,
.menu:after,
.menu:before {
	content: ' ';
	display: table;
}

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

@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-bottom: 24px;
	margin: 0;
	padding: 0;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

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

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

figure {
	margin: 1em 40px;
}

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

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

optgroup {
	font-weight: 700;
}

button,
input,
select {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

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

[disabled] {
	cursor: default;
}

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

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

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

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

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

textarea {
	overflow: auto;
}

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

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

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

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

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

/*.container::after {*/
/*    content: "";*/
/*    display: table;*/
/*    clear: both*/
/*}*/

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

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

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

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

.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: url(../images/background-body.png);
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	min-height: 100vh;
}

.wrapper {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	padding: 30px 0;
}

.section-filt {
	width: 100%;
	padding-top: 30px;
}

.page-not {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main__telegram {
	padding: 10px;
	box-shadow: 0 0 1px black;
	text-align: center;
}

.container {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.no-menu .header-top .container {
	padding-right: 10px;
}

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

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

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

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

.w-10 {
	width: 10%;
}

.w-12 {
	width: 12%;
}

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

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

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

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

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

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

p {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #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: 15px;
	font-size: 0.9375rem;
	color: #1e88e5;
	line-height: 20px;
	font-weight: 400;
}

a[href^='mailto:'],
a[href^='tel:'] {
	color: inherit;
	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: #060808;
	line-height: 36px;
	font-weight: 400;
}

h2 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	color: #060808;
	line-height: 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: #eceff1;
	line-height: 18px;
	font-weight: 400;
}

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

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

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

.icon-area {
	background-image: url(../images/sprite.png);
	background-position: -35px -78px;
	width: 18px;
	height: 24px;
}

.icon-local {
	background-image: url(../images/sprite.png);
	background-position: -68px -78px;
	width: 18px;
	height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-cash-md {
	background-image: url(../images/sprite.png);
	background-position: -118px -70px;
	width: 20px;
	height: 20px;
}

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

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

.icon-messadge {
	background-image: url(../images/sprite.png);
	background-position: -35px -117px;
	width: 20px;
	height: 20px;
}

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

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

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

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

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

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

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

.header-top {
	position: relative;
	padding-top: 0;
	padding-bottom: 5px;
	background-color: var(--bg-2);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(24, 24, 24, 0.1)),
		to(rgba(255, 255, 255, 0.1))
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	background-image: linear-gradient(
		to top,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	overflow: hidden;
}

.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: #060808;
	text-decoration: none;
}

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

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

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

.logo__img {
	display: inline-block;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 5px;
}

.logo__text {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	color: #263238;
}

.logo__text i {
	font-style: italic;
}

.logo__text span {
	font-size: 20px;
	font-weight: 700;
	color: #ff2b76;
}

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

.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: 3px;
}

.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 {
	padding: 0 5px;
	color: #263238;
	margin-top: 8px;
	text-decoration: none;
}

.modal__city--item {
	display: flex;
	width: calc(100% / 4);
}

@media (max-width: 992px) {
	.modal__city--item {
		width: calc(100% / 3);
	}
}

@media (max-width: 768px) {
	.modal__city--item {
		width: calc(100% / 2);
	}
}

@media (max-width: 768) {
	.modal__city--item {
		width: calc(100% / 2);
	}
}

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

.menu {
	width: 100%;
	background-color: #fff;
}

.menu-list {
	width: 100%;
	display: flex;
}

.menu-list__item {
	border: 1px solid transparent;
}

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

/*.menu-list__item:nth-last-child(2) {*/
/*    margin-left: 22px*/
/*}*/

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

.menu-list__item.clicked > .menu-list__link:after {
	transform: translate(50%, -50%) rotate(-180deg);
}

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

.menu-list__item.parent .submenu {
	top: 100%;
	width: 101%;
}

.menu-list__item_box {
	border-radius: var(--border);
	border: 1px solid #cfd8dc;
	/*-webkit-box-shadow: inset 0 1px 3px rgba(120, 144, 156, .55);*/
	/*box-shadow: inset 0 1px 3px rgba(120, 144, 156, .55);*/
	background: #fff;
}

.menu-list__link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}

.menu-list__item_box .menu-list__link:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(50%, -50%);
	width: 9px;
	height: 5px;
	background-color: linear-gradient(
		to top,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAN0lEQVQYV2NkYGBgUDOy+A+i8QFGmCQ+xbfOnWCEK8RlMkgRSA5FIbpimCKsCmGKkRXhVIjNUwDMixGWJPH9oAAAAABJRU5ErkJggg==)
		no-repeat;
	background-size: 100%;
}

.menu-list__item_box .menu-list__link:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 30px;
	margin-left: 0;
	border-radius: var(--border);
	background-color: #eceff1;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(24, 24, 24, 0.1)),
		to(rgba(255, 255, 255, 0.1))
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	background-image: linear-gradient(
		to top,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-list__item_btn {
	position: relative;
	top: -1px;
	float: right;
	border: 1px solid #cfd8dc;
	-webkit-border-radius: var(--border);
	border-radius: var(--border);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(24, 24, 24, 0.1)),
		to(rgba(255, 255, 255, 0.1))
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	background-image: linear-gradient(
		to top,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	/*-webkit-box-shadow: 0 2px 1px rgba(24, 24, 24, .36), inset 0 1px 2px #fff;*/
	/*box-shadow: 0 2px 1px rgba(24, 24, 24, .36), inset 0 1px 2px #fff*/
}

.menu-list__item_btn .menu-list__link {
	text-decoration: none;
}

.menu-list__item_btn .icon {
	position: relative;
	top: 0;
	right: 6px;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.menu-list__link {
	position: relative;
	z-index: 23;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #263238;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}

.menu-list__link .icon {
	vertical-align: middle;
	margin-right: 7px;
	margin-left: 2px;
}

.menu-list__link:hover {
	color: #263238;
}

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

/*.menu__label:before {*/
/*    content: "";*/
/*    position: relative;*/
/*    top: -2px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    margin-right: 10px;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    -webkit-border-radius: 1px 0 0 1px;*/
/*    border-radius: 1px 0 0 1px;*/
/*    -webkit-box-shadow: inset 0 1px 3px rgba(120, 144, 156, .55);*/
/*    box-shadow: inset 0 1px 3px rgba(120, 144, 156, .55);*/
/*    border-radius: 1px 0 0 1px;*/
/*    border: 1px solid #cfd8dc;*/
/*    background-color: #fff*/
/*}*/

.submenu {
	display: none;
	position: absolute;
	z-index: 991;
	top: 100%;
	left: -1px;
	width: 100%;
	padding: 10px 10px;
	border-radius: 0 0 var(--border) var(--border);
	border: 1px solid #cfd8dc;
	border-top-color: transparent;
	background-color: rgb(236, 239, 241);
}

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

.submenu-col-2 {
	border-radius: 3px;
	border: 1px solid #b0bec5;
	background: #fff;
}

.submenu-col-2-serv {
	width: 32.58%;
}

.submenu-col-2-nat {
	width: 100%;
	padding: 0.2rem;
}

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

.submenu-list__title {
	font-weight: 700;
	font-size: 16px;
	color: #263238;
	font-weight: 700;
	line-height: 20px;
}

.submenu-list__item > a {
	font-size: 14px;
	color: #263238;
	font-weight: 400;
	text-decoration: none;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
}

.submenu-list__item > a > .count {
	margin-left: auto;
}

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

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

.burger-icon {
	position: relative;
	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: #838b8f;
	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: #eceff1;
}

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

.info_profils {
	width: 100%;
	padding-top: 5px;
}

.info_profil {
	position: relative;
	width: calc(100% / 4 - 3 * 20px / 4);
	min-height: 400px;
	border-radius: var(--border);
	overflow: hidden;
	-webkit-box-shadow: 0 0 14px rgba(38, 50, 56, 0.2);
	box-shadow: 0 0 14px rgba(38, 50, 56, 0.2);
	background-color: #fff;
}

.info_profil:hover {
	z-index: 500;
}

.info_profil:hover .info_profil-within {
	-webkit-box-shadow: 0 0 20px rgba(38, 50, 56, 0.65);
	box-shadow: 0 0 20px rgba(38, 50, 56, 0.65);
}

.info_profils__image {
	display: inline-block;
	width: 100%;
	min-height: 320px;
	background-color: #e1e1e1;
	overflow: hidden;
	position: relative;
	text-align: center;
	aspect-ratio: 2/2.5;
}

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

.check-list {
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	padding-top: 0;
}

.check-list__label {
	display: inline-block;
	height: 16px;
	padding-left: 6px;
	padding-right: 6px;
	color: #263238;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
	margin-bottom: 5px;
	margin-right: -0.36em;
}

.check-list__label_photo {
	background-color: #d4e157;
}

.check-list__label_video {
	background-color: #4fc3f7;
}

.info_profil-list {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.info_profil-list-item__title {
	position: relative;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	color: #263238;
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase;
}

.info_profil-list-item__title .icon {
	position: relative;
	top: -2px;
	vertical-align: middle;
	margin-right: 2px;
}

.list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px;
}

.list li {
	display: block;
	padding: 3px 0;
	color: #263238;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	width: 70px;
	border-radius: var(--border);
	background-color: #eceff1;
}

.list li > span {
	display: block;
	text-align: center;
}

.list li > span:first-child {
	font-size: 16px;
}

.list li > span:last-child {
	font-size: 11px;
}

.list li:nth-child(odd) {
	background-color: #eceff1;
}

.profile-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.gird--buttons {
	display: flex;
	justify-content: space-between;
	gap: 3px;
	margin-top: 8px;
}

.card--buttons {
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 24px;
	row-gap: 12px;
	flex-wrap: wrap;
}

.profile__item--buttons {
	width: 99%;
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
	margin-left: 0.8rem;
}

.card__item--button {
	width: calc(100% / 3 - 48px / 3);
	padding: 8px 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	background: #fff;
	cursor: pointer;
	transition: 0.2s linear;
	font-size: 11pt;
	font-weight: 500;
	border: 1px solid #d2d2d2;
}

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

.card__item--button:hover {
	opacity: 0.6;
	cursor: pointer;
}

.card__item--button img {
	width: 15px;
}

.main--button {
	width: calc(100% / 2 - 3px / 2);
	border-radius: var(--border);
	background-color: #eceff1;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

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

/*.list_two li {*/
/*    width: 50px*/
/*}*/

.info_profil-within {
	/*position: absolute;*/
	min-height: 400px;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 155;
}

/*.info_profil-within:hover .info_profil-list {*/
/*    display: block*/
/*}*/

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

.info_profil-panel-item .icon {
	vertical-align: middle;
	margin-right: 5px;
}

.info_profil-panel-item_name {
	position: relative;
	color: #1e88e5;
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	text-decoration: none;
}

.info_profil-panel-item_name:hover {
	opacity: 0.7;
}

.info_profil-panel-item_name:hover span {
	text-decoration: none;
}

.info_profil-panel-item_name:before {
	content: '';
	position: relative;
	display: inline-block;
	background-image: url(../images/sprite.png);
	background-position: -118px 0;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	top: 3px;
}

.info_profil-panel-item_name:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 0;
	height: 100%;
	width: 20px;
	background: #fff;
	-webkit-box-shadow: -20px 1px 31px 16px rgba(255, 255, 255, 0.85);
	box-shadow: -20px 1px 31px 16px rgba(255, 255, 255, 0.85);
	z-index: 8;
}

.info_profil-panel-item_name span {
	text-decoration: underline;
}

.info_profil-panel-item_address {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8px 0 8px 15px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}

.info_profil-panel-item_tel {
	font-size: 16px;
	color: #263238;
	line-height: 16px;
}

.info_profil-panel-item_tel:before {
	content: '';
	position: relative;
	display: inline-block;
	background-image: url(../images/sprite.png);
	background-position: -153px -37px;
	width: 17px;
	height: 20px;
	margin-right: 10px;
	top: 5px;
}

.info_profil-panel-item_tel span {
	display: inline-block;
	vertical-align: middle;
}

.info_profil-panel__button {
	position: absolute;
	bottom: 6px;
	right: 0;
	display: inline-block;
	background-color: #fff;
	color: #eceff1;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
	padding: 0 5px 1px 5px;
	border: 0;
	border-bottom: 1px dotted #eceff1;
	outline: 0 !important;
}

.info_profil-panel__button:hover {
	border-bottom-color: transparent;
}

.info_profil-panel__button:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 0;
	height: 100%;
	width: 10px;
	background: #fff;
	-webkit-box-shadow: -10px 0 11px 6px rgba(255, 255, 255, 0.85);
	box-shadow: -10px 0 11px 6px rgba(255, 255, 255, 0.85);
	z-index: 8;
}

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

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

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

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

.info_profil-panel {
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.info {
	width: 100%;
	-webkit-box-shadow: 0 0 4px rgba(38, 50, 56, 0.15);
	box-shadow: 0 0 4px rgba(38, 50, 56, 0.15);
	border-radius: var(--border);
	background-color: #fff;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.info p {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.info-header {
	position: relative;
	display: block;
	min-height: 40px;
	padding: 10px 15px;
	background-color: var(--bg-2);
	color: white;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(24, 24, 24, 0.1)),
		to(rgba(255, 255, 255, 0.1))
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	background-image: linear-gradient(
		to top,
		rgba(24, 24, 24, 0.1) 0,
		rgba(255, 255, 255, 0.1) 100%
	);
	-webkit-box-shadow: 0 1px 0 #cfd8dc;
	box-shadow: 0 1px 0 #cfd8dc;
	font-size: 18px;
	margin-top: 0;
}

.info-header .icon {
	margin-right: 5px;
	vertical-align: middle;
}

.info-body {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 15px;
	flex-grow: 1;
}

@media (max-width: 576px) {
	.info-body {
		padding: 8px;
	}
}

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

.breadcrumbs {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

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

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

.seo-text {
	/*padding-bottom: 24px;*/
}

.card__info-block {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 13px;
	align-items: flex-start;
}

.service {
	/*padding-bottom: 24px;*/
	display: flex;
	gap: 11px;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: var(--border);
	overflow: hidden;
}

.profile__service {
	width: calc(100% / 3 * 2 - 12px);
}

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

.info-body_service {
	display: flex;
	flex-wrap: wrap;
}

.service-list {
	display: block;
	width: calc(100% / 3);
	padding-right: 20px;
}

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

@media (max-width: 600px) {
	.service-list {
		padding-right: 0;
		width: 100%;
	}
}

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

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

.link-list__title {
	color: #263238;
	font-weight: 700;
}

.link-list__item--price {
	background: #eee;
	color: #000;
	margin: 0;
	font-size: 12px !important;
	border-radius: 3px;
	padding: 2px 5px;
}

.link-list__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding-bottom: 5px;
}

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

.link-list__item > a:hover {
	text-decoration: none;
	opacity: 1;
	color: #ff2b76;
}

.link-list__item > a:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 13px;
	height: 13px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAYAAABGbhwYAAAAqUlEQVQoU42RsQ3CMBBF37VU2QBRE4lsgLIJIzAKbEBGYIKEDVKQGkZIA62j79iW5SpX2eenr3dnY2PZG0Zgb9Ae13OqCRoHvcHLJhiAs4M5hzOocnC3D1Q/GAxOEVZkSBLU1XAxNUtYPYMEhfuqlMMh0SdFYZ+oyp1Ca9xBe4A5JRbiHdDIGUiwpo4rSE6FhocFfrXHOF1UKeCnFn7TYw3X8pME/+EhhQXIp0a+XRDYsgAAAABJRU5ErkJggg==);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.link-list__item_active > a:after {
	width: 14px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAA9ElEQVQoU5WRwU0CURCGvyF4lhLoQDoQr7CHeTSgW4F2IHSgFUgFvDEuxBtrB1qBW4LejBqfmc1iECWBOc6bL/PP94Q9S6N2HJF9uEHUXguWKfGwM+ibPuEZ8I3XO4EOfcBSoJcSt/ORqXjzDTr3waptsbOZlgjHJJ7aQt+CvchwppUIhwL5XTDbhIdRpwKnKfF6IHQdquVkUa+A8wYYF8EmKziLOgYuHUpCfxHscfVW3ziIetaCm6ZpbcjfQdd6J0Wwcj3NjxxXLYnSYyeoBLo++AX5Ith084RfVmvlCRdx1AxOimAe90/9+x3N3RTBLraZ/gaBnlU/WFsT7QAAAABJRU5ErkJggg==);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

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

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

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

.btn_default:hover {
	background-color: rgba(50, 50, 50, 0.1);
}

.btn_red {
	background-color: #95a8b2;
	color: #fff;
}

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

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

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

button:focus {
	outline: 0;
}

.info_profil-data {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.info_profil-data .check {
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 10px;
	text-align: center;
}

.info_profil-data .check .check-img {
	display: block;
	margin: 0 auto;
	width: 42px;
	height: 42px;
	border: 2px solid #263238;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.info_profil-data .check .check-img img {
	margin: 3px auto;
}

.info_profil-data .check img {
	display: block;
	margin: 0 auto;
}

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

.info_profil-data-item {
	position: relative;
	width: calc(100% / 3 - 2 * 20px / 3);
	display: flex;
	flex-direction: column;
}

@media (max-width: 1200px) {
	.info_profil-data-item {
		width: calc(100% / 2 - 20px / 2);
	}
}

@media (max-width: 768px) {
	.info_profil-data-item {
		width: 100%;
	}
}

.info_profil-data-item .info {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

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

.info_profil-data-item .info-body {
	display: flex;
	flex-wrap: nowrap;
	gap: 3px;
}

.info_main .info-header {
	overflow: hidden;
	background-color: var(--bg-2);
	color: white;
}

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

.info_main .icon-hart-white {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

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

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

.info-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
}

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

.info-list-item {
	position: relative;
	width: 100%;
	display: block;
	white-space: nowrap;
	padding: 4px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}

.info-list-item.phone {
	width: unset;
}

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

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

.info-list-item .icon.icon-area {
	position: relative;
	top: 7px;
}

.info-list-item .icon.icon-local {
	position: relative;
	top: 7px;
}

a.info-list-item {
	font-size: 16px;
	text-decoration: none;
}

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

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

.price-list {
	display: flex;
	flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.price-list-item {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	flex-grow: 1;
}

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

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

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

.data-list {
	display: flex;
	gap: 3px;
}

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

.data-list-item {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	flex-grow: 1;
}

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

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

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

.data-list-item > a,
.data-list-item > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
	background-color: #eceff1;
	-webkit-border-radius: var(--border);
	border-radius: var(--border);
	/*-webkit-box-shadow: inset 0 1px 1px rgba(38, 50, 56, .2);*/
	/*box-shadow: inset 0 1px 1px rgba(38, 50, 56, .2)*/
}

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

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

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

#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.5rem;
}

#mainCarousel .carousel__slide img {
	width: 100%;
}

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

.slider .info-header {
	background: 0 0;
	width: auto;
	display: inline-block;
}

.slider .info-header .nav-item {
	background-color: #eceff1;
	-webkit-box-shadow: 0 1px 0 #cfd8dc;
	box-shadow: 0 1px 0 #cfd8dc;
}

.slider .info-body {
	background: #fff;
	-webkit-box-shadow: 0 0 4px rgba(38, 50, 56, 0.15);
	box-shadow: 0 0 4px rgba(38, 50, 56, 0.15);
}

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

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

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

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

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

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

.gallery__scrollbar_handle {
	position: relative;
	top: -4px;
	width: 100px;
	height: 10px;
	background-color: #78909c;
	-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;
}

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

.wrap-buttons {
	float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.irs-disabled {
	opacity: 0.4;
}

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

.irs {
	height: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.irs-grid {
	height: 27px;
}

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

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

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

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

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

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

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

.fade.in {
	opacity: 1;
}

.nav-tabs {
	padding: 0;
}

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

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

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

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

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

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

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	-webkit-border-radius: var(--border);
	border-radius: var(--border);
	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: var(--border);
	border-radius: var(--border);
	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;
}

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

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

	.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: 992px) {
	.menu-list__item.clicked {
		border-color: #cfd8dc;
		border-bottom-color: transparent;
		border-radius: var(--border) var(--border) 0 0;
	}

	.menu-button {
		display: none;
	}

	.gallery-mobile {
		display: none;
	}

	.header__inner .city__button {
		margin-right: 0px;
	}
}

@media (min-width: 992px) {
	.detail .info_profil {
		margin-bottom: 24px;
	}

	.container {
		max-width: 980px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440) {
	.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_btn .icon {
		margin: 0;
		right: 10px;
	}

	.menu__label {
		text-transform: capitalize;
	}

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

	.info_profil {
		width: calc(100% / 3 - 2 * 20px / 3);
	}
}

@media screen and (max-width: 992px) {
	.menu-list__item:nth-last-child(2) {
		margin-left: 0;
	}
}

@media screen and (max-width: 991px) {
	.slider {
		padding-top: 0px;
	}

	.service {
		flex-direction: column;
	}

	.profile__service{
		width: 100%;
	}

	.price-list {
		justify-content: space-around;
	}

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

	.menu-list__item {
		margin-left: 0;
		padding-left: 5px;
		padding-right: 5px;
	}

	.menu-list__item_box .menu-list__link:after {
		margin-left: 35px;
	}

	.menu-list__item_box .menu-list__link:before {
		right: -5px;
		width: 21px;
	}

	.menu-list__item_btn .icon {
		margin: 0 !important;
	}

	.menu-list__link .icon {
		margin-right: 3px;
	}

	.menu__label {
		font-size: 12px;
	}

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

	.info_profil {
		width: 31.5%;
	}

	.frame {
		height: 380px;
	}

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

@media screen and (max-width: 992px) {
	.card__info-block,
	.service {
		flex-direction: column;
	}

	.profile__service {
		width: 100%;
	}

	.info_profil {
		width: calc(100% / 2 - 20px / 2);
	}

	.logo__text {
		display: none;
	}

	.menu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9991;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform 0.5s ease;
		transition: -webkit-transform 0.5s ease;
		transition: transform 0.5s ease;
		transition: transform 0.5s ease, -webkit-transform 0.5s ease;
		background-color: #fff;
		padding: 60px 20px 20px;
	}

	.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__item {
		background: 0;
		padding: 0;
		display: block;
		width: 100%;
		margin: 0;
	}

	.menu-list__item:first-child {
		border-top: none;
	}

	.menu-list__item.parent {
		padding-top: 0;
	}

	.menu-list__item:not(:nth-child(4)) a:after {
		/*margin-left: 109px*/
	}

	.menu-list__item:nth-child(3) a:after {
		/*margin-left: 110px*/
	}

	.menu-list__item:first-child a:after {
		/*margin-left: 112px*/
	}

	.menu-list__item_box .menu-list__link:before {
		display: none;
	}

	.menu-list__item_box {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.menu-list__item_btn {
		text-transform: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: block;
		width: 100%;
		margin: 0 auto;
		float: none;
		border: 1px solid #cfd8dc;
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgba(24, 24, 24, 0.1)),
			to(rgba(255, 255, 255, 0.1))
		);
		background-image: -webkit-linear-gradient(
			bottom,
			rgba(24, 24, 24, 0.1) 0,
			rgba(255, 255, 255, 0.1) 100%
		);
		background-image: linear-gradient(
			to top,
			rgba(24, 24, 24, 0.1) 0,
			rgba(255, 255, 255, 0.1) 100%
		);
	}

	.menu__label {
		font-size: 16px;
		width: 100%;
		text-transform: none;
	}

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

	.submenu {
		position: static;
	}

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

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

	.info_profil-within {
		position: static;
	}

	.info_profil-panel-item_tel {
		margin-top: 10px;
	}

	.info_profil-data .check {
		bottom: 10px;
	}

	/*.info_profil-data-item .info {*/
	/*    height: auto*/
	/*}*/
	.data-list {
		margin-top: 10px;
	}

	.slider {
		padding-top: 0;
	}

	.gallery {
		display: none;
	}
}

@media screen and (max-width: 766px) {
	.info_profil {
		width: calc(100% / 2 - 20px / 2);
	}

	.profile-cards {
		flex-direction: inherit;
	}
}

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

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

	.info_profil {
		width: 100%;
	}

	.info_profil {
		width: 48.5%;
	}

	.profile-cards {
		flex-direction: inherit;
	}
}

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

	.profile-cards {
		flex-direction: inherit;
	}

	/*.local {*/
	/*    padding-top: 20px*/
	/*}*/
	/*.local p {*/
	/*    font-size: 0*/
	/*}*/

	.info_profils {
		margin: 0 auto;
	}

	.info-body_service {
		padding-bottom: 20px;
		flex-direction: column;
	}

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

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

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

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

	.i-hide {
		display: none;
	}

	.menu-list {
		flex-direction: column;
		min-height: 480px;
	}
}

@media screen and (max-width: 530px) {
	.info_profil {
		width: 47.9%;
	}

	.logo__img {
		width: 40px;
	}

	.logo__text span {
		font-size: 16px;
	}
}

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

	.info_profil {
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	.service .info {
		min-height: 440px;
	}

	.info_profil-data .check {
		right: 7px;
		bottom: 5px;
	}

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

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

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

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

@media screen and (max-width: 1199px) and (min-width: 768px) {
	.submenu-col-2 {
		width: 32.4%;
	}

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

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

.classh2 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	color: #060808;
	line-height: 25px;
	font-weight: 400;
	padding-top: 20px;
}

/* 05.07.2023 */
a {
	text-decoration: none;
	transition: 0.3s;
	color: #ff2b76;
}

a:hover {
	opacity: 0.7;
}

/* footer */
.footer {
	padding: 12px 0;
	background: var(--bg-2);
}

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

@media (max-width: 768px) {
	.footer__inner {
		flex-direction: column;
		gap: 20px;
	}
}

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

.logo__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: white;
}

.footer__archive,
.city__button {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 15px;
}

.city__button {
	cursor: pointer;
	transition: 0.3s;
	color: #ff2b76;
	margin-right: 50px;
}

.city__button:hover {
	opacity: 0.7;
}

/* header */
.header-top {
	width: 100%;
	padding: 15px 0;
}

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

.link-like-header {
	display: flex;
	align-items: center;
	gap: 4px;
}

.header-bottom {
	padding: 12px 0;
	background-color: #fff;
}

@media (max-width: 992px) {
	.header-bottom {
		padding: 0;
	}
}

.menu-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	background-color: #fff;
}

@media (max-width: 992px) {
	.menu-list {
		gap: 0px;
	}
}

.menu-list__item {
	width: calc(100% / 5 - 4 * 16px / 5);
}

@media (max-width: 1200px) {
	.menu-list__item {
		width: calc(100% / 4 - 3 * 16px / 4);
	}
}

@media (max-width: 992px) {
	.menu-list__item {
		width: 100%;
		border: none;
		border-bottom: 1px solid #cfd8dc;
	}
}

.toggle-dropdown {
	display: flex;
	flex-direction: column;
}

.menu-list__link {
	display: flex;
	align-items: center;
	padding: 10px 30px 10px 10px;
	cursor: pointer;
}

@media (max-width: 992px) {
	.menu-list__link {
		padding: 16px 30px 16px 10px;
	}
}

@media (max-width: 992px) {
	.submenu .container {
		margin: 0;
		padding: 0;
		max-width: unset;
	}
}

.submenu-col-2 {
	width: calc(100% / 4 - 48px / 4);
	padding: 6px;
}

@media (max-width: 992px) {
	.submenu-col-2 {
		width: calc(100% / 3 - 2 * 16px / 3);
	}
}

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

.submenu-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.submenu__content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	overflow: auto;
	max-height: 400px;
}

.submenu-col-2-serv {
	width: calc(100% / 3 - 32px / 3);
}

@media (max-width: 768px) {
	.submenu-col-2,
	.submenu-col-2-serv {
		width: calc(100% / 2 - 16px / 2);
	}
}

@media (max-width: 576px) {
	.submenu-col-2,
	.submenu-col-2-serv {
		width: 100%;
	}
}

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

.wrapper__inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.title {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (max-width: 768px) {
	.title {
		gap: 20px;
	}
}

.textmain li {
	list-style: disc;
}

.list li {
	width: calc(100% / 3 - 2 * 3px / 3);
}

.list_two li {
	width: calc(100% / 4 - 3 * 3px / 4);
}

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

.profile__tags a,
.profile__tags label {
	padding: 5px 10px;
	border: 1px solid #ff2b76;
}

.profile__tags a:hover {
	color: #fff;
	background: #ff2b76;
}

.card__service--item--extra {
	flex-shrink: 0;
}

.block-warning::before {
	display: none;
}

.block-warning {
	text-align: center;
	margin: 0;
	font-weight: 400;
	color: #000;
	font-size: 14px;
}

.block-warning span {
	opacity: 0.7;
}

.next-info_profil {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.up__button {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 20;
	display: flex;
	align-items: center;
	transition: 0.2s linear;
	opacity: 0;
	pointer-events: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff2b76;
	border: 0;
}

.up__button:hover {
	opacity: 0.8;
	background: #ff2b76;
}

.up__button.active {
	opacity: 1;
	pointer-events: all;
}

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

@media (max-width: 992px) {
	.menu-list__item_btn {
		background-color: unset;
		border: 0;
		background-image: unset;
	}
}

.info__contacts {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

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

.info__social a {
	display: flex;
}

html {
	height: 100%;
}

.font14 {
	font-size: 14px;
}

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

.outsel {
	opacity: 0.7;
}

.allphotos {
	position: relative;
}


.allphotos:after,
.allphotos:before {
	content: none;
	position: absolute;
	height: 521px;
	width: 40px;
	top: 20px;
	left: 0;
}

.allphotos:before {
	background: #fff;
	background: -moz-linear-gradient(
		left,
		rgba(230, 230, 230, 0) 0,
		#f5f5f5 100%
	);
	background: -webkit-linear-gradient(
		left,
		rgba(230, 230, 230, 0) 0,
		#f5f5f5 100%
	);
	background: linear-gradient(to left, rgba(230, 230, 230, 0) 0, #f5f5f5 100%);
}

.allphotos:after {
	left: inherit;
	right: 0;
	background: #fff;
	background: -moz-linear-gradient(
		right,
		rgba(230, 230, 230, 0) 0,
		#f5f5f5 100%
	);
	background: -webkit-linear-gradient(
		right,
		rgba(230, 230, 230, 0) 0,
		#f5f5f5 100%
	);
	background: linear-gradient(to right, rgba(230, 230, 230, 0) 0, #f5f5f5 100%);
}

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

.csp2 {
	width: 100%;
}

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

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

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

.hidden {
	display: none;
}

.textmain {
	max-width: 100%;
	box-sizing: border-box;
	background: #fefefe;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	display: block;
	border: 0;
	border-top: 1px solid #fff;
	-webkit-box-shadow: 0 0 14px rgba(38, 50, 56, 0.2);
	box-shadow: 0 0 14px rgba(38, 50, 56, 0.2);
	-webkit-border-radius: var(--border);
	border-radius: var(--border);
}

.textmain p {
	margin-top: 0;
	margin-bottom: 0.4rem;
}

.textmain h2 {
	margin-top: 0;
}

.textmain ul,
.textmain ol {
	margin-top: 0;
	margin-bottom: 0.4rem;
}

.textmain ul li,
.textmain ol li {
	margin-bottom: 0.2rem;
}

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

	.catalog__item_image {
		height: 225px;
	}
}

@media screen and (max-width: 767px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}

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

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

}

@media screen and (max-width: 600px) {
	.allphotos:after,
	.allphotos:before {
		width: 0;
		height: 0;
	}
}

@media screen and (max-width: 500px) {
	.irs-from,
	.irs-to {
		font-size: 12px !important;
	}

	.allphotos:after,
	.allphotos:before {
		width: 0;
		height: 0;
	}

}

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

.logo {
	text-decoration: none;
}

.logo__img {
	padding-top: 0;
	padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.irs-disabled {
	opacity: 0.4;
}

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

.irs {
	height: 40px;
}

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

.irs-line {
	height: 10px;
	top: 5px;
	background: silver;
	-webkit-box-shadow: inset 0 1px 5px 1px rgba(158, 158, 158, 1);
	-moz-box-shadow: inset 0 1px 5px 1px rgba(158, 158, 158, 1);
	box-shadow: inset 0 1px 5px 1px rgba(158, 158, 158, 1);
	border: 0;
	border-radius: 16px;
	-moz-border-radius: 16px;
}

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

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

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

.irs-bar {
	height: 10px;
	top: 5px;
	border-top: 1px solid #428bca;
	border-bottom: 1px solid #428bca;
	background: #28587f;
	background: -moz-linear-gradient(left, #28587f 0, #5395d0 50%, #28587f 100%);
	background: -webkit-linear-gradient(
		left,
		#28587f 0,
		#5395d0 50%,
		#28587f 100%
	);
	background: linear-gradient(to right, #28587f 0, #5395d0 50%, #28587f 100%);
}

.irs-bar-edge {
	height: 10px;
	top: 5px;
	width: 14px;
	border: 1px solid #428bca;
	border-right: 0;
	background: #428bca;
	background: linear-gradient(
		to top,
		rgba(66, 139, 202, 1) 0,
		rgba(127, 195, 232, 1) 100%
	);
	border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
}

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

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

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

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

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

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

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

.irs-grid {
	height: 27px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@-moz-keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@-ms-keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@-moz-keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@-ms-keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../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 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}

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

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

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

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

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

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

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
		top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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