/*!
* OverlayScrollbars
* https://github.com/KingSora/OverlayScrollbars
*
* Version: 1.9.1
*
* Copyright KingSora | Rene Haas.
* https://github.com/KingSora
*
* Released under the MIT license.
* Date: 03.08.2019
*/
html.os-html,
html.os-html>.os-host {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	height: 100% !important;
	width: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	margin: 0 !important;
	position: absolute !important
}

html.os-html>.os-host>.os-padding {
	position: absolute
}

body.os-dragging,
body.os-dragging * {
	cursor: default
}

.os-host,
.os-host-textarea {
	position: relative;
	overflow: visible !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start
}

.os-host-flexbox {
	overflow: hidden !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.os-host-flexbox>.os-size-auto-observer {
	height: inherit !important
}

.os-host-flexbox>.os-content-glue {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.os-host-flexbox>.os-size-auto-observer,
.os-host-flexbox>.os-content-glue {
	min-height: 0;
	min-width: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

#os-dummy-scrollbar-size {
	position: fixed;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	visibility: hidden;
	overflow: scroll;
	height: 500px;
	width: 500px
}

#os-dummy-scrollbar-size>div {
	width: 200%;
	height: 200%;
	margin: 10px 0
}

#os-dummy-scrollbar-size,
.os-viewport {
	-ms-overflow-style: scrollbar !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
	scrollbar-width: none !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	visibility: hidden !important;
	background: 0 0 !important
}

.os-content-glue {
	box-sizing: inherit;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none
}

.os-padding {
	box-sizing: inherit;
	direction: inherit;
	position: absolute;
	overflow: visible;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 1
}

.os-host-overflow>.os-padding {
	overflow: hidden
}

.os-viewport {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	outline: 0 !important;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch
}

.os-content-arrange {
	position: absolute;
	z-index: -1;
	min-height: 1px;
	min-width: 1px;
	pointer-events: none
}

.os-content {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	height: 100%;
	width: 100%;
	visibility: visible
}

.os-content:before,
.os-content:after {
	content: '';
	display: table;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0
}

.os-content>.os-textarea {
	box-sizing: border-box !important;
	direction: inherit !important;
	background: 0 0 !important;
	outline: 0 transparent !important;
	overflow: hidden !important;
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	float: none !important;
	-webkit-filter: none !important;
	filter: none !important;
	border: 0 !important;
	resize: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	max-width: none !important;
	max-height: none !important;
	box-shadow: none !important;
	-webkit-perspective: none !important;
	perspective: none !important;
	opacity: 1 !important;
	z-index: 1 !important;
	clip: auto !important;
	vertical-align: baseline !important;
	padding: 0
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
	right: 0 !important
}

.os-content>.os-textarea-cover {
	z-index: -1;
	pointer-events: none
}

.os-content>.os-textarea[wrap=off] {
	white-space: pre !important;
	margin: 0 !important
}

.os-text-inherit {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-align: inherit;
	text-shadow: inherit;
	text-overflow: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	line-height: inherit;
	unicode-bidi: inherit;
	direction: inherit;
	color: inherit;
	cursor: text
}

.os-resize-observer,
.os-resize-observer-host {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: -1
}

.os-resize-observer-host {
	padding: inherit;
	border: inherit;
	border-color: transparent;
	border-style: solid;
	box-sizing: border-box
}

.os-resize-observer-host:after {
	content: ''
}

.os-resize-observer-host>.os-resize-observer,
.os-resize-observer-host:after {
	height: 200%;
	width: 200%;
	padding: inherit;
	border: inherit;
	margin: 0;
	display: block;
	box-sizing: content-box
}

.os-resize-observer.observed,
object.os-resize-observer {
	box-sizing: border-box !important
}

.os-size-auto-observer {
	box-sizing: inherit !important;
	height: 100%;
	width: inherit;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	-webkit-box-flex: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}

.os-size-auto-observer>.os-resize-observer {
	width: 1000%;
	height: 1000%;
	min-height: 1px;
	min-width: 1px
}

.os-resize-observer-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	direction: ltr !important;
	-webkit-box-flex: 0 !important;
	-ms-flex: none !important;
	flex: none !important
}

.os-resize-observer-item-final {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-box-flex: 0 !important;
	-ms-flex: none !important;
	flex: none !important
}

.os-resize-observer {
	-webkit-animation-duration: .001s;
	animation-duration: .001s;
	-webkit-animation-name: hs-resize-observer-dummy-animation;
	animation-name: hs-resize-observer-dummy-animation
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
	-webkit-transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
	transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s
}

html.os-html>.os-host>.os-scrollbar {
	position: absolute;
	z-index: 999999
}

.os-scrollbar,
.os-scrollbar-corner {
	position: absolute;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	z-index: 1
}

.os-scrollbar-corner {
	bottom: 0;
	right: 0
}

.os-scrollbar {
	pointer-events: none
}

.os-scrollbar-track {
	pointer-events: auto;
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0 !important;
	border: 0 !important
}

.os-scrollbar-handle {
	pointer-events: auto;
	position: absolute;
	width: 100%;
	height: 100%
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
	pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
	pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
	opacity: 0 !important
}

.os-scrollbar-horizontal {
	bottom: 0;
	left: 0
}

.os-scrollbar-vertical {
	top: 0;
	right: 0
}

.os-host-rtl>.os-scrollbar-horizontal {
	right: 0
}

.os-host-rtl>.os-scrollbar-vertical {
	right: auto;
	left: 0
}

