/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles
   ========================================================================== */

html {
    color: #222;
}

body {
    font: 16px/26px Helvetica, sans-serif;
	background: #e9ffc5;
}

::-moz-selection {
    background: #d6ff94;
    text-shadow: none;
}

::selection {
    background: #d6ff94;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #2c4162;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
	outline: none !important;
}

/* ===================
    i-Theme
   =================== */

.header-container {
    border-bottom: 5px solid #2c4162;
}

.header-container {
    background: #ffffff;
}

.footer-container {
    border-top: 5px solid #2c4162;
}

.footer-container {
    background: #505050;
}

.i-logo {
	font: 28px/48px Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.menu-s {
	font-size: 36px;
	margin: 6px 0 0 14px;
	color: #2c4162;
}
.menu-s:hover {
	cursor: pointer;
}

h1 {
    font-size: 26px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 19px;
}
h4 {
    font-size: 16px;
}

.main h1, .main h2, .main h3, .main h4, .main i {
    color: #2c4162;
}

.main h2, h3, h4 {
    margin-top: -16px;
	padding-top: 16px;
}

.main .pretext {
    padding: 25px 0 10px 0;
	border-bottom: 1px dashed #a9db4d;
}
.main .pretext .fa {
    padding: 0 10px;
}

.main-container .sitemap p {
	text-indent: 0;
}

.hnopic {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #2c4162;
}

a {
	color: #2c4162;
}
.graylink, .redlink {
	color: #222;
	text-decoration: none;
}
.lightlink {
	color: #b3d4fc;
	text-decoration: none;
}
.apic, .hotellink {
    border-bottom: 1px dashed;
	text-decoration: none;
}
.dostolink {
	text-decoration: none;
}
a:hover {
	color: #e60000;
}

.isite {
	white-space: nowrap;
	text-decoration: none;
}
.isite span {
	color: #e60000;
}

.bird {
    margin-left: 15px;
    padding: 0;
    list-style-type: none;
}
.bird li::before {
	content: "\f00c";
	font-family: FontAwesome;
	/*font-family: "Font Awesome 5 Free";
	font-weight:900;*/
	color: #2c4162;
	margin-right: 5px;
}
.bird2 ul {
    margin-left: 15px;
    padding: 0;
    list-style-type: none;
}
.bird2 ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	/*font-family: "Font Awesome 5 Free";
	font-weight:900;*/
	color: #2c4162;
	margin-right: 5px;
}
.bird2 ul li {
	line-height: 1.75em;
}
.bird2 ul ul {
    margin-left: 0;
    padding-left: 20px;
}
.bird2 ul ul li::before {
    content: "\f105";
}

.md {
	display: block;
}
.fs, .md-nomap {
	display: none;
}

.offtext {
	padding: 5px 0 5px 20px;
	border-left: 1px solid #2c4162;
	margin: 10px 20px 0;
	color: #2c4162;
	font-style: italic;
}

/* ==============
    Media max 479px: Menu
   ============== */

nav {
	clear: left;
}
	
nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
	border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background: #2c4162;
}

nav a:hover {
    color: #ffffff;
}

.i-logo {
	float: left;
	padding-right: 10px;
}

.menu-s {
	float: right;
}

.menu-list {
	display: none;
}

/* ==============
    Media max 479px: Main
   ============== */

.wrapper, .main-container {
    width: 90%;
    margin: 0 5%;
}

.h1box {
	color: #2c4162;
	text-align: center;
	margin: 0;
	padding: 0;
}
.h1box h1 {
	padding: 22px 0 14px;
	margin: 0 0 14px 0;
	border-bottom: 1px solid #2c4162;
}

.annex {
    padding: 15px 0 25px 0;
	border-top: 1px dashed #a9db4d;
}
.annex h3, .annex h4 {
    margin: 0 0 5px 0;
    padding: 0;
	color: #2c4162;
}
.annex ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.annex ul li::before {
	content: "\f054";
	font-family: FontAwesome;
	color: #2c4162;
	margin-right: 5px;
}
.annex ul ul {
    margin-left: 0;
    padding-left: 15px;
}
.annex ul ul li::before {
    content: "\f105";
}

