body {
	font-family: "Open Sans", "Arial", sans-serif;
	background: #fff;
	min-width: 320px;
	font-size: 16px;
	position: relative;
	line-height: 1.5;
	color: #153657;
}
img {
	height: auto;
}
.container {
	min-width: 280px;
	box-sizing: content-box;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
	padding-left: 40px;
	padding-right: 40px;
}
.link2 {
    color: #449AC5;
    letter-spacing: 0.2px;
    font-weight: 400;
    position: relative;
}
.link2:before {
	content: "";
    position: absolute;
    width: 100%;
    bottom: 1px;
    height: 1px;
    transition: 0.2s;
    background: #449AC5;
}
.link2:hover:before {
    opacity: 0;
}

.button4 {
	height: 36px;
	padding: 0 16px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 8px;
	transition: 0.2s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button4:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: 0.2s;
	border-radius: 8px;
	border: 1px solid #153657;
}
.button4:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #E8E8EC;
	z-index: -2;
	transition: 0.2s;
	border-radius: 8px;
	opacity: 0;
}

.button4:hover:before {
	opacity: 1;
}

.button3 {
	height: 38px;
	padding: 0 20px;
	letter-spacing: 0.3px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	transition: 0.2s;
	border-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	transition: 0.2s;
	border-radius: 10px;
	background: #153657;
}
.button3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(95.14deg, #153657 0%, #3C64B1 51.35%, #153657 100%);
	z-index: -1;
	transition: 0.2s;
	border-radius: 10px;
	opacity: 0;
}

.button3:hover:before {
	opacity: 1;
}

.button2 {
	border-radius: 10px;
	height: 72px;
	font-weight: 600;
	font-size: 18px;
	padding: 0 49px;
	color: #fff;
	transition: 0.2s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	transition: 0.2s;
	border-radius: 10px;
	background: #153657;
}
.button2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(95.14deg, #153657 0%, #3C64B1 51.35%, #153657 100%);
	z-index: -1;
	transition: 0.2s;
	border-radius: 10px;
	opacity: 0;
}
.button2:hover:before {
	opacity: 1;
}

.button {
	height: 36px;
	padding: 0 16px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 8px;
	transition: 0.2s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: 0.2s;
	border-radius: 8px;
	border: 1px solid #FFFFFF;
}
.button:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(95.14deg, #153657 0%, #3C64B1 51.35%, #153657 100%);
	z-index: -2;
	transition: 0.2s;
	border-radius: 8px;
	opacity: 0;
}
.button:hover:after {
	opacity: 0;
}
.button:hover:before {
	opacity: 1;
}


.link {
	color: #449AC5;
	transition: 0.2s;
}
.link:hover {
	color: #153657;
}
.title-t1 {
	font-weight: 700;
	font-size: 36px;
}
.title-t2 {
	font-weight: 700;
	font-size: 32px;
	color: #435D78;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 27px 0;
	color: #fff;
	transition: background, padding, ease-out 0.2s;
	z-index: 400;
}
.header.active {
	background: #449AC5;
	padding: 16px 0;
}

.header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__right {
	display: flex;
	align-items: center;
}
.header__logo {
	max-width: 67px;
	width: 100%;
	display: block;
}
.header__menu {
	display: flex;
	align-items: center;
	margin-right: 122px;
}

.header__menu li {
	margin-right: 60px;
	position: relative;
	font-size: 14px;
	position: relative;
}
.header__menu li:nth-last-child(1) {
	margin-right: 0!important;
}
.header__menu li a {
	position: relative;
}
.header__menu li a:before {
	content: "";	
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 0;
	background: #fff;
	transition: 0.2s;
}
.header__menu li a:hover:before {
	width: 22px;
}

.header__social {
	margin-right: 20px;
}

.social {
	display: flex;
	align-items: center;
}
.social li {
	margin-right: 20px;
	max-width: 18px;
}
.social li:nth-last-child(1) {
	margin-right: 0!important;
}
.social li a {
	position: relative;
}
.social__base {
	position: relative;
	z-index: 1;
	transition: 0.2s;
}
.social__hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: 0.2s;
}
.social li a:hover .social__base {
	opacity: 0;
}
.social li a:hover .social__hover {
	opacity: 1;
}

.header__social_menu {
	display: none;
}

.header__phone {
	margin-right: 20px;
	font-weight: 700;
	position: relative;
	transition: 0.2s;
}
.header__phone .svg {
	display: none;
}

.header__hr {
	display: none;
}
.header__phone:hover {
	color: #85D7FB;
}

.first {
	background: url('../img/first-bc.jpg') no-repeat;
	background-size: cover!important;
	background-position: center!important;
	height: 100vh;
	height: var(--vh, 100vh);
	width: 100%;
	min-height: 725px;
}
.first__content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.first__txt {
	color: #fff;
	text-align: center;
	margin-bottom: 80px;
}

