@media screen and (max-width: 991px) {
	.top-info__wrapper.flexbox {
		flex-direction: column;
	}
	.detail-info__btns > div {
		width: 100%;
	}
}
.properties__list:has(.properties__item:only-child) {
	row-gap: 0px;
}


/* top meta */
.top-meta__section {
  background-color: #fafafa;
  background-color: var(--darkerblack_bg_black);
  padding: 1px 8px 2px;
}
.top-meta__date .svg-inline-sale {
  margin-right: 6px;
}
.top-meta .sale-list__item-sticker-value {
  margin: 0 -3px 0 0;
  font-size: 12px;
  line-height: 15px;
  line-height: var(--sticker-height);
  display: flex;
  padding: 3px 8px 5px;
}

.detail img.import-wp {
    width: 60%;
    display: block;
    margin-top: 3%;
}

.detail.blog {
    display: flex;
    gap: 90px;
}

.detail__blog-left {
    /*width: 100%;*/
}

.detail__blog-right {
    /*max-width: 663px;*/
    max-width: 1200px;
}

.detail__blog-left .detail-image img {
    margin-left: 0;
    margin-right: 0;
}

.comment__form{
    box-shadow: 0px 20px 20px 0px #0000001A;
    padding: 40px 50px;
    margin: 36px;
    background: #FFFFFF;
    border-radius: 24px;
}

input#post-button {
    background: #ff6600;
    height: 70px;
}

.comment__polit{
    font-family: Onest;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #00000066;
    padding-top: 12px;
}

.bottom-links-block {
    position: absolute;
    right: 34%;
}

a.btn.btn-secondary-black.btn-lg {
    background: #ff6600;
    color: #fff;
    font-family: Proxima Nova;
    font-size: 15.39px;
    font-weight: 700;
    line-height: 27.7px;
    height: 70px;
    border-radius: 50px;
    padding: 0 56px;
    gap: 11px;
}

a.btn.btn-secondary-black.btn-lg.clicked {
    border: 1px solid #000000;
    background: #fff;
    color: #000;
}




@media screen and (max-width: 768px) {
.detail.blog {
    flex-direction: column;
    gap: 22px;
}
.detail__blog-left .detail-image {
    margin-bottom: 0px;
}
h3.switcher-title.mb.mb--24 {
    font-family: Onest;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    margin-bottom: 20px;
}
.detail-block p, .content {
    font-family: Onest;
    font-size: 12px;
    font-weight: 300;
    line-height: 16.8px;
}
.services-detail__bottom-info.flexbox.gap.gap--48 {
    gap: 20px;
}
.detail img {
    /*width: 28px;*/
}
.detail img.import-wp {
    width: 100%;
}
a.btn.btn-secondary-black.btn-lg {
    height: 53px;
}
.bottom-links-block {
    right: unset;
}
.right_block .bottom-links-block {
    margin-top: 5px;
}
div#form_c_del {
    box-shadow: 0px 10px 10px 0px #0000001A;
    padding: 15px;
    border-radius: 24px;
    margin: 15px;
}
.comment__form {
    padding: 0;
    margin: 0;
    box-shadow: unset;
}
}