@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNovaT-Thin.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

*,
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Proxima Nova';
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #010101;
    text-decoration-thickness: from-font !important;
}

.container {
    max-width: 1220px;
    padding: 0 40px;
    margin: 0 auto;
}

h2 {
    text-align: center;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 45px;
}

.search-object h2 {
    text-align: left;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 17px;


    color: #212121;
}

.btn {
    border: none;
    outline: none;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    padding: 14px 24px;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    border: 1px solid #C9A07A;
    border-radius: 10px;
    white-space: nowrap;
    transition-duration: 200ms;
}

.btn--white {
    border-color: #fff;
}

.btn--primary {
    background-color: #C9A07A;
    color: #fff;
    border: none;
}

.btn--primary:hover,
.header__btn:hover {
    background-color: #BD8E62;
    opacity: 0.8;
}

.col-3 {
    width: 31%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

input {
    outline: none;
    border: none;
    width: 100%;
    padding-left: 16px;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 10px;
    color: #929292;
}

.form__btn {
    max-width: 100%;
    padding: 18px 24px;
}

.form__input {
    padding: 18px 24px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 0px;
    z-index: 1;
    transition: all 50ms ease-in 0s;
}

.header.min {
    padding-top: 24px;
}

.header.min .line {
    border-bottom: 1px solid #fff;
    max-width: 1140px;
    margin: 0 auto;
}

.header.min .header-container {
    margin-bottom: 0px;
}

.header-container {
    max-width: 1220px;
    padding: 0 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.header-link {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}

.footer {
    background-color: #2B2B2B;
    padding: 80px 0 40px;
    color: #fff;
    margin-top: 50px;
}

.footer .footer__link a {
    color: #fff;
    text-decoration: none;
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 55px;
}

.footer__logo {
    margin-bottom: 45px;
}

.footer__company,
.footer__privacy,
.footer__coockie,
.footer__public {
    color: #909090;
    font-size: 13px;
    line-height: 16px;
}

.footer__privacy a {
    color: #909090;
}

.footer__company {
    margin-bottom: 24px;
}

.rectangle_block {
    position: relative;
}

.rectangle_block .tooltip-block {
    position: absolute;
    background-color: #fff;
    padding: 25px 32px;
    white-space: nowrap;
    left: 90%;
    top: 50%;
    transform: translate(0%, -50%);
    box-shadow: 14px 22px 40px rgba(30, 35, 66, 0.28);
    border-radius: 10px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    transition-duration: 200ms;
    z-index: 11;
}

.rectangle_block .tooltip-block::before {
    content: " ";
    position: absolute;
    left: -10px;
    width: 29px;
    height: 29px;
    background: #FFFFFF;
    border-radius: 4px;
    transform: rotate(-45deg);
}

.rectangle_block .tooltip-block:hover {
    opacity: 0.8;
}

.footer__link {
    text-decoration: none;
    margin-bottom: 16px;
    font-weight: 300;
}

.footer__phone::before {
    content: "";
    height: 32px;
    width: 32px;
    display: block;
    background: url("../img/phone_icon.png") no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
}

.footer__phone {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    font-weight: normal;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
}

.footer__phone span {
    font-weight: 700;
}

.footer__btn {
    margin-bottom: 30px;
}

.footer-web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-web span {
    margin-right: 12px;
}

.footer-web__item {
    margin-right: 6px;
}

.footer-web__item:last-of-type {
    margin-right: 0;
}

.hero {
    padding-top: 190px;
    padding-bottom: 40px;
    /*background: url("../img/bg.png") center center/cover no-repeat;*/
    color: #fff;
    height: 800px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.hero.min {
    padding-top: 140px;
    padding-bottom: 40px;
    background: url("/bitrix/templates/an-prioritet.ru/img/bg.png") center center/cover no-repeat;
    color: #fff;
    height: 281px;
}

.hero__title {
    font-size: 52px;
    line-height: 74px;
    margin-bottom: 53px;
    text-align: center;
    text-transform: uppercase;
}

.hero__title span {
    font-weight: 200;
}

.hero-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-bottom: 120px;*/
}

.extended-search-block {
    margin-bottom: 80px;
    text-align: right;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin-top: 18px;
    padding-right: 80px;
}

.extended-search-block a {
    color: #fff;
    text-decoration: underline;
}

.hero-search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.59);
    /*    -webkit-box-shadow: 14px 22px 40px rgba(30, 35, 66, 0.28);
    box-shadow: 14px 22px 40px rgba(30, 35, 66, 0.28);*/
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
}

.hero-search-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero-search-cell {
    padding: 12px 30px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.31);
}

.hero-search-cell:nth-child(1) {
    width: 450px;
}

.hero-search-cell:last-of-type {
    border-right: none;
}

.hero-search-title {
    line-height: 20px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.46);
}

.hero-search__input {
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    padding-left: 0;
    font-size: 15px;
    border-radius: 0;
}

.hero-search__input::placeholder {
    color: #fff;
}

.hero-search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero__select {
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
}

