* {margin:0; padding:0;}

html,body{
	width: 100%;
	height: 100%;
	background:#FFF;
	color:#000;
    font-size:14px;
    font-family: Arial, sans-serif;
}
body{
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
h3{
    font-size: 20px;
    margin-bottom: 20px;
}
a{
    color:#57a0e5;
}
a:hover{
    text-decoration:none;
}
ul{
    list-style:none;
}
iframe,
img{
    max-width:100%;
    border:none;
}
input,textarea,select,button{
    outline:none;
    font-family: Arial, sans-serif;
}
textarea{
    overflow:hidden;
}
/* temp css */
/* .cbalink,
body>div:first-child{
	display:none;
}
.wrapper+div{
    display: none;
}   */ 
.row{
    margin-left:-15px;
    margin-right: -15px;
}
.row>div[class^="row-"]{
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}
.row-1{
	width: 100%;
}
.row-1+div{
    clear: both;
}
.row-2{
    width: 50%;
}
.row-2:nth-child(2n)+div{
    clear: both;
}
.row-3{
    width: 33.33%;
}
.row-3:nth-child(3n)+div{
    clear: both;
}
.row-4{
    width: 25%;
}
.row-4:nth-child(4n)+div{
    clear: both;
}
.row-5{
	width: 20%;
}
.row-6{
    width: 16.66%;
}
.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	position:relative;
	z-index:0;
}
.wrapper:before{
	content:'';
	width:100%;
	height:450px;
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	background: url(../images/top-img.jpg) no-repeat center center; 
	background-size:cover;
}
.content {
	flex: 1 0 auto;
	padding-top:82px;
}
.footer {
	position:relative;
	z-index:0;
	flex: 0 0 auto;
}
.container{
    max-width:1170px;
    margin:0 auto;
    padding:0 15px;
}
.cleared:after{
    content:'';
    display:table;
    clear:both;
}
.header{
	height:80px;
    background: rgba(000,000,000,0.6);
    color:#FFF;
	position:absolute;
	z-index:5;
	left:0;
	right:0;
	top:0;
}
.header a{
	color:#FFF;
	text-decoration:none;
}
.head-left{
	width:265px;
    float:left;
}
.head-left img{
	height:80px;
}
.head-right{
    margin-left:275px;
}
.head-cont{
    float: right;
    padding-top: 20px;
}
.head-socials{
    display: inline-block;
    vertical-align: top;
	padding-top:5px;
	margin-right:20px;
}
.head-socials a{
	width:30px;
	height:30px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
    font-size: 14px;
    color: #FFF;
	background:rgba(000,000,000,0.3);
    text-decoration: none;
	border-radius:100%;
}
.head-socials a:hover{
    background:rgba(000,000,000,0.6);
}
.head-socials a:hover span{
	color:#FFF;
}
.head-socials a span{
    font-size: 16px;
    color: #F3F3F3;
	text-shadow:#000 1px 1px 1px;
}
.head-socials ul li{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.head-socials ul li:first-child{
    margin-left: 0;
}
.head-lang-panel{
    width: 65px;
    position: relative;
    z-index: 0;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    margin-top: 7px;
}
.head-lang-panel ul:hover>li{
    display: block;
}
.head-lang-panel ul{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    padding-top: 26px;
}
.head-lang-panel ul:after{
    content: '';
    position: absolute;
    z-index: 0;
    cursor: pointer;
    right: 10px;
    top: 10px;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-top:7px solid #FFF;
}
.head-lang-panel li{
    display: none;
}
.head-lang-panel li.active{
    position: absolute;
    z-index: 0;
    left: 0;
    top:0;
    display: block;
}
.head-lang-panel li a{
    width: 32px;
    height: 20px;
	text-align:center;
	line-height:20px;
    display: block;
    padding: 3px 3px;
	background:rgba(000,000,000,0.3);
}
.head-lang-panel li.active>a{
	background:transparent;
}
.head-lang-panel li a:hover{
    background:rgba(000,000,000,0.6);
}
.head-tel{
	display:inline-block;
	vertical-align:top;
	margin-left:25px;
}
.heart-box{
	width:30px;
	height:30px;
	cursor:pointer;
	text-align:center;
	position:relative;
	z-index:0;
	background:#d94f3e;
	border-radius:3px;
}
.heart-box .icon-heart{
	font-size: 25px;
    position: absolute;
    z-index: -1;
    left: -2.5px;
    top: 3px;
    color:#FFF;
}
.heart-count{
	width:30px;
	height:30px;
	line-height: 28px;
    font-size: 11px;
    font-weight: bold;
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	text-align:center;
	color:#d94f3e;
}
.head-tel a:hover{
	color:#57a0e5;
}
.top-tel a{
	font-size:20px;
}
.top-mail a{
	font-size:15.2px;
}
.top-bar{
	height:365px;
	position:relative;
	z-index:3;
}
.top-bar-cont{
    background: rgba(000,000,000,0.6);
	position:absolute;
	z-index:4;
	left:0;
	right:0;
	bottom:0;
}
.inputbox{
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    background: #FFF;
    border:0;
    box-sizing: border-box;
    border-radius:7px;
}
div.inputbox{
	font-size:12px;
	line-height:25px;
	overflow:hidden;
}
.tetarea{
	width: 100%;
	max-width:100%;
	min-width:100%;
    height: 65px;
    padding: 5px 10px;
    background: #FFF;
    border:0;
    box-sizing: border-box;
    border-radius:7px;
}
.inputbox.date{
    background:#FFF url(../images/icons/calendar.png) no-repeat 95% center;
}
.select{
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    background: #FFF;
    border:0;
    box-sizing: border-box;
    border-radius:7px;
}
.users{
    -webkit-appearance: none;/* Chrome */
    -moz-appearance: none;/* Firefox */
    appearance: none;/* убираем дефолнтные стрелочки */
    background:#FFF url(../images/icons/user.png) no-repeat 95% center;
}
a.button,
span.button{
	min-width:179px;
	line-height:35px;
	text-decoration:none;
}
.button{
	max-width:250px;
    width: 100%;
    height: 35px;
	text-align:center;
    padding: 0 10px;
    color:#FFF;
    font-size: 18px;
    cursor:pointer;
    background: #845c18;
    border:0;
	display:block;
    box-sizing: border-box;
    border-radius:7px;
	-webkit-appearance: none;
}
.button:hover{
    background: #00aaff;
}
.button:disabled{
	background:#999;
	cursor:unset;
}
.grey-btn{
	background:#CCC;
}
.button.enabled{
	background: #00aaff;
}
.main-content{
	min-height:350px;
	background:#FFF;
	padding: 25px 0;
}
.main-content.grey-bg{
	background:#f2f2f2;
}
.grey-bg:before{
	content:'';
	position:absolute;
	z-index:-2;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#f2f2f2;
}
.text-box-top{
	margin-bottom:20px;
}
.text-top h1{
	margin:0;
	padding:0;
}
.text-top-left{
	padding-top:30px;
	float:left;
}
.text-top-right{
	float:right;
	position:relative;
	z-index:0;
	text-align:right;
}
.text-top-right>div{
	display:inline-block;
	vertical-align:top;
}
.text-top-right div.TA_cdsratingsonlynarrow img{
	max-width: 115px;
}
div.hc-widget.hc-widget-grey div.hc-widget-body span.hc-widget-rating{
	padding-top:0 !important;
}
div.hc-widget.hc-widget-small div.hc-widget-body div.hc-widget-content-box {
    padding-bottom: 1px !important;
}
div.hc-widget div.hc-widget-body span.hc-widget-hotel-name.hc-widget-multiline{
	padding-top:0 !important;
}
div.hc-widget.hc-widget-grey div.hc-widget-body {
    padding-top: 6px !important;
}
/* div.hc-widget div.hc-widget-body span.hc-widget-hotel-name.hc-widget-multiline{
	padding-top:2px !important;
}
div.hc-widget.hc-widget-small div.hc-widget-body div.hc-widget-content-box {
    padding-bottom: 3px !important;
}
div.hc-widget div.hc-widget-body span.hc-widget-rating{
	padding-bottom: 3px !important;
	font-size:20px !important;
}
div.hc-widget.hc-widget-grey div.hc-widget-body span.hc-widget-rating{
	padding-top:0 !important;
}
div.hc-widget div.hc-widget-body span.hc-widget-hotel-name{
	padding-top:3px !important;
}
div.hc-widget.hc-widget-grey div.hc-widget-body {
    padding-top: 4px !important;
} */
.cdsROW.narrow .cdsLocName {
    padding-bottom: 2px !important;
}
.cdsROW.narrow.border {
    padding: 3px 11px 0 !important;
}
.text-box{
    font-size:15px;
    line-height:20px;
	/* margin-bottom:35px; */
}
.text-box+div{
	margin-top:35px;
}
.text-box-title{
    font-size: 20px;
    margin-bottom: 20px;
}
.page-title{
    font-size:30px;
    margin-bottom:30px;
}
.text-box .page-title{
    margin-bottom:30px;
}
.text-box h2,
.text-box p{
    margin-bottom: 15px;
}
.text-box p:last-child{
	margin-bottom:0;
}
.module-title{
	font-weight:normal;
    font-size:25px;
    padding: 10px 15px;
    text-align: center;
    background: #7d7a79;
    color:#FFF;
    margin-bottom: 30px;
}
.flats-bar{
    margin-bottom: 30px;
}
.flat-carousel-box{
    min-height: 330px;
    margin-bottom: 25px;
    background: #f5f5f5;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0 0 7px 2px #ccc;
}
.flat-carousel-top {
    width: 100%;
    height: 225px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.flat-carousel-info{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom:0;
    background: rgba(000,000,000,0.5);
}
.flat-carousel-price{
    min-width: 96px;
    height: 27px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 20px;
    padding: 15px 0 10px 10px;
    background-color: #7d7a79;
    opacity: 0.9;
}
.flat-carousel-price .flat-price-dscr{
	font-size:12px;
	position:absolute;
	display:block;
	bottom:2px;
	left:10px ;
}
.flat-carousel-price:after{
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top:0;
    width: 0;
    height: 0;
    border-bottom: 26px solid transparent;
    border-top: 26px solid transparent;
    border-left: 15px solid #7d7a79;
}
.flat-carousel-name{
    float: right;
    padding:7px 10px 0 10px;
    font-size:18px;
    color:#FFF;
    text-align:right;
}
.flat-carousel-name a{
    font-size:18px;
    color:#FFF;
    text-decoration: none;
}
.flat-carousel-name span{
    display: block;
    font-size: 14px;
}
.flat-carousel-img{
    width: 100%;
    height: 225px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.flat-carousel-bot{
    padding: 15px;
    font-size: 13px;
}
.filter-block{
	background:#7d7a79;
}
.filter-top{
	padding:15px 0;
}
.filter-bot{
	color:#FFF;
}
.filter-bot p{
	margin-bottom:10px;
}
.check{
	display:block;
}
.checkbox{
	display:none;
}
.checkbox+label{
	cursor:pointer;
	position:relative;
	z-index:0;
	font-style:italic;
	padding-left:20px;
}
.checkbox+label:hover{
	text-decoration:underline;
}
.checkbox+label:before{
    content: "\e8fa";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-family: 'Fontello';
    font-style: normal;
    color: #fff;
}
.checkbox:checked+label{
	text-shadow:#000 0.5px 0 0.5px;
}
.checkbox:checked+label:before{
	content: "\e8f9";
}
.filter-top-left{
	float:left;
	margin-left:-5px;
}
.tabs-nav{
	text-decoration:none;
}
.tabs-nav li{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.tabs-nav li a b{
	font-weight:normal;
}
.tabs-nav li:last-child{
	margin-right:0;
}
.tabs-nav li a{
	font-size:15px;
	color:#FFF;
	padding:8px 0;
	display:inline-block;
	vertical-align:top;
}
.tabs-nav li.active a{
	font-weight:bold;
	color:#d94f3e;
	text-decoration:none;
	text-shadow:#333 0.5px 0.5px 0.5px;
}
.tabs-nav li.active a span{
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	text-shadow:#333 -0.5px -0.5px 0.5px;
}
.tabs-nav li.active a span{
	transform: rotate(180deg);
}
div[class^="cont-tab"]{
	display:none;
	padding:15px 10px;
}
div.active[class^="cont-tab"]{
	display:block;
}
.filter-nav{
    float: left;
}
.filter-sales{
    width: 80px;
    height: 18px;
    float: left;
    position: relative;
    z-index: 0;
}
.filter-sales-icon{
    width: 60px;
    position: absolute;
    z-index: 1;
    display: block;
    top: -10px;
}
.filter-top-right{
	float:right;
	margin-right:-5px;
}
.filter-links{
	display:inline-block;
	vertical-align:top;
}
.filter-links li{
	display:inline-block;
	vertical-align:top;
}
.filter-links li a{
	font-weight:bold;
	font-size: 15px;
    color: #FFF;
    padding: 8px 0;
    display: inline-block;
    vertical-align: top;
	cursor:pointer;
	text-decoration:none;
	margin-left:15px;
}
.filter-links li a:hover{
	color:#d94f3e;
}
.owners-form-box{
	font-size:15px;
	color:#FFF;
	background:#7d7a79;
	padding:15px 0;
}
.owners-form-left .button{
	margin-left:auto;
	margin-right:auto;
}
.owners-form-left{
	margin-bottom:20px;
}
.owners-text{
	margin-bottom:15px;
}
.owners-text p{
	margin-bottom:10px;
}
.owners-text p:last-child{
	margin-bottom:0;
}
.partners-block-links a,
.owners-text a{
	font-weight:bold;
	text-decoration:none;
}
.partners-block-links a:hover,
.owners-text a:hover{
	color:#d94f3e !important;
	text-shadow:#333 0.5px 0.5px 0.5px;
}
.partners-block-links{
    padding-bottom: 20px;
}
.partners-block-links-left{
    float: left;
}
.partners-block-links-right{
    float: right;
}
.owners-text .icon-angle-double-right{
	position:relative;
	top:1px;
}
.owners-text a:hover{
	color:#FFF;
}
.partners-block{
	padding:5px 20px;
    background: #7d7a79;
	border:1px solid #CCC;
	border-radius:7px;
}
.partners-block .row-3{
	padding:0 5px!important;
}
.partner-box{
	width:100%;
	height:50px;
	display:table;
	background:#FFF;
	border-radius:7px;
	margin:5px 0;
}
.partner-box>a,
.partner-box>span{
	width:100%;
	height:50px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-radius:7px;
}
.partner-box a:hover{
	-webkit-box-shadow: 0 0 7px 2px #333;
}
.partner-box img{
	max-width:80%;
	max-height:40px;
}
.owners-form{
	padding:25px;
}
.owners-box-title{
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
input+input{
	margin-top:20px;
}
.owners-icon-box{
    text-align: center;
    padding-top: 20px;
}
.owners-icon-box a{
    width: 240px;
    padding: 5px;
    display: block;
    color: #FFF;
    font-size: 11px;
    background: #7d7a79;
    margin: 0 auto;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 0 3px 2px #CCC;
}
.owners-icon-box a:hover{
    background: #00aaff;
}
.footer{
    color: #767676;
    font-size: 13px;
    background: #adadad;
    padding: 35px 0;
    font-size: 13px;
}
.footer>.container{
    position: relative;
    z-index: 0;
}
.footer a{
    text-decoration: none;
    color: #767676;
}
.footer a:hover{
    color: #FFF;
}
.foot-left{
    width: 200px;
    float: left;
}
.foot-right{
    margin-left: 235px;
}
.foot-tab{
    width: 100%;
    display: table;
}
.foot-tab-row{
    display: table-row;
}
.foot-tab-td{
    display: table-cell;
    border-left: 1px solid #767676;
}
.foot-tab-title{
    padding-bottom: 10px;
    position: relative;
    z-index: 0;
    font-weight: bold;
}
.foot-tab-title:before{
    content: '';
    width: 1px;
    position: absolute;
    z-index: 1;
    top:0;
    bottom: 0;
    left: -1px;
    background: #adadad;
}
.foot-tab-text{
    min-width: 140px;
    padding: 0 20px;
}
.foot-bron-btn{
    text-decoration: none;
    display: inline-block;
    padding: 4px 5px 4px 2px;
    font-size: 11px;
    color: #767676;
    border: 1px solid #767676;
    border-radius: 4px;
    margin: 10px 0 0 0;
}
.foot-bron-btn:hover{
    background: #767676;
    color: #FFF;
}
.payment-icon img{
    max-height: 20px;
}
.copy-box{
    position: absolute;
    z-index: 1;
    left: 10px;
    bottom: 0;
    font-size: 11px;
}
.bot-bar-left{
    float: left;
}
.bot-bar-right{
    float: right;
}
.readmore{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color:#FFF;
    text-decoration: none;
    font-size: 15px;
    cursor:pointer;
    background: #7d7a79;
    border:0;
    box-sizing: border-box;
    border-radius:3px;
    margin: 10px 0;
}
.readmore:hover{
    background: #a6ccf0;
}
/* search page */
.head-search{
	padding: 15px 0;
	position: relative;
	z-index: 3;
}
.search-bar{
    background: rgba(000,000,000,0.6);
	position: relative;
	z-index: 3;
}
.price-range-left{
	width:25%;
	float:left;
	box-sizing:border-box;
	padding-right:20px;
}
.price-rang-title{
	text-align:center;
	padding-bottom:10px;
}
.price-range-right{
	width:65%;
	float:right;
	box-sizing:border-box;
	padding:0 10px;
}
.price-filter{
	padding:15px 25px;
	border: 1px solid #FFF;
    border-radius: 7px;
}
.price-filter-top{
	overflow:hidden;
	margin-bottom:15px;
}
.formCost span{
	display:inline-block;
	vertical-align:top;
}
.price-filter-left{
	width:50%;
	float:left;
	position:relative;
	z-index:0;
	box-sizing:border-box;
	padding:0 30px;
}
.price-filter-right{
	width:50%;
	float:right;
	position:relative;
	z-index:0;
	box-sizing:border-box;
	padding: 0 30px;
}
.price-filter-first{
	width:30px;
	text-align:center;
	position:absolute;
	z-index:0;
	left:0;
	top:4px;
	font-size:12px;
}
.price-filter-last{
	width:30px;
	text-align:center;
	position:absolute;
	z-index:0;
	right:-3px;
	top:4px;
	font-size:12px;
}
.filt{
	width:100%;
	height:25px;
	line-height:25px;
	border:1px solid #CCC;
	text-align:center;
	background:#FFF;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	border-radius:6px;
}
.search-result{
	position:relative;
	z-index:0;
}
.search-result-map{
	width:35%;
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	bottom:15px;
	box-sizing: border-box;
	padding: 0 10px;
}
.search-result-flats{
	width:65%;
	min-height:480px;
	float:right;
	box-sizing:border-box;
	padding:0 10px;
}
.map-bar{
	overflow:hidden;
	width: 100%; 
	position: relative; 
	padding-bottom:20px;
}
.booking-type-box{
	margin-bottom:25px;
}
.booking-type-box:last-child{
	margin-bottom:0;
}
.booking-type-about{
	color:#CCC;
	display:block;
	padding-left:20px;
}
.flat-map-box{
    min-height: 235px;
    margin-bottom: 20px;
    background: #f5f5f5;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0 0 7px 2px #ccc;
}
.booking-type-box b{
	color:#894347;
}
.flat-map-top{
	width: 100%;
    height: 150px;
	overflow:hidden;
	position:relative;
	z-index:0;
}
.flat-map-img{
    width: 100%;
    height: 150px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.flat-map-info {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
	color:#FFF;
    background: rgba(000,000,000,0.5);
}
.flat-carousel-price {
    min-width: 96px;
    height: 27px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 20px;
    padding: 15px 0 10px 10px;
    background-color: #7d7a79;
    opacity: 0.9;
}
.flat-map-price{
    min-width: 66px;
    height: 30px;
	line-height:30px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 10px;
    background-color: #7d7a79;
    opacity: 0.9;
}
.flat-map-price:after{
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top:0;
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 10px solid #7d7a79;
}
.flat-map-time{
	height:30px;
	line-height:30px;
	float:right;
	font-size:12px;
	padding:0 10px;
}
.flat-map-bot{
	font-size:12px;
	padding:10px;
}
.flat-map-name{
	padding-bottom:3px;
}
.flat-map-city{
	color:#000;
}
.flat-map-name span{
	color:#000;
}
.flat-map-about{
	font-size:11px;
	padding-bottom:5px;
}
.flat-map-about h3{
	font-weight:normal;
	font-size:11px;
	margin:0;
	display:inline-block;
	color:#000;
}
.flat-map-about b{
	color: #000;
	margin-right:5px;
}
.flat-map-about span{
	color: #894347;
	margin-right:10px;
}
.flat-map-about b span{
	margin-right:0;
}
.flat-map-name{
	margin:0;
	font-weight:normal;
}
.flat-map-name a{
	font-size:12px;
	color: #894347;
	text-decoration:none;
	font-weight:bold;
}
.flat-map-name a:hover{
	color: #d94f3e;
}
.flat-map-bot ul{
	font-size:15px;
	list-style:none;
	margin-left:0;
	overflow:hidden;
}
.flat-map-bot ul li{
	width:33.33%;
	margin:5px 0 5px 0;
	float:left;
}
.flat-map-bot ul li:nth-child(2n){
	text-align:center;
}
.flat-map-bot ul li:nth-child(3n){
	text-align:right;
}
.flat-map-bot ul li:nth-child(3n)+li{
	clear:both;
}
.flat-map-bot ul li span{
	margin-right:3px;
	color: #d94f3e;
}
.flat-map-bot sup{
	font-size:10px;
}
.return-block {
	padding:13px 0;
    background: #7d7a79;
}
.return-block-right{
	width:305px;
	float:right;
	text-align:right;
	position:relative;
	z-ibdex:0;
}
.return-block-left{
	width:100%;
	margin-right:-310px;
	float:left;
}
.return-block-cont{
	margin-right:310px;
	color:#FFF;
	font-size:16px;
}
.return-flat-info{
    margin-left:80px;
    padding-top: 10px;
}
.return-flat-info h1{
	color:#FFF;
	font-size:16px;
	margin:0;
	font-weight:normal;
}
.return-flat-info h1 b{
	margin-right:10px;
}
.back-link{
	text-decoration:none;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    padding: 8px 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
	position:relative;
	z-index:0;
}
.back-link:hover{
	color:#d94f3e;
}
.gallery-bar{
    max-width: 780px;
	height:440px;
	overflow:hidden;
	padding:0 30px;
    background: #7d7a79;
    margin:0 auto;
}
.gallery-img{
	width:100%;
	height:440px;
    display: table;
}
.gallery-img>span{
    width:100%;
    height:440px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.gallery-img img{
    max-height: 100%;
}
.gallery-bar .owl-prev,
.gallery-bar .owl-next{
    width:29px;
	background: #7d7a79;
	opacity:1;
	left:-30px;
    top:0;
    bottom: 0;
	height:auto;
	margin-top:0;
	border-radius:0;
    border-right:1px solid #FFF;
}
.gallery-bar .owl-next{
	left:auto;
	right:-30px;
    border-right:0;
    border-left:1px solid #FFF;
}
.gallery-bar .owl-prev:after,
.gallery-bar .owl-next:after {
    top: 50%;
    margin-top:-4px;
	border-color:#FFF;
}
.gallery-bar .owl-prev:hover,
.gallery-bar .owl-next:hover{
    background: #845c18;
}
.apartment-block{
	margin-bottom:5px;
}
.apartment-block-left{
	width:100%;
	margin-right:-320px;
	float:left;
}
.apartment-block-cont{
	margin-right:320px;
}
.apartment-block-right{
	width:300px;
	float:right;
}
.apartment-icons{
	padding:15px 10px;
}
.apartment-icons ul{
	width:100%;
	display:table;
}
.apartment-icons ul li{
	min-width:110px;
	font-size:16px;
	color:#000;
	/* display:inline-block;
	vertical-align:top; */
	display:table-cell;
	position:relative;
	z-index:0;
	padding-left:30px;
}
.apartment-icons ul li:last-child{
	margin-right:0;
}
.apartment-icons span{
	color:#894347;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}
.info-tabs-nav{
	width:100%;
	display:table;
}
.info-tabs-nav>li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background: #e9e9e9;
	border:1px solid #c5c5c5;
	border-left:0;
	border-bottom:0;
	border-radius: 7px 7px 0 0;
}
.info-tabs-nav li:first-child{
	border-left:1px solid #c5c5c5;
}
.tabs-nav h1{
	font-weight:normal;
	font-size:15px;
	margin:0;
}
.info-tabs-nav li a{
	padding:10px 0;
	position:relative;
	z-index:0;
	display:block;
	border-bottom:0;
	font-size:13px;
	font-weight:bold;
	color: #333;
	text-decoration:none;
}
.info-tabs-nav li a:after{
	content:'';
	position:absolute;
	z-ibdex:0;
	left:0;
	right:0;
	bottom:-1px;
	background: #f6f6f6;
	height:1px;
	display:none;
}
.info-tabs-nav li.active{
    background: #f6f6f6;
}
.info-tabs-nav li.active>a:after{
	display:block;
}
.apartment-tabs div[class^="cont-tab"]{
	padding:0;
	color: #333;
    background: #f6f6f6;
    border:1px solid #c5c5c5;
	overflow:hidden;
    border-radius:0 0 7px 7px;
}
.apartment-tabs{
    margin-bottom: 15px;
}
.facilities-block{
    padding: 15px 15px;
}
.facility-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.apartment-text-info{
    background: #CCC;
    text-align: center;
    font-weight: bold;
    padding: 20px 15px;
    border-radius: 7px;
    margin-bottom: 20px;
}
.news-box{
	padding: 15px 15px;
	min-height:300px;
}
.apartment-text{
	padding: 15px 15px;
}
.apartment-text p{
    margin-bottom: 15px;
}
.apartment-text ul{
	margin-bottom: 10px;
}
.apartment-text p:last-child{
    margin-bottom: 0;
}
.apartment-text b{
    color: #894347;
}
.policy-info{
    line-height: 22px;
    background: #CCC;
    padding: 20px 15px;
    border-radius: 7px;
    margin-bottom: 20px;
}
.policy-info ul li{
	position:relative;
	z-index:0;
	padding-left:10px;
}
.policy-info ul li:before{
	content:'-';
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
}
.policy-info p{
    margin-bottom: 0;
}
.facilities{
    padding: 15px 10px;
}
.facility-box{
    font-size:15px;
    margin:5px 0;
}
.facility-box span{
    font-size:17px;
    margin-right:5px;
    color: #894347;
}
.facility-bot{
    display: none;
}
.fancies-more{
    color: #894347;
}
.fancies-more span {
    display:inline-block;
    vertical-align:top;
}
.fancies-more.opened span{
    transform: rotate(180deg);
}
.apartment-map{
    margin-bottom: 30px;
}
.apartment-map-top h2{
    font-size: 18px;
}
.apartment-city{
	margin-right:15px;
}
.apartment-map-top span.icon-location-1{
	font-size:25px;
	color:#894347;
}
.apartment-map-bot{
    height: 300px;
	color:#333;
	background: #f6f6f6;
	border:1px solid #c5c5c5;
	overflow:hidden;
	border-radius:7px;
}
.apartment-map-text{
	width:240px;
	float:left;
	color:#333;
	font-size:13px;
	padding:20px 15px;
}
.apartment-map-text ul{
	margin-bottom:15px;
}
.apartment-map-text ul li{
	margin-bottom:5px;
}
.apartment-map-text p{
	margin-bottom:15px;
}
.apartment-map-box{
	margin-left:270px;
}
.apartment-map-top{
    padding: 15px 0;
}
.calendars-block .ui-widget.ui-widget-content{
    width:100% !important;
}
.order-box{
    padding: 20px 15px;
    border:1px solid #CCC;
    border-radius:10px;
    margin-bottom:20px;
}
.order-price-from{
    padding: 10px 5px;
}
.from-price-name{
	padding-top:5px;
}
.from-price{
    padding-top: 3px;
    font-size:20px;
    font-weight:bold;
}
.order-box .select,
.order-box .inputbox{
    border:1px solid #CCC;
}
.order-box .inputbox{
    font-size:11px;
}
.order-box-dates{
    padding: 10px 10px;
    margin-bottom: 10px;
}
.order-box-dates p{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
.order-box-dates .row>div[class^="row-"]{
    padding: 0 5px;
}
.order-box-tab{
    width: 100%;
    font-size:12px;
    display: table;
    margin-bottom: 20px;
}
.order-tab{
    display: table-row;
    margin-bottom: 15px;
}
.order-tab:first-child>div{
    border-top:1px solid #CCC;
}
.order-tab>div{
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    border-bottom:1px solid #CCC;
    border-right:1px solid #CCC;
}
.order-tab>div:last-child{
    border-right:0;
}
.order-tab-right{
    text-align: right;
}
.order-box-sum{
    padding: 0 10px;
    font-size: 12px;
    text-align: right;
    margin-bottom: 15px;
}
.order-sum-price{
    font-size: 20px;
    font-weight: bold;
    display:block;
    background: #7d7a79;
    color:#FFF;
    padding: 4px 10px;
    text-align: center;
    border-radius: 7px;
}
.order-button-left{
     width:40px;
     padding-top: 3px;
     float: left;
}
.order-button-right{
    margin-left: 50px;
}
.appertment-heart{
    width:30px;
    height:30px;
    cursor:pointer;
    text-align:center;
    position:relative;
    z-index:0;
    color:#FFF;
    font-size:25px;
    background:#d94f3e;
    border-radius:3px;
}
.appertment-heart:hover:before{
    content: '\ed7a';
}
.appertment-heart:before{
    content: '\e9e3';
    position: absolute;
    left: 3px;
    top: -1px;
    font-family: 'Fontello';
    font-style: normal;
}
.allowance-block{
	margin-bottom:35px;
}
.allowance-box{
	height:75px;
    text-align:center;
	font-size:10px;
    margin: 0 auto 5px auto;
}
.allowance-box-icon{
	height:35px;
	margin-bottom:5px;
}
.allowance-box-icon img{
	height:35px;
}
.apartment-about{
	padding:15px;
	color: #333;
    background: #f6f6f6;
    border:1px solid #c5c5c5;
    border-radius: 7px;
	margin-bottom:20px;
}
.apartment-col{
	margin-bottom:7px;
}
.apartment-col a{
	font-weight:bold;
	text-decoration:none;
	color:blue;
}
.apartment-col a:hover{
	text-decoration:underline;
}
.apartment-col:last-child{
	margin-bottom:0;
}
.apartment-col-left{
	float:left;
}
.apartment-col-right{
	float:right;
	text-align:right;
}
.apartment-col-descr{
	clear:both;
	color: #894347;
	padding:4px 0 10px 0;
	text-align:center;
}
.apartment-about-title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
.counter-box{
	position:absolute;
	z-index:0;
	left:-1000px;
	top:0;
}
.cart-tab-title{
	font-size:20px;
}
.cart-tab{
	width:100%;
	display:table;
	font-size:14px;
	margin-bottom:20px;
}
.cart-tab-row:first-child>div{
	font-weight:bold;
	font-size:12px;
}
.cart-tab-row:first-child>div:first-child{
	border-radius:7px 0 0 0;
}
.cart-tab-row:first-child>div:last-child{
	border-radius:0 7px 0 0;
}
.cart-tab-row:last-child>div:first-child{
	border-radius:0 0 0 7px;
}
.cart-tab-row:last-child>div:last-child{
	border-radius:0 0 7px 0;
}
.cart-tab-row{
	display:table-row;
}
.cart-tab-row span{
	color:#894347;
}
.cart-tab-row:nth-child(odd)>div{
	background:#e9e9e9;
}
.cart-tab-row>div{
	display:table-cell;
	vertical-align:middle;
	padding:5px;
	background: #f6f6f6;
	border-left:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
}
.cart-tab-row>div:last-child{
	border-right:1px solid #c5c5c5;
}
.cart-tab-row:first-child>div{
	border-top:1px solid #c5c5c5;
}
.cart-tab-img{
	width:70px;
}
.cart-tab-img img{
	width:70px;
}
.cart-tab-name a{
	font-weight:bold;
	text-decoration:none;
	color:#894347;
}
.cart-tab-name a:hover{
	color:#d94f3e;
}
.cart-tab-name span{
	color:#000;
}
.cart-tab-name h2{
	font-size:14px;
	margin:0;
}
.cart-tab-name h3{
	font-size:12px;
	margin:0;
}
.cart-tab-id{
	width:90px;
	font-weight:bold;
	text-align:center;
}
.cart-tab-id span{
	color:#894347;
}
.cart-tab-square{
	width:90px;
	text-align:center;
}
.cart-tab-peoples{
	width:55px;
	text-align:center;
}
/* .cart-tab-baths{
	width:55px;
	text-align:center;
} */
.cart-tab-nav{
	width:70px;
	text-align:center;
}
.cart-tab-nav a:hover span{
	color:#d94f3e;
}
.cart-tab-price{
	width:80px;
	text-align:center;
}
.order-tab-remove{
	width:30px;
	text-align:center;
}
.order-tab-remove a{
	color:#894347;
	text-decoration:none;
	font-size:20px;
}
.order-tab-remove a:hover span{
	color:#d94f3e;
}
.card-form{
	padding:40px 20px 20px 20px;
	background: #f6f6f6;
	border:1px solid #c5c5c5;
	border-radius:7px;
	margin-bottom:35px;
}
.card-form .select,
.card-form .inputbox,
.card-form .tetarea{
	border:1px solid #c5c5c5;
	margin-bottom:20px;
}
.card-form .checkbox+label{
	font-style:normal;
}
.card-form .checkbox+label:before{
	font-size:16px;
	color:#c5c5c5;
	top:-2px;
}
.card-apartment-dscr{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid #c5c5c5;
}
.card-transfer{
	font-size:15px;
	padding:0 0 10px 0;
}
.card-transfer-list li{
	margin-bottom:10px;
}
.chek_transfer{
	margin-bottom:15px;
}
.type-payment{
	margin-bottom:15px;
}
.type-payment p{
	margin-bottom:5px;
}
.card-order-bot{
	font-size:18px;
}
.card-order-btn{
	padding:10px 0;
	margin-left: -10px;
	margin-right: -10px;
}
.card-btn-box{
	width:50%;
	float:left;
	box-sizing: border-box;
	padding:0 10px;
}
.card-btn-box .button{
	font-size:13px;
}
.card-remove{
	position:relative;
	z-index:0;
}
.remove-check-box{
	width: 100px;
	padding: 25px 15px 15px 15px;
	position: absolute;
	z-index: 1;
	left: -130px;
	top: -20px;
	background: #e3dbdb;
	border: 2px solid #000;
	border-radius: 5px;
	display: none;
}
.remove-check-close{
    position: absolute;
    z-index: 1;
    top:0;
    right:5px;
    cursor: pointer;
}
.remove-check-close:before{
    content: '\00d7';
    font-family: 'Arial',sans-serif;
    font-size: 20px;
    color: #000;
}
.remove-check-btn{
	position:relative;
	z-index:0;
}
.remove-check-left{
    width: 20px;
    float: left;
    padding-top: 3px;
}
.remove-check-right{
    margin-left: 25px;
}
.sm-btn{
    width: 100%;
    height: 20px;
    text-align: center;
    cursor: pointer;
    background: #845c18;
    color: #FFF;
    display: block;
    border: 0;
    font-size: 10px;
    border-radius: 3px;
}
.sm-btn:disabled:hover,
.sm-btn:disabled{
    background: #CCC;
}
.sm-btn:hover{
    background: #a24848;
    border-color: #a24848;
    color: #FFF;
}
.card-transfer-form{
	display:none;
	padding-top:5px;
}
.card-contacts{
	margin-bottom:10px;
}
.card-contact-list li{
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
	margin-bottom:10px;
}
.card-contact-list li:last-child{
	margin-right:0;
}
.row-transfer-date{
	width:20%;
}
.row-transfer-numb{
	width:12%;
}
.row-transfer-time{
	width:20%;
}
.row-transfer-terminal{
	width:12%;
}
.row-transfer-transport{
	width:36%;
}
.users-selcect{
	width:100%;
	position:relative;
	z-index:0;
}
.users-selcect-fade{
	width:200px;
	position:absolute;
	z-index:1;
	top:38px;
	right:0;
	background: #f6f6f6;
	border: 1px solid #c5c5c5;
	padding:5px 10px;
	border-radius:5px;
	display:none;
}
.users-selcect-row{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px solid #c5c5c5;
}
.users-selcect-row:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom: 0;
}
.users-selcect-left{
	float:left;
	padding-top:9px;
}
.users-selcect-left b{
	font-weight:normal;
}
.users-selcect-left span{
	font-size:11px;
	color: #894347;
	display:block;
}
.users-selcect-right{
	float:right;
}
.users-count{
	width:35px;
	height:35px;
	position:relative;
	z-index:0;
	padding:0 30px;
}
.users-plus{
	position:absolute;
	z-index:1;
	top:7px;
	right:0;
	width:22px;
	height:22px;
}
.users-minus{
	position:absolute;
	z-index:1;
	top:7px;
	left:0;
	width:22px;
	height:22px;
}
.users-count span{
	curor:pointer;
	font-size:20px;
	cursor:pointer;
	color: #894347;
}
.users-count span:hover{
	color: #d94f3e;
}
input.numeretic::-webkit-outer-spin-button,
input.numeretic::-webkit-inner-spin-button,
input[type='number'].numeretic {
	text-align:center;
	-webkit-appearance: none;
    -moz-appearance: textfield;
	border: 1px solid #c5c5c5;
}
.registration-block{
	max-width:260px;
	margin:0 auto;
}
.registration-block p{
	margin-bottom:20px;
}
.input-icon {
	position:relative;
	z-index:0;
}
.input-icon:before{
	position:absolute;
	z-index:1;
	top:10px;
	right:5px;
}
.input-icon input{
	padding-right:25px;
}
#company-name{
	display:none;
}
.reg-form .select{
	margin-bottom:20px;
}
.reg-messager{
	margin-bottom:10px;
}
.reg-messager ul li{
	font-size:9px;
	display:inline-block;
	vertical-align:top;
	margin-right:3px;
}
.reg-messager .checkbox + label:before{
	font-size:12px;
	top:-3px;
	color:#000;
}
.reg-messager .checkbox+label{
	padding-left:12px;
	font-style:normal;
}
.reg-messager .checkbox:checked+label{
	text-shadow:none;
}
/* calendar */
.calendar-top{
	margin-bottom:20px;
}
.calendar-top-left{
	width:200px;
	padding-top:10px;
	float:left;
}
.calendar-link {
	font-size:14px;
	color:#000;
	font-weight:bold;
}
.calendar-link i{
	color:#8a1717;
	font-size:16px;
}
.calendar-top-right{
	margin-left:200px;
}
.calendar-top ul{
	width:100%;
	display:table;
}
.calendar-top ul li{
	display:table-cell;
	vertical-align:top;
	position:relative;
	z-index:0;
	padding:0 5px;
}
.calendar-top ul li:hover:before,
.calendar-top ul li.active:before{
	background:#f6f6f6;
	box-shadow:0 0 3px 1px #CCC;
}
.calendar-top ul li:hover>a,
.calendar-top ul li.active a{
	color:#8a1717;
}
.calendar-top ul li:before{
	content:'';
	position:absolute;
	z-index:-1;
	left:5px;
	right:5px;
	top:0;
	bottom:0;
	background: #e9e9e9;
	border: 1px solid #c5c5c5;
	border-radius:7px;
}
.calendar-top ul li a{
	padding:7px 10px;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:14px;
	text-align:center;
}
.calendar-head{
	background:#ededed;
}
.calendar-head-box{
	width:310px;
}
.calendar-head-box .calendar-flat-tab{
	font-weight:bold;
}
.calendar-cont .calendar-box{
	background:#FFF;
	border-bottom:1px solid #CCC;
}
.calendar-cont .calendar-box:nth-child(even){
	background:#ededed;
}
.calendar-box-left{
	width:335px;
	float:left;
	Position:relative;
	z-index:0;
	padding-right:25px;
}
.calendar-flat-link{
	width:18px;
	position:absolute;
	z-index:0;
	top:5px;
	right:3px;
}
.calendar-flat-tab{
	width:100%;
	display:table;
	font-size:12.5px;
}
.calendar-flat-row{
	display:table-row;
}
.calendar-flat-row>div{
	padding:7px 0;
	display:table-cell;
}
.calendar-row-id{
	width:45px;
	text-align:center;
}
.calendar-row-eu,
.calendar-row-us{
	width:30px;
	text-align:center;
}
.calendar-row-num{
	width:40px;
	text-align:center;
}
.calendar-row-hrn{
	width:45px;
	text-align:center;
}
.calendar-row-id u{
	color:#8a1717;
}
.calendar-row-address a{
	font-weight:bold;
	color:#000;
}
.calendar-box-right{
	margin-left:360px;
}
.bizy-day:before{
	content:'';
	position:absolute;
	z-index:-1;
	width:100%;
	left:0;
	top:0;
	bottom:0;
	background:#f3b389;
}
.bizy-day-last:before{
	content:'';
	position:absolute;
	z-index:-1;
	width:50%;
	left:0;
	top:0;
	bottom:0;
	background:#f3b389;
}
.bizy-day-first:before{
	content:'';
	position:absolute;
	z-index:-1;
	width:50%;
	right:0;
	top:0;
	bottom:0;
	background:#f3b389;
}
.day-box{
	width:22px;
	height:22px;
	margin:0.5px;
	display:block;
	position:relative;
	z-index:0;
	color:#000;
	font-size:12px;
	border:1px solid #000;
	float:left;
}
.day-box:hover{
	z-index:1;
}
.day-date{
	width:22px;
	height:22px;
	text-align:center;
	line-height:25px;
	display:block;
}
.calendar-box:first-child .day-name{
	display:block;
}
.day-name{
	width:22px;
	height:22px;
	text-align:center;
	line-height:25px;
	display:block;
	position:absolute;
	z-index:0;
	top:-30px;
	left:-1px;
	cursor: default;
	border:1px solid #CCC;
	display:none;
}
.weekend{
	font-weight:bold;
	color:#8a1717;
}
.popup-dates{
	width:100%;
	height:100%;
	overflow-y:scroll;
	position:fixed;
	z-index:10;
	left:0;
	top:0;
	background: rgba(000,000,000,0.3);
	box-sizing:border-box;
	display:none;
}
.day-box .popup-date{
	position:absolute;
	z-index:0;
	top:20px;
	left:50%;
	margin-left:-120px;
	display:none;
}
.day-box.righed .popup-date{
	left:auto;
	margin-left:auto;
	right:-50px;
}
.day-box .popup-date .popup-date-colose{
	display:none;
}
.day-date:hover+.popup-date{
	display:block;
}
.popup-date{
	width:240px;
	background:#808080;
	padding:30px 20px;
	position:relative;
	z-index:0;
	font-size:13px;
	margin: 20% auto 0 auto;
	border-radius:7px;
}
.popup-date-colose{
	position:absolute;
	z-index:1;
	top:0px;
	right:5px;
	cursor:pointer;
}
.popup-date-colose:after{
	content:'\00d7';
	font-weight:bold;
	font-family:Arial;
	font-size:30px;
	color:#FFF;
}
.popup-date-free,
.popup-date-bizy{
	display:none;
}
.popup-date-head{
	text-align:center;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #000;
}
.popup-date-address{
	color:#8a1717;
}
.popup-date-free-left{
	width:140px;
	float:left;
}
.popup-date-free-left p{
	margin-bottom:15px;
}
.popup-date-free-left p:last-child{
	margin-bottom:0;
}
.popup-date-free-right{
	margin-left:145px;
}
.popup-date-cont span{
	color:#FFF;
}
.popup-date-bizy-left{
	width:90px;
	float:left;
}
.popup-date-bizy-right{
	margin-left:90px;
}
.apartm-banner{
	margin-bottom:20px;
}
.apartm-banner iframe{
	width:100% !important;
}
.apartm-banner-text{
	margin-bottom:20px;
}
.hidded-text{
	height:90px;
	overflow:hidden;
	position:relative;
	z-index:0;
	margin-bottom:15px;
}
.hidded-text:after{
	content:'';
	height:40px;
	position:absolute;
	z-index:1;
	left:0;
	right:0;
	bottom:0;
	transform:rotate(-180deg);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.hidded-text.open{
	height:auto;
}
.hidded-text.open:after{
	display:none;
}
.hidded-text-btn{
	color: #894347;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
/* login fade */
.hidded{
    overflow: hidden;
}
.fade-bar{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    top:0;
    overflow-y: scroll;
    background: rgba(000,000,000,0.6);
    display: none;
}
.fade-content{
    width: 100%;
    height: 100%;
    display: table;
}
.fade-align{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 30px 10px;
}
.fade-forget,
.fade-login{
    max-width: 320px;
    padding: 10px 0;
    margin: 0 auto;
    background: #e9e9e9;
    border:1px solid #c5c5c5;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    display: none;
}
.fade-portals{
    max-width: 720px;
    padding: 10px 0;
    margin: 0 auto;
    background: #7d7a79;
    border:1px solid #c5c5c5;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    display: none;
}
.fade-block-close{
    position:absolute;
    z-index:1;
    top:0;
    right:10px;
    cursor:pointer;
}
.fade-block-close:after{
    content:'\00d7';
    font-weight:bold;
    font-family:Arial;
    font-size:30px;
    color:#000;
}
/* banners */
.banners-bar{
	max-width: 900px;
	margin: 0 auto;
	padding: 25px 0;
}
.banner-box{
	max-width: 115px;
	text-align: center;
	margin: 0 auto 30px auto;
	box-shadow:0 0 3px 1px #CCC;
}
.banner-box-top{
	height: 125px;
	padding-top: 15px;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
}
.banner-box-icon{
	height: 75px;
	margin-bottom: 6px;
}
.banner-box-icon img{
	max-height: 75px;
}
.banner-box-name{
	padding: 0 8px;
	display: block;
}
.banner-box-bot{
	height: 52px;
	line-height: 14px;
	color: #000;
	font-size: 9px;
	background: #FFF;
	padding-top: 5px;
}
.banner-bot-name{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
.c-expedia{
	color: #000080;
}
.c-black{
	color: #000;
}
/* owner channel */
.owners-channel-bar{
    background: #7d7a79;
    position: relative;
    z-index: 1;
    padding: 50px 0 65px 0;
    color: #FFF;
    font-size: 16px;
    line-height: 23px;
}
.owners-channel-bar a{
    text-decoration: none;
    color: #df9500;
}
.owners-channel-bar a:hover{
    color: #e87b01;
}
.owners-channel-bar>.container{
    max-width: 800px;
}
.owners-channel-bar:after{
    content:'';
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4NXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgMTQwVjBTOTkzLjQ2IDE0MCA2NDAgMTM5IDAgMCAwIDB2MTQweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 85px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    height: 85px;
}
.owners-channel-bar p+p{
    margin-top: 15px;
}
.owners-channel-cont{
    background-image: url(../images/owners-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.owners-channel-faq{
    max-width: 550px;
    margin: 20px auto;
    padding: 15px;
    background: #4d4d4d;
    border-radius: 10px;
}
.owners-channel-faq ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.owners-channel-faq ul li:last-child{
    margin-right: 0;
}
.channel-box{
    max-width: 950px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 0;
    padding: 55px 0;
}
.channel-box:after{
    content:'';
    width: 205px;
    height: 1px;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -102.5px;
    bottom: 0;
    background: #CCC;
}
.channel-box-text p+p{
    margin-top: 15px;
}
.channel-benefits{
    max-width: 800px;
    padding: 50px 20px;
    background: #FFF;
    margin: 0 auto 85px auto;
    border-radius: 10px;
    box-shadow: 0 2px 18px 0 rgba(0,0,0,.3);
}
.channel-benefit-title{
    max-width:600px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 0 auto 40px auto;
}
.channel-benefit-box{
    max-width: 250px;
    margin: 0 auto 20px auto;
    text-align: center;
}
.channel-benefit-icon{
    height: 120px;
}
.channel-benefit-icon-box{
    width: 93px;
    height: 93px;
    background: #76d0be;
    border-radius: 100%;
    margin: 0 auto;
}
.channel-benefit-icon-align{
    width: 93px;
    height: 93px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #FFF;
}
.channel-advantages{
    background: #7d7a79;
    position: relative;
    z-index: 0;
    color: #FFF;
    padding: 50px 0 85px 0;
}
.channel-advantages:after{
    content:'';
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4NXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgMTQwVjBTOTkzLjQ2IDE0MCA2NDAgMTM5IDAgMCAwIDB2MTQweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 85px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    height: 85px;
}
.channel-advantage-list li{
    position: relative;
    z-index: 0;
    padding-left: 25px;
    margin-bottom: 20px;
}
.channel-advantage-list li:before{
    content: '\f02d';
    font-family: Fontello;
    position: absolute;
    z-index: -1;
    left: -3px;
    top: -3px;
    font-size: 20px;
}
.channel-foot{
    font-size: 16px;
    padding: 50px 0;
    text-align: center;
}
.channel-foot-reg{
    position: relative;
    z-index: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.channel-foot-reg:after{
    content:'';
    width: 205px;
    height: 1px;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -102.5px;
    bottom: 0;
    background: #CCC;
}
.companies{
    padding-top: 20px;
}
.companies .row-3:nth-child(3n) + div,
.companies .row-4:nth-child(4n) + div{
    clear: none;
}
.company-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 25px 0;
}
.companies-cont{
    background: #f3f3f3;
    position: relative;
    z-index: 0;
    text-align: center;
    padding: 25px 0 35px 0;
}
.companies-cont:before{
    content: '';
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4NXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgMTQwVjBTOTkzLjQ2IDE0MCA2NDAgMTM5IDAgMCAwIDB2MTQweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 85px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 85px;
    transform: rotate(-180deg);
}
.company-box{
    max-width: 200px;
    height: 130px;
    display: table;
    margin: 0 auto;
}
.company-box-align{
    width: 100%;
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.company-box img{
    max-height: 110px;
}
.instruction-bar{
    background: #FFF;
}
.instruction-box:nth-child(odd){
    background: #f6f7fa;
}
.instruction-box{
    padding: 60px 0;
}
.instruction-box .container{
    max-width: 800px;
}
.instruction-box-num{
    border: 3px solid #ff9800;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    color: #ff9800;
    text-align: center;
    font-size: 26px;
    float: left;
}
.instruction-box-cont{
    margin-left: 90px;
    padding-top: 10px;
    line-height: 18px;
}
.instruction-box-cont ol {
    list-style-type: none;
    counter-reset: item;
    margin: 20px 0 20px 25px;
}
.instruction-box-cont ol li{
    position: relative;
    z-index: 0;
}
.instruction-box-cont ol>li:before,
.instruction-box-cont ol>li>ol>li:before{
    content: counters(item, ".") " ";
    counter-increment: item;
    position: absolute;
    z-index: -1;
    top:0;
    left: -20px;
}
.instruction-box-cont ol li li{
    padding-left: 5px;
}
.instruction-box-cont ol ol,
.instruction-box-cont ol ul{
    margin-top: 10px;
    margin-bottom: 10px;
}
.instruction-box-cont ul {
    list-style: disc;
    list-style-position: outside;
    margin: 20px 0 20px 25px;
}
.instruction-box-cont li+li{
    margin-top: 10px;
}
.instruction-box-title {
    font-size: 30px;
    font-weight: 300;
    color: #27272b;
    margin-bottom: 30px;
    line-height: 32px;
}
.instruction-browser-title{
    font-size: 25px;
    font-weight: 300;
    color: #ff9800;
    margin-bottom: 20px;
}
.instruction-browser-box p{
    margin-top: 20px;
}
.instruction-browser-img{
    margin: 15px auto;
    border: 1px solid #27272b;
}
.centered{
    text-align: center;
}
.cookie-img{
    width: 80px;
    margin: 0 auto 20px auto;
}
.policy-title{
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}
.policy-bar{
    background: #FFF;
}
.policy-bar .instruction-box p+p{
    margin-top: 20px;
}
.policy-bar .instruction-box:nth-child(even){
    background: #f6f7fa;
}
.policy-bar .instruction-box:nth-child(odd){
    background: #FFF;
}