* {
	box-sizing: border-box;
}

html,body {
	height: 100%;
	margin: 0;
}
body {
	margin: 0;
	color: #000;
	font:13px/15px Trebuchet MS, tahoma, geneva, sans-serif;
	background:#fbf3de;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
	min-inline-size: auto;
}
img {
	border-style: none;
	vertical-align:top;
}

input, select, textarea {
	vertical-align: middle;
	font:13px Trebuchet MS, tahoma, geneva, sans-serif;
	outline:0;
	outline:none;
}
a {
	color:#732d02;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
div#content a:visited {text-decoration: underline; /*color:#B96125; */}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block;}
figure{margin:0;}
/* wrapper */
#wrapper {
	max-width:968px;
	min-height:100%;
	margin:0 auto;
	position:relative;
}
/* header */
#header {
	max-width:954px;
	padding:15px 0 0;
	margin: 0 0 14px;
}
#header:after {
	content:"";
	display:block;
	clear:both;
}
#header .holder-box{
	overflow:hidden;
}
#header .logo {
	float:left;
	text-indent: -9999px;
	margin: 0 51px 11px 8px;
}
#header .logo a {
    width: 300px;
    height: 106px;
    background: url(../images/resort-logo.svg) no-repeat;
    display: block;
    background-size: contain;
    background-position: center;
}
.header-holder{
	float:left;
	max-width:580px;
	margin:23px 0 15px;
}
.header-frame{
	float:left;
	width:167px;
	margin:0 31px 0 0;
}
.header-frame .links{
	margin:5px 0 0;
	padding:0 0 0 24px;
	list-style:none;
}
.links li{
	margin: 0 0 6px 0;
}
.header-frame .sale-link{
	font-weight:bold;
	margin: 0 0 7px 0 !important;
}
.header-frame a{
	font-size:14px;
	line-height:16px;
}
.header-frame .mailto{
	padding: 0 0 0 17px;
	margin-top: 15px;
	display:block;
}
.header-frame .sale-link .bg{
	background: url(../images/bg-link-2.png) no-repeat 0 0;
	width:17px;
	height:17px;
	padding:0;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 0 -24px;
}
.header-frame.active .link-on{
	font-weight:bold;
	font-style:italic;
	background: url(../images/bg-link-active.png) no-repeat;
	padding:6px 0 13px 43px;
	display:block;
	float:left;
}
.header-frame .link-off{
	font-weight:bold;
	font-style:italic;
	background: url(../images/bg-link.png) no-repeat;
	padding:6px 0 13px 43px;
	display:block;
	float:left;
}
.header-frame.active .link-off,
.header-frame .link-on{
	display:none;
}
.header-frame em{
	display:block;
	font-weight:bold;
	font-size:22px;
	line-height:20px;
	padding:2px 0 0;
	margin:0 0 -4px;
}
.header-frame.contacts{
	width:202px;
	margin:0 2px 0 -20px;
}
.header-frame.contacts a {
	font-size: 22px;
}
.form-details {
	padding:0 60px 0 0;
	position:relative;
}
.form-details:after{
	content:"";
	clear:both;
	display:block;
}
.form-block{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 20px;
	position:relative;
	background:#fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #c5a588 0px 1px 2px;
	-moz-box-shadow: #c5a588 0px 1px 2px;
	box-shadow: #c5a588 0px 1px 2px;
	padding:11px 17px 0 119px;
	margin:0 0 2px 2px;
}
.form-details .form-box{
	width:62px;
	margin: 0 30px 0 0;
	background: url(../images/bg-form-box.png) no-repeat 11px 22px;
	text-align:center;
	position:absolute;
	left:27px;
	top:11px;
	z-index:15;
	cursor:pointer;
}
.form-details .tab{
	position:absolute;
	left:-9999px;
	top:-9999px;
}
.form-details .tab.open-tab{
	position:static;
	left:0;
	top:0;
}
.form-details .form-box.active{
	background: url(../images/bg-form-box.png) no-repeat 11px -109px;
}
.form-details .form-box a{
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.form-details .form-box .rent,
.form-details .form-box.active .sale{
	color:#000;
	background:none;
	cursor:default;
}
.form-details .form-box .sale,
.form-details .form-box.active .rent{
	background: url(../images/bg-a.gif) repeat-x 0 100%;
	padding:0 0 2px;
	color: #732D02;
	cursor:pointer;
}
.form-details .form-box.active .rent{
	margin:0 0 77px 7px;
}
.form-details .form-box .rent{
	float:left;
	margin:0 0 79px 7px;
}
.form-details .btn-search{
	position:absolute;
	top:0;
	right:2px;
	height:99.3%;
	width:54px;
	background:#b96125;
	color:#fff;
	border:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #999487 0px 1px 2px;
	-moz-box-shadow: #999487 0px 1px 2px;
	box-shadow: #999487 0px 1px 2px;
	z-index:5;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
.form-details .btn-close{
	position:absolute;
	top:-17px;
	right:-14px;
	z-index:5;
	width:18px;
	height:18px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/btn-close.png) no-repeat;
	display:none;
}
.form-details .text{
	overflow:hidden;
	position:relative;
	border: 1px solid #dedede;
	border-top:0;
	border-bottom: 1px solid #9b9b9b;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#f7f0db url(../images/bg-select.gif) repeat-x 0 100%;
}
.form-details .text input{
	color:#000;
	border:none;
	background:none;
	padding: 5px 11px;
	width:100%;
	margin:0 0 1px;
}
.form-details .text.two{
	overflow:hidden;
}
.form-details .text.two input{
	width:84px;
	padding:5px 11px;
}
.form-details .hold-select.hold-4 .select-frame{
	overflow:hidden;
}
.form-details .hold-select.hold-4 .text{
	width:163px;
	height:29px;
	float:left;
	padding:0 0 0 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: #dedede 0 1px 0;
	-moz-box-shadow: #dedede 0 1px 0;
	box-shadow: #dedede 0 1px 0;
	margin:0 0 1px;
}
.form-details .hold-select.hold-4 .text input{
	width:141px;
}
.form-details .calendar{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/bg-calendar.png) no-repeat 0 0;
	float:left;
	width:33px;
	height:31px;
}
.form-details .form-block .drop{
	position:absolute;
	right: 0;
	bottom: 0;
	display: flex;
	margin:0 10px 0 0;
	padding:15px 0 0;
	list-style:none;
	float:right;
	z-index:100;
	
}
.form-details .form-block .drop:after{
	content:"";
	clear:both;
	display:block;
}
.form-details .form-block .drop li{
	float:left;
	background:#f2ebd8 url(../images/bg-drop.png) repeat-x 0 100%;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	width:170px;
	height:46px;
	text-align:center;
	margin: 0 -1px 0 0;
	position:relative;
	border:solid #d4d4d4;
	border-width: 0 1px;
	border-color:#d4d4d4 #b4a48e #d4d4d4 #d4d4d4;
	z-index:5
}
.form-details .form-block .drop li.find-btn{
	z-index:2;
}
.form-details .form-block .drop li a{
	display:block;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	line-height:36px;
	background: url(../images/bg-right.png) no-repeat 50% 31px;
	padding: 0 0 10px;
}
.form-details .form-block .drop li.active,
.form-details.features-open  .form-block .features-btn,
.form-details.find-open  .form-block .find-btn{
	background:#ebe0c2 url(../images/btn-active.png) no-repeat;
	height:48px;
}
.form-details .form-block .drop li.active a,
.form-details .form-block .drop li.search a,
.form-details.features-open  .form-block .features-btn a,
.form-details.find-open  .form-block .find-btn a{
	background: url(../images/bg-right-2.png) no-repeat 50% 31px;
}
.overlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity:0.7;
	text-indent:-9999px;
	z-index:99;
	filter: alpha(opacity=70);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display:none;
}
li .overlay{
	height:46px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.find-open .overlay{
	display:block;
}
.ui-datepicker{
	z-index:10009 !important;
}
.form-details .drop-hold{
	width: 100%;
	margin:-6px 0 3px 3px;
	padding: 16px 19px 11px;
	background:#ebe0c2;
	overflow:hidden;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: #c5a588 0px 1px 2px;
	-moz-box-shadow: #c5a588 0px 1px 2px;
	box-shadow: #c5a588 0px 1px 2px;
	display:none;
}
.form-details.features-open .features,
.form-details.find-open .find{
	display:block;
}
.form-details.features-open .btn-close,
.form-details.find-open .btn-close{
	display:block;
}
.form-details .drop-hold ul{
	margin:0;
	padding:0;
	list-style:none;
}
.form-details .drop-hold li{
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	width:160px;
	margin: 0 0 13px;
}
.form-details .drop-hold li.big{
	width:160px;
}
.form-details .drop-hold li .hold-checkbox{
	width:150px;
}

*+html .form-details .drop-hold li{
	display:inline;
	zoom:1;
}
.form-details .drop-hold label{
	line-height:20px;
	float:left;
}
.form-details .drop-hold .text{
	float:left;
	width:108px;
	margin: 0 10px;
	overflow:hidden;
}
.form-details .drop-hold.find .text{
	margin:-3px 10px 0;
}
.form-details .drop-hold .text input{
	width:86px;
	padding:5px 11px;
}
.form-details .drop-hold .drop-text{
	padding:26px 0 34px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.form-details .drop-hold p{
	margin:0;
	line-height:20px;
}
/* castom  select */
.form-details .hold-select{
	width:234px;
	float:left;
	margin:0 29px 0 0;
}
.form-details .section{margin:0 0 13px;}
.form-details .section label{
	margin:0 0 5px;
	display:block;
}
.form-details .hold-select.hold-2{
	width:107px;
	float:left;
	margin:0 30px 0 0;
	min-height: 126px;
}
.form-details .hold-select.hold-3{
	width:118px;
	float:left;
	margin:0 28px 3px 0;
}
.form-details .hold-select.hold-4{
	width:177px;
	float:left;
	margin:0;
}
.form-details .hold-select.hold-4 .text{
	width: 132px;
}
.form-details .hold-select.hold-5{
	width:145px;
	margin: 0 28px 3px 0;
}
.form-details .hold-select.hold-5 input{
	width:121px;
}
.form-details .hold-select select {width:232px;}
.form-details .hold-select.hold-2 select {width:106px;}
.form-details .hold-select.hold-3 select {width:118px;}
.form-details .select-frame {
	display: flex;
}
.form-details .select-frame .text {
	width: 100%;
}
.form-details .section-group {
	grid-column: span 2;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

.form-details .section-group .section {
	flex: 1;
}
.outtaHere {display:none;}
.selectArea{
	width: 100% !important;
	overflow:hidden;
	position:relative;
	border: 1px solid #dedede;
	border-top:0;
	border-bottom: 1px solid #9b9b9b;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #dedede 0 1px 0;
	-moz-box-shadow: #dedede 0 1px 0;
	box-shadow: #dedede 0 1px 0;
	background: url(../images/bg-select.gif) repeat-x;
}
.selectButton {
	position:relative;
	overflow:hidden;
	z-index:1;
	display:block;
	text-decoration:none;
}
.selectButton .center {
	display:block;
	z-index:2;
	padding:0;
	color:#000;
	line-height:12px;
	font-size:13px;
	line-height:29px;
	padding:0 33px 0 13px;
}
.selectButton .right {
	position:absolute;
	overflow:hidden;
	top:13px;
	text-decoration:none;
	z-index:20;
	left:none;
	right:10px;
	background: url(../images/bg-right.png) no-repeat;
	width:7px;
	height:5px;
}
.selectButton .center:hover,
.selectButton .right:hover {text-decoration:none;}
.selectOptions {
	width: 150px !important;
	z-index:1005;
	position:absolute;
	top:0px;
	right:0px;
	border: 1px solid #dedede;
	border-top:0;
	border-bottom: 1px solid #9b9b9b;
	position:relative;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius:0 0 3px 3px;
	background:#ebe0c2;
}
.selectOptions ul {
	overflow:hidden;
	margin:0 10px 0 0;
	padding:0;
	top:0;
	right:0;
	list-style:none;
	position:relative;
	width:150px;
}
.selectOptions ul li {padding:0;}
.selectOptions ul li a {
	font-size:13px;
	line-height:25px;
	color:#000;
	text-decoration:none;
	padding:0 13px;
	text-decoration:none;
	display:block;
}
.selectOptions ul li a:hover {
	background:#fbf3de;
	text-decoration:none;
}
/* castom checkbox*/
.checkboxArea,
.checkboxAreaChecked  {
	border:0;
	background: url(../images/bg-check.gif) no-repeat 0 0;
	position:relative;
	overflow:hidden;
	margin:0 6px 0 0;
	width:22px;
	height:22px;
	float:left;
}
.checkboxAreaChecked  {background-position:0 -22px;}
.outtaHere {
	position:absolute;
	left:-9999px;
}
/* main */
#main {max-width:954px;}
/* content */
#content {
	position:relative;
	padding:0;
	float:right;
	max-width:932px;
	width: 100%;
	margin:0 0 21px;
}
#content:after,
#main:after{
	content:"";
	clear:both;
	display:block;
}
#content.index > h1{margin:0 0 7px 100px;}
#content.index > h2{margin:0 0 7px 97px;}
.index > h1,
.index > h2{
	font-size:32px;
	line-height:34px;
	font-style:italic;
}
.index > h1 > a,
.index > h2 > a{
	font-size:26px;
	line-height:22px;
}
.menu .all,
#content .all{
	font-weight:bold;
	position:absolute;
	top:-1px;
	left:0;
	z-index:5;
	color:#fbf3de;
	background: url(../images/bg-all.png) no-repeat;
	text-align:center;
	text-decoration:none;
	width:77px;
	height:48px;
	line-height:44px;
	padding:0 7px 0 0;
}
#content .menu.open .all{background: url(../images/bg-all.png) no-repeat 0 -47px; height:49px;}
.menu.open .menu-hold{display:block;}
.menu{
	position:relative;
}
.menu-hold{
	position:absolute;
	z-index:3;
	width:814px;
	left:83px;
	top:1px;
	background:#ceb49a;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #5a4e43 0px -2px 1px;
	-moz-box-shadow: #5a4e43 0px -2px 1px;
	box-shadow: #5a4e43 0px -2px 1px;
	border:solid #a6917c;
	border-width:0 1px;
	padding: 1px 16px 10px;
	display:none;
}
.menu-hold ul{
	margin:0;
	padding:0;
	list-style:none;
}
.menu-hold .menu-list{
	float:left;
	margin: 0 39px 0 0;
}
.menu-hold .menu-list li{
	font-size:34px;
	line-height:36px;
	font-weight:bold;
	font-style:italic;
	margin:0 0 3px
}
.menu-hold .menu-list li.active a{
	color:#000;
	text-decoration:none;
}
.menu-list li a{
	color:#fff;
	text-decoration:underline;
}
.menu-list li a:hover{
	text-decoration:none;
}
.menu-hold .apartment{
	float:left;
	margin:1px 53px 0 0;
}

