@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Rubik:wght@400;500;700&display=swap');


html {
	-webkit-tap-highlight-color: transparent;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
:focus {
	outline: 0
}
html {
	-webkit-transition: all 0s;
	transition: all 0s
}
html.menu-open, html.overlay-active {
	overflow-y: hidden!important
}
body {
	position: relative;
	min-height: 100vh;
	margin: 0;
    font-family: 'Rubik', sans-serif;
	font-family: 'Open Sans', sans-serif; 
	-webkit-transition: all 0s, opacity .3s;
	transition: all 0s, opacity .3s;
	opacity: 0;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
	scrollbar-face-color: #3d6ca1;
	scrollbar-track-color: #fff;
	color: #040405;
}
p {
	margin:0 0 20px;
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
body::-webkit-scrollbar {
	width: 15px
}
body::-webkit-scrollbar-thumb {
	background: #3d6ca1
}
body::-webkit-scrollbar-track {
	background: #fff
}
body#mceTemplatePreview, body#tinymce, body.loaded {
	opacity: 1;
	z-index: -5
}
body.menu-open, body.overlay-active {
	overflow-y: hidden!important
}
body>div {
	-webkit-transition: all 0s;
	transition: all 0s
}
.container {
    width: 1210px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}
.header_1 {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    color: #3d6ca1;
    font-family: Rubik;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 56px;
    text-align: left;
}
.header_1 span {
	font-weight: 500;
}
.header_1-small {
	margin-top: 0;
	margin-bottom: 50px;
	color: #3d6ca1;
	font-size: 50px;
	font-weight: 700;
	text-align: left;
	line-height: 55px;
	letter-spacing: .5px
}
.header_2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #040405;
	font-size: 30px;
	font-weight: 800;
	line-height: 30px;
}
.header_3 {
	position: relative;
	color: #040405;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin:0 0 56px;
}
.header_4 {
	margin-top: 1.5em;
	margin-bottom: .5em;
	color: #3d6ca1;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase
}
.subtitle {
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase;
}

.preheader {
    margin: 0;
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}

	.about__room .content {
        padding: 60px 0;
	}
.text-head {
	color: #3d6ca1;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: .1px
}
.subhead {
	color: #3d6ca1;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .1px;
	margin: 0
}
.menu__list-inner .menu__list_item a:hover, .menu__list-inner .menu__list_item.active a {
    opacity: 1 !important;
    color: #3d6ca1 !important;
}
/*.footer-use {
	text-decoration: none;
	color: #3d6ca1;
	font-size: 15px;
	opacity: .85
}
.footer-use:hover {
	opacity: 1
}*/
.text-default {
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.text-default a {
	color: #3d6ca1;
	font-weight: 400;
	text-decoration: none
}
.text-default a:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}
.text-default a:hover {
	color: #3d6ca1
} 
.button {
    display: block;
    min-width: 200px;
    max-width: 100%;
    padding: 28px 36px;
    text-decoration: none!important;
    line-height: 24px;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s; 
    box-shadow: 0 30px 40px rgba(3, 43, 69, 0.19);
    border-radius: 10px;
    background-color: #ffffff;
    border: none;
    color: #659cdb;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.4s ease;
    border: 2px solid #ffffff;
}
.button:focus, .button:hover { 
    background: transparent;
    color: #fff;
	  
}
.button.left {
	margin-right: auto;
	margin-left: 0
}
.button.center {
	margin-right: auto;
	margin-left: auto
}
.button.right {
	margin-right: 0;
	margin-left: auto
}
.button-invert {
    display: block;
    min-width: 200px;
    max-width: 100%;
    padding: 26px 50px;
    color: #ffffff !important;
    text-decoration: none!important;
    line-height: 24px;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s;
    border-radius: 10px;
    border: 2px solid #ffffff;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
}
.button-invert:focus, .button-invert:hover {
	color: #659cdb !important;
	background: #ffffff;
	box-shadow: 0 30px 40px rgba(3, 43, 69, 0.19);
	cursor: pointer;
	outline: 0
}
.button-invert.left {
	margin-right: auto;
	margin-left: 0
}
.button-invert.center {
	margin-right: auto;
	margin-left: auto
}
.button-invert.right {
	margin-right: 0;
	margin-left: auto
}
a.button {
	width: 220px;
	display: block;
	min-width: 220px;
	max-width: 100%;
	padding: 13px 23px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none!important;
	text-transform: uppercase;
	line-height: 24px;
	border: none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #3d6ca1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
}
a.button:focus, a.button:hover {
	color: #3d6ca1;
	-webkit-border-radius: none;
	border-radius: none;
	background: #fff;
	cursor: pointer;
	outline: 0
}
a.button-i {
	width: 220px;
	display: block;
	min-width: 220px;
	max-width: 100%;
	padding: 13.5px 20px;
	color: #3d6ca1!important;
	font-size: 16px;
	text-align: center;
	text-decoration: none!important;
	text-transform: uppercase;
	line-height: 24px;
	border: 2px solid #3d6ca1;
	background: 0 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none
}
a.button-i:focus, a.button-i:hover {
	color: #c0fcfe!important;
	background: #3d6ca1;
	cursor: pointer;
	outline: 0
}
.form-item {
	position: relative;
	width: 100%
}
.form-item input {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 11px 35px;
	color: #3d6ca1;
	font-size: 16px;
	line-height: 24px;
	border: 2px solid transparent;
	/*-webkit-border-radius: 50px;*/
	/*border-radius: 50px;*/
	background-color: #fff;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e8e8e8;
	width: 100%
}
.form-item input:focus {
	background-color: #fff;
	outline: 0;
	border-color: #3d6ca1;
	color: #222222
}
.form-item textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 11px 35px;
	color: #3d6ca1;
	font-size: 16px;
	line-height: 24px;
	border: 2px solid transparent;
	/*-webkit-border-radius: 50px;*/
	/*border-radius: 50px;*/
	background-color: #fff;
	-webkit-box-shadow: 0 0 18px 3px rgba(20, 40, 40, .14);
	box-shadow: 0 0 18px 3px rgba(20, 40, 40, .14);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e8e8e8;
	resize: vertical
}
.form-item textarea:focus {
	background-color: #fff;
	outline: 0;
	border-color: #3d6ca1;
	color: #222222
}
.form-item label {
	position: absolute;
	top: 0;
	right: 0;
	left: 37px;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	text-align: left;
	cursor: text;
	-webkit-transition: opacity .2s, left -1s 1s ease-out;
	transition: opacity .2s, left -1s 1s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
::-webkit-inner-spin-button { display: none; }
::-webkit-calendar-picker-indicator {
	background: transparent;
	color:transparent;
	cursor: pointer;
}
.form-item.focus label {
	opacity: 0;
	left: 100%;
	-webkit-transition: opacity .2s, left 1s 1s ease-out;
	transition: opacity .2s, left 1s 1s ease-out
}
.form-item-terms {
	/* margin-top:40px; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.form-item-terms input {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 23px;
	height: 23px;
	/*border-radius: 40px;*/
	margin: 0 5px 0 0;
	border: 2px solid transparent;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-bottom: -3px;
	border: 1px solid #e8e8e8;
}
.form-item-terms input:checked {
	background-image: url(../images/checked_1.png)
}
.form-item-terms label {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.arrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	padding: 7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #3d6ca1;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	border: 2px solid #3d6ca1
}
.arrow:hover:not(.slick-disabled) {
	background: 0 0
}
.arrow:hover:not(.slick-disabled) .stick {
	fill: #3d6ca1
}
.arrow .stick {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	fill: #3d6ca1
}
.arrow-prev .stick {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.arrow-next .stick {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.arrow.disabled, .arrow.slick-disabled {
	cursor: default;
	opacity: .3
}
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	overflow-x: auto
}
.pagination div {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45px;
	height: 45px;
	margin: 0 5px
}
.pagination div .number {
	display: block;
	width: 10px;
	height: 10px;
	color: #3d6ca1;
	font-size: 0;
	background-color: #3d6ca1;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.pagination div .number:hover {
	color: #fff;
	text-decoration: none;
	border-color: #fff;
	background-color: rgba(12, 204, 207, .3);
	opacity: .3
}
.pagination div .number.active {
	color: #fff;
	font-weight: 400;
	background-color: rgba(1, 95, 137, .3);
	cursor: default
}
svg {
	width: 100%;
	height: 100%
}
.instashow-popup-media-picture {
	min-height: auto!important
}
.circle-text {
	will-change: transform
}
.circle-text_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 150px;
	height: 150px;
	position: absolute
}
.wave-button {
	z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    width: 300px;
    height: 80px;
    background: linear-gradient(273.78deg, #93C2F7 0.93%, #7CADE4 99.34%);
    box-shadow: 0px 30px 40px -20px rgba(3, 43, 69, 0.19);
    border-radius: 10px;
    transition: 0.4s ease all;
    margin-left: 10px;
} 
.centr{
	display:block;
	text-align:center;
}
.wave-button .call__icon .phone-svg {
	z-index: 5;
	fill: #3d6ca1
}
a.wave-button {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}
.wave-button:hover{
    cursor: pointer;
    background: linear-gradient(273.78deg, #4383CB 0.93%, #6FA9EB 99.34%) !important;
    color: #fff !important;
    box-shadow: 0 30px 40px rgba(3, 43, 69, 0.19) !important;
}
.wave-button .wave-button__wrapper { 
    display:none;
}
.wave-button .wave-button__wrapper .wave-button__items {
	z-index: 2;
	position: relative;
	display: block;
	height: 100%;
	-webkit-filter: url(#goo);
	filter: url(#goo)
}
.wave-button .wave-button__wrapper .wave-button__items .wave-button__item {
	position: absolute;
	top: 0;
	z-index: 0;
	width: 44%;
	height: 121%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
	display: none;
}
.wave-button .wave-button__wrapper .wave-button__items .wave-button__item:nth-child(1) {
	left: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}
.wave-button .wave-button__wrapper .wave-button__items .wave-button__item:nth-child(2) {
	left: 24%;
	-webkit-transition-delay: 80ms;
	transition-delay: 80ms
}
.wave-button .wave-button__wrapper .wave-button__items .wave-button__item:nth-child(3) {
	left: 48%;
	-webkit-transition-delay: .16s;
	transition-delay: .16s
}
.wave-button .wave-button__wrapper .wave-button__items .wave-button__item:nth-child(4) {
	left: 72%;
	-webkit-transition-delay: .24s;
	transition-delay: .24s
}
.wave-button .wave-button__wrapper .wave-button__items .wave-button__item:nth-child(5) {
	left: 96%;
	-webkit-transition-delay: .32s;
	transition-delay: .32s
}
.wave-button .wave-button__wrapper .wave-button__items .wave-button__item:nth-child(1) {
	left: -2%
}
.wave-button .wave-button__wrapper .wave-button__items .wave-button__item .wave-button:hover .wave-button__item {

}
.wave-button:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #3d6ca1;
	background: #fff;
}
.wave-button:hover .phone-svg {
	fill: #fff
}
.wave-button:hover .wave-button__items .wave-button__item {
	background-color: #fff;
	-webkit-transform: translate3d(0, -10%, 0);
	transform: translate3d(0, -10%, 0)
}
.overlay__wrapper .wrapper .subtitle:before, .overlay__wrapper .wrapper .subtitle:after{
	display:none;
}


.form-item.novalid input {
	color: red
}
.blot-col, .blot-icon {
	position: absolute;
	top: -20%;
	left: -15%;
	width: 125%;
	z-index: -1
}
.service-col .blot-col, .service-col .blot-icon{
	top: -10%;
}
.filter-svg {
	width: 0;
	height: 0
}
.main .aside {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 320px;
	background-color: pink
}
.main__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.main__wrapper .main__content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1; 
}
.main__wrapper>:first-child {
	margin-right: 30px
}
.main__content {
    padding: 60px 0;
}
.main__content>:last-child {
	margin-bottom: 0
}

.main__content h2 {
	margin-top: 1.5em;
	margin-bottom: .5em;
	color: #3d6ca1;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase
}
.main__content h3 {
	margin-top: 1.5em;
	margin-bottom: .5em;
	color: #3d6ca1;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase
}
.main__content h4 {
	margin-top: 1.5em;
	margin-bottom: .5em;
	color: #3d6ca1;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase
}
.main__content a {
	color: #3d6ca1;
	font-weight: 400;
	text-decoration: none
}
.main__content a:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}
.main__content a:hover {
	color: #3d6ca1
}
.main__content img {
	display: block;
	max-width: 100%
}
.main__map {
	min-height: 0;
	visibility: hidden
}
.main__map.active {
	width: 797px;
	height: 489px;
	visibility: visible
}
.main__map.active * {
	-webkit-transition: all 0s;
	transition: all 0s
}
.main-rooms {
	background-image: -webkit-linear-gradient(top, transparent 350px, #3d6ca1 350px, #3d6ca1 100%);
	background-image: linear-gradient(to bottom, transparent 350px, #3d6ca1 350px, #3d6ca1 100%);
	z-index: 1;
	position: relative
}
.main-rooms .content {
	padding: 20px 0 40px 0
}
@media only screen and (max-width: 767px){
    .main-rooms .content {
    	padding: 60px 0 40px 0
    }
}
.main-rooms .icon-blot {
	position: absolute;
	left: 0;
	bottom: 90%;
	z-index: -99;
	width: 100vw;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform
}
.main-rooms .icon-blot .st0 {
	fill: #3d6ca1
}
.main-rooms .wave_under {
	position: absolute;
	height: 48px;
	bottom: -36px;
	background-repeat: repeat-x;
	background-size: 65px;
	left: 0;
	width: 100%;
	z-index: 5;
}
.page-contact .contact__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.page-contact .contact__content a {
	color: #222222
}
.page-contact .contact__content .text-wrap .header_1 {
	margin-bottom: 115px
}

.page-contact .contact__content .text-wrap .pick__text {
	color: #3d6ca1;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px
}
.page-contact .contact__content .text-wrap .text-default {
    color: #222222 !important;
	margin: 0;
	margin-bottom: 45px;
	font-style: normal
}
.header {
	position: relative; 
	padding:18px 0 20px;
	z-index: 3; 
	background-color: #659cdb;
}
.social  {
    display: flex;
    align-items: center;
}
.social a {
    margin: 0 15px;
    position: relative;
} 
.social a path{
    transition: 0.4s ease;
}
.social a svg{
    max-width:30px;
}
.social a:hover path{
    fill:#0c427e;
}
.header .header__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;  
	align-items: center
}
.header .header__list .header__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
}
a{
        transition: 0.4s ease;
}
.header .header__list .header__item a {
	color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
    text-align: left;
	text-decoration: none;
	display:flex
}
.header .header__list .header__item a.address svg {
    width: 13px;
    height: 16px;
    margin-right: 10px;
    margin-top: 5px;
}
.header .header__list .header__item a.address span{
    display:block;
}
.header .header__list .header__item a.phone svg {
	position: relative;
	top: 5px;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.header .header__list .header__item a:hover {
	color: #0c427e;
} 
.header .header__list .call-icon{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 29px;
	height: 29px;
	background-image: url(/app/images/ico-phone.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 15px
}
.header .header__list .call-icon:hover {
	background-image: url(/app/images/ico-phone-h.png);
}
.header .header__list .nav__link {
	font-size: 16px;
	font-weight: 800;
	height: 16px;
	padding: 5px;
	text-decoration: none;
	letter-spacing: 1.03px;
	color: #3d6ca1
}
.header .header__list .nav__link:hover {
	background-color: #fff
}
.header .header__list .nav__link-acitve {
	background-color: #fff
}
.menu__nav {
	display: none
}
.heroimage {
    position: relative;
    width: 100%;
    height: 610px;
}
.heroimage .icon-blot {
    position: absolute;
    left: 0;
    z-index: -1; 
    width: 50%;
    height: 550px;
    background-color: #659cdb;
    top: 0;
}
.heroimage .icon-blot img{
	width:100%;
}
.heroimage .heroimage__bg {
    z-index: -3;
    position: absolute;
    top: -71px;
    right: 0;
    bottom: 0;
    width: 54%;
    background-image: url(/app/images/top-img.png);
    overflow: hidden;
    opacity: 1;
    background-repeat: no-repeat; 
    background-position: center;
    background-size: cover;
}
.heroimage .people__bg {
	position: absolute;
	bottom: 26%;
	left: 51vw;
	background-image: url(/app/images/people.png);
	width: 460px;
	height: 500px;
	background-repeat: no-repeat;
	z-index: 2;
	opacity: 0
}
.heroimage .people__bg.active {
	opacity: 1
}
.heroimage .content {
	padding: 60px 0 0 0;
}
.heroimage .header_1 {
	margin-bottom: 10px;
	color: #ffffff;
    font-family: Rubik;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 72px;
    text-align: left;
    text-transform: uppercase;
	margin-bottom: 30px;
    
}
.heroimage ul {
	margin-top: 0;
	margin-bottom: 40px;
	padding-left: 0;
	list-style: none;
}

.heroimage ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
    text-align: left;
}
.heroimage ul li:not(:last-child) {
	margin-bottom:20px;
}
.heroimage ul > li:nth-child(1) svg {
	width: 31px;
	height: 26px;
	margin-right: 14px;
	fill: #3d6ca1;
}
.heroimage ul > li:nth-child(2) svg {
	width: 27px;
	height: 25px;
	margin-right: 18px;
	fill: #3d6ca1;
}
.heroimage ul > li:nth-child(3) svg {
	width: 27px;
	height: 27px;
	margin-right: 18px;
	fill: #3d6ca1;
}

.heroimage ul > li, .heroimage ol > li {
	position: relative;
}
.heroimage .hero__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.heroimage .hero__wrapper .hero__adds {
	padding-left: 5px;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 27px;
	letter-spacing: .05em;
	color: #fefefe;
	text-shadow: 0 -4px 6px #ffd200, 0 -4px 6px #ffd200, 0 4px 6px #ffd200, 0 4px 6px #ffd200, -4px 0 6px #ffd200, 4px 0 6px #ffd200, -4px 0 6px #ffd200, 4px 0 6px #ffd200, -1px -4px 6px #ffd200, 1px -4px 6px #ffd200, -1px 4px 6px #ffd200, 1px 4px 6px #ffd200, -4px -1px 6px #ffd200, 4px -1px 6px #ffd200, -4px 1px 6px #ffd200, 4px 1px 6px #ffd200, -2px -4px 6px #ffd200, 2px -4px 6px #ffd200, -2px 4px 6px #ffd200, 2px 4px 6px #ffd200, -4px -2px 6px #ffd200, 4px -2px 6px #ffd200, -4px 2px 6px #ffd200, 4px 2px 6px #ffd200, -3px -4px 6px #ffd200, 3px -4px 6px #ffd200, -3px 4px 6px #ffd200, 3px 4px 6px #ffd200, -4px -3px 6px #ffd200, 4px -3px 6px #ffd200, -4px 3px 6px #ffd200, 4px 3px 6px #ffd200, -4px -4px 6px #ffd200, 4px -4px 6px #ffd200, -4px 4px 6px #ffd200, 4px 4px 6px #ffd200, -4px -4px 6px #ffd200, 4px -4px 6px #ffd200, -4px 4px 6px #ffd200, 4px 4px 6px #ffd200
}
.heroimage .hero__wrapper .hero__adds .adds_fix {
	display: inline-block;
	-webkit-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	transform: translateX(-3px)
}
.heroimage .hero__wrapper .header_1 span {

}
.heroimage .hero__wrapper .subhead {
	margin-bottom: 30px;
	color: #040405;
	font-size: 28px;
}
.heroimage .wave-button {
	max-width: 384px;
	width: 100%;
}

.about .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 100px 0 100px 0
}
.video_wrapper {
    position: relative;
    width: 750px;
    box-shadow: 0 58px 60px rgba(0, 28, 60, 0.33);
    border-radius: 5px;
    margin-left: -162px;
}
.videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.videoPoster {
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
}
.videoPoster img {
    width: 100%;
}
.video-block__content {
    position: absolute;
    z-index: 16;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.videoWrapperActive .videoPoster {
    opacity: 0;
    z-index: -5;
    -webkit-transition-delay: 0s, 800ms;
    -o-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}
.video-block__content .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
    text-align: center;
    margin-top: 13px;
}
.video-block__content svg {
    width: 92px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    transition: 0.2s;
}
.video-block__content  svg:hover{
    box-shadow: 0 10px 20px rgba(3, 43, 69, 0.25);
}
.about .about__block {
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	font-size: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.about .left-block {
	width: 50%;
}
.about.section-line .left-block:before {
    content: '';
    width: 1030px;
    height: 100%;
    background-image: url(../images/ab-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    left: 0;
    top: 0;
}
.about.section-line {
    padding-top:100px;
}
.about .right-block {
	position: relative;
	width: 50%; 
	padding-left:50px;
}
.about .right-block .about__img {
	position: relative;
	z-index: 3;
}
 
.about .subtitle {
	margin: 0 0 0 0;
}
.about .subhead {
	margin-bottom: 20px
}
.about .text-default {
	margin: 0
}
.about .header_1 {
	margin-bottom: 20px
}
.page-about .content {
	/* padding: 100px 0 150px 0 */
	padding: 100px 0 80px 0
}
.page-about .content .subtitle {
	margin-bottom: 70px
}
.page-about .content .service__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.page-about .content .service__menu .service__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 160px
}
.page-about .content .service__menu .service__item .item__image-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50.96%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.page-about .content .service__menu .service__item .item__image-block .wrapper {
	position: relative;
	font-size: 0
}
.page-about .content .service__menu .service__item .item__image-block .wrapper .photo-service {
	/* width: 456px; */
	width: 100%;
	margin: 0
}
.page-about .content .service__menu .service__item .item__image-block .wrapper .circle-text_wrap {
	top: 0;
	left: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.page-about .content .service__menu .service__item .item__image-block .wrapper .circle-text_wrap .text-circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute
}
.page-about .content .service__menu .service__item .item_text-block {
	padding: 0 0 0 30px;
	width: 45.56%
}
.page-about .content .service__menu .service__item .item_text-block .header_1 {
	margin-bottom: 30px
}
.page-about .content .service__menu .service__item .item_text-block .text-default {
	margin: 0;
	margin-bottom: 25px
}
.page-about .content .service__menu .service__item:nth-child(2n) {
	padding-right: 0
}

.page-about .content .service__menu .service__item:nth-child(2n) .item_text-block {
	width: 37.92%;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	padding: 0
}
.page-about .content .service__menu .service__item:nth-child(2n) .item_text-block .header_1 {
	margin-bottom: 45px
}
.page-about .content .service__menu .service__item:nth-child(2n) .item__image-block {
	width: 58%;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	padding-top: 40px
}
.page-about .content .service__menu .service__item:nth-child(2n) .item__image-block .wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.page-about .content .service__menu .service__item:nth-child(2n) .item__image-block .wrapper .photo-service {
	width: 100%;
	margin-bottom: 50px
}
.page-about .content .service__menu .service__item:nth-child(2n) .item__image-block .wrapper .photo-service_min {
	margin-left: 0;
	margin-right: auto;
	-webkit-transform: translate(-15%, 0);
	-ms-transform: translate(-15%, 0);
	transform: translate(-15%, 0)
}
.page-about .content .service__menu .service__item:nth-child(2n) .item__image-block .wrapper .circle-text_wrap {
	top: unset;
	left: unset;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(25%, -30%);
	-ms-transform: translate(25%, -30%);
	transform: translate(25%, -30%)
}
.page-about .content .service__menu .service__item:nth-child(3) .item_text-block {
	padding-top: 15px
}

.page-about .content .service__menu .service__item:nth-child(3) .item__image-block {
	padding: 0
}
.page-about .content .service__menu .service__item:nth-child(3) .item__image-block .wrapper .photo-service {
	margin-bottom: 0
}
.page-about .content .service__menu .service__item:nth-child(3) .item__image-block .wrapper .circle-text_wrap {
	bottom: 0;
	top: unset;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}
.page-about .content .service__menu .service__item:nth-child(4) .item__image-block .wrapper .photo-service {
	margin-bottom: 0;
	width: 100%
}
.page-about .content .service__menu .service__item:nth-child(4) .item__image-block .wrapper .circle-text_wrap {
	top: unset;
	bottom: 0;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}
.page-about .content .service__menu .service__item:nth-child(4) .item__image-block .wrapper .blot-icon {
	left: -50px;
	bottom: 0;
	width: 150%
}
.page-about .content .service__menu .service__item:nth-child(4) .item_text-block {
	width: 38.7%
}
.page-about .content .service__menu .service__item:nth-child(4) .item_text-block .text-default:nth-child(3) {
	margin-bottom: 30px
}
.page-about .content .service__menu .service__item:last-child {
	margin-bottom: 0
}
.page-about .content .service__menu .service__item:last-child .item__image-block .wrapper {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.page-about .content .service__menu .service__item:last-child .item__image-block .wrapper .photo-service {
	margin: 0
}
.page-about .photo-service_min {
	width: 328px;
	height: 257px;
	margin-left: 222px
}
.advantages {
	position: relative;
	overflow: hidden;
	background-image: url(/app/images/advantages.png);
	background-repeat: no-repeat; 
	background-position:bottom;
}
.advantages .content {
	padding: 100px 0 70px;
}
.advantages .advantages__wrap {
	position: relative;
}
.advantages .preheader {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28.8px;
    text-align: center;
    text-transform: uppercase;
}
.advantages .header_1 {
	color: #ffffff;
	text-align: center;
	margin-bottom:80px;
}
.advantages .advantages__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 0;
	list-style: none
}
.more-detail {
	text-decoration: none;
}
.advantages .advantages__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
    padding: 50px 35px 50px 35px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background-color: rgb(255 255 255 / 90%);
}
.advantages .icon-wrap {
    font-size: 0;
    display: -ms-flexbox;
    -ms-flex-negative: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center -ms-align-items: center;
    align-items: center;
    width: 60px;
    height: 65px;
    margin: 0 auto 40px;
}

.advantages .text-default {
    color: #222222;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25.2px;
    text-align: center;
    width:100%;
}
.advantages .adv_decor1 {
	position: absolute;
	height: 440px;
	width: 240px;
	bottom: -80px;
	left: -130px
} 
.home-rooms .content {
	padding: 100px 0px 120px 0px;
}
.home-rooms .subtitle {
	margin-top: 0;
	margin-bottom: 20px;}
.home-rooms .info-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 0
}
.home-rooms .col-left {
	width:38%;
}
.home-rooms .col-left ul{
    padding-left: 20px;
}
.home-rooms .col-left ul li{
    color: #222222; 
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 36px;
    text-align: left;
}
.home-rooms .header_1 {
	margin-bottom: 25px
}
.home-rooms .subhead {
	margin-bottom: 26px;
	color: #3d6ca1;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;
}
.home-rooms .number-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	padding: 0;
	cursor: pointer
}
.home-rooms .number-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 295px;
	min-height: 58px;
	padding: 0 25px 0 20px;
	background-color: #f1f1f1;
	transition: all .2s;
}
.home-rooms .number-item:not(:last-child) {
	margin-bottom: 30px;
}
.home-rooms .number-item:hover,
.home-rooms .number-item.active {
	background-color: #3d6ca1;
}
.home-rooms .number-item .text-default {
	display: inline-block;
	margin-left: 10px;
	line-height: 20px
}
.home-rooms .number-item .room-number {
	display: inline-block;
	margin-bottom: 0px;
	color: #040405;
	font-size: 18px;
	font-weight: 400;
}
.home-rooms .number-item:hover .room-number,
.home-rooms .number-item.active .room-number {
	color: #ffffff;
}
.home-rooms .room_svg {
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	text-align: center;
}
.home-rooms .room_svg span {
	display: block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
}
.home-rooms .room_svg span.hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.home-rooms .number-item:hover span.default,
.home-rooms .number-item.active span.default {
	opacity: 0;
}
.home-rooms .number-item:hover span.hover,
.home-rooms .number-item.active span.hover {
	opacity: 1;
}
.home-rooms .price {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #3d6ca1
}
.home-rooms .col-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    width: 60%;
} 
.room__slider-bottom{
    position: relative;
}

