@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700&subset=latin,cyrillic);

html,
body {
    width: 100%;
    height: 100%;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #505050;
    background: #f3f3f3;
}

select
{
	
}

.wraper {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}
.overflow {
    overflow: hidden;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.overlay.overlay-open {
    display: block;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
.browsehappy {
    padding: 15px 0;
    background-color: red;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.browsehappy a {
    color: blue;
}
.unvis-text {
    display: block;
    text-indent: -9999px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}
.cont {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
a,
a:focus {
    text-decoration: none;
    outline: none;
}
/*header _______________________________________________________________*/

.header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0);
}
.header:before,
.header:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #f3f3f3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
}
.header:before {
    right: 50%;
    margin-right: 78px;
}
.header:after {
    left: 50%;
    margin-left: 78px;
}


.logo {
    display: block;
    width: 100px;
    height: 120px;
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -50px;
}
.logo__img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
}
.main-menu {
    margin-left: 56px;
}
.mob-menu .main-menu {
    margin-left: 0;
    padding: 40px 0 9px 0;
}
.mine-menu__item {
    float: left;
    line-height: 55px;
    margin-right: 34px;
}
.mob-menu .mine-menu__item {
    float: none;
    line-height: 49px;
    margin-right: 0;
    border-top: 1px solid #505050;
}
.mine-menu__item:last-child {
    float: right;
    margin: 0;
}
.mob-menu .mine-menu__item:last-child {
    float: none;
    border-top: 2px solid #08c0cd;
}
.mob-menu .mine-menu__item:last-child .mine-menu__link {
    color: #08c0cd;
}
.header__order,
.mine-menu__link {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}
.mob-menu .header__order,
.mob-menu .mine-menu__link {
    font-size: 12px;
}
.mob-menu .header__order {
    font-size: 12px;
    text-transform: uppercase;
    color: #08c0cd;
}
.mob-menu .header__order {
    position: static;
    float: right;
    margin-top: -40px;
}
.header__order:hover,
.mine-menu__link:hover {
    /*color: #08c0cd;
    border-bottom: 2px solid #08c0cd;*/
    border-bottom: 2px solid #fff;
}
.mob-menu {
    display: none;
    position: fixed;
    padding: 12px 17px 0 17px;
    left: 0;
    top: -100%;
    width: 100%;
    background: #202020;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    z-index: 999;
}
.mob-menu__close {
    position: absolute;
    top: 19px;
    left: 19px;
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.mob-menu__close:before,
.mob-menu__close:after {
    content: '';
    display: block;
    width: 21px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: -3px;
    top: 8px;
}
.mob-menu__close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mob-menu__close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mob-menu.mob-menu--open {
    top: 0;
}
.home {
    text-indent: -5000px;
    display: block;
    width: 29px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 13px;
    background: url(../images/house.png) 0 0 no-repeat;
}
.mob-menu .home,
.mob-menu .home:hover {
    top: 13px;
    left: auto;
    right: 17px;
    width: 29px;
    height: 27px;
    background-size: 100%;
}
.mob-menu .home:hover {
    background-position: 0 -27px;
}
.home:hover {
    background-position: 0 -27px;
}
.header__order {
    display: block;
    position: absolute;
    top: 20px;
    right: 28.2%;
}
.header__phone {
    display: block;
    position: absolute;
    top: 17px;
    right: 10.6%;
    font-size: 18.5px;
    color: #fff;
    font-family: 'Exo 2';
}
.mob-menu-toggle {
    display: none;
    width: 68px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: 2px;
    line-height: 16px;
    text-align: right;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.mob-menu-toggle__lines:before,
.mob-menu-toggle__lines:after,
.mob-menu-toggle__lines {
    content: '';
    display: block;
    width: 19px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
}
.mob-menu-toggle__lines {
    top: 0;
}
.mob-menu-toggle__lines:before {
    top: 7px;
}
.mob-menu-toggle__lines:after {
    top: 14px;
}
/*footer _______________________________________________________________*/

.footer {
    background: #202020;
    padding-top: 38px;
    overflow: hidden;
}
.footer__column {
    float: left;
    margin-bottom: 38px;
    padding-right: 10px;
}
.footer__column--1 {
    width: 18.8%;
}
.footer__column--2 {
    width: 21.6%;
}
.footer__column--3 {
    width: 26%;
}
.footer__title {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
}
.mob-menu-toggle--footer {
    top: 0;
    left: 33px;
}
.footer__link {
    line-height: 22px;
    font-size: 14px;
    text-decoration: underline;
    color: #707070;
}
.footer__link:hover {
    color: #fff;
}
.footer-contacts {
    float: right;
    text-align: right;
    font-size: 14px;
    color: #707070;
    line-height: 18px;
}
.footer-contacts__phone {
    display: block;
    color: #fff;
    font-family: 'Exo 2';
	font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
}
.va-wha {
    margin-bottom: 20px;
    line-height: 22px;
}
.viber {
    color: #b800c9;
}
.whatsapp {
    color: #209a1a;
}
.footer .soc {
    float: right;
}
.soc__item {
    float: right;
    width: 21px;
    height: 20px;
    margin-left: 14px;
}
.soc__link {
    opacity: 0.3;
    display: block;
    text-indent: 5000px;
    height: 100%;
    background: url(../images/soc.png) no-repeat;
}
.soc__link:hover {
    opacity: 1;
}
.soc__link--fb {
    background-position: 0 -20px;
}
.enter-link,
.contacts-link {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    float: right;
    line-height: 20px;
    margin-bottom: 22px;
}
.enter-link:hover,
.contacts-link:hover {
    color: #08c0cd;
}
.enter-link {
    margin-left: 32px;
    margin-right: 2px;
    padding-right: 29px;
    background: url(../images/icon-enter.png) right 0 no-repeat;
}
.enter-link:hover {
    background-position: right -20px;
}
.contacts-link {
    margin-left: 28px;
}
.copyright {
    clear: both;
}
.for {
    color: #707070;
    text-decoration: underline;
}
.for:hover {
    color: #fff;
}
.footer__bot-line {
    height: 67px;
    clear: both;
    border-top: 1px solid #4b4b4b;
}
.footer__bot-line__menu {
    float: left;
}
.footer__botline__list {
    float: left;
    margin-right: 34px;
}
.footer__bot-line__link {
    line-height: 66px;
    text-decoration: underline;
    color: #707070;
}
.footer__bot-line__link:hover {
    color: #fff;
}
.digi-trade {
    float: right;
    line-height: 66px
}
.digi-trade a {
    text-decoration: underline;
    color: #707070;
}
.digi-trade a:hover {
    color: #fff;
}
.shaddow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: .25s;
    transition: .25s;
}
.prew-block-link:hover .shaddow {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.icon-block {
    position: relative;
}
/*prew-block*/

.prew-block {
    padding: 54px 0 25px 0;
}
.prev-block__cont {
    overflow: hidden;
}
.prew-block__wrap {
    -webkit-width: calc(100% + 9px);
    -moz-width: calc(100% + 9px);
    width: calc(100% + 9px);
}
.prew-block-item {
    height: 355px;
    padding: 0 9px 9px 0;
    width: 33.3333%;
    float: left;
	overflow: hidden;
}
/*.prew-block-item:nth-child(6n+1)*/

.prew-block-item.big
{
    width: 66.6666%;
}

.prew-block-item .item-thumb
{
    position: absolute;
	left: 0;
	top: 0;
}
.prew-block-link-1 {
  /*  background-image: url(../images/big-object.jpg)*/
}
.prew-block-link-2 {
    /*background-image: url(../images/small-object.jpg)*/
}
.prew-block-link {
    position: relative;
    padding: 27px 10px 0 10px;
    display: block;
    height: 100%;
    position: relative;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
	overflow: hidden;
}
.prew-block-link:hover .price-block {
	background: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0, 0.7)	
}
.icon-item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/small-icons.png) no-repeat;
}
.icon-bedroom {
    text-transform: lowercase;
}
.icon-bedroom:before {
    background-position: -32px 0;
}
.icon-item {
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin: 0 5px 0 5px;
}
.prew-title {
    position: absolute;
    top: 92px;
    left: 0;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Exo 2', sans-serif;
    padding: 0 10px;
}
.prew-title strong {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.price-block {
    width: 99px;
    width: auto;
	max-width: 200px;
	text-align: center;
    height: 82px;
    height: auto;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 55px;
    transform: translateX(-50%);
    font-family: 'Exo 2', sans-serif;
    line-height: 24px;
	padding: 10px;
    font-size: 18px;
    -webkit-transition: .25s;
    transition: .25s;
}
.price-block.current
{
	padding-top: 25px;
	padding-bottom: 20px;
}

.price {
    display: block;
    font-size: 24px;
    font-weight: bold;
}
/*topblock*/

.topblock {
    position: relative;
}

img.video {
    width: 100%;
    display: block;
}

video.video {
    width: 100%;
    display: block;
	background: url('../images/main-video-cover.jpg') no-repeat top left;
	background-size: cover;
}
.topblock-cont {
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index-header {
    text-align: center;
    position: absolute;
    top: 47%;
    left: 0;
    width: 100%;
    font-family: 'Exo 2', sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index-header strong {
    display: block;
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
}
.order-form-default .order-form {
    padding: 24px 24px 22px 22px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.order-form-fixed .order-form {
    padding: 0 24px 0 22px;
	position: relative;
}
.order-form-wrap {
    -webkit-transition: margin-top .9s;
    -moz-transition: margin-top .9s;
    -ms-transition: margin-top .9s;
    -o-transition: margin-top .9s;
    transition: margin-top .9s;
}
.order-form-wrap.order-form-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    margin-top: 0;
}
.order-form-wrap.order-form-default {
    position: absolute;
    width: 100%;
    bottom: 162px;
    margin-top: -65px;
}
.order-form > input {
    display: block;
    background: #fff;
    float: left;
    height: 34px;
    padding: 0 30px 0 10px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
    margin-right: 1.5756%;
	cursor: pointer;
}

.order-form .jq-selectbox
{
	float: left;
	margin-right: 1.5756%;
	width: 21.0084%;
}

.order-form .jq-selectbox__dropdown,
.object-list-form .jq-selectbox__dropdown
{
	margin-top: 20px;
	border-radius: 5px;
	border: 1px solid #d4cfcc;
	
}

.order-form .jq-selectbox__dropdown:before,
.object-list-form .jq-selectbox__dropdown:before,
.people-count:before
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 11px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 22px;
    left: 25px;
    position: absolute;
    top: -22px;
    width: 22px;
}

.jq-selectbox__dropdown ul
{
	overflow: hidden;
	border-radius: 5px;
	padding: 0px 10px;
}

.jq-selectbox__dropdown ul li
{
	border-bottom: 1px solid #d4cfcc;
	padding: 10px 10px;
}

.jq-selectbox__dropdown ul li:last-child
{
	border: none;
}

.jq-selectbox__dropdown ul li:hover
{
	color: #08c0cd;
	background: #fff;
}

.people-count
{
	position: absolute;
	margin-top: 54px;
	border-radius: 5px;
	border: 1px solid #d4cfcc;
	background: #fff;
	padding: 15px 20px 10px 23px;
	top: 0;
	left: 0;
	width: 250px;
	display: none;
	text-align: left;
	color: #000;
	z-index: 1;
	font-size: 14px;
}

.people-count .counter-string
{
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	
}

.people-count .counter-string .counter-name
{
	display: inline-block;
	width: 100px;
	line-height: 15px;
	position: relative;
	top: 3px;
	float: left;
}

.people-count .counter-string .couter-calc
{
	display: inline-block;
	width: 100px;
	float: right;

}

.people-count .counter-string .counter-name.adults-name
{
	top: 7px;
}

.people-count .counter-string .counter-name span
{
	font-size: 11px;
	color: #909090;
}

.people-count .counter-string input
{
	width: 30px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #ddd;
	border-right: none;
	border-left: none;
	border-radius: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	-webkit-appearance: none;
	float: left;

}

.people-count .counter-string .plus, .people-count .counter-string .minus
{
	display: inline-block;
	width: 32px;
	height: 36px;
	cursor: pointer;
	line-height: 34px;
	text-align: center;
	border: 1px solid #ddd;
	color: #08c0cd;
	
	float: left;
	

	-webkit-user-select: none;       
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
	
	

}

.people-count .counter-string .plus
{
	border-radius: 0px 5px 5px 0px;
}

.people-count .counter-string .minus
{
	border-radius: 5px 0px 0px 5px;
}

.people-count .counter-string .minus:hover,
.people-count .counter-string .plus:hover
{
	color: #08c0cd;
	border-color: #08c0cd;
}


.order-form .data {
    width: 17.8571%;
    background: url(../images/filter.png) right 8px no-repeat #fff;
}
.order-form .people,
.object-list-form .people
{
	color: #c3c3c3;	
}

.order-form .people.selected,
.object-list-form .people.selected
{
	color: #000;	
}


.order-form .people,
.order-form .district {
    width: 21.0084%;
    background: url(../images/filter.png) right -26px no-repeat #fff;
}
.order-form .submit {
    display: block;
    width: 15.7563%;
    background: #08c0cd;
    float: left;
    height: 34px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
    font-weight: bold;
}
.order-form input::-webkit-input-placeholder {
    color: #909090;
}
.order-form input::-moz-placeholder {
    color: #909090;
}
.order-form input:-moz-placeholder {
    color: #909090;
}
.order-form input:-ms-input-placeholder {
    color: #909090;
}
.order-form input:placeholder {
    color: #909090;
}
.all-objects {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    bottom: 62px;
    left: 50%;
    height: 16px;
    line-height: 16px;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.all-objects:hover {
    color: #08c0cd;
}
.all-objects:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/small-icons.png) -16px 0 no-repeat;
    margin-right: 5px;
}
.all-objects:hover:before {
    background-position: -16px -16px;
}
.wed {
    position: absolute;
    right: 0;
    top: 105px;
    padding-left: 28px;
    background: url(../images/icon-sun.png) 0 center no-repeat;
    color: rgba(255, 255, 255, 0.32);
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
}
/*object-list-filter*/

.object-list-filter {
    position: relative;
    height: 471px;
    background: url(../images/obj-lis-bg.jpg) center bottom no-repeat;
    background-size: cover;
}
.object-list-filter .order-form-wrap.order-form-default {
    bottom: 80px;
}
.shad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.object-list-filter__cont {
    padding-top: 187px;
    text-align: center;
    height: 100%;
}
.object-list-filter__title {
    font-family: 'Exo 2', sans-serif;
    font-size: 40px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.object-list-filter__result-block {
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.4);
    margin-bottom: 22px;
}
.object-list-form {
    padding: 24px 15px 22px 17px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
}
.object-list-filter .order-form-wrap.order-form-fixed .object-list-form {
    padding: 0 15px 0 17px;
    background: none;
}
.object-list-form .jq-selectbox
{
	margin-right: 1.2%;
	float: left;
	text-align: left;
}

.object-list-form > input {
    display: block;
    float: left;
    font-size: 14px;
    height: 34px;
    padding: 0 24px 0 10px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
    margin-right: 1.2%;
	cursor: pointer;
}
.object-list-form > input::-webkit-input-placeholder {
    color: #909090;
}
.object-list-form > input::-moz-placeholder {
    color: #909090;
}
.object-list-form > input:-moz-placeholder {
    color: #909090;
}
.object-list-form > input:-ms-input-placeholder {
    color: #909090;
}
.object-list-form > input:placeholder {
    color: #909090;
}
.object-list-form .data {
    width: 15%;
    background: url(../images/filter.png) right 8px no-repeat #fff;
    cursor: pointer;
}
.object-list-form .people,
.object-list-form .host,
.object-list-form .district {
    width: 18.8%;
    background: url(../images/filter.png) right -26px no-repeat #fff;
}
.object-list-form .submit {
    display: block;
    float: left;
    width: 7.6%;
    background: url(../images/search.png) center center no-repeat #08c0cd;
    height: 34px;
    text-indent: -5000px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
}
/*object-list*/

.price-filter-block {
    line-height: 79px;
    font-size: 15px;
    color: #909090;
}
.price-filter {
    float: left;
}
.filt-name {
    cursor: pointer;
    color: #08c0cd;
}
.object-count {
    float: right;
}

.object-list.unavailable
{
	padding-bottom: 20px;
}

.object-item {
    height: 345px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 24px;
	position: relative;
}
.object-item .item-thumb{
    position: absolute;
	top: 0px;
	left: 0px;
}

.object-list.unavailable .object-item
{
	/*filter: grayscale(100%);*/
}

.object-list.unavailable .object-item:hover
{
	/*filter: grayscale(0%);*/
}


.object-item-1 {
    /*background-image: url(../images/big-object.jpg);*/
}
.object-item__img-block {
    position: relative;
    text-align: center;
    float: left;
    padding: 18px 0;
    height: 100%;
    width: 66.4%;
    background-position: center bottom;
    background-size: cover;
    color: #fff;
}
.object-item__img-block:hover .shaddow {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.object-item__icon-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.icon-house {
    text-transform: lowercase;
}
.icon-house:before {
    background-position: -48px 0;
}
.icon-location:before {
    background-position: -16px 0;
}
.object-item__icon {
    margin: auto;
}
.object-item__icon:first-child {
    margin-left: 15px;
}
.object-item__icon:last-child {
    margin-right: 15px;
}
.object-item__price-block {
    height: auto;
    max-width: 100%;
    padding: 20px 10px;
	border: 2px solid #fff;
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    top: 53%;
	margin-top: -62px;
	margin-bottom: -78px;
    /*margin: -52px 0 0 -78px;*/
    font-family: 'Exo 2', sans-serif;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    -webkit-transition: .25s;
    transition: .25s;
}
.object-item__img-block:hover .object-item__price-block {
    
	background: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0, 0.7)

}
.object-item__price-block .price {
    font-size: 36px;
}
.object-item__desc-block {
    float: left;
    width: 33.6%;
    padding: 10px 11px 10px 25px;
    color: #505050;
    line-height: 20px;
}
.object-item__articul {
    line-height: 50px;
    font-size: 12px;
}
.object-item__name {
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}
.object-item__name a {
    color: #000;
}
.object-item__stars {
    margin: 0 0 0px 2px;
    font-size: 0;
}
.star {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url(../images/star.png) 0 0 no-repeat;
}
.grey-star {
    background-position: -14px 0;
}
.object-item__desc {
    padding: 0 10px 0 3px;
}
.scroll-pane {
    height: 325px;
    overflow: scroll;
    outline: none;
}
.jspContainer {
    overflow: hidden;
    position: relative;
}
.jspPane {
    position: absolute;
    padding: 0 15px 0 0 !important;
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
}
.jspVerticalBar * {
    margin: 0;
    padding: 0;
}
.jspTrack {
    background: #f3f3f3;
    position: relative;
}
.jspDrag {
    width: 4px;
    background: #505050;
    position: relative;
    cursor: pointer;
}
.more-var {
    padding: 20px 0 33px 0;
}
.more-var__wrap {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    color: #909090;
    text-align: center;
    padding: 32px 185px 24px 185px;
}
.button {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    border: 12px solid #f3f3f3;
    background: #505050;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #505050;
    -moz-box-shadow: 0 0 0 2px #505050;
    box-shadow: 0 0 0 2px #505050;
}
.button:before,
.button:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    background: #505050;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.button:before {
    left: 9px;
}
.button:after {
    right: 9px;
}
.more-var__title {
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #505050;
    margin-bottom: 12px;
}
/*object-page*/

