@charset "utf-8";

/* Reset и базовые стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent;
    font-size: 100%;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    color: #0487A8;
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
}

/* Typography */
@font-face {
    font-family: 'CuprumRegular';
    src: url('../fonts/cuprum-webfont.eot');
    src: local('☺'),
         url('../fonts/cuprum-webfont.woff') format('woff'),
         url('../fonts/cuprum-webfont.ttf') format('truetype'),
         url('../fonts/cuprum-webfont.svg#CuprumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    line-height: 1.25;
    text-align: left;
    color: #363636;
    font: normal 15px Arial, Helvetica, sans-serif;
    background: url('../images/bg.jpg') center top repeat;
    background-size: 1300px 370px;
    min-width: 988px;
    min-height: 100vh;
    padding-bottom: 0;
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #0487A8;
    font-family: 'CuprumRegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 { font-size: 30px; margin-bottom: 26px; }
h2 { font-size: 18px; margin-bottom: 15px; }

/* Layout - Полная структура с учетом всех слоев */
.site-wrap1 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto -131px;
}

.mid-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../images/mid-bg.jpg') center top repeat-y;
    z-index: -1;
}

.top-pic {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../images/top-pic.jpg') center top no-repeat;
    background-size: 2600px 949px;
    z-index: -2;
}

.site-wrap2 {
    background: url('../images/top-pic2.jpg') center top no-repeat;
	top: -85px;
    width: 100%;
    position: relative;
    z-index: 0;
}

.site-wrap3 {
    width: 980px;
    margin: 0 auto;
    min-height: 600px;
    position: relative;
    z-index: 1;
}

/* Header */
.site-header {
    position: relative;
    height: 470px;
    z-index: 2;
}

.site-logo {
    position: absolute;
    left: 25px;
    top: 150px;
    z-index: 30;
	max-width: 200px;
}

.tel-top2.tourist-navigator {
  position: absolute;
  right: 27px;
  top: 149px;
  z-index: 30;
  /* Облачко-фон */
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px); /* легкий эффект стекла (если поддерживается) */
  padding: 0px 7px;
  border-radius: 5px;
  /* Тень как у облачка */
  box-shadow: 0 6px 16px rgb(0 0 0 / 67%), 0 2px 6px rgb(0 0 0 / 50%);
  font-size: 13px;
  line-height: 1.4;
  /* border: 0px solid rgba(0, 0, 0, 0.08); */
  max-width: 280px;
}
 
.tourist-navigator .navigator-content {
  position: relative;
}
 
.tourist-navigator .navigator-line {
  margin: 5px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
 
.tourist-navigator .navigator-line i {
  color: #b8860b; /* золотистый акцент */
  font-size: 15px;  
}
 
.tourist-navigator a {
  color: #0487A8;
  text-decoration: none;
  font-weight: 500;
}
 
.tourist-navigator a:hover {
  text-decoration: underline;
}
.tourist-navigator .navigator-line:first-child {
  font-weight: 600;
  color: #0487A8;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #e0e0e0;
}

.menu-top {
    margin: 0;
    padding: 93px 0 0 67px;
    list-style: none;
    height: 38px;
    font: normal 18px/38px 'CuprumRegular', Arial, Helvetica, sans-serif;
    z-index: 3;
    position: relative;
}

.menu-top li {
    padding: 0 0 0 2px;
    float: left;
    background: url('../images/tmenu-li.jpg') left top no-repeat;
    height: 38px;
}

.menu-top li a {
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    height: 38px;
    display: block;
    cursor: pointer;
}

.menu-top li a:hover {
    color: #363636;
    text-decoration: none;
    background: url('../images/tmenu-h.png') left top repeat-x;
}

/* Main Content */
.site-content-wrap {
    height: 1%;
    width: 100%;
    position: relative;
    padding: 0px 0px 55px;
    z-index: 2;
}

.site-content-middle {
    min-height: 0;
}

/* Footer */
.site-footer-wrap1 {
    background: url('../images/bot-pic.jpg') center top no-repeat;
    height: 131px;
    position: relative;
    z-index: 10;
}

.site-footer {
    position: relative;
    height: 131px;
    width: 980px;
    margin: 0 auto;
}

.menu-bot {
    margin: 0;
    padding: 0 0 0 67px;
    list-style: none;
    height: 38px;
    font: normal 18px/38px 'CuprumRegular', Arial, Helvetica, sans-serif;
}

.menu-bot li {
    height: 38px;
    float: left;
    background: url(../images/bmenu-li.gif) left top no-repeat;
    padding: 0 15px;
}

.menu-bot li a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.menu-bot li a:hover {
    color: #fff;
    text-decoration: underline;
}

.tel-bot,
.tel-bot2 {
    position: absolute;
    top: 65px;
    width: 230px;
    height: 60px;
    font: normal 13px Arial, Helvetica, sans-serif;
    color: #363636;
}

.tel-bot {
    left: 22px;
}

.tel-bot2 {
    left: 252px;
    text-align: right;
}

.site-copyright {
    text-align: right;
    color: #363636;
    position: absolute;
    right: 20px;
    top: 62px;
    padding: 4px 36px 0 0;
    width: 360px;
    height: 50px;
    background: url(../images/mega.png) right top no-repeat;
    font: normal 11px Tahoma, Geneva, sans-serif;
}

/* Гамбургер-иконка (видна только в мобильной версии) */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
}

