



#hyhat {
	position: absolute;
	margin-left: 8px;
	margin-top: 19px;
	width: 70px !important;
}

.snow {
	font-size: 1.8rem;
	color: #458FD6;
	
}
.snow::before {
	text-shadow: 1px 1px 0px #fff;
}

.btn-primary {
    background-color: #458FD6;
    border-color: #458FD6;
}

.btn-outline-primary {
    border-color: #458FD6;
    color: #458FD6;
}

.badge-warning {
    background-color: #c20606;
}


body {

	
	background-size: 500px;
}

nav.main {
	background: #c20606;
	color: #fff;
	/* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
	padding: 1.1rem 1rem 1.1rem 1rem;
}

nav.main .navbar-nav .nav-item {
	border-left: 1px solid #ffbb94;   
	width: 100%; 
}

nav.main .navbar-nav .nav-item.active a {
	text-decoration: underline;
}
nav.main  a.nav-link {
	color:#fff;
	text-transform: uppercase;
	font-size: 0.9rem;
	text-align: center;
	font-weight: 600;
	padding: 0px;
	line-height: 1;
	white-space: nowrap;
}
nav.main .nav-link:hover {
	color:#000;
}



nav.main  .home {
    border-left: 0px !important;
}

h1, .h1 {
	font-size: 2.0rem;
}

.navbar-brand img {
	width: 100%;
	max-width: 301px;
	min-width: 180px;
	margin: 0.7rem 0;
}



/* Слайдер*/
.carousel-caption {
	background: rgba(69,143,214,0.6);
	bottom: 0;
}


.carousel-indicators {
    bottom: -10px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: relative;
    text-align: center;
    width: 60%;
    z-index: 15;
}
.carousel-indicators li {
  border: 1px solid rgba(69,143,214,0.8);
}

.carousel-indicators li.active {
  background: rgba(69,143,214,0.8);
}
.carousel-control-next-icon {
    margin-left: 8px;
}
.carousel-control-prev-icon {
    margin-left: 5px;
}

.carousel-control-next, .carousel-control-prev {
	width: 7%;
}



#mainslider .img-fluid {
	min-height: 220px;
	min-width: 500px;
}


 /* Кнопки*/
.buttons {
	width: 100%;
	background: #efebe8;
	padding: 0.7rem 1.2rem;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
	/* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
}

.buttons  a {
	display: block;
	background: #458fd6;
	color: #fff;
	line-height: 1;
	font-size: 1.1rem;
	border-radius: 3rem;
	padding: 1.2rem;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	min-height: 74px;
}
.buttons  a  img{
	margin-right: 1.2rem;
	margin-left: 0.7rem;
	float: left;
	margin-top: -5px;
}
.buttons  a:hover {
	background: #c20606;
	text-decoration: none;
	box-shadow: 0px 2px 8px #ccc;
}
.buttons  a.active {
	background: #c20606;
	text-decoration: none;
	box-shadow: 0px 2px 8px #ccc;
}
/* Кнопки*/

.partners_header {
	width: 320px;
	text-align: center;
	margin: 2rem auto 0 auto;
	background: #c20606;
	color: #fff;
	padding: 5px 1rem;
	font-size: 1.5rem;
	border-top-left-radius: 3rem;
	border-top-right-radius: 3rem;
	
}

.partners {
	padding: 1rem;
	margin: 0 0 4rem 0;
	background: #efebe9;
}
.usefull {
	background: url(/_/bgpic1.jpg); 
	padding: 1rem;
	margin: 0 0 4rem 0;
}
.usefull .buttons {
	background: none; 
}

.usefull .buttons a {
	background: rgba(69,143,214,0.9);
}

.shadow {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 4px 0 rgba(0, 0, 0, 0.09);
	transition: box-shadow 0.25s ease 0s;
}

.shadow:hover {
	transition: box-shadow 0.25s ease 0s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.36), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	
}



/* Карточки */
.blue{
	background: #f3fbfe;
}
.color {
	color: #458FD6;
}

.card {
	align-items: stretch;
	margin-bottom: 30px;
}

.card-block {
	display: block !important;
}

.card-col {
	flex-direction: column;
}

.card  a.card-img {
	max-width: 50%;
	min-width: 30% !important;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.5s ease;
	border-radius: 0.25rem 0 0 0.25rem;
	text-decoration: none;
}