.menu-hold .other{
	float:left;
	margin:3px 46px 0 0;
}
.menu-hold .other.two{margin:0;}
.menu-hold .apartment li a,
.menu-hold .other li a{
	color:#000;
	font-weight:bold;
	font-style:italic;
	display:block;
	padding:7px 5px;
	font-size:15px;
	line-height:17px;
}
.menu-hold .apartment li.active a,
.menu-hold .apartment li a:hover,
.menu-hold .other li a:hover{
	background:#fbf3de;
	text-decoration:none;
}
#content .all.two{
	font-weight:bold;
	position:absolute;
	left:0;
	z-index:5;
	color:#fbf3de;
	background: url(../images/bg-all.png) no-repeat;
	text-align:center;
	text-decoration:none;
	width:77px;
	height:49px;
	line-height:44px;
	top:302px;
}
.back{
	font-weight:bold;
	position:absolute;
	top:53px;
	left:-6px;
	z-index:5;
	color:#000;
	background: url(../images/bg-back.png) no-repeat;
	width:77px;
	padding:0 0 0 7px;
	height:48px;
	text-decoration:none;
	line-height:46px;
	text-align:center;
}
.up{
	font-weight:bold;
	position:absolute;
	bottom:-68px;
	left:0;
	z-index:5;
	color:#000;
	background: url(../images/bg-up.png) no-repeat;
	width:72px;
	height:54px;
	text-decoration:none;
	line-height:57px;
	text-align:center;
}
.gallery {
	width:100%;
	overflow:hidden;
	position:relative;
	margin: 0 0 8px;
}
#content .link-prev{
	position:absolute;
	top:60px;
	left:9px;
	background: url(../images/btn-sprite.png) no-repeat 1px -58px;
	text-indent:-9999px;
	width:55px;
	height:52px;
	z-index:1;
}
#content .link-prev.active{background: url(../images/btn-sprite.png) no-repeat 1px -232px !important;}
#content .link-next{
	position:absolute;
	top:125px;
	left:10px;
	background: url(../images/btn-sprite.png) no-repeat;
	text-indent:-9999px;
	z-index:1;
	width:55px;
	height:52px;
}
#content .link-next.two{
	top:142px;
}
#content .link-next.active{background: url(../images/btn-sprite.png) no-repeat 1px -289px !important;}
#content .link-next:hover{background: url(../images/btn-sprite.png) no-repeat 1px -174px;}
#content .link-prev:hover{background: url(../images/btn-sprite.png) no-repeat 0 -115px;}
.gallery .gallery-holder {
	position:relative;
	overflow:hidden;
	left:99px;
	top:0px;
}
.gallery .gallery-holder ul {
	width:999999px;
	position:relative;
	padding:0 0 0 2px;
	margin:0;
	list-style:none;
	overflow: hidden;
}
.gallery .gallery-holder ul li {
	width:270px;
	min-height: 270px;
	float:left;
	margin: 0 10px 0 0;
}
.holder-big-gal .gallery .gallery-holder ul li {
	margin: 0 10px 20px 0;
	width: calc(100% / 3 - 10px);
}
.gallery .gallery-holder .gall-block{position:relative;}
.gallery .gallery-holder .img-title{
	display:block;
	margin:0 0 5px;
}
.gallery .gallery-holder .title{
	font-weight:bold;
	display:block;
	margin:0 0 10px;
}
.gallery-frame{
	position:relative;
	margin:0 0 12px;
}
.gallery .btn{
	background: url(../images/bg-btn.png) no-repeat;
	position:absolute;
	z-index:5;
	width:38px;
	height:32px;
	right:2px;
	bottom:0;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.gallery .btn.active{
	background: url(../images/bg-btn.png) no-repeat -40px 0;
}
.gall-block.open .btn-open{
	display:block;
}
.btn-open{
	width:226px;
	padding:31px 22px;
	position:absolute;
	bottom:0;
	right:0;
	background:#fdf7e8;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: #989386 0 1px 1px;
	-moz-box-shadow: #989386 0 1px 1px;
	box-shadow: #989386 0 1px 1px;
	border:0;
	display:none;
}
.btn-table{border-collapse:collapse}
.btn-table caption{
	font-weight:bold;
	margin:0 0 6px;
	font-size:14px;
	line-height:13px;
}
.btn-table td{
	text-align:left;
	padding:0 0 0 17px;
	font-size:13px;
	line-height:24px;
}
.btn-table td:first-child{
	padding:0;
	width:140px;
}
.gallery .price{
	overflow:hidden;
	padding: 0 3px 0 2px;
}
.gallery .price .cost{
	font-size:21px;
	line-height:24px;
	float:left;
	margin:0 0 3px;
}
.gallery .price .number{
	float:right;
	text-decoration:none;
	font-weight:bold;
	padding: 5px 0 0;
}
.gallery .price a.number:hover{text-decoration:underline;}
.gallery .price .number.item{
	color:#000;
	font-weight:bold;
}
.conteiner{
	max-width:834px;
	margin:0 auto;
}
.conteiner h3{
	font-size:34px;
	line-height:36px;
	margin:0 0 14px 3px;
}
.conteiner p{
	margin:0;
	line-height:20px;
	margin:0 0 20px 4px;
}
/* footer */
#footer {
	overflow:hidden;
	max-width:945px;
	padding:0;
	position:relative;
	margin: 0 auto 0;
}
.footer-holder{
	float: left;
    padding-left: 105px;
    padding-right: 15px;
    max-width: 832px;
    margin: 0 0 42px;
}
.footer-holder p{
	float:left;
	margin:0;
}
 .footer-holder span{
	float:right;
}
.footer-frame{
	float:right;
	/*background: url(../images/icon-1.png) no-repeat 0 27px;*/
	padding:0 0 4px 91px;
}
.footer-frame .info{
	display:block;
	font-style:italic;
	display:block;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	margin:0 0 7px;
}
.footer-block.one{
	margin:0 71px 0 0;
}
.footer-block{
	float:left;
	width:140px;
	margin:0 88px 0 0;
}
.footer-block.col{
	width:196px;
	margin:0 29px 0 0;
}
.footer-block strong{
	display: block;
	margin: 0 0 4px;
}
.footer-block p{
	margin:0 0 2px;
	font-size:16px;
	line-height:18px;
}
.footer-block .links{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-block .sale-link{
	font-weight:bold;
	margin: 0 0 4px -24px;
	padding:2px 0 0 0;
}
.footer-block .sale-link .bg{
	background: url(../images/bg-link-2.png) no-repeat;
	padding:0 0 2px 22px;
}
.contacts-list.two{
	width:100%;
	margin: 0 0 29px;
}
.links  .contacts-list {
	width:100%;
	margin:0;
}
.contacts-list:after{
	display:block;
	content:"";
	clear:both;
}
.contacts-list dt {
	float:left;
	clear:left;
	margin:0;
}
 .contacts-list dd {
	float:left;
	margin: 0 0 3px 3px;
}
.footer-block.last{
	margin:0
}
.footer-block.active .link-on{
	font-weight:bold;
	font-style:italic;
	background: url(../images/bg-link-active.png) no-repeat;
	padding:3px 0 10px 45px;
	display:block;
	line-height:18px;
}
.footer-block .link-off{
	font-weight:bold;
	font-style:italic;
	background: url(../images/bg-link.png) no-repeat;
	padding:6px 0 13px 43px;
	display:block;
}
.footer-block.active .link-off,
.footer-block .link-on{display:none;}
/*page contacts*/
#content .phones{
	max-width:431px;
	float:left;
	margin:0 46px 0 0;
}
.phones-block{
	width:170px;
	float:left;
	margin: 0 0 -4px;
}
.phones-block.one{
	margin:0 91px 17px 0;
}
.phones-block > h2,
.phones-block .phone-numb{
	font-size:19px;
	line-height:21px;
}
.phones-block > h2{
	display:block;
	margin:0 0 6px;
	font-style:italic;
}
.phones-block .phone-numb{
	 margin: 0 0 -2px;
	display:block;
}
.phones-block .meneger{
	display:block;
	margin:0 0 3px;
	line-height:12px;
}
.phones-block p{
	margin:0;
}
.phones-block.last{
	margin:0 0 20px;
}
.form-send {max-width:335px;}
.form-send h3{
	display:block;
	font-size:19px;
	line-height:22px;
	font-style:italic;
	margin:0 0 8px;
}
.form-send .row{
	margin:0 0 7px;
	overflow:hidden;
}
.form-send .row label{
	font-size:13px;
	line-height:15px;
	margin:0 0 5px 2px;
	display:block;
	font-weight:bold;
}
.form-send .row .text {
	height:30px;
	overflow:hidden;
	background:#f7f0db url(../images/bg-form.png) repeat-x 0 100%;
	border:0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #999487 0px 1px 2px;
	-moz-box-shadow: #999487 0px 1px 2px;
	box-shadow: #999487 0px 1px 2px;
	margin:0 2px 3px;
}
.form-send .row input{
	color: #000;
	border: none;
	background: none;
	padding: 5px 11px;
	width: 311px;
	height: 30px;
}
.form-send .area{
	background:#f7f0db url(../images/bg-form-2.png) repeat-x 0 100%;
	border:0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #999487 0px 1px 2px;
	-moz-box-shadow: #999487 0px 1px 2px;
	box-shadow: #999487 0px 1px 2px;
	width:333px !important;
	margin:0 2px 3px;
}
.form-send .area textarea {
	width:311px !important;
	height:180px;
	min-height:180px;
	border:0;
	padding:5px 11px;
	margin:0;
	background:none;
	overflow:auto;
}
#object .btn-login,
.form-send .btn-send,
.object-holder .btn-send{
	width:195px;
	height:40px;
	cursor:pointer;
	margin:0 3px 22px;
	background: url(../images/bg-btn-send-2.png) repeat-x -1px 0;
	border:0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #000 0px 1px 2px;
	-moz-box-shadow: #000 0px 1px 2px;
	box-shadow: #000 0px 1px 2px;
	display:block;
	color:#fff;
	font-size:13px;
	line-height:39px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.modal .btn-login.active,
.form-send .btn-send.active,
.object-holder .btn-send.active{
	background: url(../images/bg-btn-send-2.png) no-repeat -1px -43px !important;
}
.modal .btn-login:hover,
.form-send .btn-send:hover,
.object-holder .btn-send:hover{
	background: url(../images/bg-btn-send-2.png) no-repeat -1px -86px;
}
#content .detals{
	float:left;
	max-width:330px;
	margin:0;
}
.detals strong{
	font-size:19px;
	line-height:21px;
	display:block;
	margin:0 0 10px;
	font-style:italic;
}
.detals .rect{
	margin:0 0 11px;
	display:block;
}
.detals p{margin:0 0 7px;}
.detals .detals-hold{margin:0 0 9px;}
.detals .detals-frame ul{
	margin:0;
	padding:0;
	list-style:none;
}
.detals .detals-frame ul li{
	display:inline-block;
	vertical-align:top;
	width:150px;
	margin:0 11px 17px 0;
}
.detals-frame ul li .detals-link {
	position:relative;
	display:block;
	margin:0;
}
.detals-frame ul li .detals-link img{
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin:0;
}
.detals-frame ul li .detals-link .bg-link {
	position:absolute;
	top:0px;
	left:-9999px;
	background: url(../images/bg-zoom.png);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	width:100%;
	height:100%;
	z-index:1;
	text-indent:-9999px;
	overflow:hidden;
}
.detals-frame ul li a.detals-link:hover .bg-link {left:0;}
.detals-frame ul li a.detals-link:hover .zoom {left:50%;}
.detals-frame ul li .detals-link .zoom{
	background: url(../images/zoom.png) no-repeat 0 0;
	width:38px;
	height:38px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:-9999px;
	margin:-19px 0 0 -19px;
	z-index:2;
}
/*page service*/
#content h1{
	font-size:32px;
	line-height:36px;
	margin:0 0 13px 97px;
	font-style:italic;
}
.conteiner .transfer{
	float:left;
	max-width:100%;
}
.conteiner .transfer h2,
.conteiner .tarif h2{
	font-size:19px;
	line-height:21px;
	display:block;
	margin:0 0 5px;
	font-style:italic;
	
}
.conteiner .transfer p{	margin:0 0 20px;}
.conteiner .tarif{
	float:right;
	max-width:456px;
}
.conteiner .tarif-hold{
	border-collapse:collapse;
	background: url(../images/bg-tarif.png) repeat-y 167px 0;
	max-width:442px;
}
.conteiner .tarif-hold th{
	font-size:16px;
	line-height:18px;
	text-align:left;
	padding:3px 0 4px 16px;
	 letter-spacing: -1px;
}
.conteiner .tarif-hold th:first-child{padding:3px 0 4px 0;}
.conteiner .tarif-hold td{
	text-align:left;
	font-size:14px;
	line-height:30px;
	text-align:center;
}
.conteiner .tarif-hold td:first-child{
	padding:0;
	text-align:left;
	width:167px;
}
/*page object*/
.conteiner .object-holder{
	float:left;
	width:215px;
	padding: 13px 0 0 92px;
	text-align:center;
}
.gallery-holder a {
	position:relative;
	display:block;
	margin:0 0 6px;
}
.gallery-holder a img{
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin:0;
	width: 100%;
}
/* .holder-big-gal .gallery-holder a img {
	height: 190px;
} */
.gallery-holder a .bg-link {
	position:absolute;
	top:0px;
	left:-9999px;
	background: url(../images/bg-zoom.png);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	width:100%;
	height:100%;
	z-index:1;
	text-indent:-9999px;
	overflow:hidden;
}
@media (min-width: 769px) {
	.gallery-holder a:hover .bg-link {left:0;}
	.gallery-holder a:hover .zoom {left:50%;}
	.gallery-holder a .zoom{
		background: url(../images/zoom.png) no-repeat 0 0;
		width:38px;
		height:38px;
		text-indent:-9999px;
		overflow:hidden;
		position:absolute;
		top:50%;
		left:-99999px;
		margin:-19px 0 0 -19px;
		z-index:2;
	}
}
.object-holder .num{
	display:block;
	margin:0 0 47px 6px;
	color:#732d02;
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	line-height:20px;
}
.object-holder .cost1{
	margin:0 0 5px -13px;
	font-size:18px;
	line-height:20px;
	margin:0 0 7px -13px;
}
.object-holder .cost2{margin:0 0 38px;}
.object-holder .cost{
	font-size:37px;
	line-height:30px;
	display:block;
	margin:0 0 9px -11px;
}
.gallery-obj{
	max-width:430px;
	position:relative;
	float:right;
	margin:0 3px 50px 0;
}
.gallery-obj .gallery-holder{
	width:100%;
	height: 356px;
	position:relative;
	overflow:hidden;
}
.gallery-obj ul{
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
	width:9999px;
}
.gallery-obj ul li{
	float:left;
	width: 430px;
    max-width: calc(100vw - 30px);
}
.gallery-obj .prev,
.gallery-obj .next{
	position:absolute;
	bottom:-3px;
	left:0;
	text-indent:-9999px;
	overflow:hidden;
	z-index:10;
	width:54px;
	height:53px;
}
.gallery-obj .next{
	left:auto;
	right:-2px;
	background:#FBF3DE url(../images/btn-sprite.png) no-repeat;
}
.gallery-obj .prev{background:#FBF3DE  url(../images/btn-sprite.png) no-repeat 1px -58px;}
.gallery-obj .next:hover{background:#FBF3DE  url(../images/btn-sprite.png) no-repeat 1px -174px;}
.gallery-obj .prev:hover{background:#FBF3DE  url(../images/btn-sprite.png) no-repeat 0 -115px;}
.gallery-obj .next.active{background:#FBF3DE  url(../images/btn-sprite.png) no-repeat 1px -289px;}
.gallery-obj .prev.active{background:#FBF3DE  url(../images/btn-sprite.png) no-repeat 0 -231px;}
.gallery-obj .gal-frame{
	text-align:center;
	display:block;
	padding: 5px 55px;
	min-height:50px;
}
.gallery-obj .gal-frame span{
	
}
.content-text{
	overflow:hidden;
	max-width:830px;
	float:right;
	margin:0 0 20px;
}
.content-text .text1{
	width:360px;
	float:left;
	margin:0 32px 0 0;
}
.content-text h2{
	font-style:italic;
	display:block;
	margin:0 0 6px;
	font-size:18px;
	line-height:20px;
}
.content-text p{
	margin:0 0 22px;
	line-height:20px;
	word-break: break-word;
}
.content-text .text2{
	float:left;
	width:430px;
	margin: 0 0 1px;
}
.content-text .text2 .img-map{margin:0 0 4px;}
.content-text .text2 .img-map img{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.content-text .text2 p{margin:0 0 20px;}
/* page object hotel about */
.object-holder.about{width:282px;}
.object-holder.about .num{margin:0 0 33px -73px;}
.object-holder p{margin:0 0 5px;}
.pricing{
	border-collapse:collapse;
	width:100%;
	margin:0 0 6px -38px;
}
.pricing caption{
	font-weight:bold;
	margin:0 0 13px;
	font-size:17px;
	line-height:13px;
}
.pricing td{
	text-align:left;
	border:solid #646159;
	border-width:0 0 0 1px;
	padding:0 0 0 16px;
	font-size:15px;
	line-height:26px;
}
.pricing td:first-child{
	padding:0;
	border:0;
	width:164px;
}
.object-holder.about .text3{
	margin:0 0 22px -75px;
	line-height:17px;
}
/*numb*/
.pricing.table{	margin:0 0 13px;}
.pricing.table caption{
	font-weight:bold;
	margin:25px 0 5px -22px;
	font-size:14px;
	line-height:13px;
}
.pricing.table td{
	text-align:left;
	border:solid #646159;
	border-width:0 0 0 1px;
	padding:0 0 0 16px;
	font-size:13px;
	line-height:26px;
}
.pricing.table td:first-child{
	padding:0;
	border:0;
	width:145px;
}
.object-holder.about .object-box{
	background: url(../images/bg-object-box.png) no-repeat -118px 15px;
	width:261px;
	overflow:hidden;
	padding:22px 0 18px 0;
	margin:0 0 0 -41px;
	cursor:pointer;
}
.object-holder.about .object-box.active{
	background: url(../images/bg-object-box.png) no-repeat 92px 15px;
}
.object-holder.about .object-box a{
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-style:italic;
	 padding:0 0 2px;
}
.object-holder.about .object-box .descr{
	float:left;
	font-size:18px;
	line-height:20px;
}

.object-holder.about .object-box .numb{
	float:right;
	font-size:18px;
	line-height:20px;
}
.object-holder.about .object-box .descr,
.object-holder.about .object-box.active .numb{
	color:#000;
	background:none;
	cursor:default;
}
.object-holder.about .object-box.active .descr,
.object-holder.about .object-box .numb{
	background: url(../images/bg-a.gif) repeat-x 0 100%;
	padding:0;
	color: #732D02;
	cursor:pointer;
}

/* page object hotel numbers */
.content-text .num-text{
	float:left;
	width:290px;
	margin:0 32px 0 0;
}
.content-text .num-table{
	float:left;
	width:239px;
	margin:0 9px 10px 0;
}
.num-table .btn-send{
	width:179px;
	height:36px;
	cursor:pointer;
	margin:0 3px 22px;
	background: url(../images/bg-btn-send-2.png) no-repeat -1px 0;
	border:0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #000 0px 1px 2px;
	-moz-box-shadow: #000 0px 1px 2px;
	box-shadow: #000 0px 1px 2px;
	display:block;
	color:#fff;
	font-size:13px;
	line-height:40px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.num-table .btn-send:hover{background: url(../images/bg-btn-send-2.png) no-repeat -1px -86px;}
.num-table .btn-send.active{background: url(../images/bg-btn-send-2.png) no-repeat -1px -43px;}
.btn-send.tab{
	width:177px;
	height:35px;
	line-height:35px;
	margin: 0 0 0 20px;
}
.pricing caption{
	font-weight:bold;
	margin:0 0 13px;
}
.content-text .num-gallery{
	float:right;
	max-width:430px;
	position:relative;
	overflow:hidden;
}
.num-gallery .gallery-holder{
	width:100%;
	position:relative;
	overflow: hidden;
}
.num-gallery ul{
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
	width:99999px;
}
.num-gallery ul li{
	width:430px;
	max-width: calc(100vw - 30px);
	float:left;
}
.num-gallery .prev,
.num-gallery .next{
	position:absolute;
	bottom:7px;
	left:1px;
	background: url(../images/btn-sprite-2.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	z-index:10;
	width:38px;
	height:38px;
}
button::-moz-focus-inner {
 padding:0;
 border:0;
 margin:-1px 0 0;
}
.num-gallery .next{
	left:auto;
	right:2px;
	background-position:0 -38px;
}
.num-gallery .prev:hover{background-position:0 -76px;}
.num-gallery .next:hover{background-position:0 -114px;}
.num-gallery .prev.active{background-position:0 -152px;}
.num-gallery .next.active{background-position:0 -190px;}
/* page catalog */
#content .gallery .title-sort {
	font-weight:bold;
	margin:0 0 5px;
}
#content .gallery .sort{
	background: url(../images/bg-a.gif) repeat-x 0 100%;
	text-decoration:none;
}
#content .sort:hover{
	background:none;
}
#content .sort span{
	background: url(../images/bg-sort.png) no-repeat 100% 8px;
	padding:0 10px 0 0;
}
/* popup */
.modal {
	max-width:403px;
	width: 100%;
	padding:18px 20px;
	position:absolute;
	top:-9999px;
	left:-9999px;
	z-index:1000;
	background:#fbf3de;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin:16px 0;
}
.modal .close {
	background: url(../images/bg-cloce.png) no-repeat 0 0;
	width:18px;
	height:18px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:-15px;
	right:-18px;
}
.modal h2 {
	font-size:20px;
	line-height:24px;
	font-style:italic;
	margin:0 0 9px;
}
.modal p {
	font-size:13px;
	line-height:20px;
	margin:0 0 7px;
}
#booking.modal p {margin:0 0 16px;}
.modal .form-details {
	width:100%;
	padding:0;
}
.modal .form-details label {
	font-size:13px;
	line-height:20px;
	display:block;
	margin:0 0 3px;
	font-weight:bold;
	width:100%;
}
.modal .form-details .text {
	width:100%;
	margin:0 0 8px;
}
.modal .form-details .text input {width:100%;}
.modal .form-details select {width:100%;}
.modal .form-details .hold-select {
	width:100%;
	float:none;
	margin:0 0 7px;
}
.modal .form-details label span {color:#d20c0c;} 
.modal .form-details .tarea {
	background: url(../images/bg-tarea.gif) no-repeat 0 0;
	width:100%;
	height:191px;
	margin:0 0 10px;
}
.modal .form-details .tarea textarea {
	width:100% !important;
	height:181px !important;
	color:#000;
	border:0;
	padding:5px;
	margin:0;
	background:none;
	overflow:auto;
	outline: none;
	outline: 0;
	resize: none;
}
.modal .btn-login {margin:0;}
.modal .holder-dablle {
	position:relative;
	width:100%;
	overflow:hidden;
}
.modal .holder-dablle .hold-sel-dable {
	float:right;
	width:143px;
}
.modal .holder-dablle .hold-sel-dable .hold-select {width:143px;}
.modal .holder-dablle .hold-select select {width:141px;}
.modal .holder-dablle .holder-data {
	float:left;	
	width:198px;
}
.modal .holder-dablle .holder-data .select-frame {
	width:198px;
}
.modal .holder-dablle .holder-data .select-frame .text {
	width:165px;
	float:left;
}
.modal .form-details .calendar {
	margin:0 0 0 -2px;
	position:relative;
	z-index:10;
}
/* castom input faile*/
.modal .form-details .file{
	width:169px;
	position:relative;
	margin: 0 0 11px;
	overflow: hidden;
	z-index: 10;
}
.modal .form-details .file-input-area {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	height:29px;
	width:100%;
	padding:0;
	margin:0;
	cursor:pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background:none;
}
.modal .form-details .file .text {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	margin: 0;
	color:#696969;
	background: url(../images/bg-fail.gif) no-repeat 0 0;
	width:142px;
	height:22px;
	font-size:13px;
	line-height:20px;
	text-align:center;
	border:0;
}
.modal .form-details .file .text input {
	background:none;
	font-size:13px;
	line-height:20px;
	text-align:center;
	width:132px;
	padding:0 5px;
}
.modal .form-details .file .button {
	float:right;
	background:url(../images/file-upload.gif) no-repeat;
	width:22px;
	height:22px;
	overflow:hidden;
	color:#7d7d7b;
	text-indent:-9999px;
	overflow:hidden;
}
.modal .hold-checkbox {margin:-2px 0 12px;}
.holder-big-gal {
	position:relative;
	max-width:100%;
}
#content .holder-big-gal h1 {
	margin-left:0;
}
.holder-big-gal .gallery .gallery-holder {left:0;}
.holder-big-gal .gallery .gallery-holder ul {
	width:100%;
	padding:0;
}
#content  .pages{
	position:absolute;
	top:118px;
	left:9px;
	font-weight:bold;
}
.pagination {
	height: 197px;
    position: absolute;
    bottom: 8px;
    width: 72px;
}
.holder-sort {
	padding:0 0 24px;
	position:relative;
	overflow:hidden;
}
.gallery .gallery-holder .title {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.menu-hold .menu-list{
	width: 159px;
}
.menu-hold .apartment {
	margin: 1px 28px 0 0;
}
.menu-hold .other {
	margin-right:28px;
}
.menu-hold .other.two {
	margin-right:0;
}
.menu-hold .other {
	width: 185px;
}
#content .gallery .sort {
	background: none;
	text-decoration: none;
}
#content .gallery .sort span{
	background: none;
	text-decoration:underline;
	padding: 0 ;
}
#content .gallery .sort span.direction{
	font-size: 0.5em;
	vertical-align: middle;
	line-height: 0.1px;
	text-decoration: none;
}
.form-box {-moz-user-select: none;-webkit-user-select: none;user-select: none;}
.form-details .text span{
	position: absolute;
	right: 9px;
	top: 7px;
}
.selectOptions ul li.selected {
	background: #fbf3de;
	text-decoration: none;
}
#content .pages {
	left: 0;
	width: 72px;
	text-align: center;
}
.index > h1 > a, .index > h2 > a {
font-size: 22px; }
.conteiner h3 {
font-size: 26px; }
 #content h1 {
