/** Romile Personal Use **/
@font-face {
    font-family: "Romile Personal Use";
    font-weight: regular;
    font-style: normal;
    src: url("/fonts/RomilePersonalUse.woff") format("woff");
}

/** Princess Diana **/
@font-face {
    font-family: "Princess Diana";
    font-weight: regular;
    font-style: normal;
    src: url("/fonts/Princess-Diana.woff") format("woff");
}

/** Arsenal **/
@font-face {
    font-family: "Arsenal";
    font-weight: regular;
    font-style: normal;
    src: url("/fonts/Arsenal-Regular.woff") format("woff");
}


//.row{border: 1px solid green;}
//.col, .col-lg-4, .col-lg-6{border: 1px solid red;}


*,
*::after,
*::before{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body{
	font-family: 'Inter';
	font-weight: 400;
	font-size: 19px;
	color: #2D4718;
	position: relative;
	background: #FFFBE7;
}

a{
	text-decoration: none;
	color: rgb(45, 71, 24, .7);
}
a:hover{
	color: rgb(45, 71, 24, .7);
}

img{
	border: 0;
	max-height: 765px;
	object-fit: cover;
}

p{
	margin-bottom: 0;
}

b{
    font-weight: 600;
}

ul{
	list-style: none;
}
ul li:before{
    color: rgb(45, 71, 24); /* Цвет маркера */
    content: "· "; /* Сам маркер • */
	margin: -1px 0 0 -25px;
	position: absolute;
}

h2{
	font-size: 90px;
	font-family: "Romile Personal Use";
	font-weight: 400;;
	text-transform: uppercase;
	text-align: center;
	margin: auto;
	margin-bottom: 65px;
}

h2 .numbers{
	font-family: 'Arsenal';
	letter-spacing: -5px;
}

.bg-green{
	background: rgb(45, 71, 24);
	padding: 85px 0 15px 0;
	border-radius: 100px 100px 0 0;
	color: #FFFBE7;
	padding-bottom: 120px;
}
.both{
	clear: both;
}
.pointer{
	cursor: pointer;
}



.carousel-indicators [data-bs-target]{
	height: 4px;
}

/*------------------------attention__classes----------------------*/

.section-attention{
	font-size: 14px;
	background: radial-gradient(50% 30%, #FFD263, #FFC32F);
	padding: 6px 12px;
}


/*------------------------tooltip__classes----------------------*/
.tooltip {
  --bs-tooltip-bg: rgb(45, 71, 24, .9);   /* фон тултипа и цвет стрелочки */
  padding: 1px;
}

.tooltip-inner {
    background-color: rgb(45, 71, 24, .9);
    color: #fff;
    width: 300px;
    padding: 15px 30px;
	font-family: "Inter";
	font-weight: 300;
	font-size: 14px;
	line-height: 1.3;
	border-radius: 20px;
}

.bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .8rem .4rem 0;
    border-top-color: rgb(45, 71, 24, .9);
}

.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-width: .8rem .4rem;
    border-bottom-color: rgb(45, 71, 24, .9);
}

.bs-tooltip-auto[x-placement^=right] .tooltip-arrow::before,
.bs-tooltip-right .tooltip-arrow::before {
    border-width: .8rem .4rem;
    border-right-color: rgb(45, 71, 24, .9);
}

.bs-tooltip-auto[x-placement^=left] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before {
    border-width: .8rem .4rem;
    border-left-color: rgb(45, 71, 24, .9);
}


/*------------------------carousel-content__classes----------------------*/
.section-carousel{
	padding-top: 85px;
	padding-bottom: 55px;
}
.section-carousel p, .section-carousel ul{
	font-family: "Inter";
	font-weight: 300;
	font-size: 19px;
	margin: 30px 24px;
	line-height: 1.4;
}
.section-carousel ul li{
	margin: 12px 0;
}
.section-carousel p svg,
.section-carousel ul svg{
	margin-right: 12px;
	width: 18px;
	height: 18px;
	transform:rotate(90deg);
	margin-top: -5px;
}

.carousel-content{
	margin-bottom: 29px;
	padding: 0;
}
.carousel-content .carousel-inner{
	height: 100%;
}
.carousel-content .container{
	height: 100%;
}
.carousel-content .container .row{
	height: 100%;
}
.carousel-content .carousel-item{
	padding: 0 12px;
	height: 100%;
}
.carousel-content img{
	width: 100%;
	height: auto;
	transition: .5s;
	border-radius: 100px;
	height: 100%;
}
.carousel-content .carousel-img-pre{
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100%;
	padding: 4% 12px 4% 0;
	opacity: .4;
	z-index: -1;
	transition: .5s;
}
.carousel-content .carousel-img-next{
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 4% 0 4% 12px;
	opacity: .4;
	z-index: -1;
	transition: .5s;
}
.carousel-content .carousel-img-pre img,
.carousel-content .carousel-img-next img{
	border-radius: 100px;
	height: 100%;
	width: 100%;
}

.carousel-content .carousel-control-block{
	//border: 1px solid green;
	position: absolute;
	top: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	transition: .5s;
}
.carousel-content .carousel-control-block .col{
	padding: 0;
}
.carousel-content .carousel-control-block .carousel-control-center{
	width: 1296px;
	min-width: 1296px;
	max-width: 1296px;
}
.carousel-content .carousel-control-prev,
.carousel-content .carousel-control-next{
	position: relative;
	height: 100%;
	width: 100%;
	transition: .5s;
}
.carousel-content .carousel-control-prev svg,
.carousel-content .carousel-control-next svg{
	height: 50px;
	width: auto;
	transition: .5s;
}

