
@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: Bold;
	font-weight: 700;
	src: url(../fonts/Roboto/Roboto-Bold.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: Medium;
	font-weight: 600;
	src: url(../fonts/Roboto/Roboto-Medium.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: Light;
	font-weight: 400;
	src: url(../fonts/Roboto/Roboto-Light.ttf) format("truetype")
}



@font-face {
	font-display: swap;
	font-family: Lineatura;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Lineatura/Lineatura.eot) format("eot");
	src: url(../fonts/Lineatura/Lineatura.woff) format("woff");
	src: url(../fonts/Lineatura/Lineatura.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: Lineatura;
	font-style: Bold;
	font-weight: 700;
	src: url(../fonts/LineaturaBold/Lineatura-Bold.eot) format("eot");
	src: url(../fonts/LineaturaBold/Lineatura-Bold.woff) format("woff");
	src: url(../fonts/LineaturaBold/Lineatura-Bold.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: Lineatura;
	font-style: SemiBold;
	font-weight: 600;
	src: url(../fonts/LineaturaSemiBold/Lineatura-SemiBold.eot) format("eot");
	src: url(../fonts/LineaturaSemiBold/Lineatura-SemiBold.woff) format("woff");
	src: url(../fonts/LineaturaSemiBold/Lineatura-SemiBold.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: Lineatura;
	font-style: Light;
	font-weight: 400;
	src: url(../fonts/LineaturaLight/Lineatura-Light.eot) format("eot");
	src: url(../fonts/LineaturaLight/Lineatura-Light.woff) format("woff");
	src: url(../fonts/LineaturaLight/Lineatura-Light.ttf) format("truetype")
}




:root {
	--swiper-theme-color: #007aff
}

.swiper {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
	z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
	-ms-flex-negative: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	content: "";
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
	height: var(--swiper-centered-offset-after);
	min-width: 1px;
	width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
	height: var(--swiper-virtual-size);
	width: 1px
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: calc(0px - var(--swiper-navigation-size)/2);
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/44*27);
	z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: .35;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none !important;
	text-transform: none
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	left: auto;
	right: 10px
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	border-radius: 50%;
	display: inline-block;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	-o-transition: transform .2s, top .2s;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	transition: left .2s, -webkit-transform .2s;
	-o-transition: transform .2s, left .2s;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	transition: right .2s, -webkit-transform .2s;
	-o-transition: transform .2s, right .2s;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	background: rgba(0, 0, 0, .1);
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none
}

.swiper-horizontal>.swiper-scrollbar {
	bottom: 3px;
	height: 5px;
	left: 1%;
	position: absolute;
	width: 98%;
	z-index: 50
}

.swiper-vertical>.swiper-scrollbar {
	height: 98%;
	position: absolute;
	right: 3px;
	top: 1%;
	width: 5px;
	z-index: 50
}

.swiper-scrollbar-drag {
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s linear infinite;
	animation: swiper-preloader-spin 1s linear infinite;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	pointer-events: none;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	visibility: hidden;
	width: 100%;
	z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	width: 100%;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	background: #000;
	bottom: 0;
	content: "";
	-webkit-filter: blur(50px);
	filter: blur(50px);
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	-o-transition-property: transform, opacity, height;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

.datepicker--cells {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.datepicker--cell,
.datepicker--cells {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex
}

.datepicker--cell {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	align-items: center;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	height: 32px;
	justify-content: center;
	position: relative;
	z-index: 1
}

.datepicker--cell.-focus- {
	background: #f0f0f0
}

.datepicker--cell.-current- {
	color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
	color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
	color: #4eb5e6
}

.datepicker--cell.-in-range- {
	background: rgba(92, 196, 239, .1);
	border-radius: 0;
	color: #4a4a4a
}

.datepicker--cell.-in-range-.-focus- {
	background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
	color: #aeaeae;
	cursor: default
}

.datepicker--cell.-disabled-.-focus- {
	color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae
}

.datepicker--cell.-range-from- {
	background-color: rgba(92, 196, 239, .1);
	border: 1px solid rgba(92, 196, 239, .5);
	border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
	background-color: rgba(92, 196, 239, .1);
	border: 1px solid rgba(92, 196, 239, .5);
	border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
	border-radius: 4px
}

.datepicker--cell.-selected- {
	border: none
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
	background: #5cc4ef;
	color: #fff
}

.datepicker--cell.-selected-.-focus- {
	background: #45bced
}

.datepicker--cell:empty {
	cursor: default
}

.datepicker--days-names {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 8px 0 3px
}

.datepicker--day-name,
.datepicker--days-names {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex
}

.datepicker--day-name {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-box-flex: 1;
	align-items: center;
	color: #ff9a19;
	-ms-flex: 1;
	flex: 1;
	font-size: .8em;
	justify-content: center;
	text-align: center;
	text-transform: uppercase
}

.datepicker--cell-day {
	width: 14.28571%
}

.datepicker--cells-months {
	height: 170px
}

.datepicker--cell-month {
	height: 25%;
	width: 33.33%
}

.datepicker--cells-years,
.datepicker--years {
	height: 170px
}

.datepicker--cell-year {
	height: 33.33%;
	width: 25%
}

.datepickers-container {
	left: 0;
	position: absolute;
	top: 0
}

@media print {
	.datepickers-container {
		display: none
	}
}

.datepicker {
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: #4a4a4a;
	font-family: Roboto;
	font-size: 14px;
	left: -100000px;
	opacity: 0;
	position: absolute;
	transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
	-webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
	-o-transition: opacity .3s ease, transform .3s ease, left 0s .3s;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
	width: 250px;
	z-index: 100
}

.datepicker.-from-top- {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.datepicker.-from-right- {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px)
}

.datepicker.-from-bottom- {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

.datepicker.-from-left- {
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px)
}

.datepicker.active {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
	-webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
	-o-transition: opacity .3s ease, transform .3s ease, left 0s 0s;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
	border-color: #d7d7d7;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: auto;
	opacity: 1;
	position: static;
	right: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.datepicker-inline .datepicker--pointer {
	display: none
}

.datepicker--content {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 4px
}

.-only-timepicker- .datepicker--content {
	display: none
}

.datepicker--pointer {
	background: #fff;
	border-right: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	height: 10px;
	position: absolute;
	width: 10px;
	z-index: -1
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
	top: calc(100% - 4px);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
	right: calc(100% - 4px);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
	bottom: calc(100% - 4px);
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
	left: calc(100% - 4px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
	left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
	right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
	left: calc(50% - 5px)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
	top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
	bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
	top: calc(50% - 5px)
}

.datepicker--body {
	display: none
}

.datepicker--body.active {
	display: block
}

.datepicker--nav {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	border-bottom: 1px solid #efefef;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	min-height: 32px;
	padding: 4px
}

.-only-timepicker- .datepicker--nav {
	display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	align-items: center;
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: center
}

.datepicker--nav-action {
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 32px
}

.datepicker--nav-action:hover {
	background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
	visibility: hidden
}

.datepicker--nav-action svg {
	height: 32px;
	width: 32px
}

.datepicker--nav-action path {
	fill: none;
	stroke: #9c9c9c;
	stroke-width: 2px
}

.datepicker--nav-title {
	border-radius: 4px;
	padding: 0 8px
}

.datepicker--nav-title i {
	color: #9c9c9c;
	font-style: normal;
	margin-left: 5px
}

.datepicker--nav-title:hover {
	background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
	background: none;
	cursor: default
}

.datepicker--buttons {
	border-top: 1px solid #efefef;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding: 4px
}

.datepicker--button {
	-webkit-box-flex: 1;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 4px;
	color: #4eb5e6;
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: inline-flex;
	-ms-flex: 1;
	flex: 1;
	height: 32px;
	justify-content: center
}

.datepicker--button:hover {
	background: #f0f0f0;
	color: #4a4a4a
}

.datepicker--time {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	border-top: 1px solid #efefef;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding: 4px;
	position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 138px;
	flex: 0 1 138px;
	max-width: 138px
}

.-only-timepicker- .datepicker--time {
	border-top: none
}

.datepicker--time-sliders {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 153px;
	flex: 0 1 153px;
	margin-right: 10px;
	max-width: 153px
}

.datepicker--time-label {
	display: none;
	font-size: 12px
}

.datepicker--time-current {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	margin: 0 0 0 10px;
	text-align: center
}

.datepicker--time-current-colon {
	line-height: 1;
	margin: 0 2px 3px
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
	font-family: Roboto;
	font-size: 19px;
	line-height: 1;
	position: relative;
	z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
	background: #f0f0f0;
	border-radius: 4px;
	bottom: -2px;
	content: "";
	left: -2px;
	opacity: 0;
	position: absolute;
	right: -2px;
	top: -3px;
	z-index: -1
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
	opacity: 1
}

.datepicker--time-current-ampm {
	-ms-flex-item-align: end;
	-webkit-align-self: flex-end;
	align-self: flex-end;
	color: #9c9c9c;
	font-size: 11px;
	margin-bottom: 1px;
	margin-left: 6px;
	text-transform: uppercase
}

.datepicker--time-row {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
	background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
	background: linear-gradient(90deg, #dedede, #dedede) left 50%/100% 1px no-repeat;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	font-size: 11px;
	height: 17px
}

.datepicker--time-row:first-child {
	margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
	-webkit-box-flex: 1;
	-webkit-appearance: none;
	background: none;
	cursor: pointer;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	margin: 0;
	padding: 0
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
	display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
	border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
	border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
	border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
	outline: none
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	height: 12px;
	-webkit-transition: background .2s;
	transition: background .2s;
	width: 12px
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	height: 12px;
	-moz-transition: background .2s;
	transition: background .2s;
	width: 12px
}

.datepicker--time-row input[type=range]::-ms-thumb {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	height: 12px;
	-ms-transition: background .2s;
	transition: background .2s;
	width: 12px
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	height: 1px
}

.datepicker--time-row input[type=range]::-moz-range-track {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	height: 1px
}

.datepicker--time-row input[type=range]::-ms-track {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	height: 1px
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
	background: transparent
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
	background: transparent
}

.datepicker--time-row span {
	padding: 0 12px
}

.datepicker--time-icon {
	border: 1px solid;
	border-radius: 50%;
	color: #9c9c9c;
	font-size: 16px;
	height: 1em;
	margin: 0 5px -1px 0;
	position: relative;
	width: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
	background: currentColor;
	content: "";
	position: absolute
}

.datepicker--time-icon:after {
	height: .4em;
	left: calc(50% - 1px);
	top: calc(50% + 1px);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 1px
}

.datepicker--time-icon:before {
	height: 1px;
	left: calc(50% - 1px);
	top: calc(50% + 1px);
	width: .4em
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	background: #a2ddf6;
	color: #fff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	background: none;
	border: none
}

.not-selectable {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.carousel {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

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

.carousel.is-draggable {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.carousel.is-dragging {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.carousel__viewport {
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative
}

.carousel__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.carousel__slide {
	-webkit-box-flex: 0;
	-ms-scroll-chaining: none;
	-webkit-overflow-scrolling: touch;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 1rem;
	position: relative;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	width: var(--carousel-slide-width, 60%)
}

.has-dots {
	margin-bottom: calc(.5rem + 22px)
}

.carousel__dots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	left: 0;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: calc(100% + .5rem);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.carousel__dots .carousel__dot {
	cursor: pointer;
	display: block;
	height: 22px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 22px
}

.carousel__dots .carousel__dot:after {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 50%;
	opacity: .25;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	width: 8px
}

.carousel__dots .carousel__dot.is-selected:after {
	opacity: 1
}

.carousel__button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--carousel-button-bg, transparent);
	border: 0;
	border-radius: var(--carousel-button-border-radius, 50%);
	-webkit-box-shadow: var(--carousel-button-shadow, none);
	box-shadow: var(--carousel-button-shadow, none);
	color: var(--carousel-button-color, currentColor);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: var(--carousel-button-height, 48px);
	justify-content: center;
	padding: 0;
	pointer-events: all;
	-webkit-transition: opacity .15s ease;
	-o-transition: opacity .15s ease;
	transition: opacity .15s ease;
	width: var(--carousel-button-width, 48px)
}

.carousel__button.is-next,
.carousel__button.is-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.carousel__button.is-prev {
	left: 10px
}

.carousel__button.is-next {
	right: 10px
}

.carousel__button[disabled] {
	cursor: default;
	opacity: .3
}

.carousel__button svg {
	fill: none;
	stroke: currentColor;
	stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
	stroke-linejoin: bevel;
	stroke-linecap: round;
	-webkit-filter: var(--carousel-button-svg-filter, none);
	filter: var(--carousel-button-svg-filter, none);
	height: var(--carousel-button-svg-height, 50%);
	pointer-events: none;
	width: var(--carousel-button-svg-width, 50%)
}

html.with-fancybox {
	scroll-behavior: auto
}

body.compensate-for-scrollbar {
	overflow: hidden !important;
	-ms-touch-action: none;
	touch-action: none
}

.fancybox__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-tap-highlight-color: transparent;
	--carousel-button-width: 48px;
	--carousel-button-height: 48px;
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
	--carousel-button-svg-stroke-width: 2.5;
	--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--fancybox-color, #fff);
	direction: ltr;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
	padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	z-index: 1050
}

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

.fancybox__container :focus {
	outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94));
	box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94))
}

@media (min-width:1024px) {
	.fancybox__container {
		--carousel-button-width: 48px;
		--carousel-button-height: 48px;
		--carousel-button-svg-width: 27px;
		--carousel-button-svg-height: 27px
	}
}

.fancybox__backdrop {
	background: var(--fancybox-bg, rgba(24, 24, 27, .92));
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.fancybox__carousel {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 100%;
	min-height: 0;
	position: relative;
	z-index: 10
}

.fancybox__carousel.has-dots {
	margin-bottom: calc(.5rem + 22px)
}

.fancybox__viewport {
	cursor: default;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox__track {
	height: 100%
}

.fancybox__slide,
.fancybox__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.fancybox__slide {
	-webkit-box-flex: 0;
	-ms-scroll-chaining: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-overflow-scrolling: touch;
	--carousel-button-width: 36px;
	--carousel-button-height: 36px;
	--carousel-button-svg-width: 22px;
	--carousel-button-svg-height: 22px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	max-width: 100%;
	outline: 0;
	overflow: auto;
	overscroll-behavior: contain;
	padding: 48px 8px 8px;
	position: relative;
	width: 100%
}

.fancybox__slide:after,
.fancybox__slide:before {
	-webkit-box-flex: 0;
	content: "";
	-ms-flex: 0 0 0px;
	flex: 0 0 0;
	margin: auto
}

@media (min-width:1024px) {
	.fancybox__slide {
		padding: 64px 100px
	}
}

.fancybox__content {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	align-self: center;
	background: var(--fancybox-content-bg, #fff);
	color: var(--fancybox-content-color, #374151);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
	padding: 36px;
	position: relative;
	z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: thin dotted
}

.fancybox__caption {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	-ms-flex-negative: 0;
	align-self: center;
	color: var(--fancybox-color, currentColor);
	cursor: auto;
	flex-shrink: 0;
	line-height: 1.375;
	margin: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding: 1rem 0 0;
	visibility: visible
}

.is-loading .fancybox__caption {
	visibility: hidden
}

.fancybox__container>.carousel__dots {
	color: var(--fancybox-color, #fff);
	top: 100%
}

.fancybox__nav .carousel__button {
	z-index: 40
}

.fancybox__nav .carousel__button.is-next {
	right: 8px
}

@media (min-width:1024px) {
	.fancybox__nav .carousel__button.is-next {
		right: 40px
	}
}

.fancybox__nav .carousel__button.is-prev {
	left: 8px
}

@media (min-width:1024px) {
	.fancybox__nav .carousel__button.is-prev {
		left: 40px
	}
}

.carousel__button.is-close {
	position: absolute;
	right: 8px;
	right: calc(env(safe-area-inset-right, 0px) + 8px);
	top: 8px;
	top: calc(env(safe-area-inset-top, 0px) + 8px);
	z-index: 40
}

@media (min-width:1024px) {
	.carousel__button.is-close {
		right: 40px
	}
}

.fancybox__content>.carousel__button.is-close {
	color: var(--fancybox-color, #fff);
	position: absolute;
	right: 0;
	top: -40px
}

.fancybox__no-click,
.fancybox__no-click button {
	pointer-events: none
}

.fancybox__spinner {
	color: var(--fancybox-color, currentColor);
	height: 50px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px
}

.fancybox__slide .fancybox__spinner {
	cursor: pointer;
	z-index: 1053
}

.fancybox__spinner svg {
	-webkit-animation: fancybox-rotate 2s linear infinite;
	animation: fancybox-rotate 2s linear infinite;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	width: 100%
}

.fancybox__spinner svg circle {
	fill: none;
	stroke-width: 2.75;
	stroke-miterlimit: 10;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke: currentColor;
	-webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
	animation: fancybox-dash 1.5s ease-in-out infinite
}

@-webkit-keyframes fancybox-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fancybox-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}

	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

@keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}

	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
	opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
	-webkit-animation: fancybox-fadeIn .15s ease backwards;
	animation: fancybox-fadeIn .15s ease backwards
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
	-webkit-animation: fancybox-fadeOut .15s ease both;
	animation: fancybox-fadeOut .15s ease both
}

.fancybox-fadeIn {
	-webkit-animation: fancybox-fadeIn .15s ease both;
	animation: fancybox-fadeIn .15s ease both
}

.fancybox-fadeOut {
	-webkit-animation: fancybox-fadeOut .1s ease both;
	animation: fancybox-fadeOut .1s ease both
}

.fancybox-zoomInUp {
	-webkit-animation: fancybox-zoomInUp .2s ease both;
	animation: fancybox-zoomInUp .2s ease both
}

.fancybox-zoomOutDown {
	-webkit-animation: fancybox-zoomOutDown .15s ease both;
	animation: fancybox-zoomOutDown .15s ease both
}

.fancybox-throwOutUp {
	-webkit-animation: fancybox-throwOutUp .15s ease both;
	animation: fancybox-throwOutUp .15s ease both
}

.fancybox-throwOutDown {
	-webkit-animation: fancybox-throwOutDown .15s ease both;
	animation: fancybox-throwOutDown .15s ease both
}

@-webkit-keyframes fancybox-fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fancybox-fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fancybox-fadeOut {
	to {
		opacity: 0
	}
}

@keyframes fancybox-fadeOut {
	to {
		opacity: 0
	}
}

@-webkit-keyframes fancybox-zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(.97) translate3d(0, 16px, 0);
		transform: scale(.97) translate3d(0, 16px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1) translateZ(0);
		transform: scale(1) translateZ(0)
	}
}

@keyframes fancybox-zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(.97) translate3d(0, 16px, 0);
		transform: scale(.97) translate3d(0, 16px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1) translateZ(0);
		transform: scale(1) translateZ(0)
	}
}

@-webkit-keyframes fancybox-zoomOutDown {
	to {
		opacity: 0;
		-webkit-transform: scale(.97) translate3d(0, 16px, 0);
		transform: scale(.97) translate3d(0, 16px, 0)
	}
}

@keyframes fancybox-zoomOutDown {
	to {
		opacity: 0;
		-webkit-transform: scale(.97) translate3d(0, 16px, 0);
		transform: scale(.97) translate3d(0, 16px, 0)
	}
}

@-webkit-keyframes fancybox-throwOutUp {
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0)
	}
}

@keyframes fancybox-throwOutUp {
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0)
	}
}

