/* primary */
.primary{
    margin-top: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.primary__wrapper{
    display: grid;
    grid-template-columns: 1fr 540px;
    column-gap: 225px;
    position: relative;
    align-items: center;
}

.primary__content{
    display: flex;
    flex-direction: column;
}

.primary__title{
    margin-bottom: 32px;
    max-width: 750px;
}

.primary__text{
    max-width: 720px;
}

.primary__button{
    margin-top: 64px;
}

.primary-image{
    position: relative;
}

.primary-image__item{
    position: absolute;
    width: fit-content;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(43, 97, 136, 0.32) 0%, rgba(16, 38, 71, 0.32) 100%);
    box-shadow: 8px 8px 32px 0px rgba(25, 52, 121, 0.48) inset;
    backdrop-filter: blur(8px);
    padding: 20px 24px;
    color: #3B80E8;
    text-shadow: 0px 8px 4px 0px rgba(22, 7, 64, 0.00);
    font-size: 30px;
    line-height: 133%;
    left: -110px;
    bottom: 130px;
}

.primary-image__item:nth-child(2){
    color: #3393D1;
    background: linear-gradient(180deg, rgba(43, 97, 136, 0.32) 0%, rgba(16, 38, 71, 0.32) 100%);
    font-size: 32px;
    line-height: 125%;
    top: 50px;
    padding: 20px 25px;
    right: -60px;
    left: inherit;
    bottom: inherit;
}

.primary-image__item:nth-child(3){
    background: linear-gradient(180deg, rgba(95, 43, 136, 0.32) 0%, rgba(24, 16, 71, 0.32) 100%);
    backdrop-filter: blur(8px);
    top: 0;
    color: #8C45FF;
    text-shadow: 0px 4px 2px 0px rgba(22, 7, 64, 0.00);
    font-size: 28px;
    line-height: 172%;
    padding: 16px 24px;
    left: 0;
    bottom: inherit;
}
.primary__background {
    user-select: none;
}
.primary__background-image{
    position: absolute;
    z-index: -1;
}

.primary__background-image:nth-child(1){
    top: -40px;
    right: 80px;
}

.primary__background-image:nth-child(2){
    top: -200px;
    right: 25%;
}

.primary__background-image:nth-child(3){
    bottom: 160px;
    right: 55%;
}

.primary__background-image:nth-child(4){
    left: 90px;
    bottom: -200px;
}

.primary__background-image:nth-child(5){
    bottom: 10px;
    right: 80px;
}

.primary__background-image:nth-child(6){
    top: -90px;
    right: 40%;
}

.primary__background-image:nth-child(7){
    right: 28%;
    bottom: -90px;
}

@media screen and (max-width: 1850px) {
    .primary-image__item{
        left: -40px;
        bottom: 80px;
    }
}

@media screen and (max-width: 1700px) {
    .primary__wrapper{
        column-gap: 75px;
    }

    .primary-image__item{
        left: 0;
        bottom: 60px;
    }
}

@media screen and (max-width: 1400px){
    .primary__wrapper{
        grid-template-columns: 1fr 480px;
    }

    .primary__title{
        max-width: 600px;
    }

    .primary-image img{
        width: 480px;
    }
}

@media screen and (max-width: 1200px) {
    .primary-image__item:nth-child(2){
        right: -40px;
    }
}

@media screen and (max-width: 1150px) {
    .primary__wrapper{
        grid-template-columns: 1fr 400px;
    }

    .primary-image img{
        width: 400px;
    }
}

