* {
	font-family: "Hind Madurai", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgb(51, 51, 51);
	outline: none;
}

a {
	text-decoration: unset;
	overflow: unset;
}

h1 {
	color: rgb(75, 73, 73);
	font-family: Forum;
	font-size: 48px;
	font-weight: 400;
	line-height: 53px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.btn {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 1px;
	border-radius: unset;

	text-transform: uppercase;

	padding: 13px 40px 12px 40px;
}

.btn-green {
    background: rgb(202, 143, 38);
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
}

.btn-green:hover, .btn-green:focus {
	background: rgb(220 152 30);
	color: rgb(0, 0, 0);
	opacity: .8;
}

.btn-brd-green {
	box-sizing: border-box;
	border: 2px solid rgb(43, 42, 41);
	color: rgb(43, 42, 41);
}

.btn-brd-green:hover, .btn-brd-green:focus {
	border: 2px solid rgb(43, 42, 41);
	color: rgb(43, 42, 41);
	opacity: .8;
}

#head {
	height: 80px;
}

#head .head--logo img, #footer .head--logo img {
	width: 69px;
	height: 69px;
}

#head .head--logo img {
	margin-left: 10px;

}

/*#tmenu .navbar-nav {
	width: 100%;
}*/

#tmenu .nav-item {
	margin-left: 50px;
}

#tmenu .nav-item:first-child {
	margin-left: 50px;
}

#tmenu .nav-item .nav-link-text {
	color: rgb(75, 73, 73);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
}

.nav-link {
	position: relative;
}

.nav-link:before {
    content: "";
	bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    transition: .5s;
    width: 0%;
    background: rgb(202, 143, 38);
    z-index: 1;
}

.nav-item:hover .nav-link:before, .nav-link.active:before {
    width: calc(100% - 1rem);
    opacity: 1;
}

.navbar-toggler {
    position: absolute;
    top: 19px;
    left: 10px;
    width: 45px;
    height: 45px;
    padding: 0;
    border: unset;

    display: none;

}

#head-contact .head-contact--item {

}

#head-contact .head-contact--item.tg {
	margin-left: 22px;
}

#head-contact .head-contact--item--list {
	margin-left: 30px;
}

#head-contact .head-contact--item.phone span {
color: rgb(75, 73, 73);
font-size: 22px;
font-weight: 500;
line-height: 22px;
}

#head-contact .head-contact--item.btn {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin-left: 20px;

	display: none;
}

#head-contact .head-contact--item.btn img {
	margin-left: 15px;
}

#bg {
/*	height: 660px;*/
	background: url(../img/bg_promo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 150px;
	padding-bottom: 126px;
	position: relative;
}

#bg h1 {
	color: rgb(255, 255, 255);
	font-family: Forum;
	font-size: 90px;
	font-weight: 400;
	line-height: 99px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

#bg:before {
	content: "";
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: white;

	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	margin: auto;
}

#bg:after {
	content: "";
	border-radius: 50%;
	box-sizing: border-box;
	
	background-image: url(../img/aborder.svg);
	background-size: contain;

	width: 86px;
	height: 86px;

	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	margin: auto;
}

.mn-form-wrap {
	display: flex;
	justify-content: center;
	position: relative;
}

.mn-form-wrap .result {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
/*	    padding: 5px 0 10px 0;*/
	    margin: 0;
	    display: none;
}

.mn-form-wrap .result  .alert  {
	margin: 0;
}

.mn-form {
	display: flex;
	justify-content: space-between;
	width: max-content;
	border-radius: 6px;
	backdrop-filter: blur(30px);
	background: rgb(255, 255, 255);
	padding: 0 5px;
	flex-wrap: wrap;
}

/*.mn-form.hidden {
	visibility: hidden;
}*/

.mn-form .form-col {
	padding: 10px 25px 10px 25px;
	box-sizing: border-box;
}

