*::-webkit-input-placeholder {
	color: #585858;
	opacity: 1;
}
*:-moz-placeholder {
	color: #585858;
	opacity: 1;
}
*::-moz-placeholder {
	color: #585858;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #585858;
	opacity: 1;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.5;
	font-family: "dinpro", sans-serif;
	overflow-x: hidden;
	margin: 0;
	font-weight: 400;
}
p{
	margin: 0;
}
a{
	text-decoration: none;
	color: inherit;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul li,
ol li{
	list-style: none;
}
ul, ol{
	margin: 0;
	padding-left: 0;
}
.company-section li { list-style-type: disc!important; 
}
.company-section ul { padding-left: 40px!important; 
}
button{
	font: inherit;
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: normal;
}
.hidden {
	display: none;
}
.container{
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	width: 100%;
	max-width: 1224px;
}
.wrapper{
	overflow: hidden;
}
.main-block-content{
    position: relative;
}
.main-section-absolute{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding-bottom: 20px;
}
.nav-absolute {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
    z-index: 10;
    transition: transform 0.4s;
}
main.main {
    min-height: 600px;
}
.container-left-nav {
    padding-left: 115px;
}
.top-header {
    padding: 13px 0;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    background-size: cover;
    background-position: center;
}
.header-bg{
    background-image: url(../img/header-bg.jpg);
}
.tel-block a {
    display: inline-block;
    padding-left: 31px;
    position: relative;
    font-weight: 500;
}
.tel-block a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image: url(../img/tel.png);
}
.adress-block a {
    position: relative;
    padding-right: 31px;
    display: inline-block;
}
.adress-block a::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url(../img/map.png);
}
.flex-block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.bottom-header {
    background: #fff;
    padding: 16px 0;
}
.btn {
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background-color: #692c2b;
    padding: 9px 21px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
}
.btn:hover {
    background-color: #4d1211;
}
.btn:active {
    background-color: #430100;
}
.main-nav {
    width: 62%;
}
ul.menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.menu li a {
    color: #4d4d4d;
    transition: color 0.3s;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 1px;
}
ul.menu li a::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10px;
	height: 1px;
	background: #4d1211;
	opacity: 0;
	transition: opacity 0.3s;
}
ul.menu li a:hover::before{
	opacity: 1;
}
ul.menu li a:hover{
	color: #4d1211;
}
ul.menu li a:active{
	color: #430100;
}
.header {
    box-shadow: 0px 1px 14px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}