.hero-search-btn {
    background-color: #C9A07A;
    border-radius: 10px;
    width: 74px;
    height: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.hero-search-btn:hover {
    background-color: #BD8E62;
}

.hero-house {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-house__svg {
    margin-bottom: 25px;
}

.hero-house-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.hero-house-item svg path {
    fill: #fff;
}

a.hero-house-item {
    color: #fff;
}

.hero-house-item:hover .hero-house__title {
    color: #C9A07A;
}

.hero-house-item:hover svg path {
    fill: #C9A07A;
}

.proposal {
    padding: 76px 0 110px;
}

.object-proposal {
    background: url("../img/noise.png") repeat, #FCFCFC;
    margin-bottom: -50px;
}
.object-proposal  .slide-slick-range input{
    background-color: unset;
}
.slick-list .slick-active .proposal-item{
    background-color: #fff;
}

.proposal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.proposal-item {
    max-width: 361px;
    width: 100%;
    -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.proposal-item__desc {
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: -55px;
    position: relative;
    z-index: 2;
}

.proposal-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.proposal-item__pic {
    position: relative;
    /*width: 357px;*/
    height: 233px;
    overflow: hidden;
    text-align: center;
}

.proposal-item__pic img {
    width: 100%;
}

.proposal-item__pic .proposal-item__like img {
    width: auto;
}

.proposal-item__id {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 2px 14px;
    background-color: rgba(0, 0, 0, 0.56);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
}

.proposal-item__like {
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 1;
}

.proposal-item__price {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    color: #FFF;
    padding: 7px 20px;
    color: #fff;
    background-color: #96D28C;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 21px;
}


.proposal-item__price span {
    font-size: 18px;
    font-weight: normal;
}

.proposal-item__num {
	font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
    color: #969696;
}
.proposal-item__num.prop {
	align-self: flex-start
}
.proposal-item__num.prop:not(:last-of-type) {
	margin-bottom: 3px
}
.proposal-item__num.prop:last-of-type {
	margin-bottom: 15px;
	min-height: 36px
}
.proposal-item__name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    height: 53px;
	overflow: hidden;
	text-align: center!important
}

.proposal-item__name::first-letter {
    text-transform: uppercase;
}

.proposal-info__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.proposal-info__pic {
    height: 32px;
    margin-bottom: 9px;
	display: flex;
	align-items: center;
	justify-content: center
}

.proposal-info__pic img {
    width: auto!important;
    height: 140% !important;
}

.proposal-info__title {
    font-size: 14px;
    line-height: 18px;
}

.proposal__title {
    text-align: center;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 45px;
}

.proposal__desc {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 49px;
}

.proposal__desc span {
    font-weight: 700;
}

.purchase-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.purchase-cell {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.purchase-cell--left {
    background: url("../img/proposal-1.png") top left/cover no-repeat;
}

.purchase-cell--right {
    background: url("../img/proposal-2.png") top center/cover no-repeat;
}

.purchase-cell {
    padding: 112px 0 97px;
}

.purchase__pic {
    margin-bottom: 32px;
    width: 80px;
    height: 80px;
    display: block;
}

.purchase__title {
    color: #fff;
}

.purchase__desc {
    margin-bottom: 37px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 80px;
}

.about {
    padding: 89px 0 103px;
}

.about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-text {
    max-width: 616px;
    margin-right: 24px;
}

.about__title {
    text-align: left;
}

.about__desc p {
    margin-bottom: 20px;
}

.about__desc p:last-of-type {
    margin-bottom: 0;
}

.about-img {
    position: relative;
}

.about-person {
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: 2;
    padding: 24px 89px 24px 26px;
    background: rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 14px 22px 40px rgba(30, 35, 66, 0.28);
    box-shadow: 14px 22px 40px rgba(30, 35, 66, 0.28);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 10px;
    color: #fff;
}

.about-person__name {
    font-weight: 700;
}

.about-pesron__info {
    font-weight: 200;
}

.advanced {
    background: url("../img/noise.png") repeat, #FCFCFC;
    padding: 75px 0 200px;
    position: relative;
}

.advanced__desc {
    max-width: 553px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 45px;
}

.advanced-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advanced-item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.advanced-item__icon {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    width: 104px;
    height: 104px;
}

.advanced-item__icon img {
    width: 50px;
    height: 50px;
}

.advanced-item__text {
    text-align: center;
    max-width: 150px;
    font-size: 18px;
    line-height: 26px;
}

.feedback {
    background-color: #C9A07A;
    border-radius: 10px;
    padding: 40px 102px;
    color: #fff;
    position: absolute;
    bottom: -140px;
    max-width: 1140px;
    width: 100%;
}

.main-feedback .feedback {
    position: relative;
    bottom: 0;
    margin-top: -160px;
}

.feedback__title {
    margin-bottom: 0;
}

.feedback__subtitle {
    margin-bottom: 21px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.page .contacts {
    padding: 0px 0 90px;
}

.contacts {
    padding: 60px 0 90px;
}

.contacts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts-cell {
    width: 50%;
}

.contacts-box {
    max-width: 570px;
    padding-right: 48px;
    margin-left: auto;
}

.contacts-map {
    width: 50%;
    padding-top: 110px;
}

.contacts-map img {
    width: 100%;
}

.contacts__subtitle {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.contacts-adress {
    margin-bottom: 24px;
}

.contacts-phone {
    margin-bottom: 32px;
}

.contacts__title {
    text-align: left;
}

.rectangle {
    position: fixed;
    width: 86px;
    height: 800px;
    left: 0px;
    top: 0px;
    background: #C9A07A;
    z-index: 9;
}

.rectangle .rectangle_block {
    border-bottom: 1px solid #BA8758;
    cursor: pointer;
    width: 86px;
    height: 100px;
    text-align: center;
    margin: 0;
    position: relative;
}

.rectangle .rectangle_block:hover {
    background: #BA8758;
}

.rectangle .rectangle_block img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.hero .slider {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}

.slick-prev-2 {
    left: 100px !important;
    height: 39px !important;
    width: 20px;
    z-index: 9;
    background: url("../img/arr-prev.png") !important;
}

.slick-next-2 {
    right: 100px !important;
    height: 39px !important;
    width: 20px;
    z-index: 9;
    background: url("../img/arr-next.png") !important;
}

.slick-next-2::before,
.slick-prev-2::before,
.proposal .slick-prev::before,
.proposal .slick-next::before {
    content: " " !important;
}

.proposal-content .slick-list {
    padding: 0px 0px 40px 12px;
}

.proposal-item {
    -webkit-box-shadow: 0px 5px 5px rgb(30 35 66 / 15%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgb(30 35 66 / 15%);
}

.slick-list .slick-active .proposal-item {
    -webkit-box-shadow: 5px 10px 5px rgb(30 35 66 / 15%);
    -webkit-box-shadow: 5px 10px 5px rgb(30 35 66 / 15%);
    box-shadow: 5px 10px 10px rgba(30, 35, 66, 0.15);
    border: 1px solid rgb(30 35 66 / 15%);
}

.proposal .slick-prev {
    height: 39px !important;
    width: 20px;
    z-index: 9;
    background: url("../img/arr-prev-grey.png") !important;
}

.proposal .slick-next {
    height: 39px !important;
    width: 20px;
    z-index: 9;
    background: url("../img/arr-next-grey.png") !important;
}

.breadcrumbs {
    margin-top: 20px;
}

.breadcrumbs ul {
    list-style-type: none;
    margin-bottom: 30px;
}

.breadcrumbs ul li {
    display: inline-block;
    color: #212121;
    font-size: 14px;
}

.breadcrumbs ul li a {
    color: #212121;
}

.breadcrumbs h1 {
    font-family: "Proxima Nova";
    font-size: 40px;
    font-weight: normal;
    line-height: 46px;
    padding-bottom: 30px;
}

.breadcrumbs h1::first-letter {
    text-transform: uppercase;
}

.page .proposal {
    padding-top: 60px;
}

/*.page .proposal-item {
  margin-bottom: 40px;
  -webkit-box-shadow: 5px 15px 40px rgb(30 35 66 / 15%);
  box-shadow: 5px 15px 40px rgb(30 35 66 / 15%);
}*/

.proposal-item__like {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 200ms ease-in 0s;
    cursor: pointer;

    background-image: url("../img/svg/heartNoActive.svg");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: 25px;
}

.proposal-item__like.active {
    background: url("../img/svg/heartActive.svg") 5px 5px no-repeat;
    background-size: 25px;
}

.proposal-item__like:hover {
    opacity: 0.8;
}

.proposal-item__like.active {
    background-color: #BA8758;
}

.proposal-item__like img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    height: 17px;
}

.object .object_left {
    width: 555px;
    display: inline-block;
    vertical-align: top;
}

.object .object_left .item_images {
    margin-bottom: 46px;
    position: relative;
}

.object .object_left .item_images .fotorama__stage {
    margin-bottom: 22px;
}

.object .object_left .item_images .fotorama .fotorama__nav--thumbs .fotorama__nav__frame {
    margin: 0px 16px 0px 0 !important;
    padding: 0;
}

.object .object_left .item_images .fotorama .fotorama__thumb-border {
    display: none;
}

.object .object_left .item_images .fotorama .fotorama__nav__frame--thumb.fotorama__active {
    border: 3px solid #C9A07A;
}

.object .object_left .item_videos {
    margin-bottom: 46px;
}

.object .object_left .item_map {
    margin-bottom: 46px;
}

.object .object_left .item_form .feedback {
    bottom: 0;
    position: relative;
    padding: 42px 37px 16px;
}

.object .object_left .item_form .feedback__title {
    text-align: left;
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 5px;
}

.object .object_left .item_form .feedback__subtitle {
    margin-bottom: 21px;
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
    text-align: left;
}

.object .object_left .item_form .form-row .col-3 {
    width: 47%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
}

.object .object_left .item_form .form-row {
    padding-bottom: 24px;
}

.object .object_right {
    width: 535px;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
}

.object .object_right .item_p {
    position: relative;
    margin-bottom: 5px;
}

.object .object_right .item_p strong {
    padding-left: 25px;
}

.object .object_right .item_p span{
    margin-bottom: 10px;
    padding-bottom: 0.5px;
    box-shadow: inset 0 -0.175em white, inset 0 -0.2em #000;
}

.object .object_right .item_p a {
    text-decoration: underline;
}

.address_icon svg {
    position: absolute;
}
.village_icon svg {
    position: absolute;
}

.address_icon::before {
    /*content: "";
    background: url(../img/address.png) no-repeat;
    width: 15px;
    height: 21px;
    display: inline-block;
    padding-right: 10px;
    position: absolute;*/
}

.village_icon::before {
    /*content: "";
    background: url(../img/village.png) no-repeat;
    width: 17px;
    height: 19px;
    display: inline-block;
    padding-right: 10px;
    position: absolute;*/
}

.object .object_right .item_info {
    background: rgb(240, 240, 240);
    border-radius: 10px;
    text-align: center;
    margin-top: 22px;
    display: flex;
    justify-content: space-evenly;
}

.object .object_right .item_info .item_info__element {
    display: inline-block;
    text-align: center;
    padding: 25px 15px;
	flex: 1 1 0px;
}

.object .object_right .item_info .item_info__element .item_info__pic {
    height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px
}

.object .object_right .item_info .item_info__element .item_info__title {
    font-size: 14px;
    font-weight: 400;
}

.object .object_right .item_list {
    margin-top: 22px;
    margin-left: 25px;
}

.object .object_right .item_list li {}

.object .object_right .item_price {
    font-size: 36px;
    font-weight: 700;
    margin-top: 25px;
}

.object .object_right .item_price span {
    font-size: 22px;
}

.object .object_right .item_old_price {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    color: #212121;
    margin-top: 10px;
}

.object .object_right .item_old_price span {
    color: #9C9C9C
}

.object .object_right .item_currency_price {
    margin-top: 10px;
}

.object .object_right .item_currency_price .item_currency_price_usd {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin-right: 28px;
}

.object .object_right .item_currency_price .item_currency_price_eur {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin-right: 28px;
}

.object .object_right .item_currency_price .item_currency_price_history {
    display: inline-block;
    color: #9C9C9C;
    text-decoration: underline;
    cursor: pointer;
	font-size: 14px
}

.object .object_right .item_buttom {
    margin-top: 20px;
}

.object .object_right .item_buttom a {
    display: inline-block;
    background: #C9A07A;
    border-radius: 10px;
    color: #fff;
    padding: 20px 50px;
    font-size: 16px;
}

.object .object_right .item_icons {
    margin-top: 40px;
}

.object .object_right .item_icons .item_icons_icon {
    display: inline-block;
    width: 49%;
    font-size: 15px;
    margin-bottom: 10px;
}

.object .object_right .item_icons .item_icons_icon a {
    display: inline-block;
    color: #212121;
    text-decoration: underline;
    padding-left: 45px;
    line-height: 35px;
    text-decoration: none;
}

.object .object_right .item_icons .item_icons_icon a i {
    font-style: normal;
    padding-bottom: 0.5px;
    box-shadow: inset 0 -0.175em white, inset 0 -0.2em #000;
}

.object .object_right .item_icons .item_icons_icon span {
    width: 35px;
    height: 35px;
    background: #F1F1F1;
    border-radius: 10px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
}

.object .object_right .item_icons .item_icons_icon span:hover {
    opacity: 0.8;
}

.object .object_right .item_icons .item_icons_icon span img {
    height: 18px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.object .object_right .item_icons .item_icons_icon span svg {
    height: 18px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.object .object_right .item_tabs {
    margin-top: 50px;
    margin-bottom: 50px;
}

.object .object_right .item_tabs .item_tabs_tabs {
	display: flex;
    flex-wrap: wrap;
	margin: 0 -15px
}

.object .object_right .item_tabs .item_tabs_tabs .tab {
    display: inline-block;
    font-size: 18px;
    padding: 5px 15px;
    margin: 0 0px 10px 0;
    font-weight: 600;
}

.object .object_right .item_tabs .item_tabs_tabs .tab span {
    padding-bottom: 1.5px;
    box-shadow: inset 0 -0.175em white, inset 0 -0.2em #000;
}

.object .object_right .item_tabs .item_tabs_tabs .tab.active span {
    padding-bottom: 0;
    box-shadow: none;
}

.object .object_right .item_tabs .item_tabs_tabs .tab.active {
    box-shadow: none;
    background: #C9A07A;
    border-radius: 90px;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.object .object_right .item_tabs .item_tabs_text {
    margin-top: 20px;
}

.object .object_right .item_tabs .item_tabs_text .text {
    text-align: justify;
}

.object .object_right .item_tabs .item_tabs_text p.title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.object .object_right .item_tabs .item_tabs_text p {
    font-size: 17px;
    text-align: left;
    color: #212121;
}

.object .object_right .item_list_2 {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
}

.object .object_right .item_list_2 li {
    list-style-type: none;
    font-size: 15px;
    color: #212121;
    position: relative;
    padding-bottom: 15px;
}

.object .object_right .item_list_2 li span:nth-child(1) {
    display: inline-block;
    font-weight: bold;
    width: 200px;
    vertical-align: top;
}

.object .object_right .item_list_2 li span:nth-child(2) {
    display: inline-block;
    font-weight: normal;
    width: calc(100% - 200px);
    vertical-align: top;
}

.object .object_right .item_list_2 li.icon:nth-child(1) {
    padding-top: 20px;
}

.object .object_right .item_list_2 li.icon {
    line-height: 35px;
    top: 4px;
    display: flex;
    align-items: center;
}

.object .object_right .item_list_2 li.icon svg {
    position: absolute;
}

.object .object_right .item_list_2 li.icon span:nth-child(2) {
    display: inline-block;
    font-weight: bold;
    width: 200px;
    vertical-align: top;
    padding-left: 40px;
}

.object .object_right .item_list_2 li span:nth-child(3) {
    display: inline-block;
    font-weight: normal;
    width: calc(100% - 240px);
    vertical-align: top;
    white-space: nowrap;
}

.object .object_right .item_floors {
    margin-top: 20px;
    font-weight: bold;
    font-size: 24px;
    color: #212121;
}

.object .object_right .item_floors img {
    width: 100%;
}

.header-mobile-menu {
    display: none;
}

.only-mobile {
    display: none !important;
}

.container-feedback {
    max-width: 1220px;
    padding: 0 40px;
    margin: 0 auto;
}

.search-object {
    background: url("../img/noise.png") repeat, #FCFCFC;
    padding: 60px 0 0;
	max-width: 100%
}

.modal-block .search-object {
    background: none;
}

.search-object__block input {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    background-color: #F4F4F4;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 12px;
    width: auto;
    height: 54px;
    width: 100%;
}

.search-object__block textarea {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    background-color: #F4F4F4;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 12px;
    width: auto;
    height: 125px;
    width: 100%;
}

.search-object__block.fromto {
    display: flex;
    align-items: center;
}

.search-object__block.fromto input:nth-child(2) {
    margin-left: auto;
    margin-right: 30px;
}

.search-object__block.fromto input:nth-child(3) {
    margin-right: 0;
}

.search-object__block.fromto input {
    width: 240px;
    display: inline-block;
}

.search-object__block_checkbox {
    width: 24%;
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 10px;
    color: #212121;
}

.search-object__block_checkbox .checkbox+label {
    align-items: start;
    font-weight: 400;
}

.search-object__block .search-object__block_checkbox:nth-child(5) .checkbox+label,
.search-object__block .search-object__block_checkbox:nth-child(9) .checkbox+label {
   white-space: nowrap; 
}

#add-order-sell .search-object__block.buttons_block,
#add-order-buy .search-object__block.buttons_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

#add-order-sell .search-object__block.buttons_block button,
#add-order-buy .search-object__block.buttons_block button {
    margin-right: 0;
}

.search-object__block.buttons_block button {
    width: auto;
    margin-bottom: 15px;
    margin-right: 30px;
    display: inline-block;
    max-width: unset;
}

.search-object__block.buttons_block button.btn {
    color: #212121;
    font-weight: 300;
}

.search-object__block.buttons_block button.btn--primary {
    color: #fff;
}

.search-object__block.buttons_block a {
    text-decoration: underline;
    font-weight: 100;
    color: #212121;
}

.search-object__block_price_block {
    font-weight: normal;
    font-size: 16px;
    color: #C4C4C4;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0;
    background-color: #fff;
    padding: 8px 10px;
}

.only-mobile .search-object__block_price_block {
    background-color: #f4f4f4;
}
.only-mobile .search-object__block_price_block{
    padding: 0 0 0 15px;
}

.search-object__block_price_block input {
    border: none;
    box-sizing: border-box;
    display: inline-block;
    width: 49%;
    padding: 0;
    border-radius: 0px;
    color: #000;
}

.search-object__block_price_block input:nth-child(1) {
    border-right: 1px solid #e0e0e0;
}

.search-object__block_price_block input:nth-child(2) {
    padding-left: 10px;
}

.search02 {
    display: none;
}

.hero .container {
    position: relative;
}

.slick-dots-top {
    position: absolute;
    width: 90%;
    bottom: 160px;
}

.logo-w {
    display: none;
}

.select07 .select__toggle {
    width: 400px;
    border-radius: 0px;
    background-color: unset;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
}

.page .proposal.catalog .proposal-item {
    max-width: 361px;
    width: 100%;
    -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 8px 30px;
    display: block;
}

.leftmenu {
    background: #2B2B2B;
    padding: 40px 35px;
    position: fixed;
    left: -350px;
    z-index: 10;
    height: 800px;
    transition: all 200ms ease-in 0s;
}

.leftmenu.open {
    left: 86px;
}

.leftmenu .leftmenu_close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.leftmenu .leftmenu_item {}

.leftmenu .leftmenu_item a:hover {
    color: #C9A07A;
}

.leftmenu .leftmenu_item .leftmenu_item__title {
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.leftmenu .leftmenu_item .leftmenu_item__submenu {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    padding-bottom: 8px;
    padding-left: 10px;
}

.leftmenu .leftmenu_item .leftmenu_item__submenu::before {
    content: '•';
    padding-right: 10px;
}

.leftmenu .leftmenu_item .leftmenu_item__submenu:last-child {
    padding-bottom: 25px;
}

.leftmenu .leftmenu_phone::before {
    content: "";
    height: 32px;
    width: 32px;
    display: block;
    background: url("../img/phone_icon.png") no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
}

.leftmenu .leftmenu_phone {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    font-weight: normal;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    color: #fff;
    display: inline-block;
    margin-top: 105px;
}

.leftmenu .leftmenu_phone span {
    font-weight: 700;
}

.leftmenu .leftmenu_button .btn {
    max-width: unset;
    width: 240px;
}

.header-link::before {
    content: "";
    height: 32px;
    width: 32px;
    display: block;
    background: url("../img/svg/phone-call2.svg") no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
    background-size: contain;
}

.header-link {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    font-weight: normal;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    color: #fff;
    display: inline-block;
    margin-top: 35px;
}

.header-link span {
    font-weight: 700;
}

.modal-block {
    display: none;
}

.modal-block .modal-block__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #212121;
    text-align: left !important;
}

.modal-block .modal-block__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 142%;
    color: #212121;
    padding-bottom: 40px;
}

.modal-block .form__input {
    background: #F4F4F4;
    border: 1px solid #E4E4E4;
}

.modal-block .form-row {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.fancybox-can-swipe .fancybox-content {
    border-radius: 10px;
    width: 850px;
}

.modal-block .form-item {
    margin-right: 30px;
}

.modal-block .form-row .col-3 {
    width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}

#map {
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
}

#obMap {
    width: 100%;
    height: 332px;
    padding: 0;
    margin: 0;
}

#placeholder {
    padding: 10px;
}

.header-logo img {
    height: 54px;
}

.footer__logo img {
    width: 215px;
}

.proposal-content {
    display: block;
}

.product-item {
    width: 100%;
    -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.product-item-container {
    max-width: 361px;
    width: 33%;
    display: inline-block;
    height: auto !important;
    padding: 0 10px 46px 10px;
    vertical-align: top;
}

.slick-slide img {
    width: 100%;
    height: auto;
    transition: all 200ms ease-in 0s;
}

.slick-slide:hover .proposal-item__pic {
    text-align: center;
}

.slick-slide:hover .proposal-item__pic.zoom img {
    transition: all 500ms ease-in 0s;
    transform: scale(1.2)
}

.navigation {
    text-align: center;
}

.navigation .navigation-arrows {
    margin-bottom: 15px;
}

.navigation .navigation-arrows .arrow,
.navigation .navigation-arrows .ctrl {
    color: #BA8758;
}

.navigation .navigation-arrows .disabled {
    opacity: 0.5;
}

.navigation .navigation-pages span.navigation-title {
    display: none;
}

.navigation .navigation-pages {
    color: #BA8758;
}

.navigation .navigation-pages a,
.navigation .navigation-pages span {
    border: 1px solid #ccc;
    height: 35px;
    display: inline-block;
    width: 35px;
    line-height: 34px;
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(30, 35, 66, 0.11);
    margin: 0 5px;
    color: #BA8758;
}

.navigation .navigation-pages span.nav-current-page {
    background-color: #f5f5f5;
    color: #BA8758;
}

.navigation .navigation-pages a:hover,
.navigation .navigation-arrows a:hover {
    opacity: 0.7;
}

.search-object__block_tab {
    display: inline-block;
    background: #E4E4E4;
    border-radius: 90px;
    padding: 4px 18px 5px;
    margin-top: 5px;
    margin-bottom: 6px;
    margin-right: 15px;
    font-weight: 400;
}
.search-object__block_tab:last-child {
	margin-right: 0
}

.search-object__block_tab.active {
    background: #C9A07A;
    color: #fff;
}

.search-object__block_tab.active a {
    color: #fff;
}

.search-object__block {
    margin-bottom: 20px;
}

.form-row .search-object__block {
    width: 50%;
}

.form-row .search-object__block:nth-child(1) {
    margin-right: 25px;
}

.slick-prev-2,
.slick-next-2 {
    top: 44%;
}

.slick-prev-2 {
    left: 0px !important;
}

.slick-next-2 {
    right: 0px !important;
}

.slider .item-slider {
    height: 800px;
}

#search {
    padding: 0;
    overflow: hidden;
}

.hero .slick-slide {
    height: 100vh;
}

.custom-select {
    width: 100%;
}

.hero-search .custom-select .custom-select__option--value {
    padding-right: 0;
    background-color: unset;
    border: unset;
    border-radius: unset;
    padding: 0.375rem 0;
    color: rgba(255, 255, 255, 0.46);
}

.hero-search .custom-select.custom-select--active .custom-select__option--value {
    padding-right: 1.875rem;
    background-color: #fff;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    color: #212121;
    padding: 0.375rem 0.75rem;
}

.hero-search .custom-select.custom-select--active.custom-select--dropup .custom-select__option--value {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.hero-search .custom-select__option:hover,
.hero-search .custom-select__option:focus {
    background-color: unset;
}

.search-object__block .custom-select__input {
    position: relative;
    z-index: 1;
    height: 2.25rem;
    margin-top: -1px;
    padding: 0 0.75rem;
    border-color: #e6e6e6;
    transform: translateY(1px);
    font-size: 1rem;
    color: #212121;
    width: 100%;
    border: unset;
    border-radius: unset;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.popup-panels {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.popup-panels .panel-cookie {
    display: flex;
    background: #C9A07A;
    box-shadow: 14px 22px 40px rgba(30, 35, 66, 0.28);
    border-radius: 10px;
    padding: 17px 23px 16px 30px;
    align-items: center;
    margin-bottom: 5px;
    z-index: 999;
    transition-duration: 200ms;
}

.popup-panels .panel-cookie .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    padding-right: 50px;
}

.popup-panels .panel-cookie .btn {
    margin-left: auto;
}

.popup-panels .panel-privacy {
    display: flex;
    background: #fff;
    box-shadow: 14px 22px 40px rgba(30, 35, 66, 0.28);
    border-radius: 10px;
    padding: 17px 23px 16px 30px;
    align-items: center;
    margin-bottom: 5px;
    z-index: 999;
}

.popup-panels .panel-privacy .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    padding-right: 50px;

}

.popup-panels .panel-privacy .description a {
    color: #C9A07A;

}

.popup-panels .panel-privacy .btn {
    margin-left: auto;
    border: 1px solid #C9A07A;
    color: #212121;
}

.popup-panels .hide {
    display: none;
}

.search-input-group {
    display: flex;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
    border-radius: 10px;
    width: auto;
    background-color: #fff;
}

.search-input-group .btn {
    background-color: #C9A07A;
}

.modal-block-search-index {
    background: none;
    padding: 0;
}

.modal-block-search-index .fancybox-close-small {
    display: none;
}

.search-object__block_title {
    margin-bottom: 12px;
    font-weight: 600;
}

.form-item.privacy {
    display: flex;
    align-items: center;
}

.form-item.privacy input {
    width: auto;
    margin: 0px 10px 0 0;
}

.form-item.privacy label {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}

.form-item.privacy label a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 0.5px;
    box-shadow: inset 0 -0.19em #C9A07A, inset 0 -0.2em white;
}

.modal-block .form-item.privacy label a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 0.5px;
    box-shadow: inset 0 -0.19em white, inset 0 -0.2em #000;
}

.modal-block .form-item.privacy label a {
    color: #212121;
}

.item_form .form-row .col-3:nth-child(1) {
    margin-right: 23px;
}

.col {
    margin: 25px auto 0;
}

.modal-block .col {
    margin: 25px 0 0;
}

.slide-slick-range {
    text-align: center;
    width: 578px;
    margin: 20px auto 0;
}

.slide-slick-range input#range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    overflow: hidden;
    height: 24px;
}

.slide-slick-range input[type=range]::-webkit-slider-runnable-track {
    height: 2px;
    background-color: #C2C2C2;
    border-radius: 90px;
}

.slide-slick-range input[type=range]::-webkit-slider-thumb {
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px;
    box-shadow: none;
    width: 51px;
    height: 24px;
    /*background: #C9A07A;
    border-radius: 90px;*/
    background-image: url("/bitrix/images/icon-slider-rangepng.png");
    background-size: cover;
}
.hero .custom-select__option--value{
    height: unset;
}
.hero .hero-search .custom-select .custom-select__option--value{
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    color: #fff;
}
.hero .hero-search .custom-select .custom-select__option--value.no-select{
    color: rgba(255, 255, 255, 0.46);
    color: #fff;
}
.hero .hero-search .custom-select.custom-select--active .custom-select__option--value{
    padding: 0.375rem 0.75rem;
    color: #000;
}
.hero-search-bar {
    height: 108px;
    margin-right: 10px;
}
#message-ok{
    text-align: center;
}
#message-ok svg{
    margin-bottom: 30px;
}

