





/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}







body {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	font-family: Arial, sans-serif;
}







.container {
	margin: 0 auto;
	position: relative;
	width: 960px;
}


img {
	max-width: 100%;
}



.container::after,
ul::after,
ol::after {
	clear: both;
	content: '';
	display: table;
}



i,em { font-style: italic; }
b, strong { font-weight: 700; }




h1,.h1 {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 25px;
}




/* header */
.header {
	min-width: 960px;
	padding: 33px 0 29px;
}
.header .logo,
.header .contacts {
	float: left;
}

.header .logo {
	padding-top: 21px;
	width: 31.33333333333333%;
}


.header .contacts {
	width: 68.66666666666667%;
}
.header .contacts::after {
	clear: both;
	content: '';
	display: table;
}
.header .contacts .item {
	float: left;
	text-align: center;
	width: 50%;
}
.header .contacts .name {
	font-size: 16px;
	margin-bottom: 14px;
}
.header .contacts .value,
.header .contacts .value a {
	color: #000;
	font-size: 23px;
	font-weight: 700;
	text-decoration: none !important;
}
.header .contacts .value {
	margin-bottom: 22px;
}
.header .contacts .value span {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}


.red-btn {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;

	box-shadow: 1px 1px 4px rgba(3, 38, 27, .8);
	-webkit-box-shadow: 1px 1px 4px rgba(3, 38, 27, .8);
	-moz-box-shadow: 1px 1px 4px rgba(3, 38, 27, .8);
	-o-box-shadow: 1px 1px 4px rgba(3, 38, 27, .8);
	-ms-box-shadow: 1px 1px 4px rgba(3, 38, 27, .8);

	border: 0;
	border: 1px solid #bc9127;
	border-top: 0;
	background: none;
	background-color: #efb832;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	line-height: 43px;
	min-width: 238px;
	min-height: 43px;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;

	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}
.red-btn::before {
	margin-right: 12px;
	vertical-align: middle;
}
.red-btn.call::before {
	background: url("images/new/call-white-i.png") no-repeat left top;
	content: '';
	display: inline-block;
	height: 22px;
	width: 22px;
}
.red-btn.utm::before {
	background: url("images/new/contact-white-i.png") no-repeat left top;
	content: '';
	display: inline-block;
	height: 25px;
	width: 25px;
}




/* nav */
.slicknav_menu,
.slicknav_btn {
  background: #195262 !important;
}

.nav {
	background-color: #195262;
	min-width: 960px;
	margin-bottom: 26px;
}
.nav ul li {
	float: left;
	margin: 6px 0 7px;
}
.nav ul li a {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 17px 31px 19px 28px;
	text-decoration: none;
	text-transform: uppercase;
}
.nav ul li a:hover,
.nav ul li a.selected {
	background-color: #78b29d;
	color: #fff;
	text-decoration: none;
}
.nav ul li a::after {
	border-right: 1px solid #306472;
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	right: -1px;
	bottom: 6px;
}
.nav ul li:last-child a::after {
	display: none;
}







/* photo-slider */
.photo-slider {
	min-width: 960px;
	margin-bottom: 15px;
}
.photo-slider .item {
  height: 488px;
	margin: 0 15px 10px 13px;
	text-align: center;
}

.photo-slider .owl-dots {
	text-align: center;
}
.photo-slider .owl-dot {
	display: inline-block;
	margin: 5px 5px 0;
}
.photo-slider .owl-dot > span {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: #fff;
	border: 4px solid #78b29d;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	height: 10px;
	width: 10px;
}
.photo-slider .owl-dot.active > span {
	border-color: #fff;
	background-color: #78b29d;
}



/* bronirovanie */
.bronirovanie {
	min-width: 960px;
	margin-bottom: 45px;
}
.calculator {
	background-color: #195262;
	margin: 0 15px 0 13px;
	padding: 23px 17px 13px 21px;
}
.calculator::after {
	clear: both;
	content: '';
	display: table;
}
.calculator .title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 22px;
	text-align: center;
}



