@font-face {
    font-family: 'Optima';
    src: url('../fonts/Optima.eot?') format('embedded-opentype'),  
         url('../fonts/Optima.woff') format('woff'), 
         url('../fonts/Optima.ttf')  format('truetype'), 
         url('../fonts/Optima.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima-Italic';
    src: url('../fonts/Optima-Italic.eot?') format('embedded-opentype'),  
         url('../fonts/Optima-Italic.woff') format('woff'), 
         url('../fonts/Optima-Italic.ttf')  format('truetype'), 
         url('../fonts/Optima-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima-Bold';
    src: url('../fonts/Optima-Bold.eot?') format('embedded-opentype'),  
         url('../fonts/Optima-Bold.woff') format('woff'), 
         url('../fonts/Optima-Bold.ttf')  format('truetype'), 
         url('../fonts/Optima-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima-BoldItalic';
    src: url('../fonts/Optima-BoldItalic.eot?') format('embedded-opentype'),  
         url('../fonts/Optima-BoldItalic.otf')  format('opentype'),
         url('../fonts/Optima-BoldItalic.woff') format('woff'), 
         url('../fonts/Optima-BoldItalic.ttf')  format('truetype'), 
         url('../fonts/Optima-BoldItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a, button, input, textarea, select {
    outline: none;
}

input[type="submit"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    appearance: none;
}

ul {
    list-style-type: none;
}

header, nav, section, article, aside, footer {
    display: block;
}

html,
body {
    height: 100%;
}

body {
	color: #A38230;
    font: 14px 'Optima', Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .page_london .content {
        background-position: center center;
    }
}

@media screen and (max-width: 768px) {
    .page_dubai .content {
        background-position: center center;
    }
}

.content {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

@media screen and (max-width: 768px) {
    .content {
        background-position: 70% center;
    }
}

.content_main {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    text-align: center;
    padding: 58px 40px;
}

.content_center {
    width: 100%;
}

.content_logo {
    display: inline-block;
    margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
    .content_logo {
        max-width: 260px;
        margin-bottom: 30px;
    }
}

.content_logo img {
    max-width: 100%;
    height: auto;
}

.content_opening {
    font: 19px 'Optima-Bold', Arial, sans-serif;
    letter-spacing: 0.5em;
    text-transform: uppercase;
/*    margin-bottom: 50px; */
}

@media screen and (max-width: 768px) {
    .content_opening {
        font-size: 16px;
        line-height: 31px;
        margin-bottom: 25px;
    }
}

.content_cities {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    padding-top: 50px;
}

@media screen and (max-width: 768px) {
    .content_cities {
        padding: 30px 0;
        margin-top: 60px;
    }

    .content_cities:before,
    .content_cities:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        display: block;
        width: 117px;
        height: 1px;
        background: #A38230;
    }

    .content_cities:before {
        top: 0;
    }

    .content_cities:after {
        bottom: 0;
    }
}

.content_city_box {
    display: inline-block;
    text-decoration: none;
    position: relative;
    width: 100%;
    max-width: 200px;
    padding: 10px 20px;
    margin-bottom: 60px;
    border: 1px solid #A38230;
    text-align: center;
    background: url(../images/bg_filter.png) repeat;
}

@media screen and (max-width: 768px) {
    .content_city_box {
        background: none;
    }
}

.content_city_box:last-child {
    margin-bottom: 0;
}

.content_city_name {
    margin-bottom: 10px;
    color: #A38230;
    font: 15px/1 'Optima-Bold', Arial, sans-serif;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}

.content_city_description {
    color: #A38230;
    font: 15px/1 'Optima-Italic', Arial, sans-serif;
    letter-spacing: 0.1em;
}

.content_text {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .content_text {
        margin-bottom: 50px;
    }
}

.content_text:last-child {
    margin-bottom: 0;
}

.content_text p {
    font: 13px/27px 'Optima-Bold', Arial, sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

@media screen and (min-width: 1441px) {
    .content_text p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
    .content_text p {
        font-size: 10px;
        line-height: 23px;
    }
}

.content_info a {
    text-decoration: none;
    color: #A38230;
}

.content_info a:hover {
    color: #EA541B;
}

.content_text_location {
    margin-bottom: 25px;
}

.text_location_title {
    font: 15px/18px 'Optima-Bold', Arial, sans-serif;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.text_location_adress {
    font: 15px/24px 'Optima-Italic', Arial, sans-serif;
    letter-spacing: 0.1em;
}

.content_text_contacts {
    margin-bottom: 30px;
}

.content_text_contacts p {
    font: 13px/15px 'Optima-Bold', Arial, sans-serif;
    letter-spacing: 0.22em;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .content_text_contacts p {
        font-size: 12px;
    }
}

.content_text_contacts p:last-child {
    margin-bottom: 0;
}

.content_text_bottom p {
    font: 12px 'Optima', Arial, sans-serif;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.content_text_bottom p:last-child {
    margin-bottom: 0;
}

.content_text_media {
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .content_text_media {
        margin-bottom: 20px;
    }
}

.content_text_media p {
    font: 12px/21px 'Optima-BoldItalic', Arial, sans-serif;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
    .content_text_media p {
        font-size: 11px;
        line-height: 17px;
    }
}

.content_text_line {
    width: 93px;
    height: 1px;
    margin: 0 auto 35px;
    background: #A38230;
}

.book_btn {
    display: inline-block;
    text-decoration: none;
    padding: 10px 16px;
    border: 1px solid #9E7724;
    font: 12px 'Optima', Arial, sans-serif;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a.book_btn:hover {
    background: #9E7724;
    color: #ffffff;
}

.reservations_widget {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.reservations_widget_top {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-bottom: 20px;
}

.reservations_right_side {
    width: 58.33333333%;
}

@media screen and (max-width: 768px) {
    .reservations_right_side {
        width: 100%;
    }
}

.newsletter_toggle {
    cursor: pointer;
    display: inline-block;
}

.newsletter_form {
    position: relative;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 245px;
    margin: 0 auto;
}

.newsletter_form.visible {
    opacity: 1;
    visibility: visible;
}

.newsletter_field {
    width: 100%;
    height: 37px;
    border: 1px solid #A38230;
    background: none;
    padding: 0 20px;
    text-align: center;
    color: #A38230;
    font: 10px 'Optima', Arial, sans-serif;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.newsletter_field::-webkit-input-placeholder {
    color: #A38230;
}

.newsletter_field:-moz-placeholder {
    color: #A38230;
}

.newsletter_field::-moz-placeholder {
    color: #A38230;
}

.newsletter_field:-ms-input-placeholder {
    color: #A38230;
}  

.newsletter_btn {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    cursor: pointer;
    width: 6px;
    height: 10px;
    border: none;
    background: url(../images/arrow_right.svg) no-repeat;
}

