.banner {
    background-color: var(--dark-green);
    background-image: url("../images/bg/service_for_it_banner.webp");
    padding: 185px 0 135px;
}

.banner__wrapper {
    display: flex;
}

.section__titleWrapper {
    width: 50%;
    padding-right: 60px;
    gap: 56px;
    align-items: flex-start;
}

.section__preTitle {
    color: rgba(255, 255, 255, 0.40);
}

.section__title {
    color: #FFFFFF;
    line-height: normal;
    text-align: left;
    width: 100%;
    max-width: 405px;
}

.banner__image {
    width: 50%;
    position: relative;
}

.banner__image img {
    width: 100%;
}

.banner__servicesList-wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
}

.banner__servicesBTN {
    padding: 10px;
    background: #FFFFFF;
    width: 170px;
    height: 60px;
    color: var(--black, #141414);
    font-size: 20px;
    line-height: 1.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.banner__servicesBTN.active {
    background: #E0E0D3;
}

.banner__servicesBTN:after {
    content: '';
    background-image: url("../images/icons/black-carret.svg");
    width: 32px;
    height: 32px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
}

.banner__servicesBTN.active:after {
    transform: rotate(0deg);
}

.banner__servicesList {
    list-style: none;
    position: absolute;
    width: 405px;
    background: #FFFFFF;
    left: 170px;
    display: none;
    flex-direction: column;
}

.banner__servicesList.active {
    display: flex;
}

.banner__servicesItem {
    padding: 5px 16px;
    gap: 16px;
    display: flex;
    height: 60px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    color: #141414;
    text-decoration: none !important;
}

.banner__servicesItem:hover .banner__servicesItem-icon {
    background-color: #D9D9D9;
}

.banner__servicesItem-icon {
    background-position: center;
    width: 36px;
    height: 36px;
    background-size: 22px;
    background-repeat: no-repeat;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    align-self: center;
    flex-shrink: 0;
}

.list {
    background-color: var(--dark-green);
    padding: 90px 0 160px;
    background-image: url("../images/bg/service_for_it_list.webp");
}

.list .section__titleWrapper {
    width: 100%;
    padding: 0;
    align-items: center;
    gap: 50px;
    margin-bottom: 90px;
}

.list .section__title {
    max-width: 300px;
    text-align: center;
}

.list__services {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start;
}

.list__servicesItem {
    width: calc(33.33% - 32px);
    border-radius: 4px;
    background: #FFFFFF;
    padding: 40px;
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.list__servicesItem-icon {
    display: none;
}

.list__servicesDescriptionWrapper {
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.list__servicesTitle {
    color: var(--black);
    font-size: 24px;
    line-height: 1.5em;
}

.list__servicesTitle b {
    font-size: 20px;
    display: block;
    line-height: 1.8em;
    font-weight: 400;
}

.list__servicesDescription {
    font-size: 16px;
}

.list__servicesDescription ul {
    padding-left: 20px;
}

.list__servicesDescription p,
.list__servicesDescription li {
    line-height: 1.8em;
}

.list__servicesItem .btn {
    width: 100%;
}

.list__servicesItem .btn:hover {
    color: var(--dark-green);
    border-color: var(--dark-green);
}

.cta {
    background-color: var(--light);
    height: 800px;
    position: relative;
}

.cta .container {
    height: inherit;
}

.cta__wrapper {
    width: 40%;
    padding: 80px 40px 80px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cta__image {
    width: 60%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center right;
}

.cta__image-mobile {
    display: none;
}

.cta__title {
    margin-bottom: 48px;
    font-size: 36px;
    line-height: normal;
}

.cta__btn {
    background-color: var(--dark-green);
    color: var(--light);
}

.cta__btn:hover {
    background-color: transparent;
    color: var(--dark-green);
    border-color: var(--dark-green);
}

.cta__descriptionWrapper {
    margin-top: auto;
}

.cta__description h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8em;
    margin-bottom: 16px;
}

.cta__description p {
    font-size: 16px;
    line-height: 1.8em;
    max-width: 300px;
    margin-bottom: 30px;
}

.cta__description .footer__socialList {
    display: flex;
    gap: 50px;
    list-style: none;
}

.cta__description .footer__socialItem a {
    color: var(--accent, #5E695B);
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
    text-decoration: none;
}

@media (max-width: 1280px) {

    .banner__servicesList {
        left: 0;
        top: 60px;
    }

}

@media (max-width: 1024px) {

    .banner {
        padding: 135px 0 65px;
    }

    .banner__servicesList {
        width: 350px;
    }

    .list {
        padding: 0 0 90px;
    }

    .list__services {
        gap: 16px;
    }

    .list__servicesItem {
        width: calc(50% - 8px);
        padding: 30px;
        gap: 30px;
    }

    .cta {
        height: auto;
    }

    .cta__image {
        display: none;
    }

    .cta__wrapper {
        width: 100%;
        padding: 80px 0 80px 0;
    }

    .cta__image-mobile {
        display: block !important;
        position: relative;
        margin: 50px 0;
        height: 340px;
        flex-shrink: 0;
        border-radius: 4px;
        width: 100%;
        max-width: 450px;
    }

}

@media (max-width: 768px) {

    .banner__wrapper {
        flex-direction: column;
    }

    .section__title {
        font-size: 24px;
        max-width: 330px;
    }

    .section__titleWrapper {
        width: 100%;
        padding-right: 0;
        gap: 32px;
    }

    .section__titleWrapper .btn {
        display: none;
    }

    .banner__image {
        width: 100%;
        padding-top: 32px;
    }

    .banner__servicesList-wrapper {
        display: none;
    }

    .list__services {
        gap: 1px;
    }

    .list__servicesItem {
        width: 100%;
        padding: 10px 15px;
    }

    .list__servicesTitleWrapper {
        display: flex;
        gap: 18px;
        align-items: center;
    }

    .list__servicesTitleWrapper:after {
        content: '';
        background-image: url("../images/icons/dropdown_icon-big.svg");
        width: 24px;
        height: 24px;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: auto;
        flex-shrink: 0;
    }

    .list__servicesTitle {
        font-size: 16px;
    }

    .list__servicesTitle b {
        display: none;
    }

    .list__servicesItem-icon {
        border-radius: 50%;
        display: block;
        width: 36px;
        height: 36px;
        border: 1px solid #E0E0D3;
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
        flex-shrink: 0;
    }

    .list__servicesDescriptionWrapper {
        display: none;
    }

    .list__servicesItem.active .list__servicesDescriptionWrapper {
        display: flex;
    }

    .cta__wrapper {
        width: 100%;
        padding: 64px 0 64px 0;
    }

    .cta__title {
        font-size: 24px;
    }

}

@media (max-width: 480px) {

}