.calculator .form-label {
	color: #fff;
	display: block;
	font-size: 14px;
	font-family: Arial, sans-serif
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 13px;
	padding: 4px 0 3px;
	text-transform: uppercase;
}

.calculator .form-inputs {
	float: left;
	width: 79.19463087248322%;
}
.calculator .form-submit {
	float: left;
	padding-top: 33px;
	width: 20.80536912751678%;
}
.calculator .form-submit input {
	display: block;
	line-height: 1;
	min-height: auto;
	min-width: auto;
	padding: 12px;
	width: 100%;
}


.date-area {
	float: left;
	width: 49%;
}
.date-area::after,
.calc-form::after {
	clear: both;
	content: '';
	display: table;
}
.date-area .item {
	float: left;
	margin: 0 8.571428571428571% 23px 0;
	width: 45.71428571428571%;
}
.date-area .item:nth-of-type(2n) {
	margin: 0 0 23px 0;
}
.date-area .item label {
	background: url("images/new/date-white-i.png") no-repeat left top;
	color: #fff;
	display: block;
	font-size: 14px;
	font-family: Arial, sans-serif
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 13px;
	padding: 4px 0 3px 31px;
	text-transform: uppercase;
}
.date-area .item input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 0;
	background: none;
	background-color: #fff;
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	line-height: 16px;
	outline: none;
	padding: 7px 11px;
	width: 100%;
}



.adults-area {
	float: left;
	margin: 0 4%;
	text-align: center;
	width: 13%;
}
.adults-area::after,
.form-inputs::after {
	clear: both;
	content: '';
	display: table;
}
.adults-area input,
.count-btn {
	display: inline-block;
}

.adults-area input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 0;
	background: none;
	background-color: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	line-height: 16px;
	margin: 0 10px;
	outline: none;
	padding: 7px 0;
	text-align: center;
	width: 33px;
}

.count-btn {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background: none;
	background-color: #fff;
	border: 0;
	cursor: pointer;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	line-height: 18px;
	height: 18px;
	padding: 0;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	width: 18px;
}
.count-btn:hover {
	background-color: #78b29d;
	color: #fff;
}




.deti-area {
	float: left;
	width: 30%;
}



.checked-elements::after {
	clear: both;
	content: '';
	display: table;
}
.checked-elements input {
	display: none;
}
.checked-element {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	line-height: 33px;
	height: 33px;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	width: 33px;
}
.checked-element.selected,
.checked-element:hover {
	background-color: #78b29d;
	color: #fff;
}







.i-select {
	color: #000;
	font-size: 17px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	position: relative;
}
.i-select input {
	display: none;
}
.i-select > * {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}
.i-select-selected {
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	cursor: pointer;
	line-height: 33px;
	height: 33px;
	overflow: hidden;
	position: relative;
	padding: 0 39px 0 11px;
}
.i-select-selected::after {
	background: #fff url("images/new/selector-i.png") no-repeat center center;
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 33px;
}
.i-select-selected.active::after {
	background: #fff url("images/new/selector-active-i.png") no-repeat center center;
}
.i-select-list {
	background-color: #fff;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 10;
}
.i-select-option {
	padding: 9px 11px;
}
.i-select-option:hover,
.i-select-option.selected {
	background-color: #78b29d;
	color: #fff;
	cursor: pointer;
}




.age-child {
	clear: left;
	float: left;
	width: 34%;
}
.age-child .i-select {
	float: left;
	margin: 0 9.570957095709571% 23px 0;
	width: 45.21452145214521%;
}
.age-child .i-select:nth-of-type(2n) {
	margin: 0 0 23px 0;
}





/* nav-categories */
.nav-categories {
	min-width: 960px;
}
.nav-categories .list {
	margin: 0 15px 0 13px;
}
.nav-categories .list::after {
	clear: both;
	content: '';
	display: table;
}
.nav-categories .novosti,
.nav-categories .aktsii,
.nav-categories .bilety {
	float: left;
	margin-bottom: 20px;
	width: 31.5450643776824%;
}
.nav-categories .novosti,
.nav-categories .aktsii {
	margin-right: 2.682403433476395%;
}

