

/* Start:/bitrix/templates/spa_newaddition/components/bitrix/news.list/spa_staff_list/style.css?17253514832056*/
div.news-list img.preview-picture
{
    float:left;
    margin:0 4px 6px 0;
}

p.news-item
{
    margin-top:30px;
    text-align:center;
}

.news-date-time
{
    font-size:95%;
    display:block;
    padding-bottom: .5em;
    text-align: center;
    font-weight: 800;
}

.news-list h3
{
    padding-top:0 !important;
    margin-top:-3px !important;
    font-size:16px !important;
}

.testimonial{
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.13);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.13);
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: .3s;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.13);
    transform: translate3d(0,0,0);
    transition: .3s;
}

.testimonial:hover{
    -webkit-box-shadow: 0 20px 25px rgba(0,0,0,0.15);
    -webkit-transform: translateY(-4px);
    box-shadow: 0 20px 25px rgba(0,0,0,0.15);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
}

.testimonial{
	text-align: center;
	margin: 70px 10px;
	background: #fff;
}

@media screen and (min-width:768px){
	.testimonial{
		margin: 40px 10px;
		padding: 0 2% 2%;
	}
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.3);
    display: inline-block;
    margin-top: -50px;
    overflow: hidden;
    box-shadow:0 2px 6px rgba(0, 0, 0, 0.15);
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 16px;
    font-style: italic;
    color: #808080;
    line-height: 30px;
    margin: 10px 0 20px;
}
.testimonial .testimonial-title{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #333;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
@media screen and (min-width:768px){
.testimonial .post{
    padding-bottom: 0px;
}
}
.testimonial .post:before{
    content: "";
    width: 30px;
    display: block;
    margin: 10px auto;
    border: 1px solid #d3d3d3;
}
/* End */
/* /bitrix/templates/spa_newaddition/components/bitrix/news.list/spa_staff_list/style.css?17253514832056 */