font-size: 26px; }
.menu-hold .menu-list li {
font-size: 28px; }
.modal .col {
	float: left;
	width: 50%;
	position: relative;
}

.modal .col .text{
	position: relative;
	float: left;
	margin-right: 0px;
	height: 29px;
	border-right: 0;
	width: calc(100% - 33px);
}
.modal .col.textpole .text{
	width: 100%;
}
.modal .col2{
	width:49%;
	margin-left: 1%;
}
.modal .col .text input{
	width: 100%;
}
.btn-login.fake{
	display: none !important;
}
.form-details .form-block .drop li.active, .form-details.features-open .form-block .features-btn, .form-details.find-open .form-block .find-btn {
	background: #ebe0c2 url(../images/btn-active.png) no-repeat;
	height: 47px;
}
.gallery-obj .prev:hover {background: #FBF3DE url(../images/btn-sprite.png) no-repeat 0 -116px;}
.gallery-obj .prev.active{background:#FBF3DE  url(../images/btn-sprite.png) no-repeat 0 -232px;}

#fancybox-left-ico, #fancybox-right-ico {
	width: 54px !important;
	height: 53px !important;
	background: url(../images/btn-sprite.png) no-repeat 0 -114px !important;
}
#fancybox-right-ico {background-position: 0 -173px !important;}
a:active #fancybox-right-ico {background-position: 0 -289px !important;}
a:active #fancybox-left-ico {background-position: 0 -232px !important;}
#fancybox-close {
	width: 18px !important;
	height: 18px !important;
	background: url(/images/btn-close.png) no-repeat !important;
}
.btn-table{margin: 0 auto;}
.object-holder.about,.conteiner .object-holder { width: 390px;padding: 13px 20px 0 0;position: relative;}
.object-holder.about .num {margin: 0 auto 33px;}
.pricing {
	width: 100%;
	margin: 0 auto 6px;
}
.pricing td:first-child,.pricing td {
	width: 50%;
}
.object-holder.about .text3 {margin: 0 0 22px 0;}
.modal .btn-login, .form-send .btn-send, .object-holder .btn-send {margin: 0 auto 22px}
.object-holder.about .object-box {margin: 0 auto;}
.form-send .btn-send.fake{display: none}
.gallery .status{
	position: absolute;
	z-index: 1;
	background-image: #e95d00;
	background-image: -o-linear-gradient(bottom, rgb(233,93,0) 6%, rgb(255,115,0) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(233,93,0) 6%, rgb(255,115,0) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(233,93,0) 6%, rgb(255,115,0) 53%);
	background-image: -ms-linear-gradient(bottom, rgb(233,93,0) 6%, rgb(255,115,0) 53%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.06, rgb(233,93,0)),color-stop(0.53, rgb(255,115,0)));
	background-image: linear-gradient(bottom, rgb(233,93,0) 6%, rgb(255,115,0) 53%);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	left: 3px;
	height: 30px;
	text-indent: 0;
	color: #fff;
	width: auto;
	padding: 0 0.7em;
	font-size: 14px;
	line-height: 30px;
	top:28px;
	overflow: hidden;
	cursor: pointer;
}
.gallery .status.prodan{
	background-image: #ff4e00;
	background-image: linear-gradient(bottom, rgb(255,77,0) 6%, rgb(233,58,0) 53%);
	background-image: -o-linear-gradient(bottom, rgb(255,77,0) 6%, rgb(233,58,0) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(255,77,0) 6%, rgb(233,58,0) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,77,0) 6%, rgb(233,58,0) 53%);
	background-image: -ms-linear-gradient(bottom, rgb(255,77,0) 6%, rgb(233,58,0) 53%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(255,77,0)),
		color-stop(0.53, rgb(233,58,0))
	);
	background-image: linear-gradient(bottom, rgb(255,77,0) 6%, rgb(233,58,0) 53%);
}
.gallery .status.sdan{
	background-image: #c56d30;
	background-image: -o-linear-gradient(bottom, rgb(197,110,48) 6%, rgb(153,66,8) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(197,110,48) 6%, rgb(153,66,8) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(197,110,48) 6%, rgb(153,66,8) 53%);
	background-image: -ms-linear-gradient(bottom, rgb(197,110,48) 6%, rgb(153,66,8) 53%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(197,110,48)),
		color-stop(0.53, rgb(153,66,8))
	);
	background-image: linear-gradient(bottom, rgb(197,110,48) 6%, rgb(153,66,8) 53%);
}
.menu-hold {
z-index: 8;
}

