@media (min-width: 320px) {
	.container,
	.page__wr {
		width: 100%
	}
}


@media (min-width: 360px) {
	.container,
	.page__wr {
		width: 100%
	}
}


@media (min-width: 410px) {
	.container,
	.page__wr {
		width: 100%
	}
}


@media (min-width: 480px) {
	.container,
	.page__wr {
		width: 100%
	}
}


@media (min-width: 560px) {
	.container,
	.page__wr {
		width: 100%
	}
}


@media (min-width: 620px) {
	.container,
	.page__wr {
		width: 100%
	}
}


@media (min-width: 960px) {
	.container,
	.page__wr {
		width: 880px
	}
}


@media (min-width: 1200px) {
	.container,
	.page__wr {
		width: 1100px
	}
}


@media (min-width: 1300px) {
	.container,
	.page__wr {
		width: 1100px
	}
}


@media (min-width: 1600px) {
	.container,
	.page__wr {
		width: 1291px
	}
}


body,
html {
	color: #0d0d0d;
	font-family: pfdindisplaypro-regular, Helvetica, Arial, sans-serif;
	height: 100%;
	max-width: 100vw;
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	body[data-block=menu] {
		overflow-x: hidden
	}

	body[data-block=menu] .page {
		overflow: visible
	}
}


h1 {
	margin: 0;
	font-weight: 500
}