.mobile-menu-toggle span {
    width: 28px;
    height: 3px;
    background-color: #0487A8;
    margin: 4px 0;
    transition: 0.3s;
}

/* Мобильное меню */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 9999;
    transition: right 0.3s ease;
    overflow-y: auto;
    display: none;
}

.mobile-menu.active {
    right: 0;
    display: block;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
    background-color: #f9f9f9;
}

.mobile-logo img {
    max-height: 40px;
}

.mobile-close {
    font-size: 28px;
    color: #0487A8;
    cursor: pointer;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
}

.mobile-nav li {
    border-bottom: 1px solid #eee;
}

.mobile-nav a {
    display: block;
    padding: 15px;
    color: #363636;
    text-decoration: none;
    font-size: 16px;
}

.mobile-nav a:hover {
    background-color: #f0f8ff;
    color: #0487A8;
}

.mobile-contacts {
    padding: 20px;
    font-size: 14px;
    color: #363636;
    line-height: 1.5;
}

/* Мини-футер */
.mini-footer {
    display: none;
    position: relative;
    background: #f9f9f9;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    font-size: 13px;
    color: #363636;
}

.mini-footer p {
    margin: 2px 0;
}

.mini-footer a {
    color: #0487A8;
}

/* Responsive Design */
@media (max-width: 768px) {
    body {
        min-width: auto;
        background-size: cover;        
    }

    .site-wrap3 {
        width: 100%;
        min-height: auto;
    }

    /* Убираем фон top-pic2 в мобильной версии */
    .site-wrap2 {
        background: none;
		top: 0;
    }

    .site-header {
        height: auto;
        min-height: 65px;
        position: relative;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        padding-left: 15px;
    }

    .site-logo {
        display: block !important;
        position: static !important;
        margin-right: auto;
    }

    .site-logo img {
        max-height: 45px;
    }

    .mobile-menu-toggle {
        display: flex;
        margin-left: auto;
    }

    .tel-top2,
    .menu-top {
        display: none;
    }

    .site-footer-wrap1 {
        display: none;
    }

    /* Мобильное меню */
    .mobile-menu {
        display: block;
    }

    .mobile-menu-header {
        padding: 12px;
    }

    /* Мини-футер — ЕДИНСТВЕННОЕ определение */
    .mini-footer {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #f9f9f9;
        padding: 10px;
        text-align: center;
        border-top: 1px solid #e0e0e0;
        font-size: 13px;
        color: #363636;
        z-index: 999;
        box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    }
    .site-content-wrap {        
		padding: 0px 0px 90px;
    }
	.tv {
		display: none;
	}
}
/* Очищаем float */
.clear-footer {
    clear: both;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
.tv {
    position: absolute; 
    top: 122px;    
    width: 100%;
    padding: 21px;
    height: 338px;    
    z-index: 3;    
}
.TVSSliderContainer {
    border-radius: 5px !important;
}