

/* Start:/local/templates/mc_semya_new/components/bitrix/news.detail/doctor.detail/style.css?17494705782600*/
.gallery a {
    padding: 10px;
}
.gallery img {
    max-width: 100%;
}
.gallery {
    margin-bottom: 70px;
}

/* Slider from slick-theme.css*/

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    display: block;
    background-image: url(/local/templates/mc_semya_new/components/bitrix/news.list/medals.list_slider/img/arrow_slider.svg);
    position: absolute;
    top: 40%;
    width: 45px;
    height: 45px;
    background-color: #7e2a46;
    border-radius: 50%;
    background-position: 45% 50%;
    background-repeat: no-repeat;
}
.slick-prev:before,
.slick-next:before {
    font-size: 36px;
    line-height: 1;
    color: #9a0f44;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.3s;
}
.slick-prev {
    left: 20px;
    z-index: 1;
}
.slick-next {
    right: 20px;
    transform: rotateY(180deg);
}

/* Dots */

.slick-dots {
    text-align: center;
    display: flex !important;
    grid-auto-flow: column;
    overflow: hidden;
    left: 50%;
    top: 20px;
    transform: translate3d(-60px, 0px, 0px);
    width: 150px !important;
    position: relative;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    transition: transform 0.3s ease-out;
}
.slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:before {
    font-size: 36px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.5;
    color: #777777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #9a0f44;
}
.slick-slide {
    width: 100px;
    height: 100px;
    border: 1px solid black;
    margin: 0 10px;
}

@media (max-width: 768px) {
    /* Arrows */
    .slick-prev,
    .slick-next {
        width: 35px;
        height: 35px;
        background-size: 25%;
    }
    .slick-next {
        right: 15px;
    }    
    .slick-prev {
        left: 15px;
    }
    .slick-dots {
        left: 45%;
    }
    /* .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 5px;
    }
    .slick-dots li button:before {
        font-size: 24px;
        line-height: 10px;
        width: 10px;
        height: 10px;
    } */
}

/* Правки от 20.05.2025 */
.gallery {
    margin-bottom: 0;
}
/* End */


/* Start:/local/templates/mc_semya_new/components/bitrix/news.list/detail_rews_custom/style.css?17494705781824*/
.items-feedback__swiper .wrapper{
	position: relative;

}

.items-feedback__swiper .container{
	padding-inline: 15px;
}

.items-feedback__swiper  .feedback-buttons__container{
	margin-top: 30px;
}

.items-feedback__swiper .item-feedback{
	overflow: hidden;
	height: 100%;
}

.items-feedback__swiper .swiper-wrapper{
	align-items: start;
}

.swiper-button-next.swiper-arrow-feedback,
.swiper-button-prev.swiper-arrow-feedback {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	padding: 11px;
	background-color: #7E2A46; /* Пример стиля */
	color: white; /* Пример стиля */
	border-radius: 50%; /* Пример стиля */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10; /* Чтобы кнопки были поверх слайдов */
	transition: all 0.2s;
}

.swiper-button-next.swiper-arrow-feedback:hover,
.swiper-button-prev.swiper-arrow-feedback:hover {
	background-color:rgb(172, 172, 172);
	transition: all 0.2s;
}

.swiper-button-next.swiper-arrow-feedback {
	right: -15px;
}

.swiper-button-prev.swiper-arrow-feedback {
	left: -15px;
}

.swiper-button-prev.swiper-arrow-feedback svg{
	transform: rotate(180deg);
}

.swiper-pagination.swiper-feedback-pagination{
	display: none;
	margin-top: 20px;
}

@media(max-width: 900px) {
	.swiper-pagination.swiper-feedback-pagination{
		display: block;
	}
	.swiper-button-next.swiper-arrow-feedback,
	.swiper-button-prev.swiper-arrow-feedback{
		display: none;
	}
	.items-feedback__swiper .item-feedback{

	}
}

/* Правки от 20.05.2025 */
.doctor-detail-feedback-title {
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 54px;
	color: #7E2A46;
}
.doctor-detail-feedback-title-offset {
	margin-top: 80px;
	margin-bottom: 20px;
}

/* End */
/* /local/templates/mc_semya_new/components/bitrix/news.detail/doctor.detail/style.css?17494705782600 */
/* /local/templates/mc_semya_new/components/bitrix/news.list/detail_rews_custom/style.css?17494705781824 */