.form-item.privacy.err,
.modal-block .form-item.privacy.err label a,
.form-item.privacy.err label a {
    color: red;
}

.modal-block input.err,
.feedback input.err {
    border: 1px solid red;
}

.object .object_right .item_icons .item_icons_icon {
    cursor: pointer;
}

.object .object_right .item_icons .item_icons_icon.compare-control.active span {
    background-color: #BA8758;
}

.object .object_right .item_icons .item_icons_icon.compare-control.active span svg path{
    fill: #fff;
}

.purchase-info__pic {
    height: 32px;
}

.item_advantages{
    margin-top: 20px;
	font-size: 15px;
	line-height: 159.4%;
}

.item_advantages ul {
    margin-left: 20px;
    list-style-type: "·  ";
}

.print {
    display: none;
}

@media screen and (min-width: 1920px) {

    .slick-slide img {
        width: 100%;
    }

}

@media screen and (max-width: 1920px) {

    .header-container, .container {
        /*padding: 0 40px 0 115px;*/
    }
    
    .proposal .slick-slide {
        margin-left: 7px;
        margin-right: 7px;
    }

    .proposal-content .slick-list {
        padding: 0px 0px 40px 5px;
    }
    
}

@media screen and (max-width: 1433px) {

    .header-container,
    .container {
        padding: 0 40px 0 115px;
    }
	.search-object .container {
		padding: 0 20px;
    }
    .container-feedback {
        padding: 0 40px 0 86px;
    }

    .contacts-content {
        padding: 0 0px 0 115px;
    }

    .purchase-cell:nth-child(1) {
        padding: 112px 70px 97px 125px;
        width: 52%;
    }

    .purchase-cell:nth-child(2) {
        padding: 112px 40px 97px;
        width: 48%;
    }

    .purchase-cell span {
        display: block;
    }

    .proposal .slick-slide {
        margin-left: 7px;
        margin-right: 7px;
    }

    .proposal-content .slick-list {
        padding: 0px 0px 40px 5px;
    }

    .slick-next-2 {
        right: 20px !important;
    }

    .feedback {
        width: 100%;
    }

    .slick-prev-2,
    .slick-next-2 {
        top: 44%;
    }

    .slick-prev-2 {
        left: 30px !important;
    }

    .slick-next-2 {
        right: -40px !important;
    }

    .object .object_left {
        width: 49%;
    }

    .object .object_right {
        width: 50%;
        padding-left: 30px;
    }

    .object .object_right .item_icons .item_icons_icon a {
        line-height: 18px;
    }

    .object .object_right .item_icons .item_icons_icon {
        height: 40px;
        vertical-align: top;
    }

    .object .object_right .item_tabs {
        margin-top: 30px;
    }

    .object .object_left .item_form .form-row .col-3 {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        padding-bottom: 24px;
    }

    .object .object_left .item_form .form-row {
        padding-bottom: 0px;
    }

}