.room_info2 {
    padding: 0;
    width: 100%;
}
.room_info2 .slick-slide{
    margin:0;
}
.home-rooms .room_info img {
	max-width: 100%
}
.home-rooms .room_info .slick-slide {
	margin: 0;
}
.home-rooms .room-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	border: 1px solid #b7b7b7;
}
.home-rooms .img-room {
	width: 100%
}
.home-rooms .text-wrapper {
	padding: 15px 15px 15px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.more-detail:hover .text-wrapper{
	/*box-shadow: 3px 2px 17px 1px rgba(0,0,0,.1);*/
}
.home-rooms .text-wrapper .text-default {
	line-height: 25px;
	margin: 0;
	margin-bottom: 38px
}
.home-rooms .text-wrapper .text-default p{
	margin:0;
}
.home-rooms .info-wrapper {
	margin-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.home-rooms .info-wrapper .room-price {
    font-weight: 700;
    color: #222222;
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-rooms .info-wrapper .room-price_sum {
	color: #3d6ca1; 
    font-size: 40px;  
    line-height: 60px;
}
.home-rooms .info-wrapper .more-detail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    width: 300px;
    height: 80px;
    background: linear-gradient(273.78deg, #93C2F7 0.93%, #7CADE4 99.34%);
    box-shadow: 0px 30px 40px -20px rgba(3, 43, 69, 0.19);
    border-radius: 10px;
    transition: 0.4s ease all;
}
.home-rooms .info-wrapper .more-detail:hover {
    cursor: pointer;
    background: linear-gradient(273.78deg, #4383CB 0.93%, #6FA9EB 99.34%);
    color: #fff;
    box-shadow: 0 30px 40px rgba(3, 43, 69, 0.19);
}
/*.home-rooms .info-wrapper .more-detail:hover {
	opacity: .6;
	-webkit-transition: all .6s;
	transition: all .6s
}*/
.home-rooms .info-wrapper .more-detail_arrow {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 12px;
	width: 17px;
	margin-left: 10px;
	margin-top: 2.2px
}
.home-rooms .room_info__slider-arrows-dots {
	margin-top: 40px;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.home-rooms .slick-dots {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
	margin-top: 0
}
.home-rooms .slick-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	background: #3d6ca1;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0
}
.home-rooms .slick-dots li {
	margin-right: 25px;
	cursor: pointer
}
.home-rooms .slick-dots li:last-child {
	margin-right: 0
}
.home-rooms .slick-dots li.slick-active button {
	background: #3d6ca1
}
.home-rooms .slick-dots li:not(.slick-active) {
	opacity: .3
}
.home-rooms .room-info__slider-arrows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.home-rooms .slick-arrow {
	padding: 7px;
	width: 40px;
	height: 40px;
	border: 2px solid #3d6ca1
}
.home-rooms .arrow-prev {
	margin-right: 30px
}
.home-rooms .arrow-next {
	margin-left: 30px
}
.home-rooms .arrow-next .arrow {
	padding: 20px;
	margin: 0;
	width: 32px;
	height: 15px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background: #3d6ca1;
	padding: 2px 20px
}
.home-rooms .arrow-next .arrow:hover {
	background: #ffd200
}
.home-rooms .arrow-next .arrow .stick {
	fill: #c0fcfe
}
.home-rooms .arrow-next .arrow-next .stick {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.home-rooms .arrow-next .arrow-prev .stick {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.home-rooms .arrow-next .arrow-prev {
	margin-right: 28px!important
} 
.about__room .info__room {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px
	/* margin-bottom: 75px */
}
.about__room .info__room .col-text__wrapper {
	width: 45%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.about__room .info__room .col-text__wrapper .header_1 {
	margin-bottom: 40px
}

.about__room .info__room .col-text__wrapper .text-default {
	margin-top: 0;
	margin-bottom: 60px
}
.about__room .info__room .col-text__wrapper .menu__items {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.about__room .info__room .col-text__wrapper .menu__items .menu__item {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px
}
.about__room .info__room .col-text__wrapper .menu__items .menu__item .icon-service {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 95px
}
.about__room .info__room .col-text__wrapper .menu__items .menu__item .text-default {
	-webkit-transform: translate(-15px, 0);
	-ms-transform: translate(-15px, 0);
	transform: translate(-15px, 0);
	margin-top: 0;
	margin-bottom: 0
}
.about__room .info__room .col-text__wrapper .menu__items .menu__item:nth-child(5) {
	margin-bottom: 0
}
.about__room .info__room .col-text__wrapper .menu__items .menu__item:nth-child(6) {
	margin-bottom: 0
}
.about__room .info__room .col__image {
	position: relative;
	width: 48%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.about__room .info__room .col__image .image__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.about__room .info__room .col__image .image__wrapper .room-photo {
	font-size: 0;
	width: 568px;
	height: 381px
}
.about__room .info__room .col__image .image__wrapper .circle-text_wrap {
	-webkit-transform: translate(15%, -50%);
	-ms-transform: translate(15%, -50%);
	transform: translate(15%, -50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0
}
.about__room .info__room .col__image .image__wrapper .circle-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.about__room .info__room .col__image .image__wrapper .icon-blot {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.about__room .info__room .col__image .date-info {
	display: none
}
.about__room .menu__items {
	padding: 0;
	margin: 0;
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.about__room .menu__items .menu__item .icon-service {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 95px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 0
}
.about__room .menu__items .menu__item .icon-service .icon-service_color1 {
	display: none
}
.about__room .menu__items .menu__item .text-default {
	-webkit-transform: translate(-15px, 0);
	-ms-transform: translate(-15px, 0);
	transform: translate(-15px, 0)
}
.about__room .date-info {
	padding: 38px 137px 38px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	align-items: center;
	/* margin-bottom: 100px; */
	border: 1px solid #3d6ca1;
}
.about__room .date-info .wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}
.about__room .date-info .wrapper br {
	display: none
}
.about__room .date-info .date-out_on {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.about__room .date-info .icon-clock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 0px;
	font-size: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0 3%
}
.about__room .date-info .data-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #3d6ca1;
	margin-bottom: 10px
}
.about__room .service__room {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 60px
}
.about__room .service__room .service__title {
	color: #3d6ca1;
	font-weight: 700;
	display: block;
	font-family: 20px;
	margin-bottom: 35px;
	font-size: 20px;
	letter-spacing: .26px
}
.about__room .service__room .service__list {
	list-style: none;
	margin: 0;
	padding: 0
}
.about__room .service__room .text-default li:before {
	color: #3d6ca1;
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	background-color: #3d6ca1;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-right: 11px
}
.about__room .service__room .text-default .service__item {
	font-size: 16px;
	line-height: 30px
}
.about__room .service__room .service__extra {
	z-index: 2
}
.rooms__card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	background: #fff;
	-webkit-box-shadow: 1px 4px 23px 4px rgba(57, 57, 57, .17);
	box-shadow: 1px 4px 23px 4px rgba(57, 57, 57, .17)
}
.rooms__card .rooms__gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.rooms__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 60px 52px 60px 46px
}
.rooms__content .wrapper .wave-button {
	display: none
}
.rooms__content .wave-button {
	margin: 0 auto
}
.rooms__content .room__title {
	font-weight: 700;
	color: #3d6ca1;  
	margin-top: 0;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 1px
}
.rooms__content .price__room {
	font-size: 20px;
	font-weight: 700;
	color: #3d6ca1
}
.rooms__content .rooms__desc p {
	margin: 0;
	margin-bottom: 30px
}
.rooms__content .rooms__desc p:last-child {
	margin-bottom: 40px
}
.rooms__content .rooms__desc p span {
	display: inline-block;
	margin-top: 20px
}
.rooms__content .rooms__desc p span:first-child {
	margin: 0
}
.rooms__content .rooms__desc p span br {
	display: none
}
.rooms__content .rooms__table {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 85%;
	margin-bottom: 50px
}
.rooms__content .rooms__table .rooms__table-item {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 42%
}
.rooms__content .rooms__table .rooms__table-item .date {
	color: #3d6ca1;
	font-size: 16px;
	font-weight: 500;
	display: inline-block
}
.rooms__content .rooms__table .rooms__table-item .text-deafualt {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}
.rooms__content .price__room {
	margin-bottom: 20px;
	font-size: 20px
}
.rooms__gallery {
	/* padding: 50px; */
    /* padding: 60px 52px 60px 46px; */
    padding: 60px 40px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 574px;
	background-color: rgba(1, 95, 137, 0.2);
	overflow: hidden;
	width: 50%
}
.rooms__gallery .rooms__slider-arrows-dots {
	margin-top: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}
.rooms__gallery .slick-dots {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
	margin-top: 0
}
.rooms__gallery .slick-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	background: #3d6ca1;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 2px
}
.rooms__gallery .slick-dots li {
	margin-right: 10px;
	cursor: pointer
}
.rooms__gallery .slick-dots li:last-child {
	margin-right: 0
}
.rooms__gallery .slick-dots li.slick-active button {
	background: #3d6ca1
}
.rooms__gallery .slick-dots li:not(.slick-active) {
	opacity: .3
}
.rooms__gallery .room-info__slider-arrows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.rooms__gallery .slick-arrow {
	padding: 7px;
	height: 40px;
	width: 40px;
	border: 2px solid #3d6ca1
}
.rooms__gallery .slick-list {
	margin: 0 -1px
}
.rooms__gallery .slick-slide>div {
	padding: 0 1px
}
.rooms__gallery .slick-slide>div a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer
}
.rooms__gallery .slick-slide>div a img {
	cursor: pointer;
	height: 404px;
	width: 100%
}
.rooms__gallery .arrow-prev {
	margin-right: 30px
}
.rooms__gallery .arrow-next {
	margin-left: 30px
}
.rooms__gallery .arrow-next .arrow {
	padding: 20px;
	margin: 0;
	width: 20px;
	height: 15px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background: #3d6ca1;
	padding: 2px 20px
}
.rooms__gallery .arrow-next .arrow:hover {
	background: #ffd200
}
.rooms__gallery .arrow-next .arrow .stick {
	fill: #c0fcfe
}
.rooms__gallery .arrow-next .arrow-next .stick {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.rooms__gallery .arrow-next .arrow-prev .stick {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.rooms__gallery .arrow-next .arrow-prev {
	margin-right: 28px!important
}
.rooms__slider-bottom {
	/* margin: auto 0; */
}
.rooms__slider-bottom .slick-list {
	margin: 0 -1px
}
.rooms__slider-bottom .slick-slide>div {
	padding: 0 1px
}
.rooms__slider-bottom .slick-slide>div a {
	text-align: center;
	cursor: pointer;
	font-size: 0
}
.rooms__slider-bottom .slick-slide>div a img {
	cursor: pointer
}
.services .content {
	padding: 100px 0 150px 0
}
.services .content .subtitle {
	margin-bottom: 70px
}
.services .content .service__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.services .content .service__menu .service__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 160px
}
.services .content .service__menu .service__item .item__image-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 40%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px
}
.services .content .service__menu .service__item .item__image-block .wrapper {
	width: 87%;
	position: relative;
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.services .content .service__menu .service__item .item__image-block .wrapper .photo-service {
	width: 100%;
	margin-bottom: 50px
}
.services .content .service__menu .service__item .item__image-block .wrapper .photo-service_min {
	width: 328px;
	height: 257px;
	margin-left: 0;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-transform: translate(15%, 0);
	-ms-transform: translate(15%, 0);
	transform: translate(15%, 0)
}
.services .content .service__menu .service__item .item__image-block .wrapper .circle-text_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 0;
	-webkit-transform: translate(-15%, -30%);
	-ms-transform: translate(-15%, -30%);
	transform: translate(-15%, -30%)
}
.services .content .service__menu .service__item .item__image-block .wrapper .blot-two {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 20px;
	width: 113%
}
.services .content .service__menu .service__item .item_text-block {
	width: 50%
}
.services .content .service__menu .service__item .item_text-block .header_1 {
	margin-bottom: 30px
}
.services .content .service__menu .service__item .item_text-block .text-default {
	margin: 0;
	margin-bottom: 25px
}
.services .content .service__menu .service__item .food {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 280px;
	margin-top: 30px
}
.services .content .service__menu .service__item .food .icon-food {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	height: 80px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}
.services .content .service__menu .service__item .food .food__list {
	margin: 0;
	padding: 0;
	list-style: none
}
.services .content .service__menu .service__item .food .food__list .food__item {
	margin-bottom: 5px
}
.services .content .service__menu .service__item .food .food__list .food__item .pick {
	color: #3d6ca1;
	font-weight: 600;
	letter-spacing: .7px
}
.services .content .service__menu .service__item .food .food__list .text-default {
	margin: 0
}
.services .content .service__menu .service__item:nth-child(2n) {
	padding-right: 60px
}
.services .content .service__menu .service__item:nth-child(2n) .item_text-block {
	width: 46%;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.services .content .service__menu .service__item:nth-child(2n) .item_text-block .header_1 {
	margin-bottom: 45px
}
.services .content .service__menu .service__item:nth-child(2n) .item_text-block .text-default:nth-child(3) {
	margin-bottom: 0
}
.services .content .service__menu .service__item:nth-child(2n) .item__image-block {
	width: 40%;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	padding-top: 40px
}
.services .content .service__menu .service__item:nth-child(2n) .item__image-block .photo-service {
	margin: 0
}
.services .content .service__menu .service__item:nth-child(2n) .item__image-block .circle-text_wrap {
	top: 0;
	left: unset;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}
.services .content .service__menu .service__item:nth-child(3) .item_text-block {
	padding-top: 15px
}
.services .content .service__menu .service__item:nth-child(3) .item_text-block .header_1 {
	margin-bottom: 45px
}
.services .content .service__menu .service__item:nth-child(3) .item__image-block {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.services .content .service__menu .service__item:nth-child(3) .item__image-block .wrapper {
	width: 87%
}
.services .content .service__menu .service__item:nth-child(4) .item__image-block .circle-text_wrap {
	top: unset;
	bottom: 0;
	left: unset;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}
.services .content .service__menu .service__item:nth-child(4) .item_text-block {
	padding: 0
}
.services .content .service__menu .service__item:nth-child(4) .item_text-block .text-default:nth-child(3) {
	margin-bottom: 30px
}
.services .content .service__menu .service__item:last-child {
	margin: 0
}
.services .content .service__menu .service__item:last-child .item__image-block {
	width: 50%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}
.services .content .service__menu .service__item:last-child .item__image-block .circle-text_wrap {
	top: 0;
	bottom: unset;
	right: unset;
	margin-left: 10px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.services .content .service__menu .service__item:last-child .item_text-block {
	width: 42%
}

.services .content .service__menu .service__item:last-child .food {
	width: 100%
}
.services .content .service__menu .service__item:last-child .food .food__list {
	margin: 0
}
.services .content .service__menu .service__item:last-child .food .food__list .food__item:nth-child(1) {
	margin-bottom: 30px
}
.requisites .content .wrapper {
	text-align: center
}
.requisites .content .wrapper .header_1 {
	text-align: center;
	margin-bottom: 80px
}
.requisites .content .wrapper .line:after {
	bottom: -40%;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	top: unset
}
.requisites .content .wrapper .pick {
	color: #3d6ca1;
	font-weight: 700;
	font-size: 16px
}
.requisites .content .wrapper .tel {
	margin-left: 15px
}
.main-reviews .main__content {
	padding: 60px 0 0;
}
h1{
    margin-top:0;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    color: #3d6ca1;
    font-family: Rubik;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 56px;
    text-align: left;
}
.main-reviews .main__content .reviews-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.main-reviews .main__content .reviews-list .column {
	width: 48.45%
}
.main-reviews .main__content .reviews-list .column .item {
	position: relative;
	padding: 54px 40px 80px;
	-webkit-box-shadow: 1px 4px 23px 4px rgba(57, 57, 57, .17);
	box-shadow: 1px 4px 23px 4px rgba(57, 57, 57, .17);
	border: none;
	margin-bottom: 35px;
	background-color: #fff;
	z-index: 0
}
.main-reviews .main__content .reviews-list .column .item .decor-radius {
	display: inline-block;
	width: 115px;
	height: 90px;
	position: absolute;
	background-color: #3d6ca13d;
	-webkit-border-radius: 0 0 5px 200px;
	border-radius: 0 0 5px 200px;
	top: 0;
	right: 0;
	z-index: -1
}
.main-reviews .main__content .reviews-list .column .item .prop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
	background-image: url(/app/images/quotes.png);
	background-repeat: no-repeat;
	background-position: 100% 0
}
.main-reviews .main__content .reviews-list .column .item .author {
	display: inline-block;
	margin-bottom: 10px
}
.main-reviews .main__content .reviews-list .column .item .date {
	color: #222222
}
.gallery {
	margin-top: 0;
	margin-bottom: 0
}
.home-page .gallery-blocks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0 90px
}
.home-page .gallery-blocks .line:after {
	top: unset;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.home-page .gallery-blocks .header_1 {
	text-align: center;
	margin-bottom: 50px
}
.gallery-button {
	margin-top: 60px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.gallery-button a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff
}
.gallery-button a:hover {
	color: #3d6ca1
} 
.subtitle .text-default {
	margin-bottom: 0
}
.gallery-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -3.5px;
	margin-right: -3.5px;
	margin-top: 20px;
	margin-bottom: 60px
}
.gallery-content a {
	display: block;
	font-size: 0;
	margin: 3.5px;
	width: -webkit-calc((100% - (5 * 7px))/ 5);
	width: calc((100% - (5 * 7px))/ 5);
	position: relative
}
.gallery-content a span {
	position: relative
}
.gallery-content a img {
	-webkit-transition: all .4s linear 0s;
	transition: all .4s linear 0s
}
.gallery-content a:hover img {
	-webkit-transform: scale(1.1) translate3d(0, 0, 0);
	transform: scale(1.1) translate3d(0, 0, 0)
}
.gallery-content a span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/zoom.png) 50% 50% no-repeat rgba(12, 204, 207, .5);
	content: '';
	display: block;
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s
}
.gallery-content a:hover span::after {
	opacity: 1
}
.gallery-content a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.gallery-content a img {
	width: 100%;
	height: auto
}
.page-gallery .container {
	width: 1760px;
	max-width: 100%
}
.page-gallery .gallery-blocks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 130px 0 120px 0
}
.page-gallery .gallery-blocks .line:after {
	top: unset;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.footer-reviews .icon-blot {
	position: absolute;
	left: 0;
	bottom: 55%;
	z-index: -5;
	width: 100vw;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform
}
.footer-reviews .icon-blot .st0 {
	fill: #3d6ca1
}
.footer-reviews .content {
	position: relative;
	padding: 50px 0 120px 0
}
.footer-reviews .content .form {
	width: 100%
}
.footer-reviews .content h3 {
	width: 100%;
	margin-top: 0
}
.footer-reviews .content .header_3 {
	margin-bottom: 50px
}
.footer-reviews .content .button {
	-webkit-box-shadow: 1px 2px 8px 1px rgba(20, 40, 40, .26);
	box-shadow: 1px 2px 8px 1px rgba(20, 40, 40, .26)
}
.footer-reviews .form-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px
}
.footer-reviews .form-wrapper .contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
	width: 32.93%
}
.room__slider-bottom .arrow-next {
    position: absolute;
    bottom: 0;
    background: linear-gradient(273.78deg, #93C2F7 0.93%, #7CADE4 99.34%);
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 0;
    left: 80px;
    margin:0;
    z-index: 1;    
    opacity: 1;
}
.room__slider-bottom .arrow-prev  {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 0;
    left: 0px;
    margin:0;
    z-index: 1; 
    opacity: 1;
}
.room__slider-bottom .arrow svg{
    width: 12px;
    height: 20px;
}
.room__slider-bottom .arrow:hover{
    background: linear-gradient(273.78deg, #4383CB 0.93%, #6FA9EB 99.34%);
    box-shadow: 0px 30px 40px -20px rgba(3, 43, 69, 0.19);
}
.room__slider-bottom .arrow:hover path{
    fill:#ffffff;
}
.footer-reviews .form-wrapper .contacts .form-item label {
	left: 20px
}
.footer-reviews .form-wrapper .contacts .form-item input {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 20px
}
.footer-reviews .form-wrapper .comment {
	width: 60.55%;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}
.footer-reviews .form-wrapper .comment label {
	left: 20px
}
.footer-reviews .form-wrapper .comment textarea {
	padding-left: 20px;
	resize: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*-webkit-border-radius: 25px;*/
	/*border-radius: 25px*/
}
.footer-reviews .footer-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.footer-reviews .footer-wrapper .terms {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.footer-reviews .footer-wrapper .wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.footer-reviews .footer-wrapper .wrapper input {
	-webkit-box-shadow: none;
	box-shadow: none
}
.footer-reviews .footer-wrapper .wrapper .form-item-terms {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.footer-reviews .footer-wrapper .wave-button {
	margin-left: auto
}
.requisites {
	z-index: -3;
	width: 100%;
	background-image: url(/app/images/nomera_2.jpg);
	overflow: hidden;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: auto 115%;
	background-position: 54% 100%
}
.requisites .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 100px 100px 350px 100px
}
.requisites .content .subtitle {
	margin-bottom: 50px
}
.requisites .content .line:after {
	left: 50%;
	top: 150%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.requisites .content .text__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal
}
.requisites .content .text__wrapper .pick {
	font-weight: 600;
	color: #3d6ca1
}
.requisites .content .text__wrapper .address__item {
	text-align: center
}
.requisites .content .text__wrapper .address__item:nth-child(4n) {
	margin-bottom: 30px
}
.copyright {
    border-top: 2px #fff solid;
    background: #659cdb;
}
.copyright .container .copyright-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	min-height: 100px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.copyright .container .copyright-content>div {
	padding-left: 20px;
	padding-right: 20px
}
.copyright .container .copyright-content>div:first-child {
	padding-left: 0!important
}
.copyright .container .copyright-content>div:last-child {
	padding-right: 0!important
}
.copyright .container .copyright-content .copyright__copy {
	color: #fff;
	font-size: 15px
}
.copyright .container .copyright-content .copyright__terms a {
	font-size: 15px;
	color: #fff;
	text-decoration: none
}
.copyright .container .copyright-content .copyright__terms a:hover {
	text-decoration: none;
	color: #3d6ca1
}
.copyright .container .copyright-content .copyright__created a {
	font-size: 15px;
	text-decoration: none;
	color: #fff
}
.copyright .container .copyright-content .copyright__created a:hover {
	text-decoration: none
}
.copyright .container .copyright-content .copyright__created a:hover span {
	color: #ffd200;
	text-decoration: underline
}
.copyright .container .copyright-content .copyright__created span {
	color: #fff;
	text-decoration: none;
	font-size: 15px
}
/*.footer {
	background-color: #e6f3f7;
}
.footer__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 104px;
	padding: 32px 18px 45px 28px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.footer__copyright a{
	color: #040405;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.7px;
	text-decoration: none;
}
.footer__copyright span{
	color: #040405;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.7px;
	text-decoration: none;
}
.footer__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.footer__item:nth-child(4) {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.footer__item.logo img {
	display: block;
	width: 67px;
}
.footer__item .contact-wrapper:nth-child(1) {
	width: 100%
}
.footer__item .contact-wrapper a {
	text-decoration: none;
	color: #040405;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.7px;
}
.footer__item .call-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin-right: 15px
}
.footer .footer__copyright {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 27px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: .6
}
.footer .footer__copyright .copyright-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	color: #3d6ca1
}
.footer .footer__copyright .copyright-wrapper .text-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.footer .footer__copyright .copyright-wrapper .text-wrapper .copyright-text_1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 40px
}
.footer .footer__copyright .copyright-wrapper .text-wrapper .copyright-text_2 {
	margin-left: 90px
}
.footer .footer__copyright .copyright-wrapper .copyright-text_3 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.footer .footer__copyright .logo-wrapper a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	text-decoration: none
}
.footer .footer__copyright .logo-wrapper .text-logo {
	font-size: 15px;
	line-height: 15px;
	color: #3d6ca1;
	margin-left: 8px
}
.footer .footer__copyright .logo-wrapper .web2-logo {
	width: 55px;
	height: 23px;
	display: inline-block
}
.footer .footer__copyright .wave-button {
	background-color: transparent;
	border: 2px solid #3d6ca1;
	color: #3d6ca1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	display: none
}*/
.form-callback {
	display: none;
	width: 610px;
	padding: 70px 60px;
	background: #3d6ca1;
	-webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, .17);
	box-shadow: 0 20px 80px rgba(0, 0, 0, .17)
}
.form-callback.active {
	display: block
}
.form-callback .form-callback__input-block {
	width: 295px;
	margin: 0 auto
}
.form-callback .form-item {
	margin-bottom: 30px
}
.form-callback .checkbox {
	margin-bottom: 3px
}
.form-callback .checkbox label {
	color: #c0fcfe
}
.form-callback .checkbox a {
	color: #c0fcfe
}
.form-callback .header_2, .form-callback .header_2-small {
	text-transform: uppercase;
	margin-top: 0;
	text-align: center;
	margin-bottom: 40px
}
.form-desc {
	background-image: url(/app/images/call_back_bg.jpg);
	background-color: #eaeaea;
	background-size: cover;
	background-position: 60%;
	z-index: -2
}
.form-desc .content {
	position: relative;
	padding: 70px 235px 200px 235px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1
}
.form-desc .content h3{
	text-align: center;
}
.form-desc .content p {
	text-align: center;
	font-size: 18px;
	color: #252525;
	z-index: 1;
}
.form-desc .content .form-svg_blot {
	width: 100%;
	max-width: 720px;
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform;
	z-index: 0;
	top: 5%;
}
.form-desc .subtitle {
	z-index: 1;
	margin-bottom: 65px
}
.form-desc .header_1 {
	margin-bottom: 55px
}
.form-desc .line::after {
	top: unset;
	bottom: -25px;
	left: 50%;
	margin-left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.form-desc .subhead {
	text-align: center;
	z-index: 1;
	margin-bottom: 45px
}
.form-desc .text-default {
	color: #040405;
	font-size: 14px;
}
.form-desc .text-default a {
	color: #3d6ca1;
	text-decoration: underline;
	font-weight: 500
}
.form-desc .phone {
	color: #fff;
	text-decoration: none
}
.form-desc .phone:hover {
	color: #3d6ca1;
	text-decoration: underline
}
.form-desc .form {
	width: 768px;
		margin-top: 70px;
	max-width: 100%;
	padding: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 5
}
.form-desc .form [class^=header] {
	margin-top: 0
}
.form-desc .form-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}
.form-desc .form-item label {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 203px
}
.form-desc .form-item input {
	/*-webkit-border-radius: 50px;*/
	/*border-radius: 50px;*/
	width: 240px;
	margin: 0;
	width: 100%;
	height: 50px;
	-webkit-box-shadow: unset;
	box-shadow: unset
}
.form-desc .form-item input::-webkit-input-placeholder {
	text-transform: lower;
}
.form-desc .form-item input::-moz-placeholder {
	text-transform: lower;
}
.form-desc .form-item input:-ms-input-placeholder {
	text-transform: lower;

}
.form-desc .form-item input::placeholder {
	text-transform: lower;

}
.form-desc .form-item.checkbox {
	margin: 0;
	background-color: #fff
}
.form-desc .form-item .wave-button {

	width: 270px;
	position: absolute;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	/*-webkit-border-radius: 50px;*/
	/*border-radius: 50px;*/
	height: 50px;
	line-height: 16px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 12px
}
.form-desc .form-item .wave-button .call-icon {
	fill: #fff
}
.form-desc .form-item .wave-button:hover .call-icon {
	fill: #3d6ca1
}
.form-desc .form-item .call_svg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 15px;
	width: 22px
}
.form-desc .wrapper .form-item-terms {
	z-index: 5;
	display: block;
	text-align: center;
}
.form-desc .wrapper .form-item-terms label {
	font-size: 14px
}
.form-desc .wrapper .form-item-terms input {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-size: 16px
}
.hero-form {
	position: relative
}
.hero-form .hero-form-content {
	padding: 50px 0 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.hero-form .hero-form-content .form {
	width: 410px;
	position: absolute;
	padding: 75px 50px 75px 50px;
	bottom: 0;
	z-index: 10;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: grey;
	-webkit-box-shadow: 2px 2px 12px 2px #8e5252;
	box-shadow: 2px 2px 12px 2px #8e5252
}
.hero-form .hero-form-content .form:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	top: 10px;
	left: 0;
	background: red
}
.hero-form .hero-form-content .form:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 10px;
	left: 0;
	background: red
}
.hero-form .hero-form-content .form:hover {
	-webkit-box-shadow: 2px 2px 12px 2px grey;
	box-shadow: 2px 2px 12px 2px grey
}
.hero-form .hero-form-content .form .part-input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.hero-form .hero-form-content .form .part-input .form-group {
	width: 45%
}
.hero-form .hero-form-content .form label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}
.hero-form .hero-form-content .form input[type=tel], .hero-form .hero-form-content .form input[type=text] {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 11px 35px;
	color: #3d6ca1;
	font-size: 16px;
	line-height: 24px;
	border: 2px solid transparent;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 18px 3px rgba(20, 40, 40, .14);
	box-shadow: 0 0 18px 3px rgba(20, 40, 40, .14);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%!important;
	margin-bottom: 10px
}
.hero-form .hero-form-content .form input[type=tel]:focus, .hero-form .hero-form-content .form input[type=text]:focus {
	background-color: #fff;
	outline: 0;
	border-color: #3d6ca1;
	color: #222222
}
.hero-form .hero-form-content .form .form-group:last-child input {
	margin-bottom: 0
}
.hero-form .hero-form-content .form .form-group:last-child {
	margin-bottom: 20px
}
.hero-form .hero-form-content .form p.caption {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 16px;
	color: #000
}
.hero-form .hero-form-content .form .form-item-terms {
	margin-bottom: 20px
}
.hero-form .hero-form-content .form .form-item-terms a {
	font-weight: 300;
	font-size: 16px;
	color: grey
}
.hero-form .hero-form-content .text {
	width: -webkit-calc(100% - 410px);
	width: calc(100% - 410px);
	margin-left: auto;
	padding-left: 45px
}
.hero-form .hero-form-content .text p {
	font-weight: 300;
	font-size: 22px;
	color: grey
}
.hero-form .hero-form-content .button {
	margin: 0 auto;
	margin-top: 40px
}
.hero-form #selectBox {
	width: 100%;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px
}
.hero-form #selectBox input.valueTag {
	cursor: pointer
}
.hero-form #selectBox>div.arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	-webkit-transition: all .2s;
	transition: all .2s
}
.hero-form #selectBox.active #selectMenuBox {
	max-height: 200px
}
.hero-form #selectBox.active div.arrow {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.hero-form #selectMenuBox {
	background: #fff;
	width: 100%;
	max-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	margin-top: 0;
	z-index: 10;
	display: block;
	padding-left: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transition-timing-function: cubic-bezier(.18, .89, .32, 1.28);
	transition-timing-function: cubic-bezier(.18, .89, .32, 1.28)
}
.hero-form #selectMenuBox>li {
	display: block;
	padding: 10px;
	cursor: pointer
}
.hero-form #selectMenuBox li:first-child {
	margin-top: 10px
}
.hero-form #selectMenuBox li:last-child {
	margin-bottom: 10px
}
.hero-form #selectMenuBox li.option {
	font-weight: 300;
	font-size: 16px;
	color: grey;
	padding: 10px
}
.hero-form #selectMenuBox li.option:hover {
	color: #333;
	background: #e1e1e1;
	-webkit-transition: .2s;
	transition: .2s
}
.hero-form ::-webkit-scrollbar {
	background: 0 0;
	width: .3em;
	position: absolute
}
.hero-form ::-webkit-scrollbar-track {
	background: 0 0;
	position: absolute;
	z-index: -2
}
.hero-form ::-webkit-scrollbar-thumb {
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background: grey
}
.gallery {
	margin-top: 0;
	margin-bottom: 0
}