.section-main-content {
    padding-top: 50px;
    padding-bottom: 20px;
}
ul.list-link-nav li a {
    display: inline-block;
    max-width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #703635;
    overflow: hidden;
    transition: max-width 1s;
}
ul.list-link-nav li a:hover {
    max-width: 1170px;
}
.icon-link {
    width: 56px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.text-link {
    height: 100%;
    border-radius: 50px;
    color: #692c2b;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 24px 10px 10px;
    z-index: -1;
    transition: 1s;
    line-height: 20px;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 500;
}
ul.list-link-nav li:last-child{
	margin-bottom: 0;
}
ul.list-link-nav li {
    margin-bottom: 20px;
}
.flex-block-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 94px;
}
.item-bl {
    width: 24%;
    background: #fff;
    position: relative;
    padding: 146px 20px 37px 20px;
    border-radius: 12px;
    font-size: 22px;
    line-height: 32px;
    color: #667a59;
    text-align: center;
    min-height: 247px;
    margin-top: 115px;
    font-weight: 700;
}
.img-it {
    position: absolute;
    top: -112px;
    left: 50%;
    transform: translate(-50%);
    width: 220px;
    height: 220px;
    border: 9px solid #fff;

    background-position: center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.1);
}
.item-bl2{
	color: #5587dd;
}
.item-bl3{
	color: #ce8a69;
}
.item-bl4{
	color: #415831;
}
section.documents-section {
    padding: 46px 0 79px 0;
}
.item-doc {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    padding: 31px 64px 26px 17px;
    position: relative;
    transition: box-shadow 0.4s;
    box-shadow: 0px 4px 19px -1px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    background-color: #fff;
    justify-content: space-between;
}
.item-doc::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 31px;
    width: 19px;
    height: 24px;
    background-image: url(../img/icon-doc.png);
    background-repeat: no-repeat;

}
.icon-doc {
    width: 48px;
    height: 58px;
    background-position: center;
    background-repeat: no-repeat;
}
.size-file-item-doc{
	font-size: 14px;
	color: #692c2b;
}
.text-file-item-doc {
    text-transform: uppercase;
    color: #1f1a17;
    font-family: "dincymd", sans-serif;
    margin-top: 3px;
}
.date-file-item-doc{
	font-size: 14px;
	color: #b7b7b7;
}
.info-item-doc {
    width: calc(100% - 83px);
}
.item-doc:hover {
    box-shadow: 0px 10px 23px -5px rgba(0,0,0,0.4);
}
.flex-doc-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 28px;
}
.icon-link1{
    background-image: url('../img/1.png');
}
.icon-link2{
    background-image: url('../img/2.png');
}
.icon-link3{
    background-image: url('../img/3.png');
}
.icon-link4{
    background-image: url('../img/4.png');
}
.icon-link5{
    background-image: url('../img/5.png');
}
section.company-section {
    padding-top: 91px;
    padding-bottom: 58px;
}
h2.title-page{
    color: #1f1a17;
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
}
h3.title-block{
    color: #1b1b1b;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.items-text-content {
    line-height: 31px;
}
.item-text-content p {
    margin-top: 30px;
}
.item-text-content {
    margin-bottom: 37px;
}
.top-footer {
    background: #141414;
    padding-top: 28px;
    padding-bottom: 23px;
}
ul.menu-footer {
    display: flex;
    flex-wrap: wrap;
}
ul.menu-footer li {
    margin-left: 24px;
}
ul.menu-footer li:first-child{
    margin-left: 0px;
}
ul.menu-footer li a {
    color: #fff;
    transition: color 0.3s, background-color 0.3s;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 12px;
}
ul.menu-footer li a:hover{
    background-color: #fff;
    color: #4d1211;
}
.bootom-footer {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    padding: 14px 0;
    background: #000;
    font-size: 12px;
}
section.map-section {
    height: 858px;
    position: relative;
    width: 100%;
    box-shadow: 0px 5px 58px 0px rgba(0,0,0,0.1);
}
section.map-section .map{
    width: 100%;
    height: 100%;
    border: 0;
}
.contacts-block {
    width: 489px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    z-index: 20;
    left: 50%;
    transform: translate(-122%, -50%);
    padding: 50px 29px 34px 29px;
    box-shadow: 0px 0px 50px -9px rgba(0,0,0,0.3);
}
.col-1-input {
    width: 100%;
}
.input-item{
    position: relative;
}
.col-2-input {
    width: 54%;
}
.col-3-input {
    width: 39%;
}
.input-item-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 51px;
}
form.contacts-map {
    margin-top: 45px;
}
.checkbox + label.check-block {
    cursor: pointer;
}
.checkbox:not(checked) {
    position: absolute;
    opacity: 0; 
}
.checkbox:not(checked) + label.check-block {
    position: relative;
    padding-left: 32px;
}
.checkbox:not(checked) + label.check-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #692c2b;
    border-radius: 2px;
}
.checkbox:checked + label.check-block:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #692c2b;
    border-radius: 2px;
}
.label-input {
    display: block;
    font-style: italic;
    color: #585858;
    font-weight: 400;
    width: 100%;
}
.inp-item {
    border: 0;
    height: 35px;
    border-bottom: 3px dotted #cccccc;
    font-size: 18px;
    outline: none;
    width: 100%;
    color: #585858;
    padding-left: 10px;
}
.contacts-block h3.title-block {
    text-align: center;
}
.textarea-item {
    width: 100%;
    height: 139px;
    border: 3px dotted #cccccc;
    outline: none;
    border-radius: 4px;
    resize: none;
    margin-top: 7px;
    padding-left: 10px;
    padding-top: 10px;
    color: #585858;
    font-size: 18px;
}
.comment-block {
    margin-top: 45px;
    position: relative;
}
.chekboxs-block {
    margin-top: 9px;
}
.button-form-block {
    text-align: center;
    margin-bottom: -63px;
    margin-top: 29px;
}
form.contacts-map .btn {
    padding: 19px 95px 19px 47px;
    position: relative;
}
form.contacts-map .btn::before {
    content: '';
    position: absolute;
    right: 28px;
    top: 21px;
    width: 24px;
    height: 21px;
    background-image: url(../img/button-icon.png);
}
label.error {
    font-size: 12px;
    color: #bc2d2d;
    position: absolute;
    bottom: -20px;
    left: 0;
}
form.contacts-map .btn[disabled]{
    background: #989898;
    color: #cfcfcf;
    cursor: default;
}
form.contacts-map .btn[disabled]::before{
    opacity: 0.7;
}
.comment-block label.error {
    bottom: -10px;
}
.inp-item.error,
.textarea-item.error{
    border-color: #bf3737;
}
.label-input.error{
    color: #bc2d2d;
}
.menuToggle {
    width: 37px;
    height: 22px;
    position: relative;
    align-items: center;
    cursor: pointer;
    display: none;
}
.menuToggle span {
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    transition: background 0.3s;
    border-radius: 3px;
}
.menuToggle span::before, 
.menuToggle span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    background: #fff;
    transition: transform 0.3s;
    border-radius: 3px;
}
.menuToggle span::before {
    top: 0;
}
.menuToggle span::after {
    bottom: 0;
}
.menuToggle.active span {
    background: transparent;
}
.swiper-main-slider {
    height: 1236px;
}
.slider-img{
    width: 100%;
    height: 100%;
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-position: center;
}
.text-link-block {
    display: inline-block;
    vertical-align: top;
    transform: scale(0);
    width: 0;
    height: 0;
    transition: 0.4s;
    position: relative;
    z-index: 10;
}
.link-items-parent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
ul.list-link-nav li a:hover .text-link-block {
    transform: scale(1);
    width: auto;
    height: auto;
}
.main-content {
    padding-top: 49px;
    padding-bottom: 49px;
    background-color: #fff;
    position: relative;
    min-height: 600px;
}
.min-container {
    position: relative;
    padding-top: 0px;
}
.title-site {
    color: #1f1a17;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}
.checkbox + label {
    cursor: pointer;
    transition: 0.3s;
}
.checkbox + label:hover,
.checkbox:checked + label {
    cursor: pointer;
    color: #000;
}
.checkbox:not(checked) {
    position: absolute;
    opacity: 0; 
}
.checkbox:not(checked) + label {
    position: relative;
    padding-left: 30px;
    color: #585858;
}

.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 2px;
}
.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #cccccc;
    border-radius: 2px;
    opacity: 0;
    transition: background 0.3s;
}
.checkbox:not(checked) + label:hover:after{
    opacity: 1;
}
.checkbox:checked + label:after{
    opacity: 1;
    background: #692c2b;
}

