.content {
	float: unset!important;
}
.construct__block {
	margin-top: 50px;
	margin-bottom: 85px;
}
.construct__block.construct__block_narrow {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.construct__block.construct__block_list {
	margin-top: 85px;
	margin-bottom: 85px;
}
.construct__title {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
	color: #1B1B1B;
	margin-bottom: 50px;
}
.construct__text {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}
.construct__photo {
	width: 100%;
	height: 471px;
	max-width: 100%;
	max-height: 471px;
}
.construct__photo img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.construct__photo_max img{
	width: 100%;
}
.construct__item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E3E3E3;
	padding: 40px 10px 40px 0;
	color: #000;
}
.construct__item:first-child {
	border-top: 1px solid #E3E3E3;
}
.construct__link_all {
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	color: #FF810D;
	margin-top: 40px;
}

.construct__list_marker {
	list-style-type: none;
}
.construct__list_marker li {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding-left: 100px;
}
.construct__list_marker li::before {
	content: '';
	width: 16px;
	height: 16px;
	background: url(/local/templates/newkamo/img/icons/checkmark_ul.svg);
	background-size: contain;
  	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	margin: auto 0;
}
.construct__block_contacts {
	padding: 100px 0 85px;
}
.construct__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	margin-right: 80px;
}
.construct__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.construct__icon_big_rectangle {
	width: 114px;
	height: 89px;
	min-width: 114px;
	min-height: 89px;
	background: none;
}
.construct__icon_big {
	width: 128px;
	height: 128px;
	min-width: 128px;
	min-height: 128px;
	background: none;
}
.construct__icon_middle {
	width: 61px;
	height: 61px;
	min-width: 61px;
	min-height: 61px;
}
.construct__icon_middle img {
	width: max-content;
	height: max-content;
	max-width: 100%;
	max-height: 100%;
}
.construct__icon_mini {
	width: 33px;
	height: 33px;
	min-width: 33px;
	min-height: 33px;
}
.construct__icon_mini img {
	width: 14px;
	height: 14px;
}
.construct__block_contacts .construct__item {
	font-size: 14px;
	font-weight: 400;
}
.construct__block_contacts .construct__block_contact__value.phone {
	font-size: 20px;
	font-weight: 500;
}
.construct__block_contact__description {
	display: flex;
	align-items: center;
	width: 75%;
}
.construct__block_contact__value {
	width: 35%;
}
.construct__block_contact__value, .construct__block_contact__value a {
	color: #323232;
}
.construct__items_link-elems .construct__item_description{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.construct__items_link-elems .construct__icon {
	margin-right: 50px;
}
.construct__items_link-elems .construct__icon img {
	object-fit: cover;
}
.construct__items_link-elems .construct__item_title {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.construct__items_link-elems .construct__text {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 10px;
}
.construct__items_link-elems .construct__text:last-child {
	margin-bottom: 0;
}
.construct__text_light {
	color: #616161;
}
.construct__text_more {
	text-align: right;
	color: #839c1af2;
}
.construct__scale {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0,1fr));
    grid-auto-flow: row;
    position:relative;
}
.construct__scale .scale-item {
    grid-column: span 2;
    position:relative;
}

.construct__scale .scale-item.upper-row::before {
   content:"";
   display:block;
   position: absolute;
   height:12px;
   width:1px;
   background:black;
   bottom:0px;
   left:0px;
}
.construct__scale .scale-item.lower-row::before {
   content:"";
   display:block;
   position: absolute;
   height:12px;
   width:1px;
   background:black;
   top:0px;
   left:0px;
}
.construct__scale .scale-item.upper-row {
   border-bottom:1px solid;
   padding:5px 5px 20px 0px;
}
.construct__scale .scale-item.lower-row {
   padding:20px 5px 0px 0px;
}
.construct__scale .scale-item.next-row{
    grid-column: 2 / span 2;
}
.construct__scale .scale-item .desc {
    font-size:12px;
    line-height:14px;
}
.construct__scale .scale-item .year {
    font-size: 22px;
	line-height: 15px;
	padding-bottom: 5px;
}