.mn-form .form-col:not(:first-child) {
	border-left: 1px solid rgb(31, 72, 36);
}

.mn-form .input-wrap:not(:first-child) {
	margin-left: 20px;
}

.mn-form .input-wrap .title {
	color: rgb(51, 51, 51);
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1px;
	padding-left: 10px;
}

.mn-form .input-wrap .input {
	margin-top: 2px;
	position: relative;
}

.mn-form .input-wrap .input input {
	border-radius: 2px;
	background: rgb(245, 245, 245);

	color: rgb(51, 51, 51);
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 2px;

	padding: 12px 15px;

	border: unset;

	width: 200px;
}

.mn-form .input-wrap .input.date input {
	width: 170px;
}

.mn-form .input-wrap .input.date:after {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	top: 9px;
	right: 16px;

	background: url(../img/clndr.svg);
	background-size: contain;
	background-position: center;

	    pointer-events: none;
}

.mn-form .input-wrap .input select {
	width: 170px;
}

.mn-form .input-wrap .input .select2-container--default .select2-selection--single {
	height: 45px;
	border-radius: 2px;
	background: rgb(245, 245, 245);
}

.mn-form .input-wrap .input .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: rgb(51, 51, 51);
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 1px;
	padding: 12px 15px;
}

.mn-form .input-wrap .input .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 9px;
}

.mn-form #m-name {
	width: 200px;
}

.mn-form .btn-green {
	margin-top: 9px;
}

/*.mn-form .btn-green-srch {
	width: 62px;
	height: 62px;
	border-radius: 50%;

	background: url(../img/srch.svg);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgb(31, 72, 36);
	padding: 0;
	margin-top: 2px;

	border: 2px solid rgb(31, 72, 36);
}

.mn-form .btn-green-srch:hover {
	background-color: rgb(31, 72, 36);
	opacity: .8;
}

.mn-form .btn-green-srch span {
	display: none;
}*/


.main .h2 {
	color:  rgb(43, 42, 41);
	font-family: Forum;
	font-size: 48px;
	font-weight: 400;
	line-height: 53px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

#main-list {
	margin-top: 120px;
}


.room-list {
	margin-top: 20px;

	justify-content: space-between;
	flex-wrap: wrap;
}

.room-list-item {
	width: calc(33% - 13.3px);

	padding: 30px 30px 40px 30px;
	border-radius: 6px;
	background: rgb(245, 245, 245);

	margin-top: 40px;
}

.room-list-item .img-wrap {
	display: block;
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden;
}

.room-list-item .img-wrap img {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.room-list-item .info {
	margin-top: 15px;
}

.room-list-item .info .name {
	margin-right: auto;

	color: rgb(51, 51, 51);
	font-family: Forum;
	font-size: 26px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0px;
	text-transform: uppercase;
}


.room-list-item .info .t-w {
	padding: 2px 20px;
	border-left: 1px solid rgb(51, 51, 51);
}

.room-list-item .info .t-w.bed {
	padding-right: 5px;
}

.room-list-item .info .t {
	color: rgb(51, 51, 51);
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
}

.room-list-item .info .t-w.cp .t, .room-list-item .info .t-w.bed .t {
	margin-left: 15px;
}

.room-list-item .btns {
	margin-top: 55px;
}

#wy-sel {
	margin-top: 100px;
	padding: 100px;
	background: rgb(43, 42, 41);
}

#wy-sel .title {
	color: rgb(255, 255, 255);
	font-family: Forum;
	font-size: 48px;
	font-weight: 400;
	line-height: 53px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

#wy-sel .list {
	margin-top: 70px;
}

#wy-sel .item {
	width: calc(25% - 15px);

	border-radius: 6px;
	background: rgb(255, 255, 255);

	padding: 55px 30px 30px 30px;

	position: relative;
}

#wy-sel .item .item-title {
	color: rgb(51, 51, 51);
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 1px;
}

#wy-sel .item .item-text {
	margin-top: 10px;
	color: rgb(51, 51, 51);
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 1px;
}

