

/* Start:/local/templates/iteo_realty/components/citrus/realty.catalog.element/catalog_detail/style.css?16185680307320*/
@media all {
    .object-info {
        padding-left: 5px;
    }

    .object-info .h4 {
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
    }

    .object-info .object-info_footer {
        display: flex;
    }

    .object-info .btn-primary {
        width: auto;
        font-size: 16px;
    }

    .object-footer {
        margin: 30px 0 -15px 0;
        font-size: 0;
    }

    .object-footer .btn {
        margin: 0 15px 15px 0;
    }

    .object-text {
        margin-top: 30px;
        font-size: 14px;
        font-weight: 600;
    }

    .object-address {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .object-option.dl-menu .dl_element a {
        text-decoration: none;
        color: var(--primary-color);
        border-bottom: 1px solid var(--primary-color);
        display: inline-block;
        margin-bottom: -1px;
    }
    .object-option.dl-menu .dl_element a:hover {
      color: var(--hover-color);
      border-bottom: 1px solid var(--hover-color);
    }

    .object-price_new {
        /*display: inline-block;*/
        text-align: center;
        /*line-height: 1;
        margin: 35px 0;*/
    }

    .object-price_new span {
        font-size: 30px;
        font-weight: 700;
    }

    .object-price_new span.btn-icon {
        font-size: 30px;
        vertical-align: -10px;
    }

    .object-option.dl-menu span {
        padding: 10px;
        line-height: 1.2;
        align-self: flex-end;
    }

    .object-option.dl-menu span:first-child {
        padding-right: 14px;
        width: 50%;
        flex-shrink: 0
    }

    .object-option.dl-menu .dl_element {
        display: flex;
        font-weight: 600;
        line-height: 20px;
    }

    .object-gallery {
        position: relative;
    }

    .object-gallery-previews {
        position: relative;
    }
    .object-gallery-previews .embed-responsive-item {
        object-fit: cover;
    }

    .object-gallery-previews figure {
        background-color: #f3f1ec;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        display: none;
        opacity: 0;
    }

    .object-gallery-previews figure.is-active {
        display: block;
        margin: 0;
        opacity: 1;
    }

    .object-gallery-previews figcaption {
        display: none;
    }

    .object-gallery-thumbs a.gallery-thumbs img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        max-height: 90%;
        max-width: 90%;
    }

    .object-gallery-thumbs {
        position: relative;
        margin-top: 10px;
    }

    .object-gallery-thumbs a.gallery-thumbs {
        display: block;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative;
        background-color: #f5f5f5;
        border: 2px solid transparent;
        margin-bottom: 15px;
    }

    .object-gallery-thumbs .swiper-slide {
        width: 33.3333333%;
    }

    .object-gallery-thumbs .swiper-container-horizontal > .swiper-scrollbar {
        left: 0;
        width: 100%;
    }

    .image-actions {
        padding: 16px;
        background-color: #f5f5f5;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 5px;
    }

    .image-actions__link {
        font-size: 13px;
        text-decoration: none;
        display: flex;
        align-items: center;
        width: 25%;
        padding: 0 12px;
    }

    .image-actions__link-icon {
        font-size: 24px;
    }

    .image-actions__link-text {
        margin-left: 14px;
        text-decoration: underline;
    }

    .personal_manager_link,
    .mortgage_link
    {
        display: inline-flex;
        align-items: center;
        margin-left: 28px;
        height: 60px;
        vertical-align: middle;
        font-size: 14px;
        text-decoration: none;
    }

    .personal_manager_link i,
    .mortgage_link i
    {
        font-size: 40px;
    }

    .personal_manager_link .btn-label,
    .mortgage_link .btn-label
    {
        margin-left: 8px;
        text-decoration: underline;
    }

    .desc_complex .section__content .section__content_img {
        min-width: 400px;
        margin-right: 50px;
    }

    .desc_complex .section__content .title {
        font-size: 35px;
        font-weight: 300;
        font-family: 'Merriweather', serif;
    }

    .desc_complex .section__content {
        display: flex;
    }

    .desc_complex .section__content p + ul {
        margin-top: -15px;
    }

    .desc_complex .section__content .btn_block {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1279px) {
    .object-option.dl-menu dd, .object-option.dl-menu dt, .object-address {
        /*font-size: 14px;*/
    }

    .object-price_new span, .object-price_new span.btn-icon, .object-price_new span.btn-label {
        font-size: 20px;
    }

    .object-text {
        margin-top: 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .desc_complex .section__content {
        flex-direction: column;
    }

    .desc_complex .section__content .section__content_img {
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .desc_complex .section__content .btn_block {
        text-align: center;
    }

    .image-actions__link {
        justify-content: center;
    }

    .image-actions__link-text {
        display: none;
    }

    .image-actions__link-icon {
        font-size: 30px;
    }

    .object-option {
        margin-bottom: 0;
    }

    .object-option.dl-menu span {
        font-size: 14px;
    }

    .object-info {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .object-option.dl-menu dd, .object-option.dl-menu dt {
        width: 50%;
    }

    .object-option.dl-menu span:first-child {
        padding-right: 14px;
        width: 35%;
        flex-shrink: 1;
        flex-grow: 1;
    }

    .object-option.dl-menu span:last-child {
        flex-grow: 1;
        text-align: right;
        vertical-align: bottom;
    }
}

@media screen and (max-width: 479px) {
    .personal_manager_link,
    .mortgage_link
    {
        margin-left: 20px;
        height: 50px;
    }

    .object-footer .btn {
        margin: 0 0 15px;
        float: left;
        width: auto;
        clear: left;
    }

    .object-footer {
        overflow: hidden;
    }

    .object-footer .btn {
        width: 100%;
    }

    .image-actions {
        padding: 10px 0;
    }

    .object-option.dl-menu span {
        font-size: 13px;
    }
}

@media screen and (max-width: 360px) {
    .object-info .object-info_footer {
        flex-direction: column;
        align-items: center;
    }

    .personal_manager_link,
    .mortgage_link
    {
        margin-left: 0;
        margin-top: 15px;
    }

    .object-gallery-thumbs .swiper-slide {
        width: 50%;
    }
}
.header-detail-block {
    background: #fff;
}
.header-detail-block h1 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}
.header-detail-address {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}
.header-detail-address a {
    color: #333;
    text-decoration: underline;
}

/* End */


/* Start:/local/components/citrus/template/templates/staff-block/style.css?16185680302422*/
@media all {
  .manager-row {
    display: flex;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  }

  .manager-left {
    flex: 1;
    display: flex;
    flex-direction: row;
  }

  .manager-right {
    width: 396px;
    background-color: #f5f5f5;
  }

  .manager-left {
    padding: 50px
  }

  .manager-right {
    padding: 50px 10px;
  }

  .manager-img-container {
    margin-right: 30px;
    width: 365px;
    min-width: 365px;
  }

  .manager__name {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 1.2;
  }

  .manager__name b {
    text-transform: uppercase;
  }

  .manafer_post {
    font-size: 13px;
    color: #999;
    margin-bottom: 16px;
  }

  .manager-right .h3 {
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0;
  }

  .manager-right .agree-block__text {
    text-align: left;
  }

  .manager-row .form-group-btn .input-container,
  .manager-row button.btn {
    width: 100%;
  }

  .succinctly_manager {
    margin-top: 40px;
  }

  .about_manager .succinctly_manager .about_title {
    font-weight: 700;
    text-transform: uppercase;
  }

  .about_manager .section__header .h2 {
    font-size: 35px;
    font-weight: 100;
  }

  .manager__properties > .properties {
    margin-bottom: 15px;
  }
}

@media (max-width: 1279px) {
  .manager-img-container {
    min-width: 250px;
  }
}

@media (max-width: 1024px) {
  .manager-row {
    flex-direction: column;
  }

  .manager-right {
    width: 100%;
    margin: 0;
  }

  .manager-right .section-footer {
    margin-top: 0;
  }

  .manager-left {
    padding: 25px;
  }

  .manager-img-container {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .manager-left {
    flex-direction: column;
  }

  .manager-right {
    padding: 30px 10px;
  }

  .manager__content {
    padding-top: 0;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .manager-img-container {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .manager__name {
    margin-top: -4px;
    margin-bottom: 10px;
  }

  .manafer_post {
    margin-bottom: 10px;
  }

  .manager__name b {
    display: block;
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .manager-left {
    padding: 10px;
  }

  .manager-img {
    max-height: 300px;
  }

  .manager__name b {
    display: inline;
  }
}

@media (max-width: 360px) {
  .manager-left {
    padding: 0;
  }

  .manager__content {
    padding: 20px;
    margin: 0;
  }
}

/* End */


/* Start:/local/templates/iteo_realty/components/bitrix/system.pagenavigation/.default/style.min.css?1618568030499*/
@media all{.switch{padding:30px 0;text-align:center}.switch-nav{margin:0 auto;display:table}.switch a,.switch span{font-size:16px;color:#333;display:inline-block;text-decoration:none;text-align:center;min-width:40px;line-height:33px;float:left}.switch a:hover,.switch span.selected{color:#fff;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch a+a,.switch span+a{margin-left:10px}.switch a.nav-end,.switch a.nav-start{padding:0 6px}}
/* End */


/* Start:/local/templates/iteo_realty/components/citrus/realty.catalog.section/catalog_carousel/style.min.css?1618568030107*/
@media all{.catalog-slider.p__swiper{margin:40px -4px -4px}.swiper-slide.catalog-slider__item{padding:4px}}
/* End */


/* Start:/local/components/citrus/template/templates/catalog-card/style.css?16185680303294*/
@media all {
	.catalog-card {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
		position: relative;
		/* todo test fixed position */
		padding-bottom: 184px;
	}
	.catalog-card__image-w {
		position: relative;
	}
	.catalog-shares-label {

	}
	.catalog-card__image {
		height: 300px;
		display: block;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.catalog-card__body {
		padding: 16px 20px 10px;
		position: absolute;
		bottom: 0;
		background-color: #fff;
		width: 100%;
		z-index: 3;
	}
	.catalog-card__content {

	}
	.catalog-card__name.h3 {
		display: block;
		line-height: 1.3;
		color: #333;
		margin-bottom: 12px;
		max-height: 2.6em;
		overflow: hidden;
		text-decoration: none;
		text-transform: none;
        transition: .2s ease-out;
	}
		.catalog-card:hover .catalog-card__name.h3 {
			text-decoration: underline;
			max-height: 1000px;
            transition: .2s ease-in;
		}
    .catalog-card__address {
        transition: .2s ease-in-out;
    }
        .catalog-card:hover .catalog-card__address {
            min-height: 0 !important;
        }
	.catalog-card__address .map-link {
		text-decoration: none;
		display: inline-block;
		max-width: 100%;
		font-size: 13px;
		line-height: 1.4;
        max-height: 36px;
		overflow: hidden;
		padding-left: 15px;
        transition: .2s ease-out;
	}
        .catalog-card:hover .catalog-card__address .map-link {
            max-height: 1000px !important;
            transition: .2s ease-in;
        }
    .catalog-card__address .map-link__icon {
        position: absolute;
        margin-top: 2px;
        margin-left: -15px;
    }
	.catalog-card__hidden-content {
		max-height: 0;
        overflow: hidden;
        transition: .2s ease-out;
	}
    .catalog-card:hover .catalog-card__hidden-content {
        padding: 10px 0 0;
        max-height: 20em;
        transition: .2s ease-in;
    }
	.catalog-card__date {
		font-size: 13px;
		color: #888888;
	}
	.catalog-card__properties {
		font-size: 13px;
		color: #333;
		margin: 10px 0 12px;
	}
	.catalog-card__property {
		display: flex;
		justify-content: space-between;
		line-height: 10px;
	}
	.catalog-card__property + .catalog-card__property {
		margin-top: 11px;
	}
	.catalog-card__property-name {
		margin-right: 3px;
	}
	.catalog-card__property-value {
		color: #888888;
	}
	.catalog-card__footer {
		color: #333;
        max-height: 59px;
		padding: 14px 0 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		border-top: 1px solid #e4e4e4;
		font-size: 23px;
		margin-top: 12px;
	}
	.catalog-card:hover .catalog-card__footer-icon  {
		color: var(--primary-color);
	}
	.catalog-card__price {
		display: block;
        line-height: .8;
        max-width: 100%;
		text-overflow: ellipsis;
        overflow: hidden;
	}
	.catalog-card__favorite-link {
		text-decoration: none;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		display: flex;
		align-items: center;
	}
	.catalog-card__favorite-icon {
		margin-right: 8px;
		font-size: 18px;
	}
	.catalog-card__favorite-label {

	}
	.catalog-card__footer-icon {
        margin-left: 5px;
		font-size: 34px;
		color: #ccc;
	}
}
@media (max-width: 560px) {
	.catalog-card__name.h3 {
		text-align: left;
	}
}

/* End */
/* /local/templates/iteo_realty/components/citrus/realty.catalog.element/catalog_detail/style.css?16185680307320 */
/* /local/components/citrus/template/templates/staff-block/style.css?16185680302422 */
/* /local/templates/iteo_realty/components/bitrix/system.pagenavigation/.default/style.min.css?1618568030499 */
/* /local/templates/iteo_realty/components/citrus/realty.catalog.section/catalog_carousel/style.min.css?1618568030107 */
/* /local/components/citrus/template/templates/catalog-card/style.css?16185680303294 */