.menu-hold .apartment li a:hover,
.menu-hold .other li a:hover{
	background: none;
	text-decoration:none;
}

.menu-hold .apartment li.active a,
.menu-hold .other li.active a{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fbf3de;
	text-decoration:none;
}
.btn-open {z-index: 2}

.form-details .form-box,.form-details .form-box.active {
	width: 100px;
	background: none;
	margin: 0;
	left: 0;
	top: 0;
	height: 137px;
}
.form-details .form-box .sale,.form-details .form-box .rent{
	float: none;
	margin: 0;
	display: block;
	background:none;
	padding: 0;
	line-height: 67px;
}
.form-details .form-box.active .rent{
	margin: 0;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:none;
}
.form-details .form-box .sale,.form-details .form-box .rent{
	margin-left: 2px;
}
.form-details .form-box .rent{
	margin-top: 1px;
}
.form-details .form-box .rent{
	background: #f6f0df;
	-webkit-box-shadow: #c5a588 0px 1px 2px;
	-moz-box-shadow: #c5a588 0px 1px 2px;
	box-shadow: #c5a588 0px 1px 2px;*/
	line-height: 66px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-box-shadow: #5a4e43 0px -1px 2px;
	-moz-box-shadow: #5a4e43 0px -1px 2px;
	box-shadow: #5a4e43 0px -1px 2px;
	cursor: pointer;
}
.form-details .form-box .sale{
	background: #f6f0df;
	-webkit-box-shadow: #c5a588 0px 1px 2px;
	-moz-box-shadow: #c5a588 0px 1px 2px;
	box-shadow: #c5a588 0px 1px 2px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-box-shadow: #5a4e43 0px -1px 2px;
	-moz-box-shadow: #5a4e43 0px -1px 2px;
	box-shadow: #5a4e43 0px -1px 2px;
	margin-top: 3px;
	cursor: pointer;
}
.form-details .form-box .sale.active,.form-details .form-box .rent.active{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-top-right-radius: none;
	-webkit-border-bottom-left-radius: none;
	-moz-border-radius-topright: none;
	-moz-border-radius-bottomleft: none;
	border-top-right-radius: none;
	border-bottom-left-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
}
.form-details .form-box span{
	background: url(../images/bg-a.gif) repeat-x 0 100%;
	color:#732D02;
	cursor: pointer;
}
.form-details .form-box .active span{
	background: none;
	color:#000;
	cursor: default;
}