.card:hover  a.card-img {
	background-position: right;
	transition: 3.5s linear;
}


.card  a.card-img i {
	margin: 2rem 17%;
	font-size: 4.7rem;
	display: block;
	color: #90caf8;
}
.card:hover  a.card-img i {
	color: #c20606;
}

.card-content {
	padding: 1rem;
	min-height: 200px;
	width: 100%;
}
.card-content  p{
	line-height: 1.1;
	margin-bottom: 0;
}


.card-header-inverse {
	background: #458FD6;
	color: #fff;
}

.card-outline-warning .card-header {
    background-color: #c20606;
    color: #fff;
    font-size: 1.2rem;
}




.mh {
	min-height: 9rem !important;
}
.mh-0 {
	min-height: 0 !important;
}

.hover {
	transition: box-shadow 0.25s ease 0s;
}
.hover:hover {
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.25s ease 0s;
}

a.link {
	color: #c20606;
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 8px;
	display: block;
}

.card-content span {
	color: #999;
	line-height: 1;
	margin-bottom: 1rem;
	
	font-style: italic;
	font-size: 1rem;
}

.card small {
	display: block;
	font-size: 0.75rem;
	font-style: italic;
}
 
.card-partner {
	flex-direction: row;
	background: #f3fbfe;
	justify-content: flex-start;
	align-items: stretch !important;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
	border-radius: 0.25rem;
	
}

@media (max-width: 768px) {
	.card-partner {
		flex-direction: column;
	}
	.card-partner .img img {
		margin: 0px auto !important;
	}
}

.card-partner div {
	
	padding: 1rem;
	flex-grow: 2;
	flex-basis: 40%;
	
}

.card-partner .img {
	background: #fff;
	min-width: 160px;
	flex-grow: 1;
	flex-basis: 20%;
	border-radius: 0.25rem;
}

.card-partner .img img {
	margin: 30% auto;
	display: block;
	
}

.name {
	color: #c20606;
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 8px;
	display: block;
}



h2 {
	margin-bottom: 2rem;
}


.newsblock {
	line-height: 1;
	margin: 2rem 0;

}

.newsitem {
	margin-bottom: 2rem;
}

.bg {
	background: #458FD6;
	border: 1px solid #458FD6;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	margin-top: 30%;
}

.carousel-item a {
	margin: 0 auto 0 auto;
}

.bgblock {
	
	background-size: 500px;
}



.w {
	background: #fff;
}
.footer {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding: 0.5rem;
}

.date {
	font-size: 0.8rem;
	color: #666;
	font-style: italic;
}
div.date {
	margin: 0.7rem 0;
}


.h1, .h2, .h3, h1, h2, h3 {
	margin-bottom: 1.6rem;
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-bottom: 1rem;
}

h6, .h6 {
	font-size: 1.2rem;
	font-weight: 600;
}