.os-host-rtl>.os-scrollbar-corner {
	right: auto;
	left: 0
}

.os-scrollbar-auto-hidden,
.os-padding+.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.os-scrollbar-corner-resize-both {
	cursor: nwse-resize
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
	cursor: nesw-resize
}

.os-scrollbar-corner-resize-horizontal {
	cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
	cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
	cursor: default
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
	top: 0;
	bottom: 0
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
	right: 0;
	left: 0
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
	opacity: 1 !important;
	visibility: visible !important
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	pointer-events: auto !important
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.os-host-overflow {
	overflow: hidden !important
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
	0% {
		z-index: 0
	}

	to {
		z-index: -1
	}
}

@keyframes hs-resize-observer-dummy-animation {
	0% {
		z-index: 0
	}

	to {
		z-index: -1
	}
}

.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical,
.os-theme-none>.os-scrollbar-corner {
	display: none !important
}

.os-theme-none>.os-scrollbar-corner-resize {
	display: block !important;
	min-width: 10px;
	min-height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
	right: 10px;
	height: 10px
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
	bottom: 10px;
	width: 10px
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
	left: 10px;
	right: 0
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
	height: 10px;
	width: 10px
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
	background-color: transparent
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
	padding: 2px;
	box-sizing: border-box;
	background: 0 0
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable {
	background: 0 0
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
	background: 0 0
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
	min-width: 30px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
	min-height: 30px
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
	border-radius: 10px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
	background: rgba(0, 0, 0, .4)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
	background: rgba(255, 255, 255, .4)
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
	background: rgba(0, 0, 0, .55)
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
	background: rgba(255, 255, 255, .55)
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
	background: rgba(0, 0, 0, .7)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
	background: rgba(255, 255, 255, .7)
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
	display: none
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
	top: -6px;
	bottom: -2px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
	left: -6px;
	right: -2px
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
	right: -6px;
	left: -2px
}

.lb-loader,
.lightbox {
	text-align: center;
	line-height: 0;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
	content: "";
	clear: both;
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid #fff;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff;
}

.lb-loader,
.lb-nav {
	position: absolute;
	left: 0;
}

.lb-outerContainer:after {
	display: table;
}

.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(/local/templates/boattrip/images/lightbox2/2299ad0b3f63413f026dfec20c205b8f.gif) no-repeat;
}

.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container>.nav {
	left: 0;
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(/local/templates/boattrip/images/lightbox2/84b76dee6b27b795e89e3649078a11c2.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(/local/templates/boattrip/images/lightbox2/31f15875975aab69085470aabbfec802.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	display: table;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #4ae;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(/local/templates/boattrip/images/lightbox2/d9d2d0b1308cb694aa8116915592e2a9.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1;
}

#popular-slider-js {
	margin-top: 25px;
}

.ov-slider-tours {
	overflow: unset !important;
}

.ov-slider-wrapper {
	padding-bottom: 40px;
}

.os-theme-astra>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
	top: -2px;
	border-radius: 25px;
	height: 14px;
	background: #ff3200;
	cursor: pointer;
}

.os-theme-astra>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:hover {
	background: #ff3200;
}

.os-theme-astra>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
	background: #ff3200;
}

.os-theme-astra>.os-scrollbar-horizontal {
	height: 14px;
	background: #e5e5e5;
	/* Otherwise white in Chrome */
	border-radius: 7px;
}

.os-theme-astra>.os-scrollbar-vertical {
	width: 14px;
	background: #e5e5e5;
	/* Otherwise white in Chrome */
	border-radius: 7px;
}

.table-slider {
	position: relative;
}

.table-slider:before {
	content: '';
	background: #ededed;
	height: 86.8%;
	width: 2px;
	position: absolute;
	left: 0;
	top: 31px;
	z-index: 2;
	height: calc(100% - 72px);
}

.table-slider:after {
	content: '';
	background: #ededed;
	height: 86.8%;
	width: 2px;
	position: absolute;
	right: 0;
	top: 31px;
	z-index: 2;
	height: calc(100% - 72px);
}

.table-slider--general:before {
	content: '';
	background: #fed1c6;
	top: 9px;
	width: 2px;
	position: absolute;
	left: 0;
	z-index: 2;
	height: calc(100% - 49px);
}

