﻿/* ================ Подключение шрифтов ================ */
@font-face {
  font-family: 'Oswald';
  src: url('/fonts/300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('/fonts/500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('/fonts/600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ================ Cтили Cookie-Alert ================ */

#cookie_note {
        position: fixed;
        bottom: -100%;
        left: 0;
        right: 0;
        background: #fff;
        color: #333;
        padding: 20px;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        transition: bottom 0.5s ease;
        z-index: 9999;
        text-align: center; /* Центрируем текст */
    }
    
    #cookie_note.show {
        bottom: 0;
    }
    
    .cookie_content {
        max-width: auto;
        margin: 0 auto;
    }
    
    #cookie_note p {
        margin: 0 auto 15px auto; /* Центрируем параграф */
        max-width: 90%; /* Чтобы текст не растягивался на всю ширину */
    }
    
    .cookie_accept {
		font-family: 'Oswald', sans-serif;
		font-size: 18px;
        background: #731d1d;
        color: white;
        border: none;
        padding: 8px 16px;
        border-radius: 4px;
        cursor: pointer;
        margin: 0 auto; /* Центрируем кнопку */
        display: block; /* Чтобы сработал margin auto */
    }
    
    .cookie_accept:hover {
        background: #8d2828;
    }

body {
    padding:0;
    margin:0;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 300;
    background-color:#ffffff;
    background-image:url(../Images/Design/fon.jpg);
    background-attachment: fixed;	
    background-position: top center;
    background-repeat: no-repeat;
}

/* Верхний блок */
#divHeader {
    position:relative;
    height:150px;
    /* background-color:#ffffff;*/
    /* background-image:url(../Images/Design/fon-header.jpg);*/
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
}
#divHeader a {
   color:#2f2482;
}

video {
   position:fixed;
   z-index:-1;
   min-width:100%;
   min-height:100%;
   overflow:hidden;
   background-color:#2065b0;
   background-position: top center;
   background-repeat: repeat-y;
}

#toTop {
 position:fixed;
 z-index:9999;
 left:85%;
 bottom:5px;
 width: 64px;
 height: 64px;
 border: none;
 padding: 5px;
 cursor: pointer;
 color: transparent;
 text-decoration: none;
}

#logo {
max-width: 100%;
height: auto;
position:absolute;left:23%; top:30px; margin:-20px 0 0 -30px;z-index:2
}

.adres-mob {display:none;}
.tel-mob {display:none;}
.whatsapp-call{display:none;}
.Instagram-mob{display:none;}

#adres {
font-size: 20px;
color: #2f2482;
font-weight:normal;
/* text-shadow: 3px 3px 2px #000000;*/
position:absolute;left:25%; top:105px; z-index:2;
}

#tel {
font-size: 25px;
color: #2f2482;
font-weight:bold;
line-height: 15px;
/* text-shadow: 3px 3px 2px #000000;*/
position:absolute;left:70%; top:30px; z-index:2;
background: url(../Images/Design/Phone-call.png) no-repeat 0 0px; padding-left: 60px;
}
#tel p {
font-size: 16px;
line-height: 18px;
color: #2f2482;
font-weight:normal;
}
#tel a {
    color: #2f2482;
    text-decoration: none;
}

#mail {
font-size: 18px;
color: #2f2482;
height: 75px;
font-weight:bold;
line-height: 15px;
/* text-shadow: 3px 3px 2px #000000;*/
position:absolute;left:70%; top:85px; z-index:2;
background: url(../Images/Design/Mail.png) no-repeat 0 0px;padding-left: 60px;padding-top: 20px;
}
#mail a {
    color: #2f2482;
    text-decoration: none;
}

#Instagram {
font-size: 18px;
color: #2f2482;
height: 75px;
font-weight:bold;
line-height: 15px;
/* text-shadow: 3px 3px 2px #000000;*/
position:absolute;left:83%; top:85px; z-index:2;
background: url(../Images/Design/Instagram.png) no-repeat 0 0px;padding-left: 60px;padding-top: 20px;
}
#Instagram a {
    color: #2f2482;
    text-decoration: none;
}

.contacts_bottom a {
    text-decoration: none;
}