.nav-categories .novosti .item,
.nav-categories .aktsii .item {
	padding: 19px 20px;
}

.nav-categories .novosti .title,
.nav-categories .aktsii .title,
.nav-categories .bilety .title {
	background-color: #195262;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	padding: 15px;
	text-align: center;
} 

.nav-categories .novosti .list,
.nav-categories .aktsii .list,
.nav-categories .bilety .list {
	background-color: #f9f8ec;
	margin: 0;
	min-height: 218px;
}

.nav-categories .bilety .list {
	padding: 28px 0;
	min-height: 162px;
}

.nav-categories .novosti .list::after,
.nav-categories .aktsii .list::after,
.nav-categories .bilety .list::after {
	clear: both;
	content: '';
	display: table;
}


.nav-categories .novosti .date,
.nav-categories .aktsii .name {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 13px;
}

.nav-categories .aktsii .name {
	text-align: center;
}

.nav-categories .novosti .preview,
.nav-categories .aktsii .preview {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.38;
	padding-bottom: 19px;
}

.nav-categories .novosti .preview {
	min-height: 98px;
}

.nav-categories .aktsii .preview {
	min-height: 126px;
  text-align: center;
}

.nav-categories .aktsii .sale {
	color: #195262;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	padding: 0 0 15px;
	text-align: center;
	text-transform: uppercase;
}

.nav-categories .novosti .more,
.nav-categories .aktsii .more {
	text-align: center;
}
.nav-categories .novosti .more a,
.nav-categories .aktsii .more a {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	background-color: #78b29d;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	padding: 11px 20px 12px;
	text-decoration: none;
	text-transform: uppercase;

	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	-ms-transition: all .15s linear;
}
.nav-categories .novosti .more a:hover,
.nav-categories .aktsii .more a:hover {
	background-color: #195262;
	color: #fff;
}

.nav-categories .bilety .item {
	padding: 7px 12px;
}
.nav-categories .bilety .item a {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 17px center; 
	color: #000;
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 0.68;
	margin: 0;
	padding: 25px 25px 26px 85px;
	text-decoration: none;

	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	-ms-transition: all .15s linear;

	width: auto;
}
.nav-categories .bilety .item a:hover {
	background-color: #efb832;
	color: #fff;
	text-decoration: none;
}

.nav-categories .bilety .item:nth-of-type(1) a {
	background-image: url('images/new/zhd-bilety.png');
}
.nav-categories .bilety .item:nth-of-type(2) a {
	background-image: url('images/new/avia-bilety.png');
	background-position: 23px center;
}

.nav-categories .bilety .item:nth-of-type(1) a:hover {
	background-image: url('images/new/zhd-bilety-white.png');
}
.nav-categories .bilety .item:nth-of-type(2) a:hover {
	background-image: url('images/new/avia-bilety-white.png');
}






/* content */
.content-block {
	line-height: 1.38;
	min-width: 960px;
	padding: 25px 0;
}
.content {
	padding: 0 15px 0 13px;
}
.content p {
	padding: 8px 0;
}
.content ul li {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
	padding: 3px 0;
}
.content ul li::before {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: #78b29d;
	content: '';
	display: inline-block;
	margin-right: 14px;
	height: 6px;
	vertical-align: middle;
	width: 6px;
}