@media screen and (max-width: 1025px) {
    .primary{
        margin-top: 80px;
    }

    .primary__wrapper{
        grid-template-columns: 100%;
        row-gap: 60px;
    }

    .primary__title{
        max-width: 500px;
    }

    .primary-image {
        width: fit-content;
        margin-inline: auto;
    }

    .primary-image__item{
        left: 0;
        font-size: 22px;
        padding: 14px 16px;
    }

    .primary-image__item:nth-child(2){
        right: 0;
        font-size: 24px;
        padding: 16px 19px;
    }

    .primary-image__item:nth-child(3){
        top: 40px;
        left: 20px;
        font-size: 20px;
        padding: 14px 16px;
    }

    .primary__title{
        margin-bottom: 15px;
    }

    .primary__button{
        margin-top: 40px;
    }

    .primary-image img{
        width: 100%;
        max-width: 500px;
    }

    .primary__background-image:nth-child(1){
        top: 250px;
    }

    .primary__background-image:nth-child(2){
        top: -100px;
    }

    .primary__background-image:nth-child(6){
        top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .primary{
        margin-top: 40px;
    }

    .primary__title{
        max-width: 300px;
    }

    .primary__wrapper{
        row-gap: 45px;
    }

    .primary-image__item{
        font-size: 18px;
    }

    .primary-image__item:nth-child(2){
        font-size: 20px;
    }

    .primary-image__item:nth-child(3){
        font-size: 16px;
        left: 0;
    }

    .primary__button{
        margin-top: 20px;
    }

    .primary__background-image:nth-child(5){
        bottom: 60px;
    }

    .primary-image img {
        max-height: 370px;
    }

    .primary__content {
        order: 2;
    }

    .primary__wrapper {
        row-gap: 20px;
    }

    .primary {
        margin-top: 20px;
    }
}

.primary-image-elements {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.primary-image__item {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}











































/* companies */
.companies{
    margin-top: 160px;
    max-width: 100vw;
    overflow: hidden;
}

/* .companies__wrapper{
    margin-right: -10%;
    margin-left: -10%;
} */
.swiper-companies {
    overflow: visible;
}
.swiper-slide-company{
    transition: .3s !important;
}

.company{
    padding: 45px 40px 40px 40px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(39, 28, 108, 0.60) 0%, rgba(3, 6, 51, 0.60) 100%);
    box-shadow: 8px 8px 32px 0px rgba(61, 25, 121, 0.24) inset;
    text-align: center;
}

.company__logo{
    margin-bottom: 24px;
}

.company__logo img{
    object-fit: contain;
    width: 240px;
    height: 50px;
}

.company__content{
    height: 98px;
    overflow: hidden;
}

.company__btn{
    margin-top: 32px;
    margin-inline: auto;
    padding: 16px 40px;
    border: 2px solid rgba(167, 163, 247, 0.49);
    border-radius: 32px;
    box-shadow: none;
}
.swiper-companies-nav {
    max-width: 300px;
    margin: 0 auto;
    justify-content: center;
    margin-top: 30px;
}
.swiper-companies-nav .swiper-button {
    user-select: none;
    cursor: pointer;
}



@media screen and (max-width: 1600px) {
    .companies__wrapper{
        /* margin-left: -20%; */
    }
}

@media screen and (max-width: 1400px) {
    .companies__wrapper{
        /* margin-left: 0; */
    }

    .company{
        padding: 35px 30px;
    }
}

@media screen and (max-width: 1200px) {
    .companies__wrapper{
        /* margin-left: -10%; */
    }
}

@media screen and (max-width: 1025px) {
    .companies{
        margin-top: 120px;
    }

    .companies__wrapper{
        /* margin-left: 0; */
        /* margin-right: -15%; */
    }

    .company{
        padding: 30px 25px;
    }

    .company__btn{
        margin-top: 24px;
    }
}

@media screen and (max-width: 900px) {
    .companies__wrapper{
        /* margin-left: -10%; */
    }
}

@media screen and (max-width: 767px) {
    .companies{
        margin-top: 90px;
    }

    .companies__wrapper{
        margin-left: 0;
        /* margin-right: -30%; */
    }

    .company{
        padding: 25px 20px;
    }

    .company__logo{
        margin-bottom: 16px;
    }

    .company__logo img{
        width: 200px;
        height: 40px;
    }

    .company__btn{
        margin-top: 16px;
    }
}

@media screen and (max-width: 600px) {
    .companies__wrapper{
        margin-left: 0;
        margin-right: 0;
    }
}

/*@media screen and {*/
/*    */
/*}*/











































/* planning */
.planning{
    margin-top: 80px;
    position: relative;
}

.planning__background-text{
    left: 50px;
}
@media screen and (max-width: 500px) {
    .planning__background-text {
        left: auto;
        top: -60px;
    }
}
.planning__wrapper{
    padding-top: 120px;
    display: grid;
    grid-template-columns: minmax(0, 610px) 666px;
    align-items: start;
    column-gap: 175px;
}

.planning__content{
    margin-top: 35px;
}

.planning__title{
    margin-bottom: 24px;
}

.planning__footer{
    margin-top: 80px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: 620px;
}
.planning__footer_nav {
    margin-top: -60px;
}
.planning_nav{
    display: flex;
    align-items: center;
    column-gap: 30px;
    position: relative;
    z-index: 3;
}

.swiper-button-next-plan,
.swiper-button-prev-plan{
    cursor: pointer;
}

.swiper-button-next-plan circle,
.swiper-button-prev-plan circle{
    transition: .2s;
}

.swiper-button-next-plan:hover circle,
.swiper-button-prev-plan:hover circle{
    stroke: #7C77AB;
}

.planning-image__main {
    position: relative;
}

.planning-image__main img{
    max-width: 100%;
    border-radius: 16px;
}
@media screen and (max-width: 767px) {
    .planning-image__main img {
        max-width: 100%;
    }
}

.planning-image-slide{
    position: absolute;
    height: 382px;
    transition: .6s;
    opacity: 0;
    visibility: hidden;
    right: 0;
    transform: translateX(50%);
    object-fit: contain;
}

.planning-image-slide.active{
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.planning-image__small{
    position: absolute;
    z-index: -1;
    right: 0;
    top: -60px;
    border-radius: 16px;
}

.planning-image__blur{
    /* position: absolute;
    bottom: -110px;
    z-index: -1;
    right: 0;
    border-radius: 24px; */

    position: absolute;
    bottom: -110px;
    z-index: -1;
    right: -80px;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    opacity: 0.4;
}

.planning-image {
    position: relative;
    height: 100%;
}

.swiper-planning {
    overflow: visible;
}

@media screen and (max-width: 1600px) {
    .planning__wrapper{
        column-gap: 125px;
    }
}

@media screen and (max-width: 1500px) {
    .planning__wrapper{
        column-gap: 80px;
        justify-content: center;
        grid-template-columns: 520px 1fr;
    }

    .planning__content{
        max-width: 666px;
        min-width: 0;
    }

    .planning-image-slide{
        /*height: 325px;*/
    }
}

@media screen and (max-width: 1200px) {
    .planning__wrapper{
        grid-template-columns: 460px 1fr;
        column-gap: 45px;
    }

    .planning__content{
        margin-top: 30px;
    }

    .planning__footer{
        margin-top: 45px;
    }
    .planning__footer_nav {
        margin-top: -56px;
    }

    .planning-image-slide{
        height: 287.5px;
    }
}

@media screen and (max-width: 1025px) {
    .planning__wrapper{
        grid-template-columns: 100%;
    }
    .planning-image{
        text-align: center;
    }

    .planning__content{
        max-width: 100%;
    }

    .planning__footer{
        max-width: 100%;
        margin-left: 60px;
    }

    .planning-image-slide,
    .planning-image__main{
        height: 382px;
    }
}

@media screen and (max-width: 767px) {
    .planning__title{
        margin-bottom: 15px;
    }

    .planning__footer{
        margin-top: 30px;
        margin-left: 0;
    }
    .planning__footer_nav {
        margin-top: -54px;
    }
    .mobile-menu__logo img {
        width: 120px;
    }
}

@media screen and (max-width: 500px) {
    .planning-image-slide,
    .planning-image__main{
        height: 330px;
    }
}

@media screen and (max-width: 450px) {
    .planning-image-slide,
    .planning-image__main{
        height: 300px;
    }
}

@media screen and (max-width: 400px) {
    .planning__content{
        text-align: center;
    }

    .planning__footer{
        flex-direction: column-reverse;
        row-gap: 30px;
        align-items: center;
        margin-top: 0;
    }
    .planning__footer_nav {
        margin-top: 20px;
    }

    .planning-image-slide,
    .planning-image__main{
        height: 250px;
    }
}

@media screen and (max-width: 340px) {
    .planning-image-slide,
    .planning-image__main{
        height: 220px;
    }
}





















/* about */
.about{
    margin-top: 460px;
    position: relative;
}

.about__background-arc{
    top: -290px;
    width: 100%;
    transform: scale(-1, 1);
    max-width: 80%;
}

.about__background{
    position: absolute;
    left: -15%;
    top: -50%;
}

.about__background-text{
    font-size: 124px;
    top: 55px;
}

.about__wrapper{
    display: grid;
    grid-template-columns: 765px 1fr;
    column-gap: 300px;
    align-items: center;
    padding-top: 100px;
}

.about-image-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.about-image.active{
    opacity: 1;
    visibility: visible;
    position: static;
}

.about__content{
    position: relative;
}

.about-image__text{
    position: absolute;
    color: #FAFAFF;
    font-size: 57px;
    line-height: 92%;
    text-align: center;
    max-width: 200px;
}

.about-item{
    display: flex;
    column-gap: 25px;
    color: #FAFAFF;
    position: absolute;
    line-height: 100%;
    align-items: center;
}

.about-item .about-item__text{
    text-align: left;
    line-height: 120%;
}

.about-item .about-item__text span{
    display: block;
}

.about-item__circle img{
    object-fit: contain;
}

.about-item:nth-child(1){
    font-size: 34px;
    top: -30px;
    left: 235px;
}

.about-item:nth-child(1) .about-item__text{
    min-width: 400px;
}

.about-item:nth-child(1) .about-item__circle img{
    width: 74px;
    height: 74px;
}

.about-item:nth-child(2){
    font-size: 28px;
    column-gap: 0;
    right: -80px;
    top: 260px;
}

.about-item:nth-child(2) .about-item__text span:first-of-type{
    font-size: 24px;
    font-weight: 600;
}

.about-item:nth-child(2) .about-item__text{
    max-width: 200px;
}

.about-item:nth-child(3){
    font-size: 50px;
    column-gap: 23px;
    bottom: -40px;
    left: 30px;
}

.about-item:nth-child(3) .about-item__text{
    /* max-width: 200px; */
    line-height: 100%;
}

.about-item:nth-child(3) span{
    font-size: 27px;
}

.about-image:not(.active) .about-item:nth-child(1){

}

.about__title{
    margin-bottom: 40px;
}

.about__text{
    max-width: 430px;
    opacity: .72;
}

.about__btn{
    margin-top: 65px;
}

.about__steps{
    width: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    position: absolute;
    right: -72px;
    top: -130px;
}

.about-step{
    background: #333377;
    width: 50%;
    height: 3.5px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-step.active{
    width: 100%;
    background: var(--white-color);
}

.about-step:after{
    content: "";
    width: 32px;
    height: 24px;
    position: absolute;
    right: 0;
}
.about_nav {
    display: flex;
    margin-top: 30px;
    gap: 30px;
}
.swiper-slide-about * {
    transform: translateX(60px);
    transition: .4s;
}

.swiper-slide-about.swiper-slide-active * {
    transform: none;
}
.about-item__circle {
    flex: 0 0 66px;
}
.about-image.active .about-item__circle img {
    transform: none;
}

.about-image .about-item__circle img {
    transition: .7s;
    transform: scale(0.3);
}

.about-image .about-item__text {
    transition: .7s;
    transform: translateX(100px);
}

.about-image.active .about-item__text {
    transform: none;
}

@media screen and (max-width: 1800px) {
    .about{
        margin-top: 400px;
    }

    .about__steps{
        right: 0;
        /* top: -80px; */
    }

    .about__wrapper{
        column-gap: 250px;
    }
}

@media screen and (max-width: 1600px) {
    .about{
        margin-top: 350px;
    }

    .about__wrapper{
        column-gap: 150px;
    }

    .about__background-text{
        font-size: 90px;
    }

    .about-item:nth-child(1){
        font-size: 28px;
        column-gap: 0;
        left: 200px;
    }

    .about-item:nth-child(1) .about-item__text{
        min-width: 350px;
    }

    .about-item:nth-child(2){
        font-size: 24px;
        column-gap: 0;
    }

    .about-item:nth-child(2) .about-item__text span:first-of-type{
        font-size: 20px;
    }

    .about-item:nth-child(3){
        font-size: 40px;
        left: 80px;
        bottom: 0;
        column-gap: 15px;
    }

    .about-item:nth-child(3) span:last-of-type{
        font-size: 24px;
    }

    .about-item:nth-child(3) .about-item__circle{
        width: 80px;
        height: 80px;
    }

    .about-image__text{
        font-size: 46px;
    }

}

@media screen and (max-width: 1400px) {
    .about__wrapper{
        grid-template-columns: calc(100% - 400px - 30px) 400px;
        column-gap: 30px;
    }
}

@media screen and (max-width: 1200px){
    .about{
        margin-top: 300px;
    }

    .about__wrapper{
        /* column-gap: 70px; */
    }

    .about-item:nth-child(1){
        font-size: 24px;
        left: 75px;
    }

    .about-item:nth-child(2){
        font-size: 20px;
    }

    .about-item:nth-child(3){
        font-size: 32px;
    }

    .about-image__text{
        font-size: 38px;
    }
}

@media screen and (max-width: 1025px) {
    .about{
        margin-top: 200px;
    }

    .about__background-arc{
        top: 320px;
    }

    .about__background-text{
        font-size: 60px;
    }

    .about__title{
        margin-bottom: 30px;
        max-width: 500px;
    }

    .about-image{
        justify-self: center;
    }

    .about__btn{
        margin-top: 35px;
    }

    .about-item:nth-child(1){
        font-size: 20px;
        left: 115px;
        top: 0;
    }

    .about-item:nth-child(1) .about-item__text{
        max-width: 150px;
        min-width: 100%;
    }

    .about-item:nth-child(2){
        font-size: 18px;
        column-gap: 0;
        left: 0;
        right: inherit;
        top: 150px;
    }

    .about-item:nth-child(2) .about-item__text span:first-of-type{
        font-size: 18px;
    }

    .about-item:nth-child(3){
        font-size: 24px;
        left: 60px;
        bottom: -20px;
    }

    .about-item:nth-child(3) span:last-of-type{
        font-size: 20px;
    }

    .about-image-wrapper{
        /* min-height: 555px; */
    }

    .about-image.active{
        position: absolute;
    }
}

@media screen and (max-width: 767px) {
    .about__wrapper {
        grid-template-columns: 100%;
        row-gap: 45px;
    }
    .about{
        margin-top: 150px;
    }

    .about__wrapper{
        row-gap: 30px;
    }

    .about__title{
        margin-bottom: 20px;
    }

    .about__background-text{
        font-size: 50px;
    }

    .about__btn{
        margin-top: 20px;
    }

    .about-item:nth-child(1){
        font-size: 18px;
    }

    .about-item:nth-child(2){
        font-size: 16px;
    }

    .about-item:nth-child(2) .about-item__text span:first-of-type{
        font-size: 16px;
    }

    .about-item:nth-child(3){
        font-size: 22px;
    }

    .about-item:nth-child(3) span:last-of-type{
        font-size: 18px;
    }
    .about__content {
        order: 2;
        margin-top: 50px;
    }

    .about__wrapper {
        padding-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .about-image-wrapper{
        min-height: fit-content;
    }

    .about-image.active{
        position: static;
    }
}
@media screen and (max-width: 500px) {
    .about-item:nth-child(1) {
        top: 20px;
        left: 110px;
    }

    .about-item:nth-child(2) {
        top: 60%;
        left: 20px;
    }
    .about-item:nth-child(2) br {
        display: none;
    }

    .about-item:nth-child(3) {
        bottom: 0;
        left: 70px;
        font-size: 20px;
    }
}

@media screen and (max-width: 450px) {
    .about-image__text{
        font-size: 32px;
        max-width: 150px;
    }
}













/* people */
.people{
    margin-top: 240px;
}

.people__title{
    margin-bottom: 28px;
}

.people__text{
    max-width: 704px;
    opacity: .8;
}

.people__wrapper{
    margin-top: 45px;
    position: relative;
}

.people-item{
    position: absolute;
    top: 0;
    text-align: center;
}

.people-item:nth-child(1){
    left: 280px;
    top: 188px;
    max-width: 135px;
}

.people-item:nth-child(2){
    left: 38%;
    top: 95px;
    max-width: 307px;
}

.people-item:nth-child(3){
    right: 280px;
    top: 117px;
    max-width: 151px;
}

.people-item__circle{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: rgba(55, 90, 221, 0.30);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-inline: auto;
}

.people-item__circle:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #E1DFF6;
}

.people-item__title{
    color: #E0DEF6;
    margin-top: 80px;
    margin-bottom: 16px;
    display: block;
}

.people-item__text{
    letter-spacing: 0.14px;
}
















/* Steps section */
.steps-line {
    margin: 200px 0;
}

.steps-line-content__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1150px;
    margin: 0 auto;
}

.steps-line-content-line {
    max-width: 1500px;
    margin: 0 auto
}

.steps-line-content__item {
    max-width: 250px;
    text-align: center;
}

.steps-line-content__item:nth-child(2) {
    margin-top: -100px;
}

.steps-line-content__item:nth-child(1) {
    margin-top: -30px;
}

.steps-line-content {
    margin-top: -50px;
}

.steps-line__text {
    max-width: 700px;
}

.steps-line-content__item-title {
    color: #fff;
    margin-bottom: 16px;
}

.steps-line-content__item-description {
    line-height: 1.7em;
}

.steps-line-content-line video {
    width: 100%;
}
@media screen and (max-width: 1300px) {
    .steps-line-content__wrapper {
        margin-top: 50px;
    }
}
@media screen and (max-width: 992px) {
    .steps-line {
        margin: 90px 0;
    }
    .steps-line-content {
        margin-top: 0;
    }
    .steps-line-content__wrapper {
        flex-direction: column;
        margin-top: -40px;
    }

    .steps-line-content__item {
        max-width: 100%;
        margin-top: 30px !important;
    }




    .steps-line-content__wrapper {
        max-width: 70vw;
        align-content: center;
    }

    /* .steps-line-content-line {
        position: absolute;
        transform: rotate(90deg);
        top: 190px;
        right: -170px;
        width: 440px;
    } */

    .steps-line-content {
        position: relative;
        margin-top: 40px;
    }

    .steps-line-content__item {
        text-align: right;
    }
}
@media screen and (max-width: 500px) {
    .steps-line-content__wrapper {
        max-width: 100vw;
    }
}





















/* second page styles */
/* introduction */
.introduction{
    margin-top: 200px;

}

.introduction__wrapper{
    max-width: 1200px;
    text-align: center;
    margin-inline: auto;
}

.introduction__logo{
    margin-bottom: 20px;
}

.introduction__logo img{
    width: 167px;
    height: 167px;
}

.introduction__action{
    margin-top: 50px;
    display: flex;
    column-gap: 32px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1600px) {
    .introduction{
        margin-top: 150px;
    }
}

@media screen and (max-width: 1025px) {
    .introduction{
        margin-top: 90px;
    }

    .introduction__logo img{
        width: 140px;
        height: 140px;
    }

    .introduction__action{
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .introduction{
        margin-top: 60px;
    }

    .introduction__logo{
        margin-bottom: 10px;
    }

    .introduction__logo img{
        width: 120px;
        height: 120px;
    }

    .introduction__action{
        margin-top: 30px;
    }
}

@media screen and (max-width: 550px){
    .introduction__action{
        flex-direction: column;
        row-gap: 20px;
    }
}














/* plan project */
.plan-project{
    margin-top: 180px;
}

.container-plan-project{
    max-width: 1780px;
}

.plan-project__wrapper{
    display: grid;
    grid-template-columns: 560px 1fr;
    column-gap: 150px;
    align-items: center;
    padding-right: 80px;
}

.plan-project__title{
    margin-bottom: 25px;
}

.plan-project__text{
    margin-bottom: 60px;
}

@media screen and (max-width: 1800px) {
    .plan-project__wrapper{
        padding-right: 40px;
    }
}

@media screen and (max-width: 1600px) {
    .plan-project{
        margin-top: 130px;
    }

    .plan-project__wrapper{
        padding-right: 0;
        column-gap: 80px;
    }
}

@media screen and (max-width: 1400px){
    .plan-project__wrapper{
        grid-template-columns: 500px 1fr;
    }
}

@media screen and (max-width: 1200px) {
    .plan-project{
        margin-top: 120px;
    }

    .plan-project__wrapper{
        grid-template-columns: 440px 1fr;
        column-gap: 40px;
    }
}

@media screen and (max-width: 1025px) {
    .plan-project{
        margin-top: 90px;
    }

    .plan-project__wrapper{
        grid-template-columns: 100%;
        row-gap: 45px;
    }

    .plan-project__image{
        max-width: 600px;
        margin-inline: auto;
    }

    .plan-project__title{
        margin-bottom: 20px;
    }

    .plan-project__text{
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .plan-project{
        margin-top: 70px;
    }

    .plan-project__wrapper{
        row-gap: 30px;
    }

    .plan-project__title{
        margin-bottom: 15px;
    }

    .plan-project__text{
        margin-bottom: 20px;
    }
}

























/* departments */
.departments{
    margin-top: 120px;
    position: relative;
    max-width: 100vw;
    overflow: hidden;
}

.departments__background-text {
    right: 0;
    top: 30%;
}

.departments__wrapper{
    display: grid;
    grid-template-columns: 1fr 610px;
    column-gap: 75px;
    padding-right: 35px;
}

.departments-image{
    margin-top: 25vh;
    position: relative;
}

.departments-image__main img:not(.active){
    /* display: none; */
}
.departments-image__main {
    width: 100%;
    height: 100%;
    position: relative;
}

.departments-image__main img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}

.departments-image__small {
    position: absolute;
    top: 37.5%;
    z-index: -1;
    left: 60px;
}

.departments-image__small img{
    max-width: 283px;
    max-height: 104px;
    border-radius: 16px;
}

.departments-image__blur{
    /* position: absolute;
    left: 0;
    bottom: 50px;
    z-index: -1; */

    position: absolute;
    left: -120px;
    top: 100%;
    z-index: -1;
    width: 100%;
    height: 540px;
    opacity: .7;
    filter: blur(5px);
}
.departments-image__blur img{
    border-radius: 24px;
    position: absolute;
    object-fit: contain;
}

.departments-points{
    display: flex;
    flex-direction: column;
    /* row-gap: 32px; */
}
.departments .container {
    height: 100vh;
}
.department-item{
    border-bottom: 1px solid rgba(124, 119, 171, 0.40);
    overflow: hidden;
}
.department-item {
    position: absolute;
    top: 25vh;
    right: 0;
    width: calc(100% - 75px - 540px - 100px);
}
.department-item__wrapper {
    display: grid;
    grid-template-columns: 153px 1fr;
    column-gap: 32px;
    padding-bottom: 48px;
}

.department-item__logo{
    max-height: 166px;
    margin-top: 10px;
}

.department-item__content{
    margin-top: 45px;
}

.department-item__title{
    display: block;
    margin-bottom: 24px;
    cursor: pointer;
    transition: .2s;
    width: fit-content;
}

.department-item__title:hover,
.department-item__title.active{
    color: var(--text-color);
}


.department-item__text{
    /* opacity: .7;
    display: none; */
    overflow: hidden;
}

.department-item__title.active + .department-item__text{
    display: block;
}





.department-item__wrapper {
    grid-template-columns: 100%;
    padding-right: 40px;
    column-gap: 0;
}

.department-item__content {
    margin-top: 20px;
}

.department-item {
    border: none;
}


@media screen and (max-width: 1700px) {
    .department-item {
        top: 0vh;
    }

    .departments__wrapper {
        column-gap: 35px;
    }
    .department-item {
        width: calc(100% - 35px - 540px - 100px);
    }
    .department-item__text {
        font-size: 17px;
    }
}

@media screen and (max-width: 1600px) {
    .departments__wrapper{
        padding-right: 0;
        grid-template-columns: 1fr 540px;
    }

    .department-item__wrapper {
        padding-bottom: 32px;
        /* grid-template-columns: 120px 1fr; */
        /* column-gap: 20px; */
    }

    .department-item__logo{
        width: 120px;
        height: 130px;
    }
}

@media screen and (max-width: 1400px) {
    .departments__wrapper{
        column-gap: 45px;
    }

    .department-item__wrapper {
        grid-template-columns: 100px 1fr;
    }

    .department-item__logo{
        width: 100px;
        height: 105px;
    }

    .department-item__content{
        margin-top: 35px;
    }
    .department-item {
        width: calc(100% - 75px - 540px);
    }
}

@media screen and (max-width: 1200px) {
    .departments{
        margin-top: 90px;
    }

    .departments__wrapper{
        grid-template-columns: 1fr 460px;
        column-gap: 30px;
    }

    .department-item__wrapper {
        grid-template-columns: 80px 1fr;
    }

    .department-item__logo{
        width: 80px;
        height: 85px;
    }

    .department-item__content{
        margin-top: 30px;
    }
}
@media screen and (min-width: 1025px) {
    .departments-item__mobile-image {
        display: none;
    }
}
@media screen and (max-width: 1025px) {
    .departments{
        margin-top: 60px;
    }

    .departments__background-text{
        top: 30%;
    }

    .departments__wrapper{
        grid-template-columns: 100%;
    }

    .departments-image{
        margin-top: 60px;
        position: relative;
    }

    .departments-image__small{
        top: -10%;
        left: 0;
    }

    .departments-image__blur{
        bottom: -40%;
    }

    .departments-points{
        /* row-gap: 24px; */
    }

    .department-item__wrapper {
        grid-template-columns: 60px 1fr;
    }
    .department-item__wrapper {
        padding-bottom: 24px;
    }

    .department-item__logo{
        width: 60px;
        height: 70px;
    }

    .department-item__title{
        margin-bottom: 16px;
    }

    .department-item__content{
        margin-top: 25px;
    }





    .department-item {
        top: 460px;
        width: 100%;
    }

    .departments-image__main img {
        max-height: 400px;
        width: 100%;
        object-fit: contain;
        right: 0;
        left: auto;
    }

    .department-item__wrapper {
        grid-template-columns: 100%;
    }

}

@media screen and (max-width: 767px) {
    .departments{
        margin-top: 90px;
    }

    .departments-image{
        margin-top: 45px;
    }

    .department-item__wrapper {
        grid-template-columns: 100%;
    }
    .department-item__wrapper {
        padding-bottom: 16px;
    }

    .department-item__title{
        margin-bottom: 8px;
    }

    .department-item__content{
        margin-top: 10px;
    }



    .departments-points {
        gap: 40px;
    }
    .departments-image {
        display: none;
    }

    .department-item {
        position: relative !important;
        top: auto;
        left: auto;
        right: auto;
        transform: none !important;
        opacity: 1 !important;
    }

    .departments .container {
        height: fit-content;
    }
    .department-item__wrapper {
        padding-right: 0;
    }
}






















/* marketplace */
.marketplace{
    position: relative;
    margin-top: 100px;
    overflow: hidden;
}

.marketplace__background-arc{
    top: 290px;
}

.container-marketplace{
    max-width: 1740px;
}

.marketplace__content{
    max-width: 970px;
    margin-inline: auto;
    text-align: center;
}

.marketplace__title{
    margin-bottom: 50px;
}

.marketplace__wrapper{
    margin-top: 80px;
    position: relative;
}

.marketplace__image{
    /* text-align: end; */
    position: relative;
    width: 800px;
    /* margin-right: -120px; */
}

.marketplace__image img {
    width: fit-content;
}

.marketplace__points.active{
    opacity: 1;
    visibility: visible;
}
.marketplace__points {
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 930px;
    max-width: 920px;
    height: 100%;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    padding-left: 30px;
}
.marketplace-point {
    display: flex;
    align-items: center;
    gap: 30px;
}
.marketplace__image>img {
    width: 900px;
    margin-top: 100px;
    transform: scale(-1, 1);
}
.marketplace__wrapper .marketplace__text {
    max-width: 430px;
}

.marketplace-point__desc {
    line-height: 1.3em;
}

/* .marketplace-point {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: end;
    max-width: 880px;
    column-gap: 30px;
}

.marketplace-point:nth-child(1){
    top: -20px;
    left: 650px;
}

.marketplace-point:nth-child(2){
    top: 210px;
    left: 820px;
    max-width: 750px;
}

.marketplace-point:nth-child(3){
    top: 510px;
    left: 840px;
    max-width: 750px;
}

.marketplace-point:nth-child(4){
    top: 775px;
    left: 725px;
} 

.marketplace-point:nth-child(5) {
    top: 650px;
    left: 810px;
}

.marketplace-point:nth-child(6) {
    top: 800px;
    left: 700px;
}
*/
.marketplace-point:nth-child(1) {
    margin-right: -90px;
}

.marketplace-point:nth-child(2) {
    margin-right: -20px;
}

.marketplace-point:nth-child(3) {}

.marketplace-point:nth-child(4) {}

.marketplace-point:nth-child(5) {
    margin-right: -20px;
}

.marketplace-point:nth-child(6) {
    margin-right: -90px;
}

.points-switcher{
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.points-switcher span{
    position: absolute;
    transition: .2s;
}

.points-switcher span:last-child{
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition: .4s;
}

.points-switcher.active span{
    opacity: 1;
    visibility: visible;
    transform: none;
}

.points-switcher:nth-child(1) {
    top: 250px;
    right: 680px;
}

.points-switcher:nth-child(2) {
    top: 370px;
    right: 745px;
}


.points-switcher:nth-child(3) {
    top: 500px;
    right: 765px;
}

.points-switcher:nth-child(4) {
    top: 630px;
    right: 735px;
}

.points-switcher:nth-child(5) {
    top: 740px;
    right: 650px;
}
.marketplace-point__image {
    flex: 0 0 90px;
}

.marketplace-point__text{
    color: #FAFAFF;
    font-size: 34px;
    line-height: 122%;
}
@media screen and (min-width: 1025px) {
    .marketplace_2 .marketplace-point__text {
        color: #FAFAFF;
        font-size: 80px;
        line-height: 122%;
        font-family: "Birzia";
    }
}

.marketplace__background-arc {
    width: 100%;
    transform: scale(-1, 1);
    max-width: 80%;
}

.marketplace__switchers-mobile{
    display: none;
}



/* animation */
.marketplace__points .marketplace-point__content-wrapper {
    transform: translateX(-200px);
    transition: .6s;
    opacity: 0;
}
.marketplace__points .marketplace-point:nth-child(1) .marketplace-point__content-wrapper {
    transition: 0.5s;
}

.marketplace__points .marketplace-point:nth-child(2) .marketplace-point__content-wrapper {
    transition: .8s;
}

.marketplace__points .marketplace-point:nth-child(3) .marketplace-point__content-wrapper {
    transition: 1.2s;
}

.marketplace__points .marketplace-point:nth-child(4) .marketplace-point__content-wrapper {
    transition: 1.5s;
}

.marketplace__points .marketplace-point:nth-child(5) .marketplace-point__content-wrapper {
    transition: 1.9s;
}
.marketplace__points .marketplace-point:nth-child(6) .marketplace-point__content-wrapper {
    transition: 2.2s;
}

.marketplace__points.active .marketplace-point__content-wrapper {
    transform: none;
    opacity: 1;
}

.marketplace-point__image {
    transform: scale(.2);
    transition: .4s;
    opacity: 0;
}
.marketplace__points .marketplace-point:nth-child(1) .marketplace-point__image {
    transition: 0.5s;
}

.marketplace__points .marketplace-point:nth-child(2) .marketplace-point__image {
    transition: .8s;
}

.marketplace__points .marketplace-point:nth-child(3) .marketplace-point__image {
    transition: 1.2s;
}

.marketplace__points .marketplace-point:nth-child(4) .marketplace-point__image {
    transition: 1.5s;
}

.marketplace__points .marketplace-point:nth-child(5) .marketplace-point__image {
    transition: 1.9s;
}

.marketplace__points.active .marketplace-point__image {
    transform: none;
    opacity: 1;
}

.marketplace__main{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 150px;
    max-width: 450px;
}

.marketplace__logo{
    margin-bottom: 35px;
}

.marketplace__logo img{
    width: 160px;
    height: 95px;
    object-fit: contain;
}

.marketplace__title{
    margin-bottom: 15px;
    color: var(--white-purple-color);
}

.marketplace__text p {
    line-height: 175.5%; /* 42.12px */
    letter-spacing: 0.24px;
}

.points-switcher span:first-child img {
    max-width: 60px;
    max-height: 60px;
}
.points-switcher span:last-child img {
    max-width: 90px;
    max-height: 90px;
}
@media screen and (max-width: 1800px) {
    .marketplace__image>img {
        margin-right: -120px;
    }
    .marketplace__main {
        right: 70px;
    }
    .marketplace__points {
        right: 730px;
        max-width: 100%;
    }
    .points-switcher:nth-child(1) {
        top: 250px;
        right: 560px;
    }

    .points-switcher:nth-child(2) {
        top: 370px;
        right: 625px;
    }


    .points-switcher:nth-child(3) {
        top: 500px;
        right: 640px;
    }

    .points-switcher:nth-child(4) {
        top: 630px;
        right: 610px;
    }

    .points-switcher:nth-child(5) {
        top: 740px;
        right: 530px;
    }
}
@media screen and (max-width: 1600px) {
    .marketplace{
        margin-top: 240px;
    }
    .marketplace__image>img {
        margin-right: 0;
    }

    .marketplace__background-arc{
        top: 180px;
    }

    .marketplace__image img{
        max-width: 650px;
    }
    .marketplace-point__image {
        flex: 0 0 90px;
    }
    
    .marketplace-point__text{
        /* font-size: 26px; */
    }
    .marketplace__main{
        right: 110px;
        top: 50%;
        max-width: 400px;
    }
    .marketplace__image {
        width: 620px;
    }

    .marketplace__wrapper .marketplace__text {
        font-size: 20px;
    }
    .marketplace__wrapper {
        padding: 50px 0 100px;
        margin-top: 80px;
    }

    .marketplace__points {
        margin: 0;
    }
    .marketplace-point:nth-child(1) {
        top: 80px;
        left: 515px;
    }

    .marketplace-point:nth-child(2) {
        top: 230px;
        left: 595px;
    }

    .marketplace-point:nth-child(3) {
        top: 400px;
        left: 600px;
    }

    .marketplace-point:nth-child(4) {
        top: 550px;
        left: 555px;
        column-gap: 50px;
    }




    .points-switcher:nth-child(1) {
        top: 200px;
        right: 535px;
    }

    .points-switcher:nth-child(2) {
        top: 310px;
        right: 605px;
    }


    .points-switcher:nth-child(3) {
        top: 440px;
        right: 615px;
    }

    .points-switcher:nth-child(4) {
        top: 555px;
        right: 575px;
    }

    .points-switcher:nth-child(5) {
        top: 650px;
        right: 490px;
    }
}
@media screen and (max-width: 1300px) {
    .marketplace__image>img {
        margin-right: -150px;
    }

    .marketplace__main {
        right: 20px;
    }

    .points-switcher:nth-child(1) {
        top: 200px;
        right: 395px;
    }

    .points-switcher:nth-child(2) {
        top: 310px;
        right: 455px;
    }

    .points-switcher:nth-child(3) {
        top: 440px;
        right: 470px;
    }

    .points-switcher:nth-child(4) {
        top: 555px;
        right: 435px;
    }

    .points-switcher:nth-child(5) {
        top: 640px;
        right: 350px;
    }

    .marketplace__points {
        right: 530px;
    }
}

@media screen and (max-width: 1200px) {
    .marketplace{
        margin-top: 150px;
    }

    .marketplace__image img{
        max-width: 500px;
    }

    .marketplace-point__image {
        flex: 0 0 65px;
    }

    .marketplace-point{
        column-gap: 20px !important;
    }

    .marketplace-point:nth-child(1) {
        top: 90px;
        left: 425px;
    }

    .marketplace-point:nth-child(2) {
        left: 470px;
        top: 210px;
    }

    .marketplace-point:nth-child(3) {
        top: 340px;
        left: 460px;
    }

    .marketplace-point:nth-child(4) {
        top: 450px;
        left: 415px;
    }

    .marketplace-point__text{
        /* font-size: 22px; */
    }

    .points-switcher span:first-child img {
        max-width: 35px;
        max-height: 35px;
    }

    .points-switcher span:last-child img {
        max-width: 55px;
        max-height: 55px;
    }

    .marketplace__main{
        max-width: 280px;
        top: 45%;
        left: 30px;
    }

    .marketplace__logo{
        margin-bottom: 20px;
    }

    .marketplace__logo img {
        width: 120px;
        height: 70px;
    }

    .marketplace__wrapper .marketplace__text {
        font-size: 16px;
    }

    .marketplace__image>img {
        margin-top: 80px;
        margin-right: -100px;
    }

    .marketplace__image {
        width: 500px;
    }

    .marketplace__main {
        top: 53%;
    }

    .points-switcher:nth-child(1) {
        top: 150px;
        right: 315px;
    }

    .points-switcher:nth-child(2) {
        top: 240px;
        right: 365px;
    }

    .points-switcher:nth-child(3) {
        top: 340px;
        right: 380px;
    }

    .points-switcher:nth-child(4) {
        top: 425px;
        right: 353px;
    }

    .points-switcher:nth-child(5) {
        top: 495px;
        right: 297px;
    }

    .marketplace__points {
        right: 450px;
        margin-top: -80px;
    }
    .marketplace__wrapper {
        padding: 50px 0 250px;
    }
    .marketplace+.section-heading {
        margin-top: 0 !important;
    }
    .marketplace__content {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1025px) {
    .marketplace-point{
        column-gap: 15px !important;
    }

    .marketplace-point__text{
        font-size: 26px;
    }

    .marketplace__main{
        left: 20px;
    }
}
@media screen and (min-width: 900px) {
    .marketplace_2 .marketplace__switchers-mobile {
        display: none !important;
    }
}
@media screen and (max-width: 900px){
    .marketplace{
        margin-top: 70px;
    }

    .marketplace__background-arc{
        top: 140px;
    }

    .marketplace__title{
        margin-bottom: 20px;
    }

    .marketplace__wrapper{
        margin-top: 30px;
    }

    .marketplace__image{
        position: absolute;
        left: 0;
        z-index: -1;
    }

    .marketplace__points{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 20px;
        margin-top: 20px;
        position: absolute;
        width: 100%;
        gap: 20px;
        transition: none;
        right: auto;
    }
    .marketplace__points.active {
        position: relative;
    }

    .marketplace-point{
        max-width: 100% !important;
        position: static;
        justify-content: flex-start;
    }

    .marketplace-point__image {
        flex: 0 0 50px;
    }

    .marketplace-point__text{
        max-width: 240px;
    }

    .marketplace__switchers-pc{
        /* display: flex;
        justify-content: center; */
        display: none;
    }

    .marketplace__switchers-mobile{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .points-switcher{
        position: static;
        width: 60px;
        height: 60px;
    }

    .marketplace__image {
        position: relative;
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
        text-align: center;
    }

    .marketplace__image>img {
        margin: 20px 0;
        width: 440px;
    }

    .marketplace__main {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        margin: 0 auto;
    }

    .marketplace-point {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    .marketplace-point__text {
        /* font-size: 16px; */
    }
    .marketplace-point {
        margin: 0 !important;
        right: auto !important;
        top: auto !important;
        left: auto !important;
    }
    .marketplace__points {
        padding: 0 20px;
    }
    .marketplace__wrapper {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 500px) {
    .marketplace__points {
        flex-direction: column;
    }
    .marketplace__image img {
        max-width: 100%;
    }

    .marketplace__main {
        top: 45%;
    }

    .marketplace__wrapper .marketplace__text {
        max-width: 60vw;
        margin: 0 auto;
    }
    .marketplace__main {
        max-width: 280px;
        width: 100%;
        right: auto;
    }
    .marketplace__points {
        padding: 0;
    }
}
@media screen and (max-width: 400px) {
    .marketplace__wrapper .marketplace__text p {
        line-height: 20px !important;
    }

    .marketplace__wrapper .marketplace__title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .marketplace__logo {
        margin-bottom: 10px;
    }
}


























/* section heading */

.section-heading{
    margin-top: 185px;
    max-width: 968px;
    margin-inline: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    z-index: 1;
    position: relative;
}

.section-heading__text{
    opacity: .7;
}

@media screen and (max-width: 1600px) {
    .section-heading {
        margin-top: 150px;
    }
}

@media screen and (max-width: 1025px) {
    .section-heading {
        margin-top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading {
        margin-top: 70px;
        row-gap: 10px;
    }
}

























/* text block */
.text-block{
    margin-top: 200px;
}

.text-block__wrapper{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    column-gap: 115px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-inline: auto;
}

.text-block__wrapper-without-separator{
    grid-template-columns: 720px 1fr;
}

.text-block__title{
    /* text-align: left; */
    /* max-width: 600px; */
}

.text-block__title-without-separator{
    font-size: 60px;
    line-height: 125%;
    max-width: 100%;
}

.text-block__separator{
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    background: #1D1A58;
    height: 100%;
    /* max-height: 138px; */
    width: 2px;
}

.text-block__text{
    /* max-width: 500px; */
    /* text-align: left; */
}

.text-block__text-without-separator{
    max-width: 100%;
}

@media screen and (max-width: 1600px) {
    .text-block{
        margin-top: 150px;
    }
}

@media screen and (max-width: 1400px) {
    .text-block__wrapper{
        column-gap: 80px;
        grid-template-columns: 1fr 2px 1fr;
    }
    .text-block__wrapper.text-block__wrapper-without-separator {
        grid-template-columns: repeat(2, 1fr);
    }

    .text-block__title-without-separator{
        font-size: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .text-block__wrapper{
        column-gap: 30px;
    }


    .text-block__separator{
        /* left: 49.5%; */
    }
}

@media screen and (max-width: 1025px) {
    .text-block{
        margin-top: 120px;
    }

    .text-block__wrapper{
        grid-template-columns: 100%;
        max-width: 600px;
        margin-inline: auto;
    }

    .text-block__separator{
        display: none;
    }

    .text-block__title{
        grid-row: 1;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 2px solid #1D1A58;
    }

    .text-block__title-without-separator{
        font-size: 28px;
        margin-bottom: 30px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .text-block__text,
    .text-block__title{
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .text-block{
        margin-top: 90px;
    }

    .text-block__title-without-separator{
        font-size: 26px;
    }
}















/* clients */
.clients{
    margin-top: 180px;
}

.clients{
    position: relative;
}

.clients__background-arc{
    left: inherit !important;
    right: -20%;
    max-height: 985px;
    top: -200px;
    width: 100%;
    max-width: 80%;
}
.clients__background-arc svg {
    max-height: 760px;
}

.clients__title{
    text-align: center;
    margin-bottom: 135px;
}

.clients__logos{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 139.99px;
    row-gap: 105px;
    flex-wrap: wrap;
}

.client-logo{
    opacity: .4;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .clients__logos {
        display: none;
    }
}
@media screen and (min-width: 767px) {
    .clients_mobile {
        display: none;
    }
}

@media screen  and (max-width: 1600px){
    .clients{
        margin-top: 120px;
    }

    .clients__title{
        margin-bottom: 80px;
    }

    .clients__logos{
        row-gap: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .clients__logos{
        row-gap: 45px;
    }
}

@media screen and (max-width: 1025px) {
    .clients{
        margin-top: 90px;
    }

    .clients__title{
        margin-bottom: 60px;
    }

    .clients__logos{
        row-gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .clients{
        margin-top: 70px;
    }

    .clients__title{
        margin-bottom: 45px;
    }

    .clients__background-arc{
        top: -400px;
    }

    .clients__logos{
        row-gap: 20px;
        column-gap: 0px;
    }

    .client-logo{
        flex: 1 1 30%;
    }

    .client-logo img{
        max-height: 60px;
        max-width: 130px;
    }

    .clients_mobile .client-logo {
        flex: none;
    }
    .clients_mobile .client-logo img {
        max-height: fit-content;
        max-width: 100%;
    }
    .clients-mobile-buttons-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .client-logo{
        flex: 1 1 40%;
    }
}

















/* reviews */
.reviews{
    margin-top: 180px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.reviews__background-text{
    right: 150px;
    top: -520px;
}

.reviews-block{
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(65, 43, 136, 0.48) 0%, rgba(16, 20, 71, 0.48) 100%);
    box-shadow: 8px 8px 32px 0px rgba(61, 25, 121, 0.48) inset;
    backdrop-filter: blur(8px);
    padding: 65px 20px 45px 20px;
    overflow: hidden;
}

.reviews-block__quotes{
    position: absolute;
}

.reviews-block .reviews-block__quotes:first-child{
    left: -15%;
    top: -30%;
}

.reviews-block .reviews-block__quotes:last-child{
    bottom: -18%;
    right: -10%;
}

.reviews__wrapper{
    max-width: 1005px;
    margin-inline: auto;
}

.review-item__logo{
    margin-bottom: 50px;
    margin-inline: auto;
}

.review-item__logo img{
    width: 190px;
    height: 50px;
    object-fit: contain;
}

.review-item{
    text-align: center;
}

.review-item__message{
    color: #B5B1DF;
    line-height: 178%;
    letter-spacing: 0.64px;
    opacity: 0.8;
    max-width: 815px;
    margin-inline: auto;
}

.review-item__author{
    margin-top: 35px;
    display: block;
}

.review-item__post{
    margin-top: 11px;
    opacity: .8;
    display: block;
}

.reviews-block__pagination{
    margin-top: 40px;
}

.reviews__footer{
    margin-top: 20px;
    padding: 38px 40px 44px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(65, 43, 136, 0.40) 0%, rgba(16, 20, 71, 0.40) 100%);
    box-shadow: 8px 8px 32px 0px rgba(61, 25, 121, 0.48) inset;
    backdrop-filter: blur(6px);
}

.reviews__footer img{
    width: 150px;
    height: 60px;
    object-fit: contain;
}

.reviews .swiper-button{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
}

.swiper-button-next-reviews{
    left: 20px;
}

.swiper-button-next-reviews,
.swiper-button-prev-reviews{
    cursor: pointer;
}

.swiper-button-next-reviews circle,
.swiper-button-prev-reviews circle{
    transition: .2s;
}

.swiper-button-next-reviews:hover circle,
.swiper-button-prev-reviews:hover circle{
    fill: #231c54;
}

.swiper-pagination-reviews{
    text-align: center;
}

.swiper-pagination-bullet{
    width: 13.27px !important;
    height: 13.27px !important;
    background: #291C6F !important;
    transition: .3s;
}

.swiper-pagination-bullet-active{
    background: #3B80E8 !important;
    box-shadow: 0px 2px 2px 0px #38BDF5 inset, 0px -2px 2px 0px #2834A0 inset, 0px 8px 4px 0px rgba(22, 7, 64, 0.00);
}

.reviews__btn{
    margin-top: 130px;
    margin-inline: auto;
}

@media screen and (max-width: 1600px) {
    .reviews{
        margin-top: 150px;
    }

    .reviews__background-text{
        right: 100px;
        top: -400px;
    }

    .reviews__btn{
        margin-top: 90px;
    }
}
@media screen and (max-width: 1300px) {
    .reviews {
        background: none !important;
        min-height: fit-content;
    }
    .reviews__wrapper {
        max-width: calc(100vw - 40px);
        width: 100%;
    }
    .review-item__message {
        max-width: calc(100vw - 40px - 180px);
    }
}

@media screen and (max-width: 1025px) {
    .reviews{
        margin-top: 90px;
    }

    .reviews__background-text{
        right: 60px;
        top: -250px;
    }

    .reviews-block__quotes{
        width: 300px;
        height: 300px;
    }

    .reviews__footer{
        padding: 24px;
    }

    .reviews__btn{
        margin-top: 70px;
    }
}

@media screen and (max-width: 767px) {
    .reviews{
        margin-top: 60px;
    }

    .reviews__background-text{
        right: 40px;
        top: -150px;
    }

    .reviews-block{
        padding: 40px 10px 25px 10px;
    }

    .reviews-block__quotes{
        width: 240px;
        height: 240px;
    }

    .reviews-block .reviews-block__quotes:first-child{
        top: -25%;
    }

    .reviews-block .reviews-block__quotes:last-child{
        bottom: -15%;
    }

    .swiper-button-next-reviews{
        left: 10px;
    }

    .swiper-button-prev-reviews{
        right: 10px;
    }

    .review-item__logo{
        margin-bottom: 20px;
    }

    .review-item__logo img{
        width: 160px;
        height: 45px;
        object-fit: contain;
    }

    .review-item__message{
        max-width: 475px;
        width: calc(100% - 120px);
    }

    .reviews__footer{
        margin-top: 15px;
        padding: 20px;
    }

    .reviews__footer img{
        width: 120px;
        height: 50px;
    }

    .reviews__btn{
        margin-top: 60px;
    }
}

@media screen and (max-width: 550px) {
    .reviews-block__quotes{
        width: 200px;
        height: 200px;
    }

    .reviews-block .reviews-block__quotes:first-child{
        top: -15%;
    }

    .reviews-block .reviews-block__quotes:last-child{
        bottom: -10%;
        right: -5%;
    }

    .review-item__message{
        max-width: 100%;
        width: 100%;
    }

    .reviews .swiper-button{
        top: inherit;
        bottom: -4.5px;
    }
}














/* top footer */
.top-footer{
    margin-top: 160px;
    margin-bottom: 30px;
}

.top-footer__title{
    max-width: 1430px;
    margin-inline: auto;
    line-height: 125%;
    font-size: 100px;
    text-align: center;
}

.top-footer__btn{
    margin-top: 65px;
    margin-inline: auto;
}

@media screen and (max-width: 1600px) {
    .top-footer{
        margin-top: 120px;
        margin-bottom: 230px;
    }

    .top-footer__title{
        max-width: 1230px;
        font-size: 80px;
    }
}

@media screen and (max-width: 1200px) {
    .top-footer{
        margin-top: 180px;
        margin-bottom: 190px;
    }

    .top-footer__title{
        max-width: 1030px;
        font-size: 70px;
    }

    .top-footer__btn{
        margin-top: 45px;
    }
}

@media screen and (max-width: 1025px) {
    .top-footer{
        margin-top: 120px;
        margin-bottom: 130px;
    }

    .top-footer__title{
        max-width: 830px;
        font-size: 50px;
    }

    .top-footer__btn{
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .top-footer{
        margin-top: 80px;
        margin-bottom: 90px;
    }

    .top-footer__title{
        max-width: 630px;
        font-size: 40px;
    }

    .top-footer__btn{
        margin-top: 25px;
    }
}

@media screen and (max-width: 500px) {
    .top-footer__title{
        font-size: 30px;
        max-width: 500px;
    }
}


















/* steps circle */
.steps{
    position: relative;
}

.steps__background-text{
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    top: -160px;
}

.steps__wrapper{
    margin-top: 220px;
    max-width: 1171.376px;
    max-height: 758.754px;
    margin-inline: auto;
    position: relative;
}

.step-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.step-item__text{
    border-radius: 20px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(95, 43, 136, 0.32) 0%, rgba(24, 16, 71, 0.32) 100%);
    backdrop-filter: blur(8px);
    color: #8C45FF;
    color: #fff !important;
    text-shadow: 0px 4px 2px 0px rgba(22, 7, 64, 0.00);
    width: fit-content;
    margin-bottom: -5px;
    font-weight: 500;
}

.step-item__text-blue{
    color: #4A65F3;
}

.step-item__vector{
    width: 32.54px;
    height: 116.32px;
}

.step-item:nth-child(1){
    top: 90px;
    left: 40px;
}

.step-item:nth-child(2){
    top: -80px;
    left: 350px;
}

.step-item:nth-child(3){
    top: 0px;
    left: 700px;
}

.step-item:nth-child(4){
    top: 145px;
    right: 20px;
}

.step-item:nth-child(5){
    top: 350px;
    right: 95px;
}

.step-item:nth-child(6){
    left: 490px;
    top: 453px;
}

.step-item:nth-child(7){
    left: 85px;
    top: 390px;
}
@media screen and (max-width: 1300px) {
    .steps__image img {
        width: 900px;
        margin: 0 auto;
        display: block;
    }

    .step-item:nth-child(1) {
        top: 10px;
        left: 20px;
    }

    .step-item:nth-child(2) {
        top: -110px;
        left: 310px;
    }

    .step-item:nth-child(3) {
        top: 0px;
        left: 630px;
    }

    .step-item:nth-child(4) {
        top: 175px;
        right: 40px;
    }

    .step-item:nth-child(5) {
        top: 325px;
        right: 165px;
    }

    .step-item:nth-child(6) {
        left: 220px;
        top: 323px;
    }

    .step-item:nth-child(7) {
        left: 45px;
        top: 210px;
    }
    .steps__items {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1020px;
        height: 100%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 1025px) {
    .steps__image img {
        width: 700px;
    }

    .step-item:nth-child(1) {
        top: -10px;
        left: 20px;
    }

    .step-item:nth-child(2) {
        top: -80px;
        left: 230px;
    }

    .step-item:nth-child(3) {
        top: 0px;
        left: 430px;
    }

    .step-item:nth-child(4) {
        top: 145px;
        left: 530px;
        right: auto;
    }

    .step-item:nth-child(5) {
        top: 275px;
        left: 380px;
        right: auto;
    }

    .step-item:nth-child(6) {
        left: 90px;
        top: 265px;
    }

    .step-item:nth-child(7) {
        left: 5px;
        top: 140px;
    }

    .step-item__vector {
        height: 70px;
    }

    .step-item__text {
        font-size: 14px;
    }
    .steps__items {
        width: 730px;
    }
}
@media screen and (max-width: 767px) {
    .steps__wrapper {
        margin-top: 120px;
    }
    .steps__image img {
        width: 450px;
    }

    .step-item:nth-child(1) {
        top: -30px;
        left: 50px;
    }

    .step-item:nth-child(2) {
        top: -30px;
        left: 270px;
    }

    .step-item:nth-child(3) {
        top: 60px;
        left: 290px;
    }

    .step-item:nth-child(4) {
        top: 145px;
        left: 300px;
    }

    .step-item:nth-child(5) {
        top: 215px;
        left: 170px;
    }

    .step-item:nth-child(6) {
        left: 40px;
        top: 143px;
    }

    .step-item:nth-child(7) {
        left: 10px;
        top: 60px;
    }

    .step-item__vector {
        display: none;
    }

    .step-item__text {
        padding: 10px;
        line-height: 17px;
    }

    .step-item {
        text-align: center;
        max-width: 200px;
    }
    .steps__items {
        width: 510px;
    }
}
@media screen and (max-width: 500px) {
    .step-item {
        left: auto !important;
        top: auto !important;
        position: relative;
        max-width: 100% !important;
    }

    .steps__image img {
        max-width: 100vw !important;
    }

    .steps__items {
        width: calc(100vw - 40px);
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        height: fit-content;
    }

    .steps__wrapper {
        min-height: 380px;
        display: flex;
        align-items: center;
        margin-top: 60px;
    }
}





















/* Tabs Block */
.tabs-block{
    margin-top: 105px;
    margin-bottom: 100px;
    position: relative;
}

.container-tabs-block{
    max-width: 1800px;
}

.tabs-block__background-text{
    left: 0;
}

.tabs-block__wrapper{
    display: grid;
    grid-template-columns: 1fr 666px;
    column-gap: 315px;
    align-items: center;
}

.tabs__items{
    border-radius: 32px;
    border: 1px solid #271C6E;
    background: linear-gradient(180deg, #030633 0%, #2A1E75 100%);
    box-shadow: 8px 8px 32px 0px rgba(61, 25, 121, 0.24) inset;
    margin-bottom: 20px;
    width: fit-content;
    padding: 8.5px 9px;
    display: flex;
    /* flex-direction: row-reverse; */
    align-items: center;
    column-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-item{
    padding: 10px 24px;
    border-radius: 32px;
    transition: .2s;
    cursor: pointer;
}

.tab-item.active{
    background: linear-gradient(180deg, #271C6C 0%, #030633 100%);
    stroke-width: 1px;
    stroke: #0E0A41;
    box-shadow: 8px 8px 32px 0px rgba(61, 25, 121, 0.48) inset;
}

.tabs-block__title{
    margin-bottom: 24px;
}

.tabs-image{
    padding-right: 60px;
}

.tabs-image__main{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-image__main img{
    object-fit: cover;
    border-radius: 16px;
    max-width: 100%;
}

.tabs-image__main img{
    position: absolute;
    height: 382px;
    transition: .6s;
    opacity: 0;
    visibility: hidden;
    right: 0;
    transform: translateX(50%);
    object-fit: contain;
}

.tabs-image__main img.active{
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.tabs-image__small{
    position: absolute;
    top: -65px;
    z-index: -1;
    right: 45px;
}

.tabs-image__blur {
    position: absolute;
    bottom: -250px;
    z-index: -1;
    right: 25px;
}

.tabs-image__blur img {
    border-radius: 24px;
}

@media screen and (max-width: 1800px) {
    .tabs-block__wrapper{
        column-gap: 200px;
    }
}

@media screen and (max-width: 1600px) {
    .tabs-block__wrapper{
        column-gap: 120px;
    }

    .tabs-image{
        padding-right: 0;
    }
}

@media screen and (max-width: 1400px) {
    .tabs-block__wrapper{
        column-gap: 60px;
        grid-template-columns: 1fr 550px;
    }
}

@media screen and (max-width: 1200px) {
    .tabs-block__wrapper{
        grid-template-columns: 1fr 480px;
        column-gap: 45px;
    }
}

@media screen and (max-width: 1025px) {
    .tabs-block {
        margin-top: 35px;
    }
    .tabs-block__wrapper{
        grid-template-columns: 100%;
        row-gap: 45px;
    }

    .tabs-image__main{
        height: 382px;
    }
    .tabs-image {
        order: 2;
    }
    .tabs-image__small {
        display: none;
    }
}

@media screen  and (max-width: 767px) {
    .tabs-block__wrapper{
        row-gap: 30px;
    }

    .tabs__items{
        gap: 5px;
    }

    .tab-item{
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .tabs-image__main{
        height: 330px;
    }
    .tab-item {
        padding: 10px;
    }
}

@media screen and (max-width: 400px) {
    .tabs-image__main{
        height: 250px;
    }
}
@media screen and (max-width: 360px) {
    .tabs__items {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 340px) {
    .tabs-image__main{
        height: 220px;
    }
}
















/* scroll blocks */
.scroll-blocks {
    margin-top: 80px;
}

.container-scroll-blocks {
    max-width: 1480px;
}

.scroll-blocks__wrapper {
    display: grid;
    padding: 80px 80px 130px;
    align-items: flex-start;
    gap: 32px;
    grid-template-columns: 1fr 2fr;
}

.scroll-blocks__content {
    position: sticky;
    top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.scroll-block__title {
    line-height: 150%;
}

.scroll-blocks__items {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    gap: 32px;
    /* direction: ltr; */
    display: flex;
/*     flex-flow: column wrap;
    align-content: space-between; */
/*     height: 1200px; */
}

.scroll-item:nth-child(2) {
    /* padding-top: 162px; */
}

.scroll-item:nth-child(3),
.scroll-item:nth-child(5) {
    /* margin-top: -260px; */
}
.scroll-item:nth-child(2) {
/*     margin-top: 150px; */
}
.column-container {
    width: calc(50% - 16px);
}

.column-container > * {
    display: flex;
    flex-direction: column;
}

.column-container:last-of-type {
    margin-top: 150px;
}
.scroll-item {
/*     width: calc(50% - 16px); */
}

.scroll-item__wrapper {
    padding: 2px;
    position: relative;
    z-index: 1;
    border-radius: 14px;
    background: linear-gradient(rgb(224, 224, 224), rgb(255, 255, 255));
    background: linear-gradient(180deg, rgba(65, 43, 136, 0.48) 0%, rgba(16, 20, 71, 0.48) 100%);
    /* box-shadow: 8px 8px 32px 0px rgba(61, 25, 121, 0.48) inset; */
}

.scroll-item__wrapper:before {
    transition: opacity 0.25s linear 0s;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(261.7deg, rgb(162, 41, 185) 23.74%, rgb(76 201 237) 77.94%);
    opacity: 0;
}

.scroll-item__wrapper:hover:before {
    opacity: 1;
}

.scroll-item__content {
    padding: 36px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    z-index: 2;
    position: relative;
    height: 440px;
    height: fit-content;
    background: linear-gradient(180deg, rgba(65, 43, 136, 1) 0%, rgba(16, 20, 71, 1) 100%);
    /* box-shadow: 8px 8px 32px 0px rgba(61, 25, 121, 0.48) inset; */
    /* background: #1e1653; */
    color: #fff;
}

.scroll-item__title {
    margin-bottom: 10px;
}

.scroll-item__text {
    margin-bottom: 40px;
}

.scroll-item__more {
    transition: background 0.25s linear 0s, border-color 0.25s linear 0s, color 0.25s linear 0s, max-width 0.25s linear 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 34px;
    max-width: fit-content;
    /* background: var(--text-color); */
    border-radius: 64px;
    overflow: hidden;
    position: relative;
    min-height: 64px;
}

.scroll-item__more:hover {
    max-width: 200px;
    border-color: #8C45FF;
    background: #8C45FF;
    color: rgb(255, 255, 255);
}

.scroll-item__more span {
    color: #fff;
    /* white-space: pre; */
}

.scroll-item__more:hover span {
    color: var(--white-purple-color);
}

.scroll-item__more svg {
    position: absolute;
    width: 12px;
    height: 12px;
    transition: right 0.25s linear 0s;
}

.scroll-item__more:hover svg {
    opacity: 0;
    visibility: hidden;
}
.scroll-block__top-title {
    margin-bottom: -20px;
}

@media screen and (min-width: 767px) {
    .scroll-blocks__items_mobile {
        display: none;
    }
}
@media screen and (max-width: 1500px) {
    .scroll-blocks__wrapper {
        padding: 80px 0 80px 0;
    }
}

@media screen and (max-width: 1200px) {
    .scroll-item__content {
        padding: 24px;
    }

    .scroll-item:nth-child(2) {
        padding-top: 200px;
    }

    .scroll-item:nth-child(3),
    .scroll-item:nth-child(5) {
        margin-top: -200px;
    }
    
    .scroll-blocks {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1025px) {
    .scroll-blocks__wrapper {
        grid-template-columns: 100%;
        padding-top: 0;
    }

    .scroll-blocks__content {
        position: relative;
        top: inherit;
        /* max-width: 480px; */
        gap: 20px;
    }

    .scroll-blocks__items {
        gap: 24px;
    }

    .scroll-item:nth-child(2) {
        padding-top: 150px;
    }

    .scroll-item:nth-child(3),
    .scroll-item:nth-child(5) {
        margin-top: -150px;
    }
    .scroll-blocks {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .scroll-blocks__items {
        gap: 16px;
    }

    .scroll-item__content {
        padding: 20px;
        gap: 16px;
    }

    .scroll-item:nth-child(2) {
        padding-top: 100px;
    }

    .scroll-item:nth-child(3),
    .scroll-item:nth-child(5) {
        margin-top: -100px;
    }

    .column-container {
        width: 100%;
    }

    .scroll-blocks__items {
        flex-wrap: wrap;
    }
    .scroll-blocks__items .scroll-blocks__items:not(.scroll-blocks__items_mobile) {
        display: none;
    }
    .scroll-item {
        padding: 0 !important;
        margin: 0 !important;
    }
    .column-container:last-of-type {
        display: none;
    }
    .scroll-blocks__items_mobile {
        gap: 30px;
    }
    .scroll-item__text {
        margin-bottom: 0;
    }
    .scroll-blocks__wrapper {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .scroll-blocks__items {
        grid-template-columns: 100%;
    }

    .scroll-item:nth-child(2) {
        padding-top: 0;
    }

    .scroll-item:nth-child(3),
    .scroll-item:nth-child(5) {
        margin-top: 0;
    }
}















/* reverse block */
.plan-project__wrapper-reverse {
    grid-template-columns: 1fr 560px;
    padding-left: 80px;
}

@media screen and (max-width: 1600px) {
    .plan-project__wrapper-reverse {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1400px) {
    .plan-project__wrapper-reverse {
        grid-template-columns: 500px 1fr;
        padding-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .plan-project__wrapper-reverse {
        grid-template-columns: 440px 1fr;
    }
}


@media screen and (max-width: 1025px) {
    .plan-project__wrapper-reverse {
        grid-template-columns: 100%;
    }
    .plan-project__content {
        order: 2;
    }
}


















/* marketplace 2 */
.marketplace_2 .marketplace__text .marketplace__wrapper {
    display: none;
}

.marketplace_2 .marketplace__wrapper {
    margin-top: 0;
}
.marketplace_2 .marketplace-point {
    margin-right: 0 !important;
}
.marketplace_2 .marketplace-point__desc p {
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .marketplace_2 .marketplace-point {
        flex-direction: column;
        align-items: flex-start;
    }

    .marketplace_2 .marketplace-point__image {
        max-width: 80px;
    }
}
















/*----------------------------------------*/
/* Steps slider
/*----------------------------------------*/
.gtm-steps-slider {
    padding-bottom: 60px;
}

.gtm-steps {
    margin-top: 60px;
}

.workflow__slide {
    text-align: center;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .workflow__slide {
        padding: 0 10px;
    }
}

.workflow__slide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 58px;
    background-color: #1f1f1f;
}

.workflow__slide::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: calc(50% - 9px);
    top: 50px;
    background-color: #4ec9ed;
    border: 3px solid #fff;
    border-radius: 100%;
    -webkit-animation: wcBubble 1.5s 1s infinite;
    animation: wcBubble 1.5s 1s infinite;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.workflow__slide p {
    max-width: 230px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
}

.workflow__step {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    text-transform: capitalize;
    padding-bottom: 50px;
}

.workflow__number {
    font-size: 85px;
    font-weight: 500;
    margin-top: 30px;
}

.workflow__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
}

@-webkit-keyframes wcBubble {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.5;
    }

    100% {
        scale: 1;
    }
}

@keyframes wcBubble {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.5;
    }

    100% {
        scale: 1;
    }
}

@keyframes wcBubble {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.5;
    }

    100% {
        scale: 1;
    }
}