.page {
	min-height: 100vh;
	height: 100%;
	transition: opacity .25s ease-in-out;
	opacity: 0;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.page:has(.PrivacyPolicyPage){
	opacity: 1;
}

.page__items {
	width: 100%;
	flex: 1;
	position: relative;
	transition: opacity .2s ease-in-out;
}


.page--loaded {
	opacity: 1
}


.page__wr {
	margin: 0 auto;
	height: 100%
}


.page__item {
	display: none;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 24px;
}


@media (min-width: 700px) {
	.page__item {
		padding-bottom: 0px;
	}
}


.page__item:has(.main) {
	padding: 0;
}


.page__item--active {
	display: block;
	opacity: 1;
	z-index: 100
}


.page__item--active .title-anima {
	animation: titleAnima .25s ease-in-out forwards
}


.page__item--active .title-oblique-line-anima:before {
	animation: titleObliqueLineAnimaSmallDesktop .25s ease-in-out forwards
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.page__item--active .title-oblique-line-anima:before {
		animation: titleObliqueLineAnima .25s ease-in-out forwards
	}
}


.page__item--active .bottom-nav__btn:after,
.page__item--active .bottom-nav__lnk-txt {
	transform: translateY(0)
}


.page__item--active .main__left-img {
	transform: translateX(-70px)
}


.page__item--active .main__right-img {
	transform: translateX(0)
}


.page__item--active .about__left-img {
	transform: translateX(-20px)
}


.page[data-block=about] .about__right-img {
	transform: translateX(0)
}


button,
input,
textarea {
	box-sizing: border-box
}


button:focus,
input:focus,
textarea:focus {
	outline: none
}


textarea {
	resize: vertical
}


button {
	border: none;
	background: none;
	padding: 0;
	cursor: pointer
}


a {
	color: inherit;
	text-decoration: none;
	transition: all .25s ease-in-out
}


a:focus {
	outline: none
}


.swiper-wrapper {
	display: flex;
	flex-direction: column
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.swiper-wrapper {
		flex-direction: row
	}
}


.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-pagination-bullet:focus {
	outline: none !important
}


.ps:hover .ps__rail-y {
	opacity: 1 !important
}


.ps .ps__rail-y {
	opacity: 1;
	display: block
}


.ps .ps__thumb-y {
	width: 1px;
	border-radius: 0;
	background: #ddd
}


.overflow {
	overflow: hidden
}


.fancybox-active {
	height: 100% !important
}


.fancybox-bg {
	background: #d8d8d8 !important;
	transition: all .25s ease-in-out !important
}


.fancybox-close-small {
	opacity: 1 !important;
	right: -65px !important;
	top: -65px !important
}


.fancybox-close-small > svg {
	fill: #000 !important;
	transition: all .25s ease-in-out
}


.fancybox-close-small:hover > svg {
	fill: #62b6f2 !important
}


.fancybox-navigation .fancybox-button {
	opacity: 1 !important;
	visibility: visible !important;
	background: none
}


.fancybox-navigation .fancybox-button > svg path {
	transition: all .25s ease-in-out;
	fill: #000
}


.fancybox-navigation .fancybox-button:hover > svg path {
	fill: #62b6f2
}


.fancybox-button--arrow_right {
	transform: rotate(180deg)
}


[data-id=page404] {
	height: calc(100% - 144px)
}


.vue-date-picker.vue-date-picker {
	border-color: #62b6f2;
	transform: translateY(-1px)
}


.vue-date-picker.vue-date-picker .cell {
	transition: all .25s ease-in-out
}


.vue-date-picker.vue-date-picker .cell .selected {
	background: #62b6f2;
	color: #fff
}


.vue-date-picker.vue-date-picker .cell:not(.blank):not(.disabled).day:hover {
	border-color: #62b6f2
}


@-webkit-keyframes titleAnima {
	0% {
		transform: translate(50%, -50%) scale(.5)
	}

	to {
		transform: translate(0) scale(1)
	}
}


@keyframes titleAnima {
	0% {
		transform: translate(50%, -50%) scale(.5)
	}

	to {
		transform: translate(0) scale(1)
	}
}


@-webkit-keyframes titleObliqueLineAnimaSmallDesktop {
	0% {
		right: -220px;
		bottom: -50px
	}

	to {
		right: -80px;
		bottom: 20px
	}
}


@keyframes titleObliqueLineAnimaSmallDesktop {
	0% {
		right: -220px;
		bottom: -50px
	}

	to {
		right: -80px;
		bottom: 20px
	}
}


@-webkit-keyframes titleObliqueLineAnima {
	0% {
		right: -220px;
		bottom: -50px
	}

	to {
		right: -140px;
		bottom: 30px
	}
}


@keyframes titleObliqueLineAnima {
	0% {
		right: -220px;
		bottom: -50px
	}

	to {
		right: -140px;
		bottom: 30px
	}
}


.header {
	box-sizing: border-box;
	position: relative;
	z-index: 1000;
	transition: transform .3s ease-in-out;
	padding-top: 26px;

}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header {
		padding-top: 10px;
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.header {
		padding-top: 26px;
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header--hide {
		transform: translateY(-14vh);
		opacity: 0
	}
}


.header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 7px;
	flex-direction: column
}


@media screen and (min-width: 700px) {
	.header__top {
		flex-direction: row
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__top {
		margin-bottom: 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.header__top {
		margin-bottom: 7px
	}
}


.header__top-left {
	display: flex;
	align-items: center;
	flex-direction: column;
	transition: none
}


@media screen and (min-width: 700px) {
	.header__top-left {
		flex-direction: row;
		align-items: flex-end;
		margin-left: 100px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__top-left {
		margin-left: 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header .no-visible {
		pointer-events: none;
		opacity: 0
	}
}


.header__logo-img {
	display: block;
	height: auto;
	width: 100px
}


@media screen and (min-width: 410px) {
	.header__logo-img {
		width: 115px
	}
}


@media screen and (min-width: 700px) {
	.header__logo-img {
		width: 125px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__logo-img {
		width: 130px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.header__logo-img {
		width: 155px
	}
}


.header__avax {
	display: flex;
	align-items: center;
	flex-direction: column;
	transition: opacity .2s ease-in-out
}


@media screen and (min-width: 700px) {
	.header__avax {
		margin-left: 160px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__avax {
		flex-direction: row;
		margin-left: 50px
	}
}


.header__avax-text {
	color: rgba(93, 93, 93, .56);
	font-size: .6875rem;
	margin: 0
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__avax-text {
		font-size: 1rem;
		margin-left: 20px
	}
}


.header__avax-logo {
	pointer-events: none;
	width: 90px;
	margin-top: 10px
}


@media screen and (min-width: 410px) {
	.header__avax-logo {
		width: 110px
	}
}


@media screen and (min-width: 700px) {
	.header__avax-logo {
		width: 100px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__avax-logo {
		margin-top: 0;
		width: 130px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.header__avax-logo {
		width: 155px
	}
}


.header__top-right {
	display: flex;
	align-items: center;
	flex-direction: column;
	transition: opacity .2s ease-in-out
}


@media screen and (min-width: 410px) {
	.header__top-right {
		flex-direction: row
	}
}


@media screen and (min-width: 700px) {
	.header__top-right {
		flex-direction: column;
		margin-right: 15px;
		margin-left: 10px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__top-right {
		flex-direction: row;
		margin: 0
	}
}


.header__top-address {
	display: flex;
	margin-top: 10px
}


@media screen and (min-width: 410px) {
	.header__top-address {
		margin-right: 15px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__top-address {
		margin-top: 0;
		margin-right: 0
	}
}


.header__top-ico-address {
	fill: #62b6f2;
	height: 20px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__top-ico-address {
		height: 29px;
		width: 25px
	}
}


.header__top-address-right {
	letter-spacing: .1em;
	font-size: .8125rem;
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	max-width: 145px;
	margin-left: 10px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__top-address-right {
		font-size: 1rem;
		max-width: 185px;
		margin-left: 15px
	}
}


.header__top-phone-right {
	margin-left: 10px;
	margin-right: 13px;
	flex-shrink: 0
}


@media screen and (min-width: 700px) {
	.header__top-phone-right {
		margin-right: 25px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__top-phone-right {
		margin-left: 15px;
		margin-right: 0
	}
}


.header__top-phone {
	display: flex;
	margin-top: 10px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__top-phone {
		margin-left: 50px;
		margin-top: 0
	}
}


.header__top-ico-phone {
	fill: #62b6f2;
	height: 18px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__top-ico-phone {
		height: 28px;
		width: 25px
	}
}


.header__top-phone-lnk {
	letter-spacing: .1em;
	font-size: .9375rem;
	font-family: pfdindisplaypro-medium, Helvetica, Arial, sans-serif
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.header__top-phone-lnk {
		font-size: 1.375rem
	}
}


.header__top-phone-lnk:hover {
	color: #62b6f2
}


.menu-top {
	display: none
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu-top {
		display: block
	}
}


.menu-top__items {
	display: flex;
	justify-content: space-between
}


.menu-top__item {
	font-family: pfdindisplaypro-regular, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 20px 0;
	position: relative
}


.menu-top__item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 1px;
	background: #0d0d0d;
	opacity: 0;
	visibility: hidden
}


.menu-top__item:hover {
	color: #62b6f2
}


.menu-top__item:hover:before {
	background: #62b6f2;
	bottom: 15px;
	opacity: 1;
	visibility: visible
}


.menu-top__item--active {
	color: #62b6f2;
	cursor: default;
	visibility: hidden;
	animation-name: menuTopLinkActive;
	animation-duration: .25s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards
}


.menu-top__item--active:before {
	display: none
}


.menu-top__item--active .menu-top__item-circle {
	opacity: 1;
	visibility: visible
}


.menu-top__item-circle {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #62b6f2;
	margin-right: 10px;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease-in-out;
	position: absolute
}


.hidden-menu {
	position: absolute;
	top: 26px;
	height: 25px
}


.hidden-menu--open {
	height: 95vh
}


@media screen and (min-width: 700px) {
	.hidden-menu--open {
		top: 40px;
	}
}


@media screen and (min-width: 768px) {
	.hidden-menu--open {
		top: 28px;
	}
}


.hidden-menu--close {
	height: 25px
}


@media screen and (min-width: 700px) {
	.hidden-menu--close {
		height: 55px;
		top: 40px;
	}
}


@media screen and (min-width: 768px) {
	.hidden-menu--close {
		top: 28px;
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.hidden-menu {
		visibility: hidden
	}
}


.hidden-menu__toggle {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	width: 23px;
	position: absolute;
	z-index: 1100
}


@media screen and (min-width: 410px) {
	.hidden-menu__toggle {
		padding: 2px 20px 0
	}
}


@media screen and (min-width: 700px) {
	.hidden-menu__toggle {
		padding: 28px 35px 0;
		width: 30px
	}
}


.hidden-menu__toggle--close .hidden-menu__toggle-line {
	width: 28px
}


@media screen and (min-width: 700px) {
	.hidden-menu__toggle--close .hidden-menu__toggle-line {
		width: 36px
	}
}


.hidden-menu__toggle--close .hidden-menu__toggle-line:first-child {
	transform: rotate(45deg) translate(4px, 9px)
}


@media screen and (min-width: 700px) {
	.hidden-menu__toggle--close .hidden-menu__toggle-line:first-child {
		transform: rotate(45deg) translate(13px, 5px)
	}
}


.hidden-menu__toggle--close .hidden-menu__toggle-line:nth-child(2) {
	opacity: 0
}


.hidden-menu__toggle--close .hidden-menu__toggle-line:nth-child(3) {
	transform: rotate(-45deg) translate(4px, -8px)
}


@media screen and (min-width: 700px) {
	.hidden-menu__toggle--close .hidden-menu__toggle-line:nth-child(3) {
		transform: rotate(-45deg) translate(9px, -1px)
	}
}


.hidden-menu__toggle-line {
	width: 23px;
	height: 2px;
	margin-top: 7px;
	background: #62b6f2;
	transition: opacity .1s ease-in-out .1s, transform .1s ease-in-out .1s, width .1s ease-in .1s;
}


@media screen and (min-width: 700px) {
	.hidden-menu__toggle-line {
		width: 30px;
		margin-top: 8px
	}
}


.hidden-menu__toggle-line:first-child {
	margin-top: 0
}


.hidden-menu__nav {
	display: flex;
	flex-direction: column;
	opacity: 0;
	width: 100vw;
	height: 100vh;
	margin-top: 66px;
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	z-index: -2;
	transition: opacity .1s ease-in-out
}


@media screen and (min-width: 700px) {
	.hidden-menu__nav {
		margin-top: 110px;
	}
}


.hidden-menu__nav-item {
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	position: relative;
	margin: 0 auto;
	transition: transform .3s ease-in-out .1s;
	transform: translateX(-70vw)
}


@media screen and (min-width: 360px) {
	.hidden-menu__nav-item {
		padding: 7px 0 0
	}
}


.hidden-menu__nav-item:first-child {
	padding-top: 15px
}


.hidden-menu__nav-item:first-child .hidden-menu__nav-item-circle {
	top: 60%
}


@media screen and (min-width: 360px) {
	.hidden-menu__nav-item:first-child .hidden-menu__nav-item-circle {
		top: 67%
	}
}


@media screen and (min-width: 360px) {
	.hidden-menu__nav-item:first-child {
		padding-top: 30px
	}
}


.hidden-menu__nav-item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 1px;
	background: #0d0d0d;
	opacity: 0;
	visibility: hidden
}


.hidden-menu__nav-item--active {
	color: #62b6f2;
	cursor: default;
	visibility: hidden;
	animation-name: menuTopLinkActive;
	animation-duration: .25s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards
}


.hidden-menu__nav-item--active:before {
	display: none
}


.hidden-menu__nav-item--active .hidden-menu__nav-item-circle {
	opacity: 1;
	visibility: visible
}


.hidden-menu__nav-item-circle {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #62b6f2;
	margin-right: 10px;
	left: -15px;
	top: 48%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease-in-out;
	position: absolute
}


@media screen and (min-width: 360px) {
	.hidden-menu__nav-item-circle {
		top: 55%
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.hidden-menu__nav-item-circle {
		top: 50%
	}
}


.hidden-menu__nav-item-text {
	margin: 0;
	height: 50px;
	padding: 16px 0 0;
	box-sizing: border-box
}


@-webkit-keyframes menuTopLinkActive {
	0% {
		visibility: visible;
		transform: translateX(-100%)
	}

	to {
		transform: translateX(0);
		visibility: visible
	}
}


@keyframes menuTopLinkActive {
	0% {
		visibility: visible;
		transform: translateX(-100%)
	}

	to {
		transform: translateX(0);
		visibility: visible
	}
}


.svg-icon {
	fill: currentColor
}


.samedia {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 30px;
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.samedia {
		justify-content: flex-end;
		width: 165px;
		position: fixed;
		bottom: 20px;
		right: 30px;
		margin: 0
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.samedia {
		bottom: 30px;
		right: 60px
	}
}


@media screen and (min-width: 1600px) and (min-height: 960px) {
	.samedia {
		bottom: 40px
	}
}


@media screen and (min-width: 1900px) and (min-height: 960px) {
	.samedia {
		bottom: 60px
	}
}


.samedia a {
	position: relative
}


.samedia:hover .samedia__created-lnk {
	opacity: 1;
	transform: translateX(0)
}


.samedia__created {
	width: 9.375rem;
	overflow: hidden
}


.samedia__created-lnk {
	display: flex;
	align-items: flex-start;
	z-index: 0;
	transition: all .4s ease-in-out;
	color: #000;
	background: transparent;
	text-decoration: none
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.samedia__created-lnk {
		transform: translateX(100%)
	}
}


.samedia__created-lnk:hover {
	color: #62b6f2
}


.samedia__logo {
	display: block;
	height: auto;
	max-width: 25px;
	transition: all .4s ease-in-out
}


.preloader {
	position: fixed;
	top: 1px;
	left: 0;
	right: 0;
	width: 100wh;
}


.preloader__line {
	height: 2px;
	width: 0;
	background: #62b6f2;
	position: absolute;
	top: 0;
	left: 0;
	will-change: width
}


.preloader__line--start {
	width: 50%;
	transition: width .5s ease-in-out
}


.preloader__line--end {
	width: 100%
}


.form-booking {
	max-width: 600px
}


.form-booking__form-inputs {
	display: flex;
	flex-direction: column
}


@media screen and (min-width: 700px) {
	.form-booking__form-inputs {
		flex-direction: row
	}
}


.form-booking__form-left {
	flex-shrink: 0;
	width: 220px;
	margin: 0 auto
}


@media screen and (min-width: 360px) {
	.form-booking__form-left {
		width: 100%
	}
}


@media screen and (min-width: 700px) {
	.form-booking__form-left {
		width: 315px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.form-booking__form-left {
		margin: 0 75px 0 0
	}
}


.form-booking__form-right {
	flex-grow: 1
}


.form-booking__input {
	border: none;
	border-bottom: 1px solid #b5b5b5;
	display: block;
	box-sizing: border-box;
	padding: 5px 0;
	width: 220px;
	margin: 0 auto 10px
}


.form-booking__input::-webkit-input-placeholder {
	color: #000;
	font-size: .75rem;
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	font-style: normal;
	letter-spacing: .1em;
	text-transform: uppercase
}


.form-booking__input::-moz-placeholder {
	color: #000;
	font-size: .75rem;
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	font-style: normal;
	letter-spacing: .1em;
	text-transform: uppercase
}


.form-booking__input:-ms-input-placeholder {
	color: #000;
	font-size: .75rem;
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	font-style: normal;
	letter-spacing: .1em;
	text-transform: uppercase
}


.form-booking__input:-moz-placeholder {
	color: #000;
	font-size: .75rem;
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	font-style: normal;
	letter-spacing: .1em;
	text-transform: uppercase
}


@media screen and (min-width: 360px) {
	.form-booking__input {
		width: 280px
	}
}


@media screen and (min-width: 700px) {
	.form-booking__input {
		margin: 0 0 10px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.form-booking__input {
		width: 100%
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.form-booking__input {
		margin-bottom: 25px;
		padding: 8px 0
	}

	.form-booking__input::-webkit-input-placeholder {
		color: #000;
		font-size: .875rem;
		font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
		font-style: normal;
		letter-spacing: .1em;
		text-transform: uppercase
	}

	.form-booking__input::-moz-placeholder {
		color: #000;
		font-size: .875rem;
		font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
		font-style: normal;
		letter-spacing: .1em;
		text-transform: uppercase
	}

	.form-booking__input:-ms-input-placeholder {
		color: #000;
		font-size: .875rem;
		font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
		font-style: normal;
		letter-spacing: .1em;
		text-transform: uppercase
	}

	.form-booking__input:-moz-placeholder {
		color: #000;
		font-size: .875rem;
		font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
		font-style: normal;
		letter-spacing: .1em;
		text-transform: uppercase
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.form-booking__input:last-child {
		margin-bottom: 0
	}
}


.form-booking__form-btn-wr {
	display: flex;
	align-items: center;
	margin-top: 25px;
	flex-direction: column
}


@media screen and (min-width: 700px) {
	.form-booking__form-btn-wr {
		flex-direction: row
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.form-booking__form-btn-wr {
		margin-top: 35px
	}
}


.form-booking__form-btn-send {
	font-size: .875rem;
	text-transform: uppercase;
	font-family: pfdindisplaypro-bold, Helvetica, Arial, sans-serif;
	border: 2px solid #8dcaf5;
	box-sizing: border-box;
	padding: 15px 53px;
	transition: all .25s ease-in-out;
	flex-shrink: 0
}


@media screen and (min-width: 360px) {
	.form-booking__form-btn-send {
		padding: 15px 82px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.form-booking__form-btn-send {
		margin-right: 40px;
		padding: 15px 62px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.form-booking__form-btn-send {
		padding: 22px 62px
	}
}


.form-booking__form-btn-send:hover {
	color: #62b6f2
}


.form-booking__form-agreement {
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	color: #626262;
	line-height: 1.3;
	width: 220px;
	font-size: .75rem;
	margin-top: 20px;
	text-align: center
}


@media screen and (min-width: 360px) {
	.form-booking__form-agreement {
		width: 280px
	}
}


@media screen and (min-width: 700px) {
	.form-booking__form-agreement {
		margin-top: 0;
		text-align: left;
		margin-left: 40px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.form-booking__form-agreement {
		font-size: .875rem;
		width: 320px;
		margin-left: 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.form-booking__date-wr {
		margin-bottom: 10px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.form-booking__date-wr {
		margin-bottom: 25px
	}
}


.form-booking .vdp-datepicker__calendar {
	width: 220px;
	height: 200px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.form-booking .vdp-datepicker__calendar {
		width: 300px;
		height: 282px
	}
}


.form-booking .vdp-datepicker__calendar .cell {
	height: 22px;
	line-height: 22px;
	font-size: .875rem
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.form-booking .vdp-datepicker__calendar .cell {
		height: 40px;
		line-height: 40px;
		font-size: 1rem
	}
}


.popup-booking {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1001;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
	will-change: opacity, visibility;
	opacity: 0;
	visibility: hidden
}


.popup-booking--show {
	opacity: 1;
	visibility: visible
}


.popup-booking--show .popup-booking__content-layout {
	transform: scale(1)
}


.popup-booking__layout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 84.7%, .9)
}


.popup-booking__content-wr {
	width: 280px;
	height: 520px;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}


@media screen and (min-width: 360px) {
	.popup-booking__content-wr {
		height: 580px;
		width: 90vw
	}
}


@media screen and (min-width: 410px) {
	.popup-booking__content-wr {
		height: 520px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-booking__content-wr {
		width: 1000px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.popup-booking__content-wr {
		width: 1140px
	}
}


.popup-booking__content-layout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: transform .25s ease-in-out;
	transform: scale(.1);
}


.popup-booking__content {
	z-index: 20
}


.popup-booking__title {
	font-size: 1.5rem;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #62b6f2;
	width: 220px;
	text-align: center;
	margin-top: 30px
}


@media screen and (min-width: 360px) {
	.popup-booking__title {
		width: 80vw
	}
}


@media screen and (min-width: 700px) {
	.popup-booking__title {
		margin-top: 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-booking__title {
		font-size: 2.8125rem;
		text-align: left;
		width: auto
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.popup-booking__title {
		font-size: 3.75rem
	}
}


.popup-booking__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	align-items: center
}


.popup-booking__close-wr {
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-booking__close-wr {
		top: -70px;
		right: -70px
	}
}


.popup-booking__close-wr:hover .popup-booking__close-ico {
	fill: #62b6f2
}


.popup-booking__close-ico {
	width: 20px;
	height: 20px;
	transition: all .25s ease-in-out;
	fill: #000
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-booking__close-ico {
		width: 38px;
		height: 38px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.popup-booking__close-ico {
		width: 42px;
		height: 42px
	}
}


.popup-booking__img-left,
.popup-booking__img-right {
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	display: none
}


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

	.popup-booking__img-left,
	.popup-booking__img-right {
		display: block
	}
}


.popup-booking__img-left {
	width: 270px;
	height: 170px;
	right: -85px;
	bottom: -65px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-booking__img-left {
		width: 255px;
		height: 251px;
		left: -150px;
		bottom: -40px
	}
}


@media screen and (min-width: 1300px) {
	.popup-booking__img-left {
		left: -185px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.popup-booking__img-left {
		left: -85px;
		bottom: -80px
	}
}


.popup-booking__img-right {
	width: 150px;
	height: 165px;
	right: 600px;
	top: 130px;
	transform: translateY(-50%)
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-booking__img-right {
		width: 289px;
		height: 300px;
		right: -210px;
		top: 50%;
		transform: translateY(-50%)
	}
}


.popup-booking__form {
	margin-top: 70px
}


.popup-event {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
	opacity: 0;
	visibility: hidden;
	background: hsla(0, 0%, 84.7%, .9)
}


@media screen and (min-width: 700px) {
	.popup-event {
		position: fixed
	}
}


.popup-event--show {
	opacity: 1;
	visibility: visible
}


.popup-event--show .popup-event__layout {
	transform: scale(1)
}


.popup-event__layout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f6f6f6;
	transition: transform .25s ease-in-out;
	transform: scale(.1)
}


.popup-event__content {
	z-index: 100;
	position: relative;
	display: flex;
	align-items: center;
	width: 100vw;
	height: 100vh
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event__content {
		height: 72%;
		width: 100%;
		max-width: 1150px;
		justify-content: flex-end
	}
}


.popup-event__close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1000;
	padding: 12px 12px 10px;
	background-color: #f5f5f5
}


@media screen and (min-width: 700px) {
	.popup-event__close {
		top: 30px;
		right: 30px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event__close {
		top: -30px;
		padding: 0;
		background-color: hsla(0, 0%, 96.1%, 0)
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.popup-event__close {
		top: -90px;
		right: -80px
	}
}


.popup-event__close:hover .popup-event__close-ico {
	fill: #62b6f2
}


.popup-event__close-ico {
	transition: all .25s ease-in-out;
	fill: #000;
	width: 20px;
	height: 20px
}


@media screen and (min-width: 700px) {
	.popup-event__close-ico {
		width: 28px;
		height: 28px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event__close-ico {
		width: 32px;
		height: 32px
	}
}


.popup-event__left {
	flex-shrink: 0;
	margin-right: 105px;
	position: absolute;
	top: 0
}


@media screen and (min-width: 700px) {
	.popup-event__left {
		top: 10%;
		left: 130px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event__left {
		margin-top: 0;
		margin-right: 80px;
		left: 0;
		top: -20px
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.popup-event__left {
		top: 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 900px) {
	.popup-event__left {
		top: 85px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.popup-event__left {
		margin-right: 105px
	}
}


.popup-event__left-img {
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}


@media screen and (min-width: 700px) {
	.popup-event__left-img {
		width: 495px;
		height: 568px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event__left-img {
		width: 520px;
		height: 515px;
		background-size: contain
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.popup-event__left-img {
		height: 724px;
		width: 549px
	}
}


.popup-event__right-content {
	position: absolute;
	left: 0;
	background: #f5f5f5;
	padding: 35px;
	bottom: 0;
	width: 100%;
	box-sizing: border-box
}


@media screen and (min-width: 700px) {
	.popup-event__right-content {
		left: 129px;
		background: #f5f5f5;
		width: 500px;
		bottom: 50px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event__right-content {
		position: static;
		background: hsla(0, 0%, 96.1%, 0);
		padding: 0;
		box-sizing: content-box;
		margin-right: 50px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.popup-event__right-content {
		margin-right: 0
	}
}


.popup-event__right-title {
	font-size: 1.125rem;
	font-family: pfdindisplaypro-bold, Helvetica, Arial, sans-serif;
	letter-spacing: .04em;
	color: rgba(0, 0, 0, .73);
	line-height: 1.25
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event__right-title {
		font-size: 1.375rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.popup-event__right-title {
		font-size: 1.5rem
	}
}


.popup-event__right-date {
	letter-spacing: .05em;
	font-size: 1rem;
	color: rgba(0, 0, 0, .73);
	margin-top: 5px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event__right-date {
		font-size: 1.125rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.popup-event__right-date {
		font-size: 1.25rem
	}
}


.popup-event__right-txt {
	color: #525252;
	font-size: .875rem;
	line-height: 1.75;
	width: 72vw;
	box-sizing: border-box
}


@media screen and (min-width: 360px) {
	.popup-event__right-txt {
		width: 76vw
	}
}


@media screen and (min-width: 700px) {
	.popup-event__right-txt {
		width: 100%;
		padding-right: 20px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event__right-txt {
		font-size: 1rem;
		padding-right: 35px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.popup-event__right-txt {
		font-size: 1.25rem
	}
}


.popup-event__right-btn-wr {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 15px
}


@media screen and (min-width: 410px) {
	.popup-event__right-btn-wr {
		margin-bottom: 0
	}
}


@media screen and (min-width: 700px) {
	.popup-event__right-btn-wr {
		margin-top: 30px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event__right-btn-wr {
		margin-top: 75px
	}
}


.popup-event__right-btn {
	font-size: .875rem;
	font-family: pfdindisplaypro-bold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	box-sizing: border-box;
	border: 2px solid #8dcaf5;
	transition: all .25s ease-in-out;
	padding: 20px 53px;
	white-space: nowrap;
	margin: 0;
	display: flex;
	width: 100%;
	justify-content: center
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event__right-btn {
		display: block;
		padding: 23px 66px;
		margin-right: 20px;
		min-width: 295px
	}
}


.popup-event__right-btn:hover {
	color: #62b6f2
}


.popup-event__right-btn:nth-child(2) {
	margin-right: 0;
	margin-left: 0;
	margin-top: 15px;
	padding: 20px 25px;
	white-space: normal;
	text-align: center
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event__right-btn:nth-child(2) {
		padding: 23px 53px
	}
}


.popup-event .js-scrollbar,
.popup-event .js-scrollbar-test {
	max-height: 200px;
	display: block;
	position: relative;
	top: 0;
	right: 0;
	margin-top: 15px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-event .js-scrollbar,
	.popup-event .js-scrollbar-test {
		max-height: 300px;
		margin-top: 25px
	}
}


.popup-event .ps__rail-y {
	right: 0 !important
}


.popup-message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
	opacity: 0;
	visibility: hidden
}


.popup-message--show {
	opacity: 1;
	visibility: visible
}


.popup-message--show .popup-message__content-layout {
	transform: scale(1)
}


.popup-message--transition {
	transition: opacity .25s ease-in-out, visibility .25s ease-in-out
}


.popup-message__layout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 84.7%, .95)
}


.popup-message__content {
	z-index: 20;
	color: #373737
}


.popup-message__content,
.popup-message__content-wr {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative
}


.popup-message__content-wr {
	width: 1200px;
	height: 350px;
	z-index: 10;
	align-items: center
}


.popup-message__content-layout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: transform .25s ease-in-out;
	transform: scale(.1)
}


.popup-message__close-wr {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 100
}


.popup-message__close-wr:hover .popup-message__close-ico {
	fill: #62b6f2
}


.popup-message__close-ico {
	transition: all .25s ease-in-out;
	fill: #1d1d1b;
	width: 20px;
	height: 20px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-message__close-ico {
		width: 42px;
		height: 42px
	}
}


.popup-message__message {
	font-size: 1.5625rem;
	font-family: pfdindisplaypro-medium, Helvetica, Arial, sans-serif;
	text-align: center
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.popup-message__message {
		font-size: 2.8125rem;
		text-align: right
	}
}


.page__items--404 {
	height: 360px
}


@media screen and (min-width: 700px) {
	.page__items--404 {
		height: 100%
	}
}


.component-none {
	display: none
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.component-none {
		display: block
	}
}


.main {
	height: 100%;
	position: relative;
	z-index: 50;
}


.main__content-wr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}


.main__left {
	flex-shrink: 0;
	position: relative;
	display: none;
	transition: transform .3s ease-in-out
}


@media screen and (min-width: 700px) {
	.main__left {
		display: block
	}
}


.main__left--hide {
	transform: translateX(-15vw);
	opacity: 0
}


.main__left-bg {
	background: url(../img/main-bg.png) no-repeat;
	background-size: cover;
	width: 583px;
	height: 597px;
	position: absolute;
	top: -80px;
	left: -365px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__left-bg {
		top: -140px;
		left: -450px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__left-bg {
		left: -210px;
		top: -120px
	}
}


.main__left-img-wr {
	display: none
}


@media screen and (min-width: 700px) {
	.main__left-img-wr {
		position: relative;
		width: 190px;
		height: 242px;
		display: block
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__left-img-wr {
		width: 272px;
		height: 332px
	}
}


.main__left-img {
	position: absolute;
	top: 40px;
	left: -90px;
	width: 300px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transition: transform .25s ease-in-out;
	will-change: transform
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__left-img {
		top: -50px;
		left: -70px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__left-img {
		top: -50px;
		left: 0
	}
}


.main__content {
	flex-grow: 1;
	display: flex;
	height: 400px;
	justify-content: center;
	flex-direction: column;
	transition: opacity .3s ease-in-out;
	opacity: 0
}


@media screen and (min-width: 700px) {
	.main__content {
		height: 60vh;
		justify-content: space-around
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__content {
		margin: 0 50px;
		flex-direction: row;
		justify-content: center;
		height: 55vh
	}
}


@media screen and (min-width: 1200px) and (min-height: 900px) {
	.main__content {
		height: 65vh
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__content {
		height: 100%;
		align-self: flex-start;
		margin-top: -40px
	}
}


.main__content--hover .main__content-left {
	transform: translate(-30px, -30px)
}


.main__content--hover .main__content-right {
	transform: translate(-10px, -35px)
}


.main__content-left {
	align-self: flex-start;
	transition: transform .25s ease-in-out;
	transform: translate(0);
	flex-shrink: 0;
	position: relative;
	left: 30px;
	top: -40px
}


@media screen and (min-width: 360px) {
	.main__content-left {
		left: 58px
	}
}


@media screen and (min-width: 410px) {
	.main__content-left {
		left: 78px
	}
}


@media screen and (min-width: 700px) {
	.main__content-left {
		left: -90px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__content-left {
		left: 50px;
		top: 0
	}
}


@media screen and (min-width: 1900px) and (min-height: 960px) {
	.main__content-left {
		position: static;
		left: 0
	}
}


.main__content-left-title {
	letter-spacing: .18em;
	font-size: 1.125rem;
	text-transform: uppercase;
	line-height: 1.5;
	color: rgba(93, 93, 93, .56)
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__content-left-title {
		font-size: 1.4375rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__content-left-title {
		font-size: 1.75rem
	}
}


.main__content-left-logo-img {
	display: block;
	height: auto;
	width: 240px;
	margin-top: 15px;
	transition: transform .5s ease-in-out;
	transform: scale(1) translate(0)
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__content-left-logo-img {
		width: 266px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__content-left-logo-img {
		width: 374px;
		margin-top: 30px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__content-left-logo-img--move {
		transform: scale(.4887) translate(-71.7vh, -72.9vh)
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.main__content-left-logo-img--move {
		transform: scale(.4887) translate(-68.5vh, -66.9vh)
	}
}


@media screen and (min-width: 1200px) and (min-height: 700px) {
	.main__content-left-logo-img--move {
		transform: scale(.4887) translate(-65.5vh, -63.9vh)
	}
}


@media screen and (min-width: 1200px) and (min-height: 900px) {
	.main__content-left-logo-img--move {
		transform: scale(.4887) translate(-51.7vh, -50.4vh)
	}
}


@media screen and (min-width: 1200px) and (min-height: 930px) {
	.main__content-left-logo-img--move {
		transform: scale(.4887) translate(-50vh, -48.9vh)
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__content-left-logo-img--move {
		transform: scale(.4144) translate(-63.5vh, -76.2vh)
	}
}


@media screen and (min-width: 1600px) and (min-height: 960px) {
	.main__content-left-logo-img--move {
		transform: scale(.4144) translate(-61.5vh, -73.7vh)
	}
}


@media screen and (min-width: 1900px) and (min-height: 960px) {
	.main__content-left-logo-img--move {
		transform: scale(.4144) translate(-41.6vh, -73.7vh)
	}
}


@media screen and (min-width: 1900px) and (min-height: 990px) {
	.main__content-left-logo-img--move {
		transform: scale(.4144) translate(-40.5vh, -71.7vh)
	}
}


@media screen and (min-width: 2000px) {
	.main__content-left-logo-img--move {
		transform: scale(.4144) translate(-29.7vh, -52.7vh)
	}
}


.main__content-center {
	align-self: center;
	flex-shrink: 0;
	margin: 20px 0
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__content-center {
		margin: 0
	}
}


.main__content-center-booking-btn-wr {
	position: relative
}


@media screen and (min-width: 700px) {
	.main__content-center-booking-btn-wr:before {
		bottom: -55px;
		left: 35px
	}

	.main__content-center-booking-btn-wr:after,
	.main__content-center-booking-btn-wr:before {
		content: "";
		position: absolute;
		-webkit-transform: translateX(-50%) rotate(-45deg);
		transform: translateX(-50%) rotate(-45deg);
		height: 1px;
		background: #0d0d0d;

		transition: all .25s ease-in-out;
		pointer-events: none;
		width: 100px
	}

	.main__content-center-booking-btn-wr:after {
		top: -55px;
		left: 210px
	}
}


.main__content-center-booking-btn-wr:hover:after,
.main__content-center-booking-btn-wr:hover:before {
	width: 100px
}


@media screen and (min-width: 1600px) and (min-height: 930px) {

	.main__content-center-booking-btn-wr:hover:after,
	.main__content-center-booking-btn-wr:hover:before {
		width: 130px
	}
}


.main__content-center-booking-btn-wr:hover .main__content-center-booking-btn {
	border: 2px solid #8dcaf5;

	transform: scale(1)
}


@media screen and (min-width: 700px) and (min-width: 1200px) and (min-height: 600px) {
	.main__content-center-booking-btn-wr:before {
		width: 120px;
		left: 50px;
		bottom: -45px
	}
}


@media screen and (min-width: 700px) and (min-width: 1600px) and (min-height: 930px) {
	.main__content-center-booking-btn-wr:before {
		bottom: -80px;
		left: 30px;
		width: 215px
	}
}


@media screen and (min-width: 700px) and (min-width: 1200px) and (min-height: 600px) {
	.main__content-center-booking-btn-wr:after {
		width: 120px;
		left: 200px;
		top: -45px
	}
}


@media screen and (min-width: 700px) and (min-width: 1600px) and (min-height: 930px) {
	.main__content-center-booking-btn-wr:after {
		top: -80px;
		left: 250px;
		width: 215px
	}
}


.main__content-center-booking-btn {
	letter-spacing: .1em;
	font-size: .875rem;
	text-transform: uppercase;
	font-family: pfdindisplaypro-bold, Helvetica, Arial, sans-serif;
	cursor: pointer;


	display: flex;


	align-items: center;

	box-sizing: border-box;
	border: 2px solid #8dcaf5;
	padding: 23px 20px;
	-webkit-transform: scale(.9);
	transform: scale(.9);

	transition: all .25s ease-in-out;
	background-color: #fff
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__content-center-booking-btn {
		border: 2px solid transparent
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__content-center-booking-btn {
		padding: 23px 50px
	}
}


.main__content-center-booking-btn-circle {
	height: 8px;
	width: 8px;
	background: #62b6f2;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	top: -1px;

	flex-shrink: 0
}


.main__content-right {

	align-self: center;
	will-change: transform;

	flex-shrink: 0;
	margin-top: 35px
}


@media screen and (min-width: 700px) {
	.main__content-right {
		margin-right: 35px;
		-ms-flex-item-align: end;
		align-self: flex-end;
		margin-bottom: -39px;
		position: relative;
		left: 145px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__content-right {
		position: static;
		-webkit-transform: translate(-50px, -60px);
		transform: translate(-50px, -60px);


		transition: transform .25s ease-in-out;

		margin-bottom: 20px;
		margin-right: 0
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__content-right {
		margin: 0
	}
}


.main__content-right-title {
	letter-spacing: .21em;
	font-size: 1.125rem;
	line-height: 1.1;
	color: #62b6f2;
	text-align: center;
	width: 290px
}


@media screen and (min-width: 700px) {
	.main__content-right-title {
		text-align: right
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__content-right-title {
		font-size: 1.4375rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__content-right-title {
		font-size: 1.75rem;
		line-height: 1.6;
		width: 340px
	}
}


.main__right {
	position: relative;

	flex-shrink: 0;
	display: none;
	-webkit-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out
}


@media screen and (min-width: 700px) {
	.main__right {
		display: block
	}
}


.main__right--hide {
	-webkit-transform: translateX(22vw);
	transform: translateX(22vw);
	opacity: 0
}


.main__right-bg {
	background: url(../img/main-bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	width: 260px;
	height: 597px;
	top: -148px;
	left: -50px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__right-bg {
		top: -195px;
		left: -100px;
		width: 583px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__right-bg {
		left: -170px;
		top: -150px
	}
}


.main__right-img-wr {
	position: relative;
	width: 204px;
	height: 336px;
	display: none
}


@media screen and (min-width: 700px) {
	.main__right-img-wr {
		display: block
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__right-img-wr {
		width: 404px;
		height: 526px;
		bottom: 70px
	}
}


.main__right-img {
	width: 253px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 1;
	display: block;
	cursor: pointer;
	-webkit-transform: translateX(-48px);
	transform: translateX(-48px);


	transition: transform .25s ease-in-out;

	will-change: transform
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__right-img {
		top: -35px;
		left: 20px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__right-img {
		top: 0
	}
}


.main__right-img:hover .main__right-img-layout {
	opacity: 1;
	visibility: visible
}


.main__right-img:hover .main__right-img-title {
	-webkit-transform: translate(-10%, -50%);
	transform: translate(-10%, -50%)
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__right-img:hover .main__right-img-title {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}


@media screen and (min-width: 1900px) and (min-height: 960px) {
	.main__right-img:hover .main__right-img-title {
		-webkit-transform: translate(-100px, -50%);
		transform: translate(-100px, -50%)
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.main__right-img {
		width: 455px
	}
}


.main__right-img-layout {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .64);

	transition: all .25s ease-in-out;
	opacity: 0;
	visibility: hidden
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__right-img-layout {
		top: 0;
		left: 0
	}
}


.main__right-img-title {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	color: #fff;
	font-size: 1.25rem;
	font-family: lato-regular, Helvetica, Arial, sans-serif;


	display: flex;


	align-items: center;

	transition: all .25s ease-in-out
}


.main__right-img-line {
	height: 1px;
	width: 82px;
	background: #fff;
	position: relative;
	top: 2px;
	margin-left: 55px
}


.main__slider {
	padding: 0 35px;
	width: 100vw;

	box-sizing: border-box;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	margin-bottom: 40px
}


@media screen and (min-width: 410px) {
	.main__slider {
		padding: 0 54px;
		margin-top: 45px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__slider {
		margin-top: -30px;
		padding: 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.main__slider--hide {
		-webkit-transform: translateY(22vh);
		transform: translateY(22vh);
		opacity: 0
	}
}


.main__slider .swiper-button-next,
.main__slider .swiper-button-prev {
	display: none
}


@media screen and (min-width: 1200px) and (min-height: 600px) {

	.main__slider .swiper-button-next,
	.main__slider .swiper-button-prev {


		display: flex
	}
}


.main__content-slider {
	position: absolute;
	left: 11%;
	top: 22%;
	width: 323px;
	height: 100%;
	max-height: 500px;
}


@media (max-width: 1600px) {
	.main__content-slider {
		top: 14%;
		left: 6%;
	}
}


@media (max-width: 1500px) {
	.main__content-slider {
		left: 2%;
	}
}


@media (max-width: 1280px) {
	.main__content-slider {
		display: none;
	}
}


.slider {
	position: relative;
}


.slider .swiper-button-next,
.slider .swiper-button-prev {
	margin: 0;
	background: none;
	align-items: center;
	justify-content: center;
	transition: all .25s ease-in-out;
	width: 36px;
	height: 36px;
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	stroke: #FFFFFF;
}


.slider .swiper-button-next:hover {
	stroke: #62B6F2;
}


.slider .swiper-button-prev:hover {
	stroke: #62B6F2;
}


.slider .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 8px;
	position: static;
	flex-grow: 1;
}


.slider .swiper-pagination-bullet {
	display: block;
	border-radius: 33px;
	height: 4px;
	width: 100%;
	min-width: 8px;
	max-width: 34px;
	background-color: #FFFFFF80;
	opacity: 1;
}


.slider .swiper-pagination-bullet-active {
	background-color: #62B6F2;
}


.swiper-container-bottom {
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
}


.slider .swiper-button-next .slider__arrow-ico {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}


.slider__arrow-ico {
	fill: #0d0d0d;

	transition: all .25s ease-in-out
}


.slider__item {
	width: 100%;
	cursor: pointer;
	box-sizing: border-box;
	background-color: #32393E;
	border-radius: 16px;
	overflow: hidden;
}


.swiper-slide:hover .slider__item-booking-btn {
	color: #62b6f2
}


.slider__item-booking-btn:active {
	border-color: #62b6f2;
}


.slider-item-image {
	width: 100%;
	max-height: 260px;
	object-fit: cover;
}


.slider__item-bottom {
	padding: 16px;
}


.slider__item-title {
	letter-spacing: .03em;
	font-size: .875rem;
	color: #FFFFFF;
	line-height: 1.3;
	font-family: "Gotham Pro Regular", Helvetica, Arial, sans-serif
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.slider__item-title {
		font-size: 1.125rem
	}
}


.slider__item-date {
	color: #FFFFFF;
	letter-spacing: .03em;
	font-size: .875rem;
	margin-top: 5px;
	font-family: "Gotham Pro Regular", Helvetica, Arial, sans-serif
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.slider__item-date {
		font-size: 1.125rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.slider__item-date {
		margin-top: 8px
	}
}


.slider__item-booking-btn {
	letter-spacing: .1em;
	font-size: .75rem;
	font-family: "Gotham Pro Regular", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
	margin-top: 13px;

	transition: all .25s ease-in-out;
	border: 1px solid #FFFFFF;

	box-sizing: border-box;
	padding: 12px 16px;
	text-align: center;
	border-radius: 333px;
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.slider__item-booking-btn {
		font-size: .875rem;
		background: hsla(0, 0%, 100%, 0)
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.slider__item-booking-btn {
		margin-top: 23px
	}
}


.slider__item-booking-btn:hover {
	color: #62b6f2
}


.slider__item-booking-btn:hover:before {
	background: #62b6f2
}


.bottom-nav__lnk {
	font-size: 1rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: pfdindisplaypro-bold, Helvetica, Arial, sans-serif;


	display: flex;


	align-items: center;

	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}


.bottom-nav__lnk--left {

	align-self: flex-start;
	margin-left: 35px;
	margin-bottom: 30px
}


@media screen and (min-width: 700px) {
	.bottom-nav__lnk--left {
		margin-right: 0;
		margin-bottom: 0;
		-ms-flex-item-align: unset;
		align-self: unset
	}
}


.bottom-nav__lnk--right {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-right: 35px;
	margin-top: 30px
}


@media screen and (min-width: 700px) {
	.bottom-nav__lnk--right {
		margin-left: 0;
		margin-top: 0;
		-ms-flex-item-align: unset;
		align-self: unset
	}
}


.bottom-nav__lnk:hover {
	color: #62b6f2
}


.bottom-nav__lnk:hover .bottom-nav__lnk-line {
	background: #62b6f2
}


.bottom-nav__lnk-line {
	width: 62px;
	height: 1px;
	background: #0d0d0d;
	margin-left: 15px;

	transition: all .25s ease-in-out
}


.bottom-nav__lnk-line--reverse {
	margin-left: 0;
	margin-right: 15px
}


.bottom-nav__lnk-txt {
	transition: transform .25s ease-in-out;
	will-change: transform;
	transform: translateY(-200%)
}


.bottom-nav__btn {
	font-size: .875rem;
	font-family: pfdindisplaypro-bold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;

	box-sizing: border-box;
	width: 255px;
	padding: 20px;
	white-space: nowrap;

	transition: all .25s ease-in-out;
	position: relative;
	text-align: center
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.bottom-nav__btn {
		padding: 23px 66px;
		width: auto
	}
}


.bottom-nav__btn:hover {
	color: #62b6f2
}


.bottom-nav__btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #8dcaf5;
	box-sizing: border-box;
	transition: transform .25s ease-in-out;
	transform: translateY(-100%)
}























.scroll-top {


	display: flex;


	flex-direction: column;


	align-items: center;
	position: fixed;
	right: 10px;
	bottom: 120px;
	cursor: pointer;

	transition: all .25s ease-in-out
}


.scroll-top--hide {
	visibility: hidden;
	opacity: 0
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.scroll-top {
		bottom: 230px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.scroll-top {
		right: 50px;
		bottom: 230px
	}
}


@media screen and (min-width: 1900px) and (min-height: 960px) {
	.scroll-top {
		right: 200px;
		bottom: 100px
	}
}


.scroll-top:hover .scroll-top__button {
	background: #62b6f2
}


.scroll-top:hover .scroll-top__button-ico {
	fill: #fff
}


.scroll-top__button {
	width: 40px;
	height: 40px;


	display: flex;


	justify-content: center;


	align-items: center;
	border: 1px solid #62b6f2;
	border-radius: 50%;
	margin-bottom: 16px
}


.scroll-top__button,
.scroll-top__button-ico {

	transition: all .25s ease-in-out
}


.scroll-top__button-ico {
	fill: #62b6f2;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}


.scroll-top__title {
	font-family: pfdindisplaypro-medium, Helvetica, Arial, sans-serif;
	font-size: .875rem;
	color: #000;
	text-align: center;
	letter-spacing: .06em;
	max-width: 71px
}


.menu {
	margin-top: 10px
}


.menu__title-wr {
	position: relative;
	display: inline-flex
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu__title-wr:before {
		content: "";
		height: 1px;
		background: #686868;
		position: absolute;
		width: 80px;
		right: -80px;
		bottom: 25px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) and (min-width: 1600px) and (min-height: 930px) {
	.menu__title-wr:before {
		width: 170px;
		right: -140px;
		bottom: 30px
	}
}


.menu__title {
	letter-spacing: .18em;
	font-size: 2.375rem;
	text-transform: uppercase;
	padding: 0 35px;
	margin: 40px 0 20px;
	text-align: center;
	width: 100vw;

	box-sizing: border-box
}


@media screen and (min-width: 700px) {
	.menu__title {
		text-align: left;
		width: auto;

		box-sizing: content-box
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu__title {
		font-size: 2.125rem;
		padding-left: 0;
		margin: 26px 0 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.menu__title {
		font-size: 2.5rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.menu__title {
		font-size: 3.75rem
	}
}


.menu .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #62b6f2;
	margin-right: 30px;
	position: relative
}


.menu .swiper-pagination-bullet,
.menu .swiper-pagination-bullet:after {

	transition: all .25s ease-in-out
}


.menu .swiper-pagination-bullet:after {
	content: "";
	height: 23px;
	width: 23px;
	border: 1px solid #62b6f2;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	left: -7px;
	opacity: .25;
	-webkit-transform: scale(0);
	transform: scale(0)
}


.menu .swiper-pagination-bullet:hover {
	opacity: 1
}


.menu .swiper-pagination-bullet:hover:after {
	opacity: 1;

	transform: scale(1)
}


.menu .swiper-pagination-bullet:last-child {
	margin-right: 0
}


.menu .swiper-pagination-bullet-active {
	opacity: 1
}


.menu .swiper-pagination-bullet-active:after {
	opacity: 1;

	transform: scale(1)
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu {
		margin-top: 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.menu {
		margin-top: 10px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.menu {
		margin-top: 40px
	}
}


.menu__content-wr {
	position: relative
}


@media screen and (min-width: 700px) {
	.menu__content-wr {
		min-height: 70vh
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu__content-wr {
		min-height: 65vh
	}
}


@media screen and (min-width: 1200px) and (min-height: 900px) {
	.menu__content-wr {
		min-height: 72vh
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.menu__content-wr {
		min-height: 65vh
	}
}


.menu__content {
	/*margin-top: 50px;*/
	margin-bottom: 30px
}


@media screen and (min-width: 700px) {
	.menu__content {
		/*margin-top: 40px;*/
		margin-bottom: 40px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu__content {
		/*margin-top: 30px;*/
		margin-bottom: 50px
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.menu__content {
		/*margin-top: 40px*/
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.menu__content {
		/*margin-top: 100px;*/
		min-height: 40vh
	}
}


.menu__wr {
	position: relative;
	min-height: 300px
}


.menu__preloader {


	display: flex;


	justify-content: center;


	align-items: center;
	visibility: hidden;
	opacity: 0;

	transition: all .25s ease-in-out;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	width: 100%;
	height: 300px
}


.menu__preloader--show {
	visibility: visible;
	opacity: 1
}


.menu__preloader .book {
	--color: #81bdef;
	--duration: 6.8s;
	width: 32px;
	height: 12px;
	position: relative;
	margin: 32px 0 0 0;
	zoom: 1.5
}


.menu__preloader .book .inner {
	width: 32px;
	height: 12px;
	position: relative;
	-webkit-transform-origin: 2px 2px;
	transform-origin: 2px 2px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-animation: book var(--duration) ease infinite;
	animation: book var(--duration) ease infinite
}


.menu__preloader .book .inner .left,
.menu__preloader .book .inner .right {
	width: 60px;
	height: 4px;
	top: 0;
	border-radius: 2px;
	background: var(--color);
	position: absolute
}


.menu__preloader .book .inner .left:before,
.menu__preloader .book .inner .right:before {
	content: "";
	width: 48px;
	height: 4px;
	border-radius: 2px;
	background: inherit;
	position: absolute;
	top: -10px;
	left: 6px
}


.menu__preloader .book .inner .left {
	right: 28px;
	-webkit-transform-origin: 58px 2px;
	transform-origin: 58px 2px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation: left var(--duration) ease infinite;
	animation: left var(--duration) ease infinite
}


.menu__preloader .book .inner .right {
	left: 28px;
	-webkit-transform-origin: 2px 2px;
	transform-origin: 2px 2px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-animation: right var(--duration) ease infinite;
	animation: right var(--duration) ease infinite
}


.menu__preloader .book .inner .middle {
	width: 32px;
	height: 12px;
	border: 4px solid var(--color);
	border-top: 0;
	border-radius: 0 0 9px 9px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}


.menu__preloader .book ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	top: 0
}


.menu__preloader .book ul li {
	height: 4px;
	border-radius: 2px;
	-webkit-transform-origin: 100% 2px;
	transform-origin: 100% 2px;
	width: 48px;
	right: 0;
	top: -10px;
	position: absolute;
	background: var(--color);
	-webkit-transform: rotate(0deg) translateX(-18px);
	transform: rotate(0deg) translateX(-18px);
	-webkit-animation-duration: var(--duration);
	animation-duration: var(--duration);
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}


.menu__preloader .book ul li:nth-child(0) {
	-webkit-animation-name: page-0;
	animation-name: page-0
}


.menu__preloader .book ul li:first-child {
	-webkit-animation-name: page-1;
	animation-name: page-1
}


.menu__preloader .book ul li:nth-child(2) {
	-webkit-animation-name: page-2;
	animation-name: page-2
}


.menu__preloader .book ul li:nth-child(3) {
	-webkit-animation-name: page-3;
	animation-name: page-3
}


.menu__preloader .book ul li:nth-child(4) {
	-webkit-animation-name: page-4;
	animation-name: page-4
}


.menu__preloader .book ul li:nth-child(5) {
	-webkit-animation-name: page-5;
	animation-name: page-5
}


.menu__preloader .book ul li:nth-child(6) {
	-webkit-animation-name: page-6;
	animation-name: page-6
}


.menu__preloader .book ul li:nth-child(7) {
	-webkit-animation-name: page-7;
	animation-name: page-7
}


.menu__preloader .book ul li:nth-child(8) {
	-webkit-animation-name: page-8;
	animation-name: page-8
}


.menu__preloader .book ul li:nth-child(9) {
	-webkit-animation-name: page-9;
	animation-name: page-9
}


.menu__preloader .book ul li:nth-child(10) {
	-webkit-animation-name: page-10;
	animation-name: page-10
}


.menu__preloader .book ul li:nth-child(11) {
	-webkit-animation-name: page-11;
	animation-name: page-11
}


.menu__preloader .book ul li:nth-child(12) {
	-webkit-animation-name: page-12;
	animation-name: page-12
}


.menu__preloader .book ul li:nth-child(13) {
	-webkit-animation-name: page-13;
	animation-name: page-13
}


.menu__preloader .book ul li:nth-child(14) {
	-webkit-animation-name: page-14;
	animation-name: page-14
}


.menu__preloader .book ul li:nth-child(15) {
	-webkit-animation-name: page-15;
	animation-name: page-15
}


.menu__preloader .book ul li:nth-child(16) {
	-webkit-animation-name: page-16;
	animation-name: page-16
}


.menu__preloader .book ul li:nth-child(17) {
	-webkit-animation-name: page-17;
	animation-name: page-17
}


.menu__preloader .book ul li:nth-child(18) {
	-webkit-animation-name: page-18;
	animation-name: page-18
}


@-webkit-keyframes page-0 {
	4% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	13%,
	54% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	63% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-0 {
	4% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	13%,
	54% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	63% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-1 {
	5.86% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	14.74%,
	55.86% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	64.74% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-1 {
	5.86% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	14.74%,
	55.86% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	64.74% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-2 {
	7.72% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	16.48%,
	57.72% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	66.48% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-2 {
	7.72% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	16.48%,
	57.72% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	66.48% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-3 {
	9.58% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	18.22%,
	59.58% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	68.22% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-3 {
	9.58% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	18.22%,
	59.58% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	68.22% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-4 {
	11.44% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	19.96%,
	61.44% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	69.96% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-4 {
	11.44% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	19.96%,
	61.44% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	69.96% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-5 {
	13.3% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	21.7%,
	63.3% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	71.7% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-5 {
	13.3% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	21.7%,
	63.3% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	71.7% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-6 {
	15.16% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	23.44%,
	65.16% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	73.44% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-6 {
	15.16% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	23.44%,
	65.16% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	73.44% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-7 {
	17.02% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	25.18%,
	67.02% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	75.18% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-7 {
	17.02% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	25.18%,
	67.02% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	75.18% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-8 {
	18.88% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	26.92%,
	68.88% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	76.92% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-8 {
	18.88% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	26.92%,
	68.88% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	76.92% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-9 {
	20.74% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	28.66%,
	70.74% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	78.66% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-9 {
	20.74% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	28.66%,
	70.74% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	78.66% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-10 {
	22.6% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	30.4%,
	72.6% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	80.4% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-10 {
	22.6% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	30.4%,
	72.6% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	80.4% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-11 {
	24.46% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	32.14%,
	74.46% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	82.14% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-11 {
	24.46% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	32.14%,
	74.46% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	82.14% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-12 {
	26.32% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	33.88%,
	76.32% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	83.88% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-12 {
	26.32% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	33.88%,
	76.32% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	83.88% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-13 {
	28.18% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	35.62%,
	78.18% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	85.62% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-13 {
	28.18% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	35.62%,
	78.18% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	85.62% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-14 {
	30.04% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	37.36%,
	80.04% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	87.36% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-14 {
	30.04% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	37.36%,
	80.04% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	87.36% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-15 {
	31.9% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	39.1%,
	81.9% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	89.1% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-15 {
	31.9% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	39.1%,
	81.9% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	89.1% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-16 {
	33.76% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	40.84%,
	83.76% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	90.84% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-16 {
	33.76% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	40.84%,
	83.76% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	90.84% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-17 {
	35.62% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	42.58%,
	85.62% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	92.58% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-17 {
	35.62% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	42.58%,
	85.62% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	92.58% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes page-18 {
	37.48% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	44.32%,
	87.48% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	94.32% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@keyframes page-18 {
	37.48% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}

	44.32%,
	87.48% {
		-webkit-transform: rotate(180deg) translateX(-18px);
		transform: rotate(180deg) translateX(-18px)
	}

	94.32% {
		-webkit-transform: rotate(0deg) translateX(-18px);
		transform: rotate(0deg) translateX(-18px)
	}
}


@-webkit-keyframes left {
	4% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	10%,
	40% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	46%,
	54% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	60%,
	90% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	96% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}


@keyframes left {
	4% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	10%,
	40% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	46%,
	54% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	60%,
	90% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	96% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}


@-webkit-keyframes right {
	4% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	10%,
	40% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	46%,
	54% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	60%,
	90% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	96% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
}


@keyframes right {
	4% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	10%,
	40% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	46%,
	54% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	60%,
	90% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	96% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
}


@-webkit-keyframes book {
	4% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	10%,
	40% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 2px 2px;
		transform-origin: 2px 2px
	}

	40.01%,
	59.99% {
		-webkit-transform-origin: 30px 2px;
		transform-origin: 30px 2px
	}

	46%,
	54% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	60%,
	90% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 2px 2px;
		transform-origin: 2px 2px
	}

	96% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
}


@keyframes book {
	4% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	10%,
	40% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 2px 2px;
		transform-origin: 2px 2px
	}

	40.01%,
	59.99% {
		-webkit-transform-origin: 30px 2px;
		transform-origin: 30px 2px
	}

	46%,
	54% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	60%,
	90% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 2px 2px;
		transform-origin: 2px 2px
	}

	96% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
}


.menu__categories-slider {
	height: 48px;
	background: #f7f7f7;
	margin-top: 32px;
	position: sticky;
	top: 0;
	z-index: 1;
	padding: 0 8px;

	box-sizing: border-box
}


@media screen and (min-width: 700px) {
	.menu__categories-slider {
		padding: 0 16px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu__categories-slider {
		padding: 0 64px
	}
}


.menu__categories-slider .swiper-container {
	height: 100%
}


.menu__categories-slider .swiper-wrapper {


	flex-direction: row
}


.menu__categories-slider .swiper-slide {
	width: auto
}


.menu__categories-slider .swiper-button-next,
.menu__categories-slider .swiper-button-prev {
	position: static;
	background: none;
	display: none;


	align-items: center;


	justify-content: center;

	transition: all .25s ease-in-out;
	height: 32px;
	width: 32px;
	border: 1px solid #81bdef;
	border-radius: 50%;
	top: 0;
	margin-top: 0;
	opacity: 1
}


@media screen and (min-width: 1200px) and (min-height: 600px) {

	.menu__categories-slider .swiper-button-next,
	.menu__categories-slider .swiper-button-prev {


		display: flex
	}
}


.menu__categories-slider .swiper-button-next:hover,
.menu__categories-slider .swiper-button-prev:hover {
	opacity: 1;
	background: #81bdef
}


.menu__categories-slider .swiper-button-next:hover .menu__slider-ico,
.menu__categories-slider .swiper-button-prev:hover .menu__slider-ico {
	fill: #fff
}


.menu__categories-slider .swiper-button-disabled {
	opacity: 0
}


.menu__categories-slider .swiper-button-prev {
	position: absolute;
	top: 8px;
	left: 8px;
	margin-right: 35px
}


@media screen and (min-width: 700px) {
	.menu__categories-slider .swiper-button-prev {
		margin-left: 15px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu__categories-slider .swiper-button-prev {
		margin-left: 0
	}
}


.menu__categories-slider .swiper-button-next {
	position: absolute;
	top: 8px;
	right: 8px;
	margin-left: 30px
}


@media screen and (min-width: 700px) {
	.menu__categories-slider .swiper-button-next {
		margin-right: 15px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu__categories-slider .swiper-button-next {
		margin-right: 0
	}
}


.menu__categories-slider .swiper-button-next .menu__slider-ico {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}


.menu__categories-slider .menu__slider-ico {
	fill: #62b6f2
}


.menu__categories-slider-item {
	height: 48px;
	line-height: 48px;
	font-family: Helvetica, sans-serif;
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer
}


.menu__categories-slider-item,
.menu__categories-slider-item:after {
	display: block;

	transition: all .25s ease-in-out
}


.menu__categories-slider-item:after {
	content: "";
	width: 100%;
	height: 4px;
	background: #81bdef;
	position: absolute;
	left: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0
}


.menu__categories-slider-item:hover {
	color: #81bdef
}


.menu__categories-slider-item--active {
	color: #81bdef;
	pointer-events: none
}


.menu__categories-slider-item--active:after {
	visibility: visible;
	opacity: 1
}


.menu__category {
	padding: 0 8px
}


@media screen and (min-width: 700px) {
	.menu__category {
		padding: 0 16px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu__category {
		padding: 0
	}
}


.menu__category-title {
	font-family: Helvetica, sans-serif;
	font-size: 1.5rem;
	line-height: 28px;
	color: #81bdef;
	text-transform: uppercase;
	padding-bottom: 8px;
	position: relative;
	margin: 32px 0;
	text-align: center
}


@media screen and (min-width: 700px) {
	.menu__category-title {
		text-align: left
	}
}


.menu__category-title:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #81bdef;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0
}


.menu__category-items {
	display: grid;
	grid-template-columns: repeat(1, 300px);
	grid-gap: 32px 16px;


	justify-content: center
}


@media screen and (min-width: 700px) {
	.menu__category-items {
		grid-template-columns: repeat(3, 1fr)
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu__category-items {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 32px
	}
}


.menu__category-item-img {
	width: 100%;
	height: 320px;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;

	transition: all .25s ease-in-out
}


.menu__category-item-img:has(.menu__category-item-img-empty) {
	display: flex;
	align-items: center;
	justify-content: center;
}


.menu__category-item-img-empty {
	width: 60%;
}


@media screen and (min-width: 700px) {
	.menu__category-item-img {
		height: 250px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu__category-item-img {
		height: 268px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.menu__category-item-img {
		height: 320px
	}
}


.menu__category-item-img:hover {
	opacity: .7
}


.menu__category-item-title {
	text-transform: uppercase;

	box-sizing: border-box;
	line-height: 20px;
	min-height: 76px
}


.menu__category-item-row,
.menu__category-item-title {
	font-family: Helvetica, sans-serif;
	font-size: 1rem;
	padding: 8px
}


.menu__category-item-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #81bdef;
	color: #fff
}


.bottom-nav {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 40px
}


@media screen and (min-width: 700px) {
	.bottom-nav {
		flex-direction: row;
		justify-content: space-between
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.bottom-nav {
		margin-bottom: 0
	}
}


.menu .bottom-nav {
	margin-top: 150px;
	flex-direction: row;
	justify-content: center
}


@media screen and (min-width: 700px) {
	.menu .bottom-nav {
		justify-content: space-between
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu .bottom-nav {
		margin-top: 90px
	}
}


.menu .bottom-nav__lnk {
	margin-top: 0;
	margin-bottom: 0
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.menu .bottom-nav__lnk {
		margin-top: 30px;
		margin-bottom: 30px
	}
}


/*.guests {*/
/*    margin-top: 10px*/
/*}*/

.guests__title-wr {
	position: relative;

	display: -ms-inline-flexbox;
	display: inline-flex
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.guests__title-wr:before {
		content: "";
		height: 1px;
		background: #686868;
		position: absolute;
		width: 80px;
		right: -80px;
		bottom: 25px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) and (min-width: 1600px) and (min-height: 930px) {
	.guests__title-wr:before {
		width: 170px;
		right: -140px;
		bottom: 30px
	}
}


.guests__title {
	letter-spacing: .18em;
	font-size: 2.375rem;
	text-transform: uppercase;
	padding: 0 35px;
	margin: 40px 0 20px;
	text-align: center;
	width: 100vw;

	box-sizing: border-box
}


@media screen and (min-width: 700px) {
	.guests__title {
		text-align: left;
		width: auto;

		box-sizing: content-box
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.guests__title {
		font-size: 2.125rem;
		padding-left: 0;
		margin: 26px 0 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.guests__title {
		font-size: 2.5rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.guests__title {
		font-size: 3.75rem
	}
}


.guests .swiper-pagination-bullet {
	transition: all .25s ease-in-out;
	width: 11px;
	height: 11px;
	background: #62b6f2;
	margin-right: 30px;
	position: relative
}


.guests .swiper-pagination-bullet:after {
	content: "";
	height: 23px;
	width: 23px;
	border: 1px solid #62b6f2;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	left: -7px;
	transition: all .25s ease-in-out;
	opacity: .25;
	transform: scale(0)
}


.guests .swiper-pagination-bullet:hover {
	opacity: 1
}


.guests .swiper-pagination-bullet:hover:after {
	opacity: 1;
	transform: scale(1)
}


.guests .swiper-pagination-bullet:last-child {
	margin-right: 0
}


.guests .swiper-pagination-bullet-active {
	opacity: 1
}


.guests .swiper-pagination-bullet-active:after {
	opacity: 1;
	transform: scale(1)
}

.guests__message-content {
	font-size: 1.125rem;
	font-family: pfdindisplaypro-medium, Helvetica, Arial, sans-serif;
	line-height: 1.28;
	color: rgba(93, 93, 93, .56);
	padding: 0 20px
}


@media screen and (min-width: 700px) {
	.guests__message-content {
		font-size: 1rem;
		padding: 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.guests__message-content {
		font-size: 1.125rem
	}
}


.guests__message-content > p {
	margin: 0;
	margin-bottom: 28px
}


.guests__message-content > p:last-child {
	margin-bottom: 0
}


.guests__message-ico {
	margin: 25px auto 0;
	display: block;
	fill: #62b6f2
}


.guests__slide--effect {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transform: scale(.85);
	transform: scale(.85)
}


.guests__slide--effect .guests__slider-info {
	opacity: 0;
	visibility: hidden
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.guests__slide--hide {
		opacity: 0;
		visibility: hidden
	}
}


.guests__slider-pagination-wr {
	display: flex;
	align-items: center;
	margin-top: 30px;
	position: relative;
	bottom: 435px;
	
	justify-content: space-around
}


@media screen and (min-width: 360px) {
	.guests__slider-pagination-wr {
		margin-top: 0;
		bottom: 490px
	}
}


@media screen and (min-width: 410px) {
	.guests__slider-pagination-wr {
		bottom: 535px
	}
}


@media screen and (min-width: 700px) {
	.guests__slider-pagination-wr {
		bottom: 250px;


		justify-content: space-between;
		margin-top: 30px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.guests__slider-pagination-wr {
		position: static;


		justify-content: center;
		margin-top: 30px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.guests__slider-pagination-wr {
		margin-top: 60px
	}
}


.guests .swiper-container {
	overflow: hidden
}


@media screen and (min-width: 360px) {
	.guests .swiper-container {
		bottom: 40px
	}
}


@media screen and (min-width: 410px) {
	.guests .swiper-container {
		bottom: 55px
	}
}


@media screen and (min-width: 700px) {
	.guests .swiper-container {
		bottom: 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.guests .swiper-container {
		overflow: visible
	}
}


.guests .swiper-wrapper {


	flex-direction: row
}


.guests .swiper-slide {
	-webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out, -webkit-filter .25s ease-in-out, -webkit-transform .25s ease-in-out;
	transition: opacity .25s ease-in-out, visibility .25s ease-in-out, -webkit-filter .25s ease-in-out, -webkit-transform .25s ease-in-out;
	transition: filter .25s ease-in-out, transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
	transition: filter .25s ease-in-out, transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out, -webkit-filter .25s ease-in-out, -webkit-transform .25s ease-in-out;
	will-change: filter, transform, opacity, visibility
}


.guests .swiper-pagination {
	position: static
}


.guests .swiper-button-next,
.guests .swiper-button-prev {
	position: static;
	background: none;


	display: flex;


	align-items: center;


	justify-content: center;

	transition: all .25s ease-in-out;
	height: 100%;
	width: 20px;
	top: 0;
	margin-top: 0;
	opacity: .44
}


.guests .swiper-button-next:hover,
.guests .swiper-button-prev:hover {
	opacity: 1
}


.guests .swiper-button-next:hover .guests__slider-ico,
.guests .swiper-button-prev:hover .guests__slider-ico {
	fill: #62b6f2
}


.guests .swiper-button-prev {
	margin-right: 35px
}


@media screen and (min-width: 700px) {
	.guests .swiper-button-prev {
		margin-left: 35px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.guests .swiper-button-prev {
		margin-left: 0
	}
}


.guests .swiper-button-next {
	margin-left: 30px
}


@media screen and (min-width: 700px) {
	.guests .swiper-button-next {
		margin-right: 35px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.guests .swiper-button-next {
		margin-right: 0
	}
}


.guests .swiper-button-next .guests__slider-ico {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}


.guests__slider-ico {

	transition: all .25s ease-in-out
}


.guests__slider-item {
	width: 250px;
	margin: 0 auto
}


@media screen and (min-width: 360px) {
	.guests__slider-item {
		width: 305px
	}
}


@media screen and (min-width: 410px) {
	.guests__slider-item {
		width: 350px
	}
}


@media screen and (min-width: 700px) {
	.guests__slider-item {
		width: 205px;
		margin: 0 100px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.guests__slider-item {
		margin: 0 auto
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.guests__slider-item {
		width: 299px
	}
}


.guests__slider-img {
	display: block;
	width: 100%;
	height: 265px;
	-o-object-fit: cover;
	object-fit: cover
}


@media screen and (min-width: 360px) {
	.guests__slider-img {
		height: 320px
	}
}


@media screen and (min-width: 410px) {
	.guests__slider-img {
		height: 365px
	}
}


@media screen and (min-width: 700px) {
	.guests__slider-img {
		height: 265px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.guests__slider-img {
		height: 230px
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.guests__slider-img {
		height: 250px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.guests__slider-img {
		height: 345px
	}
}


.guests__slider-info {
	margin-top: 10px;

	transition: all .25s ease-in-out
}


.guests__slider-name {
	font-family: pfdindisplaypro-bold, Helvetica, Arial, sans-serif;
	color: #090909;
	font-size: 1.125rem
}


.guests__slider-grade {
	color: #797979;
	font-size: 1rem;
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	margin-top: 4px
}


.guests__bottom-nav {
	margin-top: 12px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.guests__bottom-nav {
		margin-top: -18px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.guests__bottom-nav {
		margin-top: 30px;
		position: relative;
		bottom: 40px
	}
}


@media screen and (min-width: 1900px) and (min-height: 960px) {
	.guests__bottom-nav {
		margin-top: 50px
	}
}


.guests .bottom-nav__lnk--left {
	position: relative;
	top: 18px;
	margin-bottom: 0
}


@media screen and (min-width: 700px) {
	.guests .bottom-nav__lnk--left {
		position: static
	}
}


.guests .bottom-nav__lnk--right {
	margin-top: 0
}


.actions {
	/*margin-top: 10px*/
}


.actions__title-wr {
	position: relative;

	display: -ms-inline-flexbox;
	display: inline-flex
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.actions__title-wr:before {
		content: "";
		height: 1px;
		background: #686868;
		position: absolute;
		width: 80px;
		right: -80px;
		bottom: 25px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) and (min-width: 1600px) and (min-height: 930px) {
	.actions__title-wr:before {
		width: 170px;
		right: -140px;
		bottom: 30px
	}
}


.actions__title {
	letter-spacing: .18em;
	font-size: 2.375rem;
	text-transform: uppercase;
	padding: 0 35px;
	margin: 40px 0 20px;
	text-align: center;
	width: 100vw;

	box-sizing: border-box
}


@media screen and (min-width: 700px) {
	.actions__title {
		text-align: left;
		width: auto;

		box-sizing: content-box
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.actions__title {
		font-size: 2.125rem;
		padding-left: 0;
		margin: 26px 0 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.actions__title {
		font-size: 2.5rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.actions__title {
		font-size: 3.75rem
	}
}


.actions .swiper-pagination-bullet {

	transition: all .25s ease-in-out;
	width: 11px;
	height: 11px;
	background: #62b6f2;
	margin-right: 30px;
	position: relative
}


.actions .swiper-pagination-bullet:after {
	content: "";
	height: 23px;
	width: 23px;
	border: 1px solid #62b6f2;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	left: -7px;

	transition: all .25s ease-in-out;
	opacity: .25;
	-webkit-transform: scale(0);
	transform: scale(0)
}


.actions .swiper-pagination-bullet:hover {
	opacity: 1
}


.actions .swiper-pagination-bullet:hover:after {
	opacity: 1;

	transform: scale(1)
}


.actions .swiper-pagination-bullet:last-child {
	margin-right: 0
}


.actions .swiper-pagination-bullet-active {
	opacity: 1
}


.actions .swiper-pagination-bullet-active:after {
	opacity: 1;

	transform: scale(1)
}


/*@media screen and (min-width: 1200px) and (min-height: 600px) {*/
/*    .actions {*/
/*        margin-top: 0*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1200px) and (min-height: 670px) {*/
/*    .actions {*/
/*        margin-top: 10px*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1600px) and (min-height: 930px) {*/
/*    .actions {*/
/*        margin-top: 40px*/
/*    }*/
/*}*/

.actions__content {
	margin-top: 0;
	margin-bottom: 40px;
	position: relative
}


@media screen and (min-width: 700px) {
	.actions__content {
		min-height: 55vh
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.actions__content {
		margin-top: 40px;
		margin-bottom: 0;
		min-height: 45vh
	}
}


@media screen and (min-width: 1200px) and (min-height: 900px) {
	.actions__content {
		min-height: 56vh
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.actions__content {
		margin-top: 70px;
		min-height: 45vh
	}
}


.actions__slider {
	position: relative;
	width: 100vw;
	margin: 0 auto
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.actions__slider {
		width: 1100px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.actions__slider {
		width: 1200px
	}
}


.actions__slider--center .swiper-wrapper {
	
	justify-content: space-around
}


.actions__slider--effect .swiper-wrapper {
	-webkit-transition-duration: .6s !important;
	transition-duration: .6s !important
}


.actions__slider--effect .swiper-slide {
	position: relative;
	-webkit-transition: opacity 1.2s ease-in-out, visibility 1.2s ease-in-out, -webkit-filter .6s ease-in-out, -webkit-transform .6s ease-in-out;
	transition: opacity 1.2s ease-in-out, visibility 1.2s ease-in-out, -webkit-filter .6s ease-in-out, -webkit-transform .6s ease-in-out;
	transition: filter .6s ease-in-out, transform .6s ease-in-out, opacity 1.2s ease-in-out, visibility 1.2s ease-in-out;
	transition: filter .6s ease-in-out, transform .6s ease-in-out, opacity 1.2s ease-in-out, visibility 1.2s ease-in-out, -webkit-filter .6s ease-in-out, -webkit-transform .6s ease-in-out;
	will-change: filter, transform, opacity, visibility;
	-webkit-transform: scale(.7);
	transform: scale(.7);
	visibility: visible;
	z-index: -1
}


.actions__slider--effect .swiper-slide-active {

	transform: scale(1);
	opacity: 1;
	z-index: 20
}


.actions__slider--effect .swiper-slide-active .actions__slider-item {
	cursor: pointer;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}


.actions__slider--effect .swiper-slide-active .actions__slider-item:hover {
	-webkit-transform: scale(.985);
	transform: scale(.985)
}


.actions__slider--effect .swiper-slide-active .actions__slider-item-layout {
	opacity: 0;
	visibility: hidden
}


.actions__slider--effect .swiper-wrapper {


	flex-direction: row
}


.actions__slider--effect .swiper-slide-next,
.actions__slider--effect .swiper-slide-prev {
	position: relative;
	opacity: 1;
	visibility: visible
}


.actions__slider--effect .swiper-slide-prev {
	transform: translateX(49px) scale(.7)
}


.actions__slider--effect .swiper-slide-next {
	transform: translateX(-49px) scale(.7)
}


.actions__slider--effect .actions__slider-item-layout {
	opacity: 1;
	visibility: visible
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.actions__slider--effect .actions__slider-item {
		width: 402px
	}
}


.actions__slider-item {
	width: 100%;
	margin: 0 auto;
	position: relative;
	cursor: pointer;

	transition: all .25s ease-in-out
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.actions__slider-item {
		width: 330px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.actions__slider-item {
		width: 392px
	}
}


.actions__slider-item:hover {
	transform: scale(.985)
}


.actions__slider-item-layout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, .6);

	transition: all .25s ease-in-out;
	opacity: 0;
	visibility: hidden
}


.actions__slider-item-img {
	display: block;
	width: 100%;
	height: 227px;
	-o-object-fit: cover;
	object-fit: cover
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.actions__slider-item-img {
		height: 210px
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.actions__slider-item-img {
		height: 227px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.actions__slider-item-img {
		height: 337px
	}
}


.actions__slider-ico {

	transition: all .25s ease-in-out;
	fill: #000
}


.actions__slider-item-info {
	margin-top: 20px;
	padding: 0 35px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.actions__slider-item-info {
		padding: 0;
		margin-top: 10px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.actions__slider-item-info {
		margin-top: 20px
	}
}


.actions__slider-item-title {
	font-size: 1rem;
	font-family: pfdindisplaypro-bold, Helvetica, Arial, sans-serif;
	text-align: center
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.actions__slider-item-title {
		text-align: left;
		font-size: 1.25rem
	}
}


.actions__slider-item-date {
	color: #696969;
	font-size: .875rem;
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	margin-top: 5px;
	text-align: center
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.actions__slider-item-date {
		text-align: left;
		font-size: 1rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.actions__slider-item-date {
		margin-top: 10px
	}
}


.actions .swiper-button-next,
.actions .swiper-button-prev {
	background: none;


	display: flex;


	align-items: center;


	justify-content: center;

	transition: all .25s ease-in-out;
	top: 0;
	margin-top: 0
}


.actions .swiper-button-next:hover .actions__slider-ico,
.actions .swiper-button-prev:hover .actions__slider-ico {
	fill: #62b6f2
}


.actions .swiper-button-prev {
	top: 85%
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.actions .swiper-button-prev {
		left: -50px;
		top: 33%
	}
}


.actions .swiper-button-next {
	top: 85%
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.actions .swiper-button-next {
		right: -50px;
		top: 33%
	}
}


.actions .swiper-button-next .actions__slider-ico {
	transform: rotate(180deg)
}


.actions .swiper-pagination {
	position: static;
	margin-top: 20px
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.actions .swiper-pagination {
		margin-top: 50px
	}
}


.actions__slide--effect {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}


.actions__bottom-nav {
	margin-top: 32px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.actions__bottom-nav {
		margin-top: 20px
	}
}


@media screen and (min-width: 1300px) {
	.actions__bottom-nav {
		margin-top: 30px
	}
}


@media screen and (min-width: 1200px) and (min-height: 700px) {
	.actions__bottom-nav {
		margin-top: 32px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.actions__bottom-nav {
		margin-top: 25px
	}
}


@media screen and (min-width: 1600px) and (min-height: 960px) {
	.actions__bottom-nav {
		margin-top: 42px
	}
}


@media screen and (min-width: 1900px) and (min-height: 960px) {
	.actions__bottom-nav {
		margin-top: 68px
	}
}


/*.gallery {*/
/*    margin-top: 10px*/
/*}*/

.gallery__title-wr {
	position: relative;

	display: -ms-inline-flexbox;
	display: inline-flex
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery__title-wr:before {
		content: "";
		height: 1px;
		background: #686868;
		position: absolute;
		width: 80px;
		right: -80px;
		bottom: 25px;
		transform: rotate(-45deg)
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) and (min-width: 1600px) and (min-height: 930px) {
	.gallery__title-wr:before {
		width: 170px;
		right: -140px;
		bottom: 30px
	}
}


.gallery__title {
	letter-spacing: .18em;
	font-size: 2.375rem;
	text-transform: uppercase;
	padding: 0 35px;
	margin: 40px 0 20px;
	text-align: center;
	width: 100vw;
	box-sizing: border-box
}


@media screen and (min-width: 700px) {
	.gallery__title {
		text-align: left;
		width: auto;

		box-sizing: content-box
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery__title {
		font-size: 2.125rem;
		padding-left: 0;
		margin: 26px 0 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.gallery__title {
		font-size: 2.5rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.gallery__title {
		font-size: 3.75rem
	}
}


.gallery .swiper-pagination-bullet {

	transition: all .25s ease-in-out;
	width: 11px;
	height: 11px;
	background: #62b6f2;
	margin-right: 30px;
	position: relative
}


.gallery .swiper-pagination-bullet:after {
	content: "";
	height: 23px;
	width: 23px;
	border: 1px solid #62b6f2;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	left: -7px;

	transition: all .25s ease-in-out;
	opacity: .25;
	transform: scale(0)
}


.gallery .swiper-pagination-bullet:hover {
	opacity: 1
}


.gallery .swiper-pagination-bullet:hover:after {
	opacity: 1;
	transform: scale(1)
}


.gallery .swiper-pagination-bullet:last-child {
	margin-right: 0
}


.gallery .swiper-pagination-bullet-active {
	opacity: 1
}


.gallery .swiper-pagination-bullet-active:after {
	opacity: 1;
	transform: scale(1)
}


/*@media screen and (min-width: 1200px) and (min-height: 600px) {*/
/*    .gallery {*/
/*        margin-top: 0*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1200px) and (min-height: 670px) {*/
/*    .gallery {*/
/*        margin-top: 10px*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1600px) and (min-height: 930px) {*/
/*    .gallery {*/
/*        margin-top: 40px*/
/*    }*/
/*}*/

.gallery__content {
	margin-top: 40px;
	position: relative
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery__content {
		margin-top: 30px
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.gallery__content {
		margin-top: 40px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.gallery__content {
		margin-top: 70px;
	}
}


.gallery__slider-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	position: relative
}


.gallery__slider-item:after,
.gallery__slider-item:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scale3d(0, 0, 1);
	transition: transform .3s ease-out 0s;
	background: rgba(98, 182, 242, .1);
	content: "";
	pointer-events: none
}


.gallery__slider-item:before {
	transform-origin: left top;
	z-index: 1
}


.gallery__slider-item:after {
	transform-origin: right bottom
}


.gallery__slider-item:hover:after,
.gallery__slider-item:hover:before {
	transform: scaleX(1)
}


.gallery__slider-date {
	font-size: 1.125rem;
	background: #62b6f2;
	padding: 10px 16px;
	top: 0;
	left: 0;
}


.gallery__slider-date,
.gallery__slider-title {
	font-family: pfdindisplaypro-medium, Helvetica, Arial, sans-serif;
	color: #fff;
	letter-spacing: .16em;
	position: absolute;
}


.gallery__slider-title {
	font-size: 1rem;
	line-height: 1.5;
	max-width: 90%;
	bottom: 16px;
	left: 26px;
}


.gallery__slider-type {
	font-family: pfdindisplaypro-regular, Helvetica, Arial, sans-serif;
	font-size: .9375rem;
	color: #62b6f2;
	letter-spacing: .16em;
	position: absolute;
	left: 26px;
	bottom: 29px
}


.gallery .swiper-container {
	height: 299px
}


@media screen and (min-width: 700px) {
	.gallery .swiper-container {
		margin: 0 50px;
		height: 400px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery .swiper-container {
		margin: 0;
		height: 315px
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.gallery .swiper-container {
		height: 330px
	}
}


@media screen and (min-width: 1200px) and (min-height: 700px) {
	.gallery .swiper-container {
		height: 350px
	}
}


.gallery__slider-img {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	transition: transform .6s ease-in-out;
}


.gallery__slider-img:after {
	content: "";
	display: block;
	width: 100%;
	height: 171px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(175.02deg, transparent .38%, #000 92.22%)
}


.gallery__slider-img:first-child {
	margin-bottom: 10px
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.gallery__slider-img:first-child {
		margin-bottom: 0
	}
}


.gallery__slider-img--big {
	height: 100%;
	margin-bottom: 0 !important
}


.gallery__slider-img--small-1 {
	height: 274px
}


.gallery__slider-img--small-2 {
	height: 205px
}


.gallery__slider-img--medium-1 {
	height: 218px
}


.gallery__slider-img--medium-2 {
	height: 261px
}


.gallery__slider-pagination-wr {


	display: flex;
	
	justify-content: space-around;
	margin-top: 85px;
	position: relative;
	top: -60px
}


@media screen and (min-width: 700px) {
	.gallery__slider-pagination-wr {
		margin-top: 100px;
		top: -310px;


		justify-content: space-between
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery__slider-pagination-wr {
		top: -60px;


		justify-content: center
	}
}


.gallery .swiper-wrapper {


	flex-direction: row
}


.gallery .swiper-pagination {
	position: static;
	white-space: nowrap;
	margin-top: -3px;
	height: 25px
}


.gallery .swiper-pagination-bullet-active-next,
.gallery .swiper-pagination-bullet-active-next-next,
.gallery .swiper-pagination-bullet-active-prev,
.gallery .swiper-pagination-bullet-active-prev-prev,
.gallery .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(1);
	top: 7px
}


.gallery .swiper-button-next,
.gallery .swiper-button-prev {
	position: static;
	background: none;


	display: flex;


	align-items: center;


	justify-content: center;

	transition: all .25s ease-in-out;
	height: 100%;
	width: 20px;
	top: 0;
	margin-top: 0;
	opacity: .44
}


.gallery .swiper-button-next:hover,
.gallery .swiper-button-prev:hover {
	opacity: 1
}


.gallery .swiper-button-next:hover .gallery__slider-ico,
.gallery .swiper-button-prev:hover .gallery__slider-ico {
	fill: #62b6f2
}


.gallery .swiper-button-prev {
	margin-right: 35px
}


@media screen and (min-width: 700px) {
	.gallery .swiper-button-prev {
		margin-left: 15px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery .swiper-button-prev {
		margin-left: 0
	}
}


.gallery .swiper-button-next {
	margin-left: 30px
}


@media screen and (min-width: 700px) {
	.gallery .swiper-button-next {
		margin-right: 15px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery .swiper-button-next {
		margin-right: 0
	}
}


.gallery .swiper-button-next .gallery__slider-ico {
	transform: rotate(180deg)
}


.gallery__slider-ico {
	width: 15px;
	height: 20px;

	transition: all .25s ease-in-out
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery__slider-ico {
		width: 14px;
		height: 18px
	}
}


.gallery .bottom-nav__lnk--left {
	position: relative;
	top: 18px;
	margin-bottom: 0
}


@media screen and (min-width: 700px) {
	.gallery .bottom-nav__lnk--left {
		position: static
	}
}


.gallery .bottom-nav__lnk--right {
	margin-top: 0
}


.gallery-inside {
	margin-top: 10px
}


.gallery-inside__title-wr {
	position: relative;

	display: -ms-inline-flexbox;
	display: inline-flex
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery-inside__title-wr:before {
		content: "";
		height: 1px;
		background: #686868;
		position: absolute;
		width: 80px;
		right: -80px;
		bottom: 25px;
		transform: rotate(-45deg)
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) and (min-width: 1600px) and (min-height: 930px) {
	.gallery-inside__title-wr:before {
		width: 170px;
		right: -140px;
		bottom: 30px
	}
}


.gallery-inside__title {
	letter-spacing: .18em;
	font-size: 2.375rem;
	text-transform: uppercase;
	padding: 0 35px;
	margin: 40px 0 20px;
	text-align: center;
	width: 100vw;

	box-sizing: border-box
}


@media screen and (min-width: 700px) {
	.gallery-inside__title {
		text-align: left;
		width: auto;

		box-sizing: content-box
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery-inside__title {
		font-size: 2.125rem;
		padding-left: 0;
		margin: 26px 0 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.gallery-inside__title {
		font-size: 2.5rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.gallery-inside__title {
		font-size: 3.75rem
	}
}


.gallery-inside .swiper-pagination-bullet {

	transition: all .25s ease-in-out;
	width: 11px;
	height: 11px;
	background: #62b6f2;
	margin-right: 30px;
	position: relative
}


.gallery-inside .swiper-pagination-bullet:after {
	content: "";
	height: 23px;
	width: 23px;
	border: 1px solid #62b6f2;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	left: -7px;

	transition: all .25s ease-in-out;
	opacity: .25;
	transform: scale(0)
}


.gallery-inside .swiper-pagination-bullet:hover {
	opacity: 1
}


.gallery-inside .swiper-pagination-bullet:hover:after {
	opacity: 1;
	transform: scale(1)
}


.gallery-inside .swiper-pagination-bullet:last-child {
	margin-right: 0
}


.gallery-inside .swiper-pagination-bullet-active {
	opacity: 1
}


.gallery-inside .swiper-pagination-bullet-active:after {
	opacity: 1;
	transform: scale(1)
}


.gallery-inside__title-wr-wr {


	display: flex;


	align-items: flex-start
}


.gallery-inside__title-wr-wr .gallery-inside__title-wr:nth-child(2) {
	margin-left: 150px;
	display: none
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery-inside__title-wr-wr .gallery-inside__title-wr:nth-child(2) {
		display: block
	}
}


.gallery-inside__title-wr-wr .gallery-inside__title-wr:nth-child(2):before {
	content: none
}


.gallery-inside__title-wr-wr .gallery-inside__title-wr:nth-child(2) .gallery-inside__title {
	max-width: 700px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.gallery-inside__title-wr-wr .gallery-inside__title-wr:nth-child(2) .gallery-inside__title {
		max-width: 790px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery-inside {
		margin-top: 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.gallery-inside {
		margin-top: 10px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.gallery-inside {
		margin-top: 40px
	}
}


.gallery-inside__content {
	margin-top: 40px;
	position: relative
}


@media screen and (min-width: 700px) {
	.gallery-inside__content {
		min-height: 61vh
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery-inside__content {
		margin-top: 30px
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.gallery-inside__content {
		margin-top: 40px
	}
}


@media screen and (min-width: 1200px) and (min-height: 900px) {
	.gallery-inside__content {
		min-height: 71vh
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.gallery-inside__content {
		margin-top: 70px;
		min-height: 66vh
	}
}


.gallery-inside__slider-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	align-items: center
}


.gallery-inside .swiper-container {
	height: 299px
}


@media screen and (min-width: 700px) {
	.gallery-inside .swiper-container {
		margin: 0 50px;
		height: 400px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery-inside .swiper-container {
		margin: 0;
		height: 315px
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.gallery-inside .swiper-container {
		height: 330px
	}
}


@media screen and (min-width: 1200px) and (min-height: 700px) {
	.gallery-inside .swiper-container {
		height: 350px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.gallery-inside .swiper-container {
		height: 489px
	}
}


.gallery-inside__slider-img {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	cursor: zoom-in;
	transition: transform .6s ease-in-out;
}


.gallery-inside__slider-img:hover {
	transform: scale(.985)
}


.gallery-inside__slider-img:first-child {
	margin-bottom: 10px
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.gallery-inside__slider-img:first-child {
		margin-bottom: 0
	}
}


.gallery-inside__slider-img--big {
	height: 100%;
	margin-bottom: 0 !important
}


.gallery-inside__slider-img--small-1 {
	height: 274px
}


.gallery-inside__slider-img--small-2 {
	height: 205px
}


.gallery-inside__slider-img--medium-1 {
	height: 218px
}


.gallery-inside__slider-img--medium-2 {
	height: 261px
}


.gallery-inside__slider-pagination-wr {


	display: flex;
	
	justify-content: space-around;
	margin-top: 85px;
	position: relative;
	top: -60px
}


@media screen and (min-width: 700px) {
	.gallery-inside__slider-pagination-wr {
		margin-top: 100px;
		top: -310px;


		justify-content: space-between
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery-inside__slider-pagination-wr {
		top: -60px;


		justify-content: center
	}
}


.gallery-inside .swiper-wrapper {


	flex-direction: row
}


.gallery-inside .swiper-pagination {
	position: static;
	white-space: nowrap;
	margin-top: -3px;
	height: 25px
}


.gallery-inside .swiper-pagination-bullet-active-next,
.gallery-inside .swiper-pagination-bullet-active-next-next,
.gallery-inside .swiper-pagination-bullet-active-prev,
.gallery-inside .swiper-pagination-bullet-active-prev-prev,
.gallery-inside .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(1);
	top: 7px
}


.gallery-inside .swiper-button-next,
.gallery-inside .swiper-button-prev {
	position: static;
	background: none;


	display: flex;


	align-items: center;


	justify-content: center;

	transition: all .25s ease-in-out;
	height: 100%;
	width: 20px;
	top: 0;
	margin-top: 0;
	opacity: .44
}


.gallery-inside .swiper-button-next:hover,
.gallery-inside .swiper-button-prev:hover {
	opacity: 1
}


.gallery-inside .swiper-button-next:hover .gallery-inside__slider-ico,
.gallery-inside .swiper-button-prev:hover .gallery-inside__slider-ico {
	fill: #62b6f2
}


.gallery-inside .swiper-button-prev {
	margin-right: 35px
}


@media screen and (min-width: 700px) {
	.gallery-inside .swiper-button-prev {
		margin-left: 15px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery-inside .swiper-button-prev {
		margin-left: 0
	}
}


.gallery-inside .swiper-button-next {
	margin-left: 30px
}


@media screen and (min-width: 700px) {
	.gallery-inside .swiper-button-next {
		margin-right: 15px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery-inside .swiper-button-next {
		margin-right: 0
	}
}


.gallery-inside .swiper-button-next .gallery-inside__slider-ico {
	transform: rotate(180deg)
}


.gallery-inside__slider-ico {
	width: 15px;
	height: 20px;

	transition: all .25s ease-in-out
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery-inside__slider-ico {
		width: 14px;
		height: 18px
	}
}


.gallery-inside__bottom-nav {
	margin-top: -30px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.gallery-inside__bottom-nav {
		position: relative;
		top: -80px;
		margin-top: 0
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.gallery-inside__bottom-nav {
		top: -100px
	}
}


.gallery-inside .bottom-nav__lnk--left {
	position: relative;
	top: 18px;
	margin-bottom: 0
}


@media screen and (min-width: 700px) {
	.gallery-inside .bottom-nav__lnk--left {
		position: static
	}
}


.gallery-inside .bottom-nav__lnk--right {
	margin-top: 0
}


.fancybox-navigation .fancybox-button {
	width: 40px;
	height: 50px;
	top: calc(53% - 50px);
	background: #fff
}


@media screen and (min-width: 700px) {
	.fancybox-navigation .fancybox-button {
		width: 42px;
		height: 55px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.fancybox-navigation .fancybox-button {
		background: hsla(0, 0%, 100%, 0);
		width: 70px;
		height: 100px;
		top: calc(50% - 50px)
	}
}


.fancybox-navigation .fancybox-button--arrow_left {
	padding: 10px 15px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.fancybox-navigation .fancybox-button--arrow_left {
		padding: 31px 26px 31px 6px
	}
}


.fancybox-navigation .fancybox-button--arrow_right {
	padding: 10px 15px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.fancybox-navigation .fancybox-button--arrow_right {
		padding: 31px 6px 31px 26px
	}
}


.fancybox-close-small {
	top: -75px !important;
	right: 35px !important
}


@media screen and (min-width: 700px) {
	.fancybox-close-small {
		top: -75px !important;
		right: 35px !important
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.fancybox-close-small {
		right: -65px !important
	}
}


.fancybox-slide--image .fancybox-close-small {
	background: none
}


.contacts__title-wr {
	position: relative;

	display: -ms-inline-flexbox;
	display: inline-flex
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.contacts__title-wr:before {
		content: "";
		height: 1px;
		background: #686868;
		position: absolute;
		width: 80px;
		right: -80px;
		bottom: 25px;
		transform: rotate(-45deg)
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) and (min-width: 1600px) and (min-height: 930px) {
	.contacts__title-wr:before {
		width: 170px;
		right: -140px;
		bottom: 30px
	}
}


.contacts__title {
	letter-spacing: .18em;
	font-size: 2.375rem;
	text-transform: uppercase;
	padding: 0 35px;
	margin: 40px 0 20px;
	text-align: center;
	width: 100vw;
	box-sizing: border-box
}


@media screen and (min-width: 700px) {
	.contacts__title {
		text-align: left;
		width: auto;
		box-sizing: content-box
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.contacts__title {
		font-size: 2.125rem;
		padding-left: 0;
		margin: 26px 0 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.contacts__title {
		font-size: 2.5rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.contacts__title {
		font-size: 3.75rem
	}
}


.contacts__content {
	margin-top: 40px;
	position: relative;


	display: flex;

	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.contacts__content {
		flex-direction: row;
		margin-top: 30px
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.contacts__content {
		margin-top: 40px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.contacts__content {
		margin-top: 60px
	}
}


.contacts__left {
	width: 100vw;
	flex-shrink: 0;
	padding: 30px 35px 0;
	box-sizing: border-box
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.contacts__left {
		width: 570px;
		padding: 0
	}
}


.contacts__right {
	flex-grow: 1
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.contacts__right {
		margin-left: 30px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.contacts__right {
		margin-left: 90px
	}
}


@media screen and (min-width: 700px) {
	.contacts__address-items {
		position: absolute;
		top: 0;
		width: 315px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.contacts__address-items {
		position: static;
		width: auto;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap
	}
}


@media screen and (min-width: 1200px) and (min-height: 900px) {
	.contacts__address-items {
		flex-direction: column
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.contacts__address-items {
		flex-direction: row
	}
}


.contacts__address-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.contacts__address-item {
		width: 275px;


		align-items: flex-start
	}
}


@media screen and (min-width: 1200px) and (min-height: 900px) {
	.contacts__address-item {
		width: auto
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.contacts__address-item {
		margin-bottom: 22px;
		width: 275px
	}
}


.contacts__address-item:last-child {
	margin-bottom: 0
}


@media screen and (min-width: 1200px) and (min-height: 900px) {
	.contacts__address-item:nth-child(2n) {
		margin-left: 0
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.contacts__address-item:nth-child(2n) {
		margin-left: 12px
	}
}


.contacts__address-item-ico {
	fill: #62b6f2;
	height: 24px;
	width: 20px
}


@media screen and (min-width: 700px) {
	.contacts__address-item-ico {
		height: 29px;
		width: 24px
	}
}


.contacts__address-item-ico--insta {
	height: 15px
}


@media screen and (min-width: 700px) {
	.contacts__address-item-ico--insta {
		height: 19px
	}
}


.contacts__address-item-left {
	margin-right: 17px
}


.contacts__address-item-right {
	color: #404040;
	font-size: .84375rem;
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	line-height: 1.25
}


@media screen and (min-width: 700px) {
	.contacts__address-item-right {
		font-size: 1rem
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.contacts__address-item-right {
		font-size: 1.125rem
	}
}


.contacts__address-item-right a,
.contacts__address-item-right b,
.contacts__address-item-right strong {
	color: #090909;
	font-family: pfdindisplaypro-bold, Helvetica, Arial, sans-serif
}


.contacts__address-item-right a:hover {
	color: #62b6f2
}


.contacts__address-item-right p {
	margin: 0
}


.contacts__form-wr {
	margin-top: 40px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.contacts__form-wr {
		margin-top: 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.contacts__form-wr {
		margin-top: 15px
	}
}


@media screen and (min-width: 1200px) and (min-height: 900px) {
	.contacts__form-wr {
		margin-top: 40px
	}
}


.contacts__form-title {
	letter-spacing: -.03em;
	font-family: pfdindisplaypro-bold, Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #62b6f2;
	text-align: center;
	margin-bottom: 25px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.contacts__form-title {
		text-align: left;
		margin-bottom: 0;
		font-size: 1.25rem
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.contacts__form-title {
		font-size: 1.5rem
	}
}


.contacts__form {
	margin-top: 12px
}


@media screen and (min-width: 700px) {
	.contacts__form {
		display: flex;
		justify-content: center
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.contacts__form {
		display: block;
		margin-top: 5px
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.contacts__form {
		margin-top: 12px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.contacts__form {
		margin-top: 22px
	}
}


.contacts__map {
	height: 360px;
	width: 100%;
	position: relative
}


@media screen and (min-width: 700px) {
	.contacts__map {
		width: 350px;
		margin-left: auto;
		margin-right: 35px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.contacts__map {
		width: 100%;
		margin: 0;
		height: 340px
	}
}


@media screen and (min-width: 1200px) and (min-height: 670px) {
	.contacts__map {
		height: 360px
	}
}


@media screen and (min-width: 1600px) and (min-height: 930px) {
	.contacts__map {
		width: 650px;
		height: 460px
	}
}


.contacts__map-preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e9e9e9;
	z-index: 1000;

	transition: all .25s ease-in-out
}


.contacts__map-preloader--hide {
	opacity: 0;
	visibility: hidden
}

.contacts .bottom-nav__lnk--left {
	position: relative;
	top: 18px;
	margin-bottom: 0
}


@media screen and (min-width: 700px) {
	.contacts .bottom-nav__lnk--left {
		position: static
	}
}


.contacts .bottom-nav__lnk--right {
	margin-top: 0
}


@media (min-width: 320px) {
	.container {
		width: 100%
	}
}


@media (min-width: 360px) {
	.container {
		width: 100%
	}
}


@media (min-width: 410px) {
	.container {
		width: 100%
	}
}


@media (min-width: 480px) {
	.container {
		width: 100%
	}
}


@media (min-width: 560px) {
	.container {
		width: 100%
	}
}


@media (min-width: 620px) {
	.container {
		width: 100%
	}
}


@media (min-width: 960px) {
	.container {
		width: 880px
	}
}


@media (min-width: 1200px) {
	.container {
		width: 1100px
	}
}


@media (min-width: 1300px) {
	.container {
		width: 1100px
	}
}


@media (min-width: 1600px) {
	.container {
		width: 1291px
	}
}


@font-face {
	font-family: pfdindisplaypro-bold;
	src: url(/fonts/pfdindisplaypro-bold-webfont.eot);
	src: url(/fonts/pfdindisplaypro-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/pfdindisplaypro-bold-webfont.woff2) format("woff2"), url(/fonts/pfdindisplaypro-bold-webfont.woff) format("woff"), url(/fonts/pfdindisplaypro-bold-webfont.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}


@font-face {
	font-family: pfdindisplaypro-medium;
	src: url(/fonts/pfdindisplaypro-medium-webfont.eot);
	src: url(/fonts/pfdindisplaypro-medium-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/pfdindisplaypro-medium-webfont.woff2) format("woff2"), url(/fonts/pfdindisplaypro-medium-webfont.woff) format("woff"), url(/fonts/pfdindisplaypro-medium-webfont.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}


@font-face {
	font-family: pfdindisplaypro-regular;
	src: url(/fonts/pfdindisplaypro-regular-webfont.eot);
	src: url(/fonts/pfdindisplaypro-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/pfdindisplaypro-regular-webfont.woff2) format("woff2"), url(/fonts/pfdindisplaypro-regular-webfont.woff) format("woff"), url(/fonts/pfdindisplaypro-regular-webfont.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}


@font-face {
	font-family: pfdindisplaypro-light;
	src: url(/fonts/pfdindisplaypro-light-webfont.eot);
	src: url(/fonts/pfdindisplaypro-light-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/pfdindisplaypro-light-webfont.woff2) format("woff2"), url(/fonts/pfdindisplaypro-light-webfont.woff) format("woff"), url(/fonts/pfdindisplaypro-light-webfont.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}


@font-face {
	font-family: lato-semibold;
	src: url(/fonts/lato-semibold-webfont.eot);
	src: url(/fonts/lato-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/lato-semibold-webfont.woff2) format("woff2"), url(/fonts/lato-semibold-webfont.woff) format("woff"), url(/fonts/lato-semibold-webfont.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}


@font-face {
	font-family: lato-regular;
	src: url(/fonts/lato-regular-webfont.eot);
	src: url(/fonts/lato-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/lato-regular-webfont.woff2) format("woff2"), url(/fonts/lato-regular-webfont.woff) format("woff"), url(/fonts/lato-regular-webfont.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}


.page-404 {
	height: 100%;
	padding: 0 30px
}


@media screen and (min-width: 410px) {
	.page-404 {
		height: 500px
	}
}


@media screen and (min-width: 700px) {
	.page-404 {
		margin-top: 200px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.page-404 {
		padding: 0;
		margin-top: 0;
		height: 100%
	}
}


.page-404__wr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 340px
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.page-404__wr {
		height: 100%
	}
}


.page-404__left {
	width: 367px
}


@media screen and (min-width: 410px) {
	.page-404__left {
		margin: 150px 0 0
	}
}


@media screen and (min-width: 700px) {
	.page-404__left {
		margin-left: 60px;
		margin-top: 50px
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.page-404__left {
		margin: 0
	}
}


.page-404__title {
	letter-spacing: .13em;
	font-size: 1.75rem;
	font-family: pfdindisplaypro-bold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center
}


@media screen and (min-width: 700px) {
	.page-404__title {
		text-align: left
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.page-404__title {
		font-size: 3.125rem
	}
}


.page-404__txt {
	color: #5f5f5f;
	font-size: .8125rem;
	line-height: 1.4;
	margin-top: 17px;
	text-align: center
}


@media screen and (min-width: 700px) {
	.page-404__txt {
		text-align: left
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.page-404__txt {
		font-size: 1.125rem
	}
}


.page-404__btn-wr {
	display: flex;
	margin-top: 60px
}


.page-404__btn {
	font-family: pfdindisplaypro-bold, Helvetica, Arial, sans-serif;
	font-size: .875rem;
	text-transform: uppercase;
	border: 2px solid #8dcaf5;
	box-sizing: border-box;
	padding: 15px 99px;

	transition: all .25s ease-in-out;
	margin: 0 auto
}


@media screen and (min-width: 700px) {
	.page-404__btn {
		margin: 0
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.page-404__btn {
		padding: 22px 56px
	}
}


.page-404__btn:hover {
	color: #62b6f2
}


.page-404__right {
	position: absolute;
	top: 50%;
	right: -100px;
	transform: translateY(-50%);
	display: none
}


@media screen and (min-width: 700px) {
	.page-404__right {
		display: block
	}
}


@media screen and (min-width: 1200px) and (min-height: 600px) {
	.page-404__right {
		right: 0
	}
}


.page-404__right-bg {
	height: 598px;
	width: 582px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/img/content/bg-404page.png);
	position: absolute;
	top: -50px;
	left: -170px
}


.page-404__right-img {
	position: relative;
	height: 58vh;
	width: 41vw;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10
}


.main__content-wr {
	position: relative;
	background: url("/img/main-banner.jpg") center no-repeat;
	background-size: cover;
}


.main__content-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 600px;
	margin: 0 auto;
}


.main__content-text-block {
	margin-bottom: 64px;
}


.main__content-title {
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 10px;
}


.main__content-sub-title {
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}


.main__content-logo {
	width: 571px;
	height: 199px;
	margin-bottom: 64px;

	@media screen and (max-width: 640px) {
		width: 300px;
		height: 150px;
	}
}


.main__content-btn {
	font-family: pfdindisplaypro-light, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #ffffff;
	max-width: 270px;
	padding: 8px 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 333px;
	background-color: #62B6F2;
	cursor: pointer;
	transition: all 0.3s ease;
}


.main__content-btn:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}








.menu__bar-title {
	position: relative;
	display: inline-block;
	width: 120px;
}


.menu__bar-title:hover svg {
	top: 4px;
	opacity: 1;
}


.menu__bar-title svg {
	top: 8px;
	right: -28px;
	position: absolute;
	transition: 0.4s;
	opacity: 0.4;
}


::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #FFFFFF;
}


::-webkit-scrollbar-button {

}


::-webkit-scrollbar-track {
}


::-webkit-scrollbar-track-piece {
}


::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: #eee;
}


::-webkit-scrollbar-corner {
}


::-webkit-resizer {
}


/*# sourceMappingURL=app.css.map */