.form-details .form-box .rent,.form-details .form-box .sale{
	background: #f6f0df;
	margin-left: 2px;
	line-height: 68px;
}
.form-details .form-box .sale{
	margin-top:0;
	
}
.form-details .form-box .rent{
	margin-top:1;
	-webkit-box-shadow: inset #c5a588 -1px -1px 2px;
	-moz-box-shadow: inset #c5a588 -1px -1px 2px;
	box-shadow: inset #c5a588 -1px -1px 2px;
}
.form-details .form-box .sale{
	-webkit-box-shadow: inset #c5a588 -1px 1px 2px;
	-moz-box-shadow: inset #c5a588 -1px 1px 2px;
	box-shadow: inset #c5a588 -1px 1px 2px;
}
.menu-hold {
	position: absolute;
	z-index: 7;
	width: 458px;
	width: auto;
	left: 78px;
	padding-left: 22px;
	top: 0px;
	background: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #c5a588 0px 1px 4px;
	-moz-box-shadow: #5a4e43 0px 1px 4px;
	box-shadow: #c5a588 0px 1px 4px;
	border: solid #a6917c;
	border-width: 0 1px;
	padding: 2px 19px 10px;
	display: none;
}
.menu-hold ul{
	float: left;
	margin-right: 57px;
	font-size: 14px;
	line-height: 25px;
}
	.menu-hold ul.two{
		margin-right: 0;
	}
