.technologies.page-technologies {
    position: relative;
    padding-top: 16%;
    padding-bottom: 8%;
}

.technologies.page-technologies::before {
    content: "";
    display: block;
    position: absolute;
    top: -350px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/assets/img/technologies_bg.svg") no-repeat right center / cover;
    opacity: 0.8;
    z-index: -1;
}

.technologies.page-technologies .container::before {
    content: "";
    background: url("/assets/img/technologies_overlay.svg") no-repeat right center / cover;
    position: absolute;
    width: 1200px;
    height: 217px;
    top: -250px;
    left: 20px;
    opacity: 1;
    z-index: 1;
}

.effective-solutions-section {
    position: relative;
    padding-top: 7%;
    padding-bottom: 8%;
}

.effective-solutions-section::before {
    content: "effective solutions";
    font-family: 'Gilroy', sans-serif;
    font-weight: 1000;
    font-size: 120px;
    line-height: 120px;
    position: absolute;
    width: 702px;
    top: 100px;
    right: 0;
    color: rgba(250, 250, 250, 1);
    text-transform: uppercase;
    text-align: right;
    z-index: -1;
}

.effective-solutions-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(89.78deg, rgba(250, 96, 48, 0.2) -0.01%, rgba(255, 200, 118, 0.2) 99.83%);
}

.cooperation-stages-section::before {
    content: "stages";
    font-family: 'Gilroy', sans-serif;
    font-weight: 1000;
    font-size: 168px;
    line-height: 120px;
    position: absolute;
    width: 702px;
    top: 110px;
    right: 0;
    color: rgba(250, 250, 250, 1);
    text-transform: uppercase;
    text-align: right;
    z-index: -1;
}

.cooperation-stages-description {
    width: 676px;
}

.cooperation-stages-header::before {
    content: "";
    background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
}

.effective-solutions-header,
.cooperation-stages-header {
    position: relative;
    padding-left: 15px;
}

.effective-solutions-header::before,
.cooperation-stages-header::before {
    content: "";
    background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
}

.effective-solutions-title {
    width: 632px;
}

.effective-solutions-description {
    width: 676px;
}

.effective-solutions-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 120px;
}

.effective-solutions-item-title {
    position: relative;
    display: inline-block;
    background: linear-gradient(89.78deg, #FFC876 -0.01%, #FA6030 99.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transform: rotate(-90deg);
    transform-origin: left top;
}

.effective-solutions-item-title::after {
    content: "";
    position: absolute;
    left: -70px;
    right: 0;
    bottom: 0;
    top: 0;
    width: 24px;
    margin: auto;
    padding-bottom: 2px;
    background-image: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: bottom left;
    transform: rotate(-90deg);
}

.cooperation-stages-section {
    position: relative;
    padding-top: 8%;
    padding-bottom: 8%;
}

.stages-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

#stage-main-image {
    width: 389px;
    height: 347px;
    object-fit: cover;
}

.stages-list ul {
    margin: 0;
    list-style: none;
}

.stages-list li {
    text-align: right;
    padding: 0 24px 24px 24px;
    cursor: pointer;
}

.stages-list li.active {
    display: flex;
    justify-items: center;
    align-items: center;
    position: relative;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 40px;
    background: linear-gradient(89.78deg, #FFC876 -0.01%, #FA6030 99.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    padding-left: 40px;
}

.stages-list li.active:before {
    content: "";
    position: absolute;
    width: 24px;
    left: 0;
    border: 2px solid;
    border-image: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
    border-image-slice: 1;
}

.stage-number {
    display: inline-block;
    background: linear-gradient(89.78deg, #FFC876 -0.01%, #FA6030 99.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transform: rotate(-90deg);
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    left: 0;
    top: 45px;
    letter-spacing: 3px;
}

.stage-slide {
    display: none;
}

.stage-slide.active {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 70px;
}

.stage-info {
    padding-left: 40px;
}

.stages-nav-buttons {
    position: relative;
    height: 265.6px;
}

#prevStage,
#nextStage {
    background-color: initial;
    height: 10px;
    width: 18px;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
}

#prevStage {
    background-image: url("/assets/img/icons/prev-stage.svg");
    top: 0;
}

#prevStage:disabled {
    background-image: url("/assets/img/icons/prev-stage-disabled.svg");
    top: 0;
}

#nextStage {
    background-image: url("/assets/img/icons/next-stage.svg");
    bottom: 0;
}

#nextStage:disabled {
    background-image: url("/assets/img/icons/next-stage-disabled.svg");
    bottom: 0;
}

#formWrapper {
    margin-top: 40px;
}

.contact-form-test-drive-section {
    position: relative;
    padding-top: 8%;
    padding-bottom: 8%;
    background: url(/assets/img/technologies_bg.svg) no-repeat right center / cover;
    opacity: 0.8;
}

.contact-form-test-drive-section::before {
    content: "test drive";
    font-family: 'Gilroy', sans-serif;
    font-weight: 1000;
    font-size: 168px;
    line-height: 120px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: rgba(250, 250, 250, 1);
    text-transform: uppercase;
    text-align: center;
    z-index: -1;
}

.contact-form-test-drive-title {
    position: relative;
    width: 448px;
    padding-left: 15px;
}

.contact-form-test-drive-title::before {
    content: "";
    background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
}

#contactForm {
    display: flex;
    gap: 16px;
}

#contactForm input,
#contactForm button {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid rgba(234, 234, 234, 1);
    backdrop-filter: blur(4px);
    border-radius: 0;
    padding: 16px 18px;
    margin: 0;
}

#contactForm button {
    background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

#contactForm button:hover {
    color: #FA6030;
    border: 1px solid #2C2C2C33;
    background: none;
}

#formMessage {
    margin-top: 20px;
}

@media (max-width: 768px) {

    .effective-solutions-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 40px;
    }

    .cooperation-stages-description {
        width: 100%;
    }

    .cooperation-stages-section::before {
        display: none;
    }

    .cooperation-stages-header {
        min-height: 110px;
    }

    .effective-solutions-title,
    .effective-solutions-description {
        width: 100%;
    }

    #contactForm {
        flex-wrap: wrap;
    }

    .contact-form-test-drive-title {
        width: 100%;
    }

    .contact-form-test-drive-section::before,
    .effective-solutions-section::before {
        display: none;
    }

    .stages-wrapper {
        flex-wrap: wrap;
    }

    #stage-main-image {
        width: 100%;
    }

    .stage-image-block,
    .stage-content {
        flex: 0 0 100%;
    }

    .stage-content {
        flex: 0 0 90%;
        margin-top: 20px;
    }

    .stages-list {
        display: none;
    }

    .stages-nav-buttons {
        width: 10%;
        height: 110px;
        margin-right: 0px !important;
    }

    .stage-number {
        left: -40px;
    }

    .stage-slide.active {
        padding-left: 30px;
    }

    .technologies.page-technologies .container::before {
        display: none;
    }

    .technologies.page-technologies {
        padding-top: 5%;
    }
}

@media (max-width: 991px) {

    .stages-list {
        display: none;
    }

    .stage-number {
        left: -30px;
    }

    .stage-slide.active {
        padding-left: 40px;
    }

    .stages-nav-buttons {
        margin-right: 20px;
    }

    .technologies.page-technologies .container::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 1200px) {
    .technologies.page-technologies .container::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 1400px) {
    .technologies.page-technologies .container::before {
        width: 100%;
        left: 0;
    }
}