#slogan {
font-size: 13px;
color: #afe2ee;
font-weight:bold;
/* text-shadow: 3px 3px 2px #000000;*/
position:absolute;left:5%; bottom:5px; margin:-20px 0 0 -30px;z-index:2
}

#zvonok {
position:absolute;right:1%; top:80px; margin:-20px 0 0 -30px;z-index:2
}

#bron {
position:absolute;right:1%; top:130px; margin:-20px 0 0 -30px;z-index:2
}
#bron a:hover {
    color: inherit;
}

hr {
  border: none;
  height: 1px;
  color: #c5c5c5;
  background-color: #c5c5c5;
}

.gallery{
list-style:none;
margin: 0px;
padding: 0px;
}

ul#gallery li {
display:inline-block;
margin:3px;
background-image: none;
background: #ffffff;
padding:0;
width:240px;
height: 180px;
overflow:hidden;
border-radius:4px;
border: 2px solid #ffffff;
box-shadow: 0 0 7px black;
box-shadow: 0 0 7px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 7px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

.gallery a img {
    overflow: hidden;
    width:240px;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.gallery img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }

.gallery p {
    margin-left:40px;
    font-family: "Trebuchet MS", Tahoma, Verdana sans-serif;
    font-size: 8pt;
    width:440px;
}     
.imgPhoto
{
    background:#fff;
    border:1px solid red!important;
    padding:6px; 
    margin:8px;   	        
}

.border-button {
    background: #cde4ec;
    margin: 0;
    position: relative;
    width: 187px;
    height: 44px;
    border-radius: 8px;
    border: 2px solid white;
}

.button {
    position: absolute;
    font-weight: 600;
    left: 2px;
    top: 1px;
    font-family: Arial, 'Times New Roman', Times, sans-serif;
    border: 1px solid #cde4ec;
    border-radius: 6px;
    margin: 0;
    display: inline-block;
    width: 182px;
    height: 40px;
    font-size: 13.5px;
    line-height: 40px;
    text-align: center;
    background: #cde4ec;
    box-shadow: inset 1px 1px 12px 8px #2da1c8;
    cursor: pointer;
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
         -o-transition: all 1s ease;
            transition: all 1s ease;
}
.button:hover {
    background: #cde4ec;
    box-shadow: inset 1px 1px 12px 8px #3f91ac;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

#skype {
position:absolute;right:10%; top:170px; margin:-20px 0 0 -30px;z-index:2
}

#ramka-forms-bron {
 background:#d2ecf4;
 border: 1px #89bcdb solid;
 -moz-border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -khtml-border-radius: 10px 10px 0 0;
 border-radius: 10px 10px 0 0;
 padding: 5px;
}

#podrobnee {
 background:#ffffff;
 border: 1px #89bcdb solid;
 -moz-border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -khtml-border-radius: 10px 10px 0 0;
 border-radius: 10px 10px 0 0;
 padding: 5px;
}

a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #3b4891;
    text-decoration: underline;
}

#mainDiv {
    max-width:1000px;
    margin:0 auto;
    background-color:#ffffff;
    position:relative;
	border-radius: 0 0 10px 10px; /* Верхние углы = 0, нижние = 10px */
}

#login {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px;
}
#login a {
    color:#28B3D0;
}
#login a:hover {
    color:#1B778B;
}

#topCode {
    position: absolute;
    width: 250px;
    height: 100px;
    top: 10px;
    right: 10px;
}

#footerCode {
    float: right;
    width: 200px;
    height: 100px;
}