aside .fa {
    margin: 0 6px 0 0;
}
.asidebox {
	background: linear-gradient(to top, #2c4162, #3c5885);
}
.asidebox2 {
	background: linear-gradient(to top, #bef583, #d3f7a3);
}
.asidebox2 h2 {
	margin: 0;
	padding: 0;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background: linear-gradient(to top, #3c5885, #4c6fa8);
}
aside .znopic {
	margin: 0;
	padding: 0;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background: rgba(0,0,0,0.1);
}
.asidebox2 .fa-ul a {
	margin-left: 5px;
}
.asidebox2 ul {
	display: inline-block;
	margin-bottom: 15px;
	text-align: left;
	color: #2c4162;
}
.asidebox2 ul li {
	margin-bottom: 3px;
}
aside .kudabox {
    position: relative;
	width: 100%;
	height: 200px;
}
aside .photoinfo {
	position: absolute;
	line-height: 15px;
	font-size: 15px;
	right: 0;
	bottom: 3px;
}
aside .photoinfo a {
	color: #c6c0aa;
}
aside .kudabox h2 {
	margin: 0;
	padding: 0;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background: rgba(0,0,0,0.1);
}
aside h2 a {
	color: #ffffff;
	text-decoration: none;
}

aside .kudabox-menu {
	margin: 0;
	padding: 25px 5% 10px;
	line-height: 20px;
	text-align: center;
}
aside .kudabox-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
aside .kudabox-menu ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
aside .kudabox-menu a {
    display: block;
	margin: 0 5px 10px 0;
	padding: 10px;
	border-radius: 7px;
	color: #ffffff;
	font-weight: bold;
	background: #93cc29;
	text-decoration: none;
}
aside .kudabox-plus {
	margin: 0;
	padding: 0 5% 10px;
	line-height: 20px;
	color: #ffffff;
}
aside .kudabox-search {
	margin: 0;
	padding: 0 5% 25px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}
aside .kudabox-search ol {
	display: inline-block;
	text-align: left;
}
aside .kudabox-search-ads span {
	font-size: 17px;
	color: #b3d4fc;
}
aside .kudabox-search-app {
	background: #ffffff;
	text-align: center;
	padding: 20px 1%;
	margin: 0;
}
aside .kudabox-search-appimg {
	margin: 10px 0;
}
aside .kudabox-search-appimg img {
	width: 150px;
	margin: 3px;
}

aside .citybox {
	position: relative;
	width: 100%;
	height: 330px;
}
aside .citybox h2 {
	margin: 0;
	padding: 0;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background: rgba(0,0,0,0.1);
}

aside .citybox ul {
    position: relative;
	margin: 0;
    padding: 10px 0 0;
	text-align: right;
	list-style-type: none;
   }
aside .citybox ul li {
    margin: 0;
    border: 0;
    padding: 0;
   }
aside .citybox ul li a {
  display: inline-block;
  border-radius: 10px 0 0 10px;
  padding: 10px;
  margin-bottom: 3px;
  color: #2c4162;
  font-weight: bold;
  background: rgba(255,255,255,0.8);
  text-decoration: none;
}
aside .citybox ul li a:hover {
  background: rgba(255,255,255,0.9);
}
aside .citybox-plus {
	margin: 0;
	padding: 25px 5% 10px;
	line-height: 20px;
	color: #ffffff;
}

.footer-container footer {
    color: #c6c0aa;
    padding: 10px 0;
	font-size: 12px;
	line-height: 16px;
}
.footer-container footer a {
    color: #c6c0aa;
	text-decoration: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

	nav {
        float: right;
		clear: none;
    }
	
	nav a {
        float: left;
		margin: 5px 4px 0;
		padding: 7px;
		color: #222;
		background: transparent;
    }

	nav a:hover {
		color: #e60000;
	}

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
		padding-right: 0;
    }

/* ========================
    IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 560px) {

	.wrapper, .content-wrapper {
    width: 82%;
    margin: 0 9%;
	}
	
	.main-container {
    width: 100%;
    margin: 0;
	}
	.main-container p {
	text-indent: 15px;
	text-align: justify;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
	hyphens: auto;
	}
	
	aside {
    margin-bottom: 10px;
	}
	.asidebox, .asidebox2 {
	border-radius: 0 20px 0 20px;
	}
	aside .kudabox, aside .kudabox h2, .asidebox2 h2, aside .znopic {
    border-radius: 0 20px 0 0;
	}
	aside .kudabox-menu {
    padding: 25px 5% 15px;
	border-radius: 0 0 0 20px;
	}
	aside .citybox {
	border-radius: 0 20px 0 0;
	}
	aside .citybox h2 {
	border-radius: 0 20px 0 0;
	}
	aside .citybox ul {
	margin: 45px 10% 0;
	text-align: center;
	}
	aside .citybox ul li {
	display: inline-block;
	}
	aside .citybox ul li a {
	border-radius: 10px;
	margin: 0 2px 10px;
	}
	aside .citybox-plus {
    padding: 25px 5% 15px;
	border-radius: 0 0 0 20px;
	margin-bottom: 10px;
	}
	aside .kudabox-plus {
	padding: 0 5% 15px;
	border-radius: 0 0 0 20px;
	margin-bottom: 10px;
	}
	aside .kudabox-search-app {
	border-radius: 0 0 0 20px;
	}
	aside .abmb {
	margin-bottom: 12px;
	}
}

@media only screen and (min-width: 768px) {
	
	.wrapper, .content-wrapper {
    width: 640px;
    margin: 0 auto;
	}
	
	.menu-list {
	display: inline;
	}
	
	.menu-s {
	display: none;
	}
	
	.h1box h1 {
	margin: 0 15px 14px;
	}
	
	.md-nomap {
	display: inline;
	}
}

@media only screen and (min-width: 1024px) {

    .wrapper, .content-wrapper {
        width: 1000px;
        margin: 0 auto;
    }
	
	.main-container {
        float: left;
        width: 640px;
		margin: 0 0 0 5px;
		padding: 0;
    }
	
	aside {
	float: right;
	width: 330px;
	font-size: 15px;
	padding: 0;
	margin: 12px 0 25px;
    }
	
	.asidebox, .asidebox2 {
	box-shadow: 0 5px 10px #aaa;
    }
	aside .kudabox-menu ul li a:hover {
	background: #a9db4d;
	transition: 0.2s ease;
	}
	aside .citybox ul {
	margin: 0;
    padding: 10px 0 0;
	text-align: right;
    }
	aside .citybox ul li {
	display: block;
	}
	aside .citybox ul li a {
	border-radius: 10px 0 0 10px;
	padding: 10px;
	margin: 0 0 3px;
	transition: background 0.2s ease;
	}
	aside .citybox-plus {
	padding: 25px 15px 10px;
	}
	aside .kudabox-plus {
	padding: 0 15px 10px;
	}
	
	a {
	transition: color 0.2s ease;
	}
	
	.header-container {
	box-shadow: 0 5px 10px #aaa;
    }
	
	.footer-container {
    box-shadow: 0 -5px 10px #aaa;
    }
	
	.md {
	display: none;
	}
	.fs {
	display: block;
	}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pointer:hover { cursor:pointer;}

.fleft {
	float: left;
}
.fright {
    float: right;
}

.noline {
	text-decoration: none;
}
.align-center, .align-center p {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
.nomarker  {
    list-style: none;
	margin-left: 15px;
    padding: 0;
}
.marg253  {
	padding: 25px 3%;
}

.mb12 {
	margin-bottom: 12px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/* ==========================================================================
   Ajax Hotel + Hotel Page
   ========================================================================== */
.hotel-popup-block {
	background: #ffffff;
	padding: 30px 40px;
	text-align: center;
	max-width: 504px;
	margin: 40px auto;
	position: relative;
}
.hotel-popup-block h4 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.hotel-popup-block .hotel-place {
	font-size: 14px;
}
.hotel-popup-block .hotel-place span {
	margin: 0 5px;
}
.hotel-popup-block .hotel-stars {
	color: #ffd700;
	display: inline-block;
}
.hotel-popup-block .booking-sites {
	margin: 10px 0;
}
.booking-sites a, .hotel-popup-block .booking-sites a {
	display: inline-block;
	margin: 3px;
}
.booking-sites a:hover, .hotel-popup-block .booking-sites a:hover {
	box-shadow: 0 4px 10px #ccc;
	transition: 0.2s ease;
}
.pic120x40 {
	width: 120px;
	height: 40px;
}
.hotel-popup-block .poisk {
	display: block;
	background: #2c4162;
	padding: 15px;
	margin: 10px 3px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	font-size: 17px;
}
.hotel-popup-block .poisk:hover {
	background: #3d5885;
	transition: 0.2s ease;
}
.hotel-page-h1 h1 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}
.topbox-container .hotel-page-widget {
	margin: 0;
	padding: 0 0 30px;
}
.topbox-container .hotel-page-widget p {
	margin: 0 5%;
	padding: 30px 0 0;
}
.topbox-container .booking-sites {
	margin: 0;
	padding: 20px 0 0;
}

@media only screen and (min-width: 1024px) {
	
	.topbox-container .hotel-page-widget {
		margin: 0 40px;
		padding: 30px 0;
	}
	.topbox-container .hotel-page-widget p {
		margin: 0;
	}
}

/* ==========================================================================
   Images
   ========================================================================== */

.img-horizontal img {
	width: 100%;
	height: auto;
}
.img-vertical-left img, .img-vertical-right img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
}

@media only screen and (min-width: 768px) {
	.img-horizontal img {
		width: 640px;
		box-shadow: 0 5px 10px #aaa;
	}
	.img-vertical-left img, .img-vertical-right img {
		width: 250px;
		float: left;
		margin: 5px 15px 0 0;
		display: inline-block;
		height: auto;
		box-shadow: 0 5px 10px #aaa;
	}
	.img-vertical-left img {
		float: left;
		margin: 5px 15px 0 0;
	}
	.img-vertical-right img {
		float: right;
		margin: 5px 0 0 15px;
	}
}


/* ==========================================================================
   Destinations
   ========================================================================== */

.dbox {
	width: 100%;
	height: 180px;
}
.dbox-title {
	position: relative;
	width: 100%;
	height: 150px;
	padding-top: 30px;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
}
.dbox-title h2, .dbox-title h3, .dbox-title h4 {
	display: inline-block;
	margin: 0;
	padding: 10px 0;
	font-size: 19px;
	color: #ffffff;
	border-bottom: 1px solid;
}
.dbox-title-text {
	margin-top: 10px;
	color: #ffffff;
	font-style: italic;
}
.dbox .photoinfo {
	position: absolute;
	line-height: 15px;
	font-size: 15px;
	right: 5px;
	bottom: 4px;
}
.dbox .photoinfo a {
	color: #c6c0aa;
}
@media only screen and (min-width: 768px) {
	.dbox {
		box-shadow: 0 5px 10px #aaa;
	}
}


/* ==========================================================================
   oteli_rayony
   ========================================================================== */

.orbox .orimg {
	display: block;
	width: 100%;
	height: 140px;
	text-align: center;
}
.orbox .ormap {
	display: none;
	width: 100%;
	height: 140px;
	text-align: center;
	background: url(/styles/img/hcmap.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.orbox span {
	margin-right: 5px;
}
.orbox .ormap-button {
	display: inline-block;
	margin-top: 47px;
	padding: 12px 15px;
	background: #2c4162;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bolder;
	color: #ffffff;
}
.orbox-adtext {
	margin-top: 10px;
	text-align: right;
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
	.orbox {
		box-shadow: 0 5px 10px #aaa;
	}
	.orbox .orimg {
		width: 50%;
	}
	.orbox .ormap {
		display: block;
		width: 50%;
	}
	.orbox a:hover .ormap-button {
		background: #3d5885;
		transition: 0.2s ease;
	}
}