@-webkit-keyframes fancybox-throwOutDown {
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0)
	}
}

@keyframes fancybox-throwOutDown {
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0)
	}
}

.fancybox__carousel .carousel__slide {
	scrollbar-color: #ccc hsla(0, 0%, 100%, .1);
	scrollbar-width: thin
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
	height: 8px;
	width: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
	background-color: hsla(0, 0%, 100%, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
	cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox__image {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.has-image .fancybox__content {
	background: transparent;
	min-height: 1px;
	padding: 0
}

.is-closing .has-image .fancybox__content {
	overflow: visible
}

.has-image[data-image-fit=contain] {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.has-image[data-image-fit=contain-w] {
	overflow-x: hidden;
	overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
	min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
	height: auto;
	max-width: 100%
}

.has-image[data-image-fit=cover] {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
	height: 100%;
	width: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	min-height: 1px;
	overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
	height: 80%;
	width: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
	height: 540px;
	max-height: 100%;
	max-width: 100%;
	width: 960px
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
	background: rgba(24, 24, 27, .9);
	color: #fff;
	padding: 0
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
	background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	width: 100%
}

.fancybox-placeholder {
	clip: rect(0, 0, 0, 0);
	border-width: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px
}

.fancybox__thumbs {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	opacity: var(--fancybox-opacity, 1);
	padding: 0 3px;
	position: relative
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
	-webkit-animation: fancybox-fadeIn .15s ease-in backwards;
	animation: fancybox-fadeIn .15s ease-in backwards
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
	opacity: 0
}

.fancybox__thumbs .carousel__slide {
	-webkit-box-flex: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	justify-content: center;
	margin: 0;
	overflow: visible;
	padding: 8px 3px;
	width: var(--fancybox-thumbs-width, 96px)
}

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
	border: 5px solid var(--fancybox-accent-color, rgba(34, 213, 233, .96));
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .15s ease;
	-o-transition: opacity .15s ease;
	transition: opacity .15s ease
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
	opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox__thumb {
	background-color: hsla(0, 0%, 100%, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
	padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
	position: relative;
	width: 100%
}

.fancybox__toolbar {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, .006)), color-stop(15.5%, rgba(0, 0, 0, .021)), color-stop(22.5%, rgba(0, 0, 0, .046)), color-stop(29%, rgba(0, 0, 0, .077)), color-stop(35.3%, rgba(0, 0, 0, .114)), color-stop(41.2%, rgba(0, 0, 0, .155)), color-stop(47.1%, rgba(0, 0, 0, .198)), color-stop(52.9%, rgba(0, 0, 0, .242)), color-stop(58.8%, rgba(0, 0, 0, .285)), color-stop(64.7%, rgba(0, 0, 0, .326)), color-stop(71%, rgba(0, 0, 0, .363)), color-stop(77.5%, rgba(0, 0, 0, .394)), color-stop(84.5%, rgba(0, 0, 0, .419)), color-stop(91.9%, rgba(0, 0, 0, .434)), to(rgba(0, 0, 0, .44)));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	left: 0;
	opacity: var(--fancybox-opacity, 1);
	padding: 0;
	position: absolute;
	right: 0;
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4));
	top: 0;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 20
}

@media (min-width:1024px) {
	.fancybox__toolbar {
		padding: 8px
	}
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
	-webkit-animation: fancybox-fadeIn .15s ease-in backwards;
	animation: fancybox-fadeIn .15s ease-in backwards
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
	opacity: 0
}

.fancybox__toolbar__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.fancybox__toolbar__items--left {
	margin-right: auto
}

.fancybox__toolbar__items--center {
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
	margin-left: auto
}

@media (max-width:640px) {
	.fancybox__toolbar__items--center:not(:last-child) {
		display: none
	}
}

.fancybox__counter {
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	line-height: var(--carousel-button-height, 48px);
	min-width: 72px;
	padding: 0 10px;
	text-align: center
}

.fancybox__progress {
	background: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 30
}

.fancybox__container:-webkit-full-screen::backdrop {
	opacity: 0
}

.fancybox__container:-ms-fullscreen::backdrop {
	opacity: 0
}

.fancybox__container:fullscreen::-webkit-backdrop {
	opacity: 0
}

.fancybox__container:fullscreen::backdrop {
	opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
	display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child {
	display: none
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child {
	display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
	display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
	display: block
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block
}

.fancybox__button--slideshow g:nth-child(2) {
	display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
	display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
	display: block
}

.about-slider__img img,
.delivery-pict img,
.event-pict img,
.main-item__img img,
.main-pict img,
.menu-pict img,
.offer-item__pict img,
.programs-fullwidth-item__pict img,
.programs-item__pict img,
.room-page-mainpict img,
.room-page-thumb img,
.room-pict img,
.service-item__pict img,
.service-special__pict img,
.tile-pict img,
.week-item__pict img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

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

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: var(--bs-body-bg);
	color: var(--bs-body-color);
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	margin: 0;
	text-align: var(--bs-body-text-align)
}

hr {
	background-color: currentColor;
	border: 0;
	color: inherit;
	margin: 1rem 0;
	opacity: .25
}

hr:not([size]) {
	height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem;
	margin-top: 0
}

h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem
	}
}

h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
	h4 {
		font-size: 1.5rem
	}
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-bottom: 1rem;
	margin-top: 0
}

abbr[data-bs-original-title],
abbr[title] {
	cursor: help;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem
}

ol,
ul {
	padding-left: 2rem
}

dl,
ol,
ul {
	margin-bottom: 1rem;
	margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: .875em
}

mark {
	background-color: #fcf8e3;
	padding: .2em
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #6A1485;
	text-decoration: none;
}

a:hover {
	color: #F28E00
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	direction: ltr;
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	unicode-bidi: bidi-override
}

pre {
	display: block;
	font-size: .875em;
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto
}

pre code {
	color: inherit;
	font-size: inherit;
	word-break: normal
}

code {
	word-wrap: break-word;
	color: #d63384;
	font-size: .875em
}

a>code {
	color: inherit
}

kbd {
	background-color: #212529;
	border-radius: .2rem;
	color: #fff;
	font-size: .875em;
	padding: .2rem .4rem
}

kbd kbd {
	font-size: 1em;
	font-weight: 700;
	padding: 0
}

figure {
	margin: 0 0 1rem
}

img,
svg {
	vertical-align: middle
}

table {
	font-family: Roboto; 
	border-collapse: collapse;
	caption-side: bottom
}