.leftMenu ul {
    margin: 0;
    padding: 0;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    padding:3px;
    background-color:#f6f6f6;
}
.leftMenu ul li {
    padding: 6px;
    margin-bottom: 1px;
    background-color:#ffffff;
    display:block;
    padding-left:20px;
    position:relative;
    background-repeat: no-repeat;
}
.leftCode {
    padding-left: 10px;
    border: 0px solid #000;
}
.left-arrow {
    position: absolute;
    width:16px;
    height:16px;
    background-image:url(../Images/Design/arrow-right.png);
    left:2px;
    top:10px;
    cursor:pointer;  	
}
.left-arrow-active {
    position: absolute;
    width:16px;
    height:16px;
    background-image:url(../Images/Design/arrow-down.png);
    left:2px;
    top:10px;
    cursor:pointer;   
}
.leftMenu ul li a {
    text-decoration: none;
    font: 16px, sans-serif;
    color: #585858;
    font-weight:bold;
    line-height:20px;
}
.leftMenuActive {
    background-color: transparent!important;
    border-bottom: 1px solid #6d6d6d;
    font-weight: normal;
    padding-bottom: 5px;
}
.leftMenuActive a {}
.leftMenu ul ul {
    color: #000000;	
    margin: 0;
    padding: 0;	
    margin-left: 2px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.leftMenu ul ul li {
    display:list-item;
    color: #000000;	
    list-style-image:url("../Images/Design/sq.png")!important;
    background-color:transparent;	
    padding: 0;
    margin-left: 14px;
    background-image:none;
    list-style-position:outside;
}
.leftMenu ul ul li a {
    font-size:14px;
    color: #2b4c4b;	
    font-weight:normal;
}
.simpleMenu {
    color: #000000;
    padding: 5px;
    margin-bottom: 1px;
    background-color:#fff;
    display:block;
    padding-left:20px;
    position:relative;
    background-image:url("../Images/Design/left-menu-fon-2.jpg")!important;
}

#social a:hover {
background-color: transparent;opacity:0.7;
}
#social img {
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
#social img:hover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}

#mt {
    width:100%;
}
#mt td {
    vertical-align: top;
}

#left {
    display:none;
}

#right {
display:none;
}

#footer {
    /*background-color:#2f2482;*/
    color:#000000;
    text-align: center;
}
#footer a {
    font-size:22px;
    line-height: 12px;
    color:#28b3d0;
}
div#footer ul {
    display:inline-block;
    list-style-type:none;
    vertical-align: text-top;	
}
#footer ul lh {
    font-size:22px;
    font-weight:bold;
}
#footerBanner {
    float:right;
    margin-right:20px;
}
#botMenu {
    font-size:22px;
    line-height: 12px;
}

#content {max-width:40%;padding:10px;}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color:#2f2482;
    line-height:30px;
    margin-bottom:10px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 5px;
}

h2, h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color:#2f2482;
    line-height:30px;
    margin-top:10px;
    margin-bottom:10px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 5px;
}

.crumbs {
    background-color:#D9EDFF;
    line-height:20px;
    vertical-align:middle;
    padding-left:10px;
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
}
.crumbs a {
    color:Black;
}
.crumbs a:hover {
    color:Red;
}

.adminCode {
    border: 1px dotted red;
    padding: 20px;
}
.adminUl li {
    padding: 6px;
    display: inline-block;	
}

.listElement {
    font-family:Tahoma;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 3px 3px;
    max-width: 350px;
    padding: 5px;
    padding-bottom: 15px;
    height: 400px;
    background: #3085a3;
    text-align: left;
    background:#ffffff;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 1px #bdbdbd solid;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -ms-border-radius: 4px;
    -icab-border-radius: 4px;
}

.listTitle {
    text-align: left;
	font-family: 'Oswald', sans-serif;
    font-size: 27px;
	text-transform: uppercase;
    padding: 10px;
    border-bottom: 1px solid #6d6d6d;
    font-weight: normal;
    padding-bottom: 5px;
}
.listTitle a {
    color: #000000;
    text-decoration: none;
}