@media screen and (max-width: 1336px) {

    .slick-prev-2,
    .slick-next-2 {
        top: 65%;
    }

    .slick-prev-2 {
        left: 110px !important;
    }

    .slick-next-2 {
        right: 40px !important;
    }

    .feedback {
        /*    width: 88%;
        margin-left: 2%;
        padding: 40px 40px;*/
    }

    .footer-col:nth-child(1) {
        width: 35%;
    }

    .footer-col:nth-child(2) {
        width: 20%;
    }

    .footer-col:nth-child(3) {
        width: 20%;
    }

    .footer-col:nth-child(4) {
        width: 25%;
    }

    .footer__phone { 
        white-space: nowrap;
    }

    .slider .item-slider {
        height: 100vh;
    }

}

@media screen and (max-width: 1112px) {

    .feedback {
        padding: 40px 40px;
    }

    .purchase-cell:nth-child(1) {
        width: 51%;
    }

    .purchase-cell:nth-child(2) {
        padding: 112px 100px 97px;
        width: 49%;
    }

}

@media screen and (max-width: 1024px) {

    .container-feedback {
        padding: 0;
        margin: 0;
    }

    .form-row {
        display: block
    }

    .form-row .col-3 {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-bottom: 10px;
    }

    .modal-block .form-row .col-3 {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-bottom: 10px;
    }

    .modal-block .form-item {
        margin-right: 0px;
    }

    .feedback {
        bottom: unset;
        margin-left: 10px;
    }

    .select07 .select__toggle {
        width: 200px;
    }

    .hero {
        padding-top: 140px;
    }

    .header {
        padding-top: 20px;
    }

}

