*,
:after,
:before {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	height: 100%;
	margin: 0;
	font-family: Arial, sans-serif;
	width: 100%;
}
header,
main,
footer {
	display: block;
}
a {
	background-color: transparent;
}
b,
strong {
	font-weight: bolder;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	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;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
[hidden] {
	display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type='number'] {
	-moz-appearance: textfield;
}
textarea {
	font-size: 15px;
	color: #333;
	line-height: 16px;
	padding: 7px;
	border: 1px solid #c2c2cc;
	border-radius: 3px;
	font-family: Arial;
	resize: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
}
input[type='submit'] {
	line-height: 40px;
	transition: 0.3s;
	border-radius: 4px;
	white-space: nowrap;
	padding: 0 50px;
	font-weight: 700;
	cursor: pointer;
	font-size: 18px;
	background: #003550;
	color: #fff;
	border: 1px solid #003550;
}
input[type='submit']:hover {
	background: #e20100;
	border-color: #e20100;
	background: #e20100;
	border-color: #e20100;
}
input[type='text'],
input[type='password'] {
	height: 26px;
	font-size: 15px;
	color: #303030;
	line-height: 26px;
	background-color: #fff;
	border: 1px solid #cbcaca;
	border-radius: 4px;
	padding: 0 8px;
}
.i-logo {
	height: 50px;
}
a {
	text-decoration: none;
	color: #003550;
	cursor: pointer;
	outline: none;
	transition: 0.3s;
}
a:hover {
	color: #e31837;
}
h1 {
	font-weight: 400;
	color: #303030;
	text-align: center;
	padding-bottom: 10px;
	font-size: 24px;
}
h2 {
	margin: 8px 0;
	font-size: 24px;
	text-align: center;
	color: #303030;
	font-weight: 400;
}
h3 {
	margin: 15px 0 3px;
	font-size: 20px;
	text-align: center;
	color: #303030;
	font-weight: 400;
}
h4 {
	margin: 15px 0 0;
	font-size: 18px;
	text-align: center;
	color: #303030;
	font-weight: 400;
}
.page {
	background-color: #fcfeff;
}
#content-wrapper {
	min-height: calc(100vh - 205px);
}
.top-row {
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
	background-color: #003550;
	display: flex;
	position: relative;
	z-index: 2;
}
.top-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	justify-content: space-between;
}
.top-left {
	display: flex;
	justify-content: space-between;
	width: calc(50% + 87px);
}
.logo-wrapper a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 28px;
	max-height: 50px;
	color: #fff;
	transition: 0s;
}
.logo-wrapper a img {
	max-height: 50px;
	transition: 0s;
}
.logo-wrapper a:hover img,
.logo-wrapper a:hover {
	opacity: 0.9;
}
.header-nav > button {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	padding: 0;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	-webkit-appearance: none;
	background: none;
	border: 0;
	cursor: pointer;
}
.header-nav > button > span {
	background-image: linear-gradient(#a5b8c1, #a5b8c1);
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size 0.3s;
	background-position: 0 100%;
}
.header-nav > button:hover > span {
	color: #a5b8c1;
	background-size: 100% 1px;
}
.header-nav > button:hover > svg {
	fill: #a5b8c1;
	transition: 0.3s;
}
.header-nav > button > svg {
	width: 21px;
	height: 21px;
	fill: #fff;
	margin-right: 12px;
	top: 0;
	position: relative;
}
.cabinet-link:hover {
	color: #a5b8c1;
}
.cabinet-link:hover > span {
	background-image: linear-gradient(#a5b8c1, #a5b8c1);
	background-repeat: no-repeat;
	transition: background-size 0.3s;
	background-position: 0 100%;
	background-size: 100% 1px;
	color: #a5b8c1;
}
.cabinet {
	display: flex;
	align-items: center;
	position: relative;
}
.cabinet-link {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 0 5px;
}
.cabinet-container {
	display: flex;
	align-items: center;
	height: 100%;
}
.cabinet-link > svg {
	margin-right: 5px;
	width: 30px;
	height: 30px;
	fill: #fff;
}
.cabinet-link:hover > svg {
	fill: #a5b8c1;
}
.cabinet-link > span {
	background-size: 0 1px;
}
.wishlist {
	margin-right: 10px;
}
.wishlist a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23fff' viewBox='0 0 20 19.95'%3E%3Cpath d='M16.55 2.3a5.54 5.54 0 00-5 .6 5.5 5.5 0 00-1.5 1.9 5.5 5.5 0 00-1.5-1.9 5.54 5.54 0 00-5-.6c-2.8.9-4 4.2-3.4 6.9a8 8 0 002.8 4c1.3 1.2 2.6 2.3 3.9 3.4 1.1.8 2.1 1.6 3.2 2.4 1.1-.8 2.1-1.6 3.1-2.4 1.3-1.1 2.7-2.2 3.9-3.4a9.4 9.4 0 002.8-4c.7-2.7-.5-6-3.3-6.9z'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	color: #003550;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	line-height: 30px;
}
.wishlist a:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23a5b8c1' viewBox='0 0 20 19.95'%3E%3Cpath d='M16.55 2.3a5.54 5.54 0 00-5 .6 5.5 5.5 0 00-1.5 1.9 5.5 5.5 0 00-1.5-1.9 5.54 5.54 0 00-5-.6c-2.8.9-4 4.2-3.4 6.9a8 8 0 002.8 4c1.3 1.2 2.6 2.3 3.9 3.4 1.1.8 2.1 1.6 3.2 2.4 1.1-.8 2.1-1.6 3.1-2.4 1.3-1.1 2.7-2.2 3.9-3.4a9.4 9.4 0 002.8-4c.7-2.7-.5-6-3.3-6.9z'/%3E%3C/svg%3E%0A");
}
.top-menu-wrapper {
	display: none;
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
	background-color: #f7f7f7;
	border-bottom: 1px solid #e9e9e9;
	z-index: 1;
	position: relative;
}
.top-menu {
	display: flex;
	max-width: 1680px;
	width: calc(100% - 30px);
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
}
.top-menu a {
	position: relative;
	color: #003550;
	display: flex;
	text-align: left;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	height: 32px;
	align-items: center;
	margin-right: 15px;
}
.top-menu a.last {
	margin-right: 0;
}
.top-menu a > svg {
	margin-right: 5px;
	width: 18px;
	height: 18px;
	fill: #003550;
}
.top-menu a:hover {
	color: #27536a;
}
.top-menu a:hover > svg {
	fill: #27536a;
}
.top-menu-button {
	display: none;
}
.submenu {
	position: absolute;
	display: flex;
	top: 50px;
	width: 700px;
	left: 0;
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 3px #000;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 25px;
	cursor: auto;
	opacity: 0;
	visibility: hidden;
}
.overlay-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.54);
	z-index: 10500;
	opacity: 0;
	visibility: hidden;
}
.modal-container {
	position: fixed;
	z-index: 11500;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: auto;
	overflow-y: auto;
}
.modal-inner {
	z-index: 11505;
	position: relative;
	max-width: 1220px;
	width: calc(100% - 100px);
	background-color: #fff;
	border-radius: 6px;
	margin: 30px auto;
	padding: 0 10px 10px;
}
.modal-title {
	color: #424141;
	font-weight: 700;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	padding-top: 5px;
}
.h1 {
	display: flex;
	justify-content: center;
}
.h1 > .verify {
	height: 24px;
}
.h1 > .verify > .verify-text {
	padding: 5px 0;
}
.content {
	padding-top: 20px;
	max-width: min(100vw, 1680px);
	margin: 0 auto;
}
.breadcrumbs {
	margin: 0 auto 10px;
	max-width: 1680px;
	width: calc(100% - 30px);
}
.breadcrumbs ol {
	display: flex;
	list-style: none;
	padding-left: 17px;
	margin: 0;
	overflow: auto;
	overflow-y: hidden;
	white-space: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
	color: gray;
	font-size: 14px;
}
.breadcrumbs ol li:not(:last-child):after {
	content: '/';
	vertical-align: middle;
	padding: 0 6px;
	color: #bdbdbd;
}
.breadcrumbs ol li {
	margin-right: 5px;
}
.breadcrumbs ol li a svg {
	margin-right: 2px;
	width: 12px;
	height: 12px;
	fill: #003550;
}
.breadcrumbs ol li a:hover svg {
	fill: #e31837;
}
#footer {
	background-color: #003550;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	margin-top: 20px;
}
.copyright,
.mobile {
	margin-bottom: 5px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.no-overflow {
	overflow: hidden;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.54);
	z-index: 11500;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	opacity: 1;
}
.close {
	position: absolute;
	width: 58px;
	height: 45px;
	right: 0;
	top: 0;
	cursor: pointer;
	border-radius: 0 8px 0 0;
}
.close:hover .close-icon {
	width: 1.7rem;
	height: 1.7rem;
	transition: 0.3s;
}
.close-icon {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 50%;
	width: 1.5rem;
	height: 1.5rem;
	transform: translate3d(-50%, -50%, 0);
}
.close-icon:after {
	content: '';
	position: absolute;
	height: 0.2rem;
	width: 100%;
	top: 50%;
	left: 0;
	transform-origin: 50% 0;
	background-color: #5f5e5e;
	transition: 0.8s;
	transform: rotate(495deg) translate3d(0, -50%, 0);
}
.close-icon:before {
	content: '';
	position: absolute;
	height: 0.2rem;
	background-color: #5f5e5e;
	width: 100%;
	top: 50%;
	left: 0;
	transform-origin: 50% 0;
	transition: 0.8s;
	transform: rotate(-495deg) translate3d(0, -50%, 0);
}
.filter {
	overflow: hidden;
	display: block;
	transition: max-height 0.5s ease-out;
	max-height: 0;
	margin: 0 auto;
	background-color: #f3f3f36b;
	border-bottom: 2px solid #013550;
}
.filter-btn {
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
	background-color: #013550;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	padding: 5px 0 8px;
	width: 240px;
	margin: 0 auto 20px;
	border-radius: 0 0 5px 5px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: 0.4s;
}
.filter-btn:hover {
	font-size: 17px;
}
.filter-btn:after {
	content: ' ';
	width: 8px;
	height: 8px;
	position: relative;
	left: 12px;
	top: 4px;
	display: block;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.filter-close:after {
	top: 9px;
	transform: rotate(-135deg);
}
.visible {
	transition: max-height 0.5s ease-in;
	max-height: 10000px;
}
.profiles-container {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.profile {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	position: relative;
	padding: 20px 17px;
	width: calc(20% - 36px);
}
.profile > .photo {
	position: relative;
	aspect-ratio: 2/3;
}
.profile > .photo > a:hover {
	opacity: 0.7;
}
.profile > .photo div.vip {
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #e31837;
	font-size: 14px;
	padding: 3px 10px;
	border-radius: 7px;
}
.profile > .photo img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.profile > .name {
	line-height: 28px;
	font-size: 16px;
	position: relative;
	font-weight: 700;
}
.profile > .location {
	margin-bottom: 10px;
}
.profile > .location > a {
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
}
.profile > .location > svg {
	width: 16px;
	height: 16px;
	fill: #1c4b63;
	margin-right: 5px;
	margin-left: 1px;
	top: 3px;
	position: relative;
}
.profile > .details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid #e9e9e9;
}
.profile > .details .details-div {
	border-bottom: 1px solid #e9e9e9;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.profile > .details .details-div .details-div-icon {
	font-size: 14px;
	line-height: 16px;
	padding-top: 5px;
	color: #6e6e6e;
	display: flex;
	gap: 4px;
}
.profile > .details .details-div .details-div-icon svg {
	width: 13px;
	height: 13px;
	fill: #6e6e6e;

}
.profile > .details .details-div > span {
	font-weight: 700;
	line-height: 26px;
	color: #303030;
}
.profile > .details > div.left {
}
.profile > .details > dl {
	width: 50%;
	text-align: center;
}
.profile > .details > dl > dt {
	font-size: 14px;
	line-height: 16px;
	padding-top: 5px;
	border-top: 1px solid #e9e9e9;
	color: #6e6e6e;
}
.profile > .details > dl > dt > svg {
	width: 13px;
	height: 13px;
	fill: #6e6e6e;
	margin-right: 5px;
}
.profile > .details > dl > dd {
	font-weight: 700;
	line-height: 26px;
	color: #303030;
}
.profile > .prices {
	margin: 10px 0;
}
.profile > .prices > dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 22px;
}
.profile > .prices > dl > dt {
	width: calc(50% - 15%);
	padding-left: 15%;
	font-size: 14px;
	color: #303030;
}
.profile > .prices > dl > dt > svg {
	width: 13px;
	height: 13px;
	fill: #6e6e6e;
	margin-right: 5px;
}
.profile > .prices > dl > dd {
	font-weight: 700;
	font-size: 16px;
	width: 50%;
	text-align: center;
	color: #303030;
}
.profile > .prices > dl > dd > .currency {
	font-size: 14px;
}
.profile > .labels {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.none {
	display: none;
}
.profile > .labels .fav {
	background: transparent;
	border: none;
	cursor: pointer;
}
.profile > .labels svg.i-favorite {
	float: right;
	height: 20px;
	width: 20px;
	fill: #6e6e6e;
	margin-right: 0;
}
.profile > .labels svg.i-favorite:hover {
	fill: #e31837;
	cursor: pointer;
}
.profile > .labels svg.i-favorite.active {
	fill: #e31837;
}
.profile > .labels svg {
	height: 20px;
	width: 20px;
	fill: #003550;
	margin-right: 5px;
}
.profile > .labels svg.green {
	fill: green;
}
.profile > .labels svg.darkorange {
	fill: #ff8c00;
}
.profile > .labels svg.red {
	fill: #e31837;
}
.profile > .telephone > .tel-button {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-align: center;
	background-color: #003550;
	color: #fff;
	font-weight: 700;
	transition: 0.3s;
	height: 38.4px;
}
.profile > .telephone > .tel-button:hover {
	background-color: #407793;
}
.profile > .telephone > .tel-button > svg {
	fill: #fff;
	width: 24px;
	height: 24px;
	margin-right: 4px;
}
.profile > .telephone > .number {
	display: none;
	text-align: center;
	font-weight: 700;
	padding: 10px 0;
	line-height: 24px;
}
.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	background-color: #003550;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 2;
	top: calc(100% + 5px);
	left: 0;
	margin-left: -7px;
	min-width: 80px;
}
.tooltip:hover::after {
	content: '';
	position: absolute;
	bottom: calc(0% - 5px);
	left: calc(50% - 7px);
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #003550;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.verify {
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.verify > svg {
	height: 20px;
	width: 20px;
	fill: green;
}
.verify > .verify-text {
	visibility: hidden;
	background-color: green;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: calc(100% + 5px);
	left: 0;
	margin-left: -7px;
	min-width: 120px;
}
.verify:hover::after {
	content: '';
	position: absolute;
	bottom: calc(0% - 6px);
	left: calc(50% - 5px);
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent green;
}
.verify:hover > .verify-text {
	visibility: visible;
}
.showMore {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-align: center;
	background-color: #e31837;
	color: #fff;
	font-weight: 700;
	padding: 10px 5px;
	transition: 0.3s;
	width: 220px;
	margin: 20px auto;
	font-size: 18px;
}
.showMore:hover {
	background-color: #f97988;
}
.showMore > svg {
	fill: #fff;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
.tabs {
	max-width: 1680px;
	margin: 0 auto;
	display: flex;
}
.tab {
	padding: 10px 0;
	cursor: pointer;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	background-color: #506e81;
	margin: 0 1px;
}
.tab.active {
	border-bottom: 0;
	background-color: #013550;
	color: #fff;
	font-weight: 700;
}
.tab-data {
	display: none;
}
.tab-data.active {
	display: block;
	padding-top: 20px;
}
.rotate {
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}
.pagination {
	margin: 20px auto;
	display: flex;
	justify-content: center;
}
.pagination a:hover {
	background-color: #407793;
}
.pagination a {
	display: block;
	font-weight: 700;
	color: #fff;
	background-color: #003550;
	line-height: 34px;
	width: 34px;
	text-align: center;
	font-size: 14px;
	margin: 0 1px;
}
.pagination span {
	display: block;
	font-weight: 700;
	color: #fff;
	background-color: #003550;
	line-height: 34px;
	width: 34px;
	text-align: center;
	font-size: 14px;
	margin: 0 1px;
}
.pagination span.current-page {
	font-weight: 700;
	color: #fff;
	background-color: #e31837;
	line-height: 34px;
	width: 34px;
	text-align: center;
	font-size: 14px;
	margin: 0 1px;
}
.profile-page {
	display: grid;
	grid-template-columns: 35% 1fr;
	grid-gap: 30px;
}
.thumb {
	position: absolute;
	width: 66px;
	overflow: hidden;
	top: 0;
	height: 100%;
}
.fp-photos-wrapper {
	width: 100%;
	position: relative;
}
.fp-header {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.fp-photos {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	align-items: flex-start;
	grid-column: 1;
	grid-row: 1;
	height: max-content;
	grid-row-end: 5;
	box-sizing: border-box;
}
.photos {
	width: calc(100% - 66px);
	padding-left: 66px;
}
.photos .carousel-slide img {
	max-width: 500px;
	max-height: 500px;
	width: 100%;
	height: 100%;
}
.fp-price-comment {
	padding-top: 10px;
}
.bl-bg {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	padding: 15px;
}
.bl-3 {
	box-sizing: border-box;
}
.time {
	background-color: #29556c;
	display: inline-flex;
	padding: 5px 8px;
	gap: 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.w-icon svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}
.fp-telephone {
	font-weight: 700;
	font-size: 24px;
	display: inline-flex;
	gap: 5px;
}
.t-icon {
	display: flex;
	align-items: center;
}
.t-icon svg {
	width: 27px;
	height: 27px;
	fill: #003550;
}
.tel-descr {
	width: 100%;
	text-align: center;
	background-color: #f3f3f5;
	padding: 5px 10px;
	color: #383838;
}
.flexrow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.fp-h2 {
	margin: 0 0 12px;
}
.fp-data dt {
	margin: 0 5px 0 0;
	padding: 4px 0;
	color: #808d9a;
}
.fp-data dd {
	padding: 4px 0;
}
.fp-data-top {
	text-align: center;
	display: flex;
	gap: 3px;
	justify-content: center;
}
.fp-data-top > div > svg {
	width: 14px;
	height: 14px;
	fill: #fff;
}
.fp-data-top > div {
	background-color: #29556c;
	display: inline-flex;
	padding: 5px 8px;
	gap: 7px;
	color: #fff;
	border-radius: 3px;
	line-height: 14px;
	font-size: 14px;
}
.fp-data dt > svg {
	width: 14px;
	height: 14px;
	fill: #808d9a;
	margin-right: 4px;
}
.fp-data-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.fp-prices table {
	width: 100%;
	font-size: 16px;
}
.fp-prices table th.first-col {
	width: 110px;
}
.fp-prices table th {
	text-align: center;
	border: 1px solid #ddd;
	padding: 8px;
}
.fp-prices table td {
	padding: 8px;
	border: 1px solid #ddd;
	text-align: center;
}
.fp-prices table td.first-col {
	text-align: left;
}
.fp-prices svg {
	width: 13px;
	height: 13px;
	fill: #6e6e6e;
	margin-right: 5px;
}
.fp-data-place {
	display: grid;
	grid-template-columns: max-content auto;
	margin: 10px 0;
}
.fp-data-char {
	text-align: center;
	display: flex;
	gap: 5px;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
}
.fp-data-char li {
	list-style: none;
	background-color: #c9d4da;
	padding: 5px 8px;
	gap: 7px;
	color: #373b40;
	line-height: 14px;
	font-size: 14px;
	border-radius: 3px;
}
.fp-data-char li a {
	color: #373b40;
	text-decoration: underline;
}
.fp-data-char li a:hover {
	text-decoration: none;
}
.tel-bl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}
.fp-departure {
	margin-top: 15px;
	display: flex;
}
.fp-departure > .details-title {
	color: #808d9a;
	margin-right: 5px;
}
.col-2 {
	grid-column: 2;
}
ul.fp-services-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	width: 100%;
}
.service-item-span::first-letter {
	text-transform: uppercase;
}
ul.fp-services-group:before {
	content: attr(aria-label);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	width: 100%;
}
.fp-services-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-item {
	display: flex;
	align-items: center;
	gap: 5px;
}
.service-extra {
	color: #ff0098;
	display: flex;
	padding-left: 24px;
}
.s-icon svg {
	fill: #ff0098;
	width: 24px;
	height: 20px;
	top: 2px;
	position: relative;
}
#map-marker {
	height: 250px;
}
.location-title {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 10px;
}
.fp-video-h2 {
	padding-top: 30px;
	margin: 0 auto 10px;
}
.fp-video {
	width: 100%;
	max-height: 400px;
}
.fp-video-player {
	width: 100%;
	max-height: 400px;
}
.margintop {
	margin-top: 15px;
}
.ad {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	position: relative;
	padding: 20px 17px;
	margin: 0 0 10px;
}
.ad_date {
	font-style: italic;
}
.grade::before,
.grade::after {
	content: ' ';
	display: inline-block;
	background-size: 12px;
	height: 12px;
}
.grade::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZjY3MGInIHZpZXdCb3g9JzAgMCA0NzcuOTA1IDQ3Ny45MDUnPjxwYXRoIGQ9J000NzYuMzQzIDE4My4wMDhhMzQuMTM0IDM0LjEzNCAwIDAwLTI4LjMxNC0yNC4xNDlsLTEyNy4wMS0xNy41NDUtNTAuMjYxLTEyMC4wOThDMjYzLjQyIDMuNjM3IDI0My4yMi00LjY2NCAyMjUuNjQxIDIuNjc0QTM0LjQ5MiAzNC40OTIgMCAwMDIwNy4xIDIxLjIxNWwtNTAuMjYxIDEyMC4wOTgtMTI3LjAxIDE3LjU0NUMxMC45MDUgMTYxLjQ5My0yLjMgMTc4Ljk2OS4zMzUgMTk3Ljg5MmEzNC41OTIgMzQuNTkyIDAgMDAxMS4yNDkgMjEuMDU4bDk1LjY5MyA4NS4zMzMtMTkuNjYxIDEzMy45MDZhMzQuMTMzIDM0LjEzMyAwIDAwMTUuODM4IDM0LjM1NSAzNC4wMTMgMzQuMDEzIDAgMDAzNy43LS43bDk3Ljc3NS02Ni40OTIgOTcuNzc1IDY2LjU2YzE1Ljc3NyAxMC43MDggMzcuMjQ4IDYuNTk5IDQ3Ljk1Ny05LjE3OGEzNC41MjcgMzQuNTI3IDAgMDA1LjU4Mi0yNC40NzdsLTE5LjY2MS0xMzMuOTU2IDk1LjY5My04NS4zMzNhMzQuMjkgMzQuMjkgMCAwMDEwLjA2OC0zNS45NnonLz48L3N2Zz4=);
}
.grade::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkY2RjZGMnIHZpZXdCb3g9JzAgMCA0NzcuOTA1IDQ3Ny45MDUnPjxwYXRoIGQ9J000NzYuMzQzIDE4My4wMDhhMzQuMTM0IDM0LjEzNCAwIDAwLTI4LjMxNC0yNC4xNDlsLTEyNy4wMS0xNy41NDUtNTAuMjYxLTEyMC4wOThDMjYzLjQyIDMuNjM3IDI0My4yMi00LjY2NCAyMjUuNjQxIDIuNjc0QTM0LjQ5MiAzNC40OTIgMCAwMDIwNy4xIDIxLjIxNWwtNTAuMjYxIDEyMC4wOTgtMTI3LjAxIDE3LjU0NUMxMC45MDUgMTYxLjQ5My0yLjMgMTc4Ljk2OS4zMzUgMTk3Ljg5MmEzNC41OTIgMzQuNTkyIDAgMDAxMS4yNDkgMjEuMDU4bDk1LjY5MyA4NS4zMzMtMTkuNjYxIDEzMy45MDZhMzQuMTMzIDM0LjEzMyAwIDAwMTUuODM4IDM0LjM1NSAzNC4wMTMgMzQuMDEzIDAgMDAzNy43LS43bDk3Ljc3NS02Ni40OTIgOTcuNzc1IDY2LjU2YzE1Ljc3NyAxMC43MDggMzcuMjQ4IDYuNTk5IDQ3Ljk1Ny05LjE3OGEzNC41MjcgMzQuNTI3IDAgMDA1LjU4Mi0yNC40NzdsLTE5LjY2MS0xMzMuOTU2IDk1LjY5My04NS4zMzNhMzQuMjkgMzQuMjkgMCAwMDEwLjA2OC0zNS45NnonLz48L3N2Zz4=);
}
.rate-1::before {
	width: 12px;
}
.rate-1::after {
	width: 48px;
}
.rate-2::before {
	width: 24px;
}
.rate-2::after {
	width: 36px;
}
.rate-3::before {
	width: 36px;
}
.rate-3::after {
	width: 24px;
}
.rate-4::before {
	width: 48px;
}
.rate-4::after {
	width: 12px;
}
.rate-5::before {
	width: 60px;
}
.rate-5::after {
	width: 0;
}
.grade-name {
	font-weight: 700;
	margin-right: 5px;
}
.grade-text {
	width: 60px;
	display: inline-block;
	text-align: left;
	font-style: italic;
}
.comment-grades {
	text-align: right;
	margin-left: 20px;
	font-size: 14px;
	min-width: 215px;
}
.comment-text {
	font-size: 14px;
}
.comment-text textarea {
	width: calc(100% - 17px);
	margin: 5px 0;
}
.submit-comment {
	text-align: center;
}
.comments-no {
	text-align: center;
	margin: 18px 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #eee;
}
.comments-auth {
	text-align: center;
}
.comments-auth span {
	text-decoration: underline;
	cursor: pointer;
	font-weight: 700;
	display: inline-block;
	color: #3f4e5c;
	transition: 0.3s;
}
.comments-auth span:hover {
	color: #ff8637;
}
.comment-block {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c7c7c7;
	display: flex;
}
.comment-info {
	width: 100%;
}
.comment-date {
	color: gray;
	font-style: italic;
	font-size: 14px;
}
.comment-user {
	color: #585858;
	font-weight: 700;
}
.comment-check {
	text-align: center;
	margin-bottom: 7px;
}
.comment-check label {
	margin-left: 4px;
	font-style: italic;
}
.comment-check input {
	margin-left: 10px;
}
.vote-name {
	font-weight: 700;
}
.comment-votes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6px;
}
.comment-vote {
	text-align: center;
	margin-bottom: 8px;
}
.comment-message {
	text-align: center;
	font-size: 14px;
	color: green;
	margin-bottom: 5px;
}
.star-container {
	font-size: 0;
	white-space: nowrap;
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 20px;
	overflow: hidden;
	position: relative;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkY2RjZGMnIHZpZXdCb3g9JzAgMCA0NzcuOTA1IDQ3Ny45MDUnPjxwYXRoIGQ9J000NzYuMzQzIDE4My4wMDhhMzQuMTM0IDM0LjEzNCAwIDAwLTI4LjMxNC0yNC4xNDlsLTEyNy4wMS0xNy41NDUtNTAuMjYxLTEyMC4wOThDMjYzLjQyIDMuNjM3IDI0My4yMi00LjY2NCAyMjUuNjQxIDIuNjc0QTM0LjQ5MiAzNC40OTIgMCAwMDIwNy4xIDIxLjIxNWwtNTAuMjYxIDEyMC4wOTgtMTI3LjAxIDE3LjU0NUMxMC45MDUgMTYxLjQ5My0yLjMgMTc4Ljk2OS4zMzUgMTk3Ljg5MmEzNC41OTIgMzQuNTkyIDAgMDAxMS4yNDkgMjEuMDU4bDk1LjY5MyA4NS4zMzMtMTkuNjYxIDEzMy45MDZhMzQuMTMzIDM0LjEzMyAwIDAwMTUuODM4IDM0LjM1NSAzNC4wMTMgMzQuMDEzIDAgMDAzNy43LS43bDk3Ljc3NS02Ni40OTIgOTcuNzc1IDY2LjU2YzE1Ljc3NyAxMC43MDggMzcuMjQ4IDYuNTk5IDQ3Ljk1Ny05LjE3OGEzNC41MjcgMzQuNTI3IDAgMDA1LjU4Mi0yNC40NzdsLTE5LjY2MS0xMzMuOTU2IDk1LjY5My04NS4zMzNhMzQuMjkgMzQuMjkgMCAwMDEwLjA2OC0zNS45NnonLz48L3N2Zz4=);
	background-size: contain;
}
.star-container i {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 20%;
	z-index: 1;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZjY3MGInIHZpZXdCb3g9JzAgMCA0NzcuOTA1IDQ3Ny45MDUnPjxwYXRoIGQ9J000NzYuMzQzIDE4My4wMDhhMzQuMTM0IDM0LjEzNCAwIDAwLTI4LjMxNC0yNC4xNDlsLTEyNy4wMS0xNy41NDUtNTAuMjYxLTEyMC4wOThDMjYzLjQyIDMuNjM3IDI0My4yMi00LjY2NCAyMjUuNjQxIDIuNjc0QTM0LjQ5MiAzNC40OTIgMCAwMDIwNy4xIDIxLjIxNWwtNTAuMjYxIDEyMC4wOTgtMTI3LjAxIDE3LjU0NUMxMC45MDUgMTYxLjQ5My0yLjMgMTc4Ljk2OS4zMzUgMTk3Ljg5MmEzNC41OTIgMzQuNTkyIDAgMDAxMS4yNDkgMjEuMDU4bDk1LjY5MyA4NS4zMzMtMTkuNjYxIDEzMy45MDZhMzQuMTMzIDM0LjEzMyAwIDAwMTUuODM4IDM0LjM1NSAzNC4wMTMgMzQuMDEzIDAgMDAzNy43LS43bDk3Ljc3NS02Ni40OTIgOTcuNzc1IDY2LjU2YzE1Ljc3NyAxMC43MDggMzcuMjQ4IDYuNTk5IDQ3Ljk1Ny05LjE3OGEzNC41MjcgMzQuNTI3IDAgMDA1LjU4Mi0yNC40NzdsLTE5LjY2MS0xMzMuOTU2IDk1LjY5My04NS4zMzNhMzQuMjkgMzQuMjkgMCAwMDEwLjA2OC0zNS45NnonLz48L3N2Zz4=);
	background-size: contain;
}
.star-container input {
	-moz-appearance: none;
	-webkit-appearance: none;
	opacity: 0;
	display: inline-block;
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
	position: relative;
	cursor: pointer;
}
.star-container input:hover + i,
.star-container input:checked + i {
	opacity: 1;
}
.star-container i ~ i {
	width: 40%;
}
.star-container i ~ i ~ i {
	width: 60%;
}
.star-container i ~ i ~ i ~ i {
	width: 80%;
}
.star-container i ~ i ~ i ~ i ~ i {
	width: 100%;
}
@media screen and (max-width: 1720px) {
	.cabinet {
		margin-right: 15px;
	}
	.header-nav > button {
		padding: 0 18px;
	}
	.text {
		padding: 0 20px;
	}
	.size-padding {
		padding: 0 15px;
		box-sizing: border-box;
	}
	.ad {
		margin: 0 15px 10px;
	}
}
@media screen and (max-width: 1540px) {
	.top-menu a {
		margin-right: 0;
	}
	.fp-prices table {
		font-size: 14px;
	}
	.fp-prices table th.first-col {
		width: 95px;
	}
}
@media screen and (max-width: 1380px) {
	.filter-item {
		width: 12%;
	}
	.fp-data-row {
		grid-template-columns: 1fr;
	}
	.profile-page {
		grid-template-columns: 50% 1fr;
		grid-gap: 15px;
	}
	.fp-data-row {
		gap: 15px;
	}
}
@media screen and (max-width: 1120px) {
	.filter-item {
		width: 15%;
	}
	.filter-button {
		flex-basis: 100%;
	}
	.fp-data-top > span {
		gap: 4px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1360px) {
	.profile {
		width: calc(25% - 36px);
	}
}
@media screen and (max-width: 900px) {
	.cabinet-link span {
		display: none;
	}
	.cabinet {
		margin-right: 0;
	}
}
@media screen and (min-width: 720px) and (max-width: 959px) {
	.tel-bl {
		justify-content: center;
	}
	.time {
		margin-top: 8px;
	}
	.fp-telephone {
		width: 100%;
		justify-content: center;
	}
}
@media screen and (min-width: 690px) and (max-width: 959px) {
	.profile {
		width: calc(33.3333% - 36px);
	}
}
@media screen and (max-width: 900px) {
	.top-menu a {
		width: 25%;
		margin-right: 0;
	}
}
@media screen and (max-width: 800px) {
	.profile-page {
		grid-template-columns: 100%;
	}
	.col-2 {
		grid-column: 1;
	}
	.fp-photos {
		grid-row: auto;
	}
}
@media screen and (max-width: 689px) {
	.profile {
		width: calc(50% - 36px);
	}
}
@media screen and (max-width: 600px) {
	.header-nav > button > span {
		display: none;
	}
	.header-nav > button:hover {
		background-color: transparent;
	}
	.top-menu a {
		width: 33.3333%;
		margin-right: 0;
	}
	.top-left {
		width: auto;
	}
}
@media screen and (max-width: 480px) {
	.tel-bl {
		justify-content: center;
	}
	.time {
		margin-top: 8px;
	}
	.fp-telephone {
		width: 100%;
		justify-content: center;
	}
	.profile > .telephone > .tel-button > span {
		font-size: 14px;
	}
	.profile > .telephone > .tel-button > svg {
		width: 20px;
		height: 20px;
	}
	.thumb {
		min-height: 410px;
	}
}
@media screen and (max-width: 460px) {
	.top-menu a {
		width: 50%;
		margin-right: 0;
	}
	.profile > .prices > dl > dt {
		width: calc(50% - 3%);
		padding-left: 3%;
	}
}
@media screen and (max-width: 420px) {
	.profile > .telephone > .tel-button > span {
		font-size: 12px;
	}
	.profile > .telephone > .tel-button > svg {
		width: 16px;
		height: 16px;
	}
}
@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
	0% {
		top: 69.12px;
		left: 69.12px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 12.96px;
		left: 12.96px;
		width: 112.32px;
		height: 112.32px;
		opacity: 0;
	}
}
.loading div {
	position: absolute;
	border-width: 2.88px;
	border-style: solid;
	opacity: 1;
	border-radius: 50%;
	animation: loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading div:nth-child(1) {
	border-color: #1d3f72;
	animation-delay: 0;
}
.loading div:nth-child(2) {
	border-color: #5699d2;
	animation-delay: -0.5s;
}
.loading-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: #fff;
	left: 0;
	right: 0;
	top: 0;
	border-radius: 0 0 10px 10px;
	z-index: 100;
	justify-content: center;
}
.loading {
	width: 144px;
	height: 144px;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0;
}
.loading div {
	box-sizing: content-box;
}
.photo {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.carousel-vertical > .carousel-wrapper {
	flex-direction: column;
}
.carousel-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.carousel-android .carousel-slide,
.carousel-wrapper {
	transform: translate3d(0px, 0, 0);
}
.carousel-pointer-events {
	touch-action: pan-y;
}
.carousel-pointer-events.carousel-vertical {
	touch-action: pan-x;
}
.carousel-slide {
	flex-shrink: 0;
	width: 100%;
	position: relative;
	transition-property: transform;
}
.carousel-slide-invisible-blank {
	visibility: hidden;
}
.mini-carousel {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}
.mini-carousel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.carousel-autoheight,
.carousel-autoheight .carousel-slide {
	height: auto;
}
.carousel-autoheight .carousel-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.carousel-horizontal.carousel-css-mode > .carousel-wrapper {
	scroll-snap-type: x mandatory;
}
.carousel-vertical.carousel-css-mode > .carousel-wrapper {
	scroll-snap-type: y mandatory;
}
:root {
	--carousel-navigation-size: 44px;
}
.carousel-button-next,
.carousel-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--carousel-navigation-size) / 44 * 27);
	height: var(--carousel-navigation-size);
	margin-top: calc(0px - (var(--carousel-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--carousel-navigation-color, var(--carousel-theme-color));
}
.carousel-button-next.carousel-button-disabled,
.carousel-button-prev.carousel-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.carousel-button-next:after,
.carousel-button-prev:after {
	font-family: carousel-icons;
	font-size: var(--carousel-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}
.carousel-button-prev,
.carousel-rtl .carousel-button-next {
	left: 10px;
	right: auto;
}
.carousel-button-prev:after,
.carousel-rtl .carousel-button-next:after {
	content: 'prev';
}
.carousel-button-next,
.carousel-rtl .carousel-button-prev {
	right: 10px;
	left: auto;
}
.carousel-button-next:after,
.carousel-rtl .carousel-button-prev:after {
	content: 'next';
}
.carousel-button-lock {
	display: none;
}
.carousel-pagination {
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	bottom: 10px;
	left: calc(50% - 40px);
	right: 0;
	width: 80px;
	background-color: #003550;
	border-radius: 10px;
	opacity: 0.7;
}
.carousel-pagination.carousel-pagination-hidden {
	opacity: 0;
}
.carousel-pagination-bullet {
	bottom: 10px;
	left: calc(50% - 40px);
	right: 0;
	width: 80px;
	background-color: #003550;
	border-radius: 10px;
	opacity: 0.7;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
}
button.carousel-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.carousel-pagination-clickable .carousel-pagination-bullet {
	cursor: pointer;
}
.carousel-pagination-bullet:only-child {
	display: none !important;
}
.carousel-pagination-bullet-active {
	opacity: var(--carousel-pagination-bullet-opacity, 1);
	background: #e31837;
}
.carousel-pagination-vertical.carousel-pagination-bullets,
.carousel-vertical > .carousel-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.carousel-pagination-vertical.carousel-pagination-bullets
	.carousel-pagination-bullet,
.carousel-vertical > .carousel-pagination-bullets .carousel-pagination-bullet {
	margin: var(--carousel-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}
.carousel-pagination-vertical.carousel-pagination-bullets.carousel-pagination-bullets-dynamic,
.carousel-vertical
	> .carousel-pagination-bullets.carousel-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.carousel-pagination-vertical.carousel-pagination-bullets.carousel-pagination-bullets-dynamic
	.carousel-pagination-bullet,
.carousel-vertical
	> .carousel-pagination-bullets.carousel-pagination-bullets-dynamic
	.carousel-pagination-bullet {
	display: inline-block;
	transition: 0.2s transform, 0.2s top;
}
.carousel-horizontal > .carousel-pagination-bullets .carousel-pagination-bullet,
.carousel-pagination-horizontal.carousel-pagination-bullets
	.carousel-pagination-bullet {
	margin: 0 var(--carousel-pagination-bullet-horizontal-gap, 4px);
}
.carousel-pagination-lock {
	display: none;
}
.carousel-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.carousel-horizontal > .carousel-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.carousel-vertical > .carousel-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.carousel-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.carousel-scrollbar-cursor-drag {
	cursor: move;
}
.carousel-scrollbar-lock {
	display: none;
}
.carousel-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: carousel-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--carousel-preloader-color, var(--carousel-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}
.carousel-lazy-preloader-white {
	--carousel-preloader-color: #fff;
}
.carousel-lazy-preloader-black {
	--carousel-preloader-color: #000;
}
@keyframes carousel-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
.carousel-fade .carousel-slide {
	pointer-events: none;
	transition-property: opacity;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.carousel-fade .carousel-slide a {
	width: 100%;
	height: 100%;
}
.carousel-fade .carousel-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.carousel-fade .carousel-slide .carousel-slide {
	pointer-events: none;
}
.carousel-fade .carousel-slide-active,
.carousel-fade .carousel-slide-active .carousel-slide-active {
	pointer-events: auto;
}
.carousel-creative .carousel-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}
.carousel-navigation {
	background-color: #003550;
	border-radius: 10px;
	opacity: 0.7;
}
.carousel-pagination:hover {
	opacity: 1;
}
.auth-login,
.auth-registration,
.auth-restore {
	display: none;
}
.auth-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.54);
	z-index: 11500;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	opacity: 1;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.auth-container {
	z-index: 11505;
	position: relative;
	max-width: 1220px;
	width: 320px;
	background-color: #fff;
	border-radius: 6px;
	margin: 30px auto;
	padding: 0 10px 10px;
}
.auth-title {
	text-align: center;
	font-size: 20px;
	padding: 13px 0;
}
.auth-tabs {
	display: flex;
	border-bottom: 2px solid #ededed;
}
.tab-login,
.tab-registration {
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}
.tab-login span,
.tab-registration span {
	border-bottom: 1px dotted #e20100;
	color: #e20100;
}
.tab-login:hover span,
.tab-registration:hover span {
	border-bottom: 1px solid #e20100;
}
.tab-login {
	width: 100px;
}
.tab-login:after {
	content: '';
	width: 1px;
	height: 50px;
	background: #e5e5e5;
	position: absolute;
	bottom: -2px;
	right: -3px;
	transform: rotate(15deg);
}
.tab-registration {
	width: 160px;
}
.active-tab {
	cursor: auto;
}
.active-tab:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 1;
	transform: translateX(-50%) rotate(45deg);
	transform-origin: 50%;
	width: 12px;
	height: 12px;
	border: 2px solid #e5e5e5;
	border-bottom: none;
	border-right: none;
	margin: -6px 0 0;
	background: #fff;
}
.active-tab span {
	border-bottom: 0;
	color: #000;
}
.active-tab:hover span {
	border-bottom: 0;
}
.scroll-disabled {
	overflow: hidden;
	height: 100%;
	position: relative;
}
.auth-container input[type='text'],
.auth-container input[type='password'] {
	width: calc(100% - 10px);
	text-align: left;
	padding-left: 8px;
}
.auth-container input[type='submit'] {
	width: 100%;
}
.auth-all input[type='submit'] {
	padding: 0;
	outline: none;
}
.auth-forms {
	text-align: center;
	padding: 10px 20px 15px;
	position: relative;
}
.auth-link {
	color: #013550;
	cursor: pointer;
	outline: none;
	transition: 0.3s;
	position: relative;
}
.auth-link:after {
	border-bottom: 1px solid #003550;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: width 0.3s linear;
}
.auth-link:hover:after {
	right: 0;
	left: auto;
	width: 0;
}
.margin20 {
	margin: 20px 0 10px;
}
.auth-title {
	font-weight: 700;
	font-size: 18px;
	margin: 5px 0 10px;
	color: #383737;
}
.restore-open {
	display: inline-block;
}
.auth-error {
	color: red;
	font-size: 14px;
}
.auth-all {
	display: none;
}
.margin10 {
	margin: 10px 0;
}
.radio-form {
	margin: 15px 0;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.radio-form label {
	margin-left: 3px;
}
.active {
	display: block;
}
.hidden {
	opacity: 0;
	visibility: hidden;
}
.displaynone {
	display: none !important;
}
.clearboth {
	clear: both;
}
.center {
	text-align: center;
}
.error {
	text-align: center;
	color: red;
}
.login-link {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-align: center;
	background-color: #003550;
	color: #fff;
	font-weight: 700;
	padding: 10px 5px;
	transition: 0.3s;
	width: 250px;
	margin: 0 auto;
}
.login-link:hover {
	background-color: #407793;
}
.bottom-text,
.top-text {
	padding: 20px;
	max-width: min(100vw, 1680px);
	margin: 0 auto;
}
.bottom-text p,
.top-text p {
	margin: 10px 0;
	line-height: 1.5;
}
.bottom-text ol {
	list-style-type: decimal;
	margin: 10px 0;
	padding-left: 20px;
}
.bottom-text ol li {
	margin: 5px 0;
}
.bottom-text ul {
	list-style-type: disc;
	margin: 10px 0;
	padding-left: 20px;
}
.bottom-text ul li {
	margin: 5px 0;
}
input[type='number'] {
	width: calc(100% - 10px);
	text-align: left;
	height: 26px;
	font-size: 15px;
	color: #333;
	line-height: 26px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0;
	padding-left: 8px;
}
.user-time-form {
	width: 300px;
	margin: 0 auto;
}
.time-custom {
	display: flex;
	width: 100%;
	align-content: space-between;
}
.time-radio {
	margin: 5px 0;
}
.time-radio input[type='radio'] {
	display: none;
}
.time-custom {
	display: none;
	margin: 8px 0;
}
.time-custom input {
	width: 75px;
	text-align: left;
	height: 26px;
	font-size: 15px;
	color: #333;
	line-height: 26px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0;
	padding-left: 8px;
}
.time-radio input#timeChoice2:checked + label + div.time-custom {
	display: block;
	margin: 5px 0 5px 28px;
}
.time-radio input:checked + label:before {
	background-color: #003550;
	border-color: #003550;
}
.time-radio input:checked + label:after {
	opacity: 1;
}
.time-radio label {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	display: flex;
}
.time-radio label:before {
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	border-radius: 50%;
}
.time-radio label:after,
.time-radio label:before {
	display: inline-block;
	content: '';
	transition: all 0.3s ease;
	flex-shrink: 0;
}
.time-radio label:after {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 6px;
	height: 6px;
	margin: auto;
	opacity: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #003550;
}
.user-form {
	width: 300px;
	margin: 0 auto;
}

.profile-listing{
	grid-column: 1/3;
}	

@media screen and (max-width: 800px) {
	.profile-listing{
		grid-column: 1/1;
	}	
}