.more-objects .line-title,
.articles .line-title,
.section .line-title {
    margin-bottom: 20px;
}
.object-page {
    position: relative;
    height: 665px;
    background: url(../images/pixel.png) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.object-page__cont {
    position: relative;
    padding: 248px 0 0 0;
    height: 100%;
}
.object-page .order-form-wrap.order-form-default {
    bottom: 85px;
}
.object-page .order-form-wrap.order-form-fixed .object-page__form {
    padding: 0 25px 0 22px;
    background: none;
}
.object-page .order-form-wrap.order-form-fixed .object-page__priceblock {
    top: -6px;
}
.object-page__articul {
    position: absolute;
    top: 66px;
    left: 0;
}
.object-page__articul a
{
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}
.object-page__title {
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    font-weight: normal;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.4);
    margin-bottom: 14px;
}
.object-page__title strong {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    font-size: 48px;
}
.object-page__icon-block {
    width: 100%;
    max-width: 596px;
    height: 37px;
    margin: 0 auto 95px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.object-page__icon {
    margin: auto;
}
.object-page__icon a {
    color: #fff;
    text-decoration: underline;
}
.object-page__icon a:hover {
    text-decoration: none;
}
.object-page__form {
    position: relative;
    padding: 24px 25px 22px 22px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0;
}
.object-page__form input {
    font-size: 14px;
    display: block;
    background: #fff;
    float: left;
    height: 34px;
    padding: 0 30px 0 10px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
    margin-right: 15px;
	cursor: pointer;
}
.object-page__form .data {
    width: 170px;
    background: url(../images/filter.png) right 8px no-repeat #fff;
}
.object-page__form .submit {
    font-size: 14px;
    display: block;
    width: 150px;
    background: #08c0cd;
    float: right;
    height: 34px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
    font-weight: bold;
    line-height: 32px;
}
.object-page__form input::-webkit-input-placeholder {
    color: #909090;
}
.object-page__form input::-moz-placeholder {
    color: #909090;
}
.object-page__form input:-moz-placeholder {
    color: #909090;
}
.object-page__form input:-ms-input-placeholder {
    color: #909090;
}
.object-page__form input:placeholder {
    color: #909090;
}
.object-page__priceblock {
    position: absolute;
    top: 18px;
    left: 44%;
	text-align: center;
    margin-left: -32px;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}
.object-page__price {
    display: inline-block;
    vertical-align: middle;
    font-size: 34px;
    margin-right: 7px;

}

.object-page__nights {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
	position: relative;
	top: 3px;
}

.object-page__nights.unavailable
{
	top: 7px;
}
.object-page__arrow {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-left: 3px;
}
.object-page__commentblock {
    width: 262px;
    height: 131px;
    position: absolute;
    right: 0;
    top: 72px;
    padding: 14px 23px 15px 29px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 18px;
    -webkit-transition: background .25s;
    transition: background .25s;
}
.object-page__commentblock:hover {
    background: rgba(0, 0, 0, 0.4);
}
.object-page__list-wrap {
    width: 207px;
    height: 100%;
    overflow: hidden;
}
.object-page__slider-list {
    width: 10000px;
    position: relative;
    padding: 0;
    -wbkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    left: 0;
}
.object-page__slider-item {
    float: left;
    width: 207px;
    height: 100%;
}
.object-page__button {
    display: block;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50px;
    background: url(../images/comm-arrows.png) no-repeat;
    text-indent: -5000px;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.object-page__button:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.object-page__button.prev {
    left: 9px;
}
.object-page__button.next {
    right: 7px;
    background-position: 0 -20px;
}
.object-page__comm-name {
    color: #80e7ee;
    float: left;
}
.object-page__all-comm {
    float: right;
    color: #80e7ee;
    text-decoration: underline;
}
.object-page__all-comm:hover {
    /*color: #fff;*/
	text-decoration: none;
}
.object-page__prev-text {
    display: block;
    margin-bottom: 11px;
}
/*photo-section*/

.section {
    padding: 31px 0 18px 0;
    font-size: 16px;
    line-height: 24px;
}
.section-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    line-height: 22px;
    font-weight: bold;
    margin: 5px 0 26px 0;
}
.section p {
    margin: 11px 0;
}


.cont.photo-section-cont {
    padding: 8px 0 0 0;
}

/*infograph-section*/

.infograph-section-cont {
    text-align: center;
    font-size: 0;
}
.infograph__block {
    display: inline-block;
    vertical-align: top;
    width: 97px;
    margin: 0 18px 10px 0;
    font-size: 12px;
    line-height: 14px;
    /*background: url(../images/icons.png) no-repeat;*/
}
.infograph__block:last-child {
    margin-right: 0;
}

.infograph__block .icon {
	margin: 0 auto 8px auto;
	width: 50px;
	height: 35px;
    background: url('../images/comfort_icons.png') no-repeat;
}
/*

.infograph--people {
    background-position: 32px 0;
}
.infograph--livingroom {
    background-position: -85px 0;
}
.infograph--bathroom {
    background-position: -202px 0;
}
.infograph--kitchen {
    background-position: -319px 0;
}
.infograph--wi-fi {
    background-position: -436px 0;
}
.infograph--parking {
    background-position: -553px 0;
}
.infograph--terrace {
    background-position: -669px 0;
}
.infograph--bbq {
    background-position: -787px 0;
}
*/


.descript-section {
    background: #fff;
}
.descript-section-cont {
    padding-bottom: 19px;
}
.dop-sweves {
    margin: 30px 0 -25px 0;
}


.dop-sweves__item {
    position: relative;
    width: 31%;
    float: left;
    margin: 0 3.5% 24px 0;
    padding-left: 67px;
    font-size: 14px;
    line-height: 20px;
    color: #909090;
    min-height: 56px;
}
.dop-sweves__item:nth-child(3n+3) {
    margin-right: 0;
}
.dop-sweves__item:nth-child(3n+4) {
    clear: both;
}
/*
.dop-sweves__item:before {
    content: '';
    display: block;
    height: 56px;
    width: 56px;
    border: 1px solid #dadada;
    position: absolute;
    top: -2px;
    left: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
*/

.dop-sweves__item .icon
{
	display: inline-block;
    height: 56px;
    width: 56px;
    border: 1px solid #dadada;
    position: absolute;
    top: -2px;
    left: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
   text-align: center;
   padding-top: 8px;
}

.dop-sweves__item .icon span
{
	display: inline-block;
	width: 50px;
	height: 35px;
	background: url(../images/comfort_icons.png) no-repeat;
}


	
.dop-sweves__item .icon.s1 span,
.infograph__block .icon.s1
{
	background-position: 0px 0px;
}
.dop-sweves__item .icon.s2 span,
.infograph__block .icon.s2
{
	background-position: -50px 0px;
}
.dop-sweves__item .icon.s3 span,
.infograph__block .icon.s3
{
	background-position: -100px 0px;
}
.dop-sweves__item .icon.s4 span,
.infograph__block .icon.s4
{
	background-position: -150px 0px;
}
.dop-sweves__item .icon.s5 span,
.infograph__block .icon.s5
{
	background-position: -200px 0px;
}
.dop-sweves__item .icon.s6 span,
.infograph__block .icon.s6
{
	background-position: 0px -35px;
}
.dop-sweves__item .icon.s7 span,
.infograph__block .icon.s7
{
	background-position: -50px -35px;
}
.dop-sweves__item .icon.s8 span,
.infograph__block .icon.s8
{
	background-position: -100px -35px;
}
.dop-sweves__item .icon.s9 span,
.infograph__block .icon.s9
{
	background-position: -150px -35px;
}
.dop-sweves__item .icon.s10 span,
.infograph__block .icon.s10
{
	background-position: -200px -35px;
}
.dop-sweves__item .icon.s11 span,
.infograph__block .icon.s11
{
	background-position: 0px -70px;
}
.dop-sweves__item .icon.s12 span,
.infograph__block .icon.s12
{
	background-position: -50px -70px;
}
.dop-sweves__item .icon.s13 span,
.infograph__block .icon.s13
{
	background-position: -100px -70px;
}
.dop-sweves__item .icon.s14 span,
.infograph__block .icon.s14
{
	background-position: -150px -70px;
}
.dop-sweves__item .icon.s15 span,
.infograph__block .icon.s15
{
	background-position: -200px -70px;
}
.dop-sweves__item .icon.s16 span,
.infograph__block .icon.s16
{
	background-position: 0px -105px;
}
.dop-sweves__item .icon.s17 span,
.infograph__block .icon.s17
{
	background-position: -50px -105px;
}
.dop-sweves__item .icon.s18 span,
.infograph__block .icon.s18
{
	background-position: -100px -105px;
}
.dop-sweves__item .icon.s19 span,
.infograph__block .icon.s19
{
	background-position: -150px -105px;
}
.dop-sweves__item .icon.s20 span,
.infograph__block .icon.s20
{
	background-position: -200px -105px;
}
.dop-sweves__item .icon.s21 span,
.infograph__block .icon.s21
{
	background-position: 0px -140px;
}
.dop-sweves__item .icon.s22 span,
	.infograph__block .icon.s22
{
	background-position: 0px -140px;
}
.dop-sweves__item .icon.s23 span,
.infograph__block .icon.s23
{
	background-position: -50px -140px;
}
.dop-sweves__item .icon.s24 span,
.infograph__block .icon.s24
{
	background-position: -100px -140px;
}
.dop-sweves__item .icon.s25 span,
.infograph__block .icon.s25
{
	background-position: -150px -140px;
}
.dop-sweves__item .icon.s26 span,
.infograph__block .icon.s26
{
	background-position: -200px -140px;
}
.dop-sweves__item .icon.s27 span,
.infograph__block .icon.s27
{
	background-position: 0px -175px;
}
.dop-sweves__item .icon.s28 span,
.infograph__block .icon.s28
{
	background-position: -50px -175px;
}
.dop-sweves__item .icon.s29 span,
.infograph__block .icon.s29
{
	background-position: -100px -175px;
}
.dop-sweves__item .icon.s30 span,
.infograph__block .icon.s30
{
	background-position: -150px -175px;
}
.dop-sweves__item .icon.s31 span,
.infograph__block .icon.s31
{
	background-position: -200px -175px;
}
.dop-sweves__item .icon.s32 span,
.infograph__block .icon.s32
{
	background-position: 0px -210px;
}
.dop-sweves__item .icon.s33 span,
.infograph__block .icon.s33
{
	background-position: -50px -210px;
}
.dop-sweves__item .icon.s34 span,
.infograph__block .icon.s34
{
	background-position: -100px -210px;
}
.dop-sweves__item .icon.s35 span,
.infograph__block .icon.s35
{
	background-position: -150px -210px;
}
.dop-sweves__item .icon.s36 span,
.infograph__block .icon.s36
{
	background-position: -200px -210px;
}
.dop-sweves__item .icon.s37 span,
.infograph__block .icon.s37
{
	background-position: 0px -245px;
}
.dop-sweves__item .icon.s38 span,
.infograph__block .icon.s38
{
	background-position: -50px -245px;
}
.dop-sweves__item .icon.s39 span,
	.infograph__block .icon.s39
{
	background-position: -50px -245px;
}
.dop-sweves__item .icon.s40 span,
.infograph__block .icon.s40
{
	background-position: -100px -245px;
}
.dop-sweves__item .icon.s41 span,
.infograph__block .icon.s41
{
	background-position: -150px -245px;
}
.dop-sweves__item .icon.s42 span,
.infograph__block .icon.s42
{
	background-position: -200px -245px;
}
.dop-sweves__item .icon.s43 span,
.infograph__block .icon.s43
{
	background-position: 0px -280px;
}
.dop-sweves__item .icon.s44 span,
.infograph__block .icon.s44
{
	background-position: -50px -280px;
}
.dop-sweves__item .icon.s45 span,
.infograph__block .icon.s45
{
	background-position: -100px -280px;
}
.dop-sweves__item .icon.s46 span,
.infograph__block .icon.s46
{
	background-position: -150px -280px;
}
.dop-sweves__item .icon.s47 span,
.infograph__block .icon.s47
{
	background-position: -200px -280px;
}
.dop-sweves__item .icon.s48 span,
.infograph__block .icon.s48
{
	background-position: 0px -315px;
}
.dop-sweves__item .icon.s49 span,
.infograph__block .icon.s49
{
	background-position: -50px -315px;
}
.dop-sweves__item .icon.s50 span,
.infograph__block .icon.s50
{
	background-position: -100px -315px;
}
/*.dop-sweves__item .icon.s51 span,*/
/*.infograph__block .icon.s51*/
/*{*/
/*	background-position: -150px -315px;*/
/*}*/
/*.dop-sweves__item .icon.s52 span,*/
/*.infograph__block .icon.s52*/
/*{*/
/*	background-position: -200px -315px;*/
/*}*/

.dop-sweves__item .icon.s51 span,
.infograph__block .icon.s51
{
    background: url('../images/comfort_icon/51.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s52 span,
.infograph__block .icon.s52
{
    background: url('../images/comfort_icon/52.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s53 span,
.infograph__block .icon.s53
{
    background: url('../images/comfort_icon/53.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s54 span,
.infograph__block .icon.s54
{
    background: url('../images/comfort_icon/54.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s55 span,
.infograph__block .icon.s55
{
    background: url('../images/comfort_icon/55.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s56 span,
.infograph__block .icon.s56
{
    background: url('../images/comfort_icon/56.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s57 span,
.infograph__block .icon.s57
{
    background: url('../images/comfort_icon/57.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s58 span,
.infograph__block .icon.s58
{
    background: url('../images/comfort_icon/58.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s59 span,
.infograph__block .icon.s59
{
    background: url('../images/comfort_icon/59.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s60 span,
.infograph__block .icon.s60
{
    background: url('../images/comfort_icon/60.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s61 span,
.infograph__block .icon.s61
{
    background: url('../images/comfort_icon/61.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s62 span,
.infograph__block .icon.s62
{
    background: url('../images/comfort_icon/62.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s63 span,
.infograph__block .icon.s63
{
    background: url('../images/comfort_icon/63.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s64 span,
.infograph__block .icon.s64
{
    background: url('../images/comfort_icon/64.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s65 span,
.infograph__block .icon.s65
{
    background: url('../images/comfort_icon/65.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s66 span,
.infograph__block .icon.s66
{
    background: url('../images/comfort_icon/66.svg') no-repeat center center;
    background-size: cover;
}

.dop-sweves__item .icon.s67 span,
.infograph__block .icon.s67
{
    background: url('../images/comfort_icon/67.svg') no-repeat center center;
    background-size: cover;
}



.dop-sweves__name {
    font-weight: bold;
    color: #505050;
    margin: -5px 0 0 0;
}
.dop-sweves__kitchen:before {
    background-position: -336px center;
}
.dop-sweves__wi-fi:before {
    background-position: -453px center;
}
.dop-sweves__iron:before {
    background-position: -1156px center;
}
.dop-sweves__pool:before {
    background-position: -1275px center;
}
.dop-sweves__terrace:before {
    background-position: -686px center;
}
.dop-sweves__save:before {
    background-position: -1037px center;
}
.dop-sweves__parking:before {
    background-position: -569px center;
}
.dop-sweves__livingroom:before {
    background-position: -103px center;
}
.dop-sweves__location:before {
    background-position: -918px center;
}
.more-servis {
    background: #fff;
}
.more-servis__list {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    padding-bottom: 6px;
    margin-top: -9px;
}
.more-servis__item {
    padding: 25px 0;
    border-bottom: 1px solid #dadada;
}
.more-servis__item:last-child {
    border-bottom: none;
}
.more-servis__name {
    width: 342px;
    float: left;
    padding: 0 34px 0 0;
    min-height: 24px;
    font-weight: bold;
    /*background: url(../images/check.png) 0 0 no-repeat;*/
}
.more-servis__text {
    padding-left: 342px;
}
.import-info__list {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    margin-top: -9px;
}
.import-info__item {
    padding: 25px 0 22px 0;
    border-bottom: 1px solid #dadada;
	overflow: hidden;
	max-height: 1000px;
	transition: all .5s;
}
.import-info__item:last-child {
    
	/*border-bottom: none;*/
}

.import-info__item.hided
{
	border: 0;
	padding: 0;
	max-height: 0;
}

.import-info__name {
    width: 342px;
    float: left;
    min-height: 24px;
    font-weight: bold;
}
.import-info__text {
    padding-left: 342px;
}
.import-info__text p {
    margin-top: 0;
    margin-bottom: 12px;
}
.import-info__text p:last-child {
    margin-bottom: 4px !important;
}
.import-info__text ul {
    padding-left: 14px;
    margin-top: -4px;
}
.import-info__text ul li {
    list-style: disc;
    line-height: 30px;
}
.import-info__cont {
    padding-top: 8px;
}

.import-info-show
{
	text-align: center;
	margin-top: 10px;
}

.import-info-show a
{
	color: #08c0cd;
	border-bottom: 1px dashed #08c0cd;
	
}

.map-block {
    height: 587px;
    width: 100%;
}

.object-map {
    height: 442px;
    position: relative;
}
.object-map .map-block
{
	height: 442px;
}

.map-block .map-item-thumb
{
	width: 120px;
	float: left;
	margin-right: 10px;
}

.map-block .map-item-name
{
	display: inline-block;
	width: 160px;
	float: right;
	color: #000;
	position: relative;
	padding-bottom: 11px;
}

.map-block .map-item-name:after
{
	content: '';
	display: inline-block;
	width: 62px;
	border-bottom: 3px solid #0072ff;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.map-block .map-item-name.map-object-item:after
{
	border-color: #e90c71;
}

.map-block .map-item-name.map-object-star:after
{
	border-color: #afd400;
}

.object-map__title {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 38px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
	z-index: 4;
}
.object-map__title span {
    background: #fff;
    padding: 0 10px;
    border-radius: 3px;
}
.more-objects__conts {
    padding: 54px 0 30px 0;
}
.more-objects__wrap {
    height: auto;
    overflow: hidden;
}
.more-objects__item {
    height: 345px;
    padding-right: 8px;
    width: 33.3333%;
    float: left;
	margin-bottom: 8px;
}
.more-objects__item:nth-child(3n+3) {
    padding-right: 0;
}

.more-objects__item .item-thumb{
    position: absolute;
	top: 0px;
	left: 0px;
}

.more-objects__title {
    margin-bottom: 38px;
}
.articles {
    padding: 36px 0 71px 0;
}
.articles__wrap {
    text-align: center;
    font-size: 0;
    padding-top: 7px;
}
.articles__item {
    width: 31%;
    float: left;
    margin-right: 3.4%;
    display: block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #909090;
    text-align: left;
    padding: 15px;
}
.articles__item a {
    color: #909090;
}
.articles__item:hover {
    background: #fff;
}
.articles__item:nth-child(3n+3) {
    margin-right: 0;
}
.articles__photoblock {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 17px;
}
.articles__photo {
    display: block;
    width: 100%;
	border-radius: 5px;
}
.articles__photo-count {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #3f3f3f;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding-top: 7px;
}
.articles__photo-count span {
    display: block;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    font-size: 26px;
}
.articles__name {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #505050;
    margin-bottom: 12px;
}
.comments {
    background: #fff;
}
.comments__conts {
    position: relative;
}
.comments__you-comment {
    display: block;
    cursor: pointer;
    width: 184px;
    height: 34px;
    margin: 0 auto 22px auto;
    line-height: 34px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #08c0cd;
}
.comments__diagramms {
    position: relative;
    padding: 8px 0 0 177px;
    margin-bottom: 22px;
}
.comments__reit-block {
    position: absolute;
    left: 0;
    top: 8px;
    height: 152px;
    width: 152px;
	padding-left: 10px;
	padding-right: 10px;
    border: 1px solid #dadada;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #505050;
    padding-top: 14px;
}
.comments__starsblock {
    font-size: 0;
}

.comments__starsblock .grey-stars,
.comments__recenz-starsblock .grey-stars {
    position: relative;
	display: inline-block;
	text-align: left;
}
.comments__starsblock .stars,
.comments__recenz-starsblock .stars {
    position: absolute;
	display: inline-block;
	width: 100%;
	left: 0px;
	height: 13px;
	overflow: hidden;
	white-space: nowrap;
}
.comments__reit-count {
    font-size: 60px;
    line-height: 0.9;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.comments__diag-block {
    height: 152px;
    border: 1px solid #dadada;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #505050;
    padding-top: 23px;
}
.comments__diag-item input {
    font-size: 20px !important;
    color: #909090 !important;
    font-weight: normal !important;
}
.comments__diag-item {
    width: 20%;
    float: left;
}
.comments__diag-name {
    padding-top: 6px;
}

.comments__recenz
{
	min-height: 200px;
}

.comments__recenz-wrap {
    overflow: hidden;
    -webkit-transition: .25s;
    transition: .25s;
}

.comments__recenz-wrap .more-feedback {
    overflow: hidden;
	height: 0px;
}


.comments__recenz-block {
    position: relative;
    padding: 29px 0 27px 179px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 9px;
}
.comments__recenz-wrap > div > .comments__recenz-block:first-child {
    border-top: 1px solid #dadada;
}
.comments__avatar-block {
    position: absolute;
    top: 28px;
    left: 0;
    width: 150px;
    font-size: 14px;
    line-height: 20px;
    color: #909090;
}
.comments__avatar {
    position: relative;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.comments__avatar:after {
    content: '';
    display: block;
    height: 13px;
    width: 17px;
    background: url(../images/horn.png) 0 0 no-repeat;
    position: absolute;
    bottom: -13px;
    right: 21px;
}

.comments__avatar img {
    max-width: 100%;
    max-height: 100%;
    display: block;
	border-radius: 3px;
}


.comments__recenz-title {
    font-size: 22px;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    margin: -4px 0 10px 0;
    color: #000;
}
.comments__avatar-starsblock,
.comments__recenz-starsblock {
    display: inline-block;
    font-size: 0;
    margin-right: 14px;
    height: 13px;
    line-height: 13px;
    vertical-align: middle;
}
.comments__avatar-starsblock {
    display: none;
}
.comments__avatar-date,
.comments__recenz-date {
    display: inline-block;
    font-size: 14px;
    height: 13px;
    line-height: 13px;
    color: #cacccd;
    vertical-align: middle;
}
.comments__avatar-date {
    display: none;
}
.comments__recenz-text {
    padding: 10px 0 14px 0;
}
.comments__recenz-reit__item {
    float: left;
    margin-right: 33px;
    font-size: 14px;
    color: #08c0cd;
}
.comments__recenz-reit__item:last-child {
    margin-right: 0;
}
.comments__all-recenz {
    display: block;
    width: 184px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #08c0cd;
    margin: 36px auto 20px auto;
}
.comments__recenz-desc {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #909090;
    margin-bottom: 17px;
}
.line-title {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    line-height: 32px;
    margin-bottom: 54px;
    color: #000;
}
.line-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 18px;
    left: 0;
}
.line-title span {
    position: relative;
    padding: 0 20px;
    z-index: 2;
	display: inline-block;
}
.line-title-white span {
    background: #fff;
	
}
.line-title-grey span {
    background: #f3f3f3;

}
/*map*/

.map-section {
    padding-top: 40px;
}

/*back*/

.back {
    background: url(../images/forma-bg.jpg) center center no-repeat;
    padding: 75px 0 61px 0;
    background-size: cover;
}
.back__form {
    width: 550px;
    height: 614px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 68px 85px 0 94px;
}

.back__form p
{
	color: #fff;
}

.back__title {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    line-height: 22px;
    margin-bottom: 47px;
    color: #fff;
}
.back__input {
    display: block;
    height: 45px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    color: #000;
}
.back__textarea:focus,
.back__input:focus {
    box-shadow: 0 0 0 2px #08c0cd inset;
}
.back__textarea.error,
.back__input.error {
    box-shadow: 0 0 0 2px red inset;
}
.back__input input::-webkit-input-placeholder {
    color: #909090;
}
.back__input input::-moz-placeholder {
    color: #909090;
}
.back__input input:-moz-placeholder {
    color: #909090;
}
.back__input input:-ms-input-placeholder {
    color: #909090;
}
.back__input input:placeholder {
    color: #909090;
}
.back__input textarea::-webkit-input-placeholder {
    color: #909090;
}
.back__input textarea::-moz-placeholder {
    color: #909090;
}
.back__input textarea:-moz-placeholder {
    color: #909090;
}
.back__input textarea:-ms-input-placeholder {
    color: #909090;
}
.back__input textarea:placeholder {
    color: #909090;
}
.back__textarea {
    display: block;
    height: 143px;
    width: 100%;
    margin-bottom: 40px;
    padding: 13px 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    color: #000;
    resize: none;
}
.back__button {
    display: block;
    width: 150px;
    background: #08c0cd;
    margin: 0 auto;
    height: 34px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
    font-weight: bold;
}
/*seo-text*/

.seo-text {
    padding: 60px 0 72px 0;
}
.seo-text__wrap {
    margin-top: -20px;
    overflow: hidden;
    line-height: 22px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.seo-text__block p {
    margin: 0 0 22px 0;
}
.text-toogle {
    cursor: pointer;
    color: #08c0cd;
    display: inline-block;
    border-bottom: 1px dotted #08c0cd;
    margin-top: 0;
}
.text-open {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin-top: 15px;
}
/*contacts-section*/

.contacts-section {
    height: 665px;
    background: url(../images/contacts-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.contacts-section__cont {
    padding-top: 190px;
}
.contacts-section__block {
    padding: 39px 0 40px 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    line-height: 18px;
}
.contacts-section__title {
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: normal;
}
.contacts-section__text {
    font-size: 14px;
    margin-bottom: 31px;
}
.contacts-section__tel {
    display: none;
    font-family: 'Exo 2', sans-serif;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 5px;
    color: #80e7ee;
}
.contacts-section__tel.active {
    display: block;
}
.contacts-section__phone-toggle {
    display: inline-block;
    width: 163px;
    text-align: left;
    color: #a2a1a1;
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 20px;
}
.contacts-section__phone-toggle span {
    border-bottom: 1px dotted #a2a1a1;
}
.contacts-section__phone-toggle.active span {
    border-bottom: none;
}
.contacts-section__vw {
    color: #a2a1a1;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 21px;
}
.contacts-section__viber,
.contacts-section__whatsapp {
    display: inline-block;
    padding-left: 27px;
    background: url(../images/con-icons.png) no-repeat;
    margin: 0 7px;
}
.contacts-section__viber {
    color: #ef45ff;
}
.contacts-section__whatsapp {
    color: #0be100;
    background-position: 3px -20px;
}
.contacts-section__block hr {
    width: 400px;
    height: 3px;
    background: #08c0cd;
    margin: 0 auto 28px auto;
    border: none;
}
.contacts-section__mail {
    display: block;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: normal;
    text-decoration: underline;
    color: #fff;
}
.contacts-section__mail:hover {
    color: #08c0cd;
}
.contacts-section__address {
    display: inline-block;
    font-size: 14px;
    color: #a2a1a1;
    padding-left: 22px;
    margin-left: -11px;
    background: url(../images/con-icons.png) 0 -40px no-repeat;
}
.contacts-page {
    padding: 46px 0 45px 0;
}
.contacts-page__cont {
    position: relative;
    padding-right: 380px;
}
.contacts-page__text-block {
    line-height: 22px;
}
.contacts-page__title {
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 26px;
    color: #000;
}
.contacts-page__text-block h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin: 27px 0 28px 0;
    color: #000;
}
.contacts-page__text-block p {
    margin: 8px 0;
}
.contacts-page__text-block ul li {
    min-height: 24px;
    margin-bottom: 11px;
    padding-left: 34px;
    line-height: 24px;
    background: url(../images/check.png) 0 0 no-repeat;
}
.contacts-page__form {
    width: 352px;
    padding: 23px 19px 27px 17px;
    border: 1px solid #3e3e3e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 2px;
    right: -2px;
}
.contacts-page__form-title {
    position: relative;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.contacts-page__form-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 12px;
    left: 0;
}
.contacts-page__form-title span {
    background: #f3f3f3;
    padding: 0 10px;
    z-index: 2;
    position: relative;
}
.contacts-page__form-desc {
    padding: 0 5px;
    font-size: 14px;
    text-align: center;
    color: #909090;
    margin-bottom: 26px;
}
.contacts-page__input {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    padding: 0 15px;
    border: 1px solid #3e3e3e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}
.contacts-textarea {
    display: block;
    width: 100%;
    height: 174px;
    margin-bottom: 33px;
    padding: 12px 15px;
    border: 1px solid #3e3e3e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    resize: none;
    clear: both;
}
.contacts-page__button {
    display: block;
    width: 150px;
    background: #08c0cd;
    height: 34px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
    font-weight: bold;
    margin: 0 auto;
}
.contacts-page__input:focus,
.contacts-textarea:focus {
    border-color: #08c0cd;
}
.contacts-page__input.error,
.contacts-textarea.error {
    border-color: red;
}


/*content-page*/
.content-page {
    position: relative;
    height: auto;
    background: url(../images/pixel.png) center center no-repeat;
    background-size: cover;
	padding-bottom: 20px;
}

.content-page .page-background {
    position: absolute;
	left: -9999px;
}

.content-page__cont {
    padding-top: 160px;
    text-align: center;
    color: #fff;
}
.content-page__title {
    font-family: 'Exo 2', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.4);
}

.content-page__text-block {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0 28px 0;
}

.content-page__desc {
    line-height: 20px;
    margin-bottom: 35px;
    padding: 0 5%;
}


/*articlist*/

.articlist {
    position: relative;
    height: 470px;
    background: url(../images/pixel.png) center center no-repeat;
    background-size: cover;
}

.articlist .article-background {
    position: absolute;
	left: -9999px;
}

.articlist__cont {
    padding-top: 201px;
    text-align: center;
    color: #fff;
}
.articlist__title {
    font-family: 'Exo 2', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.4);
}
.articlist__desc {
    line-height: 20px;
    margin-bottom: 35px;
    padding: 0 5%;
}
.articlist__onmap {
    display: block;
    margin: 0 auto;
    width: 229px;
    background: #08c0cd;
    line-height: 34px;
    height: 34px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    font-weight: bold;
}
.articlist__section {
    padding: 38px 0 42px 0;
}
.articlist__section .articlist__list {
   
/*
   -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
*/
}
.articlist__section .articlist__item {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #909090;
    text-align: left;
    margin-bottom: 34px;
    padding: 15px;
    border-bottom: 3px solid #08c0cd;
	width: 310px;
	transition: .25s;
}

.articlist__section .articlist__item:nth-child(3n+3)
{
	margin-right: 0px;
}

.articlist__section .articlist__item:hover {
    background: #fff;
}
.articlist__section .articlist__item a {
    color: #909090;
}
.article__vid {
    
    
    height: 37px;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    line-height: 37px;
    padding: 0 15px 0 13px;
	display: inline-block;
}
.article__vid a {
    color: #fff;
    text-decoration: underline;
}
.article__vid a:hover {
    text-decoration: none;
}
.article__onmap {
    float: left;
    padding-left: 20px;
	margin-right: 24px;
    background: url(../images/icon-marker.png) 0 center no-repeat;
}
.article__views {
    float: right;
    padding-left: 24px;
	
    background: url(../images/icon-eye.png) 0 center no-repeat;
}
.article__text-block {
    font-size: 16px;
    line-height: 24px;
    padding: 37px 0 28px 0;
}
.article__text-block p {
    margin: 11px 0;
}
.article__text-block:first-letter {
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    font-size: 76px;
    float: left;
    margin: 17px 7px 17px -5px;
}

.article__text-block .line-title {
    margin: 35px 0 24px 0;
}

.objects-near {
    padding-bottom: 20px;
}
.soc-share {
    padding: 74px 0 11px 0;
}
.soc-share__wrap {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 35px 185px 24px 185px;
}
.soc-share__title {
    font-family: 'Exo 2', sans-serif;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 19px;
    font-size: 20px;
    color: #000;
}
.instagram {
    background: #fff;
    padding: 50px 0 41px 0;
}
.instagram .cont{
    min-height: 708px;
}
.instagram__title {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    line-height: 40px;
    margin-bottom: 34px;
    color: #000;
}
.instagram__title:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 21px;
    left: 0;
}
.instagram__title span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 18px 0 14px;
}
.instagram__title span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 175px;
    height: 43px;
    background: url(../images/instagram.png) 0 bottom no-repeat;
    margin-left: 24px;
}
.instagram__photo-block {
    width: 32.8%;
    float: left;
    margin-right: 0.8%;
}
.instagram__photo-block:nth-child(3n+3) {
    margin-right: 0;
}
.instagram__photo-block:nth-child(3n+4) {
    clear: both;
}
.instagram__big-photo {
    display: block;
    width: 100%;
	height: 345px;
}
.instagram__smal-photo {
    display: block;
    width: 48.7804%;
    margin-bottom: 9px;
	height: 168px;
}
.instagram__big-photo img,
.instagram__smal-photo img {
    display: block;
    width: 100%;

}
.instagram__big-photo,
.instagram__smal-photo {
    transition: opacity .25s;
    background: url(../images/pixel.png) center center no-repeat;
    background-size: cover;
	opacity: 0;
	
	
}
.instagram__big-photo:hover,
.instagram__smal-photo:hover {
    opacity: 0.7!important;
}
.instagram__smal-photo:nth-child(odd) {
    float: left;
}
.instagram__smal-photo:nth-child(even) {
    float: right;
}
.instagram__smal-photo:nth-child(2n+3) {
    clear: both;
}
/*reserv*/

.reserv {
    height: 498px;
    background: url(../images/reserv-bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 178px;
}
.reserv__steps {
    position: relative;
    width: 785px;
    margin: 0 auto 61px auto;
    font-size: 14px;
    line-height: 20px;
}
.reserv__step {
    position: relative;
    padding-top: 66px;
    width: 136px;
}
.reserv__step:before {
    content: '';
    display: block;
    height: 52px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/steps-icons.png) no-repeat;
}
.reserv__step-1 {
    float: left;
}
.reserv__step-1:before {
    background-position: center 0;
}
.reserv__step-2 {
    margin: 0 auto;
}
.reserv__step-2:before {
    background-position: center -52px;
}
.reserv__step-3 {
    float: right;
}
.reserv__step-3:before {
    background-position: center -104px;
}
.reserv__steps:before,
.reserv__steps:after {
    content: '';
    display: block;
    height: 1px;
    width: 30.4%;
    position: absolute;
    top: 24px;
    background: rgba(255, 255, 255, 0.5);
}
.reserv__steps:before {
    right: 50%;
    margin-right: 42px;
}
.reserv__steps:after {
    left: 50%;
    margin-left: 42px;
}
.reserv__title {
    font-family: 'Exo 2', sans-serif;
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}
.reserv-form__submit,
.articlist__onmap,
.comments__you-comment,
.comments__all-recenz,
.object-page__form .submit,
.object-list-form .submit,
.back__button,
.order-form .submit {
    -webkit-transition: .25s;
    transition: .25s;
}
.reserv-form__submit:hover,
.articlist__onmap:hover,
.object-page__form .submit:hover,
.comments__you-comment:hover,
.comments__all-recenz:hover,
.back__button:hover,
.order-form .submit:hover {
    background: #19cedb;
}
.object-list-form .submit:hover {
    background-color: #19cedb;
}
/*reserv-form*/

.reserv-form {
    padding: 45px 0 94px 0;
}
.reserv-form-cont {
    position: relative;
    padding: 12px 360px 0 0;
}
.reserv-form__title {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    line-height: 26px;
    margin-bottom: 33px;
    color: #000;
}
.reserv-form__title:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 17px;
    left: 0;
}

.reserv-form__datas .agent-disclaimer{

}

.reserv-form__title span {
    position: relative;
    padding: 0 13px;
	/*
    z-index: 2;
	*/
    background: #f3f3f3;
}
.reserv-form__datas {
    padding-bottom: 0px;
}

.reserv-error-block {
    margin-bottom: 20px;
}

.reserv-error-block .hided {
    display: none;
}

.reserv-error-block a {
    color: #08c0cd;
	font-family: "Exo 2",sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.reserv-ticket {
    margin-bottom: 12px;
}
.reserv-form__label {
    float: left;
    width: 48.75%;
    display: block;
    font-size: 14px;
}
.reserv-form__label {
    font-size: 14px;
    color: #909090;
    margin-bottom: 18px;
}
.blue-star {
    color: #08c0cd;
}
.reserv-form__input {
    color: #000;
    display: block !important;
    width: 100%;
    height: 43px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    outline: none;
    padding: 0 15px;
    margin-top: 6px;
    -webkit-appearance: none;
}
.reserv-form__textarea:focus,
.reserv-form__select:focus,
.reserv-form__input:focus {
    border: 1px solid #08c0cd;
}
.reserv-form__input.error {
    border: 1px solid red;
}
.reserv-form__select {
	
	/*
    color: #000;
    display: block;
    width: 100%;
    height: 43px;
    background: url(../images/filter.png) right -20px no-repeat #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    outline: none;
    padding: 0 15px;
    margin-top: 5px;
    -webkit-appearance: none;
	*/
	
}

.reserv-form__label .jq-selectbox__select {
    line-height: 43px;
    height: 43px;
	border: 1px solid #dbdbdb;
	margin-top: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}
.reserv-form__dop-rightblock .jq-selectbox__select {
    text-align: left;
	height: 32px;
    line-height: 34px;
	
}

.reserv-form__dop-rightblock .jq-selectbox {
    height: 34px;
    line-height: 32px;
	padding: 0px;
}
.reserv-form__label .jq-selectbox__select .jq-selectbox__trigger-arrow {
    top: 4px;

}

.reserv-form__label .jq-selectbox__dropdown {
	/*
    line-height: 43px;
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    left: 0;
    outline: none;
    padding: 0 15px;
    background: #fff;
	*/
	border-radius: 5px;
}
.reserv-form__dop-rightblock .jq-selectbox__dropdown {
	/*
    text-align: left;
    line-height: 34px;
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    left: 0;
    outline: none;
    padding: 0 15px;
    background: #fff;
	*/
	
	border-radius: 5px;
}
.reserv-ticket span {
    color: #bbbaba;
}

.reserv-form__textarea-block
{
	height: 293px;
	float: right;
	width: 48.75%;
}

.reserv-form__textarea-block .reserv-form__label
{
	width: 100%;
}

.reserv-form__textarea {
    color: #000;
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    outline: none;
    padding: 12px 15px;
    margin-top: 5px;
    resize: none;
	height: 208px; 
}
.reserv-form__name,
.reserv-tel,
.reserv-ticket {
    float: left;
}
.reserv-surname,
.reserv-email {
    float: right;
}
.reserv-form__dop-item {
    position: relative;
	z-index: 1;
    min-height: 65px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    margin-bottom: 18px;
    padding: 17px 13px 13px 59px;
    font-size: 14px;
    line-height: 22px;
}

.reserv-form__dop-item.excursions-block
{
	z-index: 2;
}

.reserv-form__dop-item.fast-track-block
{
	z-index: 3;
}

.reserv-form__dop-item.transfer-block
{
	z-index: 4;
}

.reserv-form__dop-item.transfer-block .jq-selectbox__dropdown
{
	margin-left: -88px;
}

.reserv-form__checkbox {
    position: absolute;
    top: 18px;
    left: 17px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    width: 26px;
    height: 26px;
}
.reserv-form__dop-input {
    display: none;
}
.sim .dop {
    height: 100%;
    background: url(../images/checked.png) no-repeat;
    background-position: center -26px;
}
.reserv-form__dop-input + .dop {
    cursor: pointer;
    height: 100%;
    background-position: center -26px;
}
.reserv-form__dop-input:checked + .dop {
    background: url(../images/checked.png) center 0 no-repeat;
}
.reserv-form__dop-left {
    padding-right: 206px;
}

.reserv-form__dop-left.no-right-block {
    padding-right: 20px;
}


.reserv-form__dop-left .select-right
{
	display: inline-block;
	float: right;
	width: 185px;
	height: 35px;
	position: relative;
	left: 203px;
	margin-left: -203px;
	z-index: 5;
}

.reserv-form__dop-left .jq-selectbox
{
	border: 1px solid #dbdbdb;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    height: 34px;
    line-height: 34px;
	width: 184px;
}

.reserv-form__dop-left .jq-selectbox__select
{
    height: 32px;
    line-height: 32px;
}


.reserv-form__dop-rightblock {
    width: 185px;
    position: absolute;
    top: 17px;
    right: 13px;
    text-align: center;
	z-index: 0;
}
.reserv-form__dop {
    padding-bottom: 32px;
}
ul.reserv-form__conditions-list {
    margin-top: -24px;
	max-height: 210px;
	overflow: hidden;
	transition: all 0.5s;
}

.reserv-form__conditions-list p
{
	line-height: 24px;
	margin-bottom: 5px;
}

.reserv-form__dop-name {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    line-height: 26px;
    margin-bottom: 10px;
    color: #000;
}
.reserv-form__dop-priceblock {
    margin-top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.reserv-form__dop-price {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    line-height: 26px;
    margin-bottom: 10px;
    color: #000;
}
.reserv-form__dop-price-desc {
    font-size: 11px;
    line-height: 14px;
    color: #909090;
    padding: 0 40px;
}
.reserv-form__dop-desc {
    font-size: 11px;
    line-height: 14px;
    color: #909090;
}
.reserv-form__dop-date {
    display: block;
    width: 100%;
    height: 34px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    margin-bottom: 12px;
    padding: 0 13px;
    color: #909090;
    -webkit-appearance: none;
	cursor: pointer;
}
.booking_additional_date {
    z-index: 5;
	margin-left: -87px;
}

.reserv-form__dop-item .excursions-block .jq-selectbox
{
	
}

.booking_additional_date:before {
   right: 25px;
   left: auto;
}
.reserv-form__dop-date:focus {
    border: 1px solid #08c0cd;
}
.reserv-form__dop-date.error {
    border: 1px solid red;
}
input.reserv-form__dop-date {
    background: url(../images/filter.png) right 7px no-repeat #fff;
}
select.reserv-form__dop-date {
    background: url(../images/filter.png) right -27px no-repeat #fff;
}
.reserv-form__conditions-item {
    padding: 13px 0 12px 0;
    border-bottom: 1px solid #dadada;
}
.reserv-form__conditions-name {
    float: left;
    width: 100%;
    padding-right: 13px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #505050;
}
.reserv-form__conditions-name.agreement {
    
    width: 213px;

}
.reserv-form__conditions-doc {
    padding-left: 44px;
    float: left;
    height: 34px;
    line-height: 34px;
    color: #08c0cd;
    font-size: 14px;
    line-height: 34px;
    text-decoration: underline;
    background: url(../images/docs.png) 0 center no-repeat;
    margin-top: -7px;
}
.reserv-form__conditions-listblock {
    overflow: hidden;
    -webkit-transition: .25s;
    transition: .25s;
    float: left;
}
.reserv-form__conditions-listblock ul {
	margin-top: 15px;
    padding-left: 17px;
}
.reserv-form__conditions-listblock ul li {
    list-style: disc;
    line-height: 15px;
    margin-bottom: 12px;
}
.reserv-form__conditions-toogle {
    display: block;
    color: #08c0cd;
    margin: 21px auto 45px auto;
    text-align: center;
}
.reserv-form__conditions-toogle span {
    cursor: pointer;
    border-bottom: 1px dotted #08c0cd;
    font-size: 14px;
}
.reserv-form__conditions-toogle.close .c {
    display: none;
}
.reserv-form__conditions-toogle.open .o {
    display: none;
}
.reserv-form__select.jqselect {
    display: block !important;
}
.reserv-form__check {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 330px;
    border: 1px solid #dbdbdb;
    padding: 0 17px 22px 17px;
	z-index: 3;
}
.reserv-form__check.scroller {
    position: fixed;
    right: 50%;
    margin-right: -500px;
	z-index: 5;
}
.reserv-form__check.scroller.bottom-stop {
    position: absolute;
    top: auto;
    bottom: 55px;
}
.reserv-form__check.scroller .reserv-form__room {
    display: none;
}
.reserv-form__title4 {
    display: none;
}
.reserv-form__room {
    display: block;
    width: -webkit-calc(100% + 34px);
    width: -moz-calc(100% + 34px);
    width: calc(100% + 34px);
    margin: 0 0 0 -17px;
}
.reserv-form__check-name {
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 11px;
    color: #505050;
    padding-top: 16px;
}
.reserv-form__check-name a{
    color: #505050;
}
.reserv-form__check-days,
.reserv-form__check-desc {
    border-bottom: 1px solid #dedede;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.reserv-form__check-desc-item a,
.reserv-form__check-desc-item {
    font-size: 14px;
    line-height: 24px;
    color: #909090;
}
.reserv-form__check-desc-item a {
    text-decoration: underline;
}
.reserv-form__check-desc-item a:hover {
    color: #08c0cd;
}
.reserv-form__check-desc-item:nth-child(odd) {
    float: left;
}
.reserv-form__check-desc-item:nth-child(even) {
    float: right;
}
.reserv-form__check-desc-item:nth-child(2n+3) {
    clear: both;
}
.reserv-form__check-days {
    text-align: center;
}
.reserv-form__check-out,
.reserv-form__check-in {
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 30px;
    background: url(../images/filter.png) 0 4px no-repeat;
}
.reserv-form__check-out span.item-price,
.reserv-form__check-in span.item-price,
.reserv-form__check-airport span.item-price,
.reserv-form__check-transfer span.item-price,
.reserv-form__check-nights span.item-price {
    float: right;
    font-weight: normal;

}

.reserv-form__check-airport span.item-price,
.reserv-form__check-transfer span.item-price,
.reserv-form__check-nights span.item-price {
		display: inline-block;
	margin-bottom: 10px;
}

.reserv-form__check-days a {
    display: inline-block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 24px;
    color: #b5b1b1;
    text-decoration: underline;
}
.reserv-form__check-days a:hover {
    color: #08c0cd;
}
.reserv-form__check-serves {
    padding-top: 6px;
    margin-bottom: 0px;
    padding-bottom: 11px;
}



.reserv-form__check-total,
.reserv-form__check-serves {
    padding-bottom: 17px;
    margin-bottom: 12px;
}
.reserv-form__check-airport,
.reserv-form__check-transfer,
.reserv-form__check-nights {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
	margin-bottom: 12px;
    font-weight: bold;
	clear: both;
    padding-left: 30px;
    background: url(../images/check-icons.png) no-repeat;
}
.reserv-form__check-airport {
    background-position: 0 -105px;
}
.reserv-form__check-transfer {
    background-position: 0 -22px;
}
.reserv-form__check-nights {
    background-position: 0 2px;
}

.reserv-form__check-nights span {
    text-align: right;
}

.reserv-form__check-nights span span{
    font-size: 12px;
}

.reserv-form__check-serves.total-calc .price-item
{
	display: none;
}

.reserv-form__check-serves.total-calc .price-item.active
{
	display: block;
}

.reserv-form__check-serves .item-name
{
	display: inline-block;
	width: 180px;
	line-height: 18px;
}

.reserv-form__check-total {
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #505050;
	padding-top: 10px;
	clear: both;
}
.reserv-form__check-total span {
    float: right;
    color: #08c0cd;
	text-transform: lowercase;
}
.reserv-form__check-deposit {
    font-size: 12px;
    line-height: 16px;
}
.reserv-form__check-deposit span {
    font-size: 14px;
    color: #505050;
    float: right;
    margin-top: -15px;
}
.reserv-form__check-post {
    font-size: 12px;
    line-height: 16px;
    color: #909090;
    position: absolute;
    left: 15px;
    bottom: -62px;
}
.reserv-form__submit {
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    display: block;
    width: 285px;
    background: #08c0cd;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
    font-weight: bold;
    margin: 0 auto 16px auto;
}
.reserv-form__button-desc {
    width: 436px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #505050;
	
}

.reserv-form__button-desc.hided
{
	display: none;
}

.reserv-form__form .ajax_loading
{
	text-align: center;
	padding-bottom: 55px;
}

.booking-change-date {
    z-index: 3;
	margin-left: -320px;
}

.booking-change-date:before {
   right: 155px;
   left: auto;
}

.reserv-ticket .jq-file .tickets-file
{

}

.reserv-ticket .jq-file
{
	padding: 0;
	border: 1px solid #dbdbdb;
	
}

.reserv-ticket .jq-file__name {
	
	color: #c3c3c3;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 43px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
	border: none;
	
	
	
	
}
.reserv-ticket .jq-file__browse {

    position: absolute;
    top: 5px;
    right: 4px;
    width: 99px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #909090;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    z-index: 2;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e1e1e1 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%, #e1e1e1 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #e1e1e1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e1e1e1', GradientType=0);
	
}
#datepicker {
    display: none;
    position: absolute;
    width: 300px;
    background: #fff;
    left: 50%;
    margin-left: -150px;
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    z-index: 2;
}
#datepicker.open {
    display: block;
}
.data-cont {
    position: relative;
    display: inline-block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 24px;
    color: #b5b1b1;
    text-decoration: underline;
    cursor: pointer;
}
.data-cont:hover {
    color: #08c0cd;
}

.order-success .line-title
{
	margin-top: 30px;
	margin-bottom: 40px;
}

.order-success
{
	margin-bottom: 50px;
	font-size: 16px;
	text-align: center;
}

.order-success a
{
	color: #08c0cd;
	text-decoration: underline;
	font-weight: bold;
}


/*openblock*/

.openblock {
    height: 0;
    background: #08c0cd;
    position: relative;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    overflow: hidden;
    z-index: 999;
}
.openblock.agent-open {
    height: 530px;
}
.openblock.agent-open.sended {
    height: 330px;
}
.openblock-cont {
    width: 600px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -300px;
    padding-bottom: 105px;
    color: #fff;
    text-align: center;
}
.openblock-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
}
.openblock-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px;
}
.openblock-link {
    display: block;
    max-width: 395px;
    width: 100%;
    height: 50px;
    margin: 0 auto 15px auto;
    border-radius: 3px;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e3e0e0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e3e0e0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e3e0e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e0e0', GradientType=0);
    font-size: 16px;
    line-height: 50px;
    color: #000;
    text-align: left;
    padding-left: 146px;
    position: relative;
}
.openblock-link:hover {
    color: #08c0cd;
}
.openblock-link:before {
    content: '';
    display: block;
    width: 33px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 96px;
    background: url(../images/agent.png) no-repeat;
}
.openblock-link:nth-child(1):hover:before {
    background-position: -33px 0;
}
.openblock-link:nth-child(2):before {
    background-position: 0 -50px;
}
.openblock-link:nth-child(2):hover:before {
    background-position: -33px -50px;
}
.openblock-link:nth-child(3):before {
    background-position: 0 -100px;
}
.openblock-link:nth-child(3):hover:before {
    background-position: -33px -100px;
}
.openblock-close {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    width: 16px;
    height: 14px;
    cursor: pointer;
    background: url(../images/close.png);
}
.openblock-form {
    width: 100%;
    max-width: 396px;
    margin: 0 auto;
}
.openblock-input {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: none;
    outline: none;
    background: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16) inset;
    padding: 0 18px;
    font-size: 16px;
    color: #909090;
}
.openblock-textarea.error,
.openblock-input.error {
    border: 3px solid red;
}
.openblock-button {
    display: block;
    width: 219px;
    height: 50px;
    text-align: center;
    border-radius: 3px;
    margin: 49px auto 0 auto;
    font-weight: bold;
    font-size: 16px;
    background: #323232;
    border: none;
    outline: none;
}
.openblock-button:hover {
    background: #202020;
}
.hid-button {
    display: none;
}

.openblock .agent-auth-show
{
	color: #fff;
	padding-left: 29px;
	background: url('../images/icon-enter.png') no-repeat 0 0;
	color: #fff;
	display: inline-block;
	height: 20px;
	margin-top: 30px;
	text-transform: uppercase;
}


.openblock .agent-auth-show:hover
{
	text-decoration: underline;
}


#recenz {
    margin-bottom: 0px;
}
.recenz-cont {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -500px;
    padding: 60px 60px 50px 60px;
    color: #fff;
    text-align: center;
}
.recenz-openblock {
    height: 0;
    background: #08c0cd;
    position: relative;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    overflow: hidden;
}
.recenz-openblock.agent-open {
    height: 830px;
}
.recenz-openblock.agent-open.sended {
    height: 250px;
}
.recenz-cont .openblock-text {
    width: 590px;
    margin-left: auto;
    margin-right: auto;
}
.open-starsblock,
.open-lable-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.open-label {
    width: 30.7%
}
.open-stars-name,
.open-label-name {
    font-size: 16px;
    font-weight: 22px;
    text-align: left;
    margin-bottom: 5px;
}
.open-stars-arial {
    text-align: left;
    width: 143px;
}
.open-starsblock {
    margin-bottom: 40px;
}
.open-stars-name {
    margin-bottom: 12px;
}
.open-stars-wrap {
    height: 24px;
    font-size: 0;
}
.open-star {
    display: inline-block;
    width: 25px;
    height: 24px;
    margin-right: 4px;
    background: url(../images/star2.png);
    cursor: pointer;
}
.open-star-empty {
    background-position: -25px 0;
}
.open-star:last-child {
    margin-right: 0;
}
.openblock-textarea {
    display: block;
    width: 100%;
    height: 185px;
    border-radius: 3px;
    border: none;
    outline: none;
    background: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16) inset;
    padding: 15px 18px;
    font-size: 16px;
    color: #909090;
    resize: none;
}
.openblock-reset {
    display: block;
    margin: 15px auto 0 auto;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    border: none;
    outline: none;
    background: none;
}
.openblock-reset:hover {
    text-decoration: none;
}

.add-photo-file
{
	position: absolute;
	left: -9999px;
}

.feedback-photo-block
{
	text-align: left;
}

.feedback-photo-block a
{
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

.wrap404 {
    width: 210px;
    height: 165px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -83px 0 0 192px;
    color: #fff;
    text-align: center;
}
.error404 {
    font-family: 'Exo 2', sans-serif;
    font-size: 72px;
    line-height: 80px;
    font-weight: bold;
}
.text404 {
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    line-height: 0.8;
    margin-bottom: 20px;
	text-transform: uppercase;
}
.link404 {
    display: block;
    width: 210px;
    background: #08c0cd;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    margin: 0 auto;
    -webkit-transition: .25s;
    transition: .25s;
}
.link404:hover {
    background: #19cedb;
}


.fotorama
{
	margin-top: 25px;
}


.wys_text
{
	
}

.wys_text img
{
	max-width: 100%!important;
	height: auto!important;
}

.wys_text h2
{
	margin: 20px 0px!important;
}

.wys_text ul
{
	
}

.wys_text ul li
{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
}

.wys_text ul li li
{
    list-style-type: none;
}

.wys_text ul li li:before
{
    content: '-';
    margin-right: 5px;
}



.wys_text ol li
{
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 20px;
}

.wys_text ol li > div,
.wys_text ul li > div
{
	display: inline;
}

.wys_text a {
    color: #08c0cd;
    text-decoration: underline;
}

.youtube-block
{
	cursor: pointer;
	background: #eaeaea;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.youtube-block:after
{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/play.png') no-repeat left top;
	left: 50%;        
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 80px;
	height: 80px;
	text-align: center;
}

.youtube-block.played
{
	background: transparent;
	border-radius: 0;
}

.youtube-block.played:after
{
	display: none;
}

.youtube-block img
{
	opacity: 0.7;

	display: block;
}

.youtube-block:hover img
{
	opacity: 1;
}

.youtube-block iframe
{
	border: none;
}

.ya-share2
{
	min-height: 24px;
}

.alternate-block
{
	background: transparent;
}

.alternate-block .line-title-white span
{
	background: #f3f3f3;
}


.alternate-block:nth-child(2n)
{
	background: #fff;
}
.alternate-block:nth-child(2n) .line-title-white span
{
	background: #fff;
}

.alternate-block.white {
    background: #fff;
}

.alternate-block.white .line-title-white span {
    background: #fff;
}

.ajax_loading
{
	background: url('../images/loading.gif') no-repeat center bottom;
	height: 35px;
	margin: 15px 0px;
}

.ajax_loading.hided
{
	display: none;
}

.ajax_loading.white
{
	background-image: url('../images/loading_white.gif');
}

.ajax_error
{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}

.ajax_error.hided
{
	display: none;
}




/* style2.css start */

.user {
    text-indent: -5000px;
    display: block;
    width: 25px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 13px;
    background: url(../images/user.png) 0 0 no-repeat;
}
.user:hover {background-position: 0 -26px;}

.lc {
    height: 248px;
    background: #08c0cd;
    text-align: center;
    color: #fff;    
}
.lc__cont{}
.lc__title {
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.lc .cont{padding-top: 172px;}

.lc__cust,
.lc__pers-data{
    position: absolute;
    top: 90px;
    left: 0px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
	color: #fff;
}
.lc__pers-data a{
	color: #fff;
	text-decoration: underline;
}
.lc__cust{
    left: auto;
    right: 0;
}
.lc__exit{
    color: #fff;
    text-decoration: underline; 
    display: inline-block;
}
.lc__cust-link{
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
.lc__exit:after{
    content: '';
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-left: 7px;
    height: 13px;
    background: url(../images/exit.png) 0 0 no-repeat;
}
.lc__cust-link:before{
    content: '';
    display: inline-block;
    width: 16px;
    vertical-align: middle;
    margin-right: 9px;
    height: 19px;
    background: url(../images/exit.png) 0 -13px no-repeat;
}
.days-block{margin-bottom: 55px;}
.days-block #datepicker {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    z-index: 2;
    margin: 0;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
}
.days-block .ui-datepicker-inline{width: 100% !important;}
.days-block .ui-datepicker-multi .ui-datepicker-group {
    width: 33.33%;
    margin: 0;
}
.days-block-header{padding: 25px 0;}
.mounth-res,
.ear-res{
    padding-top: 9px;
    font-size: 14px;
    line-height: 22px;
}
.mounth-res{float: left;}
.ear-res{float: right;}

.days-block-header-ear{
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-weight: bold;
}
.my-list{
    padding-bottom: 40px;
    margin-top: 40px;
}
.my-item{
    position: relative;
    height: 230px;
    margin-bottom: 30px;
    background: #fff;
}

/*
.my-item__img1{background-image: url(../images/my-obj.jpg);}
*/

.my-item__img{
    width: 34.5%;
    height: 100%;
    float: left;
    background-size: cover;
	overflow: hidden;
}

.my-item__img img
{
	/*max-width: 100%;*/
	height: 100%;
}

.my-item__desc{
    padding: 25px 55px 0 17px;
    width: 47%;
    float: left;
}

.my-item__order-numb{
    line-height: 20px;
    margin-bottom: 10px;  
    font-family: Arial, sans-serif;
}
.my-item__name {
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.my-item__name a
{
	color: #505050;
}

.my-item__name a:hover
{
	color: #08c0cd;
}

.my-item__shorts{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #909090;
    font-size: 12px;
    margin-bottom: 18px;
}
.my-item__shorts a{
    color: #909090;
    text-decoration: underline;
}
.my-item__shorts a:hover{color: #08c0cd;}
.my-item__shorts span{display: inline-block;}

.my-item__in-out{
    height: 20px;
    padding-left: 29px;
    line-height: 20px;
    background: url(../images/filter.png) 1px 0 no-repeat;
    margin-top: 9px;
}
.my-item__status{
    position: relative;
    width: 18.5%;
    float: right;
    padding: 79px 16px 0 0;
    text-align: right;
}
.my-item__status-color{
    position: absolute;
    right: 0;
    top: 24px;
    height: 23px;
    line-height: 23px;
    color: #fff;    
    font-size: 14px;
    font-family: Arial, sans-serif;    
}

.my-item__status-color a
{
    color: #fff;        
}
.my-item__status-color span{
    display: inline-block;
    padding: 0 15px 0 11px;
    background: #a5a5a5;
    white-space: nowrap;
}

.my-item__status-color.s3{
	background: #ffc600;
}

.my-item__status-color.s4,
.my-item__status-color.s5,
.my-item__status-color.s2
{
	background: #08c0cd;
}

/*
.my-item__status-color.my-item__status-ok span{background: #ffc600;}
.my-item__status-color.my-item__status-reserv span{background: #08c0cd;}


.my-item__status-color.s1
{
	
}
*/

.my-item__nights{
    height: 17px;
    line-height: 17px;
    font-weight: bold;  
    margin-bottom: 4px;
}
.my-item__nights:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 100%;
    background: url(../images/check-icons.png) 0 0 no-repeat;
    vertical-align: middle;
    margin-right: 7px;
}
.my-item__plus{
    font-size: 12px;
    color: #909090;
    margin-bottom: 15px;
}
.my-item__price {
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #08c0cd;
    line-height: 26px;
    margin-bottom: 18px;
}
.my-item__agent{
    font-size: 12px;
    color: #909090;
}
.my-more{margin-bottom: 54px;}
.my-more__wrap {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    color: #909090;
    text-align: center;
    padding: 32px 160px 18px 160px;
}
.my-more__title {
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #505050;
    margin-bottom: 18px;
}
.my-more__message {
    display: block;
    width: 150px;
    background: #08c0cd;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
    font-weight: bold;
    -webkit-transition: .25s;
    transition: .25s;
}
.my-more__message:hover{background: #19cedb;}
.my-more__phone,
.my-more__mail{
    display: block;
    color: #909090;
    padding-top: 9px;
}
.my-more__phone{
    width: 183px;
    text-align: right;
    float: left;
}
.my-more__mail{
    text-decoration: underline;
    width: 158px;
    float: right;
    text-align: left;
}
.my-more__mail:hover{color: #08c0cd;}

#passwords .openblock-cont,
#set .openblock-cont{
    width: 860px;
    margin-left: -430px;
    padding: 70px 0 50px 0;
}
#passwords .openblock-cont{padding: 70px 0 90px 0;}
#set.openblock.agent-open {height: 710px;}
#set .open-label{width: 100%;}
.open-label-block{width: 46%;}
.open-label-block:nth-child(odd){float: left;}
.open-label-block:nth-child(even){float: right;}
.open-label-block:nth-child(4){margin-bottom: 35px;}

#passwords .openblock-form,
#set .openblock-form{max-width: 100%;}
#set .openblock-textarea{height: 145px;}
#set .openblock-button{
    clear: both;
    margin-bottom: 10px;
}
.password-change span{
    border-bottom: 1px dotted #fff;
    cursor: pointer;
}
#passwords.openblock.agent-open {height: 470px;}
#passwords .open-label-block{margin-bottom: 30px;}
.openblock-close{z-index: 2;}




















@media screen and (max-width: 1023px){
    .lc__cust, .lc__pers-data {top: 73px;}
    .lc__cust{right: 27px;}
    .days-block-header-ear {font-size: 26px;}
    .lc__pers-data{left: 30px;}
    .lc__title{font-size: 24px;}
    .days-block-header {padding: 28px 30px;}
    .mounth-res, .ear-res {padding-top: 5px;}
    .days-block {margin-bottom: 50px;}
    .days-block-cont .ui-datepicker-group-last{float: right;}
    .days-block #datepicker{
        padding: 0 13px;
        box-shadow: none;
    }
    .days-block .ui-datepicker-multi .ui-datepicker-group {width: 42.5%;}
    .my-item__img {width: 30%;}
    .my-item__desc {
        padding: 13px 28px 0 20px;
        width: 44%;
    }
    .my-item__name {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .my-item__shorts{
        display: block;
        margin-bottom: 10px;
    }
    .my-item__shorts span {
        display: block;
        margin-bottom: 10px;
    }
    .my-item__shorts span:nth-child(odd){float: left;}
    .my-item__shorts span:nth-child(even){float: right;}
    .my-item__status {
        width: 26%;
        padding: 67px 30px 0 0;
    }
    .my-item__shorts span:nth-child(2n+3){clear: both;}
    .my-item__status-color{top: 13px;}
    .my-more__wrap {
        padding: 32px 0 18px 0;
        margin: 0 38px;
    }
    .my-more__phone,
    .my-more__mail{
        width: 33.3333%;
        text-align: center;
    }
    .my-item__status-color span {padding: 0 30px 0 11px;}
    .my-list {padding-bottom: 35px;}
    .my-more {margin-bottom: 60px;}
    #passwords .openblock-cont,
    #set .openblock-cont{
        width: 100%;
        margin-left: 0;
        left: 0;
        padding: 30px;
    }
    #passwords.openblock.agent-open{height: 352px;}
}
    
    
    
    
    
    
    
    
@media screen and (max-width: 767px){    
    .mob-menu .user, .mob-menu .user:hover {
        top: 13px;
        left: auto;
        right: 17px;
    }
    .lc .lc__exit,
    .lc .lc__cust-link,
    .lc .lc__name,
    .header .user{display: none;}
    .mob-menu .lc__name{
        position: absolute;
        top: 18px;
        right: 55px;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
    }
    .mob-menu-lc .header__order,
    .mob-menu-lc .mine-menu__item:last-child a{display: none;}
    .mob-menu-lc .mine-menu__item:last-child{height: 49px;}
    .mob-menu .lc__cust-link, 
    .mob-menu .lc__exit {
        position: static;
        float: left;
        margin-top: -40px;
        font-size: 12px;
        text-transform: uppercase;
        color: #08c0cd;
        text-decoration: none;
    }
    .mob-menu .lc__exit:after {background-position: -20px 0;}
    .mob-menu .lc__cust-link {float: right;margin-top: -43px;}
    .mob-menu .lc__cust-link:before {background-position: -20px -13px;}
    .lc {height: 217px;}
    .lc__title {
        font-size: 19.5px;
        line-height: 25.5px;
    }
    .lc .cont {padding-top: 141px;}
    .days-block-header {
        height: 130px;
        padding: 70px 0 0 0;
    }
    .mounth-res, .ear-res {
        padding-top: 0;
        float: none;
        text-align: center;
        color: #909090;
    }
    .days-block-header-ear {    
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
    }
    .days-block #datepicker {padding: 0 12px 20px 12px;}
    .days-block .ui-datepicker-inline {
        max-width: 282px;
        margin: 0 auto;
        padding-top: 18px;
    }
    .days-block {margin-bottom: 34px;}
    .my-item {height: auto;}
    .my-item__img {
        width: 100%;
        height: 230px;
        float: none;
    }
    .my-item__desc {
        padding: 26px 23px 21px 23px;
        width: 100%;
        float: none;
    }
    .my-item__status {
        width: auto;
        border-top: 1px solid #dbdbdb;
        margin: 0 12px;
        float: none;
        position: static;
        text-align: center;
        padding: 20px;
    }
    .my-list {
        margin-top: 30px;
        padding-bottom: 25px;
    }
    .my-more {margin-bottom: 45px;}
    .my-more__wrap {
        padding: 32px 15px 61px 15px;
        margin: 0 17px;
        position: relative;
    }
    .my-more__phone, .my-more__mail {
        width: 100%;
        float: none;
        padding: 0;
    }
    .my-more__mail{
        position: absolute;
        bottom: 22px;
        left: 0;
    }
    .my-more__phone{margin-bottom: 22px;}
    .open-label-block {
        width: 100%;
        float: none !important;
    }
    #set .openblock-textarea {margin-bottom: 15px;}
    #set.openblock.agent-open {height: 1040px;}
    #passwords.openblock.agent-open {height: 430px;}

}

/* style2.css end */

/* style3.css start */

.lc-owner a.to-anchor
{
	color: #08c0cd;
	border-bottom: 1px dashed #08c0cd;
}


.lc-owner-cont{padding: 40px 0 60px 0;}
.lc-owner__title{
	color: #505050;
	margin-bottom: 16px;
}
.lc-owner__status{
	height: 23px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	font-family: Arial, sans-serif;
	margin-bottom: 27px;
}
.lc-owner__status span{
	display: inline-block;
	height: 100%;
	background: #a5a5a5;
	padding: 0 15px 0 11px;
}

.lc-owner__status span.s3{
	background: #ffc600;
}

.lc-owner__status span.s4,
.lc-owner__status span.s5,
.lc-owner__status span.s2
{
	background: #08c0cd;
}

.ic-owner__block{
	padding: 30px 22px 25px 22px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	position: relative;
	margin-bottom: 38px;
	background: #fff;
}
.ic-owner__block:last-child{margin-bottom: 0;}
.ic-owner__block-title{
	font-size: 26px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    line-height: 22px;
    margin-bottom: 20px;
    color: #000;
	text-align: center;
}

.ic-pdf-link,
.ic-red{
	height: 28px;
	line-height: 28px;
	position: absolute;
	top: 32px;
	font-size: 12px;
	color: #505050;
	border-radius: 3px;
}
.ic-pdf-link{
	left: 22px;
	background: url(../images/pdf.png) 7px center no-repeat #eaeaea;
	padding: 0 10px 0 34px;
}
.ic-pdf-link.doc{
	background-image: url(../images/doc.png);
}
.ic-red{
	right: 22px;
	background: url(../images/red.png) right center no-repeat #eaeaea;
	padding: 0 28px 0 8px;
	cursor: pointer;
}
.lc-owner-date-red,
.lc-owner-date{
	padding: 25px 0 22px 0;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	color: #505050;
	font-weight: bold;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.lc-owner-date span{color: #08c0cd;}
.lc-owner-date a
{
	color: #505050;
	display: inline-block;
	margin-top: 10px;
	font-weight: normal;
}
.lc-owner-date a:hover
{
	color: #08c0cd;
}

.lc-owner-date:before{
	content: '';
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url(../images/filter.png) 0 0 no-repeat;
	margin-right: 10px;
	vertical-align: middle;
    margin-top: -4px;
}
.lc-owner-date-wrap{padding-top: 29px;}

.lc-owner-date-unit{
	width: 33.3333%;
	margin-bottom: 33px;
	float: left;
	padding-right: 5.6%;
}
.lc-owner-date-unit:nth-child(3n+3){float: right;}
.lc-owner-date-unit:nth-child(7),
.lc-owner-date-unit:nth-child(8){margin-bottom: 0;}
.lc-owner-date-name{
	color: #909090;
	font-size: 14px;
	margin-bottom: 12px;
}
.lc-owner-date-value{
	font-weight: bold;
	color: #505050;
	font-size: 18px;
	line-height: 22px;
}

.lc-owner-date-value .meters-photo{
	color: #505050;
	text-decoration: underline;
	font-weight: normal;
}

.lc-owner-date-value .meters-photo:hover{
	color: #08c0cd;
}



.lc-owner-date-value-tiket
{

	white-space: nowrap;
}


.lc-owner-date-value-tiket a.loaded
{
	overflow: hidden;
	white-space: nowrap;
	background: #eaeaea;
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding: 0 10px 0 10px;
	color: #505050;
	border-radius: 3px;
}


.lc-owner-date-value-tiket a.loaded:before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 19px;
	background: url(../images/file.png) 0 0 no-repeat;
	margin-right: 5px;
	vertical-align: middle;
    margin-top: -4px;
}

.lc-owner-date-value-tiket a.pdf:before{
	background-image: url(../images/pdf.png);
}

.lc-owner-date-value-tiket a.doc:before{
	background-image: url(../images/doc.png);
}

.lc-owner-date-value-tiket a.order-new-file
{
	font-size: 14px;
	font-weight: normal;
	color: #08c0cd;
	border-bottom: 1px dashed #08c0cd;
}

.lc-owner-date-value-tiket form
{
	position: absolute;
	left: -9999px;
}


.lc-owner-red-form,
.lc-owner-datas{display: none;}
.ls-owner-open{display: block;}

.lc-owner-date-red .data {
    width: 172px;
    background: url(../images/filter.png) right 6px no-repeat #fff;
}
.lc-owner-red-form .jq-selectbox,
.lc-owner-red-form .jq-file,
.lc-owner-red-form textarea,
.lc-owner-red-form input{
	display: block;
	background: #fff;   
    height: 43px;
	width: 100%;
	padding: 0 11px;
	color: #000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px;
	border: 1px solid #dbdbdb;
    outline: none;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.lc-owner-red-form textarea{
	resize: none;
	height: 126px;
	padding: 8px 11px;
}
.lc-owner-red-form .jq-selectbox{
	margin-bottom: 20px;
	background: url(../images/filter.png) right -20px no-repeat #fff;
}
.lc-owner-red-form .jq-selectbox__select {
	line-height: 43px;
	color: #000;
}
.lc-owner-red-form .jq-selectbox__dropdown {
    line-height: 43px;
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    left: 0;
    outline: none;
    padding: 0 15px;
    background: #fff;
}
.lc-owner-red-form .jq-file__name {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;	
    line-height: 43px;
	font-size: 14px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lc-owner-red-form .jq-file__browse {
    position: absolute;
    top: 5px;
    right: 4px;
    width: 99px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #909090;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    z-index: 2;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e1e1e1 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%,#e1e1e1 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#e1e1e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e1e1e1',GradientType=0 );
}
.lc-owner-date-red  input {
    display: inline-block;
    margin-right: 15px;
    padding: 0 15px 0 11px;	
	height: 34px;
}
.lc-owner-labelgroup label:last-child .jq-selectbox{margin: 0;}
.lc-owner-date-button{
    font-size: 12px;
    display: block;
    width: 118px;
    background: #08c0cd;
    height: 29px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    border: none;
    outline: none;
	position: absolute;
	top: 32px;
	right: 23px;
}
.lc-owner-date-button:hover{background: #19cedb;}

.ic-owner__block.open-form .ic-pdf-link{display: none;}
.ic-owner__block.open-form .ic-owner__block-title{color: #505050;}

.lc-check-unit{
	padding: 30px 0 35px 0;
	border-bottom: 1px solid #eaeaea;
}

.lc-check-unit.hided
{
	display: none;
}


.lc-check-unit:first-child{border-top: 1px solid #eaeaea;}
.lc-check-label{
	width: 70%;
	float: left;
	position: relative;
	padding-left: 43px;
}

.lc-check-label .order-extra-option.hided{
	display: none;
}
.lc-check-priceblock{
	width: 26%;
	float: right;
	text-align: right;
}



.lc-check-priceblock.hided
{
	display: none;
}

.lc-check-label-name {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    line-height: 26px;    
    color: #505050;    
}

.lc-check-label-name a
{
	color: #505050;
}
.lc-check-label-name a:hover
{
	color: #08c0cd;
}

.lc-check-label .dop {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    width: 26px;
    height: 26px;
}
.lc-check-label input:checked + .dop {
    background: url(../images/checked.png) center 0 no-repeat;
}

.change_expired .lc-check-label input:checked + .dop {
    background-position: center -26px;
}

.lc-check-label input:checked + .dop + .lc-check-label-name,
.lc-check-label-name.active {
    color: #505050;
}

.lc-check-label .jq-selectbox__select
{
	border: 1px solid #dbdbdb;
}

.lc-check-label .reserv-form__dop-date
{
	display: inline-block;
	width: auto;
	position: relative;
	top: 2px;
}

.lc-check-label .excursions-block
{
	position: relative;
}

.lc-check-label .date-picker-wrapper
{
	top: 30px!important;
	left: 90px!important;
}

.lc-check-label .booking_additional_date:before
{
	left: 25px;
}

.dop-sim {background: url(../images/checked.png) center -26px no-repeat;}

.lc-check-input{display: none;}
.lc-check-label-desc{
	line-height: 22px;
	font-size: 14px;
	margin: 10px 0;
}

.lc-check-label-desc.hided{
	display: none;
}

.lc-check-label .order-extra-option{
	margin-top: 15px;
}

.lc-check-label-more{
	color: #08c0cd;
	display: block;
}
.lc-check-label-more span{
	border-bottom: 1px dotted #08c0cd;
	cursor: pointer;
}
.lc-check-label-moretext{
	display: none;
	margin: 10px 0;
}
.lc-check-nights{
	font-size: 14px;
	color: #505050;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 15px;
}
.lc-check-agent{
	font-size: 12px;
	color: #909090;
	margin-bottom: 19px;
	line-height: 16px;
}
.lc-check-price {
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    line-height: 26px;
    font-weight: bold;
    color: #08c0cd;
}


.inactive .lc-check-price{
	color: #aeaeae;
}


/*
.lc-check-unit{display: none;}
*/

.lc-check-unit:nth-child(1),
.lc-check-unit:nth-child(2),
.lc-check-unit:nth-child(3){
	/*display: block !important;*/
	/*height: auto !important;
	padding: 30px 0 35px 0 !important;*/
}

#ic-owner-scheckform.hid .lc-check-label input:checked + .dop{background: url(../images/checked.png) center -26px no-repeat;}


.lc-check-botline{padding-top: 26px;}
.lc-check-block-toggle{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	position: relative;
	padding-left: 43px;
	font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #08c0cd;
	cursor: pointer;
}
.lc-check-block-toggle span{border-bottom: 1px dotted #08c0cd;}
.lc-check-block-toggle:before{
	content: "+";
	display: block;
	width: 25px;
	height: 25px;
	border: 2px solid #08c0cd;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 17px;
    font-size: 38px;
}
.lc-check-calc{
	font-family: 'Exo 2', sans-serif;
	float: right;
	width: 26%;
	color: #505050;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
}
.lc-check-calc span{
	font-size: 30px;
	float: right;
	line-height: 23px;
	text-transform: lowercase;
}

.hid .lc-owner-date-button{display: none;}

.lc-schedule-unit{
	padding: 30px 0;
	position: relative;
	border-top: 1px solid #eaeaea;
}

.lc-schedule-unit.inactive,
.lc-schedule-unit.inactive *
{
	color: #b5b5b5;
}

.lc-schedule-unit.inactive .lc-schedule-date
{
	color: #fff;
	background: #b5b5b5;
}

.lc-schedule-unit.inactive:after
{
	content: '';
	display: block;
	width: 113px;
	height: 113px;
	position: absolute;
	background: url('../images/paid_stamp.png') no-repeat center center;
	top: 50%;
	transform: translateY(-50%);
	right: 20%;
}


.lc-schedule-priceblock{
	width: 26%;
    position: absolute;
	right: 0;
	top: 30px;
    text-align: right;
}
.lc-schedule-title {
	display: inline-block;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    line-height: 26px;
    color: #505050;
	margin-bottom: 16px;
}
.lc-schedule-date{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	line-height: 20px;
	border-radius: 3px;
	background: #08c0cd;
	margin-left: 11px;
}
.lc-schedule-item{
	font-size: 14px;
	line-height: 22px;
	color: #202020;
	list-style: disc;
	margin-bottom: 15px;
	margin-left: 18px;
	padding-right: 26%;
	position: relative;
}

div.lc-schedule-item
{
	margin-left: 0px;
	margin-top: 20px;
}

.lc-schedule-item span{color: #505050;}
.lc-schedule-item:last-child{margin-bottom: 0;}
span.lc-schedule-itemprice{
	color: #909090;
	position: absolute;
	top: 0;
	right: 0;
}

span.lc-schedule-itemprice a{
	color: #08c0cd;
	text-decoration: underline;
	font-size: 12px;
}
.lc-schedule-priceblock {
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    line-height: 26px;
    font-weight: bold;
    color: #08c0cd;
}
.lc-schedule-priceblock span{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
    vertical-align: top;
	margin-right: 10px;
}
.lc-info-unit {
    padding: 30px 0 0 0;
    border-top: 1px solid #eaeaea;
}
.lc-info-unit{line-height: 22px;}
.lc-info-unit a{
	color: #08c0cd;
	text-decoration: underline;
}
.lc-info-unit a:hover{text-decoration: none;}
.lc-info-title {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    line-height: 26px;
    color: #505050;
    margin-bottom: 16px;
}
.lc-info-more {
    color: #08c0cd;
    display: block;
	margin-top: 20px;
}
.lc-info-more span {
    border-bottom: 1px dotted #08c0cd;
    cursor: pointer;
}
.lc-info-moretext {
    display: none;
    margin: 10px 0;
}
.lc-info-unit .lc-schedule-item{padding: 0;}

@media screen and (max-width: 1023px){
	.lc-owner-cont {padding: 30px 30px 85px 30px;}
	.line-title.lc-owner__title{margin-bottom: 10px;}
	.ic-owner__block{
		border: none;
		padding: 30px 0 25px 0;
	}
	.ic-owner__block-title{font-size: 22px;}
	.lc-owner-date-unit{width: 45%;}
	.lc-owner-date-unit:nth-child(odd){float: left !important;}
	.lc-owner-date-unit:nth-child(even){float: right !important;}
	.lc-owner-date-unit:nth-child(2n+3){clear: both;}
	.lc-check-calc{width: 35%;}
	.lc-check-block-toggle{font-size: 22px;}
	span.lc-schedule-itemprice {
		width: 26%;
		text-align: right;
	}
	.ic-pdf-link{
		margin-top: -3px;
		left: 0;
	}
	.ic-red {
		margin-top: -3px;
		right: 0;
	}
	.lc-owner-date-button{
		    top: 29px;
   			right: 0;
	}
	.lc-info-unit {padding: 20px 0;}
	
}
@media screen and (max-width: 767px){
	.lc-owner__title:before{display: none;}
	.ic-pdf-link {
		position: static;
		display: block;
		float: left;
		margin-top: 0;
		margin-bottom: 20px;
		padding: 0px 7px 0 30px;
	}
	.ic-red {
		position: static;
		display: block;
		float: right;
		margin-top: 0;
		margin-bottom: 20px;
		padding: 0 26px 0 5px;
	}
	.ls-owner-open {clear: both;}
	.lc-owner-cont {padding: 30px 12px 75px 12px;}
	.lc-owner-date span {display: block;}
	.lc-owner-date:before{margin-right: 5px;}
	.lc-owner-date-unit:nth-child(7),
	.lc-owner-date-unit {
		width: 100%;
		margin-bottom: 20px;
	}
	.open-form .ic-red{display: none;}
	.open-form .ic-owner__block-title{margin-bottom: 48px;}
	.lc-owner-date-button {
		top: 62px;
		right: 50%;
		margin-right: -59px;
	}
	span.lc-schedule-itemprice{
		position: relative;
		color: #505050;
	}
	
	.lc-owner-date-red .data {width: 44%;}
	.lc-check-unit{clear: both;}
	.lc-check-label {width: 100%;}
	.lc-check-label-name {font-size: 18px;}
	#ic-owner-scheckform .ic-pdf-link,
	#ic-owner-scheckform .ic-red{display: none;}
	#ic-owner-scheckform.hid .ic-pdf-link,
	#ic-owner-scheckform.hid .ic-red{display: block;}
	#ic-owner-scheckform.hid .ic-owner__block-title{margin-bottom: 20px;}
	#ic-owner-scheckform .ic-owner__block-title{margin-bottom: 48px;}
	.lc-check-priceblock {
		width: 100%;
		float: none;
		text-align: center;
		padding-top: 35px;
		clear: both;
	}
	.lc-check-block-toggle{margin-bottom: 24px;}
	.lc-check-calc {
		width: 100%;
		text-align: center;
		border-top: 1px solid #eaeaea;
		float: none;
		padding-top: 28px;
	}
	.lc-check-calc span {
		float: none;
		display: block;
		line-height: 35px;
	}
	.ic-pdf-link.mid{
		margin-left: 50%;
    	-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
    	white-space: nowrap;
	}
	.lc-schedule{clear: both;}
	.lc-schedule-title {
		font-size: 18px;
		margin: 0 5px 5px 0;
	}
	.lc-schedule-date{margin: 0 0 15px 0;}
	.lc-schedule-priceblock {
		width: 100%;
		position: static;
		text-align: center;
		padding-top: 22px;
	}
	.lc-schedule-priceblock span{
		display: block;
		margin: 0;
	}
	.lc-info{clear: both;}
	.lc-schedule-item{padding-right: 15%;}

}

.owner-calendar-block
{
	background: #fff;
	padding: 30px 20px;
}

.owner-calendar-block:after
{
	content: '';
	display: block;
	clear: both;
}

.owner-calendar
{
	float: right;
	width: 80%;	
}

.owner-calendar-block .owner-calendar-legend
{
	float: left;
	width: 20%;
	height: 100%;
	padding-right: 20px;
}

.owner-calendar-block .legend-element
{
	display: block;
	color: #fff;
	line-height: 14px;
	font-size: 12px;
	padding: 5px 10px;
	border: 3px solid #fff;
	background: #359cad;
}

.owner-calendar-block .legend-element:hover
{
	opacity: 0.7;
}

.owner-calendar-block .legend-element.active
{
	border-color: #08c0cd;
}

.owner-calendar-block .legend-element.item_1
{
	background: #ffc600;
}

.owner-calendar-block .legend-element.item_2
{
	background: #87c830;
}

.owner-calendar-block .legend-element.item_3
{
	background: #9b9696;
}

.owner-calendar-block .legend-element.item_4
{
	background: #fe7e10;
}

.owner-calendar-block .legend-element.item_5
{
	background: #0f80d7;
}

.owner-calendar-block .legend-element.item_6
{
	background: #1fd6a4;
}

.owner-calendar-block .legend-element.item_7
{
	background: #1dc5cb;
}

.owner-calendar-block .legend-element.item_8
{
	background: #c888ab;
}

.owner-calendar-block .legend-element.item_9
{
	background: #795a41;
}

.owner-calendar-block .legend-element.item_10
{
	background: #c19169;
}

.owner-calendar-block .legend-element.item_11
{
	background: #fd5858;
}

.owner-calendar-block .legend-element.item_12
{
	background: #cc60e3;
}

.owner-calendar-block .legend-element.item_13
{
	background: #9fca4a;
}

.owner-calendar-block .legend-element.item_14
{
	background: #e9e9e9;
	color: #000;
}

.owner-calendar-block .legend-element.item_15
{
	background: #2196f3;
}

.owner-calendar-block .legend-element.item_16
{
	background: #ccdeea;
	color: #000;
}

/* style3.css end */

.center
{
	text-align: center;
}

.button-blue
{
	display: inline-block;
	background: #08c0cd;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    text-align: center;
    transition: all 0.25s ease 0s;
    padding: 0 25px;
}

.button-blue:hover
{
	background: #19cedb;
}

.main-description ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-description ul li li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.padding-left {
    padding-left: 20px;
}

/* Временно скрываем формы */
section.back {
	display: none;
}

/* Вносим доп. правки */
.header__phone {
	display: flex;
	align-items: center;
	justify-content: center;
	right: 8.6%;
}

.header__phone svg {
	margin-right: 4px;
}

@media (max-width: 1025px) {
	.header__phone {
		height: 10px;
	}
}