/* nomera */
.nomera .item {
	margin-bottom: 40px;
}
.nomera .item::after {
	clear: both;
	content: '';
	display: table;
}
.nomera .name {
	background-color: #195262;
	color: #fff;
	clear: both;
	float: none;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 25px;
	padding: 14px;
	text-align: center;
}
.nomera .photos {
	float: left;
  margin-right: 4.07288317256163%;
	width: 45.98070739549839%;
}
.nomera .big-photo {
	margin-bottom: 8px;
	overflow: hidden;
}
.nomera .big-photo a {
	cursor: pointer;
	display: block;
	max-height: 260px;
	width: 100%;
}
.nomera .min-photo {
	cursor: pointer;
	height: 62px;
}
.nomera .text {
	color: #000;
	/*float: right;*/
	font-size: 13px;
	font-weight: 400;
	/*width: 50.05359056806002%;*/
}
.nomera .desc {
  min-height: 105px;
	padding-bottom: 20px;
}
.nomera .prop {
	padding: 4px 0;
}
.nomera .prop span {
	font-size: 14px;
	font-weight: 700;
}
.nomera .props {
  min-height: 275px;
}
.nomera .buttons {
	padding-top: 18px;
	text-align: right;
}
.nomera .buttons a {
	margin-left: 19px;
	vertical-align: bottom;
}
.nomera .buttons .more-btn {
  font-size: 12px;
  font-weight: 400;
	min-width: 86px;
  margin-bottom: -1px;
  padding: 11px 20px 12px !important;
  text-align: center;
}
.nomera .buttons .calc-btn {
  padding: 7px 37px 5px;
}




/* ceny */
.ceny .item {
	margin-bottom: 40px;
}
.ceny .item::after {
	clear: both;
	content: '';
	display: table;
}
.ceny .name {
	background-color: #195262;
	color: #fff;
	clear: both;
	float: none;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 25px;
	padding: 14px;
	text-align: center;
}
.ceny .button {
	padding-top: 30px;
}




/* galereja */
.galereja::after {
	clear: both;
	content: '';
	display: table;
}
.galereja .item {
	float: left;
	height: 145px;
	margin: 0 1.607717041800643% 21px 0;
	overflow: hidden;
	width: 23.79421221864952%;
}
.galereja .item:nth-of-type(4n) {
	margin: 0 0 21px 0;
}
.galereja .item:nth-of-type(4n+1) {
	clear: left;
}



th, td {
	border: 1px solid #000;
	line-height: 1.38;
	padding: 4px 2px 3px;
	text-align: center;
	vertical-align: middle;
}





.more-btn {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	background-color: #78b29d;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 40px 11px;
	text-decoration: none;
	text-transform: uppercase;

	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	-ms-transition: all .15s linear;
}
.more-btn:hover {
	background-color: #195262;
	color: #fff;
}

.calc-btn {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;

	box-shadow: 1px 1px 4px rgba(3, 38, 27, .8);
	-webkit-box-shadow: 1px 1px 4px rgba(3, 38, 27, .8);
	-moz-box-shadow: 1px 1px 4px rgba(3, 38, 27, .8);
	-o-box-shadow: 1px 1px 4px rgba(3, 38, 27, .8);
	-ms-box-shadow: 1px 1px 4px rgba(3, 38, 27, .8);

	border: 0;
	border: 1px solid #bc9127;
	border-top: 0;
	background: none;
	background-color: #efb832;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
	outline: none;
	padding: 9px 38px;
	text-transform: uppercase;
	text-decoration: none;

	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}
.calc-btn::before {
	margin-right: 14px;
	vertical-align: middle;
}
.calc-btn::before {
	background: url("images/new/calc-white-i.png") no-repeat left top;
	content: '';
	display: inline-block;
	height: 24px;
	width: 20px;
}




/* form-callback */
.form-callback-block {
	background-color: #195262;
	margin-bottom: 35px;
	min-width: 960px;
	padding: 25px 0;
}
.form-callback-block .title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 32px;
	text-align: center;
}
.form-callback::after {
	clear: both;
	content: '';
	display: table;
}
.form-callback {
	text-align: center;
}
.form-callback label {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-right: 26px;
	text-transform: uppercase;
}
.form-callback input[type="text"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: none;
	background-color: #fff;
	border: 0;
	color: #666;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-right: 26px;
	outline: none;
	padding: 10px 25px;
	width: 300px;
}
.form-callback input[type="submit"] {
	line-height: 1;
	min-height: auto;
	min-width: auto;
	padding: 12px 47px;
}