.carousel-content .carousel-control-prev:hover svg path,
.carousel-content .carousel-control-next:hover svg path{
	fill: #FFFBE7;
	transition: .5s;
}



/*------------------------header__classes----------------------*/

header{
	position: relative;
	background-image: url(/img/new/header_bg.jpg);
	background-size: cover;
	background-position: top center;
}
header::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	background: #000;
	opacity: .26;
	z-index: 1;
}

.section-header{
	position: relative;
	z-index: 2;
	padding-top: 29px;
}


.section-header .header-address-logo-contacts{
	padding: 0 55px;
	margin-bottom: 32px;
}


.section-header .header-address-logo-contacts .header-address{
	padding-left: 0;
	min-height: 100%;
}
.section-header .header-address-logo-contacts .header-address div{
	display: flex;
}
.section-header .header-address-logo-contacts .header-address svg{
	float: left;
	height: 30px;
	width: auto;
	line-height: 1;
	margin: 0 19px 0 0;
}
.section-header .header-address-logo-contacts .header-address p{
	font-size: 14px;
	line-height: 1.3;
}
.section-header .header-address-logo-contacts .header-address a p{
	color: #FFFBE7;
	width: max-content;
	font-weight: 200;
	max-width: 100%;
}


.section-header .header-address-logo-contacts .header-logo{
	text-align: center;
}
.section-header .header-address-logo-contacts .header-logo img{
	width: 178px;
	height: 93px;
	opacity: .85;
}
.section-header .header-address-logo-contacts .header-logo p{
	font-size: 11px;
	font-family: "Inter";
	font-weight: 300;
	color:rgb(45, 71, 24, .5);
	font-weight: 100;
	font-style: italic;
	margin-top: 5px;
}


