/*brown #A46841*/
/*brown light #2C1100*/

* {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a, a:hover, a:visited, a:active, a:link {
    color: inherit;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.content a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

button {
    outline: none;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Inter", sans-serif;
    color: #2C1100;
    font-size: 16px;
    background-color: #faf9f7;
}

#wrapper {
    padding-bottom: 40px;
}

.block {
    width: 100%;
    min-width: 1220px;
}

.inner {
    width: 1116px;
    margin: 0 auto;
    position: relative;
}

img {
    max-width: 100%;
    border-radius: 3px;
}

table img {
    max-width: none;
}

img[data-img] {
    transition: opacity 0.2s ease;
}

img[data-img]:hover {
    opacity: 0.85;
}

.volume {
    box-shadow: 6px 6px 37px 0 #8783814F;
    border-radius: 5px;
}


#bread_crumbs {
    margin-bottom: 30px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
    color: #4B3425;
    font-weight: 300;
}

#bread_crumbs svg {
    position: relative;
    top: 1px;
    margin: 0 5px;
}

#bread_crumbs a {
    color: inherit;
}

.separator {
    color: #909090;
}


/*HEADER*/

header {
    padding: 26px 0;
    font-size: 15px;
    line-height: 1.3;
    background-color: rgba(250, 249, 247, 0.7);
}

header .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


#logo {
    margin-left: -105px;
}

.icon_block {
    display: flex;
    align-items: flex-start;
}

.icon_block .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #A46841;
    border-radius: 50%;
    margin-right: 10px;
}

.goto_map {
    margin-top: 7px;
}

.work_time {
    margin-top: 27px;
}

.emails {
    margin-top: 13px;
}

header .phone {
    font-size: 20px;
    font-weight: 600;
}

header .address a {
    color: #784530;
}


/*МЕНЮ*/
nav {
    background-color: #fff;
    font-size: 18px;
}

nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

nav li {

}

nav a {
    display: block;
    padding: 20px 0;
    font-weight: 300;
}

nav li.current a,
nav a:hover {
    color: #784530;
}


#content {
    padding-top: 20px;
}

#content h1 {
    font-family: Oranienbaum, serif;
    font-style: normal;
    font-size: 38px;
    color: #2C1100;
    margin-top: 42px;
    margin-bottom: 20px;
}

.page_text {
    margin-bottom: 30px;
    color: #4B3425;
}


.page_news {
    max-width: 926px;
}

.news_image {
    margin-top: 30px;
}


#to_top {
    position: fixed;
    color: #ccc;
    display: -webkit-flex;
    bottom: 50px;
    font-size: 32px;
    cursor: pointer;
}


/*FOOTER*/

footer {
    position: relative;
    background-color: #3F2819;
    padding-top: 35px;
    padding-bottom: 40px;
}

footer .top {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

footer .left {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}

footer .menu_1 {
    margin-right: 173px;
}

.foot_menu_item {
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: lighter;
}

footer .right {
    width: 32%;
}

footer .bottom {
    display: flex;
    align-items: flex-end;
    font-size: 15px;
    color: #C2A796;
    margin-top: 56px;
    line-height: 1.3;
}

footer .phones {
    font-size: 20px;
    font-weight: 500;
}

.all_right_ok {
    margin-right: 308px;
}

footer .address {
    font-size: 15px;
    margin-top: 25px;
}

footer .goto_map {
    margin-top: 12px;
    font-size: 15px;
}


.social_area a {
    margin-right: 23px;
}


/*ГАЛЕРЕЯ*/

.gallery_img img {
    transition: 1s all;
    filter: sepia(80%);
    -webkit-filter: sepia(80%);
}

.gallery_img img:hover {
    filter: sepia(0%);
    -webkit-filter: sepia(0%);
}


/*АПАРТАМЕНТЫ*/

.apartments .inner {
    position: relative;
}

.apartment_info {
    position: absolute;
    right: 40px;
    bottom: 40px;
    /*max-width: 700px;*/


}