p.h1{
	font-size: 26px;
	margin: 10px 0 18px 0px;
	font-style: italic;
	font-weight: bold;
}
p.h1 span {
	font-size: 0.5em;
	vertical-align: middle;
	line-height: 0.1px;
	font-style: normal;
}
.index > h1 > a, .index > h2 > a,#content.index > h1{

font-size: 24px;
}
.form-details .prodaga .form-block .drop {
	width: 173px;
}
.form-details .prodaga .hold-select.hold-5 {margin: 0 26px 0px 0;}
.form-details .prodaga .form-block .drop {padding: 18px 0 0;}
.object-holder.about .object-box {
	background: none;
}
.tabNavigation{
	padding: 0;
	margin: 0;
}
.tabNavigation li{
	list-style: none;
	margin: 0;
	display: inline-block;
}
.tabNavigation li a,.object-holder.about .object-box a{
	padding: 7px 14px;
	line-height: 39px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	text-decoration: none;
}
.object-holder .object-box,.object-holder.about .object-box {
	padding: 0;
	/*position: absolute;*/
	width: auto;
	top:306px;
	margin-bottom: 20px;
}

 .object-holder.about .btn-send {
	margin: 0 auto 0px;
}
.tabNavigation span{
	background: url(../images/bg-a.gif) repeat-x 0 100%;
	color:#732D02;
}
.tabNavigation a.active{
	background: #c6aa8a;
	cursor: default;
	-webkit-box-shadow:inset #574a3c 0px 1px 2px;
	-moz-box-shadow:inset #574a3c 0px 1px 2px;
	box-shadow:inset #574a3c 0px 1px 2px;
	background-image: -o-linear-gradient(bottom, rgb(201,175,147) 6%, rgb(197,169,136) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(201,175,147) 6%, rgb(197,169,136) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(201,175,147) 6%, rgb(197,169,136) 53%);
	background-image: -ms-linear-gradient(bottom, rgb(201,175,147) 6%, rgb(197,169,136) 53%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(201,175,147)),
		color-stop(0.53, rgb(197,169,136))
	);
	background-image: linear-gradient(bottom, rgb(201,175,147) 6%, rgb(197,169,136) 53%);
}
	.tabNavigation .active span{
		background: none;
		color:#fff;
	}