.title-page span{
    color: #692c2b;
}
.link-table{
    color: #692c2b;
    text-decoration: underline;
}
.link-table:hover{
    text-decoration: none;
}
.table-page{
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    color: #1f1a17;
    border-collapse: collapse;
}
.table-page th {
    font-weight: 700;
    color: #1f1a17;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    background-color: #f2f2f2;
}
.table-page tr{
    transition: 0.4s;
}
.table-page tr:hover{
    background-color: #f2f2f2;
}
.table-page th{
    padding: 12px 22px;
}
.table-page td{
    padding: 5px 22px;
}
.table-page th, .table-page td {
    width: 20%;
}
.table-main-block-content {
    margin-top: 42px;
}
ul.list-checkbox-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 617px;
    margin-top: 29px;
}
ul.list-checkbox-block li {
    width: 33.333%;
    margin-bottom: 16px;
}
.list-button {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}
.list-button li {
    margin-right: 29px;
}
.list-button li:last-child{
    margin-right: 0px;
}
.list-button .btn {
    width: 175px;
}
.title-frm{
    font-size: 16px;
    color: #1f1a17;
    line-height: 19px;
}
.col-slider-flex{
    width: 48%;
}
.slider_form_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.slider-range {
    margin-top: 35px;
}
.filter-form {
    margin-top: 40px;
}
.ui-widget.ui-widget-content {
    height: 5px;
    background-color: #b3b3b3;
    border-radius: 31px;
    border: 0;
}
.table-block-content {
    margin-top: 65px;
}
.ui-slider-horizontal .ui-slider-range {
    background-color: #692c2b;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -.6em;
    width: 16px;
    border: 0;
    outline: none;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.ui-slider-handle{
    font-size: 14px;
    color: #4d4948;
    position: relative;

}
.ui-slider-handle span {
    display: block;
    position: absolute;
    bottom: -25px;
    right: -45px;
    width: 65px;
    text-align: center;
    font-family: "dincymd", sans-serif;
}
#handle1 span,
#handle3 span{
    left: 0;
}
#handle1 span {
    width: 42px;
}