caption {
	color: #6c757d;
	padding-bottom: .5rem;
	padding-top: .5rem;
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border: 0 solid;
	border-color: inherit
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
	display: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	border-style: none;
	padding: 0
}

textarea {
	resize: vertical
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0
}

legend {
	float: left;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
	margin-bottom: .5rem;
	padding: 0;
	width: 100%
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::file-selector-button {
	font: inherit
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

output {
	display: inline-block
}

iframe {
	border: 0
}

summary {
	cursor: pointer;
	display: list-item
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-Lineatura: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", Lineatura, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
	--bs-body-font-family: var(--bs-font-Lineatura);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--bs-gutter-x, .75rem);
	padding-right: var(--bs-gutter-x, .75rem);
	width: 100%
}

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:1024px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1280px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
	/*		max-width: 100%;
    padding-right: 12%;
    padding-left: 12%;
	
	 */
		
	max-width: 1230px
	
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: calc(var(--bs-gutter-x)*-.5);
	margin-right: calc(var(--bs-gutter-x)*-.5);
	margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
	-ms-flex-negative: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex-shrink: 0;
	margin-top: var(--bs-gutter-y);
	max-width: 100%;
	padding-left: calc(var(--bs-gutter-x)*.5);
	padding-right: calc(var(--bs-gutter-x)*.5);
	width: 100%
}

.col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}

.row-cols-auto>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}

.row-cols-1>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.3333333333%
}

.row-cols-4>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.6666666667%
}

.col-auto {
	width: auto
}

.col-1,
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-1 {
	width: 8.33333333%
}

.col-2 {
	width: 16.66666667%
}

.col-2,
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.33333333%
}

.col-4,
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-5 {
	width: 41.66666667%
}

.col-6 {
	width: 50%
}

.col-6,
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-7 {
	width: 58.33333333%
}

.col-8 {
	width: 66.66666667%
}

.col-8,
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.33333333%
}

.col-10,
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-11 {
	width: 91.66666667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

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

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

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

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

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

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}

@media (min-width:576px) {
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-sm-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-sm-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-sm-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-sm-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-sm-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-sm-auto {
		width: auto
	}

	.col-sm-1,
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-2,
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-4,
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-6,
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-8,
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-10,
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

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

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

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

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

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

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

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

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-md-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-md-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-md-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-md-auto {
		width: auto
	}

	.col-md-1,
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-2,
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-4,
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-6,
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-8,
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-10,
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

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

	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}

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

	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.offset-md-5 {
		margin-left: 41.66666667%
	}

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

	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.offset-md-8 {
		margin-left: 66.66666667%
	}

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

	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.offset-md-11 {
		margin-left: 91.66666667%
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1024px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-lg-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-lg-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-lg-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-lg-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-lg-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-lg-auto {
		width: auto
	}

	.col-lg-1,
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-2,
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-4,
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-6,
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-8,
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-10,
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

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

	.offset-lg-1 {
		margin-left: 8.33333333%
	}

	.offset-lg-2 {
		margin-left: 16.66666667%
	}

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

	.offset-lg-4 {
		margin-left: 33.33333333%
	}

	.offset-lg-5 {
		margin-left: 41.66666667%
	}

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

	.offset-lg-7 {
		margin-left: 58.33333333%
	}

	.offset-lg-8 {
		margin-left: 66.66666667%
	}

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

	.offset-lg-10 {
		margin-left: 83.33333333%
	}

	.offset-lg-11 {
		margin-left: 91.66666667%
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1280px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-xl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-xl-auto {
		width: auto
	}

	.col-xl-1,
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-1 {
		width: 8.33333333%
	}

	.col-xl-2 {
		width: 16.66666667%
	}

	.col-xl-2,
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-3 {
		width: 25%
	}

	.col-xl-4 {
		width: 33.33333333%
	}

	.col-xl-4,
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-5 {
		width: 41.66666667%
	}

	.col-xl-6 {
		width: 50%
	}

	.col-xl-6,
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-7 {
		width: 58.33333333%
	}

	.col-xl-8 {
		width: 66.66666667%
	}

	.col-xl-8,
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-9 {
		width: 75%
	}

	.col-xl-10 {
		width: 83.33333333%
	}

	.col-xl-10,
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-11 {
		width: 91.66666667%
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

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

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

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

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

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

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

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

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-grid {
	display: -ms-grid !important;
	display: grid !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

.d-none {
	display: none !important
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column,
.flex-row {
	-webkit-box-direction: normal !important
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
	-webkit-box-direction: reverse !important
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.justify-content-evenly {
	-webkit-box-pack: space-evenly !important;
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important
}

.order-first {
	-webkit-box-ordinal-group: 0 !important;
	-ms-flex-order: -1 !important;
	order: -1 !important
}

.order-0 {
	-webkit-box-ordinal-group: 1 !important;
	-ms-flex-order: 0 !important;
	order: 0 !important
}

.order-1 {
	-webkit-box-ordinal-group: 2 !important;
	-ms-flex-order: 1 !important;
	order: 1 !important
}

.order-2 {
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important
}

.order-3 {
	-webkit-box-ordinal-group: 4 !important;
	-ms-flex-order: 3 !important;
	order: 3 !important
}

.order-4 {
	-webkit-box-ordinal-group: 5 !important;
	-ms-flex-order: 4 !important;
	order: 4 !important
}

.order-5 {
	-webkit-box-ordinal-group: 6 !important;
	-ms-flex-order: 5 !important;
	order: 5 !important
}

.order-last {
	-webkit-box-ordinal-group: 7 !important;
	-ms-flex-order: 6 !important;
	order: 6 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.mx-1 {
	margin-left: .25rem !important;
	margin-right: .25rem !important
}

.mx-2 {
	margin-left: .5rem !important;
	margin-right: .5rem !important
}

.mx-3 {
	margin-left: 1rem !important;
	margin-right: 1rem !important
}

.mx-4 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important
}

.mx-5 {
	margin-left: 3rem !important;
	margin-right: 3rem !important
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important
}

.my-0 {
	margin-bottom: 0 !important;
	margin-top: 0 !important
}

.my-1 {
	margin-bottom: .25rem !important;
	margin-top: .25rem !important
}

.my-2 {
	margin-bottom: .5rem !important;
	margin-top: .5rem !important
}

.my-3 {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important
}

.my-4 {
	margin-bottom: 1.5rem !important;
	margin-top: 1.5rem !important
}

.my-5 {
	margin-bottom: 3rem !important;
	margin-top: 3rem !important
}

.my-auto {
	margin-bottom: auto !important;
	margin-top: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.px-1 {
	padding-left: .25rem !important;
	padding-right: .25rem !important
}

.px-2 {
	padding-left: .5rem !important;
	padding-right: .5rem !important
}

.px-3 {
	padding-left: 1rem !important;
	padding-right: 1rem !important
}

.px-4 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important
}

.px-5 {
	padding-left: 3rem !important;
	padding-right: 3rem !important
}

.py-0 {
	padding-bottom: 0 !important;
	padding-top: 0 !important
}

.py-1 {
	padding-bottom: .25rem !important;
	padding-top: .25rem !important
}

.py-2 {
	padding-bottom: .5rem !important;
	padding-top: .5rem !important
}

.py-3 {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important
}

.py-4 {
	padding-bottom: 1.5rem !important;
	padding-top: 1.5rem !important
}

.py-5 {
	padding-bottom: 3rem !important;
	padding-top: 3rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

@media (min-width:576px) {
	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-grid {
		display: -ms-grid !important;
		display: grid !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

	.d-sm-none {
		display: none !important
	}

	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-sm-column,
	.flex-sm-row {
		-webkit-box-direction: normal !important
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.justify-content-sm-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important
	}

	.m-sm-0 {
		margin: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mx-sm-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.mx-sm-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.mx-sm-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.mx-sm-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.mx-sm-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.mx-sm-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.mx-sm-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.my-sm-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}

	.my-sm-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}

	.my-sm-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}

	.my-sm-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}

	.my-sm-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}

	.my-sm-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}

	.my-sm-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}

	.mt-sm-0 {
		margin-top: 0 !important
	}

	.mt-sm-1 {
		margin-top: .25rem !important
	}

	.mt-sm-2 {
		margin-top: .5rem !important
	}

	.mt-sm-3 {
		margin-top: 1rem !important
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important
	}

	.mt-sm-5 {
		margin-top: 3rem !important
	}

	.mt-sm-auto {
		margin-top: auto !important
	}

	.me-sm-0 {
		margin-right: 0 !important
	}

	.me-sm-1 {
		margin-right: .25rem !important
	}

	.me-sm-2 {
		margin-right: .5rem !important
	}

	.me-sm-3 {
		margin-right: 1rem !important
	}

	.me-sm-4 {
		margin-right: 1.5rem !important
	}

	.me-sm-5 {
		margin-right: 3rem !important
	}

	.me-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-0 {
		margin-bottom: 0 !important
	}

	.mb-sm-1 {
		margin-bottom: .25rem !important
	}

	.mb-sm-2 {
		margin-bottom: .5rem !important
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important
	}

	.mb-sm-auto {
		margin-bottom: auto !important
	}

	.ms-sm-0 {
		margin-left: 0 !important
	}

	.ms-sm-1 {
		margin-left: .25rem !important
	}

	.ms-sm-2 {
		margin-left: .5rem !important
	}

	.ms-sm-3 {
		margin-left: 1rem !important
	}

	.ms-sm-4 {
		margin-left: 1.5rem !important
	}

	.ms-sm-5 {
		margin-left: 3rem !important
	}

	.ms-sm-auto {
		margin-left: auto !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.px-sm-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.px-sm-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.px-sm-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.px-sm-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.px-sm-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.px-sm-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.py-sm-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}

	.py-sm-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}

	.py-sm-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}

	.py-sm-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}

	.py-sm-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}

	.py-sm-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}

	.pt-sm-0 {
		padding-top: 0 !important
	}

	.pt-sm-1 {
		padding-top: .25rem !important
	}

	.pt-sm-2 {
		padding-top: .5rem !important
	}

	.pt-sm-3 {
		padding-top: 1rem !important
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important
	}

	.pt-sm-5 {
		padding-top: 3rem !important
	}

	.pe-sm-0 {
		padding-right: 0 !important
	}

	.pe-sm-1 {
		padding-right: .25rem !important
	}

	.pe-sm-2 {
		padding-right: .5rem !important
	}

	.pe-sm-3 {
		padding-right: 1rem !important
	}

	.pe-sm-4 {
		padding-right: 1.5rem !important
	}

	.pe-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-0 {
		padding-bottom: 0 !important
	}

	.pb-sm-1 {
		padding-bottom: .25rem !important
	}

	.pb-sm-2 {
		padding-bottom: .5rem !important
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important
	}

	.ps-sm-0 {
		padding-left: 0 !important
	}

	.ps-sm-1 {
		padding-left: .25rem !important
	}

	.ps-sm-2 {
		padding-left: .5rem !important
	}

	.ps-sm-3 {
		padding-left: 1rem !important
	}

	.ps-sm-4 {
		padding-left: 1.5rem !important
	}

	.ps-sm-5 {
		padding-left: 3rem !important
	}
}

@media (min-width:768px) {
	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-grid {
		display: -ms-grid !important;
		display: grid !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

	.d-md-none {
		display: none !important
	}

	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-column,
	.flex-md-row {
		-webkit-box-direction: normal !important
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important
	}

	.order-md-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important
	}

	.m-md-0 {
		margin: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mx-md-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.mx-md-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.mx-md-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.mx-md-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.mx-md-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.mx-md-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.mx-md-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.my-md-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}

	.my-md-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}

	.my-md-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}

	.my-md-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}

	.my-md-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}

	.my-md-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}

	.my-md-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mt-md-1 {
		margin-top: .25rem !important
	}

	.mt-md-2 {
		margin-top: .5rem !important
	}

	.mt-md-3 {
		margin-top: 1rem !important
	}

	.mt-md-4 {
		margin-top: 1.5rem !important
	}

	.mt-md-5 {
		margin-top: 3rem !important
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.me-md-0 {
		margin-right: 0 !important
	}

	.me-md-1 {
		margin-right: .25rem !important
	}

	.me-md-2 {
		margin-right: .5rem !important
	}

	.me-md-3 {
		margin-right: 1rem !important
	}

	.me-md-4 {
		margin-right: 1.5rem !important
	}

	.me-md-5 {
		margin-right: 3rem !important
	}

	.me-md-auto {
		margin-right: auto !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.mb-md-1 {
		margin-bottom: .25rem !important
	}

	.mb-md-2 {
		margin-bottom: .5rem !important
	}

	.mb-md-3 {
		margin-bottom: 1rem !important
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-md-5 {
		margin-bottom: 3rem !important
	}

	.mb-md-auto {
		margin-bottom: auto !important
	}

	.ms-md-0 {
		margin-left: 0 !important
	}

	.ms-md-1 {
		margin-left: .25rem !important
	}

	.ms-md-2 {
		margin-left: .5rem !important
	}

	.ms-md-3 {
		margin-left: 1rem !important
	}

	.ms-md-4 {
		margin-left: 1.5rem !important
	}

	.ms-md-5 {
		margin-left: 3rem !important
	}

	.ms-md-auto {
		margin-left: auto !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.px-md-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.px-md-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.px-md-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.px-md-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.px-md-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.px-md-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.py-md-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}

	.py-md-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}

	.py-md-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}

	.py-md-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}

	.py-md-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}

	.py-md-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pt-md-1 {
		padding-top: .25rem !important
	}

	.pt-md-2 {
		padding-top: .5rem !important
	}

	.pt-md-3 {
		padding-top: 1rem !important
	}

	.pt-md-4 {
		padding-top: 1.5rem !important
	}

	.pt-md-5 {
		padding-top: 3rem !important
	}

	.pe-md-0 {
		padding-right: 0 !important
	}

	.pe-md-1 {
		padding-right: .25rem !important
	}

	.pe-md-2 {
		padding-right: .5rem !important
	}

	.pe-md-3 {
		padding-right: 1rem !important
	}

	.pe-md-4 {
		padding-right: 1.5rem !important
	}

	.pe-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}

	.ps-md-0 {
		padding-left: 0 !important
	}

	.ps-md-1 {
		padding-left: .25rem !important
	}

	.ps-md-2 {
		padding-left: .5rem !important
	}

	.ps-md-3 {
		padding-left: 1rem !important
	}

	.ps-md-4 {
		padding-left: 1.5rem !important
	}

	.ps-md-5 {
		padding-left: 3rem !important
	}
}