.botbg {
	background-image: url(/new/botbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;

}

.breadcrumb {
    background-color: #fff;
    padding: 0.75rem 0rem;
    font-size: 0.9rem;
    line-height: 1;
 }
 
.test {
	border: 1px solid red;
} 
 
 
.aside {
	background: #efebe8;
	padding: 0.5rem 1.5rem;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
	margin-top: 4rem;
}

.aside .header {
	font-size: 1.7rem;
	font-weight: 200;
	border-bottom: 1px solid #fff;
	margin: 1.3rem 0 0.8rem 0;
	text-align: center;
	padding-bottom: 0.5rem;
	line-height: 1.2;
}


.text h2 {
	margin-top: 4rem !important;
	margin-bottom: 2rem !important;

}


.text {
line-height: 1.3;
}

.text ul {
	padding-left: 0px;
}

.text ul li, .ul ul li {
    padding-left: 15px;
    position: relative;
    margin-left: 0px;
    list-style-type: none;
    margin-bottom: 5px;
}

a.none {
	text-decoration: none !important;
}

li.active a {font-weight: 600;}


.text ol {
	list-style: none; /* убираем дефорлтные цифры */
    counter-reset: point; /* задаем переменную для счетчика */
}
.text ol li {
	margin-bottom: 1rem;
    padding-left: 50px;
    position: relative;
}

.text ol li::before {
    content: counter(point); /* выводим значение переменной */
    counter-increment: point 1; /* увеличваем счетчик на 1 */
    font-size: 1rem; 
    position: absolute;
    left: 0;
	top: 0px;
    background: #c20606;
    width: 32px;
    height: 30px;
    padding: 3px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 3px;
    border-radius: 0.25rem;
}

.ul ul {
	padding-left: 0px;
}
.ul ul li {
	margin-left: 0.8rem;
}
.ul ul li a {
	text-decoration: none;
}
.ul ul li::before {
    content: "\f0da"; 
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px; 
    color: #458FD6;
    width: 15px;
    height: 15px;
}



.text ul li {
	margin-left: 1.5rem;
}
.text ul li::before {
    content: "\f00c"; 
    font-family: 'FontAwesome';
    position: absolute;
    left: -10px; 
    color: #c20606;
    width: 15px;
    height: 15px;
}

.noli {
    width: 15px;
    height: 1px;
}



ul.navli li {
	margin-left: 2rem !important;
	line-height: 1;
}
ul.navli li::before {
    content: "\f00c"; 
    font-family: 'FontAwesome';
    position: absolute;
    left: 1rem; 
    margin-top: 5px;
	color: #fff;
    width: 15px;
    height: 15px;
}

.text a, .aside a {
	text-decoration: underline;
}
.text a:hover, .aside a:hover {
	text-decoration: none;
	color: #c20606;
}

a.btn {
	text-decoration: none !important;
}
.btn {
	white-space: normal !important;
}

.checkbox label {
     margin-bottom: 0.2rem;
     cursor: pointer;
     
}
.checkbox input{
     display: none;
}

.checkbox label:before {
	    content: '\f096';
	    font-family: 'FontAwesome';
	    display: inline-block;
	    width: 17px;
	    height: 17px;
	    margin-right: .5rem;
}

.checkbox input:checked +label:before {
	    content: '\f046';
}


.filterblock {
	padding-left: 3rem; 
	padding-top: .7rem;
	padding-bottom: 1rem;
}

@media (min-width: 768px) and (max-width: 992px){
	.filterblock {
		padding-left: 1rem; 
	}
}

a.slide {
	text-decoration: none;
	
}
a.slide span {
	border-bottom: 1px dotted #458FD6;
}



a.slidefolder {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin-left: 2rem;
	display: inline-block;
	margin-bottom: .5rem;
}

a.show_all .fa, a.hide_all .fa {
	float: right;
	margin-right: 1rem;
	margin-top: .5rem;
	
}

a.slidefolder.left {
	margin-left: -3rem !important;
}

span.slidefolder {
	margin-left: -3rem !important;
	font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '\f105';
   	font-family: 'FontAwesome';
}

.infoblock {
	background: #fffde7;
	padding: 1rem 2rem 1rem 4.5rem;
	font-size: 0.9rem;
	border-radius: 0.25rem;
	margin: 1rem 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.infoblock::before {
    
    content: '\f129';
   	font-family: 'FontAwesome';
	font-size: 2.5rem;
	color: #c20606;
	margin-left: -2.7rem;
	position: absolute;
	margin-top: -10px;
	
}
.infoblock:hover{
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.infoblock.info::before {
	content: '\f05a' !important;
}

.noi .fa {
	color: #c20606;
	font-size: 2.5rem;
	float: left;
	position: absolute;
	margin-left: -3.5rem;
}

.noi::before {
	display:none;
}


.data {
	margin-bottom: .7rem;
	line-height: 1.2;
	
}

.data span {
	color: #c20606;
	font-weight:bold;
}

table.table {
	font-size: 0.95rem;
	border: 0;
}

table.table td p {
	margin: 0px;
}

table.price tr:hover td {
	background: #dcf2fa  !important;
	
}
table.table tr:hover td {
	border-bottom: 1px solid #90caf8;	
}


table.table th, table.table td.top, table.table tr:hover td.top {
	background: #458fd6 !important;
	color: #fff;
	text-align: center;
	
}
table.table th p {
	font-size: 0.7rem;
	font-weight: 500;
	margin: 0px;
}
table.table th p span.hr {
	display: block;
	border-bottom: 1px solid #90caf8;
	margin: 5px;
}

table.table th p span.hr:last-of-type {
	border: none;
}

table.table td {
	border: 1px solid #ccc;
}
table.price td {
	text-align: center;
}

table.price tr:nth-child(odd) td {
	background: #f3fbfe;
	
}


table.hotelprice td {
	text-align: center;
}
table.hotelprice tr:nth-child(even) td {
	background: #f3fbfe;
}

td.price {
	font-weight: 600;
}

table.table span {
	
}

table.table td.line, table.table tr:hover td.line {
	background: #90caf8 !important;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;	
	text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
	
}

td.line.small {
	font-size: 1.2rem !important;
}
.tag {
	padding: 0.25rem 0.4rem;
}


hr {
	margin: 2rem 0px !important;
	clear: both;
}

.orange {
	color: #c20606;
}

.fa-ul li {
	margin-bottom: .7rem;
}

.table td, .table th {
    border-top: 1px solid #eceeef;
    padding: 0.35rem;
}

#TopNav {
	background: #c20606;
	color: #fff;
}
#TopNav  a {
	color: #fff;
}
#TopNav  hr {
	border-color: #fff;
	width: 100%;
	margin: 1rem 0 !important;
}