.gallery-obj ul {
	width: 999999px;
}
	.gallery-holder a .bg-link {
		left: -999999px;
		text-indent: -999999px;
	}
.modal .btn-login{
	margin: 0;
}
#header {
	margin: 0 0 25px;
}
#content h1 {
	margin: 2px 0 13px 97px;
}
/*.footer-frame { background: url(../images/icon-1.png) no-repeat 0 0;}*/
.modal table{
	border-collapse:collapse;
}
.modal table td{
	border:#574a3c 1px solid;
}
.footer-frame {padding: 0 15px 10px 15px;}
.menu-hold ul .active a{color:#000;text-decoration: none;}
.info-tabs h5{
	display: none;
}
.modal .form-details .file-input-area {
	z-index: 3;
	cursor: pointer;
	top: -10px;
	left: -440px;
	font-size: 50px;
	height: auto;
	width: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.modal .form-details .file {width: 100%;}
.modal .form-details .file .text span {
	background: none;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	width: 132px;
	padding: 0 5px;
	position: relative;
	right: auto;
	top: auto;
	color: #000;
}

#object h2 {
	font-size:20px;
	line-height:24px;
	font-style:italic;
	margin:0 0 9px;
}
#object p {
	font-size:13px;
	line-height:20px;
	margin:0 0 7px;
}
#booking#object p {margin:0 0 16px;}
#object .form-details {
	max-width:364px;
	margin: 0 auto;
	padding:0;
}
#object .form-details fieldset {
	min-inline-size: auto;
}
#object .form-details label {
	font-size:13px;
	line-height:20px;
	display:block;
	margin:0 0 3px;
	font-weight:bold;
	width:100%;
}
#object .form-details .text {
	max-width:361px;
	margin:0 0 8px;
}
#object .form-details .text input {width:100%;}
#object .form-details select {width:100%;}
#object .form-details .hold-select {
	width: 100%;
	float:none;
	margin:0 0 7px;
}
#object .form-details label span {color:#d20c0c;} 
#object .form-details .tarea {
	background: url(../images/bg-tarea.gif) no-repeat 0 0;
	height:191px;
	margin:0 0 10px;
}
#object .form-details .tarea textarea {
	width:100% !important;
	height:181px !important;
	color:#000;
	border:0;
	padding:5px;
	margin:0;
	background:none;
	overflow:auto;
	outline: none;
	outline: 0;
	resize: none;
}
#object .btn-login {margin:0;}
#object .holder-dablle {
	position:relative;
	width:100%;
	overflow:hidden;
}
#object .holder-dablle .hold-sel-dable {
	float:right;
	width:143px;
}
#object .holder-dablle .hold-sel-dable .hold-select {width:143px;}
#object .holder-dablle .hold-select select {width:141px;}
#object .holder-dablle .holder-data {
	float:left;	
	width:198px;
}
#object .holder-dablle .holder-data .select-frame {
	width:198px;
}
#object .holder-dablle .holder-data .select-frame .text {
	width:165px;
	float:left;
}
#object .form-details .calendar {
	margin:0 0 0 -2px;
	position:relative;
	z-index:10;
}
/* castom input faile*/
#object .form-details .file{
	width:169px;
	position:relative;
	margin: 0 0 11px;
	overflow: hidden;
	z-index: 10;
}
#object .form-details .file-input-area {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	height:29px;
	width:100%;
	padding:0;
	margin:0;
	cursor:pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background:none;
}
#object .form-details .file .text {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	margin: 0;
	color:#696969;
	background: url(../images/bg-fail.gif) no-repeat 0 0;
	width:142px;
	height:22px;
	font-size:13px;
	line-height:20px;
	text-align:center;
	border:0;
}
#object .form-details .file .text input {
	background:none;
	font-size:13px;
	line-height:20px;
	text-align:center;
	width:132px;
	padding:0 5px;
}
#object .form-details .file .button {
	float:right;
	background:url(../images/file-upload.gif) no-repeat;
	width:22px;
	height:22px;
	overflow:hidden;
	color:#7d7d7b;
	text-indent:-9999px;
	overflow:hidden;
}
#object .hold-checkbox {margin:-2px 0 12px;}

#object .col .text{
	position: relative;
	float: left;
	margin-right: 0px;
	height: 29px;
	border-right: 0;
	width: 145px;
}
#object .col.textpole .text{
	width: 100%;
}
#object .col2{
	width:49%;
	margin-left: 1%;
}
#object .col .text input{
	width: 100%;
}
#object .btn-login, .form-send .btn-send, .object-holder .btn-send {margin: 0 auto 22px}

#object .form-details .file-input-area {
	z-index: 3;
	cursor: pointer;
	top: -10px;
	left: -440px;
	font-size: 50px;
	height: auto;
	width: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#object .form-details .file {width: 100%;}
#object .form-details .file .text span {
	background: none;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	width: 132px;
	padding: 0 5px;
	position: relative;
	right: auto;
	top: auto;
	color: #000;
}

