/* Тема primorye — гостиница «Тихая бухта», Владивосток */

html, body {
    margin: 0;
    padding: 0;
}
body {
    background: #eceae4;
    color: #2b2b2b;
    font: 15px/1.6 Arial, "Helvetica Neue", Helvetica, sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #175a86;
}
a:hover {
    color: #b8362a;
}
h1, h2, h3, h4 {
    font-weight: bold;
    line-height: 1.25;
    color: #1d3d55;
    margin: 22px 0 10px;
}
h1 {
    font-size: 26px;
    margin-top: 6px;
}
h2 {
    font-size: 21px;
    border-bottom: 2px solid #d6d1c6;
    padding-bottom: 5px;
}
h3 {
    font-size: 17px;
}
h4 {
    font-size: 15px;
    color: #444;
}
p {
    margin: 0 0 12px;
}
ul, ol {
    margin: 0 0 14px;
    padding-left: 22px;
}
li {
    margin-bottom: 4px;
}

.wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 14px;
}

/* ---- шапка ---- */
.header {
    background: #174a6e;
    color: #fff;
    border-bottom: 4px solid #b8362a;
}
.header a {
    color: #fff;
    text-decoration: none;
}
.header-inner {
    padding: 12px 0 14px;
    overflow: hidden;
}
.header-logo {
    float: left;
    max-width: 62%;
}
.header-logo .site-name {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.4px;
    display: block;
}
.header-logo .site-slogan {
    display: block;
    font-size: 13px;
    color: #c3d8e6;
    margin-top: 3px;
}
.header-contact {
    float: right;
    text-align: right;
    padding-top: 4px;
}
.header-contact .phone {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}
.header-contact .phone-note {
    display: block;
    font-size: 12px;
    color: #c3d8e6;
}

/* ---- меню ---- */
.nav {
    background: #123b58;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.nav li {
    float: left;
    margin: 0;
}
.nav a {
    display: block;
    padding: 11px 17px;
    color: #e7eff5;
    text-decoration: none;
    font-size: 15px;
    border-right: 1px solid #1c4c6f;
}
.nav a:hover {
    background: #1c5a86;
    color: #fff;
}
.nav a.active {
    background: #b8362a;
    color: #fff;
}
.nav-toggle {
    display: none;
    width: 100%;
    padding: 11px 14px;
    background: #123b58;
    color: #fff;
    border: 0;
    font: bold 15px Arial, sans-serif;
    text-align: left;
    cursor: pointer;
}

/* ---- содержимое ---- */
.main {
    background: #fff;
    padding: 18px 0 26px;
    border-bottom: 1px solid #d8d4ca;
}
.lead {
    font-size: 16px;
    color: #333;
    background: #f4f1e9;
    border-left: 4px solid #174a6e;
    padding: 12px 14px;
    margin-bottom: 18px;
}
.photo-main {
    margin: 0 0 16px;
}
.photo-main img {
    display: block;
    border: 1px solid #cfcabe;
    padding: 3px;
    background: #fff;
}
.photo-main .caption {
    font-size: 12px;
    color: #6a6a6a;
    padding-top: 4px;
}

/* ---- номера ---- */
.room {
    border: 1px solid #ddd8cc;
    background: #fbfaf7;
    padding: 12px 14px;
    margin-bottom: 16px;
    overflow: hidden;
}
.room h3 {
    margin-top: 0;
}
.room-photo {
    float: right;
    margin: 0 0 10px 16px;
    max-width: 300px;
}
.room-photo img {
    display: block;
    border: 1px solid #cfcabe;
}
.room-price {
    display: inline-block;
    background: #174a6e;
    color: #fff;
    font-weight: bold;
    padding: 5px 11px;
    margin: 6px 0 4px;
}
.room-price .sub {
    font-weight: normal;
    font-size: 12px;
    color: #cfe0ec;
}
.room-features {
    list-style: square;
    margin-bottom: 6px;
}