#wy-sel .item:before {
	content: "";
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgb(43, 42, 41);

	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}

#wy-sel .item .wycheck {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 14px;
    z-index: 2;
}

#wy-sel .item:after {
	content: "";
	border-radius: 50%;
	background: linear-gradient(142.07deg, rgb(200, 139, 33) 15.386%,rgb(242, 224, 141) 50.061%,rgb(215, 161, 55) 84.736%);
	width: 60px;
	height: 60px;

	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

#promo {
	margin-top: 100px;
}

#promo .promo-list {
	margin-top: 30px;
}

.promo-list .promo-list-item {
	display: block;
	padding: 50px 110px;
/*	border-bottom: 2px solid rgb(202, 143, 38);*/
}

.promo-list .promo-list-item .img-wrap {
	display: block;
	width: 85%;
	height: 320px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.promo-list .promo-list-item .img-wrap img {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.promo-list .promo-list-item .text {
	height: 100%;
}

.promo-list .promo-list-item .text .title {
	color: rgb(51, 51, 51);
	font-family: Forum;
	font-size: 30px;
	line-height: 33px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.promo-list .promo-list-item .text .short-desc {
	margin-top: 30px;
	color: rgb(51, 51, 51);
	font-size: 20px;
	line-height: 140%;
}

.promo-list .promo-list-item .text .pbtn {
	display: block;
	margin-top: auto;
}

.promo-list .promo-list-item .text .pbtn span {
	color: rgb(51, 51, 51);
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.promo-list .promo-list-item .text .pbtn:hover span {
	color: rgb(51, 51, 51);
}

.promo-list .promo-list-item .text .pbtn img {
	margin-left: 8px;
}


#about {
	margin-top: 100px;
	padding: 100px 0;
	background: rgb(51, 51, 51);;
}

#about .about-img {
	margin-top: 73px;
	position: relative;
}

#about .about-img-wrap {
	position: relative;
/*	height: a;*/
/*	overflow: hidden;*/
}

#about .about-img-wrap img {
/*	position: absolute;*/
	width: 100%;
/*	height: auto;*/
/*	left: 0;*/
/*	right: 0;*/
/*	margin: auto;*/
/*	overflow: hidden;*/
}

#about .about-text {
	position: relative;
	margin-top: 30px;
	padding: 40px 100px 70px 100px;
	background: rgb(255, 255, 255);

	color: rgb(51, 51, 51);
	font-size: 18px;
	line-height: 120%;
}

#about .about-img:before {
	content: "";
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: rgb(51, 51, 51);;

	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

#about .h2 {
	color: rgb(255, 255, 255);
}

#about .about-img:after {
	content: "";
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: rgb(51, 51, 51);;
	box-sizing: border-box;
	
	background-image: url(../img/aborder.svg);
	background-size: contain;

	position: absolute;
	top: -43px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

#about .about-text:before {
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgb(51, 51, 51);

	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
}

#about .about-text:after {
	content: "";
	width: 80px;
	height: 80px;
	border-radius: 50%;
	
	background-image: url(../img/aborder.svg);
	background-size: contain;

	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
}

.gold-sep {
	width: 100%;
	height: 2px;
	background: linear-gradient(rgb(200, 139, 33), rgb(242, 224, 141), rgb(216, 162, 56));
}

#map {
	position: relative;

/*	padding-bottom: 100px;*/
/*	border-bottom: 2px solid rgb(31, 72, 36);*/
}

#map .gold-sep {
	margin-top: 100px;
}

#map .h2 {
	margin-top: 100px;
}

#map iframe {
	margin-top: 60px;
}

#map.contact-page {
	margin-top: 30px;
}

#map-contact {
	position: absolute;
	top: 220px;
	left: 120px;
/*	width: 100%;*/

	padding: 50px 40px 60px 40px;
	width: 445px;
	background: white;
}

