

/* Start:/local/templates/pdigma/components/bitrix/news/contacts/bitrix/news.detail/.default/style.css?15520740892983*/
/* CONTACTS */
.contacts{
	position: relative;
	min-height: 520px;
	background-color: rgba(33,33,33,.9);
}
.contacts__map{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.contacts__map .ymaps-copyrights-pane{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contacts__box{
	position: relative;
	padding: 70px 0;
}
.contacts__info{
	background-color: #fff;
	padding: 30px 30px 30px 30px;
	position: relative;
	z-index: 10;
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.contacts__info-item{
	padding: 20px;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.contacts__info .h2{
	color: #181818;
	margin: 0 0 0px;
}
.contacts__info-title{
	display: block;
	margin: 0 0 10px;
}
.contacts__info-address{
	position: relative;
	margin-bottom: 5px;
	color: #4f54e6;
	display: inline-block;
}
.contacts__info-address .fa{
	position: absolute;
	top: 1px;
	left: -20px;
	font-size: 20px;
}
.contacts__info-office{
	position: relative;
	margin-bottom: 10px;
	color: #181818;
}

.contacts__info-return{
	font-size: 12px;
}



.contacts__info-week{
	padding: 15px 0 0;
	width: 100%;
}	
.contacts__info-week__title{
/* 	font-size: 14px; */
}	
	.contacts__info-week__worktime{
/*
		font-size: 10px;
		color: #666;
*/
	}
		.contacts__info-week__worktime .today{
			color: #111;
			font-weight: normal;
		}
		
		
.contacts__btn{
	width: auto;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
	min-width: 200px;
	padding: 15px 30px;
	border: 1px solid transparent;
	white-space: normal;
	border-radius: 200px;
	color: #fff;
	background-color: #f15b2a;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	transition: background-color 300ms ease-out;
	margin: 0 0 0px;
	background: linear-gradient(to right,#a64fc5 0,#4f54e6 100%);
	border: 0;
	z-index: 5;
}		
.contacts__btn:before{
    border-radius: inherit;
    background: -webkit-linear-gradient(right,#a64fc5,#4f54e6);
    content: '';    
    display: block;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.3s;
    z-index: -100;
}
.contacts__btn:hover{
	text-decoration: none;
	color: #fff;
}
.contacts__btn:hover:before{
	opacity: 1;
}

.contacts__text{
	padding: 60px 0 60px;
	background: #181818;
}
.contacts__text .h2{
	font-weight: 900;
	margin: 0 0 20px;
	color: #fff;
}
.contacts__help{
	padding: 60px 0 40px;
	position: relative;
	background: #000;
}
.contacts__help .h2{
	font-weight: 900;
	margin: 0 0 20px;
	color: #fff;
	text-align: center;
}
.contacts__help__item{
	text-align: center;
	margin-bottom: 20px;
}
.contacts__help__item-photo{
	width: 200px;
	height: 200px;
	border-radius: 999px;
	background: linear-gradient(180deg,#3e3443 20%,#222 100%);
	background-size: cover;
	margin: 0 auto;
}
.contacts__help__item-name {
	margin: 20px 0 5px;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	line-height: 1;
}
/* End */
/* /local/templates/pdigma/components/bitrix/news/contacts/bitrix/news.detail/.default/style.css?15520740892983 */
