/*@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --greyColor: #797979;
    --mainColor: #59c21d;
    --linkColor: #0071b3;
}

* {
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
    color: var(--linkColor);
}

body {
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
}


.container {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.detail__section {
    display: flex;
    color: #333;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 400;
}

.detail-info__box {
    width: 100%;
}

.object-info__header {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e2e2;
}

.object-info__map {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.object-info__map span {
    padding-top: 5px;
    font-size: 13px;
    font-weight: 400;
    display: block;
}

.object-info__map img {
    border-radius: 10px;
    width: 60px;
}

.object-info__title {
    font-size: 30px;
    padding-bottom: 15px;
}

.object-info__subtitle {
    display: flex;
    color: #999;
    font-size: 14px;

}

.object-info__subtitle a {
    padding-left: 10px;
}

.bold-dark {
    color: #333;
    font-weight: 600;
}

.object-info__parameters {
    display: flex;
    color: #999;
    font-weight: 400;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.object-info__parameters > div {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.object-info__parameters > div span {
    padding-left: 3px;
}

.object-info__price {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.object-info__price a {
    font-size: 16px;
    padding-left: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.object-info__price span {
    padding-left: 5px;
}

.object-info__item {
    padding-top: 30px;
}

.object-info__titles {
    font-size: 25px;
}

.object-info__description p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 15px;
}

.object-info__description > p:nth-child(2) {
    display: block;
}

.see-more {
    display: flex;
    align-items: center;
    color: var(--linkColor);
    cursor: pointer;
}

.see-more span {
    padding-left: 5px;
}

.object-info__list-item {
    display: flex;
    align-items: center;  
    justify-content: space-between;
    border-bottom: 1px solid #e6e2e2;
    padding: 15px 0px;
    color: #666;
}

.object-info__list-item > div:nth-child(1) {
    width: 35%;
}

.object-info__list-item > div:nth-child(2) {
    width: 62%;
    color: #333;
}

.object-info__list-name {
    border-bottom: 1px solid #e6e2e2;
    padding-bottom: 15px;
    font-weight: 500;
    padding-top: 25px;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.object-info__list-right {
    display: flex;
    align-items: center;
}

.object-info__list-right span {
    padding-right: 5px;
}

.object-info__sublist {
    padding-left: 10px;
}

.object-info__list-right a {
    line-height: 0;
}

.object-info__description .object-info__titles {
    padding-bottom: 20px;
}

.object-burt__header img {
    width: 70px;
}

.object-burt__header {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e6e2e2;
}

.object-burt__box {
    border: 1px solid #e6e2e2;
    border-radius: 10px;
    margin-top: 20px;
}

.object-burt__header-name {
    padding-left: 15px;
}

.object-burt__header-name span {
    display: block;
}

.object-burt__header-name span:nth-child(1) {
    font-size: 25px;
    font-weight: 500;
}

.object-burt__header-name span:nth-child(2) {
    color: #333;
    padding-top: 7px;
}

.object-burt__info {
    padding: 20px;
    border-bottom: 1px solid #e6e2e2;
}

.object-burt__list {
    border-bottom: 1px solid #e6e2e2;
    display: flex;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

.object-burt__list > div:nth-child(1) {
    width: 35%;
}

.object-burt__list > div:nth-child(2) {
    width: 62%;
}

.object-burt__info .object-burt__list:first-child {
    padding-top: 0px;
}

.object-burt__info .object-burt__list:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.object-burt__button {
    padding: 20px;
}

.object-burt__button a {
    display: flex;
    align-items: center;
}

.object__burt, .object__deburt {
    padding-top: 25px;
}

.object-deburt__box {
    border-bottom: 1px solid #e6e2e2;
    border-top: 1px solid #e6e2e2;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.object-deburt__box a {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.object-deburt__box a span {
    display: block;
    padding-top: 6px;
}

.object-deburt__box a img {
    width: 45px;
}

.object__contact {
    width: 30%;
}

.detail__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.object-contact__box {
    border: 1px solid #e6e2e2;
    border-radius: 10px;
}

.object-contact__box-header {
    background: #f2f2f2;
    padding: 15px;
    position: relative;
    border-radius: 9px 9px 0px 0px;
}

.object-contact__box-header a img {
    width: 80px;
    border-radius: 10px;
}

.object-contact__box-wop {
    position: absolute;
    right: 20px;
    top: 20px;
}

.object-contact__box-wop img {
    width: 20px;
}

.object-contact__detail {
    padding: 20px;
}

.object-contact__name {
    font-size: 22px;
    font-weight: 500;
    display: block;
}

.object-contact__phone {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.object-contact__phone span {
    padding-left: 5px;
}

.object-contact__detail {
    border-bottom: 1px solid #e6e2e2;
}

.object-contact__actions {
    padding: 20px;
}

.object-contact__button {
    text-align: left;
    cursor: pointer;
    background: var(--mainColor);
    border-radius: 10px;
    color: #fff;
    padding: 15px;
}

.contact__button:hover {
    border-bottom: 2px solid var(--mainColor);
    background: #e5f1f8;
    color: var(--mainColor);
}

.object-contact__buttons-actions {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.object-contact__buttons-actions span {
    padding-left: 5px;
}

.image-container {
    display: flex;
    align-items: stretch;
    line-height: 0;
}

.image-container img {
    max-width: 100%;
    padding: 3px;
    padding-bottom: 0;
}

.image-container-column {
    display: flex;
    flex-direction: column;
}

.gallery-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.gallery-button {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
}

.gallery-button__share {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
}

.gallery-button__share:hover {
    border-radius: 3px;
}

.breadrcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
}

.breadrcrumbs-flex {
    display: flex;
    align-items: center;
}

.breadrcrumbs-item {
    position: relative;
    margin-right: 25px;
    color: #666;
    font-weight: 400;
}

.breadrcrumbs-item::before {
    content: ' ';
    position: absolute;
    background: url(../img/bread.svg) center center no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    right: -19px;
    top: 1.5px;
}

.breadrcrumbs-item:last-child:before {
    display: none;
}

.object-post__house {
    background: #e6f2f7;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.post-house__title {
    font-weight: 500;
    font-size: 22px;
}

.post-house__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-house__button {
    display: inline-block;
    background: var(--mainColor);
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
}

.post-house_block {
    width: 70%;
}

.similar-object__flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

.similar-object__box {
    width: 32%;
    font-weight: 400;
    font-size: 18px;
}

.similar-object__box img {
    max-width: 100%;
}

.similar-object__name {
    
    color: #333;
    font-weight: 600;
    padding-top: 10px;
}

.similar-object__address {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #999;
}

.similar-object__price {
    font-weight: 600;
    color: #333;
}

.object-info__settings {
    display: flex;
    margin-top: 20px;
}

.object-info__settings div {
    color: #999;
    background-color: #fff;
    padding: 13px;
    border-bottom: 2px solid #ccc;
    cursor: pointer;
}

.object-info__settings div.active {
    border-bottom: 2px solid var(--mainColor);
    background: #e5f1f8;
    color: var(--mainColor);
}

.object-info__settings div:hover {
    border-bottom: 2px solid var(--mainColor);
    background: #e5f1f8;
    color: var(--mainColor);
}

.object-info__list-label {
    background: var(--mainColor);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 0px!important;
    color: #fff;
    position: relative;
    margin-right: 20px;
}

.object-info__list-label span {
    padding-right: 0px;
}

.object-info__list-label::before {
    position: absolute;
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent var(--mainColor) transparent;
    transform: rotate(90deg);
    right: -19.6px;
}


.object-info__list-labelf {
    background: #db3435;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 0px!important;
    color: #fff;
    position: relative;
    margin-right: 20px;
}

.object-info__list-labelf span {
    padding-right: 0px;
}

.object-info__list-labelf::before {
    position: absolute;
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #db3435 transparent;
    transform: rotate(90deg);
    right: -19.6px;
}

.list-right__info {
    display: flex;
    align-items: center;
    position: relative;
}

.list-right__info a {
    margin-left: 10px;
    position: relative;
}

.similar-object__flex::-webkit-scrollbar {
    display: none;

}

.info-popup {
    background: var(--linkColor);
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    width: 300px;
    line-height: 16px;
    top: 27px;
    display: none;
    z-index: 2;
}

.info-popup.active {
    display: block;
}

.info-popup a {
    color: #fff;
    display: block;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
}

.fixed-btn a {
    background: var(--mainColor);
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
}

.fixed-btn {
    display: none;
    position: fixed;
    background: #fff;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.right-button {
    text-align: center;
    margin-top: 25px;
}

.right-button a {
    color: var(--linkColor);
}

.gallery-navigation {
    border-bottom: 2px solid var(--mainColor);
    padding-top: 20px;
    padding-bottom: 20px;

}

.gallery-navigation__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-navigation__button  {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 15px;
}

.gallery-navigation__button a {
    display: flex;
    align-items: center;
    cursor: pointer;
}



.gallery-navigation__left {
    display: flex;
    align-items: center;
}

.gallery-navigation__title {
    color: var(--mainColor);
    padding-left: 7px;
}

.gallery-navigation__title > span {
    color: #aaa8a8;
}




/* POPUP */

.popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    display: none;
}

.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.popup-body {
    background: #fff;
    padding: 25px;
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.7);
    border-radius: 10px;
}
.close-popup {
    color: var(--linkColor);
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.popup-share__title {
    text-align: left;
    color: var(--linkColor);
    padding-bottom: 15px;
    font-size: 25px;
}

.popup-share__media {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: var(--linkColor);
    display: flex;
    align-items: center;
}

.popup-share__media svg {
    margin-right: 10px;
}

.image-container .image-container-column {
    display: none;
}

.image-container .image-container-column:nth-child(1) {
    width: 50%;
}

.image-container .image-container-column:nth-child(1), .image-container .image-container-column:nth-child(2), .image-container .image-container-column:nth-child(3) {
    display: flex;
}

.image-container .image-container-column:nth-child(2), .image-container .image-container-column:nth-child(3) {
    width: 25%;
}

@media screen and (max-width:768px) {
    .detail__flex {
        flex-direction: column;
    }

    .image-container .image-container-column:nth-child(2), .image-container .image-container-column:nth-child(3) {
        display: none;
    }

    .image-container .image-container-column:nth-child(1) {
        width: 100%;
    }

    .gallery-navigation {
        display: none;
    }

    .fixed-btn {
        display: block;
    }

    .similar-object__flex {
        overflow: hidden;
        overflow-x: auto;
    }

    .similar-object__box {
        min-width: 250px;
        margin-right: 15px;
    }

    .detail-info__box, .object__contact {
        width: 100%;
    }

    .object-post__house {
        flex-direction: column;
        padding: 20px;
    }

    .post-house_block {
        order: 2;
        padding-top: 15px;
        width: 100%;
    }

    .post-house__button {
        width: 100%;
        text-align: center;
    }

    .object__contact {
        margin-top: 40px;
    }

    .image-container-column {
        display: none;
    }

    .object-info__title {
        font-size: 27px;
    }

    .object-info__subtitle, .object-info__price {
        flex-direction: column;
        align-items: flex-start;
    }

    .object-info__subtitle a, .object-info__price a {
        padding-left: 0px;
        padding-top: 5px;
    }

    .object-info__price a {
        padding-top: 10px;
    }

    .mob-remove {
        display: none;
    }

    .object-info__list-item, .object-info__list-right {
        flex-direction: column;
        align-items: flex-start;
    }

    .object-info__list-item > div:nth-child(1), .object-info__list-item > div:nth-child(2) {
        width: 100%;
    }

    .object-info__list-right a {
        line-height: normal;
    }

    .object-info__list-right span {
        padding-right: 0px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .object-burt__list > div:nth-child(1) {
        width: 70%;
    }

    .object-burt__list > div:nth-child(2) {
        text-align: right;
        width: 30%;
    }

    .object-deburt__box a {
        width: 32%;
    }

    .object-deburt__box a img {
        max-width: 100%;
    }

    .info-popup  {
        top: 33px;
    }

    .breadrcrumbs-flex a {
        display: none;
    }

    .breadrcrumbs-flex a:nth-child(1) {
        display: block;
    }

    .popup-body {
        width: 95%;
        margin: 0 auto;
    }

}


.object-info__list-labele {
    background: #ec8135;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 0px!important;
    color: #fff;
    position: relative;
    margin-right: 20px;
}

.object-info__list-labele span {
    padding-right: 0px;
}

.object-info__list-labele::before {
    position: absolute;
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #ec8135 transparent;
    transform: rotate(90deg);
    right: -19.6px;
}

.object-info__list-labeld {
    background: #f6b94c;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 0px!important;
    color: #fff;
    position: relative;
    margin-right: 20px;
}

.object-info__list-labeld span {
    padding-right: 0px;
}

.object-info__list-labeld::before {
    position: absolute;
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #f6b94c transparent;
    transform: rotate(90deg);
    right: -19.6px;
}

.object-info__list-labelc {
    background: #e8d41a;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 0px!important;
    color: #fff;
    position: relative;
    margin-right: 20px;
}

.object-info__list-labelc span {
    padding-right: 0px;
}

.object-info__list-labelc::before {
    position: absolute;
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #e8d41a transparent;
    transform: rotate(90deg);
    right: -19.6px;
}

.object-info__list-labelb {
    background: #c0d72f;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 0px!important;
    color: #fff;
    position: relative;
    margin-right: 20px;
}

.object-info__list-labelb span {
    padding-right: 0px;
}

.object-info__list-labelb::before {
    position: absolute;
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #c0d72f transparent;
    transform: rotate(90deg);
    right: -19.6px;
}
.object-info__list-labela {
    background: #248741;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 0px!important;
    color: #fff;
    position: relative;
    margin-right: 20px;
}

.object-info__list-labela span {
    padding-right: 0px;
}

.object-info__list-labela::before {
    position: absolute;
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #248741 transparent;
    transform: rotate(90deg);
    right: -19.6px;
}
.property-input {
    border: 1px solid #d8dee0;
    padding: 10px 12px;
    background-color: #fff;
    color: #8f8f8f;
    border-radius: 0px;
    height: auto;
	width:100%;
		
}