

/* Start:/bitrix/templates/vmeste/components/bitrix/news.detail/contacts/style.css?16297837051249*/
.contacts-item {
    margin: 20px 0;
}

.contacts-item .content-value {
	font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}
@media screen and (max-width: 1199px) {
	.contacts-item .content-value {
		font-size: 20px;
		line-height: 25px;
	}
}
@media screen and (max-width: 767px) {
	.contacts-item .content-value {
	    font-size: 15px!important;
		line-height: 22px!important;
	}
}

.contacts-item .a-email {
	border-bottom-color: rgb(241 117 0 / 35%);
}

.content-value__description {
	padding: 8px 0 10px;
}

.content-value__description ul {
	margin: 0;
    padding: 0;
    list-style: none;
}

.content-value__description ul li {
	position: relative;
    font-size: 15px;
    line-height: 24px;
    padding-left: 18px;
}
.content-value__description ul li::before {
	content: ' ';
	width: 5px;
    height: 5px;
    position: absolute;
    display: block;
    background: #F17500;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
@media screen and (max-width: 767px) {
	.content-value__description ul li {
		font-size: 13px;
    	line-height: 22px;
	}
}

.map-block {
	margin: 55px 0;
}

.contacts-map {
	width: 100%;
	height: 470px;
}

.contacts-map > ymaps > ymaps > ymaps,
.contacts-map > ymaps > ymaps {
	border-radius: 10px;
}
/* End */


/* Start:/bitrix/templates/vmeste/components/bitrix/news.list/team/style.css?16297837051265*/
.team-item {
    border: 1px solid #E5E6E6;
    border-radius: 10px;
}

.team-item--photo {
	height: 100%;
}

.team-item--photo img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
	.team-item--photo {
	    height: 240px;
	}

	.team-item--photo img {
		-o-object-position: top;
		   object-position: top;
		border-radius: 10px 10px 0 0;
	}
}

.team-item--content {
	padding: 35px 30px 25px 0;
}

.team-item--content-name {
	font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #10328F;
}

.team-item--content-position {
	font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #8E9ABB;
}

.team-content--info {
	margin-top: 20px;
}

.team-content--info-item {
	margin: 10px 0;
}

.team-content--info-item .content-value {
	font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.team-content--info-item .a-email {
	border-bottom-color: rgb(241 117 0 / 35%);
}

@media screen and (max-width: 767px) {
	.team-item--content {
	    padding: 20px 15px;
	}

	.team-content--info-item .content-value {
		font-size: 17px;
    	line-height: 21px;
	}
}
/* End */
/* /bitrix/templates/vmeste/components/bitrix/news.detail/contacts/style.css?16297837051249 */
/* /bitrix/templates/vmeste/components/bitrix/news.list/team/style.css?16297837051265 */
