

/* Start:/local/templates/lpdobra_standart/components/bitrix/news.list/about_our_team/style.css?1631070011560*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.news-item .name {
	width: 100%;
    font-size: 1.7em;
    color: #4275ef;
    text-align: center;
}
.news-item img {
	margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
    border-radius: 50%;
}
.news-item .news-item-image {
	width: 150px;
	height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 15px auto;
    background-position: center;
    border-radius: 50%;
}
/* End */


/* Start:/local/templates/lpdobra_standart/components/bitrix/news.list/our_team_psychological_help/style.css?1631070011482*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.link {
	color: #4275ef !important;
}
.show-all {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.group .image {
	width: 210px;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto;
}
/* End */


/* Start:/local/templates/lpdobra_standart/components/bitrix/news.list/our_team_legal_aid/style.css?1631070011482*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.link {
	color: #4275ef !important;
}
.show-all {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.group .image {
	width: 210px;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto;
}
/* End */


/* Start:/local/templates/lpdobra_standart/components/bitrix/news.list/our_team_volunteers_and_team/style.css?1631070011482*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.link {
	color: #4275ef !important;
}
.show-all {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.group .image {
	width: 210px;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto;
}
/* End */


/* Start:/local/templates/lpdobra_standart/components/bitrix/news/our_projects/bitrix/news.list/.default/style.css?1631169551762*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.our_projects {
	padding-bottom: 30px;
}
.our_projects h2 {
    margin: 30px 0 15px;
}
.our_projects .line {
	margin-bottom: 15px;
}
.our_projects h3 {
	color: #444;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.our_projects .image {
	height: 200px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
    margin-bottom: 15px;
}
.our_projects .project {
	margin-bottom: 15px;
}
.our_projects .title {
	font-weight: 600;
    font-size: 28px;
    margin: 15px 0 30px 0;
}

/* End */


/* Start:/local/templates/lpdobra_standart/components/bitrix/news.list/partner_slider/style.css?16310700112493*/
.brand-slider {
    border: none;
	margin: 15px 0 30px;
}
.brand-slider .owl-dots {
	display: none;
}
.brand-slider .brand-slider-item a {
    display: flex;
    padding: 5px;
	margin: 5px;
	transition: 0.15s;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
}
.brand-slider .brand-slider-item a:hover {
    opacity: .88;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16);
    border-radius: 8px;
}
.brand-slider .owl-prev,
.brand-slider .owl-next {
	font-size: 50px !important;
    color: #008ed5 !important;
    font-weight: 300 !important;
    position: absolute;
    top: calc(50% - 25px);
    outline: none;
    transition: .15s;
}
.brand-slider .owl-prev span,
.brand-slider .owl-next span {
	transition: .15s;
	background: #fff;
    height: 50px;
    width: 50px;
    display: block;
	line-height: 0.87;
    font-size: 45px;
    border-radius: 50%;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2), inset 0 0 0 1px rgba(0,0,0,0.1);
}

.brand-slider .owl-next span {
	padding-left: 3px;
}

.brand-slider .owl-prev:hover span,
.brand-slider .owl-next:hover span {
	color: #fff;
	background: #ff5f5f;
}
.brand-slider .owl-prev:active span,
.brand-slider .owl-next:active span {
	background: #de5353;
}

.brand-slider .owl-prev {
	left: 0px;
	opacity: 0;
}
.brand-slider .owl-next {
    right: 0px;
    opacity: 0;
}

.brand-slider:hover .owl-prev {
	left: 10px;
	opacity: 1;
}
.brand-slider:hover .owl-next {
    right: 10px;
    opacity: 1;
}

@media (max-width: 991px) {
	.brand-slider .owl-prev {
		left: 0px !important;
		opacity: 1;
	}
	.brand-slider .owl-next {
	    right: 0px !important;
	    opacity: 1;
	}
	.brand-slider .owl-prev span,
	.brand-slider .owl-next span {
	    background: none;
	    box-shadow: none;
	    color: #999;
	    width: 30px;
	}
	.brand-slider .owl-prev:hover span,
	.brand-slider .owl-next:hover span {
		color: #999;
		background: none;
	}
	.brand-slider .owl-prev:active span,
	.brand-slider .owl-next:active span {
		background: none;
	}
}

@media (max-width: 768px) {
	.brand-slider-row {
		padding: 0 15px;
	}
}



.partner-slider {
	background-color: #fff;
}

.brand-slider-row h2 {
    font-size: 2.2em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    -webkit-text-stroke-width: 2px;
    color: #3c4761 !important;
    margin: 30px 0 15px;
}
.brand-slider-item .image {
    width: 250px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
}
/* End */


/* Start:/local/templates/lpdobra_standart/components/bitrix/news/calendar/bitrix/news.list/.default/style.css?1631169536827*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color: #d05672;
}
.calendar {
	padding-bottom: 30px;
}
.calendar h2 {
    margin: 30px 0 15px;
}
.calendar .line {
	margin-bottom: 15px;
}
.calendar h3 {
	color: #3c4761;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.calendar .image {
	height: 200px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
    margin-bottom: 15px;
}
.calendar .project {
	margin-bottom: 15px;
}
.calendar .title {
	font-weight: 600;
    font-size: 28px;
    margin: 15px 0 30px 0;
}

.datetime {
	margin-top: 5px;
}
.datetime span {
	font-size: 15px;
	font-weight: bold;
}
/* End */
/* /local/templates/lpdobra_standart/components/bitrix/news.list/about_our_team/style.css?1631070011560 */
/* /local/templates/lpdobra_standart/components/bitrix/news.list/our_team_psychological_help/style.css?1631070011482 */
/* /local/templates/lpdobra_standart/components/bitrix/news.list/our_team_legal_aid/style.css?1631070011482 */
/* /local/templates/lpdobra_standart/components/bitrix/news.list/our_team_volunteers_and_team/style.css?1631070011482 */
/* /local/templates/lpdobra_standart/components/bitrix/news/our_projects/bitrix/news.list/.default/style.css?1631169551762 */
/* /local/templates/lpdobra_standart/components/bitrix/news.list/partner_slider/style.css?16310700112493 */
/* /local/templates/lpdobra_standart/components/bitrix/news/calendar/bitrix/news.list/.default/style.css?1631169536827 */