#map.contact-page #map-contact {
	top: 120px;
}

#map-contact .title-addres {
	color: rgb(0, 0, 0);
	font-family: Forum;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
#map-contact .addres {
	margin-top: 20px;
	color: rgb(51, 51, 51);
font-size: 18px;
line-height: 120%;
text-align: center;
}
#map-contact .title-phone {
	margin-top: 30px;
	color: rgb(0, 0, 0);
font-family: Forum;
font-size: 28px;
line-height: 31px;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
}
#map-contact .phone {
	margin-top: 20px;
	color: rgb(51, 51, 51);
font-size: 32px;
font-weight: 500;
line-height: 120%;
text-align: center;
display: block;
}
#map-contact .title-soc {
	margin-top: 32px;
	color: rgb(0, 0, 0);
font-family: Forum;
font-size: 28px;
line-height: 31px;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
}

#map-contact .soc-list {
	margin-top: 20px;
}

footer {
	margin-top: 40px;
	background:  rgb(43, 42, 41);;
}

#footer {
	padding: 40px 0 30px 0;
}

#footer .phone span {
	color: rgb(255, 255, 255);;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 2px;
	margin-left: 10px;
}

#footer .addres {
	margin-top: 20px;
	max-width: 375px;

	color: rgb(255, 255, 255);;
font-family: Forum;
font-size: 16px;
line-height: 18px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 500;
}

#f-menu .f-menu-item {

	display: block;
	color: rgb(255, 255, 255);;
	font-family: Forum;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#f-menu .f-menu-item:not(:first-child) {
	margin-top: 20px;
}

#fsoc img {
	width: 46px;
	height: auto;
}

#fsoc .tg {
	margin-left: 20px;
}

#f-bootom {
	margin-top: 60px;
}

#f-bootom a {
	color: rgb(227, 227, 227);;
	opacity: 0.6;
font-size: 14px;
line-height: 19px;
}




#breadcrumbs {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

#breadcrumbs a {
	color: rgb(75, 73, 73);
	font-size: 18px;
}

#breadcrumbs > *:not(:first-child) {
	margin-left: 6px;
}

room {
	overflow: hidden;
}
.room-img {
	width: 50%;
}
	
.room-images-img {
/*	margin-bottom: 18px;*/
}

.room-images-img ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
.room-images-img img {
	width: 100%;
}
.room-images-img .bx-wrapper {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0;
	position: relative;
}
.room-images-img .bx-controls {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 900;
}
.room-images-img .bx-prev {
	display: inline-block;
	background: #fff url(../img/prev-2.png) 50% 50% no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 0;
	overflow: hidden;
	text-indent: 999px;
	position: absolute;
	right: 59px;
	bottom: 21px;
}	
.room-images-img .bx-next {
	display: inline-block;
	background: #fff url(../img/next-2.png) 50% 50% no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 0;
	overflow: hidden;
	text-indent: 999px;
	position: absolute;
	right: 15px;
	bottom: 21px;
}	
		
.room-images-thumb {
	margin: 0 -30px 20px 0;
	padding: 0 0 0 0;
	overflow: hidden;
}	
.room-images-thumb li {
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	display: inline-block;
	width: 64px;
	height: 64px;
}

.room-data {
	width: 50%;
	padding-left: 40px;

	height: max-content;
}	

.room-preview {
	color: rgb(51, 51, 51);
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
}

.room-text{
	margin-top: 20px;
    color: rgb(51, 51, 51);
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
}



.room-price {
	margin-bottom: 31px;
}
.room-price-1 {
	font-weight: 400;
	font-size: 20px;
	line-height: 42px;
	color: #0D0802;
	background: url(../img/rooms-price-1.png) 0 0 no-repeat;
	display: block;
	padding-left: 50px;
	margin-bottom: 10px;
}
.room-price-2 {
	font-weight: 400;
	font-size: 20px;
	line-height: 42px;
	color: #0D0802;
	background: url(../img/rooms-price-2.png) 0 0 no-repeat;
	display: block;
	padding-left: 50px;
	margin-bottom: 10px;
}
.room-price-3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 42px;
	color: #0D0802;
	background: url(../img/rooms-price-3.png) 0 0 no-repeat;
	display: block;
	padding-left: 50px;
	margin-bottom: 10px;
}