#TopNavBtn {
	font-size: 1.5rem;
	color: #c20606;
	border: 1px solid #c20606;
	padding: .5rem;
	margin: 1rem;
	outline: none;
}


li.agent {
	background: #458FD6;
}

.topnav {
	padding: 0px;
}

.topnav .nav-link {
	padding: 0.9rem 0.5rem !important;
	margin: 0px;
}
.topnav .nav-item {
	margin: 0px;
}

.topnav a.nav-link {
	font-size: 1rem;
}

.topnav a.nav-link:hover {
	background: #458FD6;
	color: #fff;
}

li.agent a.nav-link {
	color: #fff;
	padding: 0.7rem 0.5rem;
}


li.agent a.nav-link:hover {
	color: #fff;
	background: #c20606;
}

.lh-1 {
	line-height: 1.1;
}



div.price {
	padding: .4rem;
	background: #fff;
	text-align: center;
	margin-bottom: 1rem;
	font-size: 0.8rem;
}
div.price b {
	font-size: 1.2rem;
}

div.price .fa {
	margin: 0px 2px 0px 5px;
	font-size: 1.2rem;
 }
 
#map {
	height: 400px;
	margin-bottom: 2rem;
}

.nav-link span {
	font-size: .7rem;
	font-weight: bold;
}


.white {
	color: #fff;
}

.nowrap {
	white-space: nowrap !important;
}



@media (min-width:200px){
	h1, .h1 { font-size: 1.4rem;}	
	h2, .h2 { font-size: 1.25rem;}	
	h3, .h3  {font-size: 1.15rem;}	
}

@media (min-width:768px){
	h1, .h1 { font-size: 1.6rem;}	
	h2, .h2 { font-size: 1.45rem;}	
	h3, .h3  {font-size: 1.25rem;}	
	
	.collapse-md {
		display: block;
	}

}
@media (min-width:992px){
	h1, .h1  {font-size: 1.7rem;}	
	h2, .h2  {font-size: 1.55rem;}	
	h3, .h3  {font-size: 1.3rem;}	
}


.ekko-lightbox-item.fade {
	opacity: 1;
}



img.left50 {
	float: left;	
	width: 47%;
	min-width: 250px;
	margin-right: 15px;
	margin-bottom: 15px;
	height: auto;
}
img.left30 {
	float: left;
	width: 30%;
	min-width: 250px;
	margin-right: 15px;
	margin-bottom: 15px;
	height: auto;
}

img.right50 {
	float: right;
	width: 47%;
	min-width: 250px;
	margin-left: 15px;
	margin-bottom: 15px;
	height: auto;
}
img.right30 {
	float: right;
	width: 30%;
	min-width: 250px;
	margin-left: 15px;
	margin-bottom: 15px;
	height: auto;
}


@media only screen and (max-width:768px) {
	img.left50, img.right50, img.left30, img.right30 { 
		width: 100% !important;
		margin: 15px 0px;
	}
}


img.w100 {
	width: 100%;
	margin: 15px 0px;
	height: auto;

}
	
img.w50 {
	width: 50%;
	min-width: 250px;
	margin-right: 30px;
	margin-bottom: 15px;
	height: auto;
}
img.w30 {
	width: 30%;
	min-width: 250px;
	margin-right: 30px;
	margin-bottom: 15px;
	height: auto;
}

@media only screen and (max-width:768px) {
	img.w50 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	img.w30 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
		}
}