.toggle {
    width: 37px;
    height: 22px;
    position: relative;
    align-items: center;
    cursor: pointer;
    display: flex;
}
.toggle span {
    display: block;
    width: 100%;
    height: 4px;
    background: #4d1211;
    transition: 0.3s;
    border-radius: 3px;
}
.toggle span::before, .toggle span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    background: #4d1211;
    transition: 0.3s;
    border-radius: 3px;
}
.toggle span::after {
    bottom: 0;
}
.toggle span::before {
    top: 0;
}
.toggle-button {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 188px;
    margin: 22px auto;
    font-size: 17px;
    font-weight: 700;
    color: #4d1211;
    border: 2px solid #4d1211;
    border-radius: 30px;
    padding: 7px 4px;
    transition: 0.3s;
    cursor: pointer;
}
.text-toggle-button{
    margin-right: 10px;
}
.toggle-button:hover,
.toggle-button.active{
    border-color: #fff;
    color: #fff;
    background-color: #4d1211;
}
.toggle-button:hover .toggle span,
.toggle-button:hover .toggle span::before, 
.toggle-button:hover .toggle span::after,
.toggle-button.active .toggle span,
.toggle-button.active .toggle span::before, 
.toggle-button.active .toggle span::after{
    background-color: #fff;
}
.main-content-info{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../img/fone.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1010px;
}
.link-page a {
    color: #692c2b;
    text-transform: uppercase;
    font-weight: 700;
}
.pop_up {
    width: 1100px;
    border-radius: 9px;
    padding: 15px 0 18px 0;
    margin: 0;
}
.popup-items-flex {
    display: flex;
    flex-wrap: wrap;
    padding: 17px 14px 44px 14px;
}
.col-7-item-popup {
    width: 60%;
    padding-right: 33px;
}
.col-5-item-popup {
    width: 40%;
}
.fancybox-close-small {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 21px;
    height: 21px;
    padding: 0;
    outline: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    z-index: 10;
    cursor: pointer;
    background-image: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}
.title-popup {
    color: #000000;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
}
.pop_up .logo {
    padding-left: 14px;
}
.list-content {
    font-size: 14px;
    line-height: 17px;
    color: #1b1b1b;
    margin-top: 20px;
}
.list-content li {
    position: relative;
    padding-left: 54px;
    margin-bottom: 16px;
}
.list-content li:last-child{
    margin-bottom: 0;
}
.list-content li::before, .list-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 25px;
    height: 25px;
    border: 2px solid #a0a0a0;
    border-radius: 50%;
}
.list-block-content {
    width: 157px;
    margin-right: 25px;
}
.list-content li::after{
    left: 20px;
    z-index: 2;
}
.list-content li.style-icon-1::before{
    background-color: #faebc0;
}
.list-content li.style-icon-1::after{
    background-color: #fcf4df;
}