.first__title {
	font-size: 76px;
	font-weight: 700;
	margin-bottom: 32px;
	line-height: 1.1;
	letter-spacing: 0.01em;
}
.first__subtitle {
	font-size: 24px;
}
.first__booking {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
}
.booking {
	max-width: 1026px;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 24px rgba(0, 67, 86, 0.08);
	padding: 40px 63px 45px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.booking.err .booking__fields {
    border: 1px solid #ff3f3f;
    background: #fcebe6;
    transition: 0.2s;
}
.booking.err .booking__label {
	border-right: 1px solid #ff3f3f;
}
.booking__daterange {
	position: absolute;
	bottom: 22px;
	opacity: 0;
	cursor: pointer;
	z-index: -100;
}

.booking__fields {
	display: flex;
	border-radius: 10px;
	border: 1px solid #B9C3CD;
	max-width: 629px;
	margin-right: 30px;
	position: relative;
}
.booking__fields .booking__label:nth-child(1) {
	flex: 0 1 210px;
	padding-left: 35px;
}
.booking__fields .booking__label:nth-child(2) {
	flex: 0 1 152px;
}
.booking__fields .booking__label:nth-child(3) {
	flex: 1 1 266px;
	border-right: 0;
}
.booking__label {
	border-right: 1px solid #B9C3CD;
	height: 72px;
	cursor: pointer;
	position: relative;
	display: block;
}

.booking-guests {
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	z-index: 10;
	background: #fff;
	box-shadow: 2px 4px 24px rgba(0, 67, 101, 0.08);
	border-radius: 20px;
	padding: 30px 45px;
	width: 421px;
	display: none;
	z-index: 50;
	margin-top: 8px;
}
.guests.err .guests__type {
	color: #ff3f3f;
}
.guests__row {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.guests__bottom-btt {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.guests__err {
	font-size: 14px;
    color: #ff3f3f;
    opacity: 0;
}
.guests__err.active {
	opacity: 1;
}
.guests__choose {
	margin-left: 18px;
}
.guests__button {
	display: flex;
	align-items: center;
}

.guests__minus, .guests__plus {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #449AC5;
	background: #fff;
	border-radius: 100%;
	position: relative;
	transition: 0.2s;
}

.guests__minis-line, .guests__plus-line1, .guests__plus-line2 {
	height: 2px;
	width: 9px;
	background: #449AC5;
	transition: 0.2s;
}
.guests__plus-line2 {
	position: absolute;
	transform: rotate(90deg);
}
.guests__minus:hover, .guests__plus:hover {
	background: #ebf4f8;
}

.guests__minus[disabled], .guests__plus[disabled] {
	border: 1px solid #E8E8EC;
	background: #fff;
}

.guests__minus[disabled] div, .guests__plus[disabled] div {
	background: #E8E8EC;
}


.guests__button input {
	width: 36px;
	text-align: center;
	color: #1C1C1C;
	font-weight: 700;
	font-size: 18px;
}
.guests__type {
	font-weight: 600;
	font-size: 18px;
	transition: 0.2s;
}
.guests__descript {
	color: #73869A;
}

.booking__fields .booking__label:nth-last-child(1) {
	border-right: 0;
}
.label {
	display: flex;
	align-items: center;
	padding-left: 16px;
}
.label__ic {
	margin-right: 16px;
	max-width: 28px;
}
.label-not-ic {
	padding-left: 20px;
}
.label__name {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1;
	color: #73869A;
}
.label__right input {
	height: 20px;
	font-weight: 600;
	display: block;
	padding-right: 0;
	width: 100%;
	cursor: pointer;
	background: transparent;
}

.label__right input:placeholder                {color: rgba(115, 123, 125, 0.5); font-weight: 400;}
.label__right input::-webkit-input-placeholder {color: rgba(115, 123, 125, 0.5); font-weight: 400;}
.label__right input::-moz-placeholder          {color: rgba(115, 123, 125, 0.5); font-weight: 400;}
.label__right input:-moz-placeholder           {color: rgba(115, 123, 125, 0.5); font-weight: 400;}
.label__right input:-ms-input-placeholder      {color: rgba(115, 123, 125, 0.5); font-weight: 400;}

.label-select {
	flex-grow: 1;
	position: relative;
}
.booking__gus {
	position: absolute;
	bottom: 0;
	left: 359px;
	padding: 0;
	opacity: 0;
	z-index: -100;
}
.label-select.active .label__arr {
	transform: translateY(-50%) rotate(180deg);
}

.label__arr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transition: 0.2s;
}



.apartments {
	padding-top: 60px;
}
.apartments__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.apartments__row_bottom {
	margin-top: 13px;
	margin-bottom: 18px;
	align-items: flex-end;
}
.apartments__share {
	margin-left: 10px;
	flex: 0 0 134px;
}
.share {
	color: #449AC5;
	font-weight: 600;
	font-size: 18px;
	position: relative;
}
.share__button {
	display: flex;
	align-items: center;
	transition: 0.2s;
}
.share__popup {
	position: absolute;
    right: 0;
    z-index: 40;
    background: #fff;
    box-shadow: 0px 4px 24px rgb(0 67 86 / 8%);
    border-radius: 12px;
    padding: 13px 16px;
    top: calc(100% + 12px);
    width: auto;
    display: none;
    font-size: 16px;
    white-space: nowrap;
    color: #153657;
}

.ya-share2__list {
	display: flex!important;
}
.share .svg {
	margin-right: 7px;
	width: 18px;
	flex: 0 0 18px;
}
.share .svg path {
	transition: 0.2s;
}
.share__button:hover {
	color: #316b89;
}
.share__button:hover .svg path {
	fill: #316b89;
}
.apartments__adress {
	color: #435D78;
}
.apartments__advs {
	display: flex;
	align-items: center;
}
.apartments__adv {
	display: flex;
	align-items: center;
	margin-right: 71px;
}
.apartments__adv img {
	margin-right: 18px;
}
.apartments__advs .apartments__adv:nth-last-child(1) {
	margin-right: 0!important;
}


.apartments__slider-main {
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
}
.slider-main__item {
	display: none;
}
.slider-main__item:nth-child(1) {
	display: block;
}
.slick-list .slider-main__item {
	display: block;
}
.slider-main .slider-main__item {
	position: relative;
	max-height: 100vh;
	max-height: var(--vh, 100vh);
}
.slider-main__item:before {
	content: "";
    padding-top: 44.5%;
    display: block;
}
.slider-main .slider-main__item img {
	position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	text-indent: -9999999px;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	opacity: 0.5;
	transition: 0.2s;
}
.slick-arrow:hover {
	opacity: 1;
}

.slick-prev {
	left: -12px;
	background: url('../img/arr-prev.svg') no-repeat;
	background-position: center;
	background-color: #449AC5;
}
.slick-next {
	right: -12px;
	background: url('../img/arr-next.svg') no-repeat;
	background-position: center;
	background-color: #449AC5;
}

.apartments__inc {
	position: absolute;
	right: 10px;
	bottom: 10px;
	box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #E5E7EB;
	border-radius: 100%;
}
.apartments__inc img {
	max-width: 20px;
}

.slider-min {
	display: flex;
	overflow: hidden;
	max-height: 120px;
}

.slider-min__item {
	margin: 0 10px;
	position: relative;
	height: 120px;
}
.slider-min__item {
	display: none;
}
.slider-min__item:nth-child(1) {
	display: block;
}
.slick-list .slider-min__item {
	display: block;
}
.slider-min__item img {
	object-fit: cover;
	height: 100%;
}

.slider-min .slick-list {
	margin: 0 -10px;
}

.apartments__active {
	width: 207px;
	height: 4px;
	background: #449AC5;
	margin-top: 12px;
}

.apartments__info {
	display: flex;
	align-items: flex-start;
}
.apartments__left {
	flex-grow: 1;
	margin-right: 40px;
}
.apartments__booking {
	padding: 45px 40px;
	flex: 0 0 453px;
	box-shadow: 0px 4px 24px rgba(0, 67, 86, 0.08);
	border-radius: 20px;
}
.booking2 {
	position: relative;
}

.booking2__gus {
    position: absolute;
    bottom: 147px;
    left: 17px;
    padding: 0;
    opacity: 0;
    z-index: -100;
}

.booking2__price {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 30px;
}
.booking2__fields {
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	border: 1px solid #B9C3CD;
}
.booking2__daterange {
	position: absolute;
	right: 0;
	top: 132px;
	opacity: 0;
	z-index: -100;
}
.booking2__label {
	padding: 15px 0;
}
.booking2__fields .booking2__label:nth-child(1) {
	flex: 0 1 209px;
	padding-left: 35px;
	border-right: 1px solid #B9C3CD;
}
.booking2__fields .booking2__label:nth-child(2) {
	flex: 0 1 161px;
	padding-left: 20px;
}
.booking2__fields .booking2__label:nth-child(3) {
	flex: 0 0 100%;
	border-top: 1px solid #B9C3CD;
	padding-left: 35px;
}
.apartments__button2 {
	margin-top: 15px;
	width: 100%;
}
.apartments__info {
	margin-top: 33px;
}

.apartments__title2 {
	margin-bottom: 8px;
}

.apartments__descript {
	padding-bottom: 24px;
	border-bottom: 1px solid #E8E8EC;
	margin-bottom: 32px;
}

.apartments__info-row {
	padding-bottom: 32px;
	border-bottom: 1px solid #E8E8EC;
	margin-bottom: 32px;
}
.apartments__conditions {
	margin-bottom: 24px;
}
.conditions {
	display: flex;
}
.conditions li {
	margin-left: 171px;
}
.conditions li:nth-child(1) {
	margin-left: 0!important;
}

.conditions__name {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 4px;
}
.conditions__val {
	font-size: 14px;
	color: #435D78;
}
.apartments__title2_two {
	margin-bottom: 16px;
}

.list-ic li {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}
.list-ic li img {
	margin-right: 16px;
	max-width: 32px;
}
.list-ic li:nth-last-child(1) {
	margin-bottom: 0!important;
}



.apartments__title2_three {
	margin-bottom: 28px;
}


.list2__content {
	display: flex;
	align-items: flex-start;
	margin-bottom: 32px;
}
.list2__left, .list2__right {
	flex: 0 0 50%;
}
.list2__content ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 16px;
}

.list2__hidden {
	padding-top: 24px;
	padding-bottom: 32px;
	display: none;
}
.list2__hidden-content {
	display: flex;
	justify-content: space-between;
}
hr.list2__hr {
	position: absolute;
	width: 100%;
	margin-top: -24px;
}
.list2__hidden-left, .list2__hidden-right {
	flex: 0 0 50%;
}
.list2__hidden ul {
	margin-bottom: 40px;
}
.list2__hidden ul:nth-last-child(1) {
	margin-bottom: 0!important;
}

.list2__hidden ul li {
	margin-bottom: 16px;
}
.list2__hidden ul li:nth-last-child(1) {
	margin-bottom: 0!important;
}
.list2__hidden ul li {
	margin-bottom: 16px;
}
.list2__li-head {
	font-weight: 700;
	margin-bottom: 24px
}

.apartments__info-row_last {
	margin-bottom: 0!important;
	border-bottom: 0;
}
.apartments__info {
	position: relative;
	border-bottom: 1px solid #E8E8EC;
}

.locate {
	padding-top: 40px;
}
.hr {
	display: block;
	background: #E8E8EC;
	height: 1px;
	display: block;
	margin: 0;
    border: 0;
}
.locate__title {
	margin-bottom: 15px;
}
.locate__info {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 32px;
}
.locate__map {
	height: 55vw;
	max-height: 845px;
}
.locate__map > ymaps {
	height: 100%!important;
}

.reviews {
	padding-top: 48px;
	display: flex;
	align-items: flex-start;
}
.reviews__left {
	flex-grow: 1;
}
.reviews__right {
	flex: 0 0 453px;
	margin-left: 40px;
}

.reviews__tilte-left {
	margin-bottom: 30px;
}
.reviews__rating {
	margin-bottom: 32px;
}
.reviews__star {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
.reviews__star img {
	margin-right: 10px;
}
.reviews__star span {
	font-weight: 600;
	font-size: 24px;
}
.reviews__button {
	margin-bottom: 32px;
}
.reviews__button:after {
	border: 1px solid #FFCB45;
}
.reviews__button:before {
	background: rgba(255, 203, 69, 0.6);
}
.detail {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.detail__right {
	flex: 0 0 430px;
	margin-left: 140px;
}
.detail__left {
	flex: 0 0 334px;
}
.detail ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.detail ul li:nth-last-child(1) {
	margin-bottom: 0!important;
}

.detail__rating {
	display: flex;
	align-items: center;
	margin-left: 16px;
}
.detail__pisent {
	width: 150px;
	height: 4px;
	margin-right: 12px;
	position: relative;
	background: #E5E7EB;
	border-radius: 1px;
	overflow: hidden;
}
.detail__line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFCB45;
}
.detail__num {
	font-size: 12px;
}
.reviews__tilte-right {
	margin-bottom: 40px;
}

.reviews__service {
	margin-bottom: 40px;
}
.reviews__right .reviews__service:nth-last-child(1) {
	margin-bottom: 0!important;
}
.booking-com {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.booking-com__logo {
	max-width: 152px;
}
.booking-com__raiting {
	display: flex;
	align-items: center;
}
.booking-com__raiting-left {
	margin-right: 10px;
}
.booking-com__estimation {
	font-size: 18px;
	color: #1C1C1C;
	margin-bottom: -2px;
}
.booking-com__reviews {
	color: #6B7280;
	font-size: 14px;
	text-align: right;
}
.booking-com__raiting-right {
	background: #1E3D79;
	border-radius: 10px 10px 10px 0px;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
}

.airbnb__logo {
	max-width: 101px;
	margin-bottom: 15px;
	display: block;
}
.airbnb__person {
	margin-bottom: 16px;
}

.airbnb__awards {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -5px -12px;
}
.airbnb__awards li {
	padding: 5px 12px;
	display: flex;
	align-items: center;
	font-size: 14px;
	white-space: nowrap;
}
.airbnb__awards li img {
	margin-right: 4px;
}
.person {
	display: flex;
	align-items: center;
}
.person__photo {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 24px;
}
.person__photo img {
	object-fit: cover;
	max-width: initial;
}

.person__name {
	color: #000;
	font-weight: 600;
	font-size: 24px;
}
.person__descript {
	font-size: 14px;
	color: #6B7280;
}

.avito__logo {
	display: block;
	margin-bottom: 15px;
}
.avito__person {
	margin-bottom: 16px;
}
.raiting {
	display: flex;
	align-items: center;
}
.raiting__num {
	margin-right: 10px;
	font-weight: 600;
	font-size: 18px;
	color: #1C1C1C;
}
.raiting__stars {
	margin-right: 15px;
}
.stars__rew-num {
	font-size: 14px;
	color: #6B7280;
}
.stars {
	display: flex;
	align-items: center;
}
.stars li {
	margin-right: 7px;
}
.stars li:nth-last-child(1) {
	margin-right: 0!important;
}

.yandex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.yandex__logo {
	max-width: 90px;
}

.reviews__row {
	background: #FFFFFF;
	box-shadow: 0px 4px 32px rgba(0, 67, 101, 0.08);
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 32px;
}
.reviews__row_hidden {
	display: none;
}
.reviews__content .reviews__row:nth-last-child(1) {
	margin-bottom: 0!important;
}
.reviews__top {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.reviews__name {
	letter-spacing: 0.2px;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 3px;
}
.reviews__date {
	font-size: 18px;
	color: rgba(107, 114, 128, 0.85);
}
.reviews__txt {
	letter-spacing: 0.1px;
	color: #1C1C1C;
	font-size: 18px;
	line-height: 1.33;
}
.reviews__more {
	color: #449AC5;
	font-weight: 600;
	font-size: 18px;
}
.reviews__more-position {
	display: block;
	margin-top: 21px;
}


.image {
	height: 100vh;
	height: var(--vh, 100vh);
	background: url('../img/bc1.jpg') no-repeat;
	background-size: cover!important;
	background-position: center!important;
	margin-top: 60px;
}
.image__content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.image__text {
	text-align: center;
	color: #fff;
}
.image__title {
	font-weight: 700;
	font-size: 84px;
	line-height: 1.1;
	margin-bottom: 32px;
}
.image__subtitle {
	opacity: 0.8;
	font-size: 24px;
}

.adv {
	padding-top: 60px;
}
.adv__title {
	margin-bottom: 32px;
}
.adv__content {
	display: flex;
	flex-wrap: wrap;
	margin: -12px -25px;
}
.adv__grid {
	padding: 12px 20px;
	flex: 0 0 25%;
}
.adv__die {
	padding: 5px;
	transition: 0.2s;
	height: 100%;
}
.adv__die:hover {
	background: #FFFFFF;
	box-shadow: 0px 4px 24px rgba(0, 67, 86, 0.08);
}
.adv__photo {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.adv__photo:before {
	content: "";
	display: block;
	padding-top: 105.6%;
}
.adv__photo picture {
	position: absolute;
	width: 100%;
	height: 100%;
}
.adv__photo img {
	position: absolute;
	object-fit: cover;
	max-width: initial;
}
.adv__info {
	padding: 10px 37px;
	padding-top: 32px;
}
.adv__name {
	min-height: 48px;
	text-align: center;
	letter-spacing: 0.1px;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 12px;
	line-height: 1.2;
}
.adv__descript {
	color: #373F41;
	letter-spacing: 0.2px;
	text-align: center;
	font-size: 14px;
}


.attractions {
	padding-top: 60px;
	margin-bottom: 60px;
}
.attractions__title {
	margin-bottom: 32px;
}
.attractions__content {
	display: flex;
	flex-wrap: wrap;
	margin: -10px -25px;
}
.attractions__grid {
	padding: 10px 20px;
	flex: 0 0 50%;
}
.attractions__die {
	padding: 5px;
	transition: 0.2s;
	height: 100%;
}
.attractions__die:hover {
	background: #FFFFFF;
	box-shadow: 0px 4px 24px rgba(0, 67, 86, 0.08);
}
.attractions__photo {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.attractions__photo:before {
	content: "";
	display: block;
	padding-top: 99.3%;
}
.attractions__photo picture {
	position: absolute;
	width: 100%;
	height: 100%;
}
.attractions__photo img {
	position: absolute;
	object-fit: cover;
	max-width: initial;
	min-height: 100%;
}
.attractions__info {
	padding-top: 20px;
	padding-bottom: 15px;
}
.attractions__name {
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 32px;
}
.attractions__descript {
	font-size: 16px;
	color: #666666;
}


.footer2 .footer__bottom {
	border-top: 1px solid #E8E8EC;
	margin-top: 0;
	color: #333;
	background: transparent;
}
.footer2 .footer__year {
	color: #153657;
}
.footer__top {
	padding: 80px;
	height: calc(100vh / 3);
	height: calc(var(--vh, 100vh) / 3);
	background: url('../img/bc2.jpg') no-repeat;
	background-position: top center!important;
	background-size: cover!important;
	min-height: 725px;
}
.footer__top-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer__title {
	color: #153657;
	margin-bottom: 28px;
}
.phone {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	transition: 0.2s;
	color: #153657;
}
.phone .svg {
	margin-right: 11px;
	max-width: 19px;
}
.phone:hover {
	color: #449AC5;
}

.footer__phone {
	margin-bottom: 24px;
}

.footer__button {
	margin-bottom: 28px;
	z-index: 99;
}


.social2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -85px;
}

.social2 li {
	margin: 0 85px;
}
.social2 li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: 0.2s;
	position: relative;
}

.social2 li img {
	margin-bottom: 10px;
	transition: 0.2s;
}
.social2__base {
	position: relative;
	z-index: 1;
	transition: 0.2s;
}
.social2__hover {
	position: absolute;
	z-index: 2;
	opacity: 0;
	transition: 0.2s;
}
.social2 li a:hover {
	color: #000;
}
.social2 li a:hover .social2__base {
	opacity: 0;
	transform: translateY(-2px);
}
.social2 li a:hover .social2__hover {
	opacity: 1;
	transform: translateY(-2px);
}



.footer__bottom {
	background: #153657;
	padding: 28px 0;
	color: #fff;
}
.footer__content-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__year {
	font-weight: 600;
	font-size: 14px;
}

.footer__pay {
	display: flex;
	align-items: center;
}
.footer__pay-txt {
	margin-right: 21px;
	font-size: 12px;
}
.footer__pay ul {
	display: flex;
	align-items: center;
}
.footer__pay ul li {
	margin-right: 16px;
	max-width: 36px;
}
.footer__pay ul li:nth-last-child(1) {
	margin-right: 0!important;
}


.daterangepicker {
	width: 900px;
	margin-top: 8px;
	box-shadow: 2px 4px 24px rgba(0, 67, 101, 0.08);
	border-radius: 20px;
	border: 0;
}
.daterangepicker:before {
	display: none;
}
.drp-selected {
	display: none!important;
}
.daterangepicker .drp-buttons .btn {
	font-size: 14px;
	transition: 0.2s;
	cursor: pointer;
}
.daterangepicker .drp-buttons .btn-primary {
	height: 38px;
	padding: 0 20px;
	border-radius: 10px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.daterangepicker .drp-buttons .btn-primary:after {
	background: #153657;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	transition: 0.2s;
	border-radius: 10px;
}
.daterangepicker .drp-buttons .btn-primary:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: 0.2s;
	background: linear-gradient(92.13deg, #153657 0%, #3C64B1 51.87%, #153657 100%);
	border-radius: 10px;
	opacity: 0;
}
.daterangepicker .drp-buttons .btn-primary:hover:before {
	opacity: 1;
}
.daterangepicker .drp-buttons .btn-default {
	cursor: pointer;
	padding: 0;
	margin-right: 15px;
	color: #449AC5;
	letter-spacing: 0.2px;
	font-weight: 400;
	position: relative;
	z-index: 1;
}
.daterangepicker .drp-buttons .btn-default:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 1px;
	height: 1px;
	transition: 0.2s;
	background: #449AC5;
	z-index: 0;
}
.daterangepicker .drp-buttons .btn-default:hover:before {
	opacity: 0;
}


.daterangepicker th.month {
	font-size: 18px;
	color: #153657;
	font-weight: 700;
}
.daterangepicker .table-condensed thead tr:nth-child(2) th {
	padding-top: 18px;
	font-size: 14px;
	font-weight: 600;
	color: #1C1C1C;
	height: 57px;
	width: 57px;
	border-bottom: 1px solid #E8E8EC;
	border-color: #E8E8EC!important;
}
.daterangepicker .drp-calendar  {
	max-width: 2000px;
}
.daterangepicker .drp-calendar.left {
	padding: 36px 0 34px 37px;
}
.daterangepicker .drp-calendar.right {
	padding: 36px 37px 34px 24px;
}
.daterangepicker .drp-calendar.left .calendar-table {
	padding-right: 0;
}

.daterangepicker .table-condensed tbody td {
	height: 57px;
	width: 57px;
	font-size: 14px;
	color: #1C1C1C;
	border-bottom: 1px solid #E8E8EC;
	border-right: 1px solid  #E8E8EC;
	border-color: #E8E8EC!important;
}

.daterangepicker .table-condensed tbody td:nth-child(1) {
	border-left: 1px solid  #E8E8EC;
	border-color: #E8E8EC!important;
}


.daterangepicker .drp-buttons {
	padding: 0 37px;
	padding-bottom: 35px;
	border: 0;
}
.daterangepicker td.start-date {
	border-radius: 0;
}
.daterangepicker td.end-date {
	border-radius: 0;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background: #85D7FB;
	color: #1C1C1C;
}

.daterangepicker .table-condensed tbody {
	border-radius: 10px;
	overflow: hidden;
}
.daterangepicker td.start-date.end-date {
	border-radius: 0;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	border-radius: 0;
	border: 0;
}
.daterangepicker .next {
	background: transparent!important;
	position: relative;
}
.daterangepicker .next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 2px;
    width: 38px;
    height: 38px;
    background: #eee;
    z-index: 0;
    transition: 0.2s;
    opacity: 0;
    border-radius: 8px;
}
.daterangepicker .prev {
	position: relative;
	background: transparent!important;
}
.daterangepicker .prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: 2px;
    width: 38px;
    height: 38px;
    background: #eee;
    z-index: 0;
    transition: 0.2s;
    opacity: 0;
    border-radius: 8px;
}
.daterangepicker .next:hover:before {
	opacity: 1;
}
.daterangepicker .prev:hover:before {
	opacity: 1;
}

.daterangepicker td.off.in-range {
	background: #fcfcfc!important;
	color: #999;
}

.detail__more {
	display: none;
}
.header__center {
	display: none;
}
.header__burger {
	display: none;
}
.menu__top {
	display: none;
}
.top-back {
	display: none;
}

div.daterangepicker {
	z-index: 50;
}
.popup__top {
	display: none;
}

.booking-form {
	padding-top: 80px;
	padding-bottom: 164px;
}
.booking-form__title {
	margin-bottom: 32px;
}
.booking-form__row {
	margin-bottom: 40px;
}
.booking-form__subtitle {
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 16px;
	margin-bottom: 32px;
	border-bottom: 1px solid #E8E8EC;
}
div.booking-form__date {
	padding: 0!important;
    box-shadow: none;
    border-radius: 0;
    max-width: 576px;
    position: relative;
}
.booking-form__date.load {
	opacity: 0.6;
	transition: 0.2s;
}
.booking-form__date.load  .booking-form__loading {
	opacity: 1;
}
.booking-form__loading {
	content: "";
	position: absolute;
	top: 33%;
    left: 94%;
	z-index: 10;
	transform: translate(-50%, -50%);
    background-color: #23282d;
    width: 24px;
    height: 24px;
    border-radius: 100%;
   	animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0;
    transition: 0.2s;
}
.booking-form__loading:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
    background-color: #fbfbfc;
    border-radius: 100%;
    width: 6px;
    height: 6px;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.booking-form__date.load .booking__label {
	cursor: not-allowed;
}
.booking-form__date.load .label__right input {
	cursor: not-allowed;
}
.booking-form__daterange {
	opacity: 0;
	position: absolute;
	z-index: -100;
	padding: 0;
	bottom: 0;
	left: 0;
}
.booking-form .booking__fields {
	margin-right: 0;
	margin-bottom: 0;
	max-width: 576px;
	width: 100%;
}
.booking-form .booking__fields .booking__label:nth-child(1) {
    flex: 0 1 54.8%;
}
.booking-form .booking__fields .booking__label:nth-child(2) {
    flex-grow: 1;
    border-right: 0;
}
.booking-form__guest {
	display: block!important;
	width: 100%;
	max-width: 576px;
}
.price {
	max-width: 576px;
	width: 100%;
}
.price li {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.price li:nth-last-child(1) {
	margin-bottom: 0!important;
}
.price__right {
	font-weight: 700;
}
.price__summ {
	margin-top: 20px;
	font-size: 20px;
}
.booking-form__application {
	max-width: 576px;
}
.application__name {
	font-size: 14px;
}
.application__label {
	display: block;
	margin-bottom: 16px;
}
.application__label input {
	margin-top: 8px;
	display: block;
	background: #fff;
	border: 1px solid rgba(21, 54, 87, 0.2);
	border-radius: 10px;
	height: 48px;
	width: 100%;
	padding: 0 22px;
	font-size: 12px;
	transition: 0.2s;
}
.application__label input:placeholder                {color:#999999;line-height: 1;}
.application__label input::-webkit-input-placeholder {color:#999999;line-height: 1;}
.application__label input::-moz-placeholder          {color:#999999;line-height: 1;}
.application__label input:-moz-placeholder           {color:#999999;line-height: 1;}
.application__label input:-ms-input-placeholder      {color:#999999;line-height: 1;}

.application__label input.err {
	background: rgba(226, 59, 6, 0.1);
	border: 1px solid #E23B06;
}


.application__label textarea {
	margin-top: 8px;
	height: 96px;
	width: 100%;
	background: #fff;
	border: 1px solid rgba(21, 54, 87, 0.2);
	border-radius: 10px;
	padding: 18px 22px;
	font-size: 12px;
}

.booking-form__docx {
	margin-top: 24px;
	margin-bottom: 32px;
}
.modal__docx {
	margin-top: 24px;
	margin-bottom: 32px;
}
.booking-form__docx label {
	margin-bottom: 16px;
}
.booking-form__docx label:nth-last-child(1) {
	margin-bottom: 0;
}

.checkbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #333;
	cursor: pointer;
}
.checkbox input {
	display: none;
}
.checkbox__box {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #449AC5;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
}
.checkbox__box img {
	opacity: 0;
	transition: 0.2s;
	max-width: 14px;
}
.checkbox.err .checkbox__box {
	border: 1px solid #E23B06;
	background: rgba(226, 59, 6, 0.1);
}
.checkbox__txt {
	font-size: 10px;
}
.checkbox input:checked + span {
	background: #449AC5!important;
}
.checkbox input:checked + span img {
	opacity: 1;
}

.booking-form__back {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
.booking-form__back img {
	margin-right: 20px;
	transition: 0.2s;
}
.booking-form__back:hover img {
	transform: translateX(-3px);
}

.first2 {
	background: url('../img/first-bc.jpg') no-repeat;
    background-size: cover!important;
    background-position: center!important;
	height: 360px;
}
.first2__content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.first2__title {
	letter-spacing: 0.01em;
	color: #fff;
	font-weight: 700;
	font-size: 45px;
	margin-top: 55px;
	text-align: center;
}
.first2__title br {
	display: none;
}

.booking-form__stage {
	display: none;
	height: 100%;
}

.booking-form__confirmation {
	max-width: 577px;
}
.confirmation__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.confirmation .confirmation__row:nth-last-child(1) {
	margin-bottom: 0!important;
}
.confirmation__name {
	margin-bottom: 1px;
	font-weight: 600;
	font-size: 18px;
}
.confirmation__val {
	font-size: 14px;
	opacity: 0.8;
}

.booking-form__pay {
	max-width: 577px;
}
.pay {
	border: 1px solid #B6C1CB;
	border-radius: 10px;
}
.pay__row {
	padding: 22px 35px;
	border-bottom: 1px solid #B6C1CB;
	display: block;
	cursor: pointer;
}
.pay .pay__row:nth-last-child(1) {
	border-bottom: 0;
}
.pay__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pay__type {
	font-weight: 600;
	font-size: 18px;
}
.pay__descript {
	display: block;
	font-size: 14px;
	opacity: 0.8;
	margin-top: 9px;
	margin-bottom: -6px;
}
.pay__right {
	display: flex;
	align-items: center;
}
.pay__summ {
	margin-right: 29px;
	font-weight: 700;
}
.radio input {
	display: none;
}
.radio span {
	width: 20px;
	height: 20px;
	border: 1px solid #B5B5B9;
	border-radius: 100%;
	transition: 0.2s;
	background: #fff;
	display: block;
}

.radio input:checked + span {
	border: 5px solid #449AC5;
}

.reviews__hidden {
	display: none;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.25);
	display: none;
}
.modal__overflow {
	overflow: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 12px;
}
.modal__container {	
	margin: auto;
	max-width: 736px;
	width: 100%;
}
.modal__content {
	background: #fff;
	border-radius: 20px;
    padding: 48px 80px;
	padding-top: 75px;
	margin: auto;
	position: relative;
}
.modal__close {
	position: absolute;
    left: 48px;
    top: 28px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333;
}
.modal__close .svg {
	margin-right: 14px;
}
.modal__close path {
	transition: 0.2s;
}

.modal__close:hover path {
	fill: #333;
}
.modal__title {
	margin-bottom: 32px;
}
.modal__button {
	z-index: 1;
	height: 47px;
	padding: 0 32px;
}

.raiting-select {
	display: flex;
	align-items: center;
	margin: 0 -8px;
}
.raiting-select label {
	padding: 0 8px;
	cursor: pointer;
}

.raiting-select label input {
	display: none;
}
.raiting-select .svg {
	width: 35px;
	height: 35px;
}
.modal__raiting {
	margin-bottom: 20px;
}
.modal__raiting-select {
	margin-top: 8px;
}
.raiting-select .svg path {
	transition: 0.2s;
}
.raiting-select label input:checked + .svg path {
	fill: #FFCB45;
}
.raiting-select label.active .svg path {
	fill: #FFEA97;
}

.wpcf7 br {
	display: none;
}
.modal__button-hidden {
	position: absolute;
	opacity: 0;
	z-index: -1000;
}
.wpcf7-spinner {
	position: absolute;
    margin-top: 10px;
    margin-left: 165px;
}
.wpcf7-not-valid-tip {
	font-size: 10px;
    position: absolute;
}

.wpcf7-not-valid-tip {
	white-space: nowrap;
}
.application__label input.wpcf7-not-valid {
	background: rgba(226, 59, 6, 0.1);
	border: 1px solid #E23B06;
}
.checkbox {
	position: relative;
}

.checkbox .wpcf7-form-control-wrap {
	position: static;
}

.wpcf7-list-item.first {
	padding: 0;
	width: auto;
	min-height: 0;
	height: auto;
	background: transparent;
	margin: 0;
}
.modal__raiting label .wpcf7-form-control-wrap {
	position: absolute;
	z-index: -1000;
}
.modal__raiting-select {
	position: relative;
}
.modal__raiting-select .wpcf7-form-control-wrap {
	position: absolute;
	top: 13px;
	left: 10px;
}
.modal__raiting-select .wpcf7-checkbox {
	opacity: 0;
	position: relative;
	z-index: -9999;
}
.checkbox .wpcf7-form-control-wrap {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -23px;
}
.checkbox .wpcf7-form-control-wrap .wpcf7-checkbox {
	position: relative;
	opacity: 0;
	z-index: -9999;
}
.wpcf7-response-output {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	display: block;
	padding: 0;
    margin: 0;
    border: 0;
    margin-bottom: 13px;
    margin-top: 0px;
    font-size: 14px;
    color: #46b450;
}
.booking-form__err {
	color: #ff3f3f;
    margin-top: -6px;
    margin-bottom: -15px;
    font-size: 14px;
    opacity: 0;
    transition: 0.2s;
}