.table-slider--general:after {
	content: '';
	background: #fed1c6;
	top: 9px;
	width: 2px;
	position: absolute;
	right: 0;
	z-index: 2;
	height: calc(100% - 49px);
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.3em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: 0.8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.header-nav {
	height: 51px;
	justify-content: space-between;
	color: #3f3f3f;
	line-height: 16px;
	font-size: 14px;
	font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
	color: #3f3f3f;
}

.header-info {
	line-height: 16px;
	font-size: 14px;
	height: 81px;
	align-items: center;
}

.contacts>* {
	display: flex;
	align-items: center;
}

.contacts__phone {
	margin-bottom: 6px;
}

.contacts__phone a {
	white-space: nowrap;
	font-size: 20px;
	font-weight: 600;
}

.contacts__mail {
	margin-left: 4px;
}

.contacts__mail a {
	font-size: 14px;
}

.contacts__value {
	color: #000;
}

.footer__contacts .contacts__value {
	color: #fff;
}

.mob-header {
	height: 80px;
	justify-content: space-around;
}

.mob-header__burger {
	cursor: pointer;
}

.mob-header__burger span {
	display: block;
	width: 55px;
	background: #0024ff;
	height: 7px;
	margin-bottom: 8px;
	border-radius: 25px;
}

.mob-header__logo {}

.header-wrapper {}

.header-wrapper .header {
	font-family: "Open Sans", sans-serif;
}

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

@media screen and (min-width: 992px) {
	.header-wrapper:before {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 51px;
		background-color: #f4f4f4;
		z-index: -3;
	}

	.header-wrapper:after {
		content: "";
		position: absolute;
		margin-top: -132px;
		display: block;
		width: 100%;
		height: 51px;
		background: url(/upload/medialibrary/a39/waves.png) 0px 0px repeat-x;
		z-index: -1;
	}
}

.main-nav-wrapper .socials {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 73px;
	background: #0024ff;
}

.main-nav-wrapper .socials__list {
	margin-top: 24px;
}

.main-nav-wrapper .socials__list>*:not(:first-child) {
	margin-left: 25px;
}

.main-nav-wrapper .socials__text {
	font-weight: bold;
	font-size: 25px;
	color: #ffffff;
	text-align: center;
	background: #0024ff;
}

.main-nav-wrapper .divider {
	height: 2px;
	border-radius: 1px;
	background-color: #ffffff;
}

.main-nav-wrapper .cards {
	padding-left: 89px;
	padding-bottom: 50px;
	background: #0024ff;
}

.slider-wrapper {
	border: 0;
	background-color: #f4f4f4;
	border-radius: 25px;
	padding-right: 164px;
}

.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
	border-radius: 0;
}

.flat-slider.ui-slider-horizontal {
	height: 20px;
}

.flat-slider.ui-slider-vertical {
	height: 15em;
	width: 20px;
}

.flat-slider .ui-slider-handle {
	width: 164px;
	height: 14px;
	border-radius: 7px;
	box-shadow: 0 0 5px 0 #000000;
	background-color: #ff3200;
	border: none;
	cursor: pointer;
}

.flat-slider .ui-slider-handle:active {
	text-decoration: none;
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
	top: 50%;
	margin-top: -7px;
}

.flat-slider .ui-slider-handle:hover {
	opacity: 0.8;
}

.flat-slider .ui-slider-range {
	border: 0;
	border-radius: 0;
	background: transparent;
}

.flat-slider.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 20px;
}

.flat-slider.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 20px;
}

.content-info__heading {
	text-align: center;
	display: block;
	margin-top: 51px;
	font-size: 30px;
	color: #ff3200;
	line-height: 1.6;
	font-weight: bold;
	text-transform: uppercase;
}

.text-blue {
	color: #0024ff;
}

@media screen and (min-width:576px) {
	.content-info__heading {
		margin-top: 124px;
	}
}

@media screen and (min-width: 1140px) {
	.content-info__heading {
		font-size: 42px;
	}

	.thumb__img {
		background: url(/local/templates/boattrip/images/icons/e1a1f39af62251f1ba376fd85ae98930.png);
	}

	.thumb:hover .thumb__img {
		background: url(/local/templates/boattrip/images/icons/92ed7d20f8bd51f88259cc998e4c4d7c.png);
	}
}

@media screen and (min-width: 1200px) {
	.content-info__heading {
		margin-top: 51px;
	}
}