.home-page .gallery-blocks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0 90px
}
.home-page .gallery-blocks .line:after {
	top: unset;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.home-page .gallery-blocks .header_1 {
	text-align: center;
	margin-bottom: 50px
}
.gallery-button {
	margin-top: 60px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.gallery-button a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff
}
.gallery-button a:hover {
	color: #3d6ca1
} 
.subtitle .text-default {
	margin-bottom: 0
}
.gallery-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -3.5px;
	margin-right: -3.5px;
	margin-top: 20px;
	margin-bottom: 60px
}
.gallery-content a {
	display: block;
	font-size: 0;
	margin: 3.5px;
	width: -webkit-calc((100% - (5 * 7px))/ 5);
	width: calc((100% - (5 * 7px))/ 5);
	position: relative
}
.gallery-content a span {
	position: relative
}
.gallery-content a img {
	-webkit-transition: all .4s linear 0s;
	transition: all .4s linear 0s
}
.gallery-content a:hover img {
	-webkit-transform: scale(1.1) translate3d(0, 0, 0);
	transform: scale(1.1) translate3d(0, 0, 0)
}
.gallery-content a span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/zoom.png) 50% 50% no-repeat rgba(12, 204, 207, .5);
	content: '';
	display: block;
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s
}
.gallery-content a:hover span::after {
	opacity: 1
}
.gallery-content a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.gallery-content a img {
	width: 100%;
	height: auto
}
.info-room .content {
	padding: 62.5px 56px 214px 56px
}
.info-room .content .info-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 1px 4px 23px 4px rgba(57, 57, 57, .07);
	box-shadow: 1px 4px 23px 4px rgba(57, 57, 57, .07)
}
.info-room .content .info-block .col-room__photo {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(192, 252, 254, .4);
	padding: 99px 46px 70px 33px
}
.info-room .content .info-block .col-room__photo .room-img {
	width: 100%
}
.info-room .content .info-block .col-room__photo .room-img a {
	font-size: 0;
	margin-bottom: 60px
}
.info-room .content .info-block .col-room__photo .room-img img {
	width: 485px;
	height: 409px
}
.info-room .content .info-block .col-room__photo .room-img__slider-arrows-dots {
	margin-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.info-room .content .info-block .col-room__photo .slick-dots {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
	margin-top: 0
}
.info-room .content .info-block .col-room__photo .slick-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	background: #3d6ca1;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0
}
.info-room .content .info-block .col-room__photo .slick-dots li {
	margin-right: 25px;
	cursor: pointer
}
.info-room .content .info-block .col-room__photo .slick-dots li:last-child {
	margin-right: 0
}
.info-room .content .info-block .col-room__photo .slick-dots li.slick-active button {
	background: #3d6ca1
}
.info-room .content .info-block .col-room__photo .room-img__slider-arrows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.info-room .content .info-block .col-room__photo .slick-arrow {
	padding: 3px
}
.info-room .content .info-block .col-room__photo .arrow-prev {
	margin-right: 30px
}
.info-room .content .info-block .col-room__photo .arrow-next {
	margin-left: 30px
}
.info-room .content .info-block .col-room__photo .arrow-next .arrow {
	padding: 20px;
	margin: 0;
	width: 20px;
	height: 15px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background: #3d6ca1;
	padding: 2px 20px
}
.info-room .content .info-block .col-room__photo .arrow-next .arrow:hover {
	background: #ffd200
}
.info-room .content .info-block .col-room__photo .arrow-next .arrow .stick {
	fill: #c0fcfe
}
.info-room .content .info-block .col-room__photo .arrow-next .arrow-next .stick {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.info-room .content .info-block .col-room__photo .arrow-next .arrow-prev .stick {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.info-room .content .info-block .col-room__photo .arrow-next .arrow-prev {
	margin-right: 28px!important
}
.info-room .content .info-block .col-room__description {
	width: 50%;
	padding: 60px 50px 60px 46px
}
.info-room .content .info-block .col-room__description .room__title {
	display: block;
	font-size: 26px;
	border-left: 5px solid #ffd200;
	font-weight: 700;
	color: #3d6ca1;
	padding-left: 18px;
	margin-bottom: 40px
}
.info-room .content .info-block .col-room__description>ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.info-room .content .info-block .col-room__description .service__list .service__item .text-default {
	margin-top: 0;
	margin-bottom: 30px
}
.info-room .content .info-block .col-room__description .service__list .service__item .item__title {
	color: #3d6ca1;
	font-size: 16px;
	font-weight: 700
}
.info-room .content .info-block .col-room__description .room__price {
	font-size: 20px;
	color: #3d6ca1;
	font-weight: 700;
	margin-bottom: 25px
}
.info-room .content .info-block .col-room__description .price__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 160px;
	margin-bottom: 50px
}
.info-room .content .info-block .col-room__description .price__list .price__item {
	margin-bottom: 26px;
	width: 190px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.info-room .content .info-block .col-room__description .price__list .price__item:nth-child(4) {
	margin-bottom: 0
}
.info-room .content .info-block .col-room__description .price__list .price__item .data {
	color: #3d6ca1;
	font-size: 16px;
	font-weight: 600
}
.info-room .content .info-block .col-room__description .price__list .price__item .text-default {
	line-height: 20px
}
.info-room .content .info-block .col-room__description .button {
	margin-bottom: 0
}
.page-services .content {
	padding: 100px 105px 60px 105px
}
.page-services .content .subtitle {
	margin-bottom: 65px
}
.page-services .content .header_3{
	margin-top:-7px;
}
.page-services .content .service-col {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	margin-bottom: 120px;
}
.page-services .content .service-col .left-col {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.page-services .content .service-col .left-col .wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}
.page-services .content .service-col .left-col .wrapper .wrapper-image {
	position: relative
}
.page-services .content .service-col .left-col .wrapper .img-col_1 {
	width: 341px;
}
.page-services .content .service-col .left-col .wrapper .circle-text_wrap {
	left: unset;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}
.page-services .content .service-col .circle-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0
}
.page-services .content .service-col .right-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 0 0 72px;
	padding-left: 10px
}
.page-services .content .service-col .right-col .text-default {
	margin: 0
}
.page-services .content .service-col .header_1 {
	margin-bottom: 35px
}
.page-services .content .service-col:nth-child(2) .left-col {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.page-services .content .service-col:nth-child(2) .left-col .wrapper {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 83%
}
.page-services .content .service-col:nth-child(2) .left-col .wrapper .wrapper-img {
	font-size: 0;
	position: relative
}
.page-services .content .service-col:nth-child(2) .left-col .wrapper .circle-text_wrap {
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	top: 0;
	right: 0;
	left: unset
}
.page-services .content .service-col:nth-child(2) .left-col .wrapper .circle-text_wrap .circle-text {
	position: absolute;
	width: 100%
}
.page-services .content .service-col:nth-child(2) .right-col {
	margin: 0 65px 0 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding: 0;
	padding-right: 25px
}
.page-services .content .service-col:nth-child(2) .right-col .header_1 {
	margin-bottom: 25px
}
.page-services .content .service-col:nth-child(2) .right-col .text-default {
	margin: 0;
	margin-bottom: 25px
}
.page-services .content .service-col:nth-child(2) .right-col .text-default:last-child {
	margin: 0
}
.page-services .content .service-col:nth-child(3) {
	margin: 0
}
.page-services .content .service-col:nth-child(3) .left-col .wrapper {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}
.page-services .content .service-col:nth-child(3) .left-col .wrapper .wrapper-img {
	position: relative
}
.page-services .content .service-col:nth-child(3) .left-col .wrapper .circle-text_wrap {
	top: 0;
	left: 0;
	bottom: unset;
	right: unset;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.page-services .content .service-col .blot-col .text-default {
	margin-top: 0;
	margin-bottom: 25px
}
.page-services .content .service-col .blot-col .text-default:last-child {
	padding-right: 45px;
	margin: 0
}
.page-services svg {
	display: block
}
.reservation-form-callback {
	padding: 65px 75px 65px 75px;
	background-color: #fff;
	width: 1090px
}
.reservation-form-callback .header_1 {
	text-align: left;
	margin-bottom: 50px
}

.reservation-form-callback .wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 35px
}
.reservation-form-callback .wrapper .left-group {
	width: 479px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.reservation-form-callback .wrapper .left-group .subtitle {
	text-align: left;
	margin-bottom: 25px
}
.reservation-form-callback .wrapper .left-group .form-group {
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 45px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.reservation-form-callback .wrapper .left-group .form-group input {
	color: #3d6ca1;
	background-color: transparent;
	z-index: 2;
	padding: 11px 15px
}
.reservation-form-callback .wrapper .left-group .form-group .icon-date {
	position: relative;
	width: 100%
}
.reservation-form-callback .wrapper .left-group .form-group .icon-date:before {
	content: url(/app/images/calendar.png);
	margin: 0;
	margin-top: -8px;
	right: 2px;
	top: 80%;
	position: absolute;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	-webkit-transform: translate(-150%, 130%);
	-ms-transform: translate(-150%, 130%);
	transform: translate(-150%, 130%);
	z-index: 1
}
.reservation-form-callback .wrapper .left-group .form-group .form-item {
	width: 46%;
	margin-bottom: 0
}
.reservation-form-callback .wrapper .left-group .form-group .form-item:first-child label {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.reservation-form-callback .wrapper .left-group .form-group .form-item:first-child .control-label-date {
	left: 0;
	margin-left: 6px;
	position: relative;
	line-height: 50px;
	color: #222222;
	font-size: 14px
}
.reservation-form-callback .wrapper .left-group .form-group:nth-child(2) .control-label-date {
	position: relative;
	line-height: 50px;
	left: 0;
	margin-left: 6px;
	color: #222222;
	font-size: 14px
}
.reservation-form-callback .wrapper .left-group .form-group:nth-child(2) input {
	color: #3d6ca1;
	margin: 0
}
.reservation-form-callback .wrapper .left-group .how-guests__text {
	font-size: 14px;
	margin-left: 5px;
	margin-bottom: 10px
}
.reservation-form-callback .wrapper .right-group {
	width: 390px
}
.reservation-form-callback .wrapper .right-group .subtitle {
	text-align: left;
	margin-bottom: 35px
}
.reservation-form-callback .wrapper .right-group .text-default {
	font-size: 14px;
	margin-bottom: 35px
}
.reservation-form-callback .wrapper .right-group .form-item {
	margin-bottom: 45px
}
.reservation-form-callback .wrapper .right-group .form-item:last-child {
	margin-bottom: 0
}
.reservation-form-callback .wrapper .right-group .form-group .form-control {
	padding: 11px 15px
}
.reservation-form-callback .form__footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.reservation-form-callback .form__footer .wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0
}
.reservation-form-callback .form__footer .wrapper .form-item-terms {
	margin-bottom: 35px
}
.reservation-form-callback .form__footer .wrapper .form-item-terms .text-default {
	font-size: 14px
}
.reservation-form-callback .form__footer .wrapper .form-item-terms:last-child {
	margin: 0
}
.reservation-form-callback .form__footer .wave-button {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}
.reservation-form-callback label {
	right: unset;
	left: 20px
}
.reservation-form-callback #selectBox {
	width: 100%;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px
}
.reservation-form-callback #selectBox .caption {
	font-size: 14px;
	margin: 0;
	margin-left: 5px;
	margin-bottom: 10px
}
.reservation-form-callback #selectBox input.valueTag {
	cursor: pointer;
	margin: 0;
	padding-left: 19px
}
.reservation-form-callback #selectBox>div.arrow {
	position: absolute;
	right: 25px;
	top: 65%;
	background-image: url(../images/arrow.png);
	background-position: center;
	width: 32px;
	height: 32px;
	-webkit-transition: all .2s;
	transition: all .2s;
	border: none;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	height: 9px;
}
.reservation-form-callback #selectBox.active {
	-webkit-transition: all 1s;
	transition: all 1s
}
.reservation-form-callback #selectBox.active #selectMenuBox {
	max-height: 200px;
	-webkit-box-shadow: 1px 10px 23px 4px rgba(57, 57, 57, .17);
	box-shadow: 1px 10px 23px 4px rgba(57, 57, 57, .17)
}
.reservation-form-callback #selectBox.active input.valueTag {
	-webkit-border-radius: 25px 25px 0 0;
	border-radius: 25px 25px 0 0;
	border: 2px solid transparent
}
.reservation-form-callback #selectBox.active div.arrow {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.reservation-form-callback button {
	position: relative;
	top: 0;
	right: 0
}
.reservation-form-callback #selectMenuBox {
	background: #fff;
	width: 100%;
	max-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	margin-top: 0;
	left: 0;
	z-index: 10;
	display: block;
	padding-left: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transition-timing-function: cubic-bezier(.18, .89, .32, 1.28);
	transition-timing-function: cubic-bezier(.18, .89, .32, 1.28);
	top: 100%;
	/*-webkit-border-radius: 0 0 25px 25px;*/
	/*border-radius: 0 0 25px 25px*/
}
.reservation-form-callback #selectMenuBox>li {
	display: block;
	padding: 10px;
	cursor: pointer
}
.reservation-form-callback #selectMenuBox li:first-child {
	margin-top: 0
}
.reservation-form-callback #selectMenuBox li:last-child {
	margin-bottom: 10px;
	padding-bottom: 20px
}
.reservation-form-callback #selectMenuBox li.option {
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	padding: 10px;
	padding-left: 12px
}
.reservation-form-callback #selectMenuBox li.option:hover {
	color: #3d6ca1;
	-webkit-transition: .2s;
	transition: .2s
}
.reservation-form-callback ::-webkit-scrollbar {
	background: 0 0;
	width: .3em;
	position: absolute
}
.reservation-form-callback ::-webkit-scrollbar-track {
	background: 0 0;
	position: absolute;
	z-index: -2
}
.reservation-form-callback ::-webkit-scrollbar-thumb {
	-webkit-border-radius: 100px;
	border-radius: 100px
}
.converse-form {
	width: 866px;
	height: 596px;
	background-color: #fff;
	padding: 80px 150px 120px 150px
}
.converse-form .subtitle {
	margin-bottom: 50px
}
.converse-form .header_1 {
	text-align: center;
	margin-bottom: 50px
}
.converse-form .line:after {
	top: unset;
	left: 50%;
	margin: 0;
	bottom: -50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}