.section-header .header-address-logo-contacts .header-contacts{
	padding-right: 0;
	text-align: right;
	line-height: 1;
}
.section-header .header-address-logo-contacts .header-contacts i{
	font-size: 25px;
	margin: 0 7px 0 0;
	transform:rotate(30deg);
	line-height: 1.3;
}
.section-header .header-address-logo-contacts .header-contacts .header-contacts-text{
	width: auto;
	float: right;
}
.section-header .header-address-logo-contacts .header-contacts .phone-first{
	font-size: 25px;
	font-family: "Inter";
	font-weight: 600;
}
.section-header .header-address-logo-contacts .header-contacts .button-whatsapp{
	font-size: 11px;
	color: #2D4718;
	border: 1px solid #DADBB1;
	background: radial-gradient(50% 30%, #DADBB1, #DADBB1);
	text-align: center;
	padding: 3px 0;
	margin: 5px 0;
	border-radius: 10px;
}
.section-header .header-address-logo-contacts .header-contacts .button-whatsapp:hover{
	color: #000;
	background: radial-gradient(50% 30%, #DADBB1, #DADBB1);
	
}
.section-header .header-address-logo-contacts .header-contacts .phone-second{
	font-size: 21px;
	font-family: "Inter";
	font-weight: 400;
}
.section-header .header-address-logo-contacts .header-contacts .phone-first a, .section-header .header-address-logo-contacts .header-contacts .phone-second a{
	color: #FFFBE7;
}


/*------------------------header-nav__classes----------------------*/

header nav{
	margin-top: 40px;
	padding: 0 42px;
}
header nav ul{
	background: rgba(255, 251, 231);
	z-index: 999;
	border-radius: 24px;
	padding: 10px 54px;
	width: 100%;
	justify-content: space-between;
	display: flex;
}
header nav ul li{
	display: inline-block;
	padding: 0;
	width: max-content;
}
header nav ul li a{
	font-size: 15px;
	font-weight: normal;
	color: #2D4718;
}
header nav ul li a:hover{
	color: #000;
}
header nav ul li:before{
    content: "";
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(45, 71, 24, .5);
  transition: all 0.3s ease-in-out;
  z-index: 998;
}


/*------------------------h1__classes----------------------*/

header h1{
	margin-top: 190px;
	text-align: center;
	color: #FFFBE7;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
}
header h1 span.h1{
	font-family: 'Romile Personal Use';
	font-size: 102px;
}
header h1 span.first-letter{
  font-size: 102px;
  font-family: 'Princess Diana';
  margin-right: 24px;
}

header h1 span.pre{
	font-family: 'Inter';
	font-size: 16px;
	font-weight: lighter;
	top: 53px;
	position: absolute;
	margin-left: -55px;
}
header h1 span.pre.pre-right{
	margin-left: 10px;
}

header h5{
	font-size: 21px;
	font-weight: 300;
	text-align: center;
	color: #FFFBE7;
	opacity: .85;
	margin-top: 10px;
}

header .button-booking{
	font-size: 15px;
	color: #2D4718;
	border: 1px solid #DADBB1;
	background: radial-gradient(50% 30%, #DADBB1, #DADBB1);
	text-align: center;
	padding: 15px 70px;
	margin: 0 10px;
	border-radius: 28px;
	max-width: 100%;
	width: max-content;
	margin: 45px auto;
}
header .button-booking:hover{
	color: #000;
}
header .button-booking svg{
	width: auto;
	height: 22px;
	margin-left: 48px;
	fill: #2D4718;
}

header h6{
	font-family: 'Romile Personal Use';
	font-size: 20px;
	font-weight: 200;
	text-align: center;
	color: #FFFBE7;
	margin-top: 136px;
	opacity: .85;
	padding-bottom: 45px;
}


/*------------------------utp__classes----------------------*/

.section-utp{
	padding: 85px 0 110px 0;
}

.section-utp .utp p{
	font-family: 'Inter';
	font-weight: 300;
	font-size: 19px;
	text-align: center;
}


/*------------------------official_site__classes----------------------*/

.section-official-site .official-site{
	padding: 43px 0 85px 0;
	color: rgb(45, 71, 24, .7);
	font-size: 24px;
    font-weight: 400;
	text-align: center;
	margin: 0;
}


/*------------------------benefits__classes----------------------*/

.section-benefits{
	background: rgb(45, 71, 24);
	padding: 85px 0 15px 0;
	border-radius: 100px 100px 0 0;
	color: #FFFBE7;
	padding-bottom: 120px;
}
.section-benefits .row-benefits{
	max-width: 1200px;
	margin: auto;
}
.section-benefits .row-benefits svg{
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	fill: #FFFBE7;
	font-weight: 300;
}
.section-benefits .row-benefits p{
	font-weight: 300;
	font-size: 18px;
	max-width: 220px;
	margin: 24px auto 40px auto;
	text-align: center;
}


/*------------------------about__classes----------------------*/

.section-about{
	padding: 85px 0 15px 0;
}
.section-about .about picture{
	position: relative;
	display: block;
}
.section-about .about img{
	width: 80%;
	height: auto;
	border-radius: 27px;
	margin: 0 10%;
}
.section-about .about h3{
	position: absolute;
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	left: 16%;
	bottom: 16px;
	color: #FFFBE7;
}
.section-about .about p{
	font-size: 18px;
    font-weight: 300;
	line-height: 1.4;
	margin: 20px 16% 70px 16%;
}


/*------------------------pool__classes----------------------*/



/*------------------------cafe__classes----------------------*/



/*------------------------territory__classes----------------------*/



/*------------------------rooms__classes----------------------*/

.section-rooms{
	padding: 85px 0 0 0;
}

.section-rooms .rooms-title{
	padding: 30px 0 25px 0;
	background: rgb(45, 71, 24);
	border-radius: 75px 75px 0 0;
}

.section-rooms .rooms-title h4{
	font-size: 30px;
	line-height: 1.3;
	text-transform: uppercase;
	font-family: "Romile Personal Use";
    font-weight: 400;
	margin: 0 0 5px 0;
	color: #FFFBE7;
}

.section-rooms .rooms-title h5{
	font-size: 17px;
	color: #FFFBE7;
	line-height: 1.3;
	font-family: "Inter";
    font-weight: 300;
	margin: 0;
	opacity: .75;
}

.rooms-carousel{
	padding: 0;
}

.rooms-carousel .carousel{
	height: 785px;
}
.rooms-carousel .carousel .carousel-inner{
	height: 100%;
}
.rooms-carousel .carousel .carousel-inner .carousel-item{
	height: 100%;
}
.rooms-carousel .carousel .carousel-inner .carousel-item img{
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}

.section-rooms .carousel-indicators{
	top: 15px;
}
.section-rooms .carousel-indicators button{
	background-color: #FFFBE7;
}

.section-rooms .carousel-control-next, .section-rooms .carousel-control-prev{
	bottom: 90px;
}

.section-rooms .carousel-control-next svg, .section-rooms .carousel-control-prev svg{
	height: 60px;
	width: auto;
}

.section-rooms .rooms-photo-bullets{
	background: rgb(255, 251, 231, 70%);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 22px !important;
}

.section-rooms .rooms-photo-bullets .row{
	margin: 0;
}

.section-rooms .rooms-photo-bullets .col-md-3{
	text-align: center;
}

.section-rooms .rooms-photo-bullets .col-md-3{
	font-size: 16px;
	font-family: "Inter";
    font-weight: 300;
	color: #2D4718;
	line-height: 22px;
}

.section-rooms .rooms-photo-bullets .col-md-3 svg{
	margin-right: 15px;
}

.section-rooms .rooms-photo-bullets .col-md-3 svg.door{
	width: 26px;
}

.section-rooms .rooms-photo-bullets .col-md-3 svg.bed{
	width: 22px;
}

.section-rooms .rooms-photo-bullets .col-md-3 svg.draw{
	width: 20px;
}

.section-rooms .rooms-photo-bullets .ico{
	display: inline-block;
	margin: 0 1px;
	width: auto;
	padding: 0;
	position: relative;
	background: rgb(45, 71, 24, .5);
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

.section-rooms .rooms-photo-bullets .col-md-3 .ico svg{
	margin: 0;
	height: auto;
}

.section-rooms .rooms-photo-bullets .col-md-3 .ico svg.tv{
	width: 31px;
}

.section-rooms .rooms-photo-bullets .col-md-3 .ico svg.snowflake{
	width: 23px;
}

.section-rooms .rooms-photo-bullets .col-md-3 .ico svg.refrigerator{
	width: 20px;
}

.section-rooms .rooms-photo-bullets .col-md-3 .ico svg.shower{
	width: 32px;
	padding-left: 4px;
}

.section-rooms .rooms-photo-bullets .ico .d-flex{
	height: 100%;
}

.section-rooms .rooms-photo-bullets .ico i{
	color: #FFFBE7;
	margin: 0;
}

.section-rooms .rooms-photo-bullets .ico-tv i{
	font-size: 25px;
	padding: 2px 0 0 1px;
}

.section-rooms .rooms-photo-bullets .ico-snowflake i{
	font-size: 27px;
	padding: 0 0 0 2px;
}

.section-rooms .rooms-photo-bullets .ico-refrigerator i{
	font-size: 27px;
}

.section-rooms .rooms-photo-bullets .ico-shower i{
	font-size: 27px;
	padding: 0 0 0 5px;
}

.section-rooms .description-bg{
	background: #FFFBE7;
}

.section-rooms .description{
	padding: 55px 0;
}

.section-rooms .description p{
	font-size: 19px;
	font-family: "Inter";
    font-weight: 300;
	margin: 30px 30px 30px 0;
}

.section-rooms .price-mini div{
	text-align: center;
	font-size: 25px;
	font-family: "Inter";
    font-weight: 600;
	line-height: 1;
	display: none;
}

.section-rooms .price-mini div span{
	text-align: center;
	font-size: 19px;
	font-family: "Inter";
    font-weight: 300;
	padding: 0 5px;
}

.section-rooms .price-mini button{
	width: 100%;
	background: radial-gradient(50% 30%, #2D4718, #2D4718);
	border-radius: 28px;
	padding: 19px 25px 17px 50px;
	font-size: 15px;
	font-family: "Inter";
	font-weight: 300;
	border: 0;
	color: #FFFBE7;
	margin-top: 20px;
	box-shadow: 0 9px 35px rgb(45, 71, 24, 25%);
}
.section-rooms .price-mini button:hover{
	width: 100%;
	color: #fff;
}
.section-rooms .price-mini button svg{
	width: auto;
	height: 22px;
	margin-left: 48px;
	fill: #FFFBE7;
}
.section-rooms .price-mini button:hover svg{
	fill: #fff;
}

.section-rooms .prices{
	padding-bottom: 85px;
}

.section-rooms .prices .title{
	font-size: 14px;
    font-weight: 300;
	line-height: 1;
	margin-bottom: 17px;
	text-align: center;
}

.section-rooms .prices .text-overflow {
	font-size: 12px;
	font-weight: 300;
	color: rgb(45, 71, 24, .5);
	margin-top: 17px;
	margin-bottom: 5px;
	text-align: center;
}

.section-rooms .prices .table-prices{
	max-width: 100%;
}

.section-rooms .prices .table-prices-title{
	background: rgb(45, 71, 24, .7);
	font-size: 15px;
    font-weight: 600;
	padding: 11px 0;
	text-align: center;
	border-radius: 30px 30px 0 0;
	color: #FFFBE7;
	min-width: 500px;
	margin: 0;
}

.section-rooms .prices .table-prices-price{
	font-size: 19px;
    font-weight: 300;
	padding: 11px 0;
	text-align: center;
	min-width: 500px;
	margin: 0;
}

.section-rooms .prices .table-prices-price p{
	font-size: 14px;
}

.section-rooms .description2-bg{
	background: rgb(132, 140, 53, 30%);
	margin-bottom: 85px;
}

.section-rooms .description2-bg .title{
	font-size: 19px;
	font-family: "Inter";
    font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 41px;
}

.section-rooms .description2-bg .in-room, .section-rooms .description2-bg .in-room-free{
	margin: 85px 0;
}

.section-rooms .description2-bg ul{
	font-size: 19px;
	font-family: "Inter";
    font-weight: 300;
}


/*------------------------.section-rules__classes----------------------*/

.section-rules{
	padding: 85px 36px 85px 12px;
}

.section-rules .rules-block{
	padding: 1px 55px 25px 55px;
	font-family: "Inter";
    font-weight: 300;
	font-size: 18px;
	max-width: 1200px;
}

.section-rules .rules-block p{
	margin: 30px 0;
	text-align: justify;
}

.section-rules .rules-block li{
	text-align: justify;
	margin-left: -10px;
}

.section-rules .rules-block .title{
	font-family: "Inter";
    font-weight: 600;
	text-transform: uppercase;
	margin-top: 55px;
}


/*------------------------.section-booking__classes----------------------*/

.section-booking{
	padding: 85px 12px 85px 24px;
}

.section-booking h2{
	margin-bottom: 0;
}

.section-booking h2 div{
	font-size: 15px;
	text-transform:none;
	color: rgb(255, 251, 231, .5);
	margin: 0 auto 80px auto;
	font-family: "Inter";
    font-weight: 300;
	max-width: 800px;
}

.section-booking h2 div a{
	color: rgb(255, 251, 231, .6);
	text-decoration: underline;
}

.section-booking h2 div a:hover{
	text-decoration: none;
}

.section-booking form{
	max-width: 1200px;
	margin: auto;
}

.section-booking p{
	font-size: 17px;
	line-height: 1.3;
	margin-top: 41px;
	margin-left: 23px;
	line-height: 1.2;
	opacity: .6;
}

.section-booking p span{
	font-size: 14px;
	opacity: .5;
}

.section-booking .input-group{
	margin-top: 14px;
}

.section-booking .input-group input,
.section-booking .input-group textarea,
.section-booking .input-group .form-select{
	border-radius: 28px;
	border: 1px solid rgb(255, 251, 231, .5);
	border-right-width: 0;
	font-size: 19px;
	padding: 19px 31px;
	line-height: 1;
	background: none;
	color: rgb(255, 251, 231);
}

.section-booking .input-group .form-select{
	border-right-width: 1px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 0'%3e%3cpath fill='none' stroke='%2398B117' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-position: right 31px top 21px;
	cursor: pointer;
}
.section-booking .input-group textarea{
	border-right-width: 1px;
	height: 200px;
}

.section-booking .input-group .input-group-text{
	border-radius: 28px;
	border: 1px solid rgb(255, 251, 231, .5);
	border-left: 0;
	background: none;
	font-size: 19px;
	padding-right: 19px;
}

.section-booking .input-group .input-group-text svg{
	width: 19px;
	height: auto;
	opacity: .8;
}

.section-booking .input-group .input-group-text svg.phone{
	transform:rotate(90deg);
}

.section-booking .input-group .input-group-text svg.user{
	width: 17px;
}

.section-booking .input-group .input-group-text svg.calendar{
	width: 17px;
}

.section-booking .input-group button{
	width: max-content;
	background: radial-gradient(50% 30%, #DADBB1, #DADBB1);
	border-radius: 28px;
	padding: 19px 25px 17px 50px;
	font-size: 17px;
	font-family: "Inter";
    font-weight: 300;
	border: 0;
	color: #2D4718;
	margin: 40px auto 0 auto;
	box-shadow: 0 9px 35px rgb(45, 71, 24, 25%);
}

.section-booking .input-group button:hover{
	color: #000;
}

.section-booking .input-group button svg{
	width: auto;
	height: 22px;
	margin-left: 48px;
	fill: rgb(45, 71, 24, .8);
}
.section-booking .input-group button:hover svg{
	fill: #2D4718;
}

.section-booking .personal_data_rules{
	font-size: 12px;
	font-family: "Inter";
    font-weight: 300;
	text-align: center;
	margin: 19px auto;
	max-width: 470px;
	color: rgba(255, 251, 231, 0.6);
}
.section-booking .personal_data_rules a{
	text-decoration: underline;
	color: rgb(218, 219, 177, .8);
}
.section-booking .personal_data_rules a:hover{
	text-decoration: none;
}


/*------------------------map__classes----------------------*/

.section-map .map{
	padding: 85px 0;
}

.section-map .map div{
	height: 650px;
}


/*------------------------contacts__classes----------------------*/

.section-contacts{
	padding: 85px 12px;
}

.section-contacts .contacts-block{
	padding: 0 55px;
	max-width: 1200px;
}

.section-contacts .contacts-block p{
	margin: 30px 0 30px 40px;
}

.section-contacts .contacts-block p i{
	position: absolute;
	margin-top: 2px;
	margin-left: -40px;
	font-size: 19px;
}

.section-contacts .contacts-block p svg{
	position: absolute;
	margin-top: 2px;
	margin-left: -40px;
	width: auto;
	height: 21px;
}

.section-contacts .contacts-block p svg.phone{
	transform:rotate(90deg);
	height: 19px;
}

.section-contacts .contacts-block p svg.instagram{
	height: 24px;
	margin-top: 4px;
}

.section-contacts .contacts-block p svg.envelope{
	width: 20px;
	height: 21px;
	margin-top: 5px;
	margin-left: -39px;
}

.section-contacts .contacts-block p img{
	position: absolute;
	margin-top: 5px;
	margin-left: -40px;
	font-size: 19px;
	height: 19px;
}

.section-contacts .contacts-block p a.whatsapp{
	font-size: 15px;
}

.section-contacts .contacts-block p a:hover{
	text-decoration: underline;
}


/*------------------------сompany-details__classes----------------------*/

.section-сompany-details .сompany-details{
	padding: 85px 12px;
}

.section-сompany-details .сompany-details-block{
	padding: 0 55px;
}

.section-сompany-details .сompany-details-block p{
	margin: 30px 0;
}

.section-сompany-details .сompany-details-block p a{
	color: #2D4718;
}


/*------------------------footer__classes----------------------*/

footer{
	position: relative;
	background-image: url(/img/new/header_bg.jpg);
	background-size: cover;
	background-position: top center;
	margin-top: 85px;
}
footer::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	background: #000;
	opacity: .26;
	z-index: 1;
}

.section-footer{
	position: relative;
	padding-top: 185px;
	padding-bottom: 185px;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 90px;
	line-height: 1.2;
	font-family: 'Romile Personal Use';
}
.section-footer .numbers{
	font-family: 'Arsenal';
	letter-spacing: -5px;
}


/*------------------------copiryght__classes----------------------*/

.section-copyright{
	position: relative;
	z-index: 2;
	border-top: 1px solid rgba(255,255,255,.4);
	padding-bottom: 36px;
	color: rgb(255, 255, 255);
}

.section-copyright .contacts-footer{
	font-family: Inter;
	padding-left: 60px;
	font-weight: 300;
	padding-top: 10px;
}

.section-copyright .contacts-footer svg{
	fill: rgb(255, 255, 255);
	width: 33px;
	height: 33px;
	margin: 3px 3px;
}

.section-copyright .logo-footer{
	padding-top: 24px;
}

.section-copyright .logo-footer .title1{
	text-align: center;
	color: #FFFBE7;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
}
.section-copyright .logo-footer .title1 span.h1{
	font-family: 'Romile Personal Use';
	font-size: 35px;
}
.section-copyright .logo-footer .title1 span.first-letter{
  font-size: 35px;
  font-family: 'Princess Diana';
  margin-right: 9px;
}

.section-copyright .logo-footer .title1 span.pre{
	font-family: 'Inter';
	font-size: 10px;
	font-weight: lighter;
	top: 14px;
	position: absolute;
	margin-left: -35px;
}
.section-copyright .logo-footer .title1 span.pre.pre-right{
	margin-left: 10px;
}

.section-copyright .logo-footer .title2{
	font-family: 'Inter';
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
}


/*------------------------modal__classes----------------------*/

.modal .modal-content{
	color:#2D4718;
}

.modal svg{
	width: 25px;
	height: auto;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	margin: 20px;
	opacity: .65;
}

.modal svg:hover{
	opacity: 1;
}

.modal h5{
	font-size: 64px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "Romile Personal Use";
    font-weight: 300;
	text-align: center;
	margin: 65px 30px 0 30px;
}

.modal .text-block{
	padding: 15px;
	margin: 15px 40px 35px 40px;
}

.modal .text-block p{
	font-size: 19px;
    font-weight: 300;
	margin: 30px 0;
	text-align: justify;
}


/*------------------------top__classes----------------------*/

.arrow-top{
	text-align: right;
	padding: 0;
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
}

.arrow-top svg{
	width: 50px;
	height: auto;
	background: #FFFBE7;
	border-radius: 50%;
	opacity: .4;
	transition: .5s;
	margin: 24px;
	transform:rotate(-90deg);
	fill: #2D4718;
}

.arrow-top svg:hover{
	opacity: 1;
}







/* uesm */
@media screen and (max-width:450px) {

	h2{
		font-size: 40px !important;
	}

}


/* esm */
@media screen and (max-width:575px) {

	h2{
		padding-left: 12px;
		padding-right: 12px;
		margin-bottom: 39px;
	}

	nav.navbar{
		padding: 8px 12px;
	}

	nav .navbar-brand{
		display: block;
	}

	nav .navbar-mobile{
		display: block;
	}

	ul.header-nav{
		padding: 10px 24px;
		flex-direction: column;
	}

	ul.header-nav li{
		display: flex;
		padding: 5px 0;
	}
	.section-header {
		padding-top: 0;
	}

	.section-header .header-address-logo-contacts{
		margin-bottom: 0;
		padding: 0 24px;
	}

	.section-header .header-address-logo-contacts .header-contacts{
		text-align: center;
	}

	.section-header .header-address-logo-contacts .header-contacts .align-self-center{
		margin: 39px auto 39px auto;
	}

	.section-header .header-address-logo-contacts .header-address div{
		width: 100%;
		text-align: center;
		margin-bottom: 29px;
	}

	.section-header .header-address-logo-contacts .header-address div a{
		width: 100%;
	}

	.section-about .about .col-lg-4{
		padding-left: 24px;
		padding-right: 24px;
	}

	.section-carousel{
		padding-bottom: 0;
	}

	.carousel-content .carousel-control-prev svg path, .carousel-content .carousel-control-next svg path{
		fill: #fff;
	}

	.carousel-content{
		margin-bottom: 10px;
	}

	.carousel-content .carousel{
		height: 465px;
	}

	.section-carousel .container{
		max-width: 100%;
		padding: 0;
	}

	.section-carousel .container .row .col{
		padding: 0;
	}

	.section-carousel .container .row .col img{
		border-radius: 0;
	}

	.section-rooms .rooms-photo-bullets{
		position: static;
		background: #FDF8F1;
	}

	.rooms-carousel .carousel{
		height: auto;
	}

	.rooms-carousel .carousel .carousel-inner{
		height: 365px;
	}

	.section-rooms .container{
		max-width: 100%;
	}

	.section-rooms .rooms-photo-bullets .col-md-3{
		line-height: 1.2;
		font-size: 14px;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 svg{
		display: block;
		margin: 0 auto 7px auto;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico{
		margin: 25px 5px 0 5px;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico svg{
		display: block;
		margin: 0;
	}

	.section-rooms .description{
		padding-top: 20px;
	}

	.section-rooms .carousel-control-next,
	.section-rooms .carousel-control-prev,
	.section-rooms .carousel-control-next,
	.section-rooms .carousel-control-next{
		width: 21%;
	}

	.carousel-content .carousel-control-block .carousel-control-center{
		width: 60%;
		min-width: 60%;
		max-width: 60%;
	}

	.section-rooms .description2-bg .in-room{
		margin-bottom: 0;
	}

	.section-rooms .description2-bg .in-room-free{
		margin-top: 49px;
	}

	.section-rooms .price-mini button{
		padding: 19px 25px 17px 35px;
		text-align: left;
	}

	.section-rooms .prices .table-prices{
		overflow-x: scroll;
	}

	.section-rules{
		padding: 85px 12px 0 12px;
	}

	.section-rules-block{
		padding: 1px 24px 12px 24px;
	}

	.section-booking{
		padding: 85px 12px 0 12px;
	}

	.section-contacts .contacts-block{
		padding: 12px 24px;
	}

	.section-contacts .сompany-details{
		padding: 0 12px 0 12px;
	}

	.section-contacts .сompany-details-block{
		padding: 12px 24px;
	}

	.section-map .map div{
		height: 450px;
	}

	.section-footer .contacts{
		margin: 85px 0;
	}

	.section-footer .logo-footer .address{
		margin: 29px auto 0 auto;
		font-size: 16px;
	}

	.section-footer .logo-footer .address{
		margin: 29px auto 0 auto;
		font-size: 16px;
	}

	.section-footer .nav-footer h4{
		text-align: center;
	}

	.section-footer .nav-footer ul.navbar-nav-footer li{
		text-align: center;
	}

	.section-copyright .logo-footer .title1 span.pre{
		top: 0;
		right: 50%;
	}
	.section-copyright .logo-footer .title1 span.pre.pre-right{
		margin-left: 7px;
		left: 50%;
	}
	.section-copyright .logo-footer .title1 span.first-letter{
		font-size: 45px;
	}
	.section-copyright .logo-footer .title2{
		margin-top: -10px;
	}

	.modal-dialog{
		max-width: 100%;
		margin: 8px;
	}

	.modal h5{
		margin: 65px 24px 0 24px;
		font-size: 25px;
	}

	.modal .text-block{
		padding: 15px 24px;
		margin: 39px 0 35px 0;
	}

	.modal .text-block p{
		font-size: 17px;
	}

}

/* sm < */
@media screen and (max-width:767px) {

	header h1{
		margin-top: 120px;
	}

	header h1 span.pre{
		font-size: 14px;
		top: -6px;
		right: 50%;
	}
	header h1 span.pre.pre-right {
	margin-left: 7px;
	left: 50%;
	}
	header h1 span.first-letter{
		font-size: 72px;
		margin-right: 16px;
	}
	header h1 span.h1{
		font-size: 52px;
		line-height: 1;
	}

	.section-benefits{
		border-radius: 75px 75px 0 0;
	}

	header h5 {
		font-size: 19px;
		margin-top: 0;
		display: none;
	}

	h2{
		font-size: 50px;
	}

	.section-about .about h3{
		left: 11%;
	}
	.section-about .about img{
		width: 90%;
		margin: 0 5%;
	}
	.section-about .about p{
		margin: 20px 11% 70px 11%;
	}

	.section-carousel ul li{
		margin: 18px 0;
	}

	.section-rooms .carousel-control-next,
	.section-rooms .carousel-control-prev{
		bottom: -30px;
		margin-bottom: 50%;
	}

	.section-rooms .description p{
		margin-right: 0;
	}

	.section-rules .rules-block{
		padding-left: 12px;
		padding-right: 12px;
	}

	.section-contacts .contacts-block p{
		margin-left: 30px;
	}

	.section-сompany-details .сompany-details-block{
		padding-left: 12px;
		padding-right: 12px;
	}

	.section-footer{
		font-size: 40px;
	}
	.section-copyright .contacts-footer{
		text-align: center;
		padding-left: 0;
	}
	.section-copyright .contacts-footer a{
		color: #fff;
	}
}

/* sm */
@media screen and (min-width:576px) and (max-width:767px) {

	h2{
		padding-left: 24px;
		padding-right: 24px;
		font-size: 70px;
	}

	.carousel-content .carousel-control-prev svg path, .carousel-content .carousel-control-next svg path{
		fill: #fff;
	}

	.header-carousel .carousel-caption{
		margin-bottom: 50px;
	}

	.section-carousel .container{
		max-width: 100%;
		padding: 0;
	}

	.section-carousel .container .row .col{
		padding: 0;
	}

	.section-carousel .container .row .col img{
		border-radius: 0;
	}

	.section-rooms .rooms-photo-bullets{
		position: static;
		background: #FDF8F1;
	}

	.rooms-carousel .carousel{
		height: auto;
	}

	.rooms-carousel .carousel .carousel-inner{
		height: 565px;
	}

	.section-rooms .container{
		max-width: 100%;
	}

	.section-rooms .rooms-photo-bullets .col-md-3{
		line-height: 1.2;
		font-size: 14px;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 svg{
		display: block;
		margin: 0 auto 7px auto;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico{
		margin: 25px 5px 0 5px;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico svg{
		display: block;
		margin: 0;
	}

	.section-rooms .description{
		padding-top: 20px;
	}

	.carousel-content .carousel-control-block .carousel-control-center{
		width: 70%;
		min-width: 70%;
		max-width: 70%;
	}

	.section-rooms .description2-bg .in-room{
		margin-bottom: 0;
	}

	.section-rooms .description2-bg .in-room-free{
		margin-top: 49px;
	}

	.section-booking{
		padding: 85px 12px 0 12px;
	}

	.section-rules{
		padding: 85px 12px 0 12px;
	}

	.section-contacts .сompany-details{
		padding: 0 12px 85px 12px;
	}

	.section-map .map div{
		height: 450px;
	}

	.section-footer .contacts{
		margin: 85px 0;
	}

	.section-footer .logo-footer .address{
		margin: 29px auto 0 auto;
		font-size: 16px;
	}

	.section-footer .nav-footer h4{
		text-align: center;
	}

	.section-footer .nav-footer ul.navbar-nav-footer li{
		text-align: center;
	}

	.modal-dialog{
		max-width: 100%;
		margin: 8px;
	}

	.modal .text-block{
		padding: 15px 25px;
		margin: 59px 20px 35px 20px;
	}

}

/* md < */
@media screen and (max-width:991px) {

	.section-header{
		padding-top: 50px;
	}

	header nav{
		position: fixed;
		margin: 0;
		padding: 8px 0;
		text-align: end;
		top: 0;
		width: 100%;
		z-index: 999;
		left: 0;
	}
	header nav button.navbar-toggler{
		background: rgb(45, 71, 24, .5);
		padding: 12px;
		border-radius: 12px;
	}
	header nav button svg{
		width: 29px;
	}
	header nav .navbar-collapse{
		margin-top: 12px;
	}
	header nav ul{
		padding: 36px 36px 24px 36px;
		flex-direction: column;
		border-radius: 60px;
	}
	header nav ul li{
		padding: 6px;
	}
	header nav ul li a{
		font-size: 19px;
	}
	header nav ul .whatsapp{
		width: 100%;
	}
	header nav ul .whatsapp a{
		display: block;
		font-size: 11px;
		color: #2D4718;
		border: 1px solid #DADBB1;
		background: radial-gradient(50% 30%, #DADBB1, #DADBB1);
		text-align: center;
		padding: 3px 48px;
		margin: 5px 0;
		border-radius: 10px;
	}
	header nav ul li.button{
		width: 100%;
		text-align: center;
	}
	header nav ul button.button-booking{
		margin: 12px 0;
	}

	.section-header .header-address-logo-contacts{
		margin-bottom: 0;
	}
	.section-header .header-address-logo-contacts .header-contacts{
		text-align: center;
	}
	.section-header .header-address-logo-contacts .header-contacts .align-self-center{
		margin: 39px auto 39px auto;
	}
	.section-header .header-address-logo-contacts .header-address{
		padding-left: 12px;
	}
	.section-header .header-address-logo-contacts .header-address div{
		width: 100%;
		text-align: center;
		margin-bottom: 29px;
		margin: auto;
	}
	.section-header .header-address-logo-contacts .header-address div a{
		width: 100%;
	}
	.section-header .header-address-logo-contacts .header-address .align-self-center{
		width: max-content;
	}

	.section-benefits .row-benefits svg{
		margin-top: 36px;
	}

	.section-map h2{
		margin-top: 48px;
	}

}

/* md */
@media screen and (min-width:768px) and (max-width:991px) {

	header h1{
		margin-top: 120px;
	}
	header h1 span.pre{
		font-size: 14px;
		top: 33px;
		margin-left: -45px;
	}
	header h1 span.pre.pre-right {
	margin-left: 7px;
	}
	header h1 span.first-letter{
		font-size: 72px;
		margin-right: 16px;
	}
	header h1 span.h1{
		font-size: 72px;
	}

	h2{
		font-size: 80px;
	}

	header h5 {
		font-size: 19px;
		margin-top: 0;
	}

	.section-carousel .container{
		max-width: 100%;
	}

	.carousel-content .carousel-control-prev:hover svg path, .carousel-content .carousel-control-next:hover svg path{
		fill: #000;
	}

	.carousel-content .carousel-control-block .carousel-control-center{
		width: 696px;
		min-width: 696px;
		max-width: 696px;
	}

	.section-rooms .container{
		max-width: 100%;
	}

	.rooms-carousel .carousel{
		height: 485px;
	}

	.section-rooms .rooms-photo-bullets .col-md-3{
		width: 22%;
	}

	.section-rooms .rooms-photo-bullets .col-md-3.ico-block{
		width: 34%;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 svg{
		display: block;
		margin: 0 auto 5px auto;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico{
		margin: 0 2px;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico svg{
		display: block;
		margin: 0;
	}

	.section-rooms .price-mini{
		padding-bottom: 30px;
	}

	.section-rooms .ico-block{
		min-width: 240px;
	}

	.section-booking{
		padding: 85px 12px 0 12px;
	}

	.section-rules{
		padding: 85px 12px 0 12px;
	}

	.section-contacts .сompany-details{
		padding: 0 12px 85px 12px;
	}

	.section-footer{
		font-size: 80px;
	}

	.section-footer .logo-footer .logo-footer-block{
		margin-top: 59px;
	}

	.section-footer .logo-footer .address{
		margin: 29px auto 0 auto;
	}

	.modal-dialog{
		max-width: 80%;
	}

}

/* lg < */
@media screen and (max-width:992px) {

	.section-rooms .rooms-title{
		border-radius: 60px 60px 0 0;
		padding: 30px 24px 25px 24px;
	}

	.section-booking{
		border-radius: 60px 60px 0 0;
		padding: 85px 12px;
		margin-top: 85px;
	}
}

/* lg > */
@media screen and (min-width:992px) {

	header nav.fixed-top{
		top: -28px;
		right: -12px;
		left: -12px;
		margin: 0;
		padding: 0;
		background: rgba(255, 251, 231, 0.95);
	}
	header nav.fixed-top ul{
		margin: 0 auto;
		max-width: 1308px;
		background: none;
	}

	header nav .collapse:not(.show){
		display: block !important;
	}

}

/* lg */
@media screen and (min-width:992px) and (max-width:1199px) {

	.section-header .header-address-logo-contacts{
		padding: 0 24px;
	}

	header nav{
		padding: 8px 12px;
	}

	.carousel-content .carousel-control-block .carousel-control-center{
		width: 936px;
		min-width: 936px;
		max-width: 936px;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 svg{
		display: block;
		margin: 0 auto 5px auto;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico{
		margin: 0 2px;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico svg{
		display: block;
		margin: 0;
	}

	.section-rooms .price-mini button{
		padding: 19px 15px 17px 29px;
	}

	.section-rooms .price-mini button svg{
		margin-left: 18px;
	}

	.section-rules{
		padding-right: 12px;
	}

	.section-booking{
		padding-left: 12px;
	}
}

/* xl */
@media screen and (min-width:1200px) and (max-width:1399px) {

	.carousel-content .carousel-control-block .carousel-control-center{
		width: 1116px;
		min-width: 1116px;
		max-width: 1116px;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 div{
		padding-left: 40px;
	}
	
	.section-rooms .rooms-photo-bullets .col-md-3 div svg{
		position: absolute;
		margin-left: -40px;
		height: auto;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 div svg.door{
		width: 25px;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 div svg.bed{
		width: 21px;
	}
	
	.section-rooms .rooms-photo-bullets .col-md-3 div svg.draw{
		width: 20px;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico{
		padding: 0;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico div{
		padding: 0;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico svg{
		position: relative;
		margin-left: 0;
	}

}

/* xxl */
@media screen and (min-width:1400px) {

	.section-rooms .rooms-photo-bullets .col-md-3 div{
		padding-left: 40px;
	}
	
	.section-rooms .rooms-photo-bullets .col-md-3 div svg{
		position: absolute;
		margin-left: -40px;
		height: auto;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico{
		padding: 0;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico div{
		padding: 0;
	}

	.section-rooms .rooms-photo-bullets .col-md-3 .ico svg{
		position: relative;
		margin-left: 0;
		height: auto;
	}

}