.page-heading {
	margin: auto;
	min-height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-heading__left-line,
.page-heading__right-line {
	visibility: hidden;
	background: #405fff;
	height: 2px;
	flex: 1 auto;
	position: relative;
}

.page-heading__left-line:before {
	left: 0;
	width: 8px;
	height: 8px;
	background: #405fff;
	border-radius: 25px;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -4px;
}

.page-heading__right-line:after {
	width: 8px;
	height: 8px;
	background: #405fff;
	border-radius: 25px;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
}

.page-heading__text {
	white-space: unset;
	padding: 12px 10px;
	flex: 0 0 100%;
	color: #fff;
	height: auto;
	/* background: #0024ff; */
	background: #405fff;
	text-align: center;
	border-radius: 25px;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (min-width: 479px) {
	.page-heading__text {
		padding: 7px 35px;
		flex: 0 0 auto;
		font-size: 25px;
	}
}

@media screen and (min-width: 576px) {
	.page-heading__text {
		margin: 0 40px;
		flex: 0 0 auto;
	}

	.page-heading__right-line,
	.page-heading__left-line {
		visibility: visible;
	}

	.page-heading__right-line--hide,
	.page-heading__left-line--hide {
		visibility: hidden;
	}
}

.gallery {
	max-width: 1140px;
}

.gallery__heading {
	margin-top: 42px;
}

.gallery .images-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.gallery .images-list__item:last-child {
	display: none;
}

.gallery .images-list__heading {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 26px;
	background: #f4f4f4;
	position: relative;
	height: 33px;
	display: flex;
	align-items: center;
}

.gallery .images-list__heading span {
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 11px;
	font-weight: bold;
}

.gallery .images-list__content {
	position: relative;
}

.gallery .images-list__content img {
	width: 215px;
	height: 143px;
}

.gallery .images-list__content .marker-wrapper {
	top: 16px;
}

.gallery .images-list__content .marker {
	padding-top: 8px;
	line-height: 1;
	width: 89px;
	height: 25px;
	font-size: 9px;
}

.gallery .images-list__content .marker:after {
	content: "";
	border-top: 13px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 10px solid #ff3200;
	position: absolute;
	top: 0;
	right: -10px;
}

.gallery .images-list__content .marker--hit {
	background: #ff3200;
}

.gallery .images-list__content .marker--hit:after {
	border-left: 10px solid #ff3200;
}

.gallery .images-list__content .marker--new {
	background: #000cff;
}

.gallery .images-list__content .marker--new:after {
	border-left: 10px solid #000cff;
}

.gallery .images-list .meteor {
	background: url(/local/templates/boattrip/images/gallery/icons-mobile/fc6e400c1e6f7ada02b440966e3a2733.png) no-repeat;
	width: 56px;
	height: 20px;
}

.gallery .images-list .moon {
	margin-left: 14px;
	background: url(/local/templates/boattrip/images/gallery/icons-mobile/533f34a7964fb244142d5331f9f31d0b.png) no-repeat;
	width: 26px;
	height: 25px;
}

.gallery .images-list .bridge {
	margin-left: 8px;
	background: url(/local/templates/boattrip/images/gallery/icons-mobile/47ad74c4cd4d89093a7f34619d95c424.png) no-repeat;
	width: 42px;
	height: 27px;
}

.gallery .images-list .restaurant {
	margin-left: 9px;
	background: url(/local/templates/boattrip/images/gallery/icons-mobile/917b914867b224bdd292ca2661342377.png) no-repeat;
	width: 43px;
	height: 31px;
}

.gallery .images-list .excursion {
	margin-left: 13px;
	background: url(/local/templates/boattrip/images/gallery/icons-mobile/067b5305b548945e450aebae90dd1e1d.png) no-repeat;
	width: 22px;
	height: 26px;
}

.gallery .images-list .music {
	margin-left: 9px;
	background: url(/local/templates/boattrip/images/gallery/icons-mobile/7519d9dd7e8b8e8a3f6311edfe8eb77f.png) no-repeat;
	width: 37px;
	height: 27px;
}

.gallery .images-list .sun {
	margin-left: 9px;
	background: url(/local/templates/boattrip/images/gallery/icons-mobile/5cd95dc02ca5158c7d76b6d6a5358ef4.png) no-repeat;
	width: 35px;
	height: 32px;
}

.gallery .images-list .museum {
	margin-left: 12px;
	background: url(/local/templates/boattrip/images/gallery/icons-mobile/b9e8e5bd61c987acc048a11c4c4a9999.png) no-repeat;
	width: 34px;
	height: 30px;
}

.gallery__text {
	background: #e8f3ff;
	margin-top: 27px;
	padding: 11px;
}

.marker {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	padding-top: 12px;
	text-align: center;
	position: relative;
	width: 140px;
	height: 40px;
}

.marker-wrapper {
	position: absolute;
}

.marker--hit {
	background: #ff3200;
}

.marker--hit:after {
	content: "";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #ff3200;
	position: absolute;
	top: 0;
	right: -20px;
}

.marker--new {
	background: #000cff;
}

.marker--new:after {
	content: "";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #000cff;
	position: absolute;
	top: 0;
	right: -20px;
}

@media screen and (min-width: 768px) {
	.content-wrapper__gallery {
		background: url(/local/templates/boattrip/images/a22adecd240c2ff12af3c0b8ea29e14a.png) no-repeat;
	}

	.gallery {
		margin: 0 auto;
		max-width: 1140px;
	}

	.gallery__heading {
		margin-top: 36px;
	}

	.gallery .images-list {
		margin-top: 53px;
	}

	.gallery .images-list__heading {
		height: 53px;
	}

	.gallery .images-list__heading span {
		font-size: 16px;
	}

	.gallery .images-list__item {
		width: auto;
	}

	.gallery .images-list__item:last-child {
		display: block;
	}

	.gallery .images-list__content img {
		width: auto;
		height: auto;
	}

	.gallery .images-list__content .marker {
		padding-top: 12px;
		font-size: 14px;
		width: 140px;
		height: 40px;
	}

	.gallery .images-list__content .marker-wrapper {
		top: 27px;
	}

	.gallery .images-list__content .marker:after {
		content: "";
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid #ff3200;
		position: absolute;
		top: 0;
		right: -20px;
	}

	.gallery .images-list__content .marker--hit {
		background: #ff3200;
	}

	.gallery .images-list__content .marker--hit:after {
		border-left: 20px solid #ff3200;
	}

	.gallery .images-list__content .marker--new {
		background: #000cff;
	}

	.gallery .images-list__content .marker--new:after {
		border-left: 20px solid #000cff;
	}

	.gallery .images-list .meteor {
		background: url(/local/templates/boattrip/images/gallery/icons/fa1969c0f4c1bda49f1adfc4dc5e40b8.png) no-repeat;
		width: 94px;
		height: 30px;
	}

	.gallery .images-list .moon {
		background: url(/local/templates/boattrip/images/gallery/icons/d05d96453c119913c3609706495adfc8.png) no-repeat;
		width: 42px;
		height: 43px;
		margin-left: 23px;
	}

	.gallery .images-list .bridge {
		background: url(/local/templates/boattrip/images/gallery/icons/9a3d6054da6cc6d8b961ed97d2b38413.png) no-repeat;
		width: 71px;
		height: 47px;
		margin-left: 12px;
	}

	.gallery .images-list .restaurant {
		background: url(/local/templates/boattrip/images/gallery/icons/88359ddbcde7aec77e6887ce7cabf709.png) no-repeat;
		width: 72px;
		height: 53px;
		margin-left: 15px;
	}

	.gallery .images-list .excursion {
		background: url(/local/templates/boattrip/images/gallery/icons/0adf1ffbb85ef53298e7edca7f318234.png) no-repeat;
		width: 36px;
		height: 45px;
		margin-left: 20px;
	}

	.gallery .images-list .music {
		background: url(/local/templates/boattrip/images/gallery/icons/3826b77defdf5c5b1fb23aafb1b5771f.png) no-repeat;
		width: 62px;
		height: 45px;
		margin-left: 15px;
	}

	.gallery .images-list .sun {
		background: url(/local/templates/boattrip/images/gallery/icons/b2c6757d65549465b8b6d1c48787eee5.png) no-repeat;
		width: 59px;
		height: 53px;
		margin-left: 14px;
	}

	.gallery .images-list .museum {
		background: url(/local/templates/boattrip/images/gallery/icons/9feabc6f550450e51c7d14396ae0d26b.png) no-repeat;
		width: 57px;
		height: 49px;
		margin-left: 18px;
	}

	.gallery .images-list .canal {
		background: url(/local/templates/boattrip/images/gallery/icons/e93239c51dbcb4d4385b63429e488501.png) no-repeat;
		width: 55px;
		height: 48px;
		margin-left: 17px;
	}
}

.slider-item {
	display: inline-block;
	width: 447px;
	height: 695px;
	color: #3f3f3f;
	background: #f4f4f4;
	padding: 28px 0;
	margin: 0 8px;
	font-size: 17px;
}

.slider-item__title {
	margin-left: 25px;
	font-weight: bold;
	font-size: 20px;
}

.slider-item__img {
	position: relative;
	display: block;
	margin-top: 25px;
}

.slider-item__img img {
	width: 100%;
}

.slider-item .marker-wrapper {
	top: 20px;
	left: 0;
}

.slider-item .marker-wrapper .marker {
	padding-top: 18px;
	width: 203px;
	height: 51px;
}

.slider-item .marker-wrapper .marker:after {
	content: "";
	border-top: 25px solid transparent;
	border-bottom: 26px solid transparent;
	border-left: 21px solid #ff3200;
	position: absolute;
	top: 0;
	right: -20px;
}

.slider-item__time {
	margin-left: 24px;
	display: flex;
	margin-top: 30px;
}

.slider-item__time>*:not(:last-child) {
	margin-right: 9px;
}

.slider-item__dest {
	display: flex;
	align-items: center;
	margin-left: 26px;
	margin-top: 14px;
}

.slider-item__address {
	display: flex;
	align-items: center;
	margin-left: 26px;
	margin-top: 14px;
}

.slider-item__duration {
	display: flex;
	align-items: center;
	margin-left: 26px;
	margin-top: 14px;
}

.slider-item__icons {
	display: flex;
	margin-top: 19px;
	margin-left: 26px;
}

.slider-item__icons>*:not(:last-child) {
	margin-right: 12px;
}

.slider-item__price {
	margin-left: 26px;
	margin-top: 28px;
	font-size: 31px;
	font-weight: bold;
}

.slider-item__btn-group {
	margin-left: 26px;
	display: flex;
	margin-top: 34px;
}

.slider-item__btn-group .slider-btn__info {
	color: #0024ff;
	font-size: 57px;
}

.slider-item__btn-group .slider-btn__buy {
	margin-left: 41px;
	border: none;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	width: 279px;
	height: 53px;
	padding-top: 11px;
	padding-bottom: 14px;
	border-radius: 25px;
	border: none;
	background: #ff3200;
	cursor: pointer;
}

@media screen and (min-width: 576px) {
	.popular-slider__item {
		width: 360px;
		height: 560px;
		padding: 22px 0;
	}

	.popular-slider__item img {
		width: 100%;
	}

	.slider-item {
		font-size: 14px;
	}

	.slider-item .marker-wrapper .marker {
		padding-top: 12px;
		width: 183px;
		height: 40px;
	}

	.slider-item .marker-wrapper .marker:after {
		content: "";
		border-top: 21px solid transparent;
		border-bottom: 19px solid transparent;
		border-left: 20px solid #ff3200;
		position: absolute;
		top: 0;
		right: -20px;
	}

	.slider-item__img {
		margin-top: 17px;
	}

	.slider-item__time {
		margin-top: 24px;
	}

	.slider-item__dest {
		margin-top: 12px;
	}

	.slider-item__address {
		margin-top: 10px;
	}

	.slider-item__duration {
		margin-top: 11px;
	}

	.slider-item__icons {
		margin-top: 16px;
	}

	.slider-item__price {
		margin-top: 19px;
		font-size: 25px;
	}

	.slider-item__btn-group {
		margin-top: 22px;
	}

	.slider-item__btn-group .slider-btn__info {
		font-size: 41px;
	}

	.slider-item__btn-group .slider-btn__buy {
		width: 224px;
		height: 42px;
		font-size: 16px;
	}
}

@media screen and (min-width: 992px) {
	.slider-item__title {
		font-size: 16px;
		line-height: 1;
	}

	.slider-item> :nth-child(n+3) {
		font-size: 14px;
	}

	.slider-item> :nth-child(n+3)>*:not(:last-child) {
		margin-right: 12px;
	}

	.slider-item__btn-group {
		display: flex;
		margin-top: 20px;
	}

	.slider-item__btn-group .slider-btn__info {
		color: #0024ff;
		font-size: 41px;
	}

	.slider-item__btn-group .slider-btn__buy {
		cursor: pointer;
		margin-left: 41px;
		border: none;
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		width: 224px;
		padding-top: 11px;
		padding-bottom: 14px;
		border-radius: 25px;
		border: none;
		background: #ff3200;
	}
}

.break--big {
	display: none;
}

.popular__heading {
	margin-top: 62px;
}

.popular .slider-wrapper {
	margin-top: 46px;
}

.popular__slider {
	margin-top: 64px;
	position: relative;
}

.popular #popular-slider-wrapper {
	width: 100%;
	padding-bottom: 40px;
}

.popular-slider__list {
	width: 100%;
	white-space: nowrap;
	position: relative;
}

.popular-body {
	margin-top: 30px;
}

.popular-body .big-text {
	background: url(/local/templates/boattrip/images/c944bfcb9aa04495be8e7eb3adb6fb1e.jpg) center no-repeat;
	margin-top: 60px;
	line-height: 20px;
	font-weight: 600;
}

.news-sidebar {
	background: #f4f4f4;
}

.news-sidebar__heading {
	display: block;
	font-weight: bold;
	font-size: 25px;
	margin-top: 24px;
}

@media screen and (min-width: 576px) {
	.break--sm {
		display: none;
	}

	.break--big {
		display: initial;
	}

	.popular-slider__btn {
		width: 28px;
		height: 105px;
		position: absolute;
		cursor: pointer;
	}

	.popular-slider__btn--prev {
		left: -35px;
		top: 50%;
		margin-top: -52px;
		background: url(/local/templates/boattrip/images/content-icons/a85032fbcd1c04ad3142198f844cbabf.png);
	}

	.popular-slider__btn--next {
		right: -35px;
		top: 50%;
		margin-top: -52px;
		background: url(/local/templates/boattrip/images/content-icons/c5fa9155428288cb30a0a40936669455.png);
	}
}

.instagram {
	margin-top: 28px;
}

.instagram .slider-wrapper {
	margin-top: 22px;
}

.blur__corners {
	pointer-events: none;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #fafafa 0%, rgba(250, 250, 250, 0) 5%, rgba(250, 250, 250, 0) 5%, rgba(250, 250, 250, 0) 95%, #fafafa 100%);
}

.blur__corners--red {
	background: linear-gradient(to right, #e72d00 3%, rgba(231, 45, 0, 0.3) 5%, rgba(231, 45, 0, 0) 2%, rgba(250, 250, 250, 0) 93%, #e72d00 96%);
}

@media screen and (min-width: 576px) {
	.instagram .blur__corners {
		display: none;
	}
}

@media screen and (min-width: 1140px) {
	.services-nav .blur__corners {
		display: none;
	}
}

.partners {
	margin-top: 50px;
	margin-bottom: 43px;
}

.footer {
	display: flex;
	flex-direction: column;
}

.footer .footer__content {
	text-align: center;
	display: flex;
	flex-direction: column;
}

.footer .footer__content>div {
	margin-top: 45px;
}

.footer__bottom {
	padding-top: 14px;
	padding-bottom: 12px;
	font-size: 13px;
	color: #424242;
	margin-top: 43px;
	border-top: solid #3d3d3d 1px;
	display: flex;
}

.footer .contacts {
	margin-top: 56px;
}

.footer .contacts__phone {
	font-size: 28px;
	line-height: 0.8;
	display: flex;
	justify-content: center;
	margin-top: 14px;
}

.footer .contacts__mail {
	font-size: 19px;
	display: flex;
	justify-content: center;
	margin-top: 14px;
}

.footer__subheading {
	font-size: 20px;
	font-weight: bold;
}

.footer .footer-info>* {
	margin-top: 24px;
}

.footer .footer-info>*>ul {
	justify-content: center;
	margin-top: 18px;
}

.footer-wrapper {
	margin-top: 50px;
	background-color: #242424;
	background-image: url(/local/templates/boattrip/images/60d0aa8cb0eb77822b3c281cb3503d4a.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #ffffff;
	border-bottom: 12px solid #ff3200;
}

.footer-wrapper a,
.footer-wrapper a:hover,
.footer-wrapper a:visited {
	color: #ffffff;
}

.footer__contacts .logo {
	display: flex;
	justify-content: center;
}

.footer__contacts .logo img {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
}

.footer-nav__list a:hover,
.footer-nav__list a:visited {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.footer {
		margin: 0 auto;
		max-width: 1140px;
		display: flex;
		flex-direction: column;
	}

	.footer .footer__content {
		text-align: left;
		margin-top: 55px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: baseline;
	}

	.footer__contacts {
		flex: 1 1 50%;
	}

	.footer__contacts .logo {
		margin-top: -13px;
	}

	.footer__sites {
		text-align: center;
		flex: 1 1 50%;
	}

	.footer__info {
		flex: 1 1 50%;
	}

	.footer__subheading {
		font-size: 16px;
		font-weight: bold;
	}

	.footer__info {
		margin-top: 80px;
	}

	.footer .footer-info>* {
		margin-top: 30px;
	}

	.footer .footer-info>*>ul {
		justify-content: flex-start;
		margin-top: 20px;
	}
}

@media screen and (min-width: 992px) {
	.footer .footer__content {
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: unset;
	}

	.footer__contacts {
		flex: 1 1 auto;
	}

	.footer__sites {
		text-align: left;
		flex: 1 1 auto;
	}

	.footer__info {
		flex: 1 1 auto;
	}
}

.heading-small {
	color: #dc350c;
	font-weight: bold;
	font-size: 22px;
}

@media screen and (min-width: 768px) {
	.heading-small {
		font-size: 16px;
	}
}

.listing-main__text {
	margin-top: 28px;
	font-size: 14px;
	line-height: 1.4;
	color: #414141;
}

.content-wrapper__listing-text p {
	margin-top: 39px;
	line-height: 1.4;
	font-size: 14px;
	color: #414141;
}

.details__logotypes {
	position: relative;
	overflow-x: hidden;
}

.details__logotypes .details-logo__prev {
	z-index: 1000;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
	background: url(/local/templates/boattrip/images/control-icons/86d13bdb84adbc91c855e1634e79480f.png) no-repeat;
	width: 21px;
	height: 34px;
}

.details__logotypes .details-logo__next {
	z-index: 1000;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
	background: url(/local/templates/boattrip/images/control-icons/1ed34ad7db4d4a3f5338147f948a02a4.png) no-repeat;
	width: 21px;
	height: 34px;
}

.details p {
	margin-top: 40px;
	color: #414141;
}

.agreement {
	display: block;
	position: relative;
	margin-top: 37px;
	padding-left: 35px;
	color: #414141;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.agreement input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.agreement input[type='checkbox']:checked~.checkmark:after {
	display: block;
}

.agreement .checkmark {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	border: solid 1px #8b4949;
	cursor: pointer;
}

.agreement .checkmark:after {
	content: "";
	background: url(/local/templates/boattrip/images/food-menu/192c01520e429165d7d8f9315cbdef04.png) no-repeat;
	width: 15px;
	height: 15px;
}

.offers-list {
	margin: 0 auto;
}

.offers-list__item {
	position: relative;
	background: #f4f4f4;
	margin: 40px auto 0;
	max-width: 450px;
	width: 100%;
	height: 100%;
}

.offers-list__img {
	background: url(/local/templates/boattrip/images/offers/ff63b9c1df7b438107c5782bb064a798.png) no-repeat;
	width: 100%;
	height: 450px;
}

.offers-list__footer {
	margin-top: 42px;
	margin-bottom: 20px;
	color: #414141;
	font-size: 17px;
}

.offers-list__footer>* {
	margin-left: 26px;
}

.offers-list li {
	position: relative;
	padding: 9px 0;
}

.offers-list li:before {
	content: '.';
	color: #dc350c;
	color: #dc350c;
	font-size: 33px;
	left: -10px;
	top: 0%;
	position: absolute;
}

.offers-list ul {
	margin-left: 30px;
	padding: 0;
	list-style: none;
}

.offers-list__subheading {
	font-weight: bold;
}

.offers-list__text {
	margin-top: 13px;
}

.offers-list__date {
	position: absolute;
	bottom: 26px;
	margin-left: 26px;
	color: #dc350c;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.offers-list__footer {
		font-size: 14px;
	}

	.offers-list__img {
		background-position: center;
	}
}

.offer-banner {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.offer-banner__heading .page-heading__text {
	padding: 10px 20px;
}

.offer-banner__banner {
	margin: 22px auto 0;
	background: url(/local/templates/boattrip/images/cc32d4640cae66f90adc9f251a4a3c5e.png) no-repeat;
	width: 450px;
	height: 450px;
}

.offer-banner__text {
	margin-top: 28px;
	font-size: 14px;
	color: #3f3f3f;
}

.offer-images__img {
	margin: 0 auto;
	background: url(/local/templates/boattrip/images/offers/ff63b9c1df7b438107c5782bb064a798.png) no-repeat;
	width: 100%;
	height: 450px;
}

@media screen and (min-width: 576px) {
	.offer-banner__banner {
		margin: 0 auto;
		background: url(/local/templates/boattrip/images/834b62d78e402ebf6658fdc010c058d4.png) no-repeat;
		background-position: 90% 70%;
	}
}

.b2b__heading {
	text-align: center;
	color: #414141;
	font-weight: bold;
	font-size: 25px;
}

.b2b__info {
	margin-top: 26px;
	text-align: center;
	color: #414141;
	font-size: 16px;
}

.b2b__subheading {
	margin-top: 36px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (min-width: 992px) {
	.content-wrapper__b2b {
		position: relative;
		background: url(/local/templates/boattrip/images/a75fb03da2e3f9b682eebadb8f6e21c1.png) no-repeat;
		background-position-y: -123px;
	}

	.content-wrapper__b2b:after {
		bottom: 287px;
		content: "";
		width: 100%;
		height: 30%;
		z-index: -1;
		position: absolute;
		background: #f4f4f4;
	}
}

@media screen and (min-width: 1140px) {
	.content-wrapper__b2b:after {
		bottom: 140px;
	}
}

.content-wrapper__error404 {
	background: url(/local/templates/boattrip/images/3fca598cabca835af467e207a21a2e91.png) no-repeat;
	width: 100%;
	height: 1000px;
	background-position: 50% 404px;
	margin-top: 98px;
}

.error404__main {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.error404__main h1 {
	text-align: center;
	font-size: 180px;
	font-weight: bold;
	line-height: .83;
	color: #ff3c0c;
	text-transform: uppercase;
}

.error404__main h1 span {
	display: block;
	font-size: 60px;
	color: #3f3f3f;
}

.error404__message {
	margin-top: 37px;
	text-align: center;
}

.error404__message p {
	line-height: 1;
	font-weight: bold;
	font-size: 23px;
	text-align: justify;
	color: #3f3f3f;
}

.error404__message a {
	margin-top: 16px;
	display: block;
	color: #3f3f3f;
	text-decoration: underline;
	line-height: 1.8;
}

@media screen and (min-width: 370px) {
	.error404__main h1 {
		font-size: 203px;
		text-transform: uppercase;
	}

	.error404__main h1 span {
		font-size: 74px;
	}
}

@media screen and (min-width: 768px) {
	.content-wrapper__error404 {
		height: 746px;
		background-position: -103px 100px;
	}

	.error404__main {
		padding-top: 163px;
		flex-direction: row;
		justify-content: space-evenly;
	}

	.error404__main h1 {
		font-weight: bold;
		text-align: justify;
		font-size: 129px;
		line-height: .83;
		color: #ff3c0c;
		text-transform: uppercase;
	}

	.error404__main h1 span {
		display: block;
		font-size: 47px;
		color: #3f3f3f;
	}

	.error404__message {
		margin-top: 0;
		text-align: justify;
	}

	.error404__message p {
		line-height: 1;
		font-weight: bold;
		font-size: 23px;
		text-align: justify;
		color: #3f3f3f;
	}

	.error404__message a {
		margin-top: 0;
		color: #3f3f3f;
		text-decoration: underline;
		line-height: 1.8;
	}
}

@media screen and (min-width: 1200px) {
	.rest-list {
		flex-direction: row;
		justify-content: space-between;
	}

	.rest-list__heading {
		font-size: 16px;
	}

	.rest-list__text {
		margin-top: 13px;
		font-size: 13px;
	}

	.rest-list__item {
		flex: 0 1 360px;
	}

	.rest-list__btn {
		padding: 18px 65px 21px;
		width: 229px;
		border-radius: 30px;
	}
}

.catalog-page__heading {
	font-size: 25px;
	margin-top: 23px;
	color: #3f3f3f;
	font-weight: bold;
}

.catalog-page__line {
	margin-top: 28px;
}

html {
	box-sizing: border-box;
	font-family: "Open Sans", 'Roboto', 'PT Sans', sans-serif;
	font-size: 14px;
	height: 100%;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	line-height: 16px;
	height: 100%;
}

input {
	outline: none;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
}

.wrapper {
	height: 100%;
}

button {
	outline: none;
	cursor: pointer;
}

@media screen and (min-width: 576px) {
	.content-wrapper.spb {
		position: relative;
		background: url('/upload/medialibrary/fd8/a75fb03da2e3f9b682eebadb8f6e21c1.png') 100% 100% repeat-x;
	}

	.content-wrapper.birds {
		background: url(/upload/medialibrary/ce0/9b2eafe76b7a4c50b95e5d7d21e9df22.png) 90% 20% no-repeat,
			url(/upload/medialibrary/a11/a22adecd240c2ff12af3c0b8ea29e14a.png) 0 60% no-repeat,
			url(/upload/medialibrary/16b/bird_3.png) 10% 200px no-repeat,
			url(/upload/medialibrary/16b/bird_3.png) 95% 80% no-repeat;
	}

	.content-wrapper.spb:after {
		content: "";
		width: 100%;
		height: 15%;
		position: absolute;
		background: #f4f4f4;
	}

	.content-wrapper.grey {
		background: #f4f4f4;
	}
}

.card {
	border-radius: 0 5px 5px 0;
}

.cards__item:first-child {
	margin-left: 0 !important;
}

.custom-form .feed-add-post-edit-form .bx-html-editor .bxhtmled-toolbar-cnt {
	display: none;
}

.custom-form .bxhtmled-area-cnt {
	top: 0 !important;
}

.custom-form .feed-add-post {
	border: 2px solid #d1d1d1;
}

.custom-form .bxhtmled-iframe-cnt {
	background: #f1f1f1 !important;
}

.custom-form .bx-html-editor {
	background: #f1f1f1;
}

.custom-form .feed-add-post-form {
	background: #f1f1f1;
}

.custom-form .feed-add-post div.bx-html-editor {
	background: #f1f1f1;
}

.form-inputs input {
	background: #f1f1f1;
	border: none;
	border-bottom: 2px solid #d1d1d1;
	padding: 7px 10px;
}

#post-button {
	margin-left: auto;
	display: block;
	padding: 0 10px !important;
	height: 25px;
	border-radius: 25px;
	font-size: 14px !important;
	font-weight: bold;
	text-align: center;
	background: transparent;
	color: #dc350c;
	border: solid 2px #dc350c;
	outline: none;
	cursor: pointer;
}

.feedback-modal {
	background: #f1f1f1;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
	margin-right: -15px;
}

@media screen and (min-width: 1200px) {
	.content-wrapper.info {
		position: relative;
	}

	.content-wrapper.info:before {
		content: '';
		position: absolute;
		background: url('/upload/medialibrary/259/spb-bg.png') no-repeat;
		width: 100%;
		height: 100%;
		top: -215px;
		z-index: -1;
	}

	.content-wrapper.info:after {
		content: "";
		width: 100%;
		height: 216px;
		position: absolute;
		background: #f4f4f4;
		top: 218px;
		z-index: -1;
	}
}

.rent-button,
.rent-button:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 35px;
	border: 0;
	border-radius: 30px;
	background-image: linear-gradient(to top, #e7e7e7, #fff);
	text-decoration: none;
	color: #000;
}

.rent-button:hover {
	text-decoration: underline;
}