@media (min-width:1024px) {
	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-grid {
		display: -ms-grid !important;
		display: grid !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

	.d-lg-none {
		display: none !important
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-column,
	.flex-lg-row {
		-webkit-box-direction: normal !important
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important
	}

	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mx-lg-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.mx-lg-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.mx-lg-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.mx-lg-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.mx-lg-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.mx-lg-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.mx-lg-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.my-lg-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}

	.my-lg-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}

	.my-lg-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}

	.my-lg-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}

	.my-lg-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}

	.my-lg-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}

	.my-lg-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mt-lg-1 {
		margin-top: .25rem !important
	}

	.mt-lg-2 {
		margin-top: .5rem !important
	}

	.mt-lg-3 {
		margin-top: 1rem !important
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important
	}

	.mt-lg-5 {
		margin-top: 3rem !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.me-lg-0 {
		margin-right: 0 !important
	}

	.me-lg-1 {
		margin-right: .25rem !important
	}

	.me-lg-2 {
		margin-right: .5rem !important
	}

	.me-lg-3 {
		margin-right: 1rem !important
	}

	.me-lg-4 {
		margin-right: 1.5rem !important
	}

	.me-lg-5 {
		margin-right: 3rem !important
	}

	.me-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: .25rem !important
	}

	.ms-lg-2 {
		margin-left: .5rem !important
	}

	.ms-lg-3 {
		margin-left: 1rem !important
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important
	}

	.ms-lg-5 {
		margin-left: 3rem !important
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.px-lg-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.px-lg-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.px-lg-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.px-lg-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.px-lg-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.px-lg-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.py-lg-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}

	.py-lg-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}

	.py-lg-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}

	.py-lg-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}

	.py-lg-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}

	.py-lg-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pt-lg-1 {
		padding-top: .25rem !important
	}

	.pt-lg-2 {
		padding-top: .5rem !important
	}

	.pt-lg-3 {
		padding-top: 1rem !important
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important
	}

	.pt-lg-5 {
		padding-top: 3rem !important
	}

	.pe-lg-0 {
		padding-right: 0 !important
	}

	.pe-lg-1 {
		padding-right: .25rem !important
	}

	.pe-lg-2 {
		padding-right: .5rem !important
	}

	.pe-lg-3 {
		padding-right: 1rem !important
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important
	}

	.pe-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.ps-lg-0 {
		padding-left: 0 !important
	}

	.ps-lg-1 {
		padding-left: .25rem !important
	}

	.ps-lg-2 {
		padding-left: .5rem !important
	}

	.ps-lg-3 {
		padding-left: 1rem !important
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important
	}

	.ps-lg-5 {
		padding-left: 3rem !important
	}
}

@media (min-width:1280px) {
	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-grid {
		display: -ms-grid !important;
		display: grid !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

	.d-xl-none {
		display: none !important
	}

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-xl-column,
	.flex-xl-row {
		-webkit-box-direction: normal !important
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mx-xl-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.mx-xl-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.mx-xl-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.mx-xl-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.mx-xl-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.mx-xl-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.mx-xl-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.my-xl-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}

	.my-xl-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}

	.my-xl-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}

	.my-xl-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}

	.my-xl-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}

	.my-xl-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}

	.my-xl-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mt-xl-1 {
		margin-top: .25rem !important
	}

	.mt-xl-2 {
		margin-top: .5rem !important
	}

	.mt-xl-3 {
		margin-top: 1rem !important
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xl-5 {
		margin-top: 3rem !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.me-xl-0 {
		margin-right: 0 !important
	}

	.me-xl-1 {
		margin-right: .25rem !important
	}

	.me-xl-2 {
		margin-right: .5rem !important
	}

	.me-xl-3 {
		margin-right: 1rem !important
	}

	.me-xl-4 {
		margin-right: 1.5rem !important
	}

	.me-xl-5 {
		margin-right: 3rem !important
	}

	.me-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

	.mb-xl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ms-xl-0 {
		margin-left: 0 !important
	}

	.ms-xl-1 {
		margin-left: .25rem !important
	}

	.ms-xl-2 {
		margin-left: .5rem !important
	}

	.ms-xl-3 {
		margin-left: 1rem !important
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xl-5 {
		margin-left: 3rem !important
	}

	.ms-xl-auto {
		margin-left: auto !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.px-xl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.px-xl-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.px-xl-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.px-xl-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.px-xl-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.px-xl-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.py-xl-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}

	.py-xl-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}

	.py-xl-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}

	.py-xl-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}

	.py-xl-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}

	.py-xl-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}

	.pt-xl-0 {
		padding-top: 0 !important
	}

	.pt-xl-1 {
		padding-top: .25rem !important
	}

	.pt-xl-2 {
		padding-top: .5rem !important
	}

	.pt-xl-3 {
		padding-top: 1rem !important
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xl-5 {
		padding-top: 3rem !important
	}

	.pe-xl-0 {
		padding-right: 0 !important
	}

	.pe-xl-1 {
		padding-right: .25rem !important
	}

	.pe-xl-2 {
		padding-right: .5rem !important
	}

	.pe-xl-3 {
		padding-right: 1rem !important
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pb-xl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xl-0 {
		padding-left: 0 !important
	}

	.ps-xl-1 {
		padding-left: .25rem !important
	}

	.ps-xl-2 {
		padding-left: .5rem !important
	}

	.ps-xl-3 {
		padding-left: 1rem !important
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xl-5 {
		padding-left: 3rem !important
	}
}

@media print {
	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-grid {
		display: -ms-grid !important;
		display: grid !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

	.d-print-none {
		display: none !important
	}
}



::-webkit-input-placeholder {
	color: #6A1485
}

::-moz-placeholder {
	color: #6A1485
}

:-ms-input-placeholder {
	color: #6A1485
}

::-ms-input-placeholder {
	color: #6A1485
}

::placeholder {
	color: #6A1485
}

::-moz-selection {
	background-color: #6A1485;
	color: #fff
}

::selection {
	background-color: #6A1485;
	color: #fff
}

input,
textarea {
	outline: none
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: #6A1485;
}

input:required:valid,
textarea:required:valid {
	border-color: #6A1485;
}

input[type=checkbox],
input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 0
}

html {
	height: 100%
}

body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.22;
	min-height: 100%;
	min-width: 380px;
	overflow-x: hidden;
	position: relative
}

body.overflow {
	overflow-y: hidden
}

.hidden {
	display: none
}

ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0
}

a {
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
}

a:focus {
	outline: none
}

.header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	overflow: hidden
}

.footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.section-header {
	padding-bottom: 34px
}

.section-title {
	color: #6A1485;
	font-family: Lineatura;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center
}

.section-title_black {
	color: #000
}

.section-desc {
	font-family: Roboto;
	font-size: 18px;
	margin: 10px 0 0;
	text-align: center;
	line-height: 1.7em;
}

.section-subtitle {
	color: #6A1485;
	font-family: Lineatura;
	font-style: Light;
	font-weight: bold;
	margin-top: 25px;
	text-align: center
}

.page-header {
	color: #6A1485;
	margin-bottom: 20px;
	text-align: center
}

.page-title {
	font-family: Lineatura;
    font-weight: bold;
	margin-bottom: 12px
}

.page-desc {
	color: #6A1485;
	display: inline-block;
	font-family: Lineatura;
    font-weight: bold;
	max-width: 790px
}

@media only screen and (max-width:767px) {
	.page-title {
		font-size: 30px;
		margin-bottom: 15px
	}
}

@media only screen and (max-width:575px) {
	.page-title {
		font-size: 28px
	}
}

@media only screen and (max-width:479px) {
	.page-title {
		font-size: 26px
	}
}

.swiper-pagination-bullet {
	background: none;
	border: 2px solid #fff;
	height: 12px;
	margin: 0 5px;
	opacity: 1;
	width: 12px
}

.swiper-pagination-bullet-active {
	background: hsla(0, 0%, 100%, .5)
}

.datepickers-container {
	z-index: 9999
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #fff
}

.swiper-lazy-preloader {
	border: 4px solid #6A1485;
	border-top-color: transparent
}

.lozad {
	visibility: hidden
}

.lozad.loaded {
	visibility: visible
}

@media only screen and (max-width:1023px) {
	.section-title {
		font-size: 30px
	}

	.section-desc {
		font-size: 16px
	}

	.section-subtitle {
		font-size: 18px
	}
}

@media only screen and (max-width:767px) {
	.section-title {
		font-size: 26px
	}
}

@media only screen and (max-width:379px) {
	.compensate-for-scrollbar {
		padding-right: 0 !important
	}
}

.section-about {
	padding: 35px 0 25px
}

.section-about__title {
	color: #6A1485;
	font-family: Lineatura;
    font-weight: bold;
	margin-bottom: 32px;
	text-align: center
}

.about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.about-slider {
	height: 343px;
	width: 49%
}

.about-slider .swiper-wrapper,
.about-slider__img {
	height: 100%
}

.about-slider-nav .swiper-pagination {
	bottom: 12px
}

.about-desc {
	font-size: 18px;
	padding: 0 60px 0 122px;
	width: 51%;
	line-height: 1.7em;
}

.about-desc img {
	margin-bottom: 22px
}

.about-desc p {
	margin-bottom: 20px
}

@media only screen and (max-width:1279px) {
	.about-desc {
		padding: 0 0 0 30px
	}
}

@media only screen and (max-width:1023px) {
	.about-desc {
		font-size: 16px
	}

	.about-desc img,
	.about-desc p {
		margin-bottom: 15px
	}
}

@media only screen and (max-width:767px) {
	.section-about {
		padding: 25px 0 20px
	}

	.section-about__title {
		font-size: 22px;
		margin-bottom: 20px
	}

	.about {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.about-slider {
		height: 290px;
		width: 100%
	}

	.about-desc {
		padding: 20px 0 0;
		width: 100%
	}
}

.section-advantages {
	padding: 10px 0 30px
}

.advantages-title {
	font-size: 31px;
	font-weight: 600;
	line-height: 1.22;
	margin-bottom: 30px;
	text-align: center
}

.advantages-items {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.advantages-item,
.advantages-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.advantages-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	width: 25%
}

.advantages-item:nth-child(n+5) {
	margin-top: 33px
}

.advantages-item__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 74px;
	max-width: 84px;
	min-width: 58px
}

.advantages-item__icon img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%
}

.advantages-item__title {
	font-size: 18px;
	font-weight: 600;
	margin-left: 24px
}

@media only screen and (max-width:1023px) {
	.section-advantages {
		padding: 0 0 30px
	}

	.advantages-text {
		font-size: 20px
	}

	.advantages-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: flex-end;
		text-align: center
	}

	.advantages-item__title {
		margin: 20px 0 0
	}
}

@media only screen and (max-width:767px) {
	.section-advantages {
		padding: 0 0 20px
	}

	.advantages-title {
		font-size: 28px
	}

	.advantages-item__title {
		font-size: 16px
	}
}

@media only screen and (max-width:575px) {
	.advantages-title {
		font-size: 24px
	}

	.advantages-text {
		font-size: 18px
	}

	.advantages-item {
		width: 50%
	}

	.advantages-item:nth-child(n+5) {
		margin-top: 0
	}

	.advantages-item:nth-child(n+3) {
		margin-top: 30px
	}
}

.main {
	height: 500px;
	position: relative;
	z-index: 1
}

.main:after,
.main:before {
	background: url(../images/dist/z.svg) 0 0 no-repeat;
	background-size: contain;
	content: "";
	height: 78px;
	margin-top: -39px;
	position: absolute;
	top: 50%;
	width: 344px;
	z-index: -1
}

