

/* Start:/local/templates/aspro-medc2/components/bitrix/news.list/elements-list-services-blocks2/style.css?17422226172110*/
.courses {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	letter-spacing: 0;
}

.course-card {
	background: #F3F3F3 !important;;
	padding: clamp(5px, 2vw, 20px);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	box-shadow: 0 0 8px 0 rgba(49, 49, 49, 0.3);
}

.course-card h4 {
	font-family: Open Sans, serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	vertical-align: middle;
	color: #666666 !important;;
	margin-bottom: 8px;
}

.course-card .title_course {
	font-family: Open Sans, serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	vertical-align: middle;
	text-transform: uppercase;
	margin: 0 0 24px 0 !important;
}

.course-card .container__description {
	margin-top: auto;
	margin-bottom:18px;
}

.course-card ul {
	list-style: none;
	padding: 0;
	margin: 0 !important;
}

.course-card li {
	display: flex;
	font-family: Open Sans, serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	vertical-align: middle;
	margin-bottom: 13px;
	padding-left: 0;
}
.course-card li:last-child {
	margin-bottom: 0;
}

.course-card li:before {
	content: none;
}
.course-card li svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin-right: 8px;
}

.course-card .btns {
	display: flex;
	gap: 16px;
}

.course-card .btn {
	align-self: flex-end;
	background: #00569C !important;
	color: #fff !important;
	border: none;
	padding: 10px 40px;
	border-radius: 19px;
	cursor: pointer;
	font-family: Open Sans, serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15.6px;
	text-align: center;
	vertical-align: middle;
}

.course-card .btn.btn_white {
	background-color: #fff !important;
	border: 1px solid #00569C;
	color: #00569C !important;
}
.course-card .btn.btn_white:hover, .course-card .btn.btn_white:focus {
	background-color: #fff !important;
	border: 1px solid #003f7f;
	color: #003f7f !important;
}

.course-card .btn:hover {
	background: #003f7f !important;
}

@media (max-width: 768px) {
	.courses {
		grid-template-columns: 1fr;
	}
}
/* End */


/* Start:/local/templates/aspro-medc2/components/bitrix/news.list/front-reviews-services/style.css?1714110292649*/
.review-company-block .item-views.blocks.front {
    padding: 0px 0 0px;
}
.review-company-block .item-views .item {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
}
.review-company-block{
    width: 100%;
}
.review-company-block .show-all__btn{
    display: none;
}
@media(max-width:540px){
    .review-company-block .show-all__btn{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .review-send-block .btns{
        justify-content: center;
        display: flex;
    }
}
/* End */


/* Start:/local/templates/aspro-medc2/components/bitrix/news.list/review-services-list/style.css?16511376831982*/

.review-block{
    margin-bottom: 30px !important;
    margin-top: 30px;
}
.review-item {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 31px;
    padding-top: 42px;
}
.review-item:first-child {
    padding-top: 0;
}

.review-block__title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
}
.review-item__question {
    display: flex;
    flex-direction: row;
    position: relative;
}
    .review-item__question__text {
        margin-bottom: 28px;
        margin-left: 63px;
    }
.review-item__response {
    margin-left: 48px;
    display: flex;
    flex-direction: row;
    position: relative;
}

    .review-item__response_text {
        margin-left: 110px;
        /*margin-bottom: 31px;*/
    }

    .review-item__question__text,
    .review-item__response_text{
        font-size: 12px;
        line-height: 16px;
        text-align: justify;
        color: #333333;
    }
    .item__question__date,
    .item-response__date {
        position: absolute;
        right: 0;
        font-size: 10px;
        line-height: 46px;
        color: #A8A8A8;
    }   
    .item__question__name,
    .item-response__name { 
        font-weight: bold;
        font-size: 14px;
        color: #194E84;
        line-height: 46px;
    }
    .item__question__image,
    .item-response__image {
        margin-right: 17px;
        background-color: #D7E5F3;
        width: 46px;
        height: 46px;
        border-radius: 23px;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        color: #333333;
    }

.review-block__pagination .pagination > li{
    display: inline-block;
    font-style: normal;
    padding-left: 0px;
}
.review-send-block {
    clear: both;
}
.review-send-block .btn-yellow {
    width: 138px;
    height: 35px;
    background: #F3CB0A;
    border-radius: 25px;
    padding: 0;
    line-height: 35px;
    font-size: 12px;
}

/* End */