.converse-form .subhead {
	text-align: center;
	margin-bottom: 50px
}
.converse-form .form-callback__input-block {
	position: relative;
	width: auto
}
.converse-form .form-callback__input-block .form-item {
	position: relative;
	width: auto;
	margin-bottom: 30px
}
.converse-form .form-callback__input-block .button-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	margin: 0;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	height: 50px;
	width: 295px;
	-webkit-box-shadow: 0 0 18px 3px rgba(20, 40, 40, .14);
	box-shadow: 0 0 18px 3px rgba(20, 40, 40, .14)
}
.converse-form .form-callback__input-block .button-wrapper:hover .phone-svg {
	fill: #3d6ca1
}
.converse-form .form-callback__input-block .button-wrapper .wave-button {
	width: 100%
}
.converse-form .form-callback__input-block .form-item-terms { 
	align-items: center
}
.converse-form .form-callback__input-block .form-item-terms .text-default {
    font-size: 12px;
    color: #222222;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
}
.converse-form .decor__shell-top {
	background-image: url(/app/images/form);
	background-size: cover;
	background-repeat: no-repeat;
	width: 295px;
	height: 170px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(5%, -13%);
	-ms-transform: translate(5%, -13%);
	transform: translate(5%, -13%)
}
.converse-form .decor__shell-bottom {
	background-image: url(/app/images/form_a);
	background-repeat: no-repeat;
	background-size: cover;
	width: 231px;
	height: 323px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-34%, 17%);
	-ms-transform: translate(-34%, 17%);
	transform: translate(-34%, 17%)
}
.converse-form .decor__shell-right {
	background-image: url(/app/images/form_b);
	background-repeat: no-repeat;
	background-size: cover;
	width: 70px;
	height: 73px;
	position: absolute;
	bottom: 35%;
	right: 0;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0)
}
.reviews .content {
	padding: 50px 0 90px
}
.reviews .content {
	padding: 50px 120px 90px
}
.reviews [class^=header] {
	width: 100%
}
.reviews .item {
	border: 2px solid #fff
}
.reviews .button-block {
	width: 100%;
	margin-top: 60px
}
.reviews-list .item {
	position: relative;
	padding: 60px
}
.reviews-list .item:not(:last-child) {
	margin-bottom: 40px
}
.reviews-list .prop, .reviews-list .text {
	color: #222222;
	font-family: Montserrat, sans-serif
}
.reviews-list .text {
	margin: 0 0 30px
}
.reviews-list .prop {
	display: inline-block;
	margin: 0;
	text-align: right
}
.reviews-list .author {
	color: #3d6ca1;
	font-weight: 700
}
.reviews-list .date {
	color: #fff;
	font-weight: 400
}
.main-reviews .count {
	margin-bottom: 30px
}
.main-reviews .item {
	border: 2px solid #3d6ca1
}
.main-reviews .pagination {
	/* margin: 40px 0!important */
	margin: 0;
}
.main-reviews .form [class^=header] {
	width: 100%
}
.main-reviews .form form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.main-reviews .form h3 {
	width: 100%;
	margin-top: 0;
	margin-bottom: 40px
}
.main-reviews .form .button {
	-webkit-box-shadow: 1px 2px 8px 1px rgba(20, 40, 40, .26);
	box-shadow: 1px 2px 8px 1px rgba(20, 40, 40, .26)
}
.main-reviews .contacts {
	width: 100%;
	max-width: 100%;
	width: 32.93%
}
.main-reviews .contacts .form-item:first-child {
	margin-bottom: 40px
}
.main-reviews .comment {
	width: 60.55%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 40px;
	margin-bottom: 50px
}
.main-reviews .comment textarea {
	height: 140px;
	resize: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid red;
	-webkit-border-radius: 25px;
	border-radius: 25px
}
.main-reviews .terms {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 40px 0 40px
}
.main-reviews .wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.rooms-services {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 90px
}
.rooms-services__half {
	width: 50%
}
.rooms-services__half:first-child {
	padding-right: 45px
}
.rooms-services__half:last-child {
	padding-left: 45px
}
.rooms-services h2, .rooms-services h3, .rooms-services h4 {
	margin-top: 0
}
.rooms-services__list {
	padding: 0;
	margin: 0
}
.rooms-services__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0;
	padding-left: 50px;
	list-style-type: none
}
.rooms-services__image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, .45)
}
@font-face {
	font-family: lg;
	src: url(../fonts/lg.eot?n1z373);
	src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal
}
.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, .45);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #fff
}
.lg-actions .lg-next {
	right: 20px
}
.lg-actions .lg-next:before {
	content: "\e095"
}
.lg-actions .lg-prev {
	left: 20px
}
.lg-actions .lg-prev:after {
	content: "\e094"
}
@-webkit-keyframes lg-right-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: -30px
	}
}
@keyframes lg-right-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: -30px
	}
}
@-webkit-keyframes lg-left-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: 30px
	}
}
@keyframes lg-left-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: 30px
	}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative
}
.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none!important;
	outline: 0;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}
.lg-toolbar .lg-icon:hover {
	color: #fff
}
.lg-toolbar .lg-close:after {
	content: "\e070"
}
.lg-toolbar .lg-download:after {
	content: "\e0f2"
}
.lg-sub-html {
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}
#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle
}
.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
	transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}
.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}
.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}
.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #fff
}
.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff"
}
.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}
.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto
}
.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../images/vimeo-play.png) no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../images/vimeo-play.png) 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../images/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../images/youtube-play.png) no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../images/youtube-play.png) 0 -60px no-repeat
}
.lg-outer .lg-video-object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}
.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s
}
.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}
.lg-autoplay-button:after {
	content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
#lg-zoom-in:after {
	content: "\e311"
}
#lg-actual-size {
	font-size: 20px
}
#lg-actual-size:after {
	content: "\e033"
}
#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}
#lg-zoom-out:after {
	content: "\e312"
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-webkit-transition: -webkit-box-shadow .3s ease 0s;
	transition: -webkit-box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
	width: 12px
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	-webkit-box-shadow: 0 0 0 8px #fff inset;
	box-shadow: 0 0 0 8px #fff inset
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}
.lg-fullscreen:after {
	content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}
.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible
}
.lg-outer .lg-dropdown {
	background-color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
	transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}
.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px
}
.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0
}
.lg-outer .lg-dropdown>li:hover .lg-icon, .lg-outer .lg-dropdown>li:hover a {
	color: #333
}
.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px
}
.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07)
}
.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle
}
.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%
}
.lg-outer #lg-share {
	position: relative
}
.lg-outer #lg-share:after {
	content: "\e80d"
}
.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998
}
.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901"
}
.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced
}
.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904"
}
.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39
}
.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902"
}
.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027
}
.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903"
}
.lg-group:after {
	content: "";
	display: table;
	clear: both
}
.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.lg-outer.lg-visible {
	opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important;
	opacity: 1
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}
.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}
.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}
.lg-outer .lg-item {
	background: url(../images/loading.gif) center center no-repeat;
	display: none!important
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block!important
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}
.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
.lg-outer .lg-item.lg-complete {
	background-image: none
}
.lg-outer .lg-item.lg-current {
	z-index: 1060
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto!important;
	height: auto!important
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-backdrop.in {
	opacity: 1
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s!important;
	transition: none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
	opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list, .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0s;
	transition: all 0s
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-track {
	position: relative;
	top: 0;
	left: 0
}
.slick-track:after, .slick-track:before {
	content: '';
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-arrow {
	padding: 0
}
.slick-arrow:focus {
	outline: 0
}
.slick__arrow.slick-hidden {
	display: none
}
.slick-slide {
	float: left;
	/* margin: 25px; */
	min-height: 1px

}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide:focus {
	outline: 0;
	cursor: move
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-slide>img {
	display: block
}
.slick-slide.dragging>img {
	pointer-events: none
}
.slick-dots button:focus {
	outline: 0
}
.err {
	position: relative;
	margin-bottom: 36px;
}
.err .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 100px 105px 190px 0
}
.err .content .wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 550px
}
.err .content .wrapper .header_1 {
	font-size: 72px;
	margin-bottom: 0;
	line-height: 1.3;

}
.err .content .wrapper .line:after {
	top: 100%
}
.err .content .wrapper .wrapper-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
	font-size: 16px;
	color: #3d6ca1;
	font-weight: 500
}
.err .content .wrapper a {
	font-size: 16px;
	color: #3d6ca1;
	font-weight: 500;
	text-decoration: none
}
.err .content .wrapper .icon-arrow {
	margin-left: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 3px;
}
.err .wrapper-dec {
	position: absolute;
	bottom: 0;
	left: 30px
}
.err .decor1 {
	background-image: url(/app/images/form_a.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 183px;
	height: 257px;
	position: absolute;
	bottom: 0;
	left: 80px;
	-webkit-transform: translate(0, -40%) rotate(120deg);
	-ms-transform: translate(0, -40%) rotate(120deg);
	transform: translate(0, -40%) rotate(120deg)
}
.err .decor2 {
	background-image: url(/app/images/shell_3.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 157px;
	position: absolute;
	bottom: 13px;
	left: 20px;
	-webkit-transform: translate(0, -71%) rotate(-20deg);
	-ms-transform: translate(0, -71%) rotate(-20deg);
	transform: translate(0, -71%) rotate(-20deg)
}
.blot {
	display: inline-block;
	width: 100%;
	height: 1px;
	position: relative;
	z-index: -1
}
.blot .bg-blot {
	background-image: url(/app/images/wave-err.png);
	height: 600px;
	width: 100%;
	bottom: 0;
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 22;
	display: none;
	padding-right: 0!important;
	opacity: 0;
	overflow-x: hidden;
	-webkit-transition: all .4s!important;
	transition: all .4s!important
}
.overlay.active {
	display: block
}
.overlay__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	background-color: rgba(1, 95, 137, 0.9)
}
.overlay__wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 100%;
	padding-top: 50px;
	padding-bottom: 50px
}
.overlay__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	-webkit-transform: translate(100%, -100%);
	-ms-transform: translate(100%, -100%);
	transform: translate(100%, -100%)
}
.overlay__close div {
	position: absolute;
	top: 22px;
	left: 12px;
	width: 30px;
	height: 3px;
	background-color: #fff
}
.overlay__close div:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.overlay__close div:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.overlay__close:hover {
	cursor: pointer
}
.overlay__close:hover div {
	background-color: #fff
}
.overlay__content {
	position: relative;
	z-index: 23;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}
