

/* Start:/bitrix/templates/aspro-medc2/components/bitrix/news/services/style.css?171989610015075*/
.cancel {
    padding: 30px 0px;
}
.cancel_ul li:before {
    display: none;
}
.cancel_ul li img{
    margin-right: 10px;
}
h2, h3, h4 {
    text-align: center;
}
.cancel_ul{
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cancel_ul li {
    width: 45%;
    margin-bottom: 20px;
}
.cancel_ul li img{
    width: 30px;
}
.seo-custom-text {
    text-align: center;
    font-weight: 550;
    color: black;
    font-size: 25px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: "Montserrat", sans-serif;
}
.seo-custom-text.after {
    display: none;
}
.block-reviews {
    margin-bottom: 100px;
}
.block-reviews .block-reviews-title-main {
    text-align: center;
    color: black;
    font-size: 29px;
    margin: 70px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 550;
}
.block-reviews .block-reviews-body .review-item-main.review-0 .review-item-triangle {
    position: relative;
}
.block-reviews .block-reviews-body .review-item-main.review-0 .review-item-triangle::after {
    content: '';
    position: absolute;
    left: -8px;
    bottom: -91px;
    border: 25px solid transparent;
    border-top: 61px solid #f3f0f0;
    transform: rotate(32deg);
}

.block-reviews .block-reviews-body .review-item-main.review-1 .review-item-triangle {
    position: relative;
}
.block-reviews .block-reviews-body .review-item-main.review-1 .review-item-triangle::after {
    content: '';
    position: absolute;
    right: -8px;
    bottom: -91px;
    border: 25px solid transparent;
    border-top: 61px solid #f3f0f0;
    transform: rotate(328deg);
}

.block-reviews .block-reviews-body .review-item-main.review-2 .review-item-triangle {
    position: relative;
}
.block-reviews .block-reviews-body .review-item-main.review-2 .review-item-triangle::after {
    content: '';
    position: absolute;
    left: -8px;
    bottom: -91px;
    border: 25px solid transparent;
    border-top: 61px solid #f3f0f0;
    transform: rotate(32deg);
}

.block-reviews .block-reviews-body {
    position: relative;
    height: 1000px;
}
.block-reviews .block-reviews-body .review-0 {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.block-reviews .block-reviews-body .review-1 {
    width: 50%;
    position: absolute;
    top: 300px;
    right: 0;
}
.block-reviews .block-reviews-body .review-2 {
    width: 50%;
    position: absolute;
    top: 600px;
    left: 0;
}
.block-reviews .block-reviews-body .review-item-main {
    text-align: center;
    background-color: #f3f0f0;
    border-radius: 125px;
    padding: 30px;
}
.block-reviews .block-reviews-body .review-item-main .title-review {
    font-size: 25px;
    padding-bottom: 10px;
    color: black;
}
.block-reviews .block-reviews-body .review-item-main .rating-review {
    padding-bottom: 10px;
}
.block-reviews .block-reviews-body .review-item-main .text-review {
    color: black;
    font-size: 15px;
    font-weight: 700;
}
.block-reviews .review-companies {
    display: flex;
    margin-top: 150px;
    margin-bottom: 50px;
    justify-content: space-between;
}
.block-reviews .review-companies .review-companies-item {
    width: 33%;
    padding-left: 35px;
    padding-right: 35px;
}
.block-reviews .review-companies .review-companies-item .review-companies-link {
    display: flex;
    justify-content: space-between;
}
.block-reviews .review-companies .review-companies-item.review-companies-yell {
    position: relative;
}
.block-reviews .review-companies .review-companies-item.review-companies-yell::before {
    content: '';
    border: 6px solid #e7e6e6;
    position: absolute;
    left: 0;
    height: 100%;
    border-radius: 10px;
}
.block-reviews .review-companies .review-companies-item.review-companies-yell::after {
    content: '';
    border: 6px solid #e7e6e6;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 10px;
}
.block-reviews .review-companies .review-companies-title {
    height: 70px;
    width: 50%;
}
.block-reviews .review-companies .review-companies-rating {
    display: flex;
    justify-content: space-between;
    margin: 19px 0;
}
.block-reviews .review-companies .review-companies-item .review-companies-link a {
    text-decoration: underline;
    font-size: 20px;
}
.block-reviews .review-companies .review-companies-title img {
    width: 100%;
}
.block-reviews .review-companies .review-companies-item .review-companies-rating .review-companies-rating-grade {
    margin-left: 30px;
    font-size: 20px;
    color: black;
    font-weight: 700;
}
.block-reviews .review-companies .review-companies-item .review-companies-rating .review-companies-stars img {
    width: 33px;
}
.they-trust-us {
    margin-bottom: 70px;
    margin-top: 70px;
}
.they-trust-us .they-trust-us-title {
    text-align: center;
    font-size: 29px;
    line-height: 31px;
    color: black;
    margin-bottom: 45px;
    font-family: "Montserrat", sans-serif;
    font-weight: 550;
}
.they-trust-us .they-trust-us-body {
    display: flex;
    flex-direction: column;
}
.they-trust-us .they-trust-us-body .they-trust-us-block-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.they-trust-us .they-trust-us-body .they-trust-us-block-2 {
    display: flex;
    justify-content: space-between;
}
.they-trust-us .they-trust-us-body .they-trust-us-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}
.they-trust-us .they-trust-us-body-mob {
    display: none;
}
.they-trust-us .they-trust-us-body .they-trust-us-item .they-trust-us-item-img {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #efe7e7;
    border-radius: 50%;
}
.they-trust-us .they-trust-us-body .they-trust-us-item .they-trust-us-item-img img {
    max-width: 65%;
    max-height: 75%;
}
.they-trust-us .they-trust-us-body .they-trust-us-item .they-trust-us-item-text {
    width: 50%;
    text-align: center;
    margin-top: 30px;
    height: 30%;
    color: black;
    font-size: 21px;
}

@media (max-width: 850px) {
    .block-reviews .block-reviews-body .review-0 {
        width: 100%;
    }
    .block-reviews .block-reviews-body .review-1 {
        width: 100%;
        top: 400px;
    }
    .block-reviews .block-reviews-body .review-2 {
        display: none;
    }
    .block-reviews .block-reviews-body {
        height: 660px;
    }
}

@media	(max-width: 1120px) {
    .block-reviews .review-companies {
        flex-direction: column;
    }
    .block-reviews .review-companies .review-companies-item {
        width: 100%;
        margin-bottom: 55px;
    }
    .block-reviews .review-companies .review-companies-title img {
        width: 60%;
        height: 100%;
    }
    .block-reviews .review-companies .review-companies-item.review-companies-yell::before {
        display:none;
    }
    .block-reviews .review-companies .review-companies-item.review-companies-yell::after {
        display:none;
    }
    .block-reviews .review-companies .review-companies-rating {
        justify-content: unset;
        position: relative;
    }
    .block-reviews .review-companies .review-companies-rating .review-companies-rating-border-mob-0 {
        content: '';
        border-top: 21px solid #e7e6e6;
        position: absolute;
        padding-right: 189px;
        right: -50px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }
    .review-companies .review-companies-item.review-companies-yell {
        display: flex;
        flex-direction: row-reverse;
    }
    .review-companies-rating-border-mob-yell {
       content: '';
        border: 13px solid #e7e6e6;
        position: absolute;
        padding-left: 123px;
        left: -17px;
        bottom: 54px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }
    .block-reviews .review-companies .review-companies-rating .review-companies-rating-border-mob-2 {
        content: '';
        border-top: 21px solid #e7e6e6;
        position: absolute;
        padding-right: 189px;
        right: -50px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }

}

@media	(max-width: 767px){
    .cancel_ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .review-companies-title.yell img {
        width: 100% !important;
    }
    .review-companies-title.zoon img {
        width: 100% !important;
    }
    .item-views.table-type-block.staff-items .item .image>.wrap {
        border-radius: 0 !important;
    }
    .item-views.table-type-block.staff-items .item .image {
        /* width: unset !important; */
    }

}
@media	(max-width: 620px) {
    .block-reviews .review-companies {
        flex-direction: column;
        padding-top: 180px;
    }
    .block-reviews .review-companies .review-companies-item {
        width: 100%;
    }
    .block-reviews .block-reviews-body .review-1 {
       top: 475px;
    }
    .block-reviews .review-companies .review-companies-rating .review-companies-rating-border-mob-0 {
        padding-right: 110px;
    }
    .review-companies-rating-border-mob-yell {
        padding-left: 89px;
    }
    .block-reviews .review-companies .review-companies-rating .review-companies-rating-border-mob-2 {
        padding-right: 110px;
    }
    .seo-custom-text {
        display: none;
    }
    .seo-custom-text.after {
        display: block;
        margin-top: 30px
    }
    .they-trust-us .they-trust-us-body {
        display:none;
    }
    .they-trust-us-body.they-trust-us-body-mob {
        display:block;

    }
    .they-trust-us-body.they-trust-us-body-mob .they-trust-us-block-1 {
        justify-content: space-around;
    }
    .they-trust-us-body.they-trust-us-body-mob .they-trust-us-block-2 {
        justify-content: space-around;
    }
    .they-trust-us-body.they-trust-us-body-mob .they-trust-us-block-3 {
        display: flex;
        justify-content: space-around
    }
    .they-trust-us .they-trust-us-body .they-trust-us-item .they-trust-us-item-text {
        font-size: 14px;
        width: 100%;
    }
    .they-trust-us .they-trust-us-body .they-trust-us-block-1,
    .they-trust-us .they-trust-us-body .they-trust-us-block-2{
        margin-bottom: 20px;
    }
}
@media	(max-width: 550px) {
    .review-companies-title.zoon {
        width: 70% !important;
    }
    .review-companies-title.yandex {
        width: 70% !important;
    }
}
@media	(max-width: 450px) {
    .review-companies-title.zoon {
        width: 90% !important;
    }
    .review-companies-title.yandex {
        width: 90% !important;
    }
    .review-companies-title.yell {
        width: 60% !important;
    }
}
@media	(max-width: 530px) {
    .block-reviews .review-companies .review-companies-rating .review-companies-rating-border-mob-0 {
        display: none;
    }
    .review-companies-rating-border-mob-yell {
        display: none;
    }
    .block-reviews .review-companies .review-companies-rating .review-companies-rating-border-mob-2 {
        display: none;
    }

}
@media	(max-width: 450px) {
    .block-reviews .review-companies {
        padding-top: 400px;
    }
    .block-reviews .block-reviews-body .review-1 {
       top: 600px;
    }
}
@media	(max-width: 400px) {
    .block-reviews .review-companies {
        padding-top: 490px;
    }
    .block-reviews .block-reviews-body .review-1 {
       top: 640px;
    }
}
@media	(max-width: 350px) {
    .block-reviews .review-companies {
        padding-top: 700px;
    }
    .block-reviews .block-reviews-body .review-1 {
       top: 745px;
    }
}

.sect__el__gallery .sect__el__gallery-items img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.article-card__wrapper {
	font-size: 18px;text-align: center;color: #000;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
}.article-card__txt {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 430px;
}.article-card__title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-clamp: 5;
	box-orient: vertical;
}.article-card__title {
	margin: auto 0 4px;
}
.article-card__cover {
    background-color: #000;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 8px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.article-card__cover::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    background-color: rgba(0, 0, 0, .3);
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.article-card__cover img {
    transform: scale(1.05);
    filter: blur(2.5px);
    opacity: .5;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	padding: 0!important;
}

.articles-block .sect__el__gallery-items a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    padding: 24px 20px;
    color: #fff;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.article-card__wrapper {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
}
.article-card__txt, .article-card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	height: 100%;
}
.article-card__txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 430px;
}
.article-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    box-orient: vertical;
}
.article-card__title {
    margin: auto 0 4px;
	color: #fff;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}
.articles-block .sect__el__gallery-items a:hover .article-card__cover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.articles-block .sect__el__gallery-items a:hover .article-card__cover::after {
	opacity: 1;
}
.articles-block .sect__el__gallery-items a:hover .article-card__title {
	color: #c7ac5c;
}

/* End */


/* Start:/bitrix/templates/aspro-medc2/components/bitrix/news.list/sections-1/style.css?1594110687173*/
/*.sections.item-views.list .item .text.childs ul li
{
	display:inline-block;
}*/

.sections.item-views.list .item .text.childs ul
{
	column-count:auto !important;
}
/* End */
/* /bitrix/templates/aspro-medc2/components/bitrix/news/services/style.css?171989610015075 */
/* /bitrix/templates/aspro-medc2/components/bitrix/news.list/sections-1/style.css?1594110687173 */