/* Start:/local/templates/aspro-medc2/components/bitrix/news.list/staff_quote_slider/style.css?17661337783849*/
.staff-quote-item {
	display: flex;
	justify-content: center;
}
	.staff-quote-item__left {
		width: 48%;
		padding-left: 60px;
	}
		.staff-quote-item__left blockquote:before, 
		.staff-quote-item__left blockquote:after{
			display:none;
		}
		.staff-quote-item__left blockquote {
			padding: 40px;
			background-color: #ffffff;
			box-shadow: 0px 0px 30px 0px #f2f6f7;
			border-radius: 15px;
			padding-top: 50px;
			padding-bottom: 50px;
			margin-bottom: 30px;
		}
			.staff-quote .staff-quote-item__left blockquote p {
				font-size: 1.2em;
				margin-bottom: 0px;
			}
		.staff-quote-item__name {
			color: #00569c;
			font-size: 3.3em;
			line-height: 2em;
			font-weight: 700;
		}
		.staff-quote-item__position {
			color: #00569c;
			font-size: 1.6em;
			line-height: 1.2em;
			width: 63%;
		}

	.staff-quote-item__right {
		width: 46%;
		min-height: 500px;
	}
		.staff-quote-slider .staff-quote-item__right . img {
			width: auto;
			height: 500px;
			position: absolute;
			margin-left: -110px;
		}
		.staff-quote .flexslider .slides img{
			width: auto;
			height: 500px;
			position: absolute;
			margin-left: -13px;
		}

	.staff-quote .flexslider .flex-control-nav{
		display: block;
	}

.company-block .staff-quote.item-views.front .props .item .image{
	display: inline-block;
	float: left;
}
.staff-quote__mobile{
	display: none;
}
/* props */
.staff-quote.prop {
    padding: 0px 0 90px !important;
    border-top: 0;
}
.company-block .item-views.front.staff-quote .props {
    margin: 0px;
}

/*arrows for slider*/
.company-block .flexslider .flex-direction-nav a:before{
	width: 68px;
    height: 54px;
	background: url(/upload/CMedc2/staff-quote-slider/arrows.svg) 0 0 no-repeat;
	top: -2px;
    left: -15px;
	transform: rotate(-180deg);
	background-size: 40px;
}
.company-block .flexslider .flex-direction-nav .flex-nav-next a:before{
	transform: unset;
    background-position: unset;
    margin-left: unset;
    left: 8px;
    top: 10px;
    background-size: 40px;
}

.staff-quote-slider .staff-quote-item__right .staff-quote__photo {
	width: 100%;
	height: 500px;
	margin-left: -130px;
}
@media(max-width:992px){
	.staff-quote-item{
		flex-direction: column;
		margin: 0 16px;
	}
	.staff-quote-item__left,
	.staff-quote-item__right{
		width: 100%;
		min-height: unset;
	}
	.staff-quote-item__left{
		padding-left: 0px;
		padding: 0 16px;
	}
	.staff-quote-slider .staff-quote-item__right . img,
	.staff-quote-item__right{
		min-height: unset;
	}
	.staff-quote .flexslider .slides img{
		position: relative;
		margin-left: unset;
		width: auto;
		height: inherit;
	}
	.staff-quote-item__left blockquote {
		padding: 10px;
		box-shadow: 0px 0px 10px 0px #f2f6f7;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.staff-quote .staff-quote-item__left blockquote p{
		font-size: 0.8em;
		line-height: 1.3em;
		padding: 0 15px;
	}
	.staff-quote-item__name{
		font-size: 1.6em;
		line-height: 1em;
	}
	.staff-quote-item__position{
		font-size: 1.15em;
		line-height: 1.2em;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	/* arrows css */
	.company-block .flex-direction-nav{
		display: block;
	}
	.company-block .flexslider .flex-direction-nav a{
		display: block;
	}
	.company-block .flexslider .flex-direction-nav .flex-nav-prev a{
		left:0;
	}
	.company-block .flexslider .flex-direction-nav .flex-nav-next a{
		right: 0;
	}
	.company-block .flexslider .flex-direction-nav a:before{
		left: -11px;
	}
	.company-block .flexslider .flex-direction-nav .flex-nav-next a:before{
		left: 0px;
	}
	.staff-quote-slider .staff-quote-item__right .staff-quote__photo{
		height: 300px;
		margin-left: unset;
		background-size: contain !important;
		display: flex;
		justify-content: center;
	}
}
@media(max-width:767px){
	.staff-quote__mobile{
		display: block;
		margin-top: 15px;
		padding: 0 16px;
	}
}
/* End */
/* /local/templates/aspro-medc2/components/bitrix/news.list/elements-list-services-blocks2/style.css?17422226172110 */
/* /local/templates/aspro-medc2/components/bitrix/news.list/front-reviews-services/style.css?1714110292649 */
/* /local/templates/aspro-medc2/components/bitrix/news.list/review-services-list/style.css?16511376831982 */
/* /local/templates/aspro-medc2/components/bitrix/news.list/staff_quote_slider/style.css?17661337783849 */