.list-content li.style-icon-2::before{
    background-color: #e1ecef;
}
.list-content li.style-icon-2::after{
    background-color: #edf2f5;
}


.list-content li.style-icon-3::before{
    background-color: #d9e5ac;
}
.list-content li.style-icon-3::after{
    background-color: #e7edd3;
}
.info-content-block {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap-reverse;
    position: relative;
}
.logo-popup {
    position: absolute;
    right: 0px;
    top: -11px;
    width: 91px;
    height: 105px;
    background-image: url(../img/logo-popup.png);
}
.img-content{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.img-content-block {
    width: 157px;
    height: 232px;
}
.form-popup-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 21px;
}
.col-50-input{
    width: 48%;
}
.button-form-popup-block .btn {
    padding: 7px 62px 7px 30px;
    position: relative;
}
.button-form-popup-block .btn::before {
    content: '';
    position: absolute;
    right: 17px;
    top: 11px;
    width: 17px;
    height: 17px;
    background-image: url(../img/icon-button.png);
}
.button-form-popup-block {
    text-align: center;
    margin-bottom: -54px;
    margin-top: 37px;
}
.form-popup {
    border: 1px solid #692c2b;
    border-radius: 9px;
    margin-top: 28px;
    padding: 25px 25px 36px 25px;
}
.title-form-popup {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 500;
}
.title-form-popup a{
    color: #692c2b;
    display: inline-block;
}
.label-input-form {
    display: block;
    font-style: italic;
    color: #000000;
    font-weight: 400;
    width: 100%;
}
.input-form {
    border: 0;
    height: 35px;
    border-bottom: 3px dotted #692c2b;
    font-size: 18px;
    outline: none;
    width: 100%;
    color: #585858;
    padding-left: 10px;
}
.input-form.error {
    border-color: #bf3737;
}
.bottom-contacts-popup {
    background-color: #692c2b;
    padding: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 17px;
}
.list-contacts-block{
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 17px;
}
.list-contacts-block li {
    margin-left: 38px;
}
.list-contacts-block li:first-child{
    margin-left: 0px;
}
.shema-apartment-block{
    width: 100%;
    height: 564px;
    background-image: url(../img/bg-shema.png);
    background-size: cover;
    background-position: center;
}
.block-stamp {
    margin-top: 22px;
}
.link-stamp {
    position: relative;
    color: #1f1a17;
    font-size: 16px;
    font-family: "dincymd", sans-serif;
    text-transform: uppercase;
    padding-left: 45px;
    line-height: 19px;
    transition: 0.3s;
    background-color: transparent;
}
.link-stamp:hover{
    color: #692c2b;
}
.link-stamp::before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 31px;
    height: 27px;
    background-image: url(../img/icon-stamp.png);
}
.link-stamp:hover::before{
    background-image: url(../img/icon-stamp-hover.png);
}
.upper-layer-shema-apart{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shema-apartment-parents {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shema-apartment-img-block {
    position: relative;
}
.upper-layer-item {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.4s;
    background-size: cover;
}
.upper-layer-item:hover{
    opacity: 1;
}
.upper-layer-item1 {
    width: 182px;
    height: 158px;
    top: 0;
    left: 0;
    background-image: url(../img/bg-overlay1.png);
}

.upper-layer-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/icon-loupe.png);
    background-repeat: no-repeat;
    background-position: center;
}