.construct__table3col{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  align-items:stretch;
}
.construct__table3col.mb {
	display:none;
}
.construct__table3col .align {
   text-align:center;
}
.construct__table3col div {
  padding: 10px;
  border-bottom:1px solid #f5f5f5;
  font-size:16px;
}
.construct__table3col .span2 {
  grid-column:span 2;
}
.construct__table3col .title{
    color:#C4C4C4;
	display:flex;
	align-items: center;
}
.construct__table3col .for-mobile {
	display:none;
} 
sup { 
   vertical-align:super!important;
   font-size:10px;
}
/* --------------------- */
@media (max-width:891px) {
	.construct__table3col {
		display:none;
	} 
    .construct__table3col.mb {
		display: grid;
    	grid-template-columns: repeat(2,1fr);
	}
	.construct__table3col .align { 
		text-align:right;
	}  
    .construct__table3col div {
        padding:10px 0px;
        line-height:22px;
    }   
}


@media (max-width:1100px) {
	.construct__scale {
		grid-auto-rows: 1fr;
		grid-template-columns: repeat(2,50%);
		grid-auto-flow:row dense;
		margin:auto;
	}
	.construct__scale .scale-item.upper-row {
		flex-direction: column;
		grid-area: span 2  / 1;
		align-items: flex-end;
		display:flex;
		border-right:1px solid;
		border-bottom:none;      
	}
	.construct__scale .scale-item.lower-row {
		grid-area: span 2 / 2;
	}
	.construct__scale .scale-item.lower-row.next-row{
		grid-area: 2 / 2 / span 2;
	}
	.construct__scale .scale-item.upper-row{
		padding:0px 20px 15px 0px;
	} 
	.construct__scale .scale-item.lower-row {
		padding: 0px 0px 15px 20px;
	}
	.construct__scale .scale-item.upper-row::before {
		height:1px;
		width:12px;
		right:0px;
		top:0px;
		left:auto;
	}
	.construct__scale .scale-item.lower-row::before {
		height:1px; 
		width:12px;
		left:0px;
		top:0px;
	}
	.construct__scale .scale-item.upper-row .desc {
		text-align:right;
	}
}

@media (max-width: 767px) {

}

@media (max-width: 575px) {
	.construct__block {
		margin-top: 10px;
		margin-bottom: 50px;
	}
	.construct__block.construct__block_narrow {
		width: 100%;
	}
	.construct__block.construct__block_list {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.construct__block_contacts {
		padding: 50px 20px;
	}
	.construct__item {
		padding: 20px 10px 20px 0;
	}
	.construct__title {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.construct__text {
		font-size: 14px;
	}
	.construct__text_mobile-min {
		font-size: 12px;
		max-height: 54px;
		overflow: hidden;
	}
	/*.construct__text_mobile-min::after {*/
	/*	content: "...";*/
	/*	display: inline-block;*/
	/*}*/
	.construct__list_marker li {
		font-size: 14px;
		line-height: 19px;
		padding-left: 50px;
	}
	.construct__items_link-elems .construct__item_title {
		font-size: 14px;
	}
	.construct__photo {
		height: 160px;
		max-height: 160px;
	}
	.construct__icon_big_rectangle {
		width: 95px;
		height: 74px;
		min-width: 95px;
		min-height: 74px;
	}
	.construct__icon {
		margin-right: 30px;
	}
	.construct__icon_big {
		width: 85px;
		height: 85px;
		min-width: 85px;
		min-height: 85px;
	}
	.construct__photo img{
		object-fit: cover;
	}
	.construct__block_contacts .construct__title {
		font-size: 14px;
	}
	.construct__block_contacts .construct__item {
		flex-direction: column;
		align-items: start;
		font-size: 12px;
	}
	.construct__block_contact__description {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: start;
		width: 100%;
		margin-bottom: 10px;
	}
	.construct__block_contact__description .construct__icon {
		margin-right: 20px;
		margin-bottom: 0;
	}
	.construct__block_contact__value {
		width: 100%;
	}
	.construct__items_link-elems .construct__icon {
		margin-right: 30px;
	}
	.construct__block_contacts .construct__block_contact__value.phone {
		font-size: 16px;
	}
}