.main:before {
	left: -92px
}

.main:after {
	right: -102px
}








.main1 {
	height: 500px;
	position: relative;
	z-index: 1

}

.main1:after,
.main1:before {
	background: url(/template/images/dist/z1.svg) 0 0 no-repeat;
	background-size: contain;
	content: "";
	height: 78px;
	margin-top: -39px;
	position: absolute;
	top: 50%;
	width: 344px;
	z-index: -1
}

.main1:before {
	left: -92px
}

.main1:after {
	right: -102px
}






.main2 {
	height: 500px;
	position: relative;
	z-index: 1
}

.main2:after,
.main2:before {
	background: url(../images/dist/z2.svg) 0 0 no-repeat;
	background-size: contain;
	content: "";
	height: 78px;
	margin-top: -39px;
	position: absolute;
	top: 50%;
	width: 344px;
	z-index: -1
}

.main2:before {
	left: -92px
}

.main2:after {
	right: -102px
}






.main3 {
	height: 500px;
	position: relative;
	z-index: 1

}

.main3:after,
.main3:before {
	background: url(/template/images/dist/z3.svg) 0 0 no-repeat;
	background-size: contain;
	content: "";
	height: 78px;
	margin-top: -39px;
	position: absolute;
	top: 50%;
	width: 344px;
	z-index: -1
}

.main3:before {
	left: -92px
}

.main3:after {
	right: -102px
}



.main4 {
	height: 500px;
	position: relative;
	z-index: 1

}

.main4:after{
	background: url(/template/images/dist/z4a.svg) 0 0 no-repeat;
	background-size: contain;
	content: "";
	height: 78px;
	margin-top: -39px;
	position: absolute;
	top: 50%;
	width: 344px;
	z-index: -1
}
.main4:before {
	background: url(/template/images/dist/z4.svg) 0 0 no-repeat;
	background-size: contain;
	content: "";
	height: 78px;
	margin-top: -39px;
	position: absolute;
	top: 50%;
	width: 344px;
	z-index: -1
}

.main4:before {
	left: -92px
}

.main4:after {
	right: -102px
}





.main-pict {
	height: 100%;
	position: relative;
	z-index: 0
}

.main-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	bottom: 30px;
	justify-content: center;
	left: 0;
	margin: 0 auto;
	max-width: 915px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	z-index: 1
}

.main-item,
.main-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.main-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-ms-flex-negative: 1;
	align-items: center;
	background-color: hsla(0, 0%, 100%, .3);
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 1;
	height: 220px;
	justify-content: flex-start;
	max-width: 285px;
	padding: 7px 10px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
}

.main-item__img {
	height: 115px;
	margin-bottom: 15px
}

.main-item__raiting {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 5px
}

.main-item__star {
	height: 21px;
	margin: 0 3px;
	width: 21px
}

.main-item__title {
	color: #fff;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
}

.main-item:hover {
	background-color: hsla(0, 0%, 100%, .4);
	text-decoration: none
}

.main-item:hover .main-item__title {
	color: #6A1485
}

.main-desc {
	bottom: 35px;
	position: absolute;
	width: 100%
}

.main-raiting {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 10px
}

.main-raiting__star {
	height: 21px;
	margin: 0 3px;
	width: 21px
}

.main-title {
	color: #fff;
	font-family: Roboto;
	font-size: 22px;
	font-weight: 600;
	text-align: center
}

@media only screen and (max-width:1279px) {
	.main {
		height: 400px
	}

	.main:before {
		left: -45px
	}

	.main:after {
		right: -50px
	}
}

@media only screen and (max-width:1023px) {
	.main {
		height: 360px
	}

	.main-item {
		height: auto
	}

	.main-item__img {
		height: 80px
	}

	.main-item__title {
		font-size: 20px
	}
}

@media only screen and (max-width:767px) {
	.main {
		height: 320px
	}

	.main-items {
		bottom: 20px
	}

	.main-item__img {
		height: 60px
	}

	.main-item__title {
		font-size: 16px
	}

	.main-title {
		font-size: 20px
	}
}

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

	.main:after,
	.main:before {
		display: none
	}

	.main-item {
		padding: 5px 5px 10px
	}

	.main-item__title {
		font-size: 15px
	}

	.main-title {
		font-size: 18px
	}
}

.btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-negative: 0;
	align-items: center;
	border: 2px solid #F58C45;
	border-radius: 0;
	color: #F58C45;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	font-weight: 600;
	justify-content: center;
	padding: 0 5px;
	text-decoration: none;
	-webkit-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
	white-space: nowrap;
	width: 100%
}

.btn i {
	background: url(../images/dist/spiral_b.svg) 50% no-repeat;
	background-size: contain;
	min-width: 35px
}

.btn i svg {
	max-width: 100%;
	width: 100%
}

.btn:focus {
	outline: none
}

.btn_border {
	background:#F58C45;
	color: #ffffff
}

.btn_border:hover {
	background-color: #6A1485;
	color: #ffffff;
	text-decoration: none
}

.btn_fill {
	background-color: #F58C45;
	color: #ffffff;
	font-family: Roboto;
    font-weight: bold;
}

.btn_fill:hover {
	background-color: #6A1485;
	color: #ffffff;
	text-decoration: none
}

.btn_size_s {
	font-family: Roboto;
    font-weight: bold ;
	font-size: 16px;
	height: 42px
}

.btn_size_s i {
	height: 25px;
	margin-right: 12px;
}

.btn_size_l {
	font-size: 18px;
	height: 40px
}

.btn_size_l i {
	height: 23px;
	margin-right: 4px;
	width: 40px
}

.btn_size_xl {
	font-size: 20px;
	height: 56px
}

.btn_size_xl i {
	height: 35px;
	margin-right: 15px;
}

@media only screen and (max-width:1279px) {
	.btn_size_xl {
		font-size: 16px;
		height: 46px
	}

	.btn_size_xl i {
		height: 16px;
		width: 40px
	}

	.btn_size_l {
		font-size: 16px
	}
}

@media only screen and (max-width:1023px) {
	.btn i {
		height: 12px;
		width: 30px
	}

	.btn_size_s {
		height: 36px
	}

	.btn_size_xl {
		height: 42px
	}
}

@media only screen and (max-width:767px) {
	.btn i {
		display: none
	}
}

@media only screen and (max-width:575px) {
	.btn_size_l {
		font-size: 14px
	}
}

.section-contact {
	padding: 40px 0 25px
}

.contact-logo {
	margin: 0 auto;
	max-width: 451px;
	text-align: center
}

.contact-logo img {
	display: inline-block;
	height: auto;
	max-width: 100%
}

.contact-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center
}

.contact-tabs__item {
	color: #000;
	display: inline-block;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	text-decoration: none
}

.contact-tabs__item:not(:first-child) {
	margin-left: 44px
}

.contact-tabs__item:not(:first-child):before {
	color: #000;
	content: "|";
	font-size: 24px;
	font-weight: 600;
	left: -24px;
	position: absolute;
	top: -1px
}

.contact-tabs__item.active,
.contact-tabs__item:hover {
	color: #6A1485
}

.contact-tabs__item.active:before,
.contact-tabs__item:hover:before {
	color: #000
}

.contact-desc {
	padding: 24px 0 0;
	text-align: center
}

.contact-desc__title {
	color: #6A1485;
	font-family: Lineatura;
    font-weight: bold;
}

.contact-desc__sectitle {
	font-size: 24px
}

.contact-desc__text {
	font-size: 18px;
	margin: 10px 0 16px
}

.contact-desc__text p {
	margin-bottom: 0
}

.contact-map {
	height: 565px;
	margin-top: 24px
}

.contact-map [class*=-balloon] {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.contact-map [class$=-balloon__content] {
	margin-right: 0 !important;
	padding: 0 !important
}

.contact-map [class$=-balloon__layout] {
	background: none !important;
	left: -5px;
	overflow: visible !important;
	top: -40px
}

.contact-map [class$=-balloon__layout] * {
	overflow: visible !important
}

.contact-map [class$=-balloon__tail] {
	display: none !important
}

.contact-map [class$=-balloon__close-button] {
	opacity: 1 !important
}

.map-desc {
	background: #6A1485;
	height: 320px;
	padding: 22px 22px 40px;
	position: relative;
	text-align: left;
	width: 285px
}

.map-desc:after {
	border-color: #6A1485 transparent transparent;
	border-style: solid;
	border-width: 46px 12px 0;
	bottom: -46px;
	content: "";
	height: 0;
	left: 40px;
	position: absolute;
	-webkit-transform: skew(26deg);
	-ms-transform: skew(26deg);
	transform: skew(26deg);
	width: 0
}

.map-desc__loc {
	color: #f9b233
}

.map-desc__loc,
.map-desc__work {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 18px
}

.map-desc__work {
	color: #fff
}

.map-desc__phone {
	margin-bottom: 18px
}

.map-desc__mail,
.map-desc__mail a,
.map-desc__phone,
.map-desc__phone a {
	color: #fff;
	font-size: 16px;
	font-weight: 600
}

.map-desc__mail a,
.map-desc__phone a {
	text-decoration: none
}

.map-desc__mail a:hover,
.map-desc__phone a:hover {
	color: #fff
}

.map-desc__link {
	bottom: 35px;
	color: #f9b233;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	text-decoration: underline
}

.map-desc__link:focus,
.map-desc__link:hover {
	color: #f9b233;
	text-decoration: none
}

@media only screen and (max-width:1279px) {
	.contact-logo {
		max-width: 400px
	}

	.contact-tabs__item {
		font-size: 20px
	}

	.contact-tabs__item:not(:first-child):before {
		font-size: 20px
	}

	.contact-map {
		height: 450px
	}

	.map-desc {
		height: 280px;
		padding: 15px
	}
}

@media only screen and (max-width:1023px) {
	.contact-logo {
		max-width: 300px
	}

	.contact-tabs__item {
		font-size: 18px
	}

	.contact-tabs__item:not(:first-child):before {
		font-size: 18px
	}

	.map-desc {
		height: 250px
	}

	.map-desc__loc,
	.map-desc__phone,
	.map-desc__work {
		margin-bottom: 10px
	}
}

@media only screen and (max-width:767px) {
	.section-contact {
		padding: 20px 0
	}

	.contact-logo {
		margin-bottom: 10px;
		max-width: 200px
	}

	.contact-tabs__item {
		font-size: 16px
	}

	.contact-tabs__item:not(:first-child) {
		margin-left: 20px
	}

	.contact-tabs__item:not(:first-child):before {
		font-size: 16px;
		left: -12px
	}
}

@media only screen and (max-width:413px) {
	.contact-tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contact-tabs__item {
		font-size: 20px
	}

	.contact-tabs__item:not(:first-child) {
		margin: 10px 0 0
	}

	.contact-tabs__item:not(:first-child):before {
		content: "-";
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		text-align: center;
		top: -12px
	}
}

.section-delivery {
	padding: 40px 0 50px
}

.delivery-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 990px
}

.delivery-pict {
	height: 386px;
	overflow: hidden;
	width: 50%
}

.delivery-desc {
	color: #6A1485;
	font: Karla;
	padding-left: 120px;
	width: 50%
}

.delivery-desc p {
	margin: 10px 0
}

@media only screen and (max-width:1279px) {
	.delivery-desc {
		padding-left: 90px
	}
}

@media only screen and (max-width:1023px) {
	.delivery-desc {
		font-size: 20px;
		padding-left: 20px
	}
}

@media only screen and (max-width:767px) {
	.section-delivery {
		padding: 20px 0
	}

	.delivery-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: flex-start
	}

	.delivery-pict {
		height: 320px;
		width: 100%
	}

	.delivery-desc {
		font-size: 18px;
		padding: 10px 0 0;
		width: 100%
	}
}

@media only screen and (max-width:575px) {
	.delivery-pict {
		height: 280px
	}
}

.section-event {
	padding: 45px 0 55px
}

.event {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 100px;
	position: relative
}

.event-price {
	left: 0;
	top: 40px
}

.event-pict {
	position: relative;
	width: 53.3%
}

.event-advantages {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 120px;
	width: 44.7%
}

.event-advantages,
.event-advantages-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.event-advantages-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 30px;
	width: 50%
}

.event-advantages-item:nth-child(n+3) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.event-advantages-item__icon img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%
}

.event-advantages-item__title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 25px
}

@media only screen and (max-width:1279px) {
	.event-advantages {
		padding-left: 20px
	}
}

@media only screen and (max-width:1023px) {
	.event {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0
	}

	.event-pict {
		width: 100%
	}

	.event-advantages {
		padding: 15px 0 0;
		width: 100%
	}

	.event-advantages-item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 15px 0;
		text-align: center
	}
}

