

/* Start:/local/templates/main/components/bitrix/news/services/bitrix/news.list/list/style.css?17818860877198*/
.services_columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; 
}
@media (min-width:851px){
    .services_columns .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 30px; 
    }
}
.ats .services_columns{
    margin-bottom: 50px;
    gap:20px;
}
.services_columns .columns__item{
    width:calc(25% - 25px);
}
.services_columns .new_items{
    width:calc(20% - 25px);
}
.new_items .other_item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-height: 120px;
    border-radius: 8px;
    z-index: 9;
    box-shadow: 0 5px 15px 0 rgba(2, 54, 127, .2);
    overflow: hidden;
}
.new_items .other_pic {
    position: absolute;
    width: 100%;
    height: 100%;
}
.new_items .other_img {
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    transition: transform .25s ease;
    object-fit: cover;
}
.new_items .other_item:hover .other_img {
    transform: translateZ(0) scale(1.05);
}
.new_items .other_desc {
    padding: 0;
}
.new_items .other_desc span.doctors__services_head{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    border-bottom: none;
    text-align: center;
}
.new_items .other_item:hover:before {   
    opacity: 1;    
}
.new_items .other_item:before {
    background-color: rgba(45, 141, 189, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: opacity .25s ease-in-out;
    z-index: 3;
    position: absolute;
    content: " ";
    opacity: 0;
}
.new_items .other_item:hover:after {
    right: 20px;
    opacity: 1;
}
.new_items .other_item:after {
    width: 26px;
    height: 26px;
    background: url(/local/templates/main/css/../img/chevrons-right.svg);
    -webkit-background-size: cover;
    background-size: cover;
    right: 0;
    top: 50%;
    margin-top: -13px;
    opacity: 0;
    transform: translateX(-50%);
    transition: .5s ease;
    z-index: 3;
    position: absolute;
    content: " ";
}
.new_items .other_item:hover:before {
    background-color: rgba(45, 141, 189, .75);
}
.new_items .doctors__services_head{
    display: inline-flex;
    width: 100%;
    color: #fff;
    transition: color .25s ease;
}
.new_items .other_item:hover .doctors__services_head {
    color: #fff148;
}
.doctors__services_link{
    color: rgba(51, 51, 51, 0.9);
    margin-bottom: 20px;
    display: block;    
}

.doctors__services_link.head{
    width: fit-content;
    border-bottom:1px solid transparent;
}
.services_columns .swiper-button-disabled{
    display: none;
}
@media (max-width:1100px){
    .services_columns{
        gap:20px;
    }
    .services_columns .new_items,
    .services_columns .columns__item{
        width:calc(100%/4 - 23px);
    }
    
}
@media (max-width:850px){
    .services_columns .new_items,
    .services_columns .columns__item{
        width:calc(50% - 20px);
    }
    .doctors__services_link .doctors__services_head{
        width:100%;
    }
    .services_wrapper .uploaded-in-prev:after,
    .services_wrapper .uploaded-in-next:after{
        display: none;
    }
    .services_columns .uploaded-in-prev{
        left: 0;
        z-index: 9;
        top:calc(50% - 34px);
        background: url(/local/templates/main/css/../img/chevrons-right-black.svg) center center no-repeat #ffe94e;
        width: 40px;
        height: 40px;
        pointer-events: all;
        border-radius: 4px;
        transform: rotate(180deg);
    }
    .services_columns .uploaded-in-next{
        right: 0;
        z-index: 9;
        top:calc(50% - 14px);
        background: url(/local/templates/main/css/../img/chevrons-right-black.svg) center center no-repeat #ffe94e;
        width: 40px;
        height: 40px;
        pointer-events: all;
        border-radius: 4px;
    }
    .ats .services_columns{
        margin-bottom: 20px;
    }
}
@media (max-width:550px){
    .services_columns .new_items,
    .services_columns .columns__item{
        width:100%;
    }
}

/* ats */

.services_wrapper {
	position: relative;
}

.ats [class^="uploaded-in-prev"],
.ats [class^="uploaded-in-next"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 65px;
    background: linear-gradient(to left, #3fb4bd, #2d8dbd);
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
}
.ats [class^="uploaded-in-prev"] {
    left: -15px;
}
.ats [class^="uploaded-in-next"] {
    right: -15px;
}
.ats [class^="uploaded-in-prev"].swiper-button-disabled,
.ats [class^="uploaded-in-next"].swiper-button-disabled {
    background: #98D3E7;
}

.ats .inner-prev-btn.swiper-button-disabled,
.ats .inner-next-btn.swiper-button-disabled {
    opacity: .35;
}
[class^="uploaded-in-prev"] svg {
    transform: rotate(180deg);
}

.ats [class^="uploaded-in-prev"]:after,
.ats [class^="uploaded-in-next"]:after {
	display: none;
}

@media (min-width:851px) {
	.ats .services_wrapper .uploaded-in-prev,
	.ats .services_wrapper .uploaded-in-next {
		display: none;
	}
}

.ats [class^="js-swiper-pagination"] {
    margin: 20px auto;
    width: fit-content;
    display: flex;
    gap: 10px;
}

.ats [class^="js-swiper-pagination"] .swiper-pagination-bullet {
    display: block;
    border-radius: 50%;
    opacity: 1;
    width: 0.5em;
    height: 0.5em;
    background: #d5e8f2;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.ats [class^="js-swiper-pagination"] .swiper-pagination-bullet-active {
    width: 3em;
    border-radius: 100px;
    background: #2d8dbd;
}

/**/
.price-acco_section {
	margin-bottom: 20px;
}
.price-acco_section-title,
.price-acco_items-title, 
.price-acco_items-price {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.price-acco_section-title {
	background-color: #3fb4bd;
    background-image: -webkit-gradient(linear, right top, left top, from(#3fb4bd), to(#2d8dbd));
    background-image: -webkit-linear-gradient(right, #3fb4bd, #2d8dbd);
    background-image: -o-linear-gradient(right, #3fb4bd, #2d8dbd);
    background-image: linear-gradient(to left, #3fb4bd, #2d8dbd);
	color: #fff;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
}
.price-acco_items-title {
	background: #eaf3f8;
	font-weight: bold;	
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.price-acco_items-title:before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 10px;
	top: 4px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/main/img/arrow.svg);
    background-size: contain;
	background-repeat: no-repeat;
    transition: .3s ease	
}
.price-acco_items-title.active:before {
	transform: rotate(180deg);
}
.price-acco_items-price {
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	justify-content: space-between;
}
.price-acco_items-price-price {
	font-weight: bold;	
}
.price-acco_items-price-price span {
    text-decoration: line-through;
	font-weight: normal;
	display: inline-block;
	margin-right: 15px;
	color: #bbb;	
}
.price-acco_items-list {
	display: none;	
}
.price-acco_items-list.active {
	display: block;	
}


/* End */


/* Start:/local/templates/main/components/bitrix/news.list/feedbacks-service/style.css?17818860872481*/
#feedback-service-detail .swiper {
    margin: 0;
    overflow: hidden;
}

#feedback-service-detail .feedback-actions {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin-top: 20px;
}
.source{
    color:#a9a9a9;
}
#feedback-service-detail .slider_box {
    position: relative;
    margin: 0 -70px;
    padding: 0 70px;
}

#feedback-service-detail .feedback-actions .blue-button {
    white-space: nowrap;
}

#feedback-service-detail .feedback-actions .blue-button:hover {
    opacity: .8;
}

#feedback-service-detail .feedback-actions .blue-button:last-child {
    background-color: transparent;
    color: #000;
    border:1px solid #0099C6;
}

#feedback-service-detail .feedback-actions .blue-button:last-child:hover {
    background-color: #0099C6;
    color: #fff;
}

