.phones {
	width:40%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin:5px 0;
	text-align: right;
}

.phones img {
	height: 18px;
	width:auto;
	vertical-align: middle;
}

.phones a, .phones span  {
margin:3px;
}

/*.content_1_html {
	background: url('../../content/images/topbg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 50vh;
}

.content_1_html .block {
	display: flex;
	justify-content: center;
	align-items: center;
	}*/
	
	
.content_1_slides .block {
	padding: unset;
    width: unset;
    max-width: unset;
}

.content_1_slides h2 {
	display:none;
}


/* новости */

.news {
	display: flex;
	justify-content: space-between;
}

.newsleft {
	width:calc(60% - 40px);
	padding:20px;
}

.newsright {
	width:calc(40% - 40px);
	padding:20px;
}

.news img {
	width:100%;
}

.news .topleftright img {
	height:250px;
	object-fit:cover;
}

.allnews img {
	width:250px;
	height:150px;
	object-fit:cover;
}

.topnews, .topleft, .topright {
	position: relative;
}

.news a {
	border-bottom:unset;
}

.news .newsleft .newsheader {
	position: absolute;
	bottom:9px;
	left:0;
	padding:10px;
	width:calc(100% - 20px);
	display: inline-block;
	background-color: rgba(91,91,197,0.75);
	background-color: #0f73eebb;
	color:white;
	font-size: 1.3em;
}

.news .topleftright {
	display: flex;
	justify-content: space-between;
	margin-top:20px;
}

.topleft, .topright {
	width:calc(50% - 10px);
}

.newsright .newslink {
	display: flex;
}

.newsright .newslink img {
	width:105px;
	height:105px;
	object-fit:contain;
	background-color: rgba(91,91,197,0.15);
	margin-right:20px;
	padding:10px;
}

.newsitem {
	margin-bottom:20px;
	
}

.newsitem div {
	width:calc(100% - 20px - 250px);
	
}

.allnews .newsitem {
	display: flex;
	gap:20px;
}

.allnews .newsitem h2 {
	margin-top: 0;
	text-align: left;
}

.allnews {
	margin-top:50px;
}

.photos {
	text-align: center;
}

.photos a {
	border-bottom: unset;
}

.photos img {
	width:250px;
	height:250px;
	margin:10px;
	object-fit:cover;
	
	-webkit-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
}

.news .newsleft .newsheader {
		font-size:1.1em;
	}
	
span.newsheadertext {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contrast img {
	height: 30px;
}

a.contrast {
	border-bottom:unset;
	position: absolute;
	bottom:10px;
	right:10px;
	padding:10px;
	background-color: white;
	height:30px;
	border-radius: 50%;
}

.contrast.hide {
	display: none;
}

@media screen and (max-width:900px) {
	
	.news {
		flex-direction: column;
	}
	
	.newsleft, .newsright {
		width:calc(100% - 40px);
	}
	
	.news .newsleft .newsheader {
		font-size:1.1em;
	}
	
	.newsitem div {
	width:calc(100%);
	
}

	.allnews .newsitem {
		flex-direction: column;
		gap:20px;
	}
	
	.allnews img {
	    width: 100%;
	    height: 150px;
	    object-fit: cover;
	}
	
	.allnews h2 {
		font-size: 1.2em;
	}
	
	.topleftright {
		flex-direction: column;
	}
	
	.topleft, .topright {
		width:100%;
	}
	
	.topright {
		margin-top: 20px;
	}
	
	.newsright .newslink {
		flex-direction: column;
	}
	
	.newsright .newslink img {
		width:calc(100% - 20px);
		height:120px;
	}
}