@media only screen and (max-width:767px) {
	.event-price {
		font-size: 16px;
		height: 90px;
		padding: 12px 0 12px 10px;
		top: 10px;
		width: 130px
	}

	.event-price:after {
		border-width: 45px 0 45px 25px
	}

	.event-price span {
		font-size: 32px
	}

	.event-pict {
		height: 250px
	}

	.event-advantages-item:nth-child(n+3) {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.event-advantages-item__icon {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 70px;
		width: 70px
	}

	.event-advantages-item__title {
		font-size: 16px;
		margin-top: 15px
	}
}

.footer {
	padding: 60px 0 30px
}

.footer-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.footer-main {
	padding-right: 15px;
	text-align: center
}

.footer-logo {
	display: inline-block;
	margin-bottom: 6px;
	max-width: 188px
}

.footer-logo img {
	display: block;
	height: auto;
	max-width: 100%
}

.footer-title {
	color: #6A1485;
	font-family: Lineatura;
    font-weight: bold;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px
}

.footer-mainmenu {
	margin-right: 98px
}

.footer-mainmenu li {
	margin-bottom: 6px
}

.footer-mainmenu2 li {
	margin-bottom: 6px
}

.footer-mainmenu li a {
	color: #6A1485;
	display: inline-block;
	font-size: 18px;
	font-family: Roboto;
    font-weight: bold;
	text-decoration: none
}

.footer-mainmenu2 li a {
	color: #6A1485;
	display: inline-block;
	font-size: 18px;
	font-family: Roboto;
    font-weight: 400;
	text-decoration: none
}




.footer-mainmenu li a:hover {
	color: #000000
}


.footer-mainmenu2 li a:hover {
	color: #000000
}

.footer-menu li {
	margin-bottom: 4px
}

.footer-menu li a {
	color: #000;
	display: inline-block;
	font-size: 16px;
	text-decoration: none
}

.footer-menu li a.active,
.footer-menu li a:hover {
	color: #6A1485
}

.footer-contact {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer-contact,
.footer-contact-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer-contact-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 22px
}

.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer-social__item {
	display: inline-block;
	height: 28px;
	margin-left: 15px;
	width: 28px
}

.footer-social__item:first-child {
	margin-left: 0
}

.footer-social__item svg {
	height: 100%;
	width: 100%
}

.footer-phone {
	font-family: Lineatura;
    font-weight: bold;
	color: #6A1485;
	display: inline-block;
	font-size: 18px;
	
	line-height: 1;
	margin-left: 10px;
	text-decoration: none
}

.footer-phone:hover {
	color: #6A1485
}

.footer-order {
	max-width: 253px
}

@media only screen and (max-width:1279px) {
	.footer-mainmenu {
		margin-right: 30px
	}

	.footer-mainmenu li a {
		font-size: 16px
	}
}


@media only screen and (max-width:1279px) {
	.footer-mainmenu2 {
		margin-right: 30px
	}

	.footer-mainmenu2 li a {
		font-size: 16px
	}
}


@media only screen and (max-width:1023px) {
	.footer {
		padding: 30px 0
	}

	.footer-logo {
		margin-bottom: 0;
		max-width: 150px
	}

	.footer-mainmenu {
		display: none
	}

	.footer-phone {
		font-size: 16px
	}

	.footer-order {
		max-width: 230px
	}

	.footer-main {
		display: none
	}

}

@media only screen and (max-width:767px) {
	.footer {
		padding: 10px 0 30px
	}

	.footer-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center
	}

	.footer-main {
		padding: 0 0 20px
	}

	.footer-main {
		display: none
	}

	.footer-nav {
		display: none
	}

	.footer-contact {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%
	}

	.footer-contact-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-social {
		margin-bottom: 10px
	}

	.footer-phone {
		margin-left: 0
	}
}

.section-form {
	padding: 20px 0
}

.order-form {
	background: #6A1485;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 100px 35px 30px;
	position: relative
}

.order-form:before {
	/*background: url(../images/dist/fish.svg) 0 0 no-repeat;*/
	background-size: contain;
	bottom: 44px;
	content: "";
	height: 64px;
	left: -100px;
	position: absolute;
	width: 281px
}

.order-form__title {
	color: #ffffff;
	font: Roboto;
	padding-right: 20px;
	width: 35%
}

.order-form-main {
	width: 65%
}

.order-form-fieldset {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 28px
}

.order-form__field {
	margin-bottom: 18px;
	max-width: 305px;
	padding-right: 20px;
	width: 50%
}

.order-form__field input {
	
	border: none;
	border-bottom: 1px solid #ffffff;
	color: rgba(0, 150, 161, 1);
	display: block;
	font-size: 20px;
	font-weight: 600;
	height: 54px;
	padding-left: 10px;
	width: 100%
}

.order-form__field:nth-child(2n+2) {
	max-width: 285px;
	padding-right: 0
}

@media only screen and (max-width:1279px) {
	.order-form {
		padding-right: 20px
	}

	.order-form__title {
		font-size: 32px
	}
}

@media only screen and (max-width:1023px) {
	.order-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.order-form:before {
		bottom: auto;
		left: 0;
		margin: 0 auto;
		right: 0;
		top: -30px
	}

	.order-form__title {
		margin-bottom: 20px;
		padding-right: 0;
		text-align: center;
		width: 100%
	}

	.order-form-main {
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.order-form__title {
		font-size: 28px
	}

	.order-form__field {
		max-width: none;
		padding-right: 0;
		width: 100%
	}

	.order-form__field:nth-child(2n+2) {
		max-width: none
	}

	.order-form__field input {
		font-size: 16px
	}
}

.contact-form_inner {
	padding: 30px 0 60px
}

.contact-form_pt2 {
	padding: 0
}

.contact-form-wrap {
	background-color: #6A1485;
	padding: 27px 20px
}

.contact-form-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	justify-content: space-between
}

.contact-form-row,
.contact-form__fieldset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contact-form__fieldset {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.contact-form__field {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding-right: 20px;
	position: relative;
	width: 50%
}

.contact-form__field input {
	
	border: 1px solid #ffffff;
	display: block;
	font-size: 20px;
	color: #6A1485;
	font-weight: 600;
	height: 56px;
	padding-left: 12px;
	width: 100%
}

.contact-form__btn {
	max-width: 365px;
	font-family: Roboto;
    font-weight: bold;
}

.datepicker-here {
	min-width: 251px
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
	background: #ffffff
}

.datepicker--cell.-selected-.-current-:hover,
.datepicker--cell.-selected-:hover {
	background: #ffffff
}

.datepicker--cell.-in-range- {
	background: #F58C45
}

@media only screen and (max-width:1279px) {
	.contact-form_inner {
		padding: 20px 0 30px
	}

	.contact-form-row_3col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 20px
	}

	.contact-form-row_3col .contact-form__fieldset {
		margin: 0 -10px
	}

	.contact-form-row_3col .contact-form__field {
		padding: 0 10px;
		width: 33.3333333333%
	}

	.contact-form__field input {
		font-size: 19px
	}
}

@media only screen and (max-width:1023px) {
	.contact-form-wrap {
		padding: 20px
	}

	.contact-form-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contact-form__fieldset {
		margin: 0 -10px;
		padding-bottom: 20px;
		width: 100%
	}

	.contact-form__field {
		padding: 0 10px
	}

	.contact-form__field input {
		font-size: 16px;
		height: 42px
	}

	.datepicker-here {
		min-width: auto
	}
}

@media only screen and (max-width:767px) {
	.contact-form-row_3col .contact-form__fieldset {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 0
	}

	.contact-form-row_3col .contact-form__field {
		padding-bottom: 20px;
		width: 100%
	}
}

@media only screen and (max-width:575px) {
	.contact-form-row_3col .contact-form__field {
		padding: 0 0 10px
	}

	.contact-form__fieldset {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 0
	}

	.contact-form__field {
		max-width: 365px;
		padding: 0 0 10px;
		width: 100%
	}
}

.header-top {
	background: #6A1485;
	padding: 10px 0
}

.header-top .container {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header-top-nav,
.header-top .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header-top-nav li {
	padding: 0 10px;
	position: relative
}

/* 
.header-top-nav li:not(:first-child):after {
	color: #000;
	content: "|";
	font-size: 16px;
	left: -2px;
	position: absolute;
	top: 0
}
*/

.header-top-nav li:last-child {
	padding-right: 0
}

.header-top-nav li a {
	color: rgb(255, 255, 255);
	display: block;
	text-decoration: none
}

.header-top-nav li a:hover {
	color: #F58C45;
}

.header-main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	justify-content: space-around;
	padding: 12px 0
}

.header-main,
.header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header-menu li {
	padding: 0 12px;
	position: relative
}

.header-menu li:not(:first-child):after {
	color: #6A1485;
	content: "|";
	font-size: 16px;
	font-weight: 800;
	left: -2px;
	position: absolute;
	top: 0
}

.header-menu li:last-child {
	padding-right: 0
}

.header-menu li a {
	color: #6A1485;
	display: block;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none
}

.header-menu li a:hover {
	color: #000
}

