body {
    font-family: "CharterITC";
}

/* Услуги (заголовок) */
.services-header {
    display: none;
}

/* Услуги (ссылки вверху) */
.service-main {
    margin-bottom: 100px;
}

.service-main.mobile {
    display: none;
}

.service-main.desktop {
    display: flex;
}

.service-main-item {
    height: 420px;
    flex: 1;
    position: relative;
}

.service-main-item-image {
    height: 100%;
}

.service-main-item:nth-child(1) .service-main-item-image::after,
.service-main-item:nth-child(3) .service-main-item-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4A4A4A;
    filter: opacity(0.5);
}

.service-main-item:nth-child(2) .service-main-item-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #50bd4e;
    filter: opacity(0.6);
}

.service-main-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(50%);
}

.service-main-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 36px;
    padding: 38px 20px;
}

.service-main-item-link .service-main-item-title {
    display: inline-block;
    line-height: 115%;
    width: 220px;
    color: #fff;
}

.service-main-item-link .service-main-item-title h2 {
    display: inline;
}

.service-main-item-link .service-main-item-title svg  {
    fill: #fff;
}

.service-main.desktop .service-main-item-link:hover .service-main-item-sublink {
    display: flex;
}

.service-main.desktop .service-main-item-sublink {
    display: none;
    bottom: 20px;
}

.service-main-item-sublink {
    display: flex;
    flex-direction: column;
    position: absolute;
    gap: 10px;
    padding: 0 20px 0 0;
}

.service-main-item-sublink .service-main-item-sublink-link a {
    color: #fff;
    font-size: 18px;
    line-height: 120%;
}

.service-main-item-sublink .service-main-item-sublink-link a:hover {
    border-bottom: 1px solid #fff;
}

.service-main-item-title:hover {
    border-bottom: 1px solid #fff;
}

@media (max-width: 990px) {
    .service-main {
        margin-bottom: 50px;
    }

    .service-main.desktop {
        display: none;
    }

    .service-main.mobile {
        display: block;
        margin-top: 50px;
        position: relative;
    }

    .service-main.mobile .service-main-item-link {
		padding: 30px 20px;
	}

	.service-main.mobile .service-main-item {
		flex: none;
        height: 390px;
	}

    .service-main.mobile .service-main-item-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .service-main.mobile .service-main-item-text {
        font-size: 18px;
    }

    .service-main.mobile .service-main-item-text p {
        margin-bottom: 20px;
    }

    .service-main.mobile .swiper-pagination-bullet-active {
        background: #50BD4E;
    }
}

/* Этапы работы */
.service-stage {
    margin-bottom: 100px;
}

.service-stage-title {
    font-size: 48px;
    line-height: 115%;
    margin-bottom: 20px;
    padding-left: 20px;
}

.service-stage-block {
    display: flex;
}

.service-stage-text {
    background: #4a4a4a;
    font-size: 19px;
    height: 270px;
    color: #fff;
    display: flex;
    padding: 23px;
    line-height: 120%;
}

.service-stage-text span {
    align-self: flex-end;
}

.service-stage-list {
    background: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
}

.service-stage-list-item {
    padding: 59px 20px;
    flex: 50%;
}

.service-stage-list-item img {
    width: 65px;
    height: 65px;
    margin: 0px 0px 20px 0px;
}

.service-stage-list-item-title {
    font-size: 19px;
    line-height: 115%;
    margin: 0px 0px 12px 0px;
    color: #000;
}

.service-stage-list-item-description {
    font-size: 18px;
    line-height: 105%;
    color: #000;
}

@media (max-width: 990px) {
    .service-stage {
        margin-bottom: 50px;
    }

    .service-stage-title {
        font-size: 24px;
    }

    .service-stage-block {
        flex-wrap: wrap;
    }

    .service-stage-block .service-stage-text {
        font-size: 18px;
        height: auto;
    }

    .service-stage-block .service-stage-list-item {
        flex: 100%;
        padding: 30px 20px;
    }
}

/* Отраслевые решения */
.service-industry-solutions {
    margin-bottom: 100px;
}

.service-industry-solutions-block {
    display: flex;
    gap: 50px;
}

.service-industry-solutions-text {
    font-size: 48px;
    line-height: 45px;
    width: 20%;
    padding-left: 20px;
}

.service-industry-solutions-link {
    width: 80%;
}

.service-industry-solutions-link-block {
    display: flex;
    border-bottom: 1px solid #989898;
    cursor: pointer;
    align-items: center;
    padding: 20px 0;
}

.service-industry-solutions-link-block:hover span {
    border-bottom: 1px solid #989898;
}

.service-industry-solutions-link-block span {
    color: #989898;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.service-industry-solutions-link-block svg {
    fill: #50bd4e;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

@media (max-width: 990px) {
    .service-industry-solutions {
        margin-bottom: 50px;
    }

    .service-industry-solutions-block {
        flex-wrap: wrap;
        gap: 0;
    }

    .service-industry-solutions-text {
        font-size: 24px;
        width: 100%;
    }

    .service-industry-solutions-link {
        width: 100%;
        padding: 0 20px;
    }

    .service-industry-solutions-link-block span {
        width: 25px;
        height: 25px;
        flex: 10%;
    }

    .service-industry-solutions-link-block span {
        font-size: 16px;
        flex: 90%;
    }
}