.shema-apartment-layer {
    width: 100%;
    height: 476px;
    background-image: url(../img/bg-shema.png);
    background-size: cover;
    background-position: center;
}
.shema-apartment-parents-layer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shema-apartment-img-layer {
    position: relative;
}
.col-7-block-popup {
    width: 52%;
    padding-left: 33px;
}
.col-5-block-popup {
    width: 48%;
}
.pop_up .title-page {
    width: 90%;
}
.text-content-block {
    margin-top: 19px;
}
.list-block-content-info {
    width: 254px;
    margin-right: 25px;
}
.info-value-text {
    color: #692c2b;
    width: 42%;
}
ul.list-content-info li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px;
}
ul.list-content-info li:last-child{
    margin-bottom: 0;
}
.info-title-text {
    width: 49%;
}
ul.list-content-info {
    margin-top: 21px;
}
.link-page {
    text-align: right;
}
.content-popup-block{
    display: none;
}
.contacts-block-page {
    margin-top: 70px;
}
ul.contact_info {
    display: flex;
    flex-wrap: wrap;
    max-width: 892px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 42px;
    position: relative;
    z-index: 3;
}
ul.contact_info li a {
    display: inline-block;
    position: relative;
    color: #1b1b1b;
    text-decoration: underline;
    text-decoration-color: #aec5ca;
    padding-left: 56px;
    line-height: 42px;
    font-size: 17px;
    font-weight: 700;
}
ul.contact_info li a::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    left: 0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}
ul.contact_info li a.phone::before {
    background-image: url(../img/icon1.png);
}
ul.contact_info li a.mail::before {
    background-image: url(../img/icon2.png);
}
ul.contact_info li a.site::before {
    background-image: url(../img/icon3.png);
}
.block_contact_center {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 3;
}
ul.social_bl {
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
ul.social_bl li {
    margin-right: 13px;
}
ul.social_bl li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #703635;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
}
ul.social_bl li a:hover{
    background-color: #542928;
}
ul.social_bl li a.vk {
    background-image: url(../img/vk.svg);
}
ul.social_bl li a.facebook {
    background-image: url(../img/facebook.svg);
}
ul.social_bl li a.youtube {
    background-image: url(../img/youtube.svg);
}
ul.social_bl li a.insta {
   background-image: url(../img/insta.svg);
}
ul.social_bl li a.odno {
   background-image: url(../img/odno.svg);
}
.styleguide-block-text{
    margin-top: 70px;
}
.item-style{
    margin-bottom: 20px;
}
.title-h1 {
    color: #1f1a17;
    font-size: 44px;
    line-height: 49px;
    font-weight: 700;
}
.title-h3 {
    color: #1f1a17;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}

.title-h4 {
    color: #1f1a17;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

.title-h5 {
    color: #1f1a17;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

.title-h6 {
    color: #1f1a17;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.news-block-main{
    margin-top: 40px;

}
.img-news{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.margin-col-bottom{
    margin-bottom: 20px;
}
.img-item-news{
    width: 100%;
    height: 180px;
}
.item-news {
    display: block;
    border: 2px solid #703635;
    height: 100%;
    transition: 0.3s;
}
.item-news:hover {
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.4);
}
.bootom-info-item-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #9ba7a9;
    margin-top: 15px;
    font-weight: 700;
}
h6.title-news {
    font-size: 20px;
    font-weight: 700;
    color: #1f1a17;
    text-transform: uppercase;
}
.info-item-news {
    padding: 17px;
}
.text-info-item-news {
    margin-top: 10px;
    height: 147px;
    overflow: hidden;
}
.date-info-item-news{
    width: 60%;
}
.imeg_block_news {
    float: right;
    margin-left: 26px;
    margin-bottom: 5px;
}
.news-block-open p {
    margin-bottom: 20px;
}
.news-block-open {
    margin-top: 30px;
}
@media print{
    .wrapper { 
        visibility: hidden; 
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
    }
    
    @page {
        size: landscape
    }
    .pop_up{
        visibility: visible; 
        position: absolute; top: 1px; left: 1px; 
        transform: scale(0.8);
        transform-origin: 50% 50%;

    }
   

    .fancybox-bg{
        display: none;
    }
    .pop_up .link-stamp,
    .pop_up .form-popup{
        display: none;
    }
    .none_print {
        display: none;
    }
}
.house-layout-wrap{
    position: relative;
}
.img-home-block {
    display: block;
    width: 100%;
    vertical-align: baseline;
}
.house-layout-content-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.house-layout-link{
    display: block;
    position: absolute;
    background-size: 100%;
    background-position: center top;
    z-index: 1;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s;
}
.house-layout-link:hover{
    opacity: 1;
}
.house-layout-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%,-49%);
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/icon-loupe.png);
    background-repeat: no-repeat;
    background-position: center;
}
.house-layout-link1 {
    background-image: url(../img/1_Selecteed_BG.svg);
    top: 10.3%;
    right: 24%;
    width: 12.7%;
    height: 53%;
}
.house-layout-content {
    position: relative;
}
main.main-house {
    min-height: auto;
    border-bottom: 10px solid #692c2b;
}