.header-contact {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header-contact,
.header-contact__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header-contact,
.header-contact__row,
.header-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header-social__item {
	height: 27px;
	margin-right: 15px;
	width: 27px
}

.header-social__item:last-child {
	margin-right: 0
}

.header-phone {
	font-family: Lineatura;
    font-weight: bold;
	color: #6A1485;
	display: inline-block;
	font-size: 19px;
	line-height: 1;
	margin-left: 10px;
	text-decoration: none;
	white-space: nowrap
}

.header-phone.active,
.header-phone:focus,
.header-phone:hover {
	color: #6A1485;
	text-decoration: none
}

.header-order {
	margin-left: 20px;
	max-width: 224px
}

.header-logo {
	padding: 18px 0 27px;
	text-align: center
}

.header-logo__link {
	display: inline-block;
	max-width: 700 px;
	text-decoration: none
}

.header-logo__link img {
	display: block;
	height: auto;
	max-width: 200%
}

.header-logo__title {
	color: #6A1485;
	font-family: Lineatura;
	text-align: center;
	font-size: 23px; 
}

.menu-button {
	cursor: pointer;
	display: none;
	margin-right: 40px;
	position: relative
}

.menu-button span {
	background-color: #6A1485;
	display: block;
	height: 4px;
	margin: 7px auto;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 45px
}

.menu-button span:first-of-type {
	margin-top: 0
}

.menu-button span:nth-of-type(3) {
	margin-bottom: 0
}

@media only screen and (max-width:1380px) {
	.header-main {
		padding: 8px 0;
		justify-content: space-around;
	}

	.header-contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.header-contact__row {
		margin-bottom: 10px
	}

	.header-order {
		max-width: 252px
	}
}

@media only screen and (max-width:1024px) {
	.header-menu {
		display: none
	}

	.header-top .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.header-top-nav li a {
		font-size: 14px;
		font-family: Lineatura;
    	font-weight: bold;
	}

	.header-contact {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.header-contact__row {
		margin-bottom: 0
	}

	.header-phone {
		font-size: 18px
	}

	.header-order {
		width: 224px
	}

	.header-logo__link {
		max-width: 300px
	}

	.header-logo__title {
		font-size: 20px
	}

	.menu-button {
		display: block
	}
}

@media only screen and (max-width:767px) {
	.header-top {
		display: none
	}

	.header-phone {
		font-size: 16px
	}

	.header-order {
		max-width: 170px
	}

	.header-logo {
		padding: 15px 0
	}

	.header-logo__link {
		max-width: 260px
	}

	.header-logo__title {
		font-size: 18px
	}
}

@media only screen and (max-width:575px) {
	.header-contact__row {
		display: none
	}
}

.section-week {
	padding: 30px 0 40px
}

.week {
	position: relative
}

.week-title {
	color: #6A1485;
	font-family: Lineatura;
    font-weight: bold;
	margin-bottom: 25px;
	text-align: center
}

.week-slider-nav .swiper-button-next,
.week-slider-nav .swiper-button-prev {
	top: 145px
}

.week-slider-nav .swiper-button-next {
	right: -30px
}

.week-slider-nav .swiper-button-prev {
	left: -30px
}

.week-slider-nav .swiper-button-next:after,
.week-slider-nav .swiper-button-prev:after {
	color: #6A1485
}

.week-slider-nav .swiper-pagination {
	bottom: -25px
}

.week-slider-nav .swiper-pagination-bullet {
	border: 2px solid #6A1485
}

.week-slider-nav .swiper-pagination-bullet-active {
	background: rgba(163, 31, 22, .5)
}

.week-item {
	position: relative
}

.week-item__price {
	left: 0;
	top: 15px
}

.week-item__pict {
	height: 182px;
	margin-bottom: 12px;
	overflow: hidden;
	position: relative
}

.week-item__title {
	color: #6A1485;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px
}

.week-item__list {
	font-size: 16px;
	margin-bottom: 18px
}

.week-item__list span {
	font-weight: 600
}

.week-item__list ul {
	padding-left: 8px
}

.week-item__list ul li {
	padding-left: 11px;
	position: relative
}

.week-item__list ul li:before {
	background: #000;
	border-radius: 50%;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 3px
}

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

	.week-slider-nav .swiper-button-next,
	.week-slider-nav .swiper-button-prev {
		bottom: -37px;
		top: auto;
		z-index: 11
	}

	.week-slider-nav .swiper-button-prev {
		left: 0
	}

	.week-slider-nav .swiper-button-next {
		right: 0
	}
}

.section-menu {
	padding: 60px 0 30px
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.menu-desc {
	padding-right: 130px;
	width: 34.2%
}

.menu-text {
	font-size: 16px;
	margin-bottom: 50px
}

.menu-text p {
	margin-bottom: 20px
}

.menu-title {
	color: #6A1485;
	font-family: Lineatura;
    font-weight: bold;
	margin-bottom: 35px
}

.menu-list {
	margin-bottom: 40px
}

.menu-list li {
	margin-bottom: 10px
}

.menu-list li a {
	color: #6A1485;
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none
}

.menu-list li a:focus,
.menu-list li a:hover {
	color: #000;
	text-decoration: none
}

.menu-all {
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline
}

.menu-all:focus,
.menu-all:hover {
	color: #6A1485;
	text-decoration: none
}

.menu-pict {
	height: 534px;
	width: 65.8%
}

@media only screen and (max-width:1279px) {
	.menu-desc {
		padding-right: 20px
	}
}

@media only screen and (max-width:1023px) {
	.menu-desc {
		width: 45%
	}

	.menu-title {
		font-size: 32px
	}

	.menu-pict {
		height: 500px;
		width: 55%
	}
}

@media only screen and (max-width:767px) {
	.menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.menu-desc {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 20px 0 0;
		width: 100%
	}

	.menu-text {
		margin-bottom: 30px
	}

	.menu-title {
		font-size: 28px;
		margin-bottom: 25px
	}

	.menu-pict {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		height: 400px;
		height: 320px;
		order: 1;
		width: 100%
	}
}

.overlay {
	background-color: rgba(0, 0, 0, .7);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .25s ease-out, visibility .25s ease-out;
	-o-transition: opacity .25s ease-out, visibility .25s ease-out;
	transition: opacity .25s ease-out, visibility .25s ease-out;
	visibility: hidden;
	width: 100%;
	z-index: 100
}

.overlay.active {
	opacity: 1;
	visibility: visible
}

.mobile-nav {
	background: #ffffff;
	height: 100vh;
	padding: 10px 15px 30px;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: visibility .7s, -webkit-transform .35s ease-out;
	transition: visibility .7s, -webkit-transform .35s ease-out;
	-o-transition: transform .35s ease-out, visibility .7s;
	transition: transform .35s ease-out, visibility .7s;
	transition: transform .35s ease-out, visibility .7s, -webkit-transform .35s ease-out;
	width: 270px;
	z-index: 102
}

.mobile-nav__close {
	background: url(../images/dist/close.svg) 50% no-repeat;
	background-size: contain;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px
}

.mobile-nav__logo {
	margin-bottom: 30px;
	width: 150px;
}

.mobile-nav__logo img {
	display: block;
	height: auto;
	max-width: 100%
}

.mobile-nav-nav {
	height: calc(100vh - 240px);
	overflow-y: auto
}

.mobile-nav-menu li {
	margin-bottom: 12px;
	font-family: Roboto;
   
}

.mobile-nav-menu li a {
	font-family: Roboto;
	color: #6A1485;
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none
}

.mobile-nav-menu li a.active,
.mobile-nav-menu li a:focus,
.mobile-nav-menu li a:hover {
	color: #000;
	text-decoration: none
}

.mobile-nav-contact {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 30px
}

.mobile-nav-contact,
.mobile-nav-contact-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.mobile-nav-contact-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px
}

.mobile-nav-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.mobile-nav-social__item {
	margin-right: 10px
}

.mobile-nav__phone {
	color: #6A1485;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none
}

.mobile-nav__phone:focus,
.mobile-nav__phone:hover {
	color: #000;
	text-decoration: none
}

.mobile-nav.hide {
	visibility: hidden
}

.mobile-nav.open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

@media only screen and (max-width:1023px) {
	.menu-button {
		display: block
	}
}

@media only screen and (max-width:575px) {
	.menu-button {
		margin-right: 0
	}

	.menu-button span {
		height: 3px;
		margin: 6px auto;
		width: 40px
	}
}

.modal {
	width: 480px
}

.modal-title {
	color: #6A1485;
	font-family: Lineatura;
    font-weight: bold;
}

.modal-subtitle,
.modal-title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
}

.modal-subtitle {
	font-size: 20px;
	font-weight: 600
}

.modal-form__field {
	margin-bottom: 10px;
	position: relative;
	width: 100%
}

.modal-form__field input {
	background: none;
	border: 1px solid #6A1485;
	display: block;
	font-size: 20px;
	font-weight: 600;
	height: 56px;
	padding-left: 12px;
	width: 100%
}

@media only screen and (max-width:1279px) {
	.modal-title {
		font-size: 36px
	}

	.modal-form__field input {
		font-size: 19px;
		height: 46px
	}
}

@media only screen and (max-width:1023px) {
	.modal-title {
		font-size: 36px
	}

	.modal-form__field input {
		font-size: 16px;
		height: 42px
	}
}

@media only screen and (max-width:575px) {
	.modal {
		padding: 36px 15px;
		width: 320px
	}

	.modal-title {
		font-size: 28px;
		margin-bottom: 30px
	}
}

.section-offer {
	padding: 40px 0
}

.offer {
	position: relative;
	z-index: 1
}

.offer:after,
.offer:before {
	
	background-size: contain;
	content: "";
	height: 64px;
	position: absolute;
	top: 100px;
	width: 281px;
	z-index: -1
}

.offer:before {
	left: -184px
}

.offer:after {
	right: -197px
}

.offer-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.offer-item {
	position: relative
}

.offer-item:not(:last-child) {
	padding-right: 50px
}

.offer-item:not(:first-child) .offer-item__price {
	left: -40px
}

.offer-item:not(:first-child) .offer-item__price {
	max-width: 285px
}

.offer-item__pict {
	height: 259px;
	max-width: 385px;
	overflow: hidden;
	position: relative
}

.offer-item__price {
	left: 0;
	top: 20px
}

.offer-item__title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 25px
}

@media only screen and (max-width:1023px) {
	.offer-item:not(:last-child) {
		padding-right: 20px
	}

	.offer-item:not(:first-child) .offer-item__price {
		left: 0
	}

	.offer-item__pict {
		height: 200px
	}

	.offer-item__title {
		font-size: 16px
	}
}

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

	.offer:after,
	.offer:before {
		display: none
	}

	.offer-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.offer-item {
		padding-right: 0;
		width: 100%
	}

	.offer-item:not(:last-child) {
		margin-bottom: 20px;
		padding-right: 0
	}

	.offer-item .offer-item__price {
		max-width: none
	}

	.offer-item__pict {
		height: 300px;
		max-width: none
	}

	.offer-item__title {
		margin-top: 15px
	}
}

@media only screen and (max-width:479px) {
	.offer-item__pict {
		height: 250px
	}
}

.price {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background: #F58C45;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	position: absolute;
	z-index: 2
}

.price:after {
	border-color: transparent transparent transparent #F58C45;
	border-style: solid;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	width: 0
}


.price span {
	font-weight: 600;
	line-height: 1
}

.price_big {
	font-size: 18px;
	height: 128px;
	padding: 20px 0 20px 20px;
	width: 160px
}

.price_big span {
	font-size: 38px
}

.price_big:after {
	border-width: 64px 0 64px 25px;
	right: -25px
}

.price_middle {
	font-family: Lineatura;
    font-weight: bold;
	font-size: 14px;
	height: 110px;
	padding: 20px 0 20px 20px;
	width: 407px
}

.price_middle span {
	font-size: 46px
}

.price_middle:after {
	border-width: 55px 0 55px 25px;
	right: -24px
}

.price_small {
	font-size: 14px;
	height: 74px;
	padding: 12px 0 12px 12px;
	width: 105px
}

.price_small span {
	font-size: 28px
}

.price_small:after {
	border-width: 37px 0 37px 15px;
	right: -15px
}

.section-programs-fullwidth {
	padding: 0 0 20px
}

.programs-fullwidth {
	margin: 0 auto;
	max-width: 1440px;
	overflow: hidden
}

.programs-fullwidth-item {
	border-bottom: 6px solid #ffffff;
	position: relative
}

.programs-fullwidth-item__pict {
	height: 100%;
	position: absolute;
	width: 100%
}

.programs-fullwidth-item-wrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	min-height: 464px;
	position: relative;
	z-index: 1
}

.programs-fullwidth-item__price {

	left: -48px
}

.programs-fullwidth-item-desc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	padding: 34px 0 40px 25px;
	position: relative;
	width: 280px;
	z-index: 1
}

.programs-fullwidth-item-desc:before {
	background-color: rgba(106, 20, 133, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 500px;
	z-index: -1
}

.programs-fullwidth-item__title {
	color: #ffffff;
	font-family: Lineatura;
    font-weight: bold;
	margin-bottom: 14px
}

.programs-fullwidth-item__content {
	font-size: 20px;
    margin-top: 115px;
    margin-bottom: auto;
    line-height: 1.5em;
    color: white;
}

.programs-fullwidth-item__content p {
	margin-bottom: 20px;
	color: #ffffff;
}

.programs-fullwidth-item__content span {
	font-weight: 600
}

.programs-fullwidth-item__content ul {
	padding-left: 8px
}

.programs-fullwidth-item__content ul li {
	padding-left: 11px;
	position: relative
}

.programs-fullwidth-item__content ul li:before {
	background: #ffffff ;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 13px;
	width: 4px
}

.programs-fullwidth-item__btn {
	margin-top: 20px
}

@media only screen and (max-width:767px) {
	.programs-fullwidth-item-wrap {
		min-height: 415px;
		position: static
	}

	.programs-fullwidth-item__price {
		left: 0
	}

	.programs-fullwidth-item-desc {
		padding: 12px 0 20px 20px
	}

	.programs-fullwidth-item__title {
		font-size: 28px;
		margin-bottom: 10px
	}

	.programs-fullwidth-item__content p {
		margin-bottom: 10px
	}
}

@media only screen and (max-width:575px) {
	.section-programs-fullwidth {
		padding: 20px 0
	}

	.programs-fullwidth-item__pict {
		height: 280px;
		position: relative
	}

	.programs-fullwidth-item-wrap {
		min-height: auto;
		background-color: #6A1485;
	}

	.programs-fullwidth-item-desc {
		padding: 12px 0 20px;
		width: 100%
	}

	.programs-fullwidth-item-desc:before {
		left: -15px;
		width: calc(100% + 30px)
	}
}

.section-programs {
	padding: 15px 0 20px
}

.programs {
	margin: 0 auto;
	max-width: 1100px
}

.programs-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.programs-item {
	max-width: 285px;
	position: relative;
	width: 33.3333333333%
}

.programs-item__price {
	left: 0;
	top: 20px
}

.programs-item__pict {
	height: 259px;
	margin-bottom: 23px;
	overflow: hidden
}

.programs-item__title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px
}

.programs-item__desc {
	font-size: 16px
}

@media only screen and (max-width:1023px) {
	.programs-wrap {
		margin: 0 -10px
	}

	.programs-item {
		padding: 0 10px
	}

	.programs-item__pict {
		height: 220px
	}
}

@media only screen and (max-width:767px) {
	.programs-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0
	}

	.programs-item {
		max-width: none;
		padding: 0 0 30px;
		width: 100%
	}

	.programs-item:last-child {
		padding-bottom: 0
	}

	.programs-item__pict {
		height: 250px
	}
}

.section-room {
	padding: 0 0 30px
}

.room-page-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.room-page-picts {
	position: relative;
	width: 65.7%
}

.room-page-slider {
	margin-bottom: 20px
}

.room-page-mainpict {
	height: 526px
}

.room-page-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 550px;
	padding: 29px 0 0 22px;
	position: absolute;
	top: 0;
	z-index: 2
}

.room-page-info__item {
	background: #F58C45;
	font-size: 16px;
	line-height: 1;
	margin: 0 9px 15px 0;
	padding: 4px 7px
}

.room-page-thumb {
	height: 118px
}

.room-page-main {
	padding: 0 0 75px 20px;
	position: relative;
	width: 34.3%
}

.room-page__price {
	color: #6A1485;
	font-size: 31px;
	font-weight: 600;
	line-height: 1.22;
	margin-bottom: 21px
}

.room-page__desc {
	font-size: 18px;
	margin-bottom: 25px
}

.room-page-var {
	margin-bottom: 30px
}

.room-page-var__title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px
}

.room-page-var-row {
	margin-bottom: 9px
}

.room-page-var-row,
.room-page-var__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.room-page-var__icons {
	min-width: 105px
}

.room-page-var__icons img {
	display: block;
	margin-right: 4px;
	max-height: 36px;
	max-width: 35px
}

.room-page-var__add {
	margin-left: 18px
}

.room-page-var__text {
	font-size: 18px;
	padding-top: 8px
}

