@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:300,400,600,700);
body,
p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Open Sans", sans-serif;
}
*,
a,
a:active,
a:hover,
a:link,
a:visited,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
div,
section {
    display: block;
    position: relative;
}
div,
p a,
p a:active,
section {
    position: relative;
}
.clear,
.clearfix::after {
    clear: both;
}
.map_container,
.menu,
.prlx_parent {
    overflow: hidden;
}
.credits,
.footer .logo,
.footer_social_item,
.logo {
    text-align: center;
}
* {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: #a5a5a5;
}
div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
    list-style: none;
    margin-bottom: 0;
}
p {
    line-height: 2;
    color: #838383;
}
p a {
    display: inline;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -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;
}
.breadcrumbs span a,
.trans_200 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}
p a:active {
    color: tomato;
}
p a:hover {
    color: #fff;
    background: #ffa07f;
}
p a:hover::after {
    opacity: 0.2;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
.footer .logo span,
.logo span {
    font-family: Montserrat, sans-serif;
}
.form-control {
    color: #db5246;
}
section {
    box-sizing: border-box;
}
.clearfix::after,
.clearfix::before {
    content: "";
    display: table;
}
.clearfix {
    zoom: 1;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.trans_200 {
    transition: all 0.2s ease;
}
.trans_300 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.trans_400 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.trans_500 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fill_height {
    height: 100%;
}
.super_container {
    width: 100%;
    overflow: hidden;
}
.prlx {
    height: 130% !important;
}
.nopadding {
    padding: 0 !important;
}
.main_nav_item a,
.menu_item a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.home {
    height: 433px;
}
.home_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home_content {
    width: 100%;
    margin-top: 221px;
}
.home_title {
    display: inline-block;
    height: 31px;
    background: #fd784f;
}
.header,
.header_container {
    width: 100%;
    height: 150px;
}
.home_title h2 {
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding-left: 12px;
    padding-right: 14px;
}
.breadcrumbs {
    margin-top: 8px;
}
.breadcrumbs span::before {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    content: " / ";
}
.breadcrumbs span:first-child::before {
    display: none;
}
.breadcrumbs span a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all 0.2s ease;
}
.breadcrumbs span a:hover {
    color: #fd784f;
}
.logo span,
.main_nav_item a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.22);
    z-index: 15;
}
.logo span {
    display: block;
    font-size: 24px;
    margin-top: 1px;
}
.main_nav {
    margin-left: auto;
    margin-right: 112px;
}
.main_nav_item {
    display: inline-block;
    margin-right: 40px;
}
.main_nav_item:last-child {
    margin-right: 0;
}
.main_nav_item a {
    font-size: 14px;
    -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;
}
.main_nav_item a:hover {
    color: #fd784f;
}
.phone_home {
    width: auto;
    height: 44px;
    background: #fd784f;
    padding-left: 46px;
    padding-right: 39px;
}
.phone_home span {
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    color: #fff;
}
.menu_item a,
.section_title h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.hamburger_container {
    display: none;
    margin-left: auto;
}
.hamburger i {
    font-size: 20px;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}
