

/* Start:/local/templates/new_main/components/bitrix/news.list/services-price/style.css?17870769414788*/
/* ===== SERVICES SLIDER ===== */
.services {
background: #2F3739;
padding: 80px 0;
border-radius: 40px 40px 0 0;
}

.services__header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 60px;
}
.services__nav {
display: flex;
gap: 20px;
}
.services__nav-btn {
width: 51px;
height: 36px;
background: transparent;
border: 2.7px solid #FFFFFF;
border-radius: 8px;
color: #FFFFFF;
font-size: 18px;
cursor: pointer;
transition: all 0.3s;
display: flex;
align-items: center;
justify-content: center;
}
.services__nav-btn:hover {
background: #49A8C9;
}
.services__nav-btn:disabled {
opacity: 0.3;
cursor: not-allowed;
}
.services__slider {
overflow: hidden;
margin-bottom: 30px;
}
.service-card {

    border-radius: 15px;
    border: 1px solid #4bb3d7;
    box-sizing: border-box;
    padding: 40px 20px;
    background: url(/upload/imgprice/fonservice.png), #2F3739;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    height: 100%;
    transition: all 0.3s;
    background-size: cover;
}
.service-card:hover {

}
.service-card__visual {
width: 100%;

position: relative;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
border-radius: 16px;
}
.service-card__img {
    width: 100%;
    height: 260px;
    object-fit: contain;
border-radius: 16px;
}
.service-card__content {
width: 100%;
display: flex;
flex-direction: column;
gap: 25px;
flex: 1;
}
.service-card__title {
font-family: 'Manrope', sans-serif;
font-weight: 700;
font-size: 32px;
line-height: 44px;
color: #FFFFFF;
margin: 0;
}
.service-card__text {
font-family: 'Manrope', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #FFFFFF;
margin: 0;
    min-height: 290px;
}
.service-card__actions {
width: 100%;
display: flex;
flex-direction: column;
gap: 20px;
}
.service-card__btn {
width: 100%;
padding: 8px 46px;
height: 47px;
border-radius: 49px;
font-family: 'Manrope', sans-serif;
font-weight: 700;
font-size: 23px;
line-height: 31px;
cursor: pointer;
transition: all 0.3s;
border: none;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
text-align: center;
}
.service-card__btn--outline {
background: rgba(196, 240, 255, 0.2);
color: #FFFFFF;
}
.service-card__btn--outline:hover {
background: rgba(196, 240, 255, 0.3);
}
.service-card__btn--primary {
background: #4AB3D7;
color: #FFFFFF;
}
.service-card__btn--primary:hover {
background: #49A8C9;
}
.services__pagination {
display: flex;
justify-content: center;
align-items: center;
}
.services__dots {
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
}
.services__dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: #D9D9D9;
cursor: pointer;
transition: all 0.3s;
border: none;
padding: 0;
}
.services__dot--active {
width: 12px;
height: 12px;
background: #9AE0F2;
}
/* Адаптивность */
@media (max-width: 1200px) {
.service-card {
min-height: 600px;
}
.service-card__title {
    font-size: 28px;
    line-height: 38px;
}
}
@media (max-width: 768px) {
.services {
padding: 60px 0;
}
.service-card {
    min-height: auto;
    padding: 30px 20px;
}

.service-card__visual {
    height: 200px;
}

.service-card__title {
    font-size: 24px;
    line-height: 32px;
}

.service-card__text {
    font-size: 16px;
    line-height: 22px;
}

.service-card__btn {
    font-size: 18px;
    height: 44px;
	}}

/* ===== ДОБАВИТЬ: Блок с ценой (скрыт по умолчанию) ===== */
.service-card__price-block {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.3s ease, margin 0.3s ease;
    opacity: 0;
    margin: 0;
}

.service-card__price-block--expanded {
    max-height: 1000px;
    opacity: 1;
    margin: 10px 0;
}

.service-card__price-content {


    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
}

.service-card__price-content p {
    margin: 0 0 15px 0;
}

.service-card__price-content p:last-child {
    margin-bottom: 0;
}

/* ===== ИЗМЕНИТЬ: service-card__actions (уменьшить gap) ===== */
.service-card__actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* ===== ДОБАВИТЬ: Стили для toggle-кнопки ===== */
.service-card__toggle-btn {
    cursor: pointer;
}

.service-card__toggle-btn--active {
    background: rgba(196, 240, 255, 0.3);
}

.service-card__toggle-icon {
    transition: transform 0.3s ease;
}

/* ===== ДОБАВИТЬ: Адаптив для блока с ценой ===== */
@media (max-width: 768px) {
    .service-card__price-content {
        font-size: 14px;
        padding: 15px;
    }
}
/* End */
/* /local/templates/new_main/components/bitrix/news.list/services-price/style.css?17870769414788 */