.room-order {
	margin-bottom: 30px;
}

.room-icons ul {
	margin: 0;
	padding: 0;

	margin-top: 20px;
}
.room-icons li {
	display: inline-block;
    width: 30%;
    padding: 0 0 0 35px;
    margin: 0 0 15px 0;
    line-height: 24px;
	vertical-align: top;
}
.room-icons-1 {background: url(../img/check.png) 3px 0 no-repeat;}
.room-icons-2 {background: url(../img/check.png) 0 0 no-repeat;}
.room-icons-3 {background: url(../img/check.png) 0 0 no-repeat;}
.room-icons-4 {background: url(../img/check.png) 0 0 no-repeat;}
.room-icons-5 {background: url(../img/check.png) 0 0 no-repeat;}
.room-icons-6 {background: url(../img/check.png) 0 0 no-repeat;}

.rs-wrap .bx-wrapper{
	position: relative;
}
.rs-wrap .bx-viewport{
	z-index: 100;
}
.rs-wrap .bx-controls{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.rs-wrap .bx-controls-direction {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.rs-wrap .bx-controls-direction a:hover {
	filter: brightness(90%);
}
.rs-wrap .bx-prev {
	background: url(../img/prev-2.png) 0 0 no-repeat; 
	display: inline-block; 
	width: 10px;
	height: 20px;	
	position: absolute;
	margin-top: 0;	
	top: 50%;
	left: -30px;
	overflow: hidden;
	text-indent: 999px; 
	z-index: 1000;
}
.rs-wrap .bx-next {
	background: url(../img/next-2.png) 0 0 no-repeat;    
	display: inline-block; 
	width: 10px;
	height: 20px;	
	position: absolute;
	margin-top: 0;	
	top: 50%;
	right: -30px;
	overflow: hidden;
	text-indent: 999px;
	z-index: 1000;
}

.rs-wrap .room-list-item {
	margin: 0;
}

.obj-look {
	margin-top: 60px;
}

.obj-look .bx-viewport {
	margin-top: 60px;
}

.default-page {
	min-height: calc(100vh - 60px - 243px - 60px);
}

.text-prep {
	margin-top: 20px;
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.rooms-price {
	    margin-top: 20px;
}

.rooms-price-item {
    padding-left: 40px;
    color: rgb(51, 51, 51);
    font-size: 20px;
    font-weight: 500;
}

.rooms-price-item span {
	color: rgb(31, 72, 36);
    font-size: 20px;
    font-weight: 400;
}

.rooms-price-item:not(:first-child) {
	margin-left: 40px;
}

.rooms-price-item-1 {
	background: url(../img/rooms-price-1.png) 0 0 no-repeat;
	background-size: 26px;
    background-position-y: center;
}
.rooms-price-item-2 {
	background: url(../img/rooms-price-2.png) 0 0 no-repeat;
	background-size: 26px;
    background-position-y: center;
}
.rooms-price-item-3 {
	background: url(../img/rooms-price-3.png) 0 0 no-repeat;
	background-size: 26px;
    background-position-y: center;
}

@media (min-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {
    	max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 100%;
	}

	/*#tmenu .nav-item:first-child {
	    margin-left: 0px;
	}

	#tmenu .nav-item {
	    margin-left: 10px;
	}

	#tmenu .nav-item .nav-link-text {
	    font-size: 14px;
	}*/
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1680px;
	}
}

@media (max-width: 1400px) {

	#tmenu .nav-item .nav-link-text {
		font-size: 14px;
	}

	#tmenu .nav-item:first-child {
	    margin-left: 0;
	}

	#tmenu .nav-item {
	    margin-left: 10px;
	}

	#head-contact .head-contact--item.phone {
		font-size: 22px;
	}

	#bg h1 {
		font-size: 65px;
	}

	.btn {
		font-size: 14px;
		padding: 10px 25px;
	}

	.room-list-item .info {
		flex-wrap: wrap;
		justify-content: start !important;
	}

	.room-list-item .info .name {
		width: 100%;
		margin-right: unset;
		margin-bottom: 15px;
	}

	.main .h2 {
		font-size: 42px;
		line-height: 45px;
	}

	#wy-sel .item .item-title {
		font-size: 16px;
		min-height: 55px;
	}

	#wy-sel .item .item-text {
		font-size: 14px;
	}

	.promo-list .promo-list-item .img-wrap {
		width: 95%;
	}

	.promo-list .promo-list-item .text .title {
		font-size: 28px;
	}

	.promo-list .promo-list-item .text .short-desc {
		font-size: 18px;
	}

	.promo-list .promo-list-item .text .pbtn:hover span {
		font-size: 20px;
	}

	#about .about-text {
		font-size: 16px;
	}

	.promo-list .promo-list-item {
		padding: 50px 60px;
	}

	.rooms-price-item span {
		display: none;
	}

}