/* ---- таблицы ---- */
.table-scroll {
    overflow-x: auto;
    margin-bottom: 16px;
    border: 1px solid #ddd8cc;
}
table.prices {
    border-collapse: collapse;
    width: 100%;
    min-width: 520px;
    font-size: 14px;
    background: #fff;
}
table.prices th, table.prices td {
    border: 1px solid #ddd8cc;
    padding: 7px 9px;
    text-align: left;
}
table.prices th {
    background: #eef1f3;
    color: #1d3d55;
}
table.prices tr:nth-child(even) td {
    background: #f8f7f3;
}
table.prices td.num {
    text-align: right;
    white-space: nowrap;
}

/* ---- услуги ---- */
.services {
    margin-bottom: 18px;
}
.services .service {
    border-bottom: 1px dotted #cbc6ba;
    padding: 10px 0;
}
.services .service:last-child {
    border-bottom: 0;
}
.services .service h3 {
    margin: 0 0 5px;
}
.services .service .price-note {
    color: #7a4a12;
    font-size: 14px;
}

.note {
    background: #fdf6e3;
    border: 1px solid #e6d9ac;
    padding: 10px 12px;
    margin: 14px 0;
    font-size: 14px;
}

.faq_f28bd4 dt {
    font-weight: bold;
    color: #1d3d55;
    margin-top: 12px;
}
.faq_f28bd4 dd {
    margin: 4px 0 0 0;
}

.reviews .review {
    border-left: 3px solid #d6d1c6;
    padding: 2px 0 2px 12px;
    margin-bottom: 14px;
}
.reviews .review .who {
    font-size: 13px;
    color: #6a6a6a;
}

/* ---- форма брони ---- */
.booking {
    background: #f4f1e9;
    border: 1px solid #ddd8cc;
    padding: 14px 16px 18px;
    margin: 20px 0;
}
.booking h2 {
    margin-top: 4px;
}
.booking .field {
    margin-bottom: 10px;
}
.booking label {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}
.booking input[type="text"],
.booking input[type="date"],
.booking input[type="email"],
.booking input[type="tel"],
.booking select,
.booking textarea {
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
    padding: 7px 8px;
    border: 1px solid #bdb8ab;
    background: #fff;
    font: 14px Arial, sans-serif;
}
.booking textarea {
    height: 80px;
}
.booking .submit {
    background: #b8362a;
    color: #fff;
    border: 0;
    padding: 10px 22px;
    font: bold 15px Arial, sans-serif;
    cursor: pointer;
}
.booking .submit:hover {
    background: #97291f;
}
.booking .agree {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

/* ---- подвал ---- */
.footer {
    background: #1d3d55;
    color: #ccd9e3;
    font-size: 14px;
    padding: 18px 0 22px;
}
.footer a {
    color: #ffd9a0;
}
.footer .col {
    float: left;
    width: 33%;
    padding-right: 12px;
    box-sizing: border-box;
}
.footer .col h4 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 15px;
}
.footer-inner {
    overflow: hidden;
}
.footer .copy {
    clear: both;
    border-top: 1px solid #2d5474;
    margin-top: 16px;
    padding-top: 12px;
    font-size: 13px;
    color: #9fb4c4;
}

.crumbs {
    font-size: 13px;
    color: #767676;
    padding: 8px 0 0;
}
.crumbs a {
    color: #175a86;
}

/* узкие экраны */
@media (max-width: 760px) {
    .header-logo,
    .header-contact {
        float: none;
        max-width: 100%;
        text-align: left;
    }
    .header-contact {
        padding-top: 10px;
    }
    .nav-toggle {
        display: block;
    }
    .nav ul {
        display: none;
    }
    .nav ul.open {
        display: block;
    }
    .nav li {
        float: none;
    }
    .nav a {
        border-right: 0;
        border-top: 1px solid #1c4c6f;
    }
    .room-photo {
        float: none;
        margin: 0 0 10px 0;
        max-width: 100%;
    }
    .footer .col {
        float: none;
        width: 100%;
        margin-bottom: 14px;
    }
    h1 {
        font-size: 22px;
    }
}
