

/* Start:/stroitelstvo/assets/style.css?17708449317025*/
.poselkivprod {
    padding-top: 30px !important;
}
.poselok {
    margin-top: 30px;
    transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -ms-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
}
/*.poselok:hover {
    box-shadow: 0 0 30px 5px rgba(231,231,231,0.4);
    border-color: transparent;
}*/
.poselki {
    text-decoration: none;
}
.poselok a.btn.btn-primary {
  padding: 10px 20px;
  height: auto;
  width: auto;
}
.section__header {
  margin-bottom: 50px;
}
.map_canvas {
	height: 500px
}
.popover {
	background: #fff;
	//width: 350px;
	padding: 12px;
	border-radius: 4px;
}
.popover.type-transport {
	color: #176fb7
}
.popover .close {
	color: #000;
	text-decoration: none;
	position: absolute;
	top: -10px;
	right: 2px;
	font-size: 28px;
}
.popover .popover-title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px
}
.popover-content .ic {
	width: 14px;
	flex: none;
	text-align: center
}
.popover-content .val {
	flex: 1;
	padding-left: 4px
}
.popover-content li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center
}
.popover-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.popover-title .title_text {
	padding-right: 10px
}
a.ballooonCustom {
	text-decoration: none;
	color: #000;
}
a.ballooonCustom h3 {
	margin: 10px 0;
}
a.ballooonCustom p {
	line-height: 20px;
}
a.ballooonCustom .image {
	width: 100%;
	text-align: center;
}
a.ballooonCustom .btn.btn-primary {
	height: auto;
	padding: 7px 20px;
	font-size: 15px;
}
/*map style*/

.style-block {
	display: flex;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding: 30px;
	align-items: center;
	margin-bottom: 30px;
}
.ico-img {
	width: 100%;
	height: 100%;
	max-width: 132px !important;
}
.text-block {
	margin-left: 15px;
}
section.map {
	margin-top: 50px;
}
@media all {
	.citrus-objects-map {
		position: relative;
		background-color: #fff;
	}
	.citrus-objects-map:after {
		background-image: url("/stroitelstvo/assets/images/loading.gif");
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		position: absolute;
		opacity: .1;
		z-index: 0;
	}
	.citrus-objects-map>ymaps {
		z-index: 1;
	}
	.citrus-objects-map-popup {
		display: block;
		width: 205px;
		overflow: hidden;
		text-decoration: none;
		font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	}
	.citrus-objects-map-popup__image {
		width: 100%;
	}
	.citrus-objects-map-popup__price {
		display: block;
		padding: 8px;
		color: #fff;
		font-size: 24px;
		line-height: 24px;
		text-align: center;
	}
	.citrus-objects-map-popup__price span {
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
	}
	.citrus-objects-map-popup__price small {
		font-size: 18px;
		font-weight: 400;
	}
	.citrus-objects-map-popup__title {
		display: block;
		color: #333;
		font-size: 16px;
		line-height: 20px;
		margin: 8px 0;
		font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	}
	.citrus-objects-map-popup__desc {
		display: block;
		color: #999;
		font-size: 13px;
		line-height: 16px;
		margin: 7px 0;
		font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	}

	.citrus-objects-map .ymaps-touch-scroll {
		z-index: 0;
	}
}

/*popup map style*/
@media all {
	.mfp-wrap.full-screen-map .mfp-container {
		padding: 0;
	}
	.mfp-wrap.full-screen-map .mfp-content {
		position: absolute;
		top: 40px;
		bottom: 40px;
		left: 40px;
		right: 40px;
		width: auto;
		height: auto;
	}
	.mfp-wrap.full-screen-map .mfp-close {
		transform: translate(30px, -40px);
		opacity: 1;
		color: white;
	}
}

@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: 234px;
		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;
	}
	.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 */
/* /stroitelstvo/assets/style.css?17708449317025 */