.hamburger i:hover {
    color: #f2f2f2;
}
.hamburger i:active {
    color: #fd784f;
}
.menu {
    display: block;
    width: 100%;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.estate_social_item,
.estate_social_item a i {
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.menu.active {
    opacity: 1;
    visibility: visible;
}
.menu_item {
    border-bottom: solid 1px #f2f2f2;
}
.menu_item:last-child {
    border: none;
}
.menu_item:hover {
    background: #f2f2f2;
}
.menu_item a {
    display: block;
    font-size: 14px;
    color: #0e1d41;
    line-height: 60px;
}
.section_title {
    padding-top: 37px;
    margin: 0 auto;
}
.section_title::after {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3px;
    height: 25px;
    background: #fd784f;
    content: "";
}
.section_title h3 {
    color: #1e2c4e;
}
.section_subtitle {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #b0b1b3;
    margin-top: -4px;
}
.button {
    display: inline-block;
    height: 51px;
}
.button a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 51px;
    padding-left: 34px;
    padding-right: 33px;
}
.contact_title,
.newsletter_title h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.contact {
    padding-top: 90px;
}
.contact_title {
    font-size: 24px;
    color: #0e1d41;
}
.estate_input_field,
.estate_text_field {
    width: 100%;
    background: #e2e6f1;
    padding-left: 17px;
    color: #fd784f;
}
.estate_contact_form_container {
    margin-top: 38px;
}
.estate_input_field {
    border: 2px solid transparent;
    margin-bottom: 9px;
    height: 38px;
}
.estate_input_field:focus {
    outline: 0 !important;
    border-color: #fd784f;
}
.estate_text_field {
    height: 117px;
    border: 2px solid transparent;
    padding-top: 10px;
}
.estate_text_field:focus {
    outline: 0 !important;
    border-color: #fd784f;
}
.estate_contact_send_btn {
    width: 86px;
    height: 32px;
    background: #fd784f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: none;
    margin-top: 15px;
    margin-bottom: 30px;
}
.estate_contact_send_btn:focus {
    outline: #fff solid 1px;
    border: green !important;
}
.estate_input_field::-webkit-input-placeholder,
.estate_text_field::-webkit-input-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.estate_input_field:-moz-placeholder,
.estate_text_field:-moz-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.estate_input_field::-moz-placeholder,
.estate_text_field::-moz-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.estate_input_field:-ms-input-placeholder,
.estate_text_field:-ms-input-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.estate_input_field::input-placeholder,
.estate_text_field::input-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.estate_contact .contact_info_text,
.estate_contact .contact_info_text a {
    color: #838383;
}
.estate_contact {
    margin-top: 38px !important;
}
.estate_about_text {
    margin-top: 30px;
}
.estate_about_text p {
    line-height: 2.29;
    margin-bottom: 32px;
}
.estate_about_text p:last-of-type {
    margin-bottom: 0;
}
.estate_social {
    margin-top: 28px;
}
.estate_social_item {
    display: inline-block;
    width: 31px;
    height: 31px;
    border: 2px solid #fd784f;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right: 9px;
}
.estate_social_item:last-child {
    margin-right: 0;
}
.estate_social_item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.estate_social_item a i {
    display: block;
    position: relative;
    color: #fd784f;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer_social_item,
.footer_social_item a i {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.estate_social_item:hover {
    background: #fd784f;
}
.estate_social_item:hover a i {
    color: #fff;
}
.estate_map {
    margin-top: 100px;
}
.google_map {
    width: 100%;
    height: 725px;
}
.map_container {
    width: 100%;
    height: 100%;
}
#map {
    width: 100%;
    height: calc(100% + 30px);
}
.newsletter {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #0e1d41;
}
.newsletter_title {
    padding-top: 37px;
    margin: 0 auto;
}
.newsletter_title::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 25px;
    background: #fd784f;
    content: "";
}
.newsletter_title h3 {
    color: #fff;
}
.newsletter_subtitle {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #b0b1b3;
    margin-top: -4px;
}
.newsletter_form_container {
    margin-top: 31px;
}
.newsletter_email {
    width: calc(100% - 132px);
    height: 55px;
    border: none;
    padding-left: 27px;
    font-weight: 500;
    color: #fd784f;
    background: #4a5b85;
}
.newsletter_email:focus {
    outline: #fd784f solid 2px;
}
.newsletter_email::-webkit-input-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #adb8d4 !important;
}
.newsletter_email:-moz-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #adb8d4 !important;
}
.newsletter_email::-moz-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #adb8d4 !important;
}
.newsletter_email:-ms-input-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #adb8d4 !important;
}
.newsletter_email::input-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #adb8d4 !important;
}
.footer .logo span,
.footer_col_title,
.newsletter_submit_btn,
.weekly_offer_text {
    color: #fff;
    text-transform: uppercase;
}
.newsletter_submit_btn {
    width: 132px;
    height: 55px;
    border: none;
    background: #fd784f;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.weekly_offer,
.weekly_offer_image {
    width: 100%;
    height: 100%;
}
.newsletter_submit_btn:focus {
    border: 2px solid #fff;
}
.weekly_offer_image {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.weekly_offer_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 58px;
    background: #0e1d41;
    z-index: 10;
}
.weekly_offer_icon {
    width: 64px;
    background: #fd784f;
}
.weekly_offer_icon img {
    width: 35px;
    height: 41px;
}
.weekly_offer_text {
    font-size: 14px;
    font-weight: 700;
    line-height: 58px;
    padding-left: 30px;
    padding-right: 30px;
}
.footer {
    padding-top: 150px;
    padding-bottom: 80px;
    background: #07122c;
}
.footer_col_title {
    font-size: 16px;
    font-weight: 600;
}
.footer .logo_container {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -58px;
}
.footer .logo span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-top: 1px;
}
.footer_social {
    margin-top: 60px;
}
.footer_social_item {
    display: inline-block;
    width: 31px;
    height: 31px;
    border: 2px solid #fd784f;
    border-radius: 50%;
    transition: all 0.2s ease;
    margin-right: 9px;
}
.footer_social_item:last-child {
    margin-right: 0;
}
.footer_social_item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.footer_social_item a i {
    display: block;
    position: relative;
    color: #fd784f;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    transition: all 0.2s ease;
}
.footer_social_item:hover {
    background: #fd784f;
}
.input_field,
.text_field {
    width: 100%;
    background: #1e2c4e;
    padding-left: 17px;
}
.footer_social_item:hover a i {
    color: #fff;
}
.footer_about {
    margin-top: 44px;
    padding-right: 10px;
}
.footer_about p {
    color: #c5c5c5;
    line-height: 2.29;
    margin-bottom: 0;
}
.footer_useful_links {
    margin-top: 27px;
}
.useful_links_item a {
    font-size: 14px;
    font-weight: 600;
    color: #c5c5c5;
    line-height: 2.5;
    -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;
}
.input_field,
.text_field,
.useful_links_item a:hover {
    color: #fd784f;
}
.footer_contact_form_container {
    margin-top: 41px;
}
.input_field {
    border: 2px solid transparent;
    margin-bottom: 9px;
    height: 38px;
}
.input_field:focus {
    outline: 0 !important;
    border-color: #fd784f;
}
.text_field {
    height: 117px;
    border: 2px solid transparent;
    margin-bottom: 7px;
    padding-top: 10px;
}
.text_field:focus {
    outline: 0 !important;
    border-color: #fd784f;
}
.contact_send_btn {
    width: 86px;
    height: 32px;
    background: #fd784f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: none;
}
.contact_send_btn:focus {
    outline: #fff solid 1px;
    border: green !important;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.input_field::input-placeholder,
.text_field::input-placeholder {
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.contact_info_list {
    margin-top: 44px;
}
.contact_info_item {
    margin-bottom: 22px;
}
.contact_info_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.contact_info_icon img {
    display: block;
    width: 100%;
}
.contact_info_text,
.contact_info_text a {
    color: #bcbcbd;
    line-height: 2.14;
    margin-top: -4px;
}
.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a {
    color: #fd784f;
}
.credits {
    background: #040b1d;
}
.credits span {
    color: #485165;
    line-height: 49px;
}
