* {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 1;}
a, button, span {
    display: inline-block; }
a {
    background-color: transparent;
    text-decoration: none; }
a, button {
    outline: 0;
    cursor: pointer;
    color: #000000;}
.header-left {
    width: 190px;
    height: 37px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
    margin-left: 4px;
}
.header-center-bottom{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-weight: 500;
}
.container-header {
    position: relative;
}
header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    color: #fff;
    margin-bottom: 5px;
}
.header-center{
    width: 900px;
}
.header-info a:hover,
.header-offer a:hover,
.header-property a:hover,
.header-contact a:hover {
    color: #dca968; }
.mob-on {
    display: none;
}
@media (Max-width: 991px) {
    .mob-off {
        display: none;
    }
    .mob-on {
        display: flex;
    }
}
.header-mob {
    padding-top: 28px;
    flex-wrap: wrap;
}
.header-mob .bl-3 {
    margin-left: auto;
}
.header-mob .bl-3 .blockMenu {
    width: 37px;
    height: 47px;
    display: flex;
}
.header-mob .bl-3 .blockMenu img {
    margin: auto;
}

.header-mob .bl-3 .blockSmenu {
    display: none;
    position: absolute;
    right: 10px;
    width: auto;
    background: #FDFDFD;
    box-shadow: 0px 36px 20px -40px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    border-radius: 20px;
}
.header-mob .bl-3 .blockSmenu.open {
    display: block;
}
.header-mob .bl-3 .blockSmenu .inBlock {
    position: relative;
}
.header-mob .bl-3 .blockSmenu .inBlock .close {
    text-align: right;
}
.header-mob .bl-3 .blockSmenu .menu ul {
    list-style: none;
    padding: 0;
}
.header-mob .bl-3 .blockSmenu .menu ul li {
    margin-bottom: 12px;
}
.header-mob .bl-3 .blockSmenu .menu ul a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}
.header-mob .bl-3 .blockSmenu .menu ul a:hover {
    color: #dca968;
}
.header-mob .bl-3 .blockSmenu .dp {
    background: #DBA96F;
    box-shadow: inset 0px 0px 16px rgb(255 255 255 / 40%);
    height: 1px;
    width: 189px;
    margin-bottom: 15px;
}
.header-mob .bl-3 .blockSmenu .txt-soc {
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 10px;
}
.header-mob .bl-3 .blockSmenu .social img {
    width: 26px;
}
.header-mob .bl-3 .blockSmenu .social img:hover {
    color: #dca968;
}
.header-mob .top {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    margin-top: 10px;
}
.header-mob .bl-4 {
    margin-right: auto;
}
.header-mob .bl-4 .txt {
    font-style: normal;
    font-weight: 300;
    font-size: 8px;
    line-height: 140%;
    color: #000000;
}
.img_promo img {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    border-radius: 20px;
}