.overlay__content>* {
	max-width: 100%
}
.success {
	display: none;
	width: 445px;
	padding: 60px 0;
	background: #fff;
	-webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, .4);
	box-shadow: 0 20px 80px rgba(0, 0, 0, .4)
}
.success img {
	display: block;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto
}
.success .header_1, .success .header_1-small, .success .header_3, .success .text-default {
	text-align: center
}
.success .header_1 {
	margin-bottom: 40px
}
.success .line:after {
	top: unset;
	left: 50%;
	bottom: -20px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.success .text-default {
	font-size: 16px
}
.success.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.success .decor_item-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(/app/images/form_a.png);
	background-size: cover;
	width: 125px;
	height: 170px;
	-webkit-transform: translate(-33%, 20%);
	-ms-transform: translate(-33%, 20%);
	transform: translate(-33%, 20%)
}
.success .decor_item-2 {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/app/images/form.png);
	background-size: cover;
	width: 165px;
	height: 100px;
	-webkit-transform: translate(5%, -15%) rotate(6deg);
	-ms-transform: translate(5%, -15%) rotate(6deg);
	transform: translate(5%, -15%) rotate(6deg)
}
.scroll-top {
	position: fixed;
	right: 10px;
	z-index: 15;
	bottom: -45px;
	display: block;
	width: 40px;
	height: 40px;
	opacity: 0;
	border: 2px solid #3d6ca1;
	transition: all .2s;
	border-radius: 50%;
}
.scroll-top .stick {
	fill: #3d6ca1;
	transition: all .2s;
}
.scroll-top.active {
	bottom: 10px;
	opacity: 1;
	padding: 7px
}
.scroll-top:hover {
	background: #3d6ca1;
	cursor: pointer
}
.scroll-top:hover .stick {
	fill: #ffffff;
}
.mceContentBody {
	background-color: #fff
}
.mce-border-dashed-bottom {
	border-bottom: 1px dashed
}
.mce-border-site {
	border: none;
	padding: 0;
	display: inline-block;
	margin: 0;
	color: #3d6ca1;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px
}
.mce-button-invert {
	display: inline;
	border: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
	background-color: #fd5e62;
	color: #fff
}
.mce-text-shadow-lite {
	text-shadow: 1px 1px #f3f3f3
}
.mce-text-shadow-dark {
	text-shadow: 1px 1px #3c3c3c
}
.mce-qoute {
	border-left: 3px solid #3d6ca1;
	padding: 10px;
	font-style: italic;
	background: rgba(0, 0, 0, .05);
	display: block;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em
}
.mce-epick {
	display: block;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center
}
.mce-epick:before {
	content: '';
	width: 190px;
	position: absolute;
	left: 50%;
	margin-left: -95px;
	top: 0;
	border: 1px solid #3d6ca1
}
.mce-epick:after {
	content: '';
	width: 190px;
	position: absolute;
	left: 50%;
	margin-left: -95px;
	bottom: 0;
	border: 1px solid #3d6ca1
}
.spoiler * {
	-webkit-transition: all 1s;
	transition: all 1s
}
.spoiler .text-wrapper {
	overflow: hidden
}
.spoiler .visible-text {
	padding-bottom: 10px
}
.spoiler .visible-text p {
	margin-bottom: 0
}
.spoiler .hidden-text {
	opacity: 0;
	max-height: 0
}
.spoiler .hidden-text p {
	margin: 0
}
.spoiler .toggler {
	margin-top: 0;
	text-align: left;
	font-weight: 700;
	cursor: pointer;
	margin-top: 10px
}
.spoiler.active .hidden-text {
	max-height: 999px;
	opacity: 1
}
#tinymce .hidden-text {
	opacity: .8;
	max-height: none
}
.form-item:not(.focus) input[type=tel] {
	font-size: 0!important
}
.datepicker--cell-day {
	width: 14.28571%
}
.datepicker--cell-day.-other-month- {
	color: #dedede
}
.datepicker--cell-day.-other-month-:hover {
	color: #c5c5c5
}
.datepicker--cell-day.-other-month-:empty {
	background: 0 0;
	border: none
}
.datepicker--cell-year {
	width: 25%;
	height: 33.33%
}
.datepicker--cell-year.-other-decade- {
	color: #dedede
}
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}
.datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: none
}
.-selected-.-focus-.datepicker--cell-day.-other-month- {
	background: #8ad5f4
}
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}
.-selected-.datepicker--cell-day.-other-month- {
	color: #fff;
	background: #a2ddf6
}
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}
.-in-range-.-focus-.datepicker--cell-day.-other-month- {
	background-color: rgba(92, 196, 239, .2)
}
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}
.-in-range-.datepicker--cell-day.-other-month- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}
.-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}
.datepicker--cells {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.datepicker--cell {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 32px;
	z-index: 1
}
.datepicker--cell.-focus- {
	background: #f0f0f0
}
.datepicker--cell.-current- {
	color: #4eb5e6
}
.datepicker--cell.-current-.-focus- {
	color: #4a4a4a
}
.datepicker--cell.-current-.-in-range- {
	color: #4eb5e6
}
.datepicker--cell.-in-range- {
	background: rgba(92, 196, 239, .1);
	color: #4a4a4a;
	-webkit-border-radius: 0;
	border-radius: 0
}
.datepicker--cell.-in-range-.-focus- {
	background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell.-disabled- {
	cursor: default;
	color: #aeaeae
}
.datepicker--cell.-disabled-.-focus- {
	color: #aeaeae
}
.datepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1
}
.datepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae
}
.datepicker--cell.-range-from- {
	border: 1px solid rgba(92, 196, 239, .5);
	background-color: rgba(92, 196, 239, .1);
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}
.datepicker--cell.-range-from-.-range-to- {
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.datepicker--cell.-range-to- {
	border: 1px solid rgba(92, 196, 239, .5);
	background-color: rgba(92, 196, 239, .1);
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}
.datepicker--cell.-selected- {
	color: #fff;
	border: none;
	background: #5cc4ef
}
.datepicker--cell.-selected-.-current- {
	color: #fff;
	background: #5cc4ef
}
.datepicker--cell.-selected-.-focus- {
	background: #4eb5e6
}
.datepicker--cell:empty {
	cursor: default
}
.datepicker--days-names {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 8px 0 3px
}
.datepicker--day-name {
	color: #ff9a19;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em
}
.datepicker--cells-months {
	height: 170px
}
.datepicker--cell-month {
	width: 33.33%;
	height: 25%
}
.datepicker--years {
	height: 170px
}
.datepicker--cells-years {
	height: 170px
}
.datepickers-container {
	position: absolute;
	left: 0;
	top: 0
}
.datepicker {
	background: #fff;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	width: 250px;
	position: absolute;
	left: -100000px;
	opacity: 0;
	-webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
	transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
	z-index: 100
}
.datepicker.-from-top- {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}
.datepicker.-from-right- {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px)
}
.datepicker.-from-bottom- {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}
.datepicker.-from-left- {
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px)
}
.datepicker.active {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
	transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}
.datepicker-inline .datepicker {
	border-color: #d7d7d7;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.datepicker-inline .datepicker--pointer {
	display: none
}
.datepicker--content {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 4px
}
.-only-timepicker- .datepicker--content {
	display: none
}
.-only-timepicker- .datepicker--nav {
	display: none
}
.-only-timepicker- .datepicker--time {
	border-top: none
}
.datepicker--pointer {
	position: absolute;
	background: #fff;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 10px;
	height: 10px;
	z-index: -1
}
.datepicker--body {
	display: none
}
.datepicker--body.active {
	display: block
}
.datepicker--nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #efefef;
	min-height: 32px;
	padding: 4px
}
.datepicker--nav-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 8px
}
.datepicker--nav-title i {
	font-style: normal;
	color: #a1a1a1;
	margin-left: 5px
}
.datepicker--nav-title:hover {
	background: #f0f0f0
}
.datepicker--nav-title.-disabled- {
	cursor: default;
	background: 0 0
}
.datepicker--nav-action {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.datepicker--nav-action:hover {
	background: #f0f0f0
}
.datepicker--nav-action.-disabled- {
	visibility: hidden
}
.datepicker--nav-action svg {
	width: 32px;
	height: 32px
}
.datepicker--nav-action path {
	fill: none;
	stroke: #a1a1a1;
	stroke-width: 2px
}
.datepicker--buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 4px;
	border-top: 1px solid #efefef
}
.datepicker--button {
	color: #4eb5e6;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px
}
.datepicker--button:hover {
	color: #4a4a4a;
	background: #f0f0f0
}
.datepicker--time {
	border-top: 1px solid #efefef;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px;
	position: relative
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 138px;
	-ms-flex: 0 1 138px;
	flex: 0 1 138px;
	max-width: 138px
}
.datepicker--time-sliders {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 153px;
	-ms-flex: 0 1 153px;
	flex: 0 1 153px;
	margin-right: 10px;
	max-width: 153px
}
.datepicker--time-label {
	display: none;
	font-size: 12px
}
.datepicker--time-current {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	text-align: center;
	margin: 0 0 0 10px
}
.datepicker--time-current-colon {
	margin: 0 2px 3px;
	line-height: 1
}
.datepicker--time-current-hours {
	line-height: 1;
	font-size: 19px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	z-index: 1
}
.datepicker--time-current-hours:after {
	content: '';
	background: #f0f0f0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0
}
.datepicker--time-current-hours.-focus-:after {
	opacity: 1
}
.datepicker--time-current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	z-index: 1
}
.datepicker--time-current-minutes:after {
	content: '';
	background: #f0f0f0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0
}
.datepicker--time-current-minutes.-focus-:after {
	opacity: 1
}
.datepicker--time-current-ampm {
	text-transform: uppercase;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #a1a1a1;
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px
}
.datepicker--time-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
	background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
	background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}
.datepicker--time-row:first-child {
	margin-bottom: 4px
}
.datepicker--time-row input[type=range] {
	background: 0 0;
	cursor: pointer;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	padding: 0;
	margin: 0
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
	border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
	border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
	border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:focus {
	outline: 0
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s;
	margin-top: -6px
}
.datepicker--time-row input[type=range]::-ms-tooltip {
	display: none
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s
}
.datepicker--time-row input[type=range]::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}
.datepicker--time-row input[type=range]::-moz-range-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}
.datepicker--time-row input[type=range]::-ms-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
	background: 0 0
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
	background: 0 0
}
.datepicker--time-row span {
	padding: 0 12px
}
.datepicker--time-icon {
	color: #a1a1a1;
	border: 1px solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	margin: 0 5px -1px 0;
	width: 1em;
	height: 1em
}
.datepicker--time-icon:after {
	content: '';
	background: currentColor;
	position: absolute;
	height: .4em;
	width: 1px;
	left: -webkit-calc(50% - 1px);
	left: calc(50% - 1px);
	top: -webkit-calc(50% +1px);
	top: calc(50% +1px);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}