@media (max-width: 991.98px) { 

	#head {
		height: auto;
		padding: 20px 0;
		position: relative;
	}

	#head .head--logo {
		width: 100%;
		display: block;
		text-align: center;
	}

	#head .head--logo img {
		height: 80px;
	}

	#head-contact {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#head-contact .head-contact--item.tg {
		margin-left: 10px;
	}

	#head-contact .head-contact--item.btn {
		width: 100%;
    	margin: 0;
    	margin-top: 10px;
	}

	.main .h2 {
		font-size: 38px;
		line-height: 38px;
		word-wrap: break-word;
	}

	#bg h1 {
		font-size: 45px;
    	line-height: 50px;
	}

	#main-list {
		margin-top: 60px;
	}
	
	.room-list-item {
		width: 100%;
		margin-top: 20px
	}

	.room-list-item .info {
		flex-wrap: wrap;
		justify-content: start !important;
	}

	.room-list-item .info .name {
		width: 100%;
		margin-right: unset;
		margin-bottom: 15px;
	}

	.room-list-item .btns {
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.room-list-item .btns > * {
		width: 100%;
	}

	.room-list-item .btns > *:not(:first-child) {
		margin-top: 10px;
	}

	#wy-sel {
		margin-top: 60px;
		padding: 55px 15px;
	}

	#wy-sel .title {
		font-size: 40px;
    	line-height: 40px;
	}

	#wy-sel .list {
		flex-wrap: wrap;
	}

	#wy-sel .item {
		width: 100%;
	}

	#wy-sel .item:not(:first-child) {
		margin-top: 45px;
	}

	#wy-sel .item:before {
		width: 60px;
    	height: 60px;

    	top: -30px;
	}

	#wy-sel .item:after {
		width: 40px;
    	height: 40px;

    	top: -20px;

    	background-size: 60%;
	}

	#promo {
		margin-top: 60px;
	}

	.promo-list {
		margin-top: 60px;
	}

	.promo-list .promo-list-item {
		padding: 0 0 20px;
	}

	.promo-list .promo-list-item:not(:first-child) {
		margin-top: 40px;
	}

	.promo-list .promo-list-item .img-wrap {
		width: 100%;
	}

	.promo-list .promo-list-item .text {
		margin-top: 25px;
	}


	.promo-list .promo-list-item .text {
		height: auto;
	}

	.promo-list .promo-list-item .text .pbtn {
		margin-top: 30px;
	}

	#about {
		margin-top: 60px;
		padding: 60px 0 75px 0;
	}

	#about .about-img {
		margin-top: 60px;
	}

	#about .about-text {
		padding: 15px;
		padding-bottom: 40px;
	}

	#about .about-img:before {
		width: 55px;
    	height: 55px;

    	top: -25.5px;
	}

	#about .about-img:after {
		width: 43px;
    	height: 43px;

    	top: -20.15px;
	}

	#about .about-text:before {
		width: 55px;
    	height: 55px;

    	bottom: -25.5px;
	}

	#about .about-text:after {
		width: 43px;
    	height: 43px;

    	bottom: -20.15px;
	}

	#bg:before {
		width: 55px;
    	height: 55px;

    	bottom: -25.5px;
	}

	#bg:after {
		width: 43px;
    	height: 43px;

    	bottom: -20.15px;
	}

	#footer {
		padding: 40px 0 30px 0;
	}

	#map {
		padding-bottom: 40px;
	}

	#map .h2 {
		display: none;
	}

	#map iframe {
		margin-top: 0;
	}

	#map.contact-page, #map.contact-page #map-contact {
		background: rgb(245, 245, 245);
	}

	#map.contact-page {
		padding-bottom: 0;
	}

	#map-contact {
		position: unset;
		width: 100%;
		padding: 30px 15px;
	}

	#footer .phone {
		margin-top: 15px;
	}

	#f-menu {
		margin-top: 20px;
		justify-content: space-between !important;
	}

	#fsoc {
		margin-top: 20px;
		justify-content: start !important;
	}

	#f-bootom {
		margin-top: 20px;
		flex-wrap: wrap;
	}

	#f-bootom a {
		width: 100%;
		text-align: center;
	}

	#f-bootom a:not(:first-child) {
		margin-top: 10px;
	}

	.rs-wrap .bx-next {
		right: 8px;
	}

	.rs-wrap .bx-prev {
		left: 8px;
	}

	.room {
		flex-wrap: wrap;
	}

	.room-img {
		width: 100%;
	}

	.room-data {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}

	.obj-look, .obj-look .bx-viewport {
		margin-top: 30px;
	}

	.obj-look .h2 {
		text-align: center;
	}

	.room-order .btn {
		width: 100%;
	}

	.navbar-toggler {
		display: block;
		z-index: 3;
	}

	.navbar-toggler:not(.collapsed) {
		position: fixed;
	}

	#bsmenu {
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;

		background: white;

		padding: 75px 0 15px 15px;
		border-bottom: 2px solid rgb(31, 72, 36);

		z-index: 2;
	}

	#tmenu .nav-item {
		margin-left: 0;
	}

	#tmenu .nav-item:not(:first-child) {
		margin-top: 10px;
	}

	.mn-form-wrap {
		padding: 15px;
	}

	.mn-form {
		width: 100%;
		flex-wrap: wrap;
	}

	.mn-form .form-col, .mn-form .input-wrap {
		width: 100%;
		flex-wrap: wrap;
	}

	.mn-form .input-wrap:not(:first-child) {
    	margin: 0;
    	margin-top: 15px;
	}

	.mn-form .input-wrap .input input, .mn-form .input-wrap .input select {
		width: 100% !important;
	}

	.mn-form .btn {
		width: 100%;
	}

/*	.mn-form .btn-green-srch {
		border-radius: unset;
		width: 100%;
		padding: 12px 15px;

		background-image: unset;
	}


	.mn-form .btn-green-srch span {
		color: rgb(255, 255, 255);
		display: inline-block;
	}*/

	.mn-form .form-col:not(:first-child) {
		border-left: unset;
	}

	#bg {
		padding-top: 20px;
    	padding-bottom: 100px;
	}

	.room-list-item .info .t-w {
		padding: 2px 15px;
	}

	#about .about-img-wrap {
		height: auto;
	}
	#about .about-img-wrap img {
		position: unset;
	}

}

@media (max-width: 1199.98px) {

}

@media (min-width: 1200px) {
	#mobmenu {
		display: none;
	}
}