@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Merriweather|PT+Sans|PT+Sans+Narrow:400,400i,600,700&subset=cyrillic);

@media only screen and (min-width: 320px) {
	.hidden-container {
		width: 100%;	    
	}
}
/* Small devices (tablets, 576px and up - sm) */
@media only screen and (min-width: 576px) {
	
}
/* Medium devices (tablets, 768px and up - md) */
@media only screen and (min-width: 768px) {
	
}
/* Large devices (desktops, 992px and up - lg) */
@media only screen and (min-width: 992px) {
	.hidden-container {
		max-width: 960px;
		padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}	
}
/* Extra Large devices (large desktops, 1200px and up - xl) */
@media only screen and (min-width: 1200px) {
	.hidden-container {
		max-width: 1140px; 
	}
}




/* ----- Кнопка "Вверх" ----- */

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(46, 125, 50, 0.9);
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.scroll-to-top:hover {
    background: rgba(27, 94, 32, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:focus {
    outline: 2px solid #2e7d32;
    outline-offset: 2px;
}


#scrollUp {
    bottom: 20px;
    right: 20px;
    background-color: #555;
    color: #fff;
    font-size: 18px;
    font-family: sans-serif;
    text-decoration: none;
    opacity: 1.5;
    padding: 10px 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
}

#scrollUp:hover {
    background-color: #6b6b6b;
}


/* ---------- Основные классы ---------- */

.container{
	padding: 0 0 0 0;
}

/* ----- Шапка ----- */

.header-block {
	width: 100%;
	height: 237 px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #000000;
}

.hotel-title {
	font-family: 'Merriweather', serif;
	font-size: 16pt;
	color: #ffffff;
	width: 100%;
	text-align: center;
	letter-spacing: 0.6pt;
}

.logo-block {
	text-align: center;	
}

.orange-logo {
	width: 240px;
}

.green-logo {
	width: 220px;
}

.hotel-address {
	width: 100%;
	text-align: center;
}

.header-address-link {
	font-family: 'PT Sans', sans;
	font-size: 12pt;
	color: #b3b3b3;
	letter-spacing: 0.3pt;
}

.header-address-link:HOVER {
	color: #b3b3b3;
	text-decoration: none;
	border-bottom-style: none;
}

.underlined-link {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	text-decoration: none;
}

.underlined-link:HOVER {
	color: #b3b3b3;
	border-bottom-style: none;
	text-decoration: none;
}

.link-no-underline {
	text-decoration: none;
	border: none;
}

.hotel-phone {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 22pt;
	color: #ffffff;
	width: 100%;
	text-align: center;
	letter-spacing: 1.2pt;
	padding-top: 15px;
}

.phone-sched {
	font-family: 'PT Sans', sans;
	font-size: 12pt;
	color: #b3b3b3;
	width: 100%;
	text-align: center;
	letter-spacing: 0.3pt;
	margin-top: -10px;
}

.soc-net-block {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.soc-net-link {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;	
}

.soc-net-icon {
	width: 26px;
}

.order-link-block {
	text-align: center;
	padding-top: 20px;
}

.order-link {
	font-family: 'PT Sans Narrow', sans;
	font-weight: 300;
	font-size: 13pt;
	color: #ffffff;
	width: 100%;
	letter-spacing: 0.63pt;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

.order-link:HOVER {
	color: #ffffff;
	text-decoration: none;
	border-bottom-style: none;
}

.row-padd-bottom-5 {
	padding-bottom: 5px;
}

.row-padd-bottom-15 {
	padding-bottom: 15px;
}

.row-padd-bottom-15 {
	padding-bottom: 15px;
}


/* ------ Подвал ------ */

.footer {
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.footer-block {
	margin-top: 15px;
}

.footer-text {
	font-family: 'PT Sans', sans;
	font-size: 12pt;
	color: #999999;
	text-align: left;
	letter-spacing: 0.3pt;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

.hotel-title-footer {
	font-family: 'Merriweather', serif;
	font-size: 14pt;
	color: #999999;
	width: 100%;
	text-align: center;
	letter-spacing: 0.6pt;
}

.hotel-phone-footer {
	font-family: 'PT Sans', sans;
	font-weight: 300;
	font-size: 16pt;
	color: #999999;
	width: 100%;
	text-align: center;
	letter-spacing: 1.2pt;
	padding-top: 15px;
}

.footer-link-block {
	margin-bottom: 5px;
}

.footer-link {
	font-family: 'PT Sans', sans;
	font-weight: 300;
	font-size: 13pt;
	color: #999999;
	width: 100%;
	letter-spacing: 0.63pt;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
}

.footer-link:HOVER {
	color: #999999;
	text-decoration: none;
	border-bottom-style: none;
}

.footer-soc-block {
	display: block;
	float: right;
}

/* ----- Форма ----- */
.error {
	background-color: #f9e0e0;
}