.datepicker--time-icon:before {
	content: '';
	background: currentColor;
	position: absolute;
	width: .4em;
	height: 1px;
	top: -webkit-calc(50% +1px);
	top: calc(50% +1px);
	left: -webkit-calc(50% - 1px);
	left: calc(50% - 1px)
}
.-disabled-.-focus-.datepicker--cell-day.-other-month- {
	color: #dedede
}
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}
.-top-left- .datepicker--pointer {
	top: -webkit-calc(100% - 4px);
	top: calc(100% - 4px);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 10px
}
.-top-center- .datepicker--pointer {
	top: -webkit-calc(100% - 4px);
	top: calc(100% - 4px);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	left: -webkit-calc(50% - 10px / 2);
	left: calc(50% - 10px / 2)
}
.-top-right- .datepicker--pointer {
	top: -webkit-calc(100% - 4px);
	top: calc(100% - 4px);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 10px
}
.-right-top- .datepicker--pointer {
	right: -webkit-calc(100% - 4px);
	right: calc(100% - 4px);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 10px
}
.-right-center- .datepicker--pointer {
	right: -webkit-calc(100% - 4px);
	right: calc(100% - 4px);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	top: -webkit-calc(50% - 10px / 2);
	top: calc(50% - 10px / 2)
}
.-right-bottom- .datepicker--pointer {
	right: -webkit-calc(100% - 4px);
	right: calc(100% - 4px);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	bottom: 10px
}
.-bottom-left- .datepicker--pointer {
	bottom: -webkit-calc(100% - 4px);
	bottom: calc(100% - 4px);
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	left: 10px
}
.-bottom-center- .datepicker--pointer {
	bottom: -webkit-calc(100% - 4px);
	bottom: calc(100% - 4px);
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	left: -webkit-calc(50% - 10px / 2);
	left: calc(50% - 10px / 2)
}
.-bottom-right- .datepicker--pointer {
	bottom: -webkit-calc(100% - 4px);
	bottom: calc(100% - 4px);
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	right: 10px
}
.-left-top- .datepicker--pointer {
	left: -webkit-calc(100% - 4px);
	left: calc(100% - 4px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px
}
.-left-center- .datepicker--pointer {
	left: -webkit-calc(100% - 4px);
	left: calc(100% - 4px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -webkit-calc(50% - 10px / 2);
	top: calc(50% - 10px / 2)
}
.-left-bottom- .datepicker--pointer {
	left: -webkit-calc(100% - 4px);
	left: calc(100% - 4px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 10px
}
@media only screen and (min-width:992px) {
	body.overlay-active {
		padding-right: 15px
	}
	.menu .menu__logo-wrapper {
		display: none
	}
	.menu__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
		padding: 0; 
		list-style-type: none; 
		justify-content: flex-start
	}
	.menu__list>.menu__list_item {
		position: relative;
		z-index: 12;
		height: none;
		text-align: center;
		margin-right:90px;
		padding:20px 0;
	}
	.menu__list>.menu__list_item:last-child {
		display: none
	} 
	}
	.menu__list>.menu__list_item>a {
		height: none; 
		color: #3d6ca1;
		font-size: 16px;

		font-weight: 300;
		text-decoration: none;
		line-height: none;
		background: 0 0;
		position: relative
	}
	.menu__list>.menu__list_item>a:hover:after {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	.menu__list>.menu__list_item a {
        display: block;
        transition: all .2s;
        color: #222222;
        font-family: Rubik;
        font-size: 18px;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: normal;
        line-height: 27px;
        text-align: left;
        text-transform: uppercase;
    }
    .home-page .menu__list>.menu__list_item:nth-child(4) a, .home-page .menu__list>.menu__list_item:nth-child(5) a, .home-page .menu__list>.menu__list_item:nth-child(6) a{
        color: #ffffff;
    }
	.menu__list>.menu__list_item>a:hover,
	.menu__list>.menu__list_item.active>a{  
	    color: #0c427e !important;
	}
	 
	.menu__list>.menu__list_item a:first-letter[noclick] {
		cursor: default
	}
	@media (min-width:992px){
	.menu__list-inner {
		position: absolute;
		top: 100%;
		left: -46px;
		z-index: 10;
		display: none;
		width: 300px;
		margin: 0;
		padding-left: 0;
		list-style-type: none;
		    background: #ffffff !important;
		box-shadow: 0 30px 40px rgba(3, 43, 69, 0.19);
	}
	}
	.menu__list-inner .menu__list_item.parent {
		position: relative
	}
	.menu__list-inner .menu__list_item.parent ul {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.menu__list-inner .menu__list_item.parent:hover>ul {
		left: 300px;
		visibility: visible;
		opacity: 1
	}
	.menu__list-inner .menu__list_item.active>a {
		color: #3d6ca1
	}
	.menu__list-inner .menu__list_item a {
        position: relative;
        z-index: 11;
        text-align: left;
        width: 100%;
        padding: 12px 20px 10px 45px;
        color: #333333 !important;
        font-size: 20px;
        text-decoration: none;
        text-transform: uppercase !important;
    }
	.menu__list-inner .menu__list_item a:hover {
		color: #3d6ca1
	}
	.menu__toggle, .menu__wrapper {
		display: none
	} 
@media (min-width:1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		transition: border-color .25s ease
	}
}
@media only screen and (max-width:1299px) {
	.container {
		width: 970px
	}
	.header_1 {
		line-height: 40px;
		font-size: 30px
	}
	.header_2 {
		line-height: 40px;
		font-size: 30px
	}
	.header_3 {
		line-height: 40px;
		font-size: 30px
	}
	.subtitle {
		font-size: 15px
	}
	.text-head {
		font-size: 14px
	}
	.subhead {
		font-size: 18px
	}
	.line::after {
		width: 132px;
		height: 4px
	}
	.text-default {
		font-size: 15px;
		line-height: 24px
	}
	.circle-text_wrap {
		width: 115px;
		height: 115px
	}
	.blot-col, .blot-icon {
		-webkit-transform: translate(-5%, 0);
		-ms-transform: translate(-5%, 0);
		transform: translate(-5%, 0)
	}
	.main__wrapper .main__content {
		padding: 40px 0 72px
	} 
	.main__map.active {
		width: 606px;
		height: 368px
	}
	.main-rooms .wave_under {
		bottom: -48px
	} 
	.page-contact .contact__content .text-wrap .header_1 {
		margin-bottom: 80px
	}
	.page-contact .contact__content .text-wrap .line:after {
		bottom: -30px
	}
	.page-contact .contact__content .text-wrap .text-default {
		margin-bottom: 25px
	}
	.header .wave_under {
		background-size: 70px;
		bottom: -33px
	} 
	.header .header__list {
		padding: 0; 
	}
	.header .header__list .header__item .wave-button {
		width: 268px;
		font-size: 16px
	}
	.header .header__list .header__item a {
		font-size: 15px;

		line-height: 20px
	} 
.slick-slide {
	margin: 0;

}
	.heroimage {
		height: 757px
	} 
	.heroimage .people__bg {
		width: 437px;
		height: 460px;
		background-size: cover;
		-webkit-transform: translate(-1%, 5%);
		-ms-transform: translate(-1%, 5%);
		transform: translate(-1%, 5%)
	} 
	.heroimage .hero__wrapper .hero__adds {
		margin-bottom: 45px
	}
	.heroimage .hero__wrapper .header_1 {
		margin-bottom: 25px
	}
	.heroimage .hero__wrapper .subhead {
		margin-bottom: 35px
	}
	.heroimage .wave-button {
		width: 280px
	}
	.about .content {
		padding: 90px 0 110px 0
	}
/*	.about .about__block {
		padding: 0 30px 0 90px
	}*/
	.about .left-col .wrapper .wrapper-img .about__img {
		width: 300px
	}
	.about .right-col {
		padding: 0;
		margin-left: 90px
	}
	.about .subtitle {
		margin-bottom: 65px
	}
	.page-about .content .service__menu .service__item {
		margin-bottom: 120px
	}
	.page-about .content .service__menu .service__item .item__image-block .wrapper .photo-service {
		/* width: 356px; */
		margin-left: 0
	}
	.page-about .content .service__menu .service__item .item__image-block .blot-icon {
		left: -10px
	}
	.page-about .content .service__menu .service__item .item_text-block {
		padding: 0 0 0 35px
	}
	.page-about .content .service__menu .service__item .item_text-block .text-default {
		margin-bottom: 15px
	}
	.page-about .content .service__menu .service__item:nth-child(2n) .item_text-block {
		width: 50%;
		padding: 0
	}
	.page-about .content .service__menu .service__item:nth-child(2n) .item__image-block {
		width: 38%
	}
	.page-about .content .service__menu .service__item:nth-child(2n) .item__image-block .wrapper .circle-text_wrap {
		left: unset;
		right: 0;
		-webkit-transform: translate(10%, -30%);
		-ms-transform: translate(10%, -30%);
		transform: translate(10%, -30%)
	}
	.page-about .content .service__menu .service__item:nth-child(3) .item__image-block {
		padding-right: 10px
	}
	.page-about .content .service__menu .service__item:nth-child(4) .item__image-block {
		width: 44%
	}
	.page-about .content .service__menu .service__item:nth-child(4) .item__image-block .wrapper .circle-text_wrap {
		left: unset;
		right: 0;
		-webkit-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		transform: translate(50%, 50%)
	}
	.page-about .content .service__menu .service__item:nth-child(4) .item__image-block .wrapper .blot-icon {
		left: -20px;
		width: 130%
	}
	.page-about .photo-service_min {
		width: 228px;
		height: auto;
		margin-left: 210px
	}
	.advantages .content {
		padding: 115px 0px
	}
	.advantages .text-default br{
		display:none;
	}
/*	.advantages .advantages__wrap {
		padding: 70px 35px 60px 65px
	}*/
	.advantages .text-default {
	padding-right: 41px;
	}
	.advantages .adv_decor1 {
		height: 385px;
		width: 200px;
		left: -100px
	}
	.advantages .adv_decor2 {
		width: 290px;
		height: 190px
	}
	.home-rooms .content {
		padding: 85px 0 110px 30px
	}
	.home-rooms .subtitle {
		margin-bottom: 60px
	} 
	.home-rooms .header_1 {
		margin-bottom: 15px
	}
	.home-rooms .subhead {
		margin-bottom: 35px;
		font-weight: 500
	}
	.home-rooms .number-item {
		padding: 0 10px 0 25px
	}
	.home-rooms .price {
		font-size: 15px
	}
	.home-rooms .room_info {
		width: 470px
	}
	.home-rooms .text-wrapper {
		padding: 30px 30px 30px 30px
	}
	.home-rooms .text-wrapper .subhead {
		font-weight: 700;
		margin-bottom: 20px
	}
	.home-rooms .text-wrapper .text-default {
		line-height: 24px
	}
	.home-rooms .info-wrapper .room-price {
		font-size: 14px
	}
	.home-rooms .info-wrapper .room-price_sum {
		font-size: 20px;
		line-height: 20px
	}
	.home-rooms .info-wrapper .more-detail {
		font-size: 15px
	}
	.about__room .info__room {
		margin-bottom: 0
	}
	.about__room .info__room .col-text__wrapper .menu__items .menu__item {
		margin-bottom: 60px
	}
	.about__room .info__room .col-text__wrapper .menu__items .menu__item:nth-child(5) {
		margin-bottom: 0
	}
	.about__room .info__room .col-text__wrapper .menu__items .menu__item:nth-child(6) {
		margin-bottom: 0
	}
	.about__room .info__room .col__image {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-top: 50px
	}
	.about__room .info__room .col__image .image__wrapper {
		margin-bottom: 100px
	}
	.about__room .info__room .col__image .image__wrapper .room-photo {
		width: 399px;
		height: 268px
	}
	.about__room .info__room .col__image .date-info {
		width: 439px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 41px 109px 36px 39px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.about__room .info__room .col__image .date-info .wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.about__room .menu__items .menu__item .icon-service {
		width: 87px
	}
	.about__room .date-info {
		display: none
	}
	.about__room .date-info .wrapper br {
		display: inline-block
	}
	.about__room .date-info .date-out_on {
		margin-bottom: 25px
	}
	.about__room .date-info .icon-clock {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin-right: 10%
	}
	.about__room .date-info .data-title {
		font-size: 16px;
		line-height: 25px
	}
	.about__room .service__room {
		padding: 0 30px 0 0
	}
	.about__room .service__room .service__extra {
		padding-left: 150px
	}
	.rooms__content {
		/* padding: 60px 36px 60px 32px; */
		padding: 60px 40px;
	}
	.rooms__content .room__title {
		font-size: 24px
	}
	.rooms__content .price__room {
		font-size: 18px
	}
	.rooms__content .rooms__table {
		width: 100%
	}
	.rooms__gallery {
		width: 50%
	}
	.rooms__gallery .slick-slide>div a img {
		height: 318px
	}
	.services .content .service__menu .service__item {
		margin-bottom: 120px
	}
	.services .content .service__menu .service__item .item__image-block .wrapper .photo-service {
		width: 100%
	}
	.services .content .service__menu .service__item .item__image-block .wrapper .photo-service_min {
		width: 228px;
		height: auto
	}
	.services .content .service__menu .service__item .item_text-block .text-default {
		margin-bottom: 15px
	}
	.services .content .service__menu .service__item:nth-child(2n) .item_text-block {
		width: 50%;
		padding: 0
	}
	.services .content .service__menu .service__item:nth-child(2n) .item__image-block {
		width: 45%
	}
	.services .content .service__menu .service__item:nth-child(2n) .item__image-block .circle-text_wrap {
		left: unset;
		right: 0;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%)
	}
	.services .content .service__menu .service__item:nth-child(4) .item__image-block .circle-text_wrap {
		left: unset;
		right: 0;
		-webkit-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		transform: translate(50%, 50%)
	}
	.services .content .service__menu .service__item:last-child .item__image-block {
		width: 55%
	}
	.services .content .service__menu .service__item:last-child .food .food__list .food__item:nth-child(1) {
		margin-bottom: 20px
	}
	.requisites .content .wrapper .line:after {
		bottom: -40%;
		left: 50%
	} 
	.main-reviews .main__content .header_1 {
		font-size: 40px;
		line-height: 45px
	}
	.main-reviews .main__content .reviews-list .column .item {
		margin-bottom: 25px;
		padding: 50px 30px 85px 30px
	}
	.main-reviews .main__content .reviews-list .column .item .decor-radius {
		width: 100px
	}
	.home-page .gallery-blocks {
		padding: 40px 0 72px
	}
	.home-page .gallery-blocks .line:after {
		bottom: -30px
	}
	.subtitle {
		margin-bottom: 35px
	}
	.gallery-content {
		margin-left: -2.8px;
		margin-right: -2.8px
	}
	.gallery-content a {
		width: -webkit-calc((100% - (5 * 5.6px))/ 5);
		width: calc((100% - (5 * 5.6px))/ 5);
		margin: 2.8px
	}
	.wave-button {
		width: 252px
	}
	.page-gallery .container {
		width: 1140px
	}
	.page-gallery .gallery-blocks {
		padding: 100px 0 110px 0
	}
	.page-gallery .gallery-blocks .line:after {
		bottom: -30px
	}
	.footer-reviews .icon-blot {
		bottom: 60%
	}
	.footer-reviews .content {
		padding: 50px 0 110px 0
	}
	.requisites {
		background-size: auto 103%;
		background-position: 50% -50%
	}
	.requisites .content {
		padding: 100px 0 183px 0
	}
	.requisites .content .header_1 {
		margin-bottom: 60px
	}
	/*.footer__item .contact-wrapper a {
		font-size: 15px
	}

	.footer__item .wave-button {
		width: 257px
	}
	.footer__content {
		padding-right: 0;
		padding-left: 0
	}
	.footer .footer__copyright .wave-button {
		display: none
	}*/

	
	
	.form-desc .content {
		padding: 160px 150px 190px 150px
	}
	.form-desc .content .form-svg_blot {
		top: 11%
	}
	.form-desc .subtitle {
		margin-bottom: 55px
	}
	.form-desc .header_1 {
		margin-bottom: 55px
	}
	.form-desc .form {
		width: 565px
	}
	.form-desc .form-item {
		margin-bottom: 20px;
		-webkit-flex-wrap: no-wrap;
		-ms-flex-wrap: no-wrap;
		flex-wrap: no-wrap
	}
	.form-desc .form-item label {
		width: 100%
	}
	.form-desc .form-item input {
		width: 100%
	}
	.form-desc .form-item button {
		width: 100%
	}
	.form-desc .form-item .wave-button {
		width: 280px;
		font-size: 14px
	}
	.hero-form .hero-form-content {
		padding: 40px 0 72px
	}

	.home-page .gallery-blocks {
		padding: 40px 0 72px
	}
	.home-page .gallery-blocks .line:after {
		bottom: -30px
	}
	.subtitle {
		margin-bottom: 35px
	}
	.gallery-content {
		margin-left: -2.8px;
		margin-right: -2.8px
	}
	.gallery-content a {
		width: -webkit-calc((100% - (5 * 5.6px))/ 5);
		width: calc((100% - (5 * 5.6px))/ 5);
		margin: 2.8px
	}
	.wave-button {
		width: 252px
	}
	.page-services .content {
		padding: 45px 30px 80px 30px
	}
	.page-services .content .service-col {
		margin-bottom: 120px
	}
	.page-services .content .service-col .left-col {
		margin-left: 65px;
		margin-right: 30px
	}
	.page-services .content .service-col .left-col .wrapper .img-col_1 {
		width: 350px
	}
	.page-services .content .service-col .right-col {
		padding-left: 0;
		padding-right: 15px;
		margin: 0
	}
	.page-services .content .service-col:nth-child(2) .left-col {
		margin: 0;
		margin-right: 65px
	}
	.page-services .content .service-col:nth-child(2) .right-col {
		padding-right: 0;
		margin: 0 30px 0 0
	}
	.reservation-form-callback {
		width: 931px;
		padding: 65px 30px 65px 46px
	}
	.reservation-form-callback .wrapper .left-group {
		width: 415px
	}
	.reservation-form-callback .wrapper .left-group .form-group .icon-date:before {
		-webkit-transform: translate(-150%, 150%);
		-ms-transform: translate(-150%, 150%);
		transform: translate(-150%, 150%);
		height: 14px;
		width: 13px
	}
	.reservation-form-callback .form__footer .wrapper {
		width: 415px
	}
	.converse-form {
		padding: 80px 115px;
		height: 570px
	}
	.converse-form .subtitle {
		margin-bottom: 30px
	}
	.converse-form .header_1 {
		margin-bottom: 30px
	}
	.converse-form .subhead {
		margin-bottom: 40px
	}
	.converse-form .form-callback__input-block .button-wrapper {
		width: 280px
	}
	.converse-form .decor__shell-top {
		width: 230px;
		height: 140px
	}
	.converse-form .decor__shell-bottom {
		width: 180px;
		height: 250px
	}
	.converse-form .decor__shell-right {
		height: 55px;
		width: 50px
	}
	.reviews .content {
		padding: 40px 0 72px
	}
	.reviews .content {
		padding: 40px 96px 72px
	}
	.rooms-services {
		padding: 0 0 72px
	}
	.rooms-services__half:first-child {
		padding-right: 22.5px
	}
	.rooms-services__half:last-child {
		padding-left: 22.5px
	}
	.err .decor1 {
		bottom: -55px
	}
	.err .decor2 {
		left: -20px;
		-webkit-transform: translate(0, -40%) rotate(-20deg);
		-ms-transform: translate(0, -40%) rotate(-20deg);
		transform: translate(0, -40%) rotate(-20deg)
	}
}

@media only screen and (max-width:991px) and (max-width:1299px) {
	.menu .wave-button .call__icon {
		width: 24px
	}
}
@media only screen and (max-width:991px) and (max-width:767px) {
	.menu .wave-button {
		width: unset
	}
}
@media only screen and (max-width:991px) and (min-width:767px) {
	.header .container {
		padding-right: 60px;
	}
}
@media only screen and (max-width:991px) and (max-width:991px) {
	.menu .wave-button .call__icon {
		width: 22px
	}
	.footer-reviews .footer-wrapper .wrapper .form-item-terms{
	    margin-top: 0px;
	}
}
@media only screen and (max-width:991px) {
	.container {
		width: 750px
	}
	.header{
		height: auto;
	}
	.home-page .header{
		height: auto;
	}
	.header_1 {
	line-height: 35px;
	font-size: 25px;
}
.header_2 {
	line-height: 35px;
	font-size: 25px;
}
.header_3 {
	line-height: 35px;
	font-size: 25px;
}
.header_1 span {
	font-size: 30px;
}
	.header_1-small {
		margin-bottom: 42.5px;
		font-size: 35px
	}

	.header_4 {
		font-size: 14.5px
	}
	.subtitle {
		font-size: 16px
	}
	.subhead {
		line-height: 24px;
		font-size: 14px
	}
	.line::after {
		width: 100px;
		height: 3px
	}
	.text-default {
		line-height: 22px;
		font-size: 14px
	}
	.circle-text_wrap {
		width: 100px;
		height: 100px
	}
	.wave-button {
		width: 245px
	}
	.blot-col, .blot-icon {
		-webkit-transform: translate(-15%, 0);
		-ms-transform: translate(-15%, 0);
		transform: translate(-15%, 0)
	}
	.main .aside {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.main__wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.main__wrapper .main__content {
		padding: 30px 0 54px
	}
	.main__wrapper>:first-child {
		margin-right: 0
	} 
	.main__content {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%
	}
	.main__content h1 {
		margin-bottom: 42.5px;
		font-size: 35px
	}
	.main__content h2 {
		font-size: 18px
	}
	.main__content h3 {
		font-size: 15px
	}
	.main__content h4 {
		font-size: 14.5px
	}
	.main__map.active {
		width: 408px;
		height: 368px
	} 
	.page-contact .contact__content .text-wrap .header_1 {
		font-size: 32px
	}
	.page-contact .contact__content .text-wrap .line:after {
		bottom: -20px;
		width: 100px;
		height: 3px
	}
	.page-contact .contact__content .text-wrap .pick__text {
		margin-bottom: 5px
	}
	.header .wave_under {
		background-size: 65px;
		bottom: -50px
	}
	.header .header__list .header__item .wave-button {
		display: none
	}
	.menu__bg {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 20;
		visibility: hidden;
		background-color: rgba(0, 0, 0, .7);
		opacity: 0;
		-webkit-transition: all .2s;
		transition: all .2s
	}
	.menu .menu__logo-wrapper {
		margin-bottom: 30px;
		margin-left: 10px
	}
	.menu .menu__logo-wrapper img {
		width: 120px;
		margin-bottom: 10px
	}
	.menu .menu__logo-wrapper .phone-wrapper a {
		font-size: 14px;
		font-weight: 700;
		font-family: "Open Sans", sans-serif;
		line-height: 1.32;
		color: #c0fcfe;
		background: #97d73a;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		padding-right: 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-decoration: none
	}
	.menu .menu__logo-wrapper .phone-wrapper a span {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 15px;
		height: 15px;
		margin-right: 5px
	}
	.menu .menu__logo-wrapper .phone-wrapper a span .stick {
		fill: #c0fcfe
	}

	.menu__toggle {
		display: block;
		position: fixed;
		top: 16px;
		right: 20px;
		z-index: 22;
		width: 40px;
		height: 40px;
		background-color: none
	}
	.menu__toggle_item {
		width: 32.5%;
		height: 7.5%;
		position: absolute;
		-webkit-transition: all .1s;
		transition: all .1s;
		background-color: #fff
	}
	.menu__toggle_item:nth-child(1) {
		top: 25%;
		left: 17.5%
	}
	.menu__toggle_item:nth-child(2) {
		top: 25%;
		right: 17.5%
	}
	.menu__toggle_item:nth-child(3) {
		top: 46.25%;
		left: 17.5%
	}
	.menu__toggle_item:nth-child(4) {
		top: 46.25%;
		right: 17.5%
	}
	.menu__toggle_item:nth-child(5) {
		top: 67.5%;
		left: 17.5%
	}
	.menu__toggle_item:nth-child(6) {
		top: 67.5%;
		right: 17.5%
	}
	.menu__list {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -100vw;
		z-index: 21;
		width: 10px;
		margin: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center; 
		-webkit-transition: all .4s ease-in;
		transition: all .4s ease-in;
		overflow-y: auto;
		background: #e6f3f7;
		overflow-x: hidden;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	} 
	.menu__list li {
		width: 100%;
		list-style-type: none;
		font-size: 14px
	}
	.menu__list li a {
		position: relative;
		display: block;
		padding: 10px 10px 10px 0;
		line-height: 20px;
		color: #3d6ca1;
		text-decoration: none;
		text-transform: none;
		font-size: 16px;
		text-align: center;
		font-weight: 600
	}
	.menu__list>.menu__list_item>a:hover {
		border-bottom: none; 
	}
	.menu__list li a span {
		display: inline-block; 
		letter-spacing: 1.5px
	}
	.menu__list li a.contacts span {
		color: #040405;
	}
	.menu__list li a.contacts {
		color: #3d6ca1;
	}
	.menu__list li a span svg {
		width: 20px;
		height: 20px
	}
	.menu__list li a span .arr {
		fill: #c0fcfe;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
	.menu__list li.active>a {
		color: #3d6ca1;
		background: 0 0
	}

	.menu__list li.parent.open>a .arr {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.menu__list li.parent.open>ul {
		height: auto;
		opacity: 1;
		visibility: visible;
		padding-top: 5px;
		padding-bottom: 5px
	}
	.menu__list li.parent:last-child>ul {
		-webkit-box-shadow: inset 0 30px 30px -30px rgba(0, 0, 0, .6);
		box-shadow: inset 0 30px 30px -30px rgba(0, 0, 0, .6)
	}
	.menu__list ul {
		height: 0;
		margin: 0;
		padding-left: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .2s, visibility 0s;
		transition: all .2s, visibility 0s;
		-webkit-box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, .6), inset 0 30px 30px -30px rgba(0, 0, 0, .6);
		box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, .6), inset 0 30px 30px -30px rgba(0, 0, 0, .6)
	}
	.menu__list>li {
		-webkit-transition: -webkit-transform .4s;
		transition: -webkit-transform .4s;
		transition: transform .4s;
		transition: transform .4s, -webkit-transform .4s;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0;
		wiil-change: transform;
		-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
		transition-timing-function: cubic-bezier(.2, 1, .3, 1)
	}
	.menu__list>li>a {
		padding: 10px 10px
	}
	.menu__list>li>ul>li>a {
		padding: 10px 65px 10px 20px
	}
	.menu__list>li>ul>li>ul>li>a {
		padding: 10px 65px 10px 30px
	}
	.menu__list>li>ul>li>ul>li>ul>li>a {
		padding: 10px 65px 10px 40px
	}
	.menu.active .menu__list {
		right: 0;
		width: 100%;
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
		padding:0;
	}
	.menu__list_item.parent .menu__list-inner { 
        padding: 0 !important;
    }
    
	.menu__list-inner .menu__list_item a {
        text-align: left !important;
        padding: 0 10px !important;
    }
	.menu.active .menu__list li {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
	.menu.active .menu__bg {
		visibility: visible;
		opacity: 1
	}
	.menu.active .menu__toggle {
		background: 0 0
	}
	.menu.active .menu__toggle_item {
		width: 42.5%;
		height: 10%;
		background-color: #3d6ca1
	}
	.menu.active .menu__toggle_item:nth-child(1) {
		top: 32.5%;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.menu.active .menu__toggle_item:nth-child(2) {
		top: 32.5%;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.menu.active .menu__toggle_item:nth-child(5) {
		top: 55%;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.menu.active .menu__toggle_item:nth-child(6) {
		top: 55%;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.menu.active .menu__toggle_item:nth-child(3), .menu.active .menu__toggle_item:nth-child(4) {
		display: none
	}
	.menu .wave-button { 
		width: 280px;
		background-color: transparent;
		/* margin: 0 auto; */
		margin-top: 20px
	}
	.menu .wave-button .call__icon {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		max-width: 30px;
		margin-right: 15px
	}
	.menu .wave-button .call__icon .call-back_svg {
		fill: #3d6ca1
	}
	.heroimage {
		height: 585px
	}
	.heroimage .icon-blot {
		left: -180px;
	} 
	.heroimage .people__bg {
		width: 366px;
		height: 397px;
		-webkit-transform: translate(0, 10%);
		-ms-transform: translate(0, 10%);
		transform: translate(0, 10%)
	}
	.heroimage .content {
		padding: 40px 0 0 0
	}
	.about__room .date-info .icon-clock{
			display: none;
	} 
	.heroimage .hero__wrapper .hero__adds {
		font-size: 24px;
		margin-bottom: 30px;
		margin-right: 35px
	}
	.heroimage .hero__wrapper .header_1 {
		margin-bottom: 25px
	}
	.heroimage .wave-button {
		width: 264px
	}
	.about .content {
		padding: 70px 0 110px 0
	}
	.about .about__block {
		padding: 0 0 0 60px
	}
	.about .left-col .wrapper .wrapper-img .about__img {
		width: 240px
	}
	.about .right-col {
		margin-left: 80px
	}
	.about .subtitle {
		margin-bottom: 25px
	}
	.about .subhead {
		font-size: 16px;
		line-height: 24px
	}
	.page-about .content .service__menu .service__item {
		margin-bottom: 90px
	}
	.page-about .content .service__menu .service__item .item__image-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0
	}
	.page-about .content .service__menu .service__item .item__image-block .wrapper .photo-service {
		/* width: 286px */
	}
	.page-about .content .service__menu .service__item .item__image-block .blot-icon {
		left: 10px
	}
	.page-about .content .service__menu .service__item .item_text-block {
		padding: 0 0 0 10px
	}
	.page-about .content .service__menu .service__item:nth-child(2n) {
		padding: 0
	}
	.page-about .content .service__menu .service__item:nth-child(2n) .item_text-block .header_1 {
		margin-bottom: 20px
	}
	.page-about .content .service__menu .service__item:nth-child(2n) .item__image-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.page-about .content .service__menu .service__item:nth-child(2n) .item__image-block .wrapper .circle-text_wrap {
		-webkit-transform: translate(20%, -30%);
		-ms-transform: translate(20%, -30%);
		transform: translate(20%, -30%)
	}
	.page-about .content .service__menu .service__item:nth-child(4) .item__image-block {
		padding-right: 35px
	}
	.page-about .content .service__menu .service__item:nth-child(4) .item__image-block .wrapper .circle-text_wrap {
		top: unset;
		-webkit-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		transform: translate(50%, 50%)
	}
	.page-about .content .service__menu .service__item:nth-child(4) .item__image-block .wrapper .blot-icon {
		width: 135%;
		left: 25px;
		bottom: 50px
	}
	.page-about .photo-service_min {
		width: 168px;
		margin-left: 170px
	}
	.advantages .content {
		padding: 115px 0
	}
	.advantages .advantages__wrap {
		padding: 60px 20px 55px 80px
	}
	.advantages .advantages__item {
		margin-bottom: 45px;
		width: 50%
	}
	.advantages .adv_decor1 {
		height: 330px;
		width: 160px;
		bottom: -60px;
		left: -60px
	}
	.advantages .adv_decor2 {
		width: 285px
	}
	.home-rooms .content {
		padding: 70px 0 80px 0
	}
	.home-rooms .subtitle {
		margin-bottom: 50px
	}
	.home-rooms .col-left {
		width: 100%; 
	}
	.home-rooms .header_1 {
		margin-bottom: 20px
	}
	.home-rooms .subhead {
		margin-bottom: 15px
	}
	.home-rooms .number-item {
		padding: 0 0 0 15px
	}
	.home-rooms .number-item .text-default {
		margin-left: 10px
	}
	.home-rooms .price {
		font-size: 14px
	}
	.home-rooms .room_info {
		width: 357px
	}
	.home-rooms .text-wrapper {
		padding: 20px 20px 30px 15px
	}
	.home-rooms .text-wrapper .subhead {
		font-size: 16px;
		line-height: 20px
	}
	.home-rooms .text-wrapper .text-default {
		line-height: 22px
	}
	.home-rooms .info-wrapper .room-price_sum {
		font-size: 20px
	}
	.home-rooms .info-wrapper .more-detail {
		font-size: 14px
	} 
	.about__room .info__room {
		padding: 0 12px 0 25px;
		margin-bottom: 115px;
		margin-bottom: 60px
	}
	.about__room .info__room .col-text__wrapper {
		width: 47%
	}
	.about__room .info__room .col-text__wrapper .text-default {
		margin-bottom: 0
	}
	.about__room .info__room .col-text__wrapper .menu__items {
		display: none
	}
	.about__room .info__room .col__image {
		padding-top: 5px;
		width: 45%
	}
	.about__room .info__room .col__image .image__wrapper {
		margin-bottom: 0
	}
	.about__room .info__room .col__image .image__wrapper .room-photo {
		width: 299px;
		height: 201px
	}
	.about__room .info__room .col__image .date-info {
		display: none
	}
	.about__room .menu__items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0 34px 0 25px
	}
	.about__room .menu__items .menu__item {
		width: 33%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 50px
	}
	.about__room .menu__items .menu__item .icon-service {
		width: 95px
	}
	.about__room .date-info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 39px 117px 42px 25px;
		/* margin-bottom: 70px; */
		width: 100%
	}
	.about__room .date-info .date-out_on {
		margin-bottom: 0
	}
	.about__room .date-info .icon-clock {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		margin-right: 10%
	}
	.about__room .service__room {
		padding: 0 0 0 25px
	}
	.about__room .service__room .service__default {
		margin-right: 60px
	}
	.about__room .service__room .service__title {
		font-size: 18px
	}
	.about__room .service__room .text-default {
		font-size: 14px
	}
	.about__room .service__room .service__extra {
		padding: 0;
		padding-left: 20px
	}
	.rooms__card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0
	}
	.rooms__content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 32px 36px 60px 32px
	}
	.rooms__content .wrapper {
		width: 49.62%
	}
	.rooms__content .wrapper:nth-child(2) {
		width: 35%;
		margin-left: auto
	}
	.rooms__content .wrapper .wave-button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 14px;
		width: 270px
	}
	.rooms__content .wave-button {
		margin-left: auto;
		display: none
	}
	.rooms__content .room__title {
		font-size: 22px
	}
	.rooms__content .price__room {
		font-size: 16px
	}
	.rooms__content .rooms__table {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: unset
	}
	.rooms__content .rooms__table .rooms__table-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 80%
	}
	.rooms__content .rooms__table .rooms__table-item .date {
		font-size: 14px
	}
	.rooms__gallery {
		width: 100%;
		/* padding: 32px 200px 45px 190px; */
		max-width: 100%;
		margin-right: auto;
		margin-left: auto
	}
	.rooms__gallery .rooms__slider-arrows-dots {
		/* margin-top: 50px */
		margin-top: 24px
	}
	.rooms__gallery .slick-slide>div a img {
		width: 100%;
		height: 256px
	}
	.rooms__slider-bottom .slick-slide>div a img {
		width: 100%
	}
	.services .content {
		padding: 100px 0 100px 0
	}
	.services .content .service__menu .service__item {
		margin-bottom: 90px
	}
	.services .content .service__menu .service__item .item__image-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0
	}
	.services .content .service__menu .service__item .item__image-block .wrapper .photo-service_min {
		width: 168px
	}
	.services .content .service__menu .service__item .item__image-block .wrapper .circle-text_wrap {
		-webkit-transform: translate(-15%, -15%);
		-ms-transform: translate(-15%, -15%);
		transform: translate(-15%, -15%)
	}
	.services .content .service__menu .service__item:nth-child(2n) {
		padding: 0
	}
	.services .content .service__menu .service__item:nth-child(2n) .item_text-block .header_1 {
		margin-bottom: 20px
	}
	.services .content .service__menu .service__item:nth-child(2n) .item__image-block {
		padding-right: 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.services .content .service__menu .service__item:nth-child(2n) .item__image-block .circle-text_wrap {
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%)
	}
	.services .content .service__menu .service__item:nth-child(4) .item__image-block .circle-text_wrap {
		left: unset;
		-webkit-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		transform: translate(50%, 50%)
	}
	.services .content .service__menu .service__item:last-child .item__image-block {
		padding-left: 12px
	}
	.services .content .service__menu .service__item:last-child .item__image-block .circle-text_wrap {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.services .content .blot-icon {
		left: 20px
	}
	.requisites .content .wrapper .header_1 {
		margin-bottom: 60px
	}
	.requisites .content .wrapper .line:after {
		bottom: -40%;
		left: 50%
	} 
	.main-reviews .main__content .header_1 {
		font-size: 30px;
		line-height: 35px
	}
	.main-reviews .main__content .reviews-list .column .item {
		margin-bottom: 20px;
		padding: 43px 28px 62px 25px
	}
	.main-reviews .main__content .reviews-list .column .item .decor-radius {
		height: 80px
	}
	.gallery .container {
		width: 750px
	}
	.home-page .gallery-blocks {
		padding: 30px 0 54px
	}
	.home-page .gallery-blocks .line:after {
		bottom: -30px
	}
	.gallery-content {
		margin-left: -2.1px;
		margin-right: -2.1px;
		margin-bottom: 50px
	}
	.gallery-content a {
		width: -webkit-calc((100% - (4 * 4.2px))/ 4);
		width: calc((100% - (4 * 4.2px))/ 4);
		margin: 2.1px
	}
	.wave-button {
		width: 217px
	}
	.page-gallery .container {
		width: 750px
	}
	.page-gallery .gallery-blocks {
		padding: 80px 0 80px 0
	}
	.page-gallery .gallery-blocks .line:after {
		bottom: -30px
	}
	.footer-reviews .icon-blot {
		bottom: 70%
	}
	.footer-reviews .content {
		/* padding: 75px 0 */
		padding: 30px 0 50px
	}
	.footer-reviews .form-wrapper {
		margin-bottom: 30px
	}
	.footer-reviews .form-wrapper .contacts {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 40px
	}
	.footer-reviews .form-wrapper .contacts .form-item:first-child {
		width: 48%
	}
	.footer-reviews .form-wrapper .contacts .form-item:nth-child(2) {
		width: 48%
	}
	.footer-reviews .form-wrapper .comment {
		width: 100%;
		margin-left: 0
	}
	.footer-reviews .footer-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer-reviews .footer-wrapper .wrapper {
		/* margin-bottom: 48px */
		margin-bottom: 30px
	}
	.footer-reviews .footer-wrapper .wave-button {
		margin-left: 0;
		margin-right: auto
	}
	.requisites {
		background-size: auto 180%;
		background-position: 48% 70%
	}
	.requisites .content .subtitle {
		margin-bottom: 40px
	}
	.requisites .content .header_1 {
		margin-bottom: 50px
	}
	/*.footer__item {
		width: auto
	}
	.footer__item:nth-child(2) {
		margin-left: auto
	}
	.footer__item:nth-child(3) {
		margin-left: auto
	}
	.footer__item .wave-button {
		display: none
	}
	.footer__content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center
	}
	.footer .footer__copyright .copyright-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.footer .footer__copyright .copyright-wrapper .text-wrapper .copyright-text_1 {
		margin: 0;
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-ms-flex-order: unset;
		order: unset
	}
	.footer .footer__copyright .logo-wrapper a {
		display: none
	}
	.footer .footer__copyright .wave-button {
		display: none
	}
	.footer .footer__copyright .wave-button {
		margin-left: auto;
		width: 245px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}*/
	.form-desc .content {
		padding: 130px 45px 160px 45px
	}
	.form-desc .content .form-svg_blot {
		top: 6%;
	}
	.form-desc .subtitle {
		margin-bottom: 35px
	}
	.form-desc .header_1 {
		margin-bottom: 35px
	}
	.form-desc .line::after {
		bottom: -15px
	}
	.form-desc .form {
		width: 100%;
		padding-left: 0
	}
	.form-desc .form [class^=header] {
		margin-top: 39px
	}
	.form-desc .form-item {
		width: 500px;
		margin: 0 auto 35px auto
	}
	.form-desc .form-item.checkbox {
		width: 400px;
		margin: 0 auto
	}
	.form-desc .form-item .wave-button {
		width: 250px
	}
	.form-desc .wrapper {
		padding: 0 85px
	}
	.form-desc .wrapper .form-item-terms input {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.hero-form .hero-form-content {
		padding: 30px 0 54px
	}
	.hero-form .hero-form-content .form {
		position: relative
	}
	.hero-form .hero-form-content .text {
		padding-left: 15px
	}
	.gallery .container {
		width: 750px
	}
	.home-page .gallery-blocks {
		padding: 30px 0 54px
	}
	.home-page .gallery-blocks .line:after {
		bottom: -30px
	}
	.gallery-content {
		margin-left: -2.1px;
		margin-right: -2.1px;
		margin-bottom: 50px
	}
	.gallery-content a {
		width: -webkit-calc((100% - (4 * 4.2px))/ 4);
		width: calc((100% - (4 * 4.2px))/ 4);
		margin: 2.1px
	}
	.wave-button {
		width: 217px
	}
	.info-room .content .info-block .col-room__description .room__price {
		font-size: 16px
	}
	.page-services .content {
		padding: 135px 0 40px 0
	}
	.page-services .content .subtitle {
		margin-bottom: 40px
	}
	.page-services .content .service-col {
		margin-bottom: 110px
	}
	.page-services .content .service-col .left-col {
		margin-left: 25px
	}
	.page-services .content .service-col .left-col .wrapper .img-col_1 {
		width: 265px
	}
	.page-services .content .service-col .left-col .wrapper .circle-text_wrap {
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%)
	}
	.page-services .content .service-col .right-col {
		padding-left: 40px;
		padding-right: 40px
	}
	.page-services .content .service-col .header_1 {
		margin-bottom: 25px
	}
	.page-services .content .service-col:nth-child(2) .left-col {
		margin: 0;
		padding: 0;
		margin-right: 40px
	}
	.blot-col img{width:100%;}
	.page-services .content .service-col:nth-child(2) .left-col .wrapper .circle-text_wrap {
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%)
	}
	.page-services .content .service-col:nth-child(2) .right-col {
		margin: 0;
		padding-left: 0;
		padding-right: 40px
	}
	.page-services .content .service-col:nth-child(2) .right-col .text-default:nth-child(2) {
		margin-bottom: 20px
	}
	.page-services .content .service-col:nth-child(2) .right-col .text-default:nth-child(3) {
		margin-bottom: 0
	}
	.page-services .content .service-col .blot-col {
		left: 0
	}
	.page-services .content .service-col .blot-col .text-default:last-child {
		padding-right: 0
	}
	.reservation-form-callback {
		width: 586px;
		padding: 50px 60px 60px 60px
	}
	.reservation-form-callback .wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.reservation-form-callback .wrapper .left-group {
		width: auto;
		margin-bottom: 50px
	}
	.reservation-form-callback .wrapper .left-group .form-group .icon-date:before {
		width: 16px;
		height: 16px;
		-webkit-transform: translate(-150%, 130%);
		-ms-transform: translate(-150%, 130%);
		transform: translate(-150%, 130%)
	}
	.reservation-form-callback .wrapper .right-group {
		width: 100%
	}
	.reservation-form-callback .form__footer {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.reservation-form-callback .form__footer .wrapper {
		width: auto
	}
	.reservation-form-callback .form__footer .wave-button {
		margin-top: 20px;
		font-size: 14px
	}
	.converse-form {
		width: 600px;
		height: 430px;
		padding: 50px 50px;
		-webkit-border-radius: 5px;
		border-radius: 5px
	}
	.converse-form .header_1 {
		margin-bottom: 35px
	}
	.converse-form .subhead {
		margin-bottom: 30px
	}
	.converse-form .form-callback__input-block .button-wrapper {
		width: 265px
	}
	.converse-form .decor__shell-top {
		width: 170px;
		height: 100px
	}
	.converse-form .decor__shell-bottom {
		width: 100px;
		height: 140px
	}
	.converse-form .decor__shell-right {
		height: 45px;
		width: 40px
	}
	.reviews .content {
		padding: 30px 0 54px
	}
	.reviews .content {
		padding: 30px 72px 54px
	}
	.main-reviews .contacts {
		margin-bottom: 40px
	}
	.main-reviews .comment {
		width: 100%;
		margin-left: 0
	}
	.rooms-services {
		padding: 0 0 54px
	}
	.rooms-services {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.rooms-services__half {
		width: 100%
	}
	.rooms-services__half:first-child {
		padding-right: 0;
		margin-bottom: 30px
	}
	.rooms-services__half:last-child {
		padding-left: 0
	}
	.err .content {
		padding: 100px 0 190px 100px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.err .content .wrapper {
		width: 400px
	}
	.err .decor1 {
		-webkit-transform: translate(-30%, -50%) rotate(120deg);
		-ms-transform: translate(-30%, -50%) rotate(120deg);
		transform: translate(-30%, -50%) rotate(120deg);
		width: 147px;
		height: 210px
	}
	.err .decor2 {
		-webkit-transform: translate(0, -40%) rotate(-20deg);
		-ms-transform: translate(0, -40%) rotate(-20deg);
		transform: translate(0, -40%) rotate(-20deg);
		height: 130px;
		width: 80px
	}
	.success .line:after {
		bottom: -20px
	}
	.scroll-top {
		bottom: -40px;
		width: 40px;
		height: 40px
	}
	.mce-border-site {
		font-size: 14px
	}
}
@media only screen and (max-width:991px) and (max-width:340px) {
	.menu.active .menu__list {
		width: 100%
	}
}
@media only screen and (max-width:767px) {
	.container {
		width: 100%;
		/*padding: 0 10px*/
	}
	.header_1 {
		letter-spacing: 1px;
		margin-bottom: 20px;
		line-height: 30px;
		font-size: 20px
	}

	.header_2 {
		line-height: 30px;
		font-size: 20px
	}
	.header_3 {
		line-height: 30px;
		font-size: 20px
	}
	.header_4 {
		font-size: 15px
	}
	.subtitle {
		/*letter-spacing: 1.5px*/
	}
	.subhead {
		font-size: 16px
	}
	.line::after {
		width: 70px
	}
	.text-default {
		font-size: 14px
	}
	.button {
		min-width: 0;
		font-size: 14px
	}
	.button-invert {
		min-width: 0
	}
	a.button {
		min-width: 0;
		font-size: 14px
	}
	a.button-i {
		min-width: 0
	}
	.form-item-terms input {
		margin-top: 1px
	}
	.circle-text_wrap {
		width: 26vw;
		height: 26vw
	}
	.wave-button {
		font-size: 14px;
		width: 245px
	}
	.wave-button .wave-button__wrapper .wave-button__items .wave-button__item:nth-child(1) {
		left: -1%
	}
	.wave-button .wave-button__wrapper .wave-button__items .wave-button__item {
		width: 42%;
		height: 122%
	}
	.blot-col, .blot-icon {
		width: 140%;
		-webkit-transform: translate(-15%, 0);
		-ms-transform: translate(-15%, 0);
		transform: translate(-15%, 0)
	}
	.main__wrapper .main__content {
		padding: 20px 0 36px
	}
	.main__content {
		padding: 20px 0 36px
	}
	.main__content h1 {
		margin-bottom: 35px;
		font-size: 20px
	}
	.main__content h2 {
		font-size: 16px
	}
	.main__content h3 {
		font-size: 14px
	}
	.main__content h4 {
		font-size: 15px
	}
	.main__content img {
		margin: 10px auto!important
	}
	.main__map.active {
		width: 100%
	}
	.main__map.active img {
		margin: 0!important
	}
	.main-rooms {
		background:#3d6ca1;
	}
	.main-rooms .icon-blot {
		bottom: 98.1%
	}
	.page-contact .contact__content { 
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.header .wave_under {
		background-size: 54px;
		bottom: -50px
	}
	.header .content {
		padding: 0
	}

	/* .footer__item.logo{
	width: 100%;
	}*/
	.logo a {
    	text-align: center;
    	display: block;
    	margin: 0 auto;
    }
	.header .header__list {
		height: auto; 
	}
	.header .header__list .header__item {
		height: auto
	}
	.header .header__list .header__item .wave-button {
		display: none
	}
	.header .header__list .header__item:nth-child(2) {
		display: none
	}
	.header .header__list .header__item:nth-child(3) {
		align-self: center;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
	}
	.header .header__list .header__item:nth-child(3) > a{
		display: none
	}
	.header .header__list .header__item:nth-child(3) .contact-wrapper a:last-child {
		display: none
	}  
	.menu__toggle_item {
		height: 5.5%
	}
	.heroimage {
		height: 640px;
		overflow: hidden
	}
    .heroimage .icon-blot {
    	left: -453px;
    	width: 782px;
    } 
	.heroimage .people__bg {
		width: 220px;
		height: 240px;
		-webkit-transform: translate(0, 45%);
		-ms-transform: translate(0, 45%);
		transform: translate(0, 45%);
		left: 335px
	} 
	.form-desc .form-item .wave-button {
    	width: 270px;
    	border-top-left-radius: 50px;
    	border-bottom-left-radius: 50px;
    	padding-left: 12px;
    }
    .home-rooms .slick-arrow{
    	/* display: none !important; */
        width: 40px;
        height: 40px;
    }
    .room__slider-bottom .arrow-next{
        left: 40px;
    }
    .heroimage .hero__wrapper {
    	-webkit-box-align: start;
    	-webkit-align-items: flex-start;
    	-ms-flex-align: start;
    	align-items: flex-start;
    	padding-right: 0
    }
    .heroimage .hero__wrapper .hero__adds {
    	margin-bottom: 15px
    }
    .heroimage .hero__wrapper .header_1 {
    	margin-bottom: 15px;
    	line-height: 30px;
    	font-size: 22px;
    }
    .header_1 span {
    	font-weight: 500;
    }
    .home-page .header {
    	height: auto;
    }
    .header {
    	height: auto;
    	padding-bottom: 10px
    } 
	.heroimage .hero__wrapper .subhead {
		margin-bottom: 20px;
		font-size: 16px
	}
	.heroimage .wave-button {
		width: 255px
	}
	.about .content {
		padding: 40px 0 70px 0
	}
	.about .about__block {
		padding: 0 10px 0 10px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.about .left-col {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.about .left-col .wrapper .wrapper-img .about__img {
		width: 100%
	}
	.about .left-col .wrapper .wrapper-img .icon-blot-about {
		width: 130%;
		left: -40px
	}
	.about .right-col {
		margin-left: 0;
		margin-bottom: 15vw
	}
	.about .subtitle {
		margin-bottom: 40px
	}
	.about .text-default {
		margin-bottom: 0
	}
	.page-about .content {
		padding: 50px 0 100px 0
	}
	.page-about .content .subtitle {
		margin-bottom: 30px
	}
	.page-about .content .service__menu .service__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.page-about .content .service__menu .service__item .item__image-block {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%
	}
	.page-about .content .service__menu .service__item .item__image-block .wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 82%
	}
	.page-about .content .service__menu .service__item .item__image-block .wrapper .photo-service {
		width: 100%
	}
	.page-about .content .service__menu .service__item .item__image-block .blot-icon {
		width: 125%;
		left: -10px
	}
	.page-about .content .service__menu .service__item .item_text-block {
		padding: 0;
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 40px;
		/* margin-bottom: 15vw */
	}
	.page-about .content .service__menu .service__item:nth-child(2n) .item_text-block {
		padding: 0;
		width: 100%
	}
	.page-about .content .service__menu .service__item:nth-child(2n) .item__image-block {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%
	}
	.page-about .content .service__menu .service__item:nth-child(2n) .item__image-block .wrapper .circle-text_wrap {
		left: unset;
		right: 0;
		-webkit-transform: translate(20%, -10%);
		-ms-transform: translate(20%, -10%);
		transform: translate(20%, -10%)
	}
	.page-about .content .service__menu .service__item:nth-child(4) .item__image-block {
		padding: 0;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.page-about .content .service__menu .service__item:nth-child(4) .item__image-block .wrapper .circle-text_wrap {
		-webkit-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		transform: translate(50%, 50%)
	}
	.page-about .content .service__menu .service__item:nth-child(4) .item__image-block .wrapper .blot-icon {
		width: 130%
	}
	.page-about .content .service__menu .service__item:last-child .item__image-block .wrapper {
		/* width: 70% */
		width: 100%
	}
	.page-about .photo-service_min {
		width: 50%;
		margin-left: 125px
	}
	.advantages .content {
		padding: 80px 0
	}
	.advantages .advantages__wrap {
		padding: 40px 10px 40px 20px
	}
	.advantages .subtitle {
		margin-bottom: 25px
	}
	.advantages .advantages__item {
		margin-bottom: 30px;
		width: 100%;
		margin-bottom: 20px
	}
	.advantages .icon-wrap {
		width: 50px
	}
	.blot-col img{
		max-width:105%;
	}
	.advantages .advantages__item:last-child {
		width: 100%
	}
	.advantages .advantages__item:last-child br {
		display: none
	}
	.advantages .text-default {
		line-height: 22px
	}
	.advantages .adv_decor1 {
		height: 230px;
		width: 110px;
		bottom: -80px;
		left: -45px
	}
	.advantages .adv_decor2 {
		right: -20px;
		top: -50px;
		width: 170px;
		height: 120px
	}
	.advantages .adv_decor3 {
		display: none
	}
	.advantages .adv_decor4 {
		width: 390px;
		z-index: 0
	}
	.home-rooms .subtitle {
		margin-bottom: 40px
	}
	.home-rooms .info-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.home-rooms .col-left {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start; 
	}
	.home-rooms .subhead {
		margin-bottom: 25px
	}
	.home-rooms .number-list {
		display: none
	}
	.home-rooms .col-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}
	.home-rooms .room_info {
		-webkit-box-shadow: unset;
		box-shadow: unset;
		width: 100%
	}
	.home-rooms .room-item {
		border: .5px solid rgba(0, 0, 0, .17)
	}
	.home-rooms .text-wrapper {
		padding: 20px 15px 30px 15px
	}
	.home-rooms .text-wrapper .subhead {
		margin-bottom: 15px
	}
	.home-rooms .text-wrapper .text-default {
		margin-bottom: 25px
	}
	.home-rooms .room_info__slider-arrows-dots {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.home-rooms .slick-list .slick-track {
		margin-right: -10px
	}
	.home-rooms .slick-list .slick-track .slick-slide {
		margin-right: 10px
	} 
	.about__room .info__room {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 10px 0 10px
	}
	.about__room .info__room .col-text__wrapper {
		width: 100%;
		/* margin-bottom: 95px */
		margin-bottom: 60px;
	}
	.about__room .info__room .col__image {
		width: 100%
	}
	.about__room .info__room .col__image .image__wrapper .room-photo {
		/* width: 275px;
		height: 184px */
		width: 100%;
		height: auto;
	}
	.about__room .info__room .col__image .image__wrapper .circle-text_wrap {
		width: 90px;
		height: 90px
	}
	.about__room .menu__items {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 40px
	}
	.about__room .menu__items .menu__item {
		width: 47%;
		margin-bottom: 25px
	}
	.about__room .menu__items .menu__item .icon-service {
		width: 70px;
		height: auto
	}
	.about__room .date-info {
		padding: 40px 35px 45px 20px
	}
	.about__room .date-info .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.about__room .date-info .date-out_on {
		margin-bottom: 20px
	}
	.about__room .date-info .icon-clock {
		margin: 0 20px 0 0;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.about__room .date-info .data-title {
		font-size: 14px;
		line-height: 22px
	}
	.about__room .service__room {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 0 0 20px
	}
	.about__room .service__room .service__default {
		margin: 0;
		margin-bottom: 30px
	}
	.about__room .service__room .service__title {
		font-size: 16px;
		margin-bottom: 25px
	}
	.about__room .service__room .text-default .service__item {
		font-size: 14px
	}
	.about__room .service__room .service__extra {
		padding: 0
	}
	.rooms__card {
		padding: 0
	}
	.rooms__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 39px 15px 49px 15px
	}
	.rooms__content .wrapper {
		width: 100%
	}
	.rooms__content .wrapper:nth-child(2) {
		margin: 0 auto;
		width: 100%
	}
	.rooms__content .wrapper .wave-button {
		display: none
	}
	.rooms__content .wrapper:nth-child(2) {
		width: 100%
	}
	.rooms__content .wave-button {
		margin-right: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 270px
	}
	.rooms__content .room__title {
		font-size: 20px
	}
	.rooms__content .rooms__desc p {
		margin-bottom: 20px
	}
	.rooms__content .rooms__table .rooms__table-item {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 180px
	}
	.rooms__content .rooms__table .rooms__table-item .date {
		font-size: 14px
	}
	.rooms__content .price__room {
		font-size: 16px
	}
	.rooms__gallery {
		margin: 0;
		width: 100%;
		/* padding: 46px 24px 33px 24px; */
		padding: 24px;
	}
	.rooms__gallery .arrow-prev {
		margin-right: auto
	}
	.rooms__gallery .arrow-next {
		margin-left: auto
	}
	.services .content {
		padding: 50px 0 40px 0
	}
	.services .content .subtitle {
		margin-bottom: 30px
	}
	.services .content .service__menu .service__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.services .content .service__menu .service__item .item__image-block {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 30px
	}
	.services .content .service__menu .service__item .item__image-block .wrapper {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.services .content .service__menu .service__item .item__image-block .wrapper .circle-text_wrap {
		right: unset;
		-webkit-transform: translate(-15%, -15%);
		-ms-transform: translate(-15%, -15%);
		transform: translate(-15%, -15%);
		left: 0
	}
	.services .content .service__menu .service__item .item__image-block .wrapper .blot-two {
		width: 100%
	}
	.services .content .service__menu .service__item .item_text-block {
		padding: 0;
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 50px
	}
	.services .content .service__menu .service__item .food {
		width: 270px
	}
	.services .content .service__menu .service__item .food .food__list {
		margin-left: 20px
	}
	.services .content .service__menu .service__item:nth-child(2n) .item_text-block {
		padding: 0;
		width: 100%
	}
	.services .content .service__menu .service__item:nth-child(2n) .item__image-block {
		margin-top: 30px;
		width: 87%
	}
	.services .content .service__menu .service__item:nth-child(2n) .item__image-block .circle-text_wrap {
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
		left: unset;
		right: 0
	}
	.services .content .service__menu .service__item:nth-child(4) .item__image-block .circle-text_wrap {
		left: unset;
		-webkit-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		transform: translate(50%, 50%)
	}
	.services .content .service__menu .service__item:last-child .item__image-block {
		padding: 0;
		width: 87%
	}
	.services .content .service__menu .service__item:last-child .item__image-block .circle-text_wrap {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.services .content .service__menu .service__item:last-child .item_text-block {
		width: 100%
	}
	.services .content .service__menu .service__item:last-child .food {
		margin: 0
	}
	.services .content .blot-icon {
		width: 120%
	}
	.requisites .content .wrapper .line:after {
		width: 135px
	}
	.main-reviews .main__content .header_1 {
		font-size: 28px;
		line-height: 35px
	}
	.main-reviews .main__content .reviews-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.main-reviews .main__content .reviews-list .column {
		width: 100%
	}
	.main-reviews .main__content .reviews-list .column:first-child {
		/* margin-bottom: 30px */
	}
	.main-reviews .main__content .reviews-list .column .item {
		margin-bottom: 10px;
		padding: 43px 20px 51px 19px
	}
	.gallery .container {
		width: 100%;
		padding: 0 10px
	}
	.home-page .gallery-blocks {
		padding: 20px 0 36px
	}
	.gallery-button {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		margin-top: 20px
	}
	.gallery-button a {
		margin: 0 auto
	}
	.gallery-content {
		margin-left: -2.8px;
		margin-right: -2.8px;
		margin-top: 10px;
		margin-bottom: 40px
	}
	.gallery-content a {
		width: -webkit-calc((100% - (2 * 5.6px))/ 2);
		width: calc((100% - (2 * 5.6px))/ 2);
		margin: 2.8px
	}
	.wave-button {
		width: 217px
	}
	.page-gallery .container {
		width: 100%;
		padding: 0 10px
	}
	.page-gallery .gallery-blocks .header_1 {
		margin-bottom: 50px;
		text-align: center
	}
	.footer-reviews .icon-blot {
		bottom: 84%
	}
	.footer-reviews .content {
		/* padding: 90px 0 75px 0 */
	}
	.footer-reviews .content .header_3 {
		margin-bottom: 30px
	}
	.footer-reviews .form-wrapper .contacts {
		margin-bottom: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer-reviews .form-wrapper .contacts .form-item:first-child {
		width: 100%;
		margin-bottom: 30px
	}
	.footer-reviews .form-wrapper .contacts .form-item:nth-child(2) {
		width: 100%
	}
	.footer-reviews .footer-wrapper .wrapper .form-item-terms {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 0;
	}
	.footer-reviews .footer-wrapper .wave-button {
		margin: 0;
		width: 100%
	}
	.requisites .content .text__wrapper {
		padding: 0 20px
	}
	.copyright .container .copyright-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 0;
		padding-right: 0
	}
	.copyright .container .copyright-content>div {
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
		text-align: center
	}
	.copyright .container .copyright-content>div:last-child {
		padding-bottom: 0
	}
	/*.footer__content {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.footer__item:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px
	}
	.footer__item:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-right: auto
	}
	.footer__item:nth-child(4) {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
		margin-bottom: 35px
	}

	.footer__item.logo img {
		margin: 0;
		width: 120px;
		height: 50px
	}
	.footer__item .contact-wrapper a {
		font-size: 14px
	}
	.footer__item .wave-button {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.footer__item {
		width: auto;
		text-align: center;
		margin-bottom: 20px
	}
	.footer .footer__copyright {
		margin: 0;
		text-align: center;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.footer .footer__copyright .copyright-wrapper .text-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer .footer__copyright .copyright-wrapper .text-wrapper .copyright-text_1 {
		margin-bottom: 10px
	}
	.footer .footer__copyright .copyright-wrapper .text-wrapper .copyright-text_2 {
		margin-bottom: 20px
	}
	.footer .footer__copyright .copyright-wrapper .text-wrapper .copyright-text_2 {
		margin-left: 0
	}
	.footer .footer__copyright .copyright-wrapper .copyright-text_3 {
		margin-bottom: 10px
	}
	.footer .footer__copyright .logo-wrapper a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0
	}
	.footer .footer__copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.footer .footer__copyright .wave-button {
		display: none
	}*/
	.form-callback {
		padding: 35px 10px
	}
	.form-desc .container {
		overflow: hidden
	}
	.form-desc .content {
		padding: 120px 0 130px 0;

		margin: 0 auto
	}
	.form-desc .content .form-svg_blot {
		top: 50%;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		width: 150vw;
		height: 100vw
	}
	.form-desc .subtitle {
		margin-bottom: 30px
	}
	.form-desc .header_1 {
		margin-bottom: 30px
	}
	.form-desc .subhead {
		margin-bottom: 20px
	}
	.form-desc .subhead br {
		display: none
	}
	.form-desc .text-default {
		font-size: 14px
	}
	.form-desc .form [class^=header] {
		margin-top: 60px
	}
	.form-desc .form-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin: 0 0 30px 0
	}
	.form-desc .form-item input {
		margin-bottom: 20px;
		width: 280px
	}
	.form-desc .form-item label {
		width: 280px;
		margin: 0 auto;
	}
	.form-desc .form-item.checkbox {
		width: 280px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.form-desc .form-item .wave-button {
		width: 280px;
		position: relative
	}
	.form-desc .wrapper {
		padding: 0;
		padding-left: 25px
	}
	.form-desc .wrapper .form-item-terms {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.form-desc .wrapper .form-item-terms label {
		font-size: 12px
	}
	.hero-form .hero-form-content {
		padding: 20px 0 36px
	}
	.hero-form .hero-form-content .form {
		padding: 40px 20px 40px 20px
	}
	.hero-form .hero-form-content .form {
		width: 100%;
		margin-bottom: 40px
	}
	.hero-form .hero-form-content .text {
		width: 100%;
		padding-left: 0
	}
	.hero-form ::-webkit-scrollbar {
		width: .2em
	}
	.gallery .container {
		width: 100%;
		padding: 0 10px
	}
	.home-page .gallery-blocks {
		padding: 20px 0 36px
	}
	.gallery-button {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		margin-top: 20px
	}
	.gallery-button a {
		margin: 0 auto
	}
	.gallery-content {
		margin-left: -2.8px;
		margin-right: -2.8px;
		margin-top: 10px;
		margin-bottom: 40px
	}
	.gallery-content a {
		width: -webkit-calc((100% - (2 * 5.6px))/ 2);
		width: calc((100% - (2 * 5.6px))/ 2);
		margin: 2.8px
	}
	.wave-button {
		width: 217px
	}
	.page-services .content {
		padding: 70px 10px 80px 10px
	}
	.page-services .content .service-col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.page-services .content .service-col .left-col {
		margin-left: 0;
		padding-left: 0;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.page-services .content .service-col .left-col .wrapper {
		width: 87%
	}
	.page-services .content .service-col .left-col .wrapper .img-col_1 {
		width: 100%
	}
	.page-services .content .service-col .left-col .wrapper .circle-text_wrap {
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		margin: 0
	}
	.page-services .content .service-col .right-col {
		padding: 0;
		margin: 0;
		margin-bottom: 20vw
	}
	.page-services .content .service-col:nth-child(2) .left-col {
		padding: 0;
		margin: 0
	}
	.page-services .content .service-col:nth-child(2) .left-col .wrapper .circle-text_wrap {
		margin: 0;
		width: 23vw;
		height: 23vw;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%)
	}
	.page-services .content .service-col:nth-child(2) .right-col {
		margin: 0;
		padding: 0;
		margin-bottom: 20vw
	}
	.page-services .content .service-col:nth-child(3) .left-col .wrapper .circle-text_wrap {
		left: 0
	}
	.page-services .content .service-col .blot-col {
		left: 50px;
		width: 100%
	}
	.reservation-form-callback {
		padding: 40px 15px;
		width: auto;
		min-width: 300px
	}
	.reservation-form-callback .line::after {
		top: unset;
		bottom: -15px;
		left: 0;
		margin-left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	.reservation-form-callback .wrapper .left-group {
		margin-bottom: 30px
	}
	.reservation-form-callback .wrapper .left-group .subtitle {
		margin-bottom: 20px
	}
	.reservation-form-callback .wrapper .left-group .form-group {
		margin-bottom: 15px
	}
	.reservation-form-callback .wrapper .left-group .form-group:nth-child(1) {
		margin-bottom: 0
	}
	.reservation-form-callback .wrapper .left-group .form-group:nth-child(4) {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.reservation-form-callback .wrapper .left-group .form-group:nth-child(4) .form-item {
		width: 46%;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 50px;
		margin-bottom: 0
	}
	.reservation-form-callback .wrapper .left-group .form-group:nth-child(4) .form-item label {
		left: 25px
	}
	.reservation-form-callback .wrapper .left-group .form-group:nth-child(4) .form-item:nth-child(1) {
		position: relative
	}
	.reservation-form-callback .wrapper .left-group .form-group .form-item {
		width: 100%;
		margin-bottom: 0
	}
	.reservation-form-callback .wrapper .right-group .subtitle {
		margin-bottom: 20px
	}
	.reservation-form-callback .wrapper .right-group .text-default {
		margin-bottom: 15px
	}
	.reservation-form-callback .wrapper .right-group .form-item {
		margin-bottom: 30px
	}
	.reservation-form-callback .form__footer .wave-button {
		width: 100%
	}
	.reservation-form-callback ::-webkit-scrollbar {
		width: .2em
	}
	.converse-form {
		width: 500px;
		height: 500px
	}
	.converse-form .subtitle {
		margin-bottom: 15px
	}
	.converse-form .subhead {
		width: 280px;
		margin: 0 auto;
		margin-bottom: 20px
	}
	.converse-form .subhead br {
		display: none
	}
	.converse-form .form-callback__input-block .form-item {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px
	}
	.converse-form .form-callback__input-block .button-wrapper {
		position: static;
		margin: 0 auto;
		margin-bottom: 20px;
		width: 100%;
		font-size: 14px
	}
	.converse-form .form-callback__input-block .button-wrapper .wave-button__items {
		width: 100%
	}
	.converse-form .form-callback__input-block .form-item-terms {
		margin: 0 auto;
		width: 245px
	}
	.converse-form .decor__shell-top {
		display: none
	}
	.converse-form .decor__shell-bottom {
		display: none
	}
	.converse-form .decor__shell-right {
		display: none
	}
	.reviews .content {
		padding: 20px 0 36px
	}
	.reviews .content {
		padding: 20px 0 36px
	}
	.reviews-list .item {
		padding: 20px
	}
	.main-reviews .contacts {
		margin-bottom: 20px
	}
	.main-reviews .contacts .form-item:first-child {
		margin-bottom: 20px
	}
	.main-reviews .terms {
		margin: 20px 0 20px
	}
	.rooms-services {
		padding: 0 0 36px
	}
	.rooms-services__item {
		margin: 20px 0
	}
	.err .content {
		padding: 100px 0 150px
	}
	.err .content .wrapper {
		width: 353px
	}
	.err .content .wrapper .header_1 {
		font-size: 50px
	}
	.err .decor1 {
		-webkit-transform: translate(27%, -41%) rotate(261deg);
		-ms-transform: translate(27%, -41%) rotate(261deg);
		transform: translate(27%, -41%) rotate(261deg);
		width: 120px;
		height: 166px
	}
	.err .decor2 {
		left: unset;
		right: -230px;
		-webkit-transform: translate(0, 20%) rotate(-92deg);
		-ms-transform: translate(0, 20%) rotate(-92deg);
		transform: translate(0, 20%) rotate(-92deg);
		height: 91px;
		width: 60px
	}
	.blot .bg-blot {
		background-position: -1500px 92px
	}
	.overlay__close {
		-webkit-transform: translate(20%, -100%);
		-ms-transform: translate(20%, -100%);
		transform: translate(20%, -100%)
	}
	.overlay__content {
		max-width: -webkit-calc(100% - 20px);
		max-width: calc(100% - 20px)
	}
	.success {
		width: 380px
	}
}

@media only screen and (max-width:600px) {
	.main__content img {
		margin-right: 0;
		margin-left: 0
	}
}
@media only screen and (max-width:567px) {
 
	.heroimage .people__bg {
		left: 220px
	}
}
@media only screen and (max-width:520px) {
	.form-desc .content .form-svg_blot {
		top: 50%;
		width: 195vw;
		height: 220vw
	}
}
@media screen and (max-width:500px) {
	div.instashow-popup-container {
		position: absolute!important;
		width: 100%!important;
		height: auto!important;
		left: 50%!important;
		top: 50%!important;
		-ms-transform: translate(-50%, -50%)!important;
		-webkit-transform: translate(-50%, -50%)!important;
		transform: translate(-50%, -50%)!important
	}
}
@media only screen and (max-width:399px) {
	.header .header__list .header__item .wave-button {
		display: none
	}
	.header .header__list .header__item:nth-child(3) .contact-wrapper a span {
		display: none
	}
}
@media only screen and (max-width:360px) {
	.hero-form .hero-form-content .form .part-input .form-group {
		width: 100%
	}
}
@media only screen and (max-width:340px) {
	.button {
		width: 100%
	}
	.button-invert {
		width: 100%
	}
	a.button {
		width: 100%
	}
	a.button-i {
		width: 100%
	}
	.rooms__card {
		padding: 0
	}
}
@media only screen and (max-width:320px) {
	.rooms__gallery .rooms__slider-arrows-dots {
		width: 110%;
		-webkit-transform: translate(-4%, 0);
		-ms-transform: translate(-4%, 0);
		transform: translate(-4%, 0)
	}
	.form-desc .content .form-svg_blot {
		top: 48%;
		left: -250px;
		width: 230vw;
		height: 215vw
	}
} 
@media only screen and (min-width:992px) and (max-width:1299px) { 
	.header, .home-page .header {
		height: auto;
		padding-bottom: 20px;	
	} 
}
@media only screen and (min-width:320px) and (max-width:440px) {
 
	.heroimage .people__bg {
		-webkit-transform: translate(0, 50%);
		-ms-transform: translate(0, 50%);
		transform: translate(0, 50%);
		left: 80px
	}
}
@media print {
	.datepickers-container {
		display: none
	}
}
@media(max-width:1800px) { 
	.about.section-line .left-block:before { 
    left: -30%; 
}
}
@media(max-width:1300px) {   
.menu__list>.menu__list_item { 
    margin-right: 50px;
} 
.heroimage {
    height: 630px;
}
.video_wrapper{
    margin-left: 0;    
    width: 100%;
}
.about__block .right-block {
    width: 50% !important;
    padding-left: 20px;
}
 .about__block .right-block .about__img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}
.section-line {
    position: relative;
    overflow: visible;
}
.advantages { 
    background-size: cover;
}
.about.about_new .about__block:first-child .right-block img {
    margin-left: 0 !important;
}

.footer .footer__list .footer__item a {
    color: #ffffff;
    font-size: 14px;
}
.header .header__list .header__item a {
    font-size: 14px;
    line-height: 20px;
}
.home-rooms .slick-list .slick-track .slick-slide {
    margin-right: 0px;
}
.home-rooms .slick-list .slick-track .slick-slide img{
    width:100%;
}
.heroimage .icon-blot {
    width: 57%;
}
.home-rooms .col-left ul li{
        font-size: 15px;
    line-height: 24px;
    padding-right:10px;
}
.button-invert { 
    padding: 20px 25px; 
    font-size: 16px; 
}
.footer .footer__list .footer__item a { 
    font-size: 15px; 
    line-height: 21px;
}
.about.about_new .about__block:first-child .left-block {
    padding-left: 30px !important;
}



}


@media(max-width:995px) {   
.header .header__list .header__item{
    display:none;
}
.about.about_new .about__block:first-child .left-block {
    padding-left: 0px !important;
}
.header { 
    padding: 7px 0 7px;
}
.header__logo{
    width:50px;
} 
.footer .footer__list {
    flex-direction: column;
    align-items: flex-start !important;
}
.footer .footer__list .footer__item { 
    margin: 15px 0;
    height: auto !important
}    
.footer .social a {
    margin: 0 15px 0 0 ; 
}
  .header .container {
    padding-right: 60px;
}  
.menu__list>.menu__list_item{
    margin-right: 0px;
}
.rooms__content .wave-button {
    max-width: 100%;
}
    .heroimage .heroimage__bg{
        top:0;
        width: 100%;
    }
    
.heroimage:after { 
    width: 100% !important;
    background-color: rgb(101 156 219 / 56%) !important
}
.heroimage {
    height: auto;
    padding-bottom: 30px;
}    
.about.section-line .left-block:before { 
    display:none; 
}    
.about .about__block {
    flex-wrap: wrap;
}
  .about__block .left-block {
    margin-right: 0 !important;
    width: 100%;
}  
.about__block .right-block {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 30px  !important;
    width: 100% !important;
}    
  .home-rooms .info-block {
    flex-wrap: wrap;
  }
    .home-rooms .col-right { 
    width: 100%;
}
   .about.about_new .about__block:first-child .left-block {
    padding-left: 0; 
} 
.about.about_new .about__block:before{
    display:none;
}    
    
}




@media(max-width:700px) {
    .about.section-line {
    padding-top: 30px;
}
.button { 
    padding: 20px 30px;
    text-align: center;
}
.heroimage ul li { 
    font-size: 14px; 
    line-height: 20px; 
}
.about .content {
    padding: 40px 0 40px 0;
}
.advantages .header_1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;  
}
.advantages .header_1 br{
    display:none;
}
 .preheader { 
    font-size: 14px !important;
    margin-bottom: 5px !important;
}
.callback-home .content .content__body { 
    padding: 20px 15px !important;
}
.callback-home__form-top input, .callback-home__form-top button {
    width: 100% !important;
}
.about .about__block {
    flex-direction: column-reverse;
}
.home-page .menu__list>.menu__list_item:nth-child(4) a, .home-page .menu__list>.menu__list_item:nth-child(5) a, .home-page .menu__list>.menu__list_item:nth-child(6) a {
    color: #2a2d2e;
}




}


.page-about .gallery {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: 40px -8px 0;
}

.page-about .gallery a {
    display: block;
    width: 33.33%;
}

.page-about .gallery .gallery__item_image {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 8px;
}

.page-about .gallery a img{
    width: 100%;
}

@media only screen and (max-width: 767px){
    .page-about .gallery {
    	margin: 40px -4px 0;
    }
    .page-about .gallery .gallery__item_image {
        padding: 4px;
    }
    .page-about .gallery a {
        width: 50%;
    }
}


.lg-sub-html{
    display: none;
}

.menu__list>.menu__list_item a.menu-phone{
    display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	margin-top: 20px;
}
.menu__list>.menu__list_item a.menu-phone svg{
    display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    fill: #222222;
}

 