@media screen and (max-width: 960px) {
    .hero__title {
        font-size: 40px;
    }

    .feedback {
        width: 86%;
    }
}

@media screen and (max-height: 800px) and (min-width: 768px) {
    .rectangle .rectangle_block {
        height: calc(100vh / 8);
        min-height: 75px;
    }

    .hero {
        padding-top: 19vh;
    }
}

@media screen and (max-width: 768px) {

    .proposal-item__name{
       
    }

    .product-item-container {
        padding-bottom: 0;
    }

    main {
        overflow: hidden;
    }

    .main-feedback .container {
        padding: 0;
    }

    .header.min .line {
        display: none;
    }

    .slick-prev-2 {
        left: 20px !important;
    }

    .slick-next-2 {
        right: 20px !important;
    }

    .footer-col:nth-child(1) {
        width: 100%;
    }

    .footer-col:nth-child(4) {
        width: 100%;
    }

    .leftmenu {
        left: unset;
        right: -350px;
        top: 0px;
    }

    .leftmenu.open {
        left: unset;
        right: 0px;
    }

    .leftmenu .leftmenu_phone {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .rectangle .rectangle_block .tooltip-block {
        display: none;
    }

    .object .object_right .item_tabs .item_tabs_tabs .tab.active {
        padding: 3px 14px;
    }

    .object .object_right .item_tabs .item_tabs_tabs .tab {
        font-size: 16px;
        margin: 0 15px 5px 0;
    }

    .object .object_right .item_icons .item_icons_icon {
        margin-right: 0;
        width: 24%;
        position: relative;
        height: 65px;
    }

    .object .object_right .item_icons .item_icons_icon:nth-child(4) {
        margin-right: 0;
    }

    .object .object_right .item_icons {
        text-align: center;
    }

    .object .object_right .item_icons .item_icons_icon span {
        width: 65px;
        height: 65px;
        right: 50%;
        transform: translate(50%, 0);
    }

    .object .object_right .item_icons .item_icons_icon span img {
        height: 24px;
    }

    .object .object_right .item_icons .item_icons_icon span svg {
        height: 24px;
    }

    .object .object_right .item_icons .item_icons_icon a {
        display: none;
    }

    .object .object_right .item_buttom a {
        max-width: unset;
        width: 100%;
        text-align: center;
    }

    .object .object_right .item_info .item_info__element {
        padding: 15px 8px;
        width: 24%;
    }

    .object .object_right .item_info .item_info__element .item_info__title {
        font-size: 14px;
        white-space: nowrap;
    }

    .object .object_right .item_list {
        font-size: 15px;
    }

    .object .object_right .item_p {
        margin-bottom: 10px;
    }

    .object .item_form {
        margin-bottom: 10px;
        margin-bottom: 10px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .object .object_left .item_form .feedback {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
        color: #fff;
        line-height: 56px;
        /*padding: 42px 20px 16px;*/
    }

    .object .object_left .item_form .feedback__title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
        color: #fff;
        line-height: 56px;
        margin: 0 -20px 20px;
    }

    .object .object_left .item_form .feedback__subtitle {
        margin-bottom: 21px;
        font-size: 16px;
        line-height: 28px;
        text-align: center !important;
    }

    .object .object_left .item_form .form-row .col-3 {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        padding-bottom: 15px;
    }

    .page .object .object_left,
    .object .object_right {
        width: 100%;
        display: block;
        background: url("../img/noise.png") repeat, #FCFCFC;
        padding: 0;
    }

    .page .object {
        background: url("../img/noise.png") repeat, #FCFCFC;
    }

    .page .breadcrumbs {
        margin-top: 163px;
        background: url("../img/noise.png") repeat, #FCFCFC;
    }

    .page .breadcrumbs ul {
        text-align: center;
        padding-top: 12px;
        margin-bottom: 20px;
        line-height: 18px;
    }

    .page .breadcrumbs ul li {
        font-size: 13px;
    }

    .page .breadcrumbs h1 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 0;
    }

    .page .breadcrumbs h1::after {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #BA8758;
        display: block;
        margin: 10px auto 0;
    }

    .page .proposal.catalog .proposal-item {
        -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
        box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
        margin: 0 auto 39px;
    }

    .page .proposal.catalog {
        background: url("../img/noise.png") repeat, #FCFCFC;
        padding: 0px 0 65px;
    }

    .page .proposal.catalog .proposal-content {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .container-feedback,
    .container {
        padding: 0 40px;
    }

    .container-feedback {
        padding: 0 40px;
    }

    .contacts-content,
    .header-container {
        padding: 0px;
    }

    .purchase-cell:nth-child(1),
    .purchase-cell:nth-child(2) {
        width: 50%;
        padding: 112px 40px 97px;
    }

    .slick-prev,
    .slick-next {
        top: 20%;
    }

    .rectangle {
        width: 100%;
        height: 60px;
        left: 0px;
        top: unset;
        bottom: 0;
        text-align: center;
    }

    .rectangle .rectangle_block {
        border-bottom: none;
        width: 15.8%;
        height: 60px;
        text-align: center;
        margin: 0;
        position: relative;
        display: inline-block;
    }

    .rectangle .rectangle_block:nth-child(1) {
        display: none;
    }

    .header-call,
    .hero-search,
    .only-desktop,
    .extended-search-block {
        display: none !important;
    }

    .only-mobile {
        display: block !important;
    }

    .purchase-content {
        /*display: block;*/
    }

    .purchase-cell {
        width: 100%;
        display: block;
        text-align: center;
    }

    .about-content {
        display: block;
    }

    .contacts-content {
        display: block;
    }

    .about-img img {
        width: 100%;
    }

    .feedback {
        padding: 0;
        width: unset;
    }

    .main-feedback .feedback {
        margin-top: 0px;
    }

    .header {
        padding-top: 26px;
    }

    .header-fixed {
        position: fixed;
        background: #C9A07A;
        z-index: 9;
        height: 60px;
        padding-top: 12px;
    }

    .header.min.header-fixed {
        padding-top: 12px;
    }

    .header-fixed .header-mobile-menu img {
        width: 26px;
    }

    .header-fixed .logo-r {
        display: none;
    }

    .header-fixed .logo-w {
        display: block;
    }

    .header-container {
        padding: 0 20px;
    }

    .header-logo img {
        height: 35px;
    }

    .header-mobile-menu {
        display: block;
        cursor: pointer;
    }

    .header-mobile-menu img {
        width: 40px;
    }

    .hero__title {
        font-size: 28px;
        line-height: 45px;
    }

    .hero {
        padding-top: 160px;
        height: auto;
        padding-bottom: 15px;
    }

    .hero.hero-fixed {
        position: fixed;
        z-index: 9;
        padding-top: 0px;
        padding-bottom: 0px;
        background: #fff;
        height: unset;
        top: 60px;
    }

    .hero.hero-fixed .hero-house__title {
        color: #000;
    }

    .hero.hero-fixed .hero-house-item svg path {
        fill: #C9A07A;
    }

    .hero.hero-fixed .hero-house__svg svg {
        width: 100%;
    }

    .hero.hero-fixed .hero-house-item .hero-house__svg {
        width: 30px;
        height: 55px;
    }

    .hero.hero-fixed {
        width: 100%;
        padding-bottom: 18px;
    }

    .container {
        padding: 0 20px;
    }

    .hero-house {
        align-items: end;
    }

    .hero-house-item {
        width: 16%;
    }

    .hero-house__svg svg {
        width: 80%;
    }

    .hero .slick-next,
    .hero .slick-prev {
        display: none;
    }

    .hero-house__title {
        font-size: 12px;
        line-height: 15px;
    }

    .hero-house__svg {
        margin-bottom: 0px;
    }

    .hero-house-item:nth-child(1) .hero-house__svg {
        padding-bottom: 5px;
    }

    .hero-house-item:nth-child(3) .hero-house__svg {
        padding-bottom: 1px;
    }

    .hero-house-item:nth-child(6) .hero-house__svg {
        padding-bottom: 1px;
    }

    .proposal__title,
    .about__title,
    .purchase__title,
    .advanced__title,
    .contacts__title,
    .search-object__title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .proposal__title::after,
    .purchase__title::after,
    .about__title::after,
    .advanced__title::after,
    .contacts__title::after {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #BA8758;
        display: block;
        margin: 0 auto;
    }

    .proposal {
        padding: 50px 0 110px;
    }

    .proposal__desc {
        font-size: 16px;
    }

    .proposal-content .slick-list {
        padding: 0px 0px 0px 0px;
    }

    .proposal-content {
        text-align: center;
    }

    .proposal .slick-slide {
        margin-left: 10px;
        margin-right: 10px;
    }

    .purchase__pic {
        display: inline-block;
    }

    .purchase__desc {
        font-size: 16px;
        padding: 0 20px;
        text-align: center;
    }

    .purchase-cell {
        padding: 62px 15px 58px;
    }

    .purchase-cell--left {
        background: url("../img/bg01.webp") top right/cover no-repeat;
    }

    .about {
        padding: 60px 0 60px;
    }

    .about-text {
        margin-right: 0px;
        max-width: unset;
    }

    .about-img img {
        width: 250px;
        border-radius: 125px;
        border: 18px solid rgb(30 35 66 / 15%);
    }

    .about-img {
        text-align: center;
        margin-bottom: 80px;
    }

    .about-person {
        position: absolute;
        left: unset;
        bottom: -50px;
        right: 50%;
        transform: translate(50%, 0);
        padding: 24px;
        width: 250px;
    }

    .about-person__name {
        font-size: 20px;
    }

    .about-person__info {
        font-size: 16px;
    }

    .advanced__desc {
        font-size: 16px;
    }

    .advanced {
        padding: 60px 0 30px;
    }

    .advanced-content {
        display: block;
    }

    .advanced-item {
        width: 100%;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        padding-left: 30px;
    }

    .advanced-item:last-child {
        margin-bottom: 60px;
    }

    .advanced-item__icon {
        margin-bottom: 0;
        width: 75px;
        height: 75px;
    }

    .advanced-item__icon img {
        width: 36px;
        height: 36px;
    }

    .advanced-item__text {
        text-align: left;
        max-width: unset;
        padding-left: 18px;
    }

    .feedback {
        border-radius: unset;
        padding: 40px 40px;
        position: relative;
        bottom: unset;
        width: 100%;
        margin-left: 0;
    }

    .container-feedback {
        padding: 0;
    }

    .feedback__title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
        color: #fff;
    }

    .feedback__title::after {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 0 auto;
    }

    .feedback__subtitle {
        font-size: 16px;
    }

    .form-row {
        display: block;
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .col-3 {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        padding-bottom: 15px;
    }

    .contacts {
        padding: 60px 0 0px;
    }

    .contacts-cell {
        width: 100%;
    }

    .contacts-box {
        max-width: unset;
        padding: 0 20px;
        margin-left: unset;
        text-align: center;
    }

    .contacts__subtitle {
        font-size: 18px;
    }

    .contacts__text {
        font-size: 16px;
    }

    .contacts-map {
        width: 100%;
        margin-top: 40px;
        padding-top: 0;
    }

    .footer {
        background-color: #2B2B2B;
        padding: 50px 0 70px;
        color: #fff;
    }

    .footer-row {
        display: block;
        display: block;
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding-top: 0px;
    }

    .footer-col {
        text-align: center;
        width: 100%;
    }

    .footer__logo {
        text-align: center;
    }

    .footer__logo img {
        width: 250px;
    }

    .footer__phone {
        text-align: center;
        margin-bottom: 20px;
        display: inline-block;
    }

    .footer__btn {
        display: inline-block;
        margin-bottom: 40px;
    }

    .footer-web {
        justify-content: center;
    }

    .footer__company,
    .footer__privacy,
    .footer__coockie,
    .footer__public {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .footer__logo {
        margin-bottom: 25px;
    }

    .footer-web {
        margin-bottom: 40px;
    }

    .search-object__block_title {
        font-weight: normal;
        font-size: 13px;
        color: #212121;
        margin-left: 10px;
        font-weight: 100;
    }

    .search-object__block_tab {
        display: inline-block;
        background: #E4E4E4;
        border-radius: 90px;
        padding: 4px 20px 5px;
        margin-top: 5px;
        margin-bottom: 6px;
        margin-right: 15px;
        font-weight: 100;
    }

    .search-object__block_tab.active {
        background: #C9A07A;
    }

    .search-object__block_tab.active a {
        color: #fff;
    }

    .search-object__block {
        margin-bottom: 18px;
    }

    .slider .item-slider {
        height: 465px;
    }

    .search-object__block.fromto input {
        width: 47%;
    }

    .search-object__block.fromto input:nth-child(3) {
        margin-right: 0px;
    }

    .leftmenu {
        height: 100%;
    }

    .product-item-container {
        width: 49%;
    }

    .object .object_left .item_images {
        margin-bottom: 26px;
    }

    .object .object_right .item_price {
        margin-top: 45px;
    }

    .object .object_right .item_buttom {
        margin-top: 40px;
    }

    .popup-panels {
        margin-bottom: 65px;
    }

    .popup-panels .panel-cookie,
    .popup-panels .panel-privacy {
        display: block;
    }

    .popup-panels .panel-cookie.hide,
    .popup-panels .panel-privacy.hide {
        display: none;
    }

    .popup-panels .panel-cookie .description,
    .popup-panels .panel-privacy .description {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .popup-panels .panel-cookie .btn,
    .popup-panels .panel-privacy .btn {
        width: 100%;
        display: block;
    }

    .search-object__block.fromto {
        display: block;
    }

    .form-item.privacy {
        width: 200px;
        margin: 0 auto;
    }

    .index .form-item.privacy {
        width: auto;
        margin: 0 auto;
    }

    .slide-slick-range {
        margin-top: 30px;
        width: 100%;
    }

}

@media screen and (max-width: 414px) {

    .contacts-phone {
        display: inline-block;
    }

    .contacts-phone {
        text-align: left;
    }

    p {
        text-align: justify !important;
    }

    .advanced-item__text {
        text-align: left !important;
    }

    .purchase-cell:nth-child(1) {
        width: 100%;
        padding: 50px;
    }

    .purchase-cell:nth-child(2) {
        width: 100%;
        padding: 50px;
    }

    .purchase-cell--right {
        background: url("../img/proposal-2_1.webp") top center/cover no-repeat;
    }

    .rectangle {
        width: 100%;
        height: 60px;
        left: 0px;
        top: unset;
        bottom: 0;
        text-align: center;
    }

    .rectangle .rectangle_block {
        border-bottom: none;
        width: 15.2%;
        height: 60px;
        text-align: center;
        margin: 0;
        position: relative;
        display: inline-block;
    }

    .rectangle .rectangle_block:nth-child(1) {
        display: none;
    }

    .header-call,
    .hero-search,
    .only-desktop {
        display: none;
    }

    .only-mobile {
        display: block;
    }

    .purchase-content {
        display: block;
    }

    .purchase-cell {
        width: 100%;
        display: block;
        text-align: center;
    }

    .about-content {
        display: block;
    }

    .contacts-content {
        display: block;
    }

    .about-img img {
        width: 100%;
    }

    .feedback {
        padding: 0;
        width: unset;
    }

    .header {
        padding-top: 26px;
    }

    .header-fixed {
        position: fixed;
        background: #C9A07A;
        z-index: 9;
        height: 60px;
        padding-top: 12px;
    }

    .header-fixed .header-mobile-menu img {
        width: 26px;
    }

    .header-fixed .logo-r {
        display: none;
    }

    .header-fixed .logo-w {
        display: block;
    }

    .header-container {
        padding: 0 20px;
    }

    .header-logo img {
        height: 35px;
    }

    .header-mobile-menu {
        display: block;
        cursor: pointer;
    }

    .header-mobile-menu img {
        width: 40px;
    }

    .hero__title {
        font-size: 28px;
        line-height: 45px;
    }

    .hero {
        padding-top: 160px;
        height: auto;
        padding-bottom: 15px;
    }

    .container {
        padding: 0 20px;
    }

    .hero-house {
        align-items: end;
    }

    .hero-house-item {
        width: 16%;
    }

    .hero-house__svg svg {
        width: 80%;
    }

    .hero .slick-next,
    .hero .slick-prev {
        display: none;
    }

    .hero-house__title {
        font-size: 12px;
    }

    .hero-house__svg {
        margin-bottom: 0px;
    }

    .hero-house-item:nth-child(1) .hero-house__svg {
        padding-bottom: 5px;
    }

    .hero-house-item:nth-child(3) .hero-house__svg {
        padding-bottom: 1px;
    }

    .hero-house-item:nth-child(6) .hero-house__svg {
        padding-bottom: 1px;
    }

    .proposal__title,
    .about__title,
    .purchase__title,
    .advanced__title,
    .contacts__title,
    .search-object__title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .proposal__title::after,
    .purchase__title::after,
    .about__title::after,
    .advanced__title::after,
    .contacts__title::after,
    .search-object__title::after {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #BA8758;
        display: block;
        margin: 0 auto;
    }

    .proposal {
        padding: 50px 0 70px;
    }

    .slick-dots {
        bottom: -45px;
    }

    .proposal__desc {
        font-size: 16px;
    }

    .proposal-content .slick-list {
        padding: 0px 0px 0px 0px;
    }

    .proposal-content {
        text-align: center;
    }

    .purchase__pic {
        display: inline-block;
        margin-bottom: 0;
    }

    .purchase__desc {
        font-size: 16px;
        height: auto;
    }

    .purchase-cell {
        padding: 62px 0 58px;
    }

    .purchase-cell--left {
        background: url("../img/bg01.webp") top right/cover no-repeat;
    }

    .about {
        padding: 60px 0 60px;
    }

    .about-text {
        margin-right: 0px;
    }

    .about-img img {
        width: 250px;
        border-radius: 125px;
        border: 18px solid rgb(30 35 66 / 15%);
    }

    .about-img {
        text-align: center;
        margin-bottom: 80px;
    }

    .about-person {
        position: absolute;
        left: unset;
        bottom: -50px;
        right: 50%;
        transform: translate(50%, 0);
        padding: 24px;
        width: 250px;
    }

    .about-person__name {
        font-size: 20px;
    }

    .about-person__info {
        font-size: 16px;
    }

    .advanced__desc {
        font-size: 16px;
    }

    .advanced-content {
        display: block;
    }

    .advanced-item {
        width: 100%;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        padding-left: 30px;
    }

    .advanced-item:last-child {
        margin-bottom: 60px;
    }

    .advanced-item__icon {
        margin-bottom: 0;
        width: 75px;
        height: 75px;
    }

    .advanced-item__icon img {
        width: 36px;
        height: 36px;
    }

    .advanced-item__text {
        text-align: left;
        max-width: unset;
        padding-left: 18px;
    }

    .feedback {
        border-radius: unset;
        padding: 40px 40px;
        position: relative;
        bottom: unset;
        width: 100%;
    }

    .container-feedback {
        padding: 0;
    }

    .feedback__title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
        color: #fff;
    }

    .feedback__title::after {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 0 auto;
    }

    .feedback__subtitle {
        font-size: 16px;
    }

    .form-row {
        display: block;
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .col-3 {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        padding-bottom: 15px;
    }

    .contacts {
        padding: 60px 0 0px;
    }

    .contacts-cell {
        width: 100%;
    }

    .contacts-box {
        max-width: unset;
        padding: 0 20px;
        margin-left: unset;
        text-align: center;
    }

    .contacts__subtitle {
        font-size: 18px;
        text-align: center;
    }

    .contacts__text {
        font-size: 16px;
    }

    .contacts-map {
        width: 100%;
        margin-top: 40px;
    }

    .footer {
        background-color: #2B2B2B;
        padding: 50px 0 70px;
        color: #fff;
    }

    .footer-row {
        display: block;
        display: block;
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding-top: 0px;
    }

    .footer-col {
        text-align: center;
        width: 100%;
    }

    .footer__logo {
        text-align: center;
    }

    .footer__logo img {
        width: 250px;
    }

    .footer__phone {
        text-align: center;
        margin-bottom: 20px;
        display: inline-block;
    }

    .footer__btn {
        display: inline-block;
        margin-bottom: 40px;
    }

    .footer-web {
        justify-content: center;
    }

    .footer__company,
    .footer__privacy,
    .footer__coockie,
    .footer__public {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .footer__logo {
        margin-bottom: 25px;
    }

    .footer-web {
        margin-bottom: 40px;
    }

    .search-object {
        padding: 50px 0;
    }

    .search-object__block_title {
        font-weight: normal;
        font-size: 13px;
        color: #212121;
        margin-left: 10px;
        font-weight: 100;
    }

    .search-object__block_tab {
        display: inline-block;
        background: #E4E4E4;
        border-radius: 90px;
        padding: 4px 20px 5px;
        margin-top: 5px;
        margin-bottom: 6px;
        margin-right: 15px;
        font-weight: 100;
    }

    .search-object__block_tab.active {
        background: #C9A07A;
    }

    .search-object__block_tab.active a {
        color: #fff;
    }

    .search-object__block {
        margin-bottom: 18px;
    }

    .slider .item-slider {
        height: 465px;
        background-position: center;
    }

    #search .search-object {
        padding: 20px 0;
    }

    .product-item-container {
        width: unset;
    }

    .object .object_right .item_list_2 li span:nth-child(1),
    .object .object_right .item_list_2 li span:nth-child(2) {
        display: block;
        width: 100%;
    }

    .search-object__block.fromto input {
        width: 100%;
    }

    .search-object__block.fromto input:nth-child(2) {
        margin-bottom: 5px;
    }

    .search-object__block_checkbox {
        width: 49%;
    }

    .search-object__block.buttons_block button.btn {
        width: 100%;
    }

}

@media print {

    .hero,
    .rectangle,
    .breadcrumbs,
    .btn.header__btn.phone-call,
    .item_buttom,
    .item_icons,
    .footer,
    .item_tabs_tabs,
    .logo-w,
    .logo-r {
        display: none;
    }

    .header {
        position: relative;
    }

    .header-link,
    .proposal-item__id {
        color: #000;
    }

    .item_form .feedback {
        height: 0;
        overflow: hidden;
    }

    .feedback__title,
    .feedback__subtitle {
        display: none;
    }

    .object .object_right .item_p span {
        box-shadow: none;
    }

    .object .object_right {
        width: 100%;
    }

    .item_tabs_text .text{
        display: block !important;
        margin-bottom: 20px;
    }

    .logo-print {
        width: 215px;
    }

    .print {
        display: block;
    }

}




/*# sourceMappingURL=style.css.map */