.feedback-service-detail__prev,
.feedback-service-detail__next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    background: linear-gradient(to left, #3fb4bd, #2d8dbd);
    cursor: pointer;
    border-radius: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
}

.feedback-service-detail__prev {
    left: 5px;
}

.feedback-service-detail__next {
    right: 5px;
}

.feedback-service-detail__prev.swiper-button-disabled,
.feedback-service-detail__next.swiper-button-disabled {
    background: #98D3E7;
}

.feedback-service-detail__prev svg {
    transform: rotate(180deg);
}

@media (max-width: 1450px) {
    #feedback-service-detail .slider_box {
        position: relative;
        padding: 0 30px;
        margin: 0 -20px;
    }



    #feedback-service-detail .feedback-actions {
        flex-direction: column;
        row-gap: 10px;
        align-items: center;
    }

    .feedback-service-detail__prev svg,
    .feedback-service-detail__next svg {
        max-width: 20px;
    }

    .feedback-service-detail__prev {
        justify-content: flex-start;
        left: 5px;
        border-radius: 30px 0 0 30px;
        padding-left: 10px;
    }

    .feedback-service-detail__prev,
    .feedback-service-detail__next {
        z-index: 0;
        width: 15px;
    }

    .feedback-service-detail__next {
        justify-content: flex-end;
        right: 5px;
        border-radius: 0 30px 30px 0;
        padding-right: 10px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/services/bitrix/news.list/list/style.css?17818860877198 */
/* /local/templates/main/components/bitrix/news.list/feedbacks-service/style.css?17818860872481 */