.room-page__btn {
	bottom: 0;
	position: absolute;
	width: calc(100% - 20px)
}

@media only screen and (max-width:1279px) {
	.room-page-picts {
		width: 60%
	}

	.room-page-mainpict {
		height: 500px
	}

	.room-page-main {
		width: 40%
	}

	.room-page-var__text,
	.room-page__desc {
		font-size: 16px
	}
}

@media only screen and (max-width:1023px) {
	.room-page-picts {
		width: 100%
	}

	.room-page-main {
		padding: 20px 0 0;
		width: 100%
	}

	.room-page__btn {
		margin: 40px auto 0;
		max-width: 365px;
		position: relative;
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.room-page-info {
		padding: 10px 10px 0
	}

	.room-page-info__item {
		font-size: 14px;
		margin-bottom: 10px
	}

	.room-page-slider {
		margin-bottom: 10px
	}

	.room-page-mainpict {
		height: 400px
	}

	.room-page-thumb {
		height: 90px
	}

	.room-page__price {
		font-size: 28px
	}
}

@media only screen and (max-width:575px) {
	.room-page-mainpict {
		height: 320px
	}

	.room-page-thumb {
		height: 70px
	}

	.room-page__price {
		font-size: 26px
	}
}

@media only screen and (max-width:479px) {
	.room-page-mainpict {
		height: 300px
	}

	.room-page__price {
		font-size: 24px
	}
}

.section-rooms {
	padding: 20px 0 25px
}

.rooms-slider {
	position: relative;
	z-index: 1
}

.rooms-slider .swiper-slide {
	height: auto
}

.rooms-slider:after,
.rooms-slider:before {
	background: url(../images/dist/ebala.svg) 0 0 no-repeat;
	background-size: contain;
	content: "";
	height: 46px;
	margin-top: -23px;
	position: absolute;
	top: 50%;
	width: 204px;
	z-index: -1
}

.rooms-slider:before {
	left: 30%
}

.rooms-slider:after {
	right: 30.2%
}

.rooms-nav .swiper-pagination {
	bottom: 0;
	position: relative
}

.rooms-nav .swiper-pagination .swiper-pagination-bullet {
	border-color: #6A1485;
	margin: 10px 5px
}

.rooms-nav .swiper-pagination .swiper-pagination-bullet-active {
	background: #F58C45;
}

.room {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	background: #fff;
	border: 1px solid #6A1485;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.room-pict {
	-ms-flex-negative: 0;
	display: block;
	flex-shrink: 0;
	height: 190px;
	overflow: hidden
}

.room-pict img {
	-webkit-transition: -webkit-transform .35s ease-in;
	transition: -webkit-transform .35s ease-in;
	-o-transition: transform .35s ease-in;
	transition: transform .35s ease-in;
	transition: transform .35s ease-in, -webkit-transform .35s ease-in
}

.room-main {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-pack: justify;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 12px 25px 28px;
	text-align: center
}

.room-main,
.room-square {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.room-square {
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 18px
}

.room-square__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.room-square__icons img {
	display: block;
	height: auto;
	margin-right: 2px;
	width: 14px
}

.room-square__icons img:last-child {
	margin-right: 0
}

.room-square__desc {
	font-size: 16px;
	line-height: 1.1;
	position: relative
}

.room-square__desc:before {
	color: #000;
	content: "|";
	font-size: 16px;
	margin-right: 7px;
	position: relative;
	top: -1px
}

.room-title {
	color: #6A1485;
	display: inline-block;
	font-family: Lineatura;
    font-weight: 700;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 22px;
}

.room-title h3 {
	font-size: inherit;
	margin-bottom: 0
}

.room-title:hover {
	color: #6A1485
}

.room-desc {
	font-size: 16px;
	margin-bottom: 12px;
	min-height: 10px
}

.room-price {
	color: #6A1485;
	font-size: 18px;
	font-weight: 600;
	margin: auto 0 20px
}

.room:hover .room-pict img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

@media only screen and (max-width:1280px) {
	.rooms-slider:before {
		left: 31%
	}

	.rooms-slider:after {
		right: 30.2%
	}

	.room-main {
		padding: 12px 12px 25px
	}

	.room-square__icons img {
		width: 12px
	}

	.room-desc,
	.room-square__desc {
		font-size: 14px
	}
}

@media only screen and (max-width:1024px) {
	.rooms .container {
		max-width: 100%;
		padding: 0
	}

	.room-main {
		padding: 12px 10px 15px
	}

	.room-square {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.room-square__icons {
		margin-bottom: 5px
	}

	.room-square__desc:before {
		display: none
	}

	.room-title {
		font-size: 22px
	}

	.room-btn i {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.section-rooms {
		padding: 20px 0
	}
}

@media only screen and (max-width:575px) {
	.rooms .container {
		padding: 0 15px
	}

	.rooms-slider:after,
	.rooms-slider:before {
		display: none
	}
}

.section-service {
	padding: 20px 0 25px
}

.service {
	margin: 14px -10px 0
}

.service-col,
.service-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.service-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 416px;
	justify-content: space-between;
	padding: 0 10px;
	width: 25%
}

.service-item {
	height: 100%;
	position: relative;
	-webkit-transition: -webkit-box-shadow .25s ease-out;
	transition: -webkit-box-shadow .25s ease-out;
	-o-transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out
}

.service-item_height_small {
	height: 191px
}

.service-item__desc {
	font-family: Roboto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	background: #6A1485;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	justify-content: space-between;
	left: 50%;
	max-width: 175px;
	padding: 8px 10px;
	position: absolute;
	text-align: center;
	top: -20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 1
}

.service-item__desc p {
	margin-bottom: 0
}

.service-item__desc p+p {
	margin-top: 15px
}

.service-item__pict {
	height: 100%;
	overflow: hidden
}

.service-item__pict img {
	-webkit-transition: -webkit-transform .35s ease-in;
	transition: -webkit-transform .35s ease-in;
	-o-transition: transform .35s ease-in;
	transition: transform .35s ease-in;
	transition: transform .35s ease-in, -webkit-transform .35s ease-in
}

.service-item:hover {
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .5);
	box-shadow: 0 0 7px rgba(0, 0, 0, .5)
}

.service-item:hover .service-item__pict img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.service-special {
	border: 1px solid #6A1485;
	height: 100%;
	padding: 25px;
	position: relative;
	text-decoration: none;
	-webkit-transition: -webkit-box-shadow .25s ease-out;
	transition: -webkit-box-shadow .25s ease-out;
	-o-transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out
}

.service-special__title {
	bottom: 35px;
	color: #6A1485;
	font-family: Lineatura;
    font-weight: bold;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.service-special:hover {
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .5);
	box-shadow: 0 0 7px rgba(0, 0, 0, .5)
}

@media only screen and (max-width:1279px) {
	.service-special__title {
		font-size: 26px
	}
}

@media only screen and (max-width:1023px) {
	.service-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.service-col {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		flex-grow: 1;
		height: auto;
		margin: 0 -10px 30px;
		width: calc(67% - 20px)
	}

	.service-col_long {
		width: calc(33% - 20px)
	}

	.service-item,
	.service-special {
		height: 190px;
		margin: 0 10px;
		width: 100%
	}

	.service-item__desc p+p {
		margin-top: 10px
	}

	.service-special {
		padding: 10px
	}

	.service-special__pict {
		margin: 0 auto;
		width: 110px
	}

	.service-special__title {
		bottom: 25px
	}
}

@media only screen and (max-width:767px) {
	.section-service {
		padding: 20px 0 0
	}

	.service-col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		margin: 0 0 30px;
		width: 50%
	}

	.service-col_long {
		height: 370px;
		width: 50%
	}

	.service-col_long .service-item {
		height: 100%
	}

	.service-item,
	.service-special {
		margin: 0
	}

	.service-item {
		height: 170px
	}

	.service-special {
		height: 100%
	}

	.service-special__pict {
		width: 100%
	}

	.service-special__title {
		bottom: 50px
	}
}

@media only screen and (max-width:413px) {
	.service-col {
		width: 100%
	}

	.service-col_long {
		height: auto;
		max-height: 300px
	}

	.service-col_long .service-item {
		height: 100%
	}

	.service-item {
		height: auto
	}

	.service-item_height_small+.service-item {
		margin-top: 30px
	}

	.service-special {
		padding: 10px 10px 20px
	}

	.service-special__pict {
		margin-bottom: 20px;
		width: 200px
	}

	.service-special__title {
		bottom: 0;
		position: relative
	}
}

.section-text {
	padding: 20px 0;
	line-height: 1.7em;
}

.text-block {
	color: #6A1485;
	font: Roboto;
	margin: 0 auto;
	max-width: 790px;
	text-align: center;
	line-height: 1.7em;
}

.text-block p {
	margin-bottom: 0
}

@media only screen and (max-width:1023px) {
	.section-text {
		padding: 30px 0 0
	}

	.text-block {
		font-size: 20px
	}
}

@media only screen and (max-width:575px) {
	.text-block {
		font-size: 18px
	}
}

.section-tile {
	padding: 40px 0 50px
}

.tile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 990px;
	padding-bottom: 84px
}

.tile:last-child {
	padding-bottom: 0
}

.tile-reverse .tile-pict {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.tile-reverse .tile-desc {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 0 122px 0 0
}

.tile-pict {
	height: 386px;
	overflow: hidden;
	width: 50%
}

.tile-desc {
	padding-left: 122px;
	width: 50%
}

.tile-title {
	color: #6A1485;
	font-family: Lineatura;
	margin-bottom: 20px;
	font-weight: 700;
}

.tile-text {
	font-size: 16px;
	line-height: 1.7em;
}

.tile-text p {
	margin-bottom: 20px
}

@media only screen and (max-width:1279px) {
	.tile-reverse .tile-desc {
		padding: 0 90px 0 0
	}

	.tile-desc {
		padding-left: 90px
	}
}

@media only screen and (max-width:1023px) {
	.tile {
		padding-bottom: 30px
	}

	.tile-reverse .tile-desc {
		padding: 0 20px 0 0
	}

	.tile-desc {
		padding-left: 20px
	}

	.tile-title {
		font-size: 32px
	}
}

@media only screen and (max-width:767px) {
	.tile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.tile-reverse .title-pict {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.tile-reverse .tile-desc {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 20px 0 0
	}

	.tile-pict {
		width: 100%
	}

	.tile-desc {
		padding: 20px 0 0;
		width: 100%
	}

	.tile-title {
		font-size: 28px
	}
}

.icon_soc {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
letter-spacing: 0px;
list-style: none;
word-wrap: break-word;
width: 64px;
aspect-ratio: auto 64 / 64;
margin: 0;
padding: 0;
border: 0;
font: inherit;
display: inline-block;
vertical-align: middle;
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
backface-visibility: hidden;
color: #000;
max-width: 100%;
height: auto;

}







.box {
	width: 480px;
  height: 400px;
	  border: 1px solid rgba(106, 20, 133, 0.8);
	  position: relative;
	  margin: 0 auto;
	  background: rgba(106, 20, 133, 0.8);
  }
  
  
  .ribbon-left {
	  position: relative;
	  top: 18px;
	  left: -11px;
	  color: #fff;
	  background: #F58C45;
	  padding: 0 20px;
	  height: 26px;
	  line-height: 26px;
  }
  .ribbon-left:before {
	  content: "";
	  position: absolute;
	  height: 0;
	  width: 0;
	  border-style: solid;
	  border-color: #B44C06 transparent transparent;
	  border-width: 8px 0px 17px 10px;
	  top: 100%;
	  left: 0;
  }

  .ribbon-left:after {
	  content: "";
	  position: absolute;
	  right: -21px;
	  top: 0;
	  height: 0;
	  width: 0;
	  border: 13px solid transparent;
	  border-left: 13px solid #F58C45;
	  transform: scaleX(.65);
  }

	.table-responsive {
		line-height: 1.7em;	

}



.spiral_f-b {
								margin-left: -40px;
								display: block;
								width: 100px;
								height: 32px;
							}

							.spiral_f-b img {

								position: absolute;
								width: 245px;
								
								height: 35px;


								margin-left: -103px;
							}

							.spiral_f-b img.raz {
								opacity: 0;
								filter: alpha(opacity=0);
							}

							.spiral_f-b:hover img.raz {
								opacity: 1;
								filter: alpha(opacity=100);
							}

							.spiral_f-b:hover img.dva {
								opacity: 0;
								filter: alpha(opacity=0);
							}



		.spiral_b-f {
								margin-left: -40px;
								display: block;
								width: 100px;
								height: 32px;
							}

							.spiral_b-f img {

								position: absolute;
								width: 245px;
								
								height: 35px;


								margin-left: -103px;
							}

							.spiral_b-f img.raz {
								opacity: 0;
								filter: alpha(opacity=0);
							}

							.spiral_b-f:hover img.raz {
								opacity: 1;
								filter: alpha(opacity=100);
							}

							.spiral_b-f:hover img.dva {
								opacity: 0;
								filter: alpha(opacity=0);
							}


