.sf-service-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #333;
}

.sf-service-title--accent2 {
    color: #0066AE;
}

.sf-service-subtitle {
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 100%;
    color: #333;
}

.sf-service-subtitle span {
    font-weight: 400;
}

.sf-service-calc {
    margin: 80px 0;
}

.sf-service-calc__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 40px;
    gap: 24px;
    background: #F3F3F3;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}

.sf-service-calc__card p:last-child {
    margin-bottom: 0;
}

.sf-service-calc__image img {
    max-width: 100%;
}

.sf-service-calc__btn {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .sf-service-calc__card {
        grid-template-columns: 1fr;
    }
}

.sf-service-features {
    margin: 80px 0 130px;
}

.sf-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.sf-features-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
}

.sf-features-item p:last-child {
    margin-bottom: 0;
}

.sf-features-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 12px;
}

.sf-features-item__icon img {
    max-width: 100%;
    max-height: 100%;
}

.sf-features-item__title {
    margin-bottom: 8px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 991px) {
    .sf-features {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .sf-features {
        grid-template-columns: 1fr;
    }
}

.sf-diagnostics {
    padding: 64px 0;
    background: #F3F3F3;
}

.sf-diagnostics__title {
    margin-bottom: 40px;
    color: #0066AE;
}

.sf-diagnostics-card {
    margin-top: 40px;
    padding: 40px;
    border-radius: 4px;
    border: 1px solid #EEE;
    background: var(--bg, #FFF);
    box-shadow: 0px 20px 40px 0px rgba(0, 33, 56, 0.30);
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 576px) {
    .sf-diagnostics-card {
        padding: 20px;
    }
}

.sf-diagnostics-card__title {
    margin-bottom: 24px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.sf-diagnostics-list {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 2;
    column-gap: 24px;
}

@media (max-width: 767px) {
    .sf-diagnostics-list {
        columns: 1;
    }
}

.sf-diagnostics-list__item {
    position: relative;
    display: block;
    padding: 12px 12px 12px 44px;
    margin-bottom: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    background: #F3F3F3;
    break-inside: avoid;
}

.sf-diagnostics-list__item::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 12px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2678 5.51771L7.50001 17.2855L0.732239 10.5177L4.26777 6.98218L7.50001 10.2144L15.7323 1.98218L19.2678 5.51771Z' fill='%230066AE'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.sf-service-work {
    margin: 136px 0 36px;
}

.sf-work-slider {
    margin-top: 40px;
}

.sf-work-slider__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    min-height: 400px;
    align-items: center;
    color: #333;
}

@media (max-width: 991px) {
    .sf-work-slider__item {
        grid-template-columns: 1fr;
    }
}


.sf-work-slider__item img {
    max-width: 100%;
}

.sf-work-slider__item-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.sf-work-slider__item-content {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.sf-work-slider__item-content p:last-child {
    margin-bottom: 0;
}

.sf-work-slider__controls {
    display: flex;
    justify-content: flex-end;
    margin-top: 36px;
}

.sf-work-slider__btn {
    width: 46px;
    height: 46px;
    border: 1px solid #0066ae;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .3;
    margin-left: 10px;
    cursor: pointer;
    background: transparent;
}

.sf-work-slider__btn--prev {
    transform: rotate(180deg);
}

.sf-work-slider__btn:hover {
    opacity: 1;
}

.sf-station-map {
    margin: 36px 0 220px;
}

.sf-feedback {
    margin: 45px 0;
}

.sf-station-map .sf-record__wrapper {
    margin-top: 30px;
}

.sf-feedback-title {
    margin-bottom: 32px;
}