.footer-block.col {
	width: 196px;
	margin: 0 3px 0 0;
}
.footer-block.last {
	margin: 0;
	width: 192px;
}
.gallery .status.isExclusive{
	background-image: #ff4e00;
	background-image: linear-gradient(bottom, rgb(39, 153, 2) 6%, rgb(0, 189, 15) 53%);
	background-image: -o-linear-gradient(bottom, rgb(39, 153, 2) 6%, rgb(0, 189, 15) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(39, 153, 2) 6%, rgb(0, 189, 15) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(239, 153, 2) 6%, rgb(0, 189, 15) 53%);
	background-image: -ms-linear-gradient(bottom, rgb(39, 153, 2) 6%, rgb(0, 189, 15) 53%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(39, 153, 2)),
		color-stop(0.53, rgb(0, 189, 15))
	);
	background-image: linear-gradient(bottom, rgb(255,77,0) 6%, rgb(233,58,0) 53%);
}
.row.valuta .select-wrapper{
	float: left;
}
.row.valuta label{
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}
.row.valuta select{
	width: 80px;
}
.row.valuta{
	margin-top: 14px;
}
.row.valuta .selectArea{
	background: rgb(197,109,48); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(197,109,48,1) 0%, rgba(154,67,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,109,48,1)), color-stop(100%,rgba(154,67,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(197,109,48,1) 0%,rgba(154,67,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(197,109,48,1) 0%,rgba(154,67,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(197,109,48,1) 0%,rgba(154,67,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(197,109,48,1) 0%,rgba(154,67,9,1) 100%); /* W3C */
}
.selectOptions.valuta ul li{
	background: #9a4309;
	color: #fff;
}
.selectOptions.valuta ul li a{
	color: #fff;
}
.selectOptions.valuta ul li a:hover,.selectOptions.valuta ul li.selected{
	background: #c56d30;
	color: #fff;
}
.valuta .selectButton .center{
	color: #fff;
}
.valuta .selectButton .right{
	background-image: url(../images/bg-right-white.png);
}
.nav-bar{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#content .pagination-new .link-next, #content .pagination-new  .link-prev{
	position: inherit;
}
.nav-bar > div{
	font-size: 2em;
}
.nav-bar .active a{
	text-decoration: none;
	color: #000;
}
#content  .pagination-new .link-next a, #content  .pagination-new .link-prev a{
		display: block;
		width: 100%;
		height: 100%;
}


.soc_cont a {
    padding: 7px 14px;
    line-height: 39px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}
.soc_cont {
	font-size: 1.3em;
}
.soc_cont .soc a{
	font-size: 1.8em;
}

.soc a i:hover.fa-whatsapp {
  color: #51d579;
}

.soc a i:hover.fa-viber {
  color: #7360f2;
}

.soc a i:hover.fa-telegram-plane {
  color: #1392e1;
}

.bg-Masrecard_color {
	display: inline-block;
    width: 88px; height: 69px;
    background: url('/images/css_sprites.png') -10px -10px;
}

.bg-MIR_color {
	display: inline-block;
    width: 136px; height: 40px;
    background: url('/images/css_sprites.png') -398px -10px;
}
.bg-uniteller_color {
	display: inline-block;
    width: 112px; height: 73px;
    background: url('/images/css_sprites.png') -118px -10px;
}
.bg-visa_color {
	display: inline-block;
    width: 128px; height: 41px;
    background: url('/images/css_sprites.png') -250px -10px;
}

.grid_pay_icon{
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
}

.open-menu {
	display: none;
}

@media (max-width: 992px) {
	.header-frame .mailto {
		padding-left: 29px;
	}


	.form-block {
		grid-template-columns: repeat(3, 1fr);
	}

	.form-block-rent {
		padding-bottom: 45px;
	}

	#content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.conteiner {
		float: none;
	}

	.object-holder.about, .conteiner .object-holder {
		width: 100%;
		max-width: 460px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		/* padding-left: 15px;
		padding-right: 15px; */
	}
	.gallery-obj,
	.content-text .num-gallery {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.content-text {
		display: flex;
		flex-direction: column;
		align-items: center;
		float: none;
	}
	.content-text .text1,
	.content-text .text2 {
		float: none;
		width: 100%;
		margin: 0;
	}
	.content-text .num-table {
		margin-right: 0;
	}


	.content-text .num-text {
		width: auto;
	}

}

@media (max-width: 900px) {
	.header-frame {
		width: auto !important;
	}
}

@media (max-width: 768px) {
	#content img {
		max-width: 100%;
		width: 100%;
	}

	.open-menu {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 50px;
		z-index: 200;
	}

	.open-menu span {
		display: block;
		width: 80%;
		height: 2px;
		background: #000;
		margin: 10px auto;
		transition: 0.25s;
	}

	.open-menu.active span:nth-child(1) {
		transform: translateY(12px) rotate(45deg);
	}
	.open-menu.active span:nth-child(3) {
		transform: translateY(-12px) rotate(-45deg);
	}
	.open-menu.active span:nth-child(2) {
		opacity: 0;
	}

	.menu-main-overlay {
		content: "";
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgb(0 0 0 / 50%);
		z-index: 199;
		display: none;
	}

	.menu-main {
		position: fixed;
		top: 0;
		left: -260px;
		width: 260px !important;
		height: 100%;
		background-color: #fbf3df;
		z-index: 200;
		padding: 20px 0;
	}
	.menu-main.on {
		left: 0;
	}
	.menu-main .links {
		width: 100%;
		padding: 0;
	}
	.menu-main .links li {
		padding: 3px 15px;
	}
	.menu-main a {
		font-size: 16px;
		line-height: 1.5;
	}

	#content .phones {
		display: flex;
		flex-wrap: wrap;
		float: none;
		margin: 0 auto;
	}

	.phones-block {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.phones-block:nth-child(1),
	.phones-block:nth-child(3) {
		order: -1;
	}

	.holder-big-gal .gallery .gallery-holder ul li {
		width: calc(50% - 10px);
	}

	.gallery-holder a .zoom {
		display: none;
	}


	.form-details {
		padding: 0;
		margin-bottom: 80px;
	}

	.form-details .form-box {
		display: flex;
		width: 100%;
		height: auto;
	}

	.form-details .form-box .rent, 
	.form-details .form-box .sale {
		flex: 1;
	}

	.form-details .btn-search {
		top: 100%;
		right: 1%;
		height: 50px;
		width: 98%;
	}

	.form-block {
		padding: 90px 17px 0 17px;
	}
	.form-block-rent {
		padding-bottom: 45px;
	}

	.form-block {
		margin: 0 0 5px 0;
	}


	.up {
		display: none;
	}
}

@media (max-width: 576px) {
	#content h1 {
		margin-left: 0;
		text-align: center;
	}

	.form-block {
		padding-bottom: 45px !important;
	}

	.form-block {
		grid-template-columns: repeat(2, 1fr);
	}

	.form-block-sale .section5 {
		grid-column: span 2;
	}

	.footer-holder {
		padding-left: 15px;
	}

	.footer-frame {
		float: none;
	}

	.footer-block {
		float: none;
		width: auto;
	}

	.footer-block .sale-link {
		margin-left: 0;
	}

	.grid_pay_icon span,
	.grid_pay_icon a {
		width: 70px;
		background-repeat: no-repeat;
	}
	.bg-Masrecard_color {
		background-size: 530%;
		background-position: -7px 50%;
	}
	.bg-MIR_color {
		background-size: 390%;
		background-position: -197px 50%;
	}
	.bg-uniteller_color {
		background-size: 430%;
		background-position: -60px 50%;
	}
	.bg-visa_color {
		background-size: 390%;
		background-position: -123px 50%;
	}

	.menu .all, #content .all {
		position: static;
		display: block;
	}

	a.back {
		top: 0;
		right: 15px;
		left: auto;
	}
}

@media (max-width: 480px) {

	.header-holder {
		padding-left: 15px;
		padding-right: 15px;
	}

	#content.index > h1 {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.gallery .gallery-holder {
		left: 0;
	}

	.holder-big-gal .gallery .gallery-holder ul li {
		width: 100%;
		margin-right: 0;
	}


	.gallery-obj,
	.content-text .num-gallery {
		max-width: 100%;
		width: 100%;
	}
	.modal {
		max-width: 290px;
	}
	.modal .close {
		top: -22px;
		right: 0;
	}
	.modal .col {
		width: 100%;
	}
	
}

.header-frame.contacts .entrylinks {
	margin-bottom: 12px;
	text-align: center;
}

.header-frame.contacts .entrylinks a {
	color: #732d02;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	
}

@media (max-width: 550px) {
	.header-holder {
		display: flex;
	}
}