.form-info{
    background: #ffffff;
    border-radius: 20px;
    width: 35%;
    margin-left: 60px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.14);
}
.form-info .form-name {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 35px 35px 0px 35px
}
.form-info .form-tel {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 20px 35px 0px 35px
}
.form-info .form-name label,
.form-info .form-tel label {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 21px;
    color: #B2AFAF;
}
.form-info .form-name input,
.form-info .form-tel input {
    border: none;
    height: 70px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    padding-left: 20px;
    padding-right: 45px;
    background: #F7F7F7;
    border-radius: 15px;
}
.form-info .form-name img,
.form-info .form-tel img {
    position: absolute;
    bottom: 25px;
    right: 30px;
}
.form-btn {
    margin: 20px 35px 20px 35px;
    /*width: 100%;*/
    display: flex;
    flex-direction: column;
}
.form-btn input {
    color: #fff;
    height: 70px;
    /*width: 270px;*/
    border: none;
    background: #dba96f;
    cursor: pointer;
    font-weight: bold;
    border-radius: 15px;
    font-size: 16px;
    font-family: 'Montserrat';
}
.form-btn span {
    /*width: 230px;*/
    font-size: 12px;
    color: #515151;
}
.form-btn span a {
    color: #000;
}
.section3-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.section3-form-block {
    display: flex;
    justify-content: space-between;
    top: 90px;
}
.form-btn-span {
    margin-top: 15px;
    margin-bottom: 15px;
}
body .bold {
    font-weight: bold !important;
}
.section-form-h {
    width: 50%;
}
.section-form-h h1{
    font-size: 36px;
    line-height: 40px;
    color: #515151;
    font-weight: 500;
}
.section-form-h .form-text {
    color: #515151;
    margin-top: 40px;
    width: 70%;
    font-size: 18px;
}
@media (max-width: 1023px) {
    .form-info {
        width: 40%; }
    .section3-form-block {
       top: 60px; }
    .section-form-h h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .section-form-h {
        width: 45%;
    }
}
@media (max-width: 980px) {
    .section3-form-block {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        top: 30px;
    }
    .section-form-h {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-form-h {
        margin-top: 20px;
        margin-bottom: 20px;

    }
    .form-info {
        margin-left: 0px;
        width: 60%;
    }
    .img_promo-form {
        height: 620px;
    }
    .section-form-h .form-text {
        margin-top: 20px;
    }
}
@media (max-width: 700px) {
    .section-form-h .form-text {
        width: 100%;
        text-align: center;
        font-size: 16px;
        margin-top: 10px;
        padding: 0px 10px 0px 10px;
    }
    .form-info {
        width: 80%;
    }
    .img_promo-form {
        height: 600px;
        margin-top: 10px;
    }
    .img_promo img {
    height: 450px;
    object-fit: cover;
    }
}
@media (max-width: 500px) {
    .section-form-h h1 {
        text-align: center;
        padding: 0px 10px 0px 10px;
    }
    .section-form-h .form-text {
        width: 100%;
    }
    .form-info {
        width: 95%;
    }
    .section-form-h {
        margin-top: 0px;
    }
    .bl-4 img {
        height: 40px;
    }
    .bl-3 img {
        height: 25px;
    }
}
@media (max-width: 472px) {
    .img_promo-form {
        height: 620px;
    }
    .form-btn input {
        font-size: 14px;
    }
    .form-info .form-name {
        margin: 35px 20px 0px 20px;
    }
    .form-info .form-tel {
        margin: 35px 20px 0px 20px;
    }
    .form-btn {
        margin: 20px 20px 20px 20px;
    }
}
@media (max-width: 435px) {
    .img_promo-form {
        height: 630px;
    }
}
@media (max-width: 353px) {
    .img_promo-form {
        height: 660px;
    }
}

.modal-modal.active {
    display: block;
}
.modal-form {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    
}
.modal-form .back {
    background: #dba96f;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}
.ModalContForm .form {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
}
.ModalContForm .modal-content {
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgb(57 167 157 / 15%);
    border-radius: 15px;
    padding: 30px 40px;
    width: auto;
    background-image: url(/img/icon/bg-mayalanya.svg);
}
.ModalContForm .modal-content .close {
    cursor: pointer;
    width: max-content;
    margin-left: auto;
}
.ModalContForm .modal-body {
    min-width: 693px;
    height: 100%;
    text-align: center;
}
.ModalContForm img.top {
    margin-bottom: 80px;
}
.ModalContForm .title_1 {
    color: #515151;
    font-weight: bold;
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 17px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.ModalContForm .title_2 {
    color: #515151;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 83px;
}
.newClass {
    z-index: 10;
}
@media (max-width: 991px) {
  .ModalContForm .modal-body {
    min-width: auto;
  }
  .ModalContForm .form {
      padding: 10px;
  }
}

.footer {
    padding: 50px;
    background: #515151;
    margin-top: 30px;
}
.footer .container {
    display: flex;
    flex-wrap: wrap; }
.footer-info a,
.footer-offer a,
.footer-property a,
.footer-contact a {
    color: #ffffff;
    margin-top: 5px;
}
.footer-info a:hover,
.footer-offer a:hover,
.footer-property a:hover,
.footer-contact a:hover {
    color: #dca968;
}
@media (max-width: 980px) {
    .footer .container {
        align-items: flex-start; }
}
.footer__logo {
    width: 200px;
    height: 47px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 60px;
}
.footer__logo img {
    width: 100%;
    height: 100%; }
@media (max-width: 1023px) {
    .footer__logo {
        margin-right: 20px; }
}
@media (max-width: 980px) {
    .footer__logo {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%; }
}
@media (max-width: 567px) {
    .footer__logo {
    margin-bottom: 20px; }
}
.footer__contacts {
    width: 240px;
    margin-left: 70px;
}
.socials_text{
    color: #ffffff;
}
.footer__socials {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.footer__note {
    font-size: 14px;
    line-height: 16px;
    color: #e6e6e6;
    position: absolute;
    top: 60px;
}

.footer__notes {
    position: absolute;
    bottom: 0;
}
@media (max-width: 980px) {
    .footer__notes {
        position: relative;
        left: auto;
        bottom: auto;
        order: 5;
    }
}
@media (max-width: 980px) {
    .footer__note {
        margin-top: 20px;
        width: 100%;
        position: relative;
        left: auto;
        bottom: auto;
        top: auto;
        order: 4;
        margin-right: 20px;
    }
}
@media (max-width: 980px) {
    .wrap-nav {
        width: 50%;
    }
}
@media (max-width: 550px) {
    .wrap-nav {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width: 980px) {
    .footer__contacts {
        width: 50%;
        margin-left: 0px;
    }
}
@media (max-width: 550px) {
    .footer__contacts {
        width: 100%;
    }
}
@media (max-width: 980px) {
.footer__tel a{
    display: flex;
  }
}
.footer__notes a {
    font-size: 12px;
    line-height: 14px;
    color: #e6e6e6;
    opacity: .6;
    margin-right: 30px;
}
.footer__tel_text{
    color: #ffffff;
    margin-bottom: 5px ;
    margin-top: 5px;
}
.footer__tel a {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 5px;
}
.footer__tel a:hover {
    color: #dca968;
}
.container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;}
.img_section {
    z-index: 0;
    height: 100%;
}
.blocks__title {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
.blocks__title h2 {
    margin-bottom: 0;
    color:#515151;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;}

@media (max-width: 1023px) {
    .blocks__title h2 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 20px 0;
    }
}

.blocks__wp {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px; }
@media (max-width: 1023px) {
.blocks__wp {
    margin-right: -20px; }
}
@media (max-width: 660px) {
.blocks__wp {
    margin-right: 0; }
}

.blocks__item {
    width: calc(33.3% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 20px;}
@media (max-width: 1023px) {
    .blocks__item {
    width: calc(33.3% - 20px);
    margin-right: 20px;
    margin-bottom: 20px; }
}
@media (max-width: 980px) {
    .blocks__item {
    width: calc(50% - 20px); }
}
@media (max-width: 700px) {
    .blocks__item {
        width: 100%;
        margin-right: 0; }
    .blocks__wp {
        margin-right: 0; }
    .blocks__title {
        display: block; }
    /*.blocks__title h2 {
        margin-bottom: 10px;
        font-size: 18px;
    }*/
}

.blocks__img {
    width: 100%;
    height: 220px;
    padding: 8px;
}
.blocks__img img {
    transition: .5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    overflow: hidden; }
.blocks__item:hover .blocks__img img {
    filter: brightness(80%);
    transition: .5s; }
.blocks__text {
    padding: 20px;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    width: 100%;
    display: block; }
.blocks__text {
    height: calc(100% - 220px);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
}
@media (max-width: 1023px) {
    .blocks__text {
    padding: 10px; }
}
.llink {
    margin-bottom: 5px;
    color: #515151;
    font-weight: 500;
    font-size: 16px;}
.object-info{
    display:flex;
    flex-direction:column;
    width:100%;
}
.object-one{
    display:flex;
    align-items:center;
    margin-bottom:3px;
    width: 100%;
}
.object-value{
    display:flex;
    align-items:center;
    font-size:12px;
    width: 50%;
}
.object-id{
    color:#f59f31;
    font-style:normal;
    font-weight:500;
    font-size:14px;
    line-height:15px;
    display:flex;
    align-items:center;
    text-transform:uppercase;
    margin-bottom:5px;
    margin-right:20px;
}
@media(max-width:1023px){
    .object-id{
        margin-right:20px;
    }
}
.object-logo{
    display:flex;
    align-items:center;
    font-size:12px;
    color:#B2AFAF;
    margin-right:10px;
}
.object-one1{
    display:flex;
    justify-content:space-between;
}
.wrap-detail a{
    width:100%;
}
.wrap-detail{
    max-width:115px;
    /*width:100%;*/
}
.blocks__info--price {
    font-size: 20px;
}
.blocks__info {
    width: 100%;
    margin-bottom: 10px;
}
@media (max-width: 1023px) {
    .blocks__info {
        margin-bottom: 10px;
    }
}
.object-price .blocks__info--price span{
    font-weight:500;
    font-size:20px;
    line-height:28px;
    color:#f59f31;
    white-space:nowrap;
    margin-right:10px;
}
.object-detail:hover{
    background:#fff;
    color:#52579b;
}
.object-detail{
    padding: 5px 8px 5px 8px;
    background:#52579b;
    border-radius:30px;
    border:2px solid #52579b;
    text-align:center;
    font-weight:500;
    font-size:12px;
    line-height:15px;
    letter-spacing:.03em;
    color:#fff;
    margin-top:-20px;
}
.blocks__link {
    margin-top: 30px;
    text-align: center;
    width: 100%;}
.blocks__link .link-blue {
    padding: 13.5px 30px;
    font-size: 18px;
    line-height: 21px; }
@media (max-width: 1023px) {
    .blocks__link .link-blue {
    font-size: 16px;
    line-height: 18px;
    padding: 9.5px 25px; }
}
@media (max-width: 567px) {
    .blocks__link .link-blue {
    font-size: 14px;
    line-height: 16px;
    padding: 7.5px 20px;
    border-radius: 20px; }
}
.link-blue {
    background: #52579B;
    border-radius: 30px;
    border: 2px solid #52579B;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.03em;
    color: #FFFFFF; }
.link-blue:hover {
    background: transparent;
    color: #52579B; }
.object-logo-value {
    display: flex;
    width: 50%;
}
.representations_photo img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    max-height: 540px;
    object-fit: cover;
    margin-bottom: 20px;
}

.representations__block {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap; }
.representations__block:last-child {
    margin-bottom: 50px; }
.representations__block:nth-child(2) .representations__text {
    order: 2;
    margin-right: 0;
    margin-left: auto;
    width: 37%; }
.representations__block:nth-child(2) .representations__map {
    order: 1;
    width: calc(60% - 30px); }

.representations__text {
    width: 40%;
    margin-right: 30px; }
.representations__text h3 {
    color: #515151;
    margin-bottom: 30px; }
.representations__text p {
    font-size: 18px;
    line-height: 150%;
    color: #515151;
    margin-bottom: 15px;}
.representations__text a {
    font-size: 18px;
    line-height: 150%;
    color: #515151;
    display: block;
    margin-bottom: 15px; }
.representations__text a:last-child {
    margin-bottom: 30px; }
.representations__text a:hover {
    color: #dca968; }
.representations__text h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 500; }
.representations__text p {
    font-size: 16px;
    line-height: 18px; }
.representations__text a {
    font-size: 16px;
    line-height: 18px; }
.representations__map {
    height: 250px; }
.representations__block:nth-child(2) .representations__text {
    width: 40%; }
.representations__map {
    height: 297px;
    width: calc(60% - 30px); }
.representations__map--field {
    width: 100%;
    height: 100%;
    border-radius: 15px; }
@media (max-width: 767px) {
    .representations__text {
        width: 100%;
        margin-bottom: 25px;
    }
    .representations__map {
        width: 100%;
        height: 300px; }
}

.whatsapp_button_web {
    position: fixed;
    width: 72px;
    height: 72px;
    bottom: 55px;
    top: auto;
    right: auto;
    left: 15px;
    z-index: 999999;
}
.whatsapp_button_web .whatsapp_button {
    position: relative;
    right: 1px;
    top: 1px;
    float: right;
    width: 64px;
    height: 64px;
    background: center center no-repeat #189d0e;
    box-shadow: 0 3px 5px 1px rgb(0 0 0 / 20%);
    background-size: 30px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    z-index: 99999;
}
.whatsapp_button_web .whatsapp_button img {
    vertical-align: middle;
}

/* New block about  */
.block_text_about p {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #dca968;
    max-width: 680px;
    margin: 0 auto;
}

.block_text_about:before {
    content: '';
    display: block;
    position: absolute;
    left: calc(10%);
    width: 70px;
    height: 2px;
    background: #dca968;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.block_text_about:after {
    content: '';
    display: block;
    position: absolute;
    right: calc(10%);
    width: 70px;
    height: 2px;
    background: #dca968;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (Max-width: 1100px) {
    .block_text_about:before,
    .block_text_about:after {
        display: none;
    }
}

@media (max-width: 1023px) {
    .block_text_about p {
        font-size: 19px;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    .about {
        margin-bottom: 0px;
    }
}

@media (max-width: 700px) {
    .block_text_about p {
        text-align: left;
    }
}

.company-advantages__wp {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
}

.company-advantages__item {
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 30px;
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.company-advantages__img {
    margin-right: auto;
    margin-left: auto;
}

.company-advantages__img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 195px;
}

.company-advantages__icon {
    margin-bottom: 10px;
    width: 128px;
    height: 128px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.company-advantages__img p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #515151;
}

.company-advantages h3 {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    color: #515151;
    font-weight: 500;
}

.company-advantages__icon img {
    max-width: 100%;
    height: auto;
    border: none;
}

@media (max-width: 1023px) {
    .company-advantages__img {
        width: 150px;
    }
}

@media (max-width: 1023px) {
    .company-advantages__icon {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 1023px) {
    .company-advantages h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 700px) {
    .company-advantages__item {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .company-advantages__img {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .company-advantages__item {
        margin-bottom: 20px;
    }
}