.site .content .top{
	min-height: 100px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 90%);
}

.site .content .top .logoName{
	width: 460px;
	height: 100%;
	background-image: url(/imgs/logo-new_55.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	margin: 0px 15px 0px 15px;
}

.site .content .center{
	position: relative;
	text-align: center;
}

.site .content .center .area{
	height: 100%;
}

.site .content h1.title{
	padding: 10px 0px 10px 0px;
}

.site .content .contacts{
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100% - 77px);
}

.site .content .contacts .cont{
	padding: 50px 20px 50px 20px;
	background-color: rgba(0,0,0,0.80);
	border-radius: 20px;
	margin: 50px 50px 50px 50px;
	flex: 1 1 auto;
	max-width: 80%;
	width: 100%;
	min-height: 100%;
}

.site .content .contacts .cont .cen{
	justify-content: center;
	align-items: flex-end;
}

.site .content .contacts .cont .cleft{
	
}

.site .content .contacts .cont .cright{
	width: 296px;
	height: 382px;
	background-image: url(imgs/phpto-new_55a.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}


.site .content .contacts .cont td.title{
	font-size: 1.3em;
}

.site .content .contacts .cont td.phone, .site .content .contacts .cont td.email, .site .content .contacts .cont td.rider{
	width: 32px;
	height: 32px;
	background-position: center center;
	background-repeat: no-repeat;
}

.site .content .contacts .cont td.phone{
	background-image: url(imgs/phone.svg);
}

.site .content .contacts .cont td.email{
	background-image: url(imgs/email.svg);
}

.site .content .contacts .cont td.rider{
	background-image: url(imgs/rider.svg);
}

.site .content .contacts .cont td{
	text-align: left;
}

.site .content .contacts .cont td a{
	color: #FFFFFF;
	text-decoration: none;
}
.site .content .contacts .cont td a:hover{
	text-decoration: underline;
}

.social{
	
}
.social a{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: contain;
}
.social a._telegram{
	background-image: url(/contacts/imgs/_telegram.svg);
}
.social a._instagram{
	background-image: url(/contacts/imgs/_instagram.svg);
}
.social a._vk{
	background-image: url(/contacts/imgs/_vk.svg);
}


@media screen and (max-width: 765px) {
	.site .content .contacts .cont .cright{
		display: none;
	}
}


@media screen and (max-width: 414px) {
	
	.site .content .contacts .cont{
		margin: 20px;
		max-width:inherit;
	}
	
	.site .content .top{
		display: none;
	}
}