.house-layout-link2 {
    background-image: url(../img/2_Selecteed_BG.svg);
    top: 35.1%;
    right: 34.85%;
    width: 14.2%;
    height: 61%;
}
.house-layout-link3 {
    background-image: url(../img/3_Selecteed_BG.svg);
    top: 18.1%;
    right: 52.5%;
    width: 19.7%;
    height: 53%;
}
.house-layout-link4 {
    background-image: url(../img/4_Selecteed_BG.svg);
    top: 2.3%;
    right: 41.6%;
    width: 16.9%;
    height: 43%;
}
.bread-crumbs-section{
    background-image: linear-gradient(to top, #692c2b, #662b2a);
    padding: 20px 0;
}
.bread-crumbs{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.bread-crumbs li {
    position: relative;
    padding-right: 16px;
    margin-right: 8px;
}
.bread-crumbs li a[href]{
    cursor: pointer;
    font-weight: 400; 

}
.bread-crumbs li a{
    cursor: default;
    font-weight: 700; 
}
.bread-crumbs li a[href]:hover{
    text-decoration: underline;
}
.bread-crumbs li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 7px;
    height: 9px;
    background-image: url(../img/arr.svg);
}
.bread-crumbs li:last-child::before{
    display: none;
}
.top-40 {
    top: 40px;
}
.popup{
    width: 585px;
    background-color: #fff;
    border-radius: 9px;
    padding: 15px 0 18px 0;
    margin: 0;
}
.info-wrapper-content-popup {
    border-radius: 9px;
    border: 1px solid #692c2b;
    padding: 20px 20px 55px 20px;
    text-align: center;
    margin: 21px 15px 35px 15px;
    position: relative;
}
.adress-info-wrapper-content-popup{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}
.text-info-wrapper-content-popup {
    line-height: 24px;
    margin-top: 14px;
}
.popup .logo {
    padding-left: 15px;
}
.popup-button {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
}

.selecteed_floor-link {
    display: block;
    position: absolute;
    background-size: 100%;
    background-position: center top;
    z-index: 1;
    background-repeat: no-repeat;
    transition: all 0.4s;
}

.floor-block-number{
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
}
.selecteed-svg{
    width: 100%;
    height: 100%;   
}
.style-svg-hover{
    fill: #692c2b;
    fill-rule: evenodd;
    transition: all 0.4s;
    opacity: 0;
}
.style-svg-hover:hover,
.style-svg-hover.visible{
    opacity: 0.5;
}
.selecteed_floor-link-text {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border: 2px solid #692c2b;
    border-radius: 30px;
    color: #692c2b;
    width: 192px;
    padding: 10px 26px 10px 19px;
    right: -206px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.selecteed_floor-link-text.visible {
    opacity: 1;
    visibility: visible;
}

.selecteed_floor-link-text1 {
    bottom: 1%;
}
.selecteed_floor-link-text2 {
    bottom: 6%;
}
.selecteed_floor-link-text3 {
    bottom: 10%;
}
.selecteed_floor-link-text4 {
    bottom: 14%;
}
.selecteed_floor-link-text5 {
    bottom: 18%;
}
.selecteed_floor-link-text6 {
    bottom: 23%;
}
.selecteed_floor-link-text7 {
    bottom: 28%;
}
.selecteed_floor-link-text8 {
    bottom: 33%;
}
.selecteed_floor-link-text9 {
    bottom: 38%;
}
.selecteed_floor-link-text10 {
    bottom: 42%;
}
.selecteed_floor-link-text11 {
    bottom: 47%;
}
.selecteed_floor-link-text12 {
    bottom: 52%;
}
.selecteed_floor-link-text13 {
    bottom: 57%;
}
.selecteed_floor-link-text14 {
    bottom: 61%;
}
.selecteed_floor-link-text15 {
    bottom: 66%;
}
.selecteed_floor-link-text16 {
    bottom: 71%;
}
.selecteed_floor-link-text17 {
    bottom: 76%;
}
.selecteed_floor-link-text18 {
    bottom: 81%;
}
.selecteed_floor-link1 {
    top: 8%;
    right: 37.3%;
    width: 17.7%;
    height: 83%;
}
.selecteed_floor-link2 {
    top: 8%;
    right: 50.9%;
    width: 17.7%;
    height: 83%;
}
.selecteed_floor-link3 {
    top: 2%;
    right: 43.2%;
    width: 24.9%;
    height: 87%;
}
.selecteed_floor-link4 {
    top: 1%;
    right: 34.9%;
    width: 43.5%;
    height: 94%;
}
.right-block-37 {
    left: 68%;
    right: auto;
}
.selecteed_floor-link-text9.right-block-37{
    bottom: 41%;
}
.selecteed_floor-link-text10.right-block-37 {
    bottom: 46%;
}
.selecteed_floor-link-text11.right-block-37 {
    bottom: 51%;
}
.selecteed_floor-link-text12.right-block-37{
    bottom: 55%;
}
.selecteed_floor-link-text13.right-block-37 {
    bottom: 60%;
}
.selecteed_floor-link-text14.right-block-37 {
    bottom: 65%;
}
.selecteed_floor-link-text15.right-block-37 {
    bottom: 69%;
}
.selecteed_floor-link-text16.right-block-37 {
    bottom: 75%;
}
.selecteed_floor-link-text17.right-block-37 {
    bottom: 79%;
}






.selecteed_floor-link-text1 {
    bottom: 4%;
}
.selecteed_floor-link-text2 {
    bottom: 9%;
}
.selecteed_floor-link-text3 {
    bottom: 13%;
}
.selecteed_floor-link-text4 {
    bottom: 19%;
}
.selecteed_floor-link-text5 {
    bottom: 24%;
}
.selecteed_floor-link-text6 {
    bottom: 29%;
}
.selecteed_floor-link-text7 {
    bottom: 31%;
}
.selecteed_floor-link-text8 {
    bottom: 39%;
}
.selecteed_floor-link-text9 {
    bottom: 45%;
}
.selecteed_floor-link-text10 {
    bottom: 50%;
}
.selecteed_floor-link-text11 {
    bottom: 54%;
}
.selecteed_floor-link-text12 {
    bottom: 60%;
}
.selecteed_floor-link-text13 {
    bottom: 64%;
}
.selecteed_floor-link-text14 {
    bottom: 69%;
}
.selecteed_floor-link-text15 {
    bottom: 75%;
}
.selecteed_floor-link-text16 {
    bottom: 78%;
}
.selecteed_floor-link-text17 {
    bottom: 83%;
}





.left-text-cls {
    left: 58%;
    right: auto;
}


.selecteed_floor-link svg>path { cursor: pointer; }

.fancybox-slide .contacts-block {
    transform: translate(-50%, -50%);
}

.main-text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    margin: 120px 0 0 0;
    justify-content: center;
    align-self: flex-end;
    background: rgba(255,255,255,.9);
}

.submenu0, .submenu1, .submenu2, .submenu3, .submenu4, .submenu5  {
    position: absolute;
    /* top: 100%; */
    width: fit-content;
    z-index: 10;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.submenu0, .submenu1, .submenu2, .submenu3, .submenu4, .submenu5  {
    visibility: hidden;
    opacity: .9;
    background: white;
    padding: 10px;
    line-height: 2;
}

.main-news{
    display: flex;
    margin: auto 0;
    padding: 30px 140px;
    flex-direction: row;
    flex-wrap: nowrap;
}
#g-recaptcha, #g-recaptcha-map{
    padding: 1em 4em 0;
}