/* photo-gallery */
.photo-gallery {
	min-width: 960px;
	padding-bottom: 44px;
}
.photo-gallery .gallery {
	margin: 0 15px 0 13px;
}
.photo-gallery .title {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 35px;
	text-align: center;
}
.photo-gallery .item {
	height: 145px;
}
.photo-gallery .owl-prev,
.photo-gallery .owl-next {
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1;
	margin-top: -28px;
	height: 38px;
	position: absolute;
	top: 50%;
	width: 24px;
}
.photo-gallery .owl-prev {
	background-image: url("images/new/gallery-prev.png");
	left: -37px;
}
.photo-gallery .owl-prev:hover,
.photo-gallery .owl-prev.disabled {
	background-image: url("images/new/gallery-prev-active.png");
}
.photo-gallery .owl-next {
	background-image: url("images/new/gallery-next.png");
	right: -37px;
}
.photo-gallery .owl-next:hover,
.photo-gallery .owl-next.disabled {
	background-image: url("images/new/gallery-next-active.png");
}







/* nav-city */
.nav-city {
	min-width: 960px;
}
.nav-city .list {
	padding: 0 15px 0 13px;
}
.nav-city .list::after {
	clear: both;
	content: '';
	display: table;
}
.nav-city .otzyvy,
.nav-city .oteli,
.nav-city .pogoda {
	background-color: #f9f8ec;
	float: left;
	margin-bottom: 47px;
	min-height: 278px;
	width: 31.5450643776824%;
}
.nav-city .otzyvy,
.nav-city .oteli {
	margin-right: 2.682403433476395%;
}
.nav-city .otzyvy .title,
.nav-city .oteli .title,
.nav-city .pogoda .title {
	background-color: #195262;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	padding: 15px;
	text-align: center;
} 
.nav-city .otzyvy .list,
.nav-city .oteli .list,
.nav-city .pogoda .informer {
	min-height: 165px;
	padding: 13px 20px;
}
.nav-city .otzyvy .name {
	color: #000;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 13px;
}
.nav-city .otzyvy .preview {
	font-size: 13px;
    font-weight: 400;
    line-height: 1.38;
    
    height: 105px;
    overflow: hidden;        
}
.nav-city .oteli .item {
	padding: 4px 0;
}
.nav-city .oteli .item,
.nav-city .oteli .item a {
	color: #000;
	font-size: 13px;
	text-decoration: none;
}
.nav-city .oteli .item a:hover {
	color: #000;
	text-decoration: underline;
}
.nav-city .otzyvy .more,
.nav-city .oteli .more {
	padding-bottom: 19px;
	text-align: center;
}
.nav-city .otzyvy .more a,
.nav-city .oteli .more a {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	background-color: #78b29d;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	padding: 11px 20px 12px;
	text-decoration: none;
	text-transform: uppercase;

	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	-ms-transition: all .15s linear;
}
.nav-city .otzyvy .more a:hover,
.nav-city .oteli .more a:hover {
	background-color: #195262;
	color: #fff;
}





/* footer */
.footer {
	background-color: #272727;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	min-width: 960px;
	padding: 25px 0;
}
.footer a {
	color: #ccc;
	text-decoration: none;
}

.col-left,
.col-right {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 50%;
}
.col-left {
	clear: left;
	float: left;
}
.col-right {
	float: right;
	padding-right: 15px;
}


.footer .col-right {
	text-align: right;
}
.footer .phone,
.footer .phone a {
	color: #fff;
	font-size: 36px;
	text-decoration: none !important;
}
.footer .phone {
	padding: 30px 0 3px;
}

.footer .call-info {
	color: #efb832;
	padding-bottom: 50px;
}

.footer .col-left .links {
	padding-left: 13px;
}

.links .item {
	padding: 3px 0;
}
.links .item,
.links a {
	color: #ccc;
	font-size: 12px;
	text-decoration: none;
}
.links a {
  display: inline-block;
}
.links a:hover {
	text-decoration: underline;
}