.listImage {
    overflow:hidden;
    width:350px;
    height:225px;
    overflow:hidden;
    float: left;
    border-radius:4px;
    border: 2px solid #ffffff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -ms-border-radius: 4px;
    -icab-border-radius: 4px;  
    margin-right:20px;
}
.listImage img {
    width:350px;
    height:225px;
    float: left;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.listImage img:hover {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }

.listDesc {
	font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #6d6d6d;
    margin-left: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.listDesc2 {
	font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #6d6d6d;
    margin-left: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.listDesc a, .listDesc2 a {
    display:none;
    text-align: right;	
}

#cse-search-form {
    position: absolute;
    width: 300px;
    top: 0;
    right: 20px;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
border-color: #D9D9D9;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
border-color: #FFFFFF;
background-color: #47adde;
background-image: none;
}

#anonsList {
    background:#ffffff;
}
.anons {
    font-family:Tahoma;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 3px 3px;
    max-width: 350px;
    padding: 5px;
    padding-bottom: 15px;
    height: 400px;
    background: #3085a3;
    text-align: left;
    background:#ffffff;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 1px #bdbdbd solid;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -ms-border-radius: 4px;
    -icab-border-radius: 4px;
}
.anonsTitle {
    text-align: left;
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #6d6d6d;
    font-weight: normal;
    padding-bottom: 5px;
}
.anonsTitle a {
	font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
}
.anonsDescription {
	font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #6d6d6d;
	margin-left: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.anonsImg {
    overflow:hidden;
    width:350px;
    height:225px;
    overflow:hidden;
    float: left;
    border-radius:4px;
    border: 2px solid #ffffff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -ms-border-radius: 4px;
    -icab-border-radius: 4px;  
    margin-right:20px;
}
.anonsImg img {
    width:350px;
    height:225px;
    float: left;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.anonsImg img:hover {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }
.floatClear {
    clear: left;
}
.displayNone {
    display:none;
}
.opacity0 {
    opacity:0;
}
.opacity1 {
    opacity:1;
}

.roomCost {
    margin-top:10px;
    border-top:1px solid #D6D6D6;
    margin-left:173px;
    padding-top:6px;
    position:relative;
}       
.roomCost strong {
    font-size:120%;
    display:block;
}
.roomCost strong span {
    color:#418BCF;
}
.roomCost .btn {
    position:absolute;
    right:10px;
    top:10px;
}
.roomImage {
    float:left;
}
.roomImage img {
    width:300px;
    border:1px solid #F0AD4E;
    padding:2px;
    border-radius:6px;
}
.roomDesc {
    margin-left:350px;
}
.clear {
    clear:both;
}
.roomDesc strong {
    font-size:120%;
    display:block;
}
.roomDesc strong span {
    color:#418BCF;
}
.roomDesc div {
    margin-top:15px;
}
.roomDesc div a {
    display:block!important;
    margin-bottom:10px;
    width:200px;
}

.btn {
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration:none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-blue {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-yellow {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

#ico-main {
  background-color: transparent;
  height:140px;
  float: center;
}
.itemss-img {
width: 110px;
height: 110px;
margin:5px;
border: 2px solid #ffffff;
border-radius: 99px;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.itemss-img:hover {
border: 10px solid #ffffff;
border-radius: 99px;
}
.itemss-img:active {
border-radius: 99px;
}
.itemss {
    float:left;
    text-align: center; 
    width:165px;
    padding: 0px;
    background-size:contain;
    margin:0px;
    position:relative;
    cursor:pointer;   
    transition: all 0.2s ease-in;
    background-repeat:no-repeat; 
}
.itemss:before {
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
}
.itemss:after {
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.itemss:hover {
    transform:scale(1.05,1.05);
}
.itemss a {
    font-size: 12px;
    color: #1c5492;
    font-weight:bold;
}
.itemss a:hover {
    font-size: 12px;
    color: #6d89a8;
    font-weight:bold;
}

@media screen and (max-width: 980px) {
video{display:none}
#mainDiv {width:100%;margin:0 auto;position:relative;}
#logo img{max-width: 500px;height: auto;position:absolute;left:5%; top:-5px; z-index:2}
#right{width: 210px;vertical-align: top;}
#left{display:none;}
.section{display:none;}
.adres-mob {display:inline;font-size: 16px;color: #ffffff;font-weight:bold;position:absolute;left:1%; top:87px; z-index:2;}
.tel-mob {display:inline;font-size: 16px;color: #ffffff;height: 40px;font-weight:bold;line-height: 15px;position:absolute;left:5%; top:118px; z-index:2;background:url(../Images/Design/Phone-call-mob.png) no-repeat 0 0px; padding-left: 35px;padding-top: 8px;}
.tel-mob a {color: white;text-decoration: none;}
.whatsapp-call{display:inline;font-size: 16px;color: #ffffff;height: 40px;font-weight:bold;line-height: 15px;position:absolute;left:65%; top:87px; z-index:2;background: url(../Images/Design/WhatsApp-call.png) no-repeat 0 0px; padding-left: 35px;padding-top: 8px;}
.whatsapp-call a {color: white;text-decoration: none;}
.Instagram-mob{display:inline;font-size: 16px;color: #ffffff;height: 40px;font-weight:bold;line-height: 15px;position:absolute;left:65%; top:118px; z-index:2;background: url(../Images/Design/Instagram-mob.png) no-repeat 0 0px; padding-left: 35px;padding-top: 8px;}
.Instagram-mob a {color: white;text-decoration: none;}
#adres {display:none;}	
#tel {display:none;}	
#tel2 {display:none;}	
#mail {display:none;}
#Instagram {display:none;}	
#slogan {display:none;}	
#zvonok {display:none;}	
#bron {display:none;}
#topCode {display:none;}
#sliderDiv{display:none;}
.social{display:none;} 
h1{font-size:20px;margin-bottom:5px;font-weight:bold;}
h2 {font-size:20px;margin-bottom:4px;font-weight:bold;}
h3 {font-size:20px;margin-bottom:4px;font-weight:bold;}
#pnSliderTop{display:none;}	
#divHeader{position:relative;max-height:150px; background-color: #FFFFFF;background-image:url(../Images/Design/head-fon-980.jpg);background-attachment: fixed;background-position: top center;background-repeat: no-repeat;}
embed,iframe,object,video {max-width: 100%; max-height: auto;}
} 

@media screen and (max-width: 480px) {
body {background-color:#ffffff;background-image:none}
#mainDiv {width:100%;margin:0 auto;position:relative;}
#divHeader{position:relative;max-height:130px; background-color: #FFFFFF;background-image:url(../Images/Design/head-fon-480.jpg);background-attachment: fixed;background-position: top center;background-repeat: no-repeat;}
#logo img{position:absolute;max-width: 350px;height: auto;left:0px; top:20px; margin:-30px; z-index:2;}	
#content {width:95%;margin:0 auto;}
#crumb{display:none;}
#left{display:none;}
#right{display:none;}
.adres-mob {display:none;}
.tel-mob {display:inline;font-size: 16px;color: #ffffff;height: 40px;font-weight:bold;line-height: 15px;position:absolute;left:2%; top:70px; z-index:2;background: url(../Images/Design/Phone-call-mob.png) no-repeat 0 0px; padding-left: 35px;padding-top: 8px;}
.tel-mob a {color: white;text-decoration: none;}
.whatsapp-call{display:inline;font-size: 16px;color: #ffffff;height: 40px;font-weight:bold;line-height: 15px;position:absolute;left:52%; top:70px; z-index:2;background: url(../Images/Design/WhatsApp-call.png) no-repeat 0 0px; padding-left: 35px;padding-top: 8px;}
.whatsapp-call a {color: white;text-decoration: none;}
.Instagram-mob{display:inline;font-size: 16px;color: #ffffff;height: 40px;font-weight:bold;line-height: 15px;position:absolute;left:52%; top:100px; z-index:2;background: url(../Images/Design/Instagram-mob.png) no-repeat 0 0px; padding-left: 35px;padding-top: 8px;}
.Instagram-mob a {color: white;text-decoration: none;}
#tel {display:none;}	
#tel2 {display:none;}
#slogan {display:none;}	
#zvonok {display:none;}	
#bron {display:none;}
#topCode {display:none;}
#poisk-yandex{display:none;}
#pnSliderTop{display:none;}		
.roomCost{margin-top:10px;border-top:1px solid #D6D6D6;margin-left:1%;padding-top:6px;position:relative;} 
#anonsList {
 background:#ffffff;
 border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
 padding: 5px;
 }
 .listElement {max-width: 320px;}
 .listImage img{width:300px;	height:200px;overflow: hidden;float: left;}
 .anons {max-width: 320px;}
}
img {max-width: 100%;height: auto;}

.pager {
    padding:0;
    margin-top:20px;
    text-align:center;    
}
.pager ul {
    margin:0;
    padding:0;
    list-style:none;
}
.pager ul li {
    display: inline-block;
    padding: 6px;
    background-color: #20A7D7;
    margin: 4px;
    border-radius: 4px;
    min-width: 30px;
    transition: all ease .3s;
    cursor:pointer;
}
.pager ul li:hover {
    background-color: #056CB8;
}
.pager ul li a {
    color:white;
    text-decoration:none;    
}
.pager ul .current {
    background-color: #04548F;
    color:white;
}

.sliderTop span {
    display:none;
}