.nav-bottom {
	margin-bottom: 15px;
}
.nav-bottom::after {
	clear: both;
	content: '';
	display: table;
}
.nav-bottom ul li a {
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 12px 13px;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-bottom ul li a:hover,
.nav-bottom ul li a.selected {
	background-color: #78b29d;
	color: #fff;
	text-decoration: none;
}

/*.nav-main {
	float: left;
	width: 25.625%;
}
.nav-info {
	float: left;
	width: 60.41666666666667%;
}*/

.nav-main {
  width: 50.625%;
}
.nav-main ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  -ms-column-count: 2;
}





/* popup-call */
.popup-call {
	background: rgba(62, 53, 82, .75);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 100000;
	width: 100%;
}
.popup-call .place {
	background-color: #fff;

	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	
	box-shadow: 15px 15px 15px #303131;
	-webkit-box-shadow: 15px 15px 15px #303131;
	-moz-box-shadow: 15px 15px 15px #303131;
	-o-box-shadow: 15px 15px 15px #303131;
	-ms-box-shadow: 15px 15px 15px #303131; 

	max-width: 630px;
	max-height: 470px;
	margin: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 80%;
}
.popup-call .title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	padding: 25px 0 10px;
	text-align: center;
}
.popup-call .subtitle {
	color: #000;
	font-size: 16px;
	padding: 0 0 25px;
	text-align: center;
}



#orderform {
  background: #195262;
  color: #fff;
  padding: 15px;
}
#orderform p::after {
  clear: both;
  content: '';
  display: table;  
}

#orderform p input[type="text"],
#orderform p textarea,
#orderform p select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  float: right;
  padding: 7px;
  vertical-align: top;
  width: 50%;
}


#orderform p input[type="text"] {
  display: inline-block;
}

#orderform p textarea {
  display: inline-block;
}

#orderform p select {
}

#orderform p input[type="submit"] {
  float: right;
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 100px;
}




.popup-form {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;

  border: 1px solid #195262;
  background-color: #fff;
  display: none;
  max-width: 304px;
  padding: 12px;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.popup-form form input[type="text"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: none;
  background-color: #fff;
  border: 1px solid #aaa;
  color: #303131;
  display: block;
  font-size: 15px;
  font-weight: 400;
  font-family: sans-serif;
  line-height: 1;
  margin: 0 0 15px;
  outline: none;
  padding: 11px 9px;
  width: 100%;
}
.popup-form form input[type="text"]:focus {
  border: 1px solid #195262;
}

.popup-title {
  color: #303131;
  font-size: 18px;
  font-weight: 700;
  font-family: sans-serif;
  margin-bottom: 15px;
  text-align: center;
}

.popup-close {
  text-align: right;
}
.popup-close-btn {
  cursor: pointer;
  color: #303131;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  font-family: sans-serif;
  text-decoration: none;
}
.popup-close-btn:hover {
  color: #ff5555;
  text-decoration: none;
}

.popup-form input[type="submit"] {
  display: block;
  margin: 0 auto;
}

.popup-form .red-btn {
  line-height: 32px;
  min-width: 183px;
  min-height: 32px;
}




/* form-corporate */
.form-corporate {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	box-shadow: 3px 3px 20px rgba(3, 38, 27, .8);
	-webkit-box-shadow: 3px 3px 20px rgba(3, 38, 27, .8);
	-moz-box-shadow: 3px 3px 20px rgba(3, 38, 27, .8);
	-o-box-shadow: 3px 3px 20px rgba(3, 38, 27, .8);
	-ms-box-shadow: 3px 3px 20px rgba(3, 38, 27, .8);

	background-color: #195262;
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 800px;
	z-index: 99999;
	padding: 13px 35px 25px;
	width: 98%;
}
.form-corporate .form-title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	line-height: 1;
	margin-bottom: 27px;
	text-align: center;
}
.form-corporate .form-close {
	text-align: right;
}
.form-corporate .form-close a {
	background: url("images/i-close-purple.png") no-repeat left top;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin-right: -23px;
	margin-bottom: -4px;
	width: 16px;
}
.form-corporate .form-element {
	margin-bottom: 15px;
  position: relative;
}
.form-corporate .form-element::after,
.form-corporate .form-input::after {
	clear: both;
	content: '';
	display: table;
}
.form-corporate .form-label {
	color: #fff;
	display: block;
	font-size: 14px;
	font-family: Arial, sans-serif
	font-weight: 400;
	float: left;
	line-height: 16px;
	padding: 10px 0;
	text-transform: uppercase;
	width: 26.98630136986301%;
}
.form-corporate .form-input {
	float: right;
	width: 73.01369863013699%;
}
.form-corporate .form-input > input[type="text"] {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 0;
    background: none;
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 16px;
    outline: none;
    padding: 7px 11px;
    width: 100%;
}

.form-corporate .form-input > textarea {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 0;
    background: none;
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 16px;
    min-height: 57px;
    outline: none;
    padding: 7px 11px;
    resize: none;
    width: 100%;
}

.form-corporate .form-input .form-column {
	float: left;
	width: 46.90431519699812%;
}
.form-corporate .form-input .form-column:nth-of-type(2n-1) {
	margin-right: 6.191369606003752%;
}

.form-corporate .form-input .form-column .form-element {
	margin-bottom: 0;
}


.form-corporate .form-input .form-column .form-label {
	width: 13.6%;
}
.form-corporate .form-input .form-column .form-input {
	width: 86.4%;
}

.form-corporate .form-submit {
	text-align: center;
}
.form-corporate .form-submit .red-btn {
	line-height: 1;
	min-height: auto;
	min-width: auto;
	padding: 11px 73px;
}

.form-corporate .eForm {
  border-radius: 3px;
  background-color: #ff5555;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  padding: 5px;
  position: absolute;
  left: 27%;
  top: 100%;
  margin-top: -7px;
}

.form-message {
  background-color: #5EC591;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 12px;
  text-align: center;
}
.form-message.danger {
  background-color: #ff5555;
}

 
.kalendar input[type="text"] {


     box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    float: left;
    padding: 7px;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;

}

.kalendar div{
 width:100%;
}
#orderform p input[type="text"] {
    display: inline-block;
    width: 100%!important;
}

.gsInformer{
  width: 254px!important;
 }
 
 
 
.text-s {         
  display: block;
  width: 288px;
  min-height: 100px;
  position: fixed;
  right: 1%;
  bottom: 10%;
  z-index: 9999;         
}
         
.box-oval {
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  height: 70px;
  background: #efb832;
  border-radius: 50px 50px 0px 0px;
}
         
.cl {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}
         
.box-text {
  background: white;
  border-bottom: 1px solid #bababa;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  border-radius: 0px 0px 50px 50px;
  text-align: center;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
                
.name-n {
  color: #195262;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tt-n {
  font-weight: bold;
  margin-bottom: 15px;
}





/****** NEW FORM BRON *****/
.counter a:hover { background-color: #efb832; }
.form-bron, .form-nomera .name { background: #195262; }
.button-calculator, .button-bron { border-bottom: 1px solid #efb832; }
.button-calculator { background: #efb832 url("/work_file_for_cites/theme_five/images/icon_calc.png") no-repeat 38px center; }
.circle-text, .button-more { color: #efb832; }
.button-more { background: url("images/new/icon_info.png") no-repeat left top; }
.button-bron { background: #efb832; }
.title-tur { background: #195262; }
.agreement-wrap input[type="checkbox"]:checked + a::before { background: #fff url("images/new/icon_checked.png") no-repeat center center; }
.turisty .form-group { border-top: 1px dashed #195262; }
.form-bron-popup > .form-popup input[type="submit"] { background: #efb832 !important; }
.form-tur, .loader-info { background-color: #f9f8ec !important; }