.title-page:after{
    content: '';
    position: absolute;
    top: 0;
    width: 230px;
    height: 120px;
    background: #59BE60;
    left: calc(50% - 115px);
}

/* slider-developer */
.slider-developer{
    margin-top: -150px;
}
.slider-developer .mySliderDeveloper .swiper-slide{
    min-height: 670px;
    display: flex;
    justify-content: flex-end;
    padding: 0 90px;
}
.slider-developer .information{
    width: 400px;
    min-height: 400px;
    background: #5AC764;
    position: absolute;
    right: 235px;
    bottom: 70px;
    padding: 65px 65px 100px 65px;
}
.slider-developer .information p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.slider-developer .information .title{
    text-transform: uppercase;
    color: #33691E;
    font-size: 20px;
    letter-spacing: .2em;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 10px;
}
.slider-developer .developer-button-next{
    position: absolute;
    bottom: 45px;
    right: 60px;
    z-index: 3;
    cursor: pointer;
}
.next-num-slide{
    width: 126px;
    height: 126px;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    font-size: 40px;
    color: #33691E;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Cormorant Garamond";
    font-style: italic;
}
.current-num-slide{
    position: absolute;
    bottom: 0px;
    left: -60px;
    font-size: 140px;
    color: #fff;
    font-family: "Cormorant Garamond";
    z-index: 2;
    font-style: italic;
}

/* about-developer */

.about-developer{
    padding: 85px 0;
}
.about-developer .content{
    max-width: 1920px;
    margin: auto;
    padding: 0 230px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.about-developer .content .text,
.about-developer .content .image{
    width: calc((100% - 20px)/2);
    position: relative;
}
.about-developer .content .text h2{
    font-size: 50px;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about-developer .content .text ul{
    padding-left: 27px;
}
.about-developer .content .text ul li{
    padding-left: 0px;
    list-style: none;
    position: relative;
}
.about-developer .content .text ul li:after{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: -27px;
    background: url(../images/check.svg) 50% 50% / cover;
}
.about-developer .content .text p{
    margin-bottom: 30px;
}
.about-developer .content .text p,
.about-developer .content .text ul li{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}
.about-developer .content .text .counter{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.about-developer .content .text .counter .item{
    width: 33%;
}
.about-developer .content .text .counter .title{
    text-transform: uppercase;
    color: #5AC764;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.about-developer .content .text .counter .value{
    font-family: "Cormorant Garamond";
    font-size: 150px;
    text-align: center;
    line-height: 90px;
    color: #5AC764;
    font-weight: 500;
}
.about-developer .content .text .counter .item:first-child .value{
    margin-top: 25px;
}
.about-developer .content .image img{
    max-width: 65%;
}
.about-developer .content .image img:first-of-type{
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: -170px;
}
.btn-site-developer{
    position: absolute;
    bottom: -170px;
    left: 40px;
    z-index: 3;
    text-align: center;
    max-width: 110px;
}
.btn-site-developer .icon{
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #5AC764;
}
.btn-site-developer .icon + a{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #5AC764;
    padding: 10px 0 0;
    display: inline-block;
}

/* team */
.team{
    padding: 200px 0 150px;
    position: relative;
    z-index: 1;
    margin-top: -60px;
    /* overflow: hidden; */
}
.team:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 230px;
    height: 50%;
    background: #59BE60;
    left: calc(50% - 115px);
    z-index: -3;
}
.team .content{
    max-width: 1920px;
    margin: auto;
    padding: 0 230px;
}
.team h2{
    text-align: center;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 50px;
}
.wrapper-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    
}
.wrapper-team .item{
    text-align: center;
    width: calc((100% - 60px) / 3);
}
.wrapper-team .item img{
    border-radius: 50%;
    max-width: 90%;
}
.wrapper-team .information{
    position: relative;
    z-index: 2;
}
.wrapper-team .information:after{
    content: '';
    width: 120px;
    height: 120px;
    background: #5AC764;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: calc((100% - 120px) / 2);
    z-index: -1;

}
.wrapper-team .item .name{
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 40px;
    line-height: 1.3;
    color: #212121;
    text-transform: uppercase;
}
.wrapper-team .item .position{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #33691E;
    line-height: 2.2;
}
.circle-grey{
    width: 70%;
    height: 0;
    padding-top: 70%;
    /* height: 100%; */
    border-radius: 50%;
    background: #ECECEC;
    position: absolute;
    top: 0;
    left: -5%;
    z-index: -1;
}
.circle-green{
    width: 50%;
    padding-top: 50%;
    height: 0;
    border-radius: 50%;
    background: #E3FCDC;
    position: absolute;
    top: 30%;
    right: 0%;
    z-index: -2;
}

/* partners */
.partners{
    padding: 85px 0 30px;
    position: relative;
}
.partners:after{
    content: '';
    position: absolute;
    top: 0;
    width: 230px;
    height: 100%;
    background: #59BE60;
    left: calc(50% - 115px);
    z-index: -1;
}
.partners .content{
    max-width: 1920px;
    padding: 0 230px;
    margin: auto;
}
.partners h2{
    text-align: center;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 50px;
}
.partners-navigation{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
.partners-navigation > div{
    cursor: pointer;
}
.slider-partners{
    background: #fff;
    padding: 50px 0;
}

/* ceo */
.ceo{
    position: relative;
    background: #ECECEC;
}
.ceo:before{
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
    height: 100%;
    background: #44A135;
    z-index: 0;
}
.ceo:after{
    content: '';
    position: absolute;
    top: 0;
    width: 230px;
    height: 30px;
    background: #59BE60;
    left: calc(50% - 115px);
}
.ceo .content{
    max-width: 1920px;
    padding: 0 230px;
    margin: auto;
    display: flex;
}
.ceo .content > div{
    width: 50%;
    padding: 85px 0;
    position: relative;
    z-index: 2;
}
.ceo .content .text{
    padding-right: 160px;
}
.ceo .content .text p{
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    line-height: 1.8;
}
.ceo .content .image{
    padding-left: 80px;
}
.ceo .content .image img{
    border-radius: 50%;
    max-width: 200px;
}
.ceo .content .image .name{
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Cormorant Garamond";
    line-height: 1;
    color: #fff;
    max-width: 150px;
    margin-top: 100px;
}
.ceo .content .image .position{
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 3;
    position: relative;
}
.ceo .content .image .position:after{
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    width: calc(100% + 150px);
    background: #59BE60;
    right: calc(100% + 10px);
}
.ceo-tree{
    position: absolute;
    bottom: 100%;
    left: 0;
    max-width: 23%;
    z-index: 3;
}
.ceo-house{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 23%;
}


@media screen and (max-width: 1920px){
    .circle-grey{
        width: 75%;
        padding-top: 75%;
    }
}

@media screen and (max-width: 1600px) {
    .about-developer .content,
    .team .content,
    .ceo .content{
        padding: 0 130px;
    }
    .team{
        padding-top: 100px;
    }
}
@media screen and (max-width: 1400px){
    .wrapper-team .item{
        width: calc((100% - 30px) / 2);
    }
    .wrapper-team .item .name{
        font-size: 30px;
    }
    .about-developer .content{
        align-items: flex-start;
    }
    .about-developer .content .image img:first-of-type{
        bottom: -170px;
    }
    .btn-site-developer{
        bottom: -170px;
    }
    .about-developer .content .text .counter .value{
        font-size: 120px;
        line-height: 40px;
    }
    .ceo .content .text {
        padding-right: 70px;
    }
}
@media screen and (max-width: 1200px){
    .title-page:after{
        display: none;
    }
    .slider-developer .information{
        width: 380px;
        height: 380px;
        padding: 55px 55px 150px 55px;
        right: 0;
        bottom: 0;
    }
    .next-num-slide{
        right: 0;
        bottom: 100%;
        left: auto;
        top: auto;
    }
    main .social{
        display: none;
    }
    .about-developer .content{
        padding: 0 60px;
    }
    .circle-green{
        display: none;
    }
    .circle-grey{
        width: 100%;
        padding-top: 100%;
        left: 0%;
    }
    .ceo-tree{
        left: -120px;
    }
    .partners .content{
        padding: 0 60px;
    }
    .ceo .content{
        padding: 0 60px;
    }
    .ceo-house{
        display: none;
    }
    .ceo .content .image img{
        max-width: 350px;
    }
    .ceo .content .image .name{
        margin-top: 40px;
    }
    .team{
        overflow: hidden;
    }
}
@media screen and (max-width: 991px){
    .about-developer .content .text{
        width: 100%;
    }
    .about-developer .content .image{
        max-width: 700px;
        width: 100%;
        margin: 60px auto 200px;
    }
}
@media screen and (max-width: 767px){
    .wrapper-team .item{
        width: calc((100% - 30px) / 2);
    }
    .team .content{
        padding: 0 30px;
    }
    .circle-grey {
        width: 200%;
        padding-top: 200%;
        left: -50%;
    }
    .ceo .content{
        flex-wrap: wrap;
        padding: 0;
    }
    .ceo .content > div{
        width: 100%;
    }
    .ceo:before{
        display: none;
    }
    .ceo .content .image,
    .ceo .content .text{
        padding: 60px;
    }
    .ceo .content .image{
        background: #44A135;
        display: flex;
        align-items: flex-end;
        gap: 30px;
        padding-bottom: 300px;
    }
    .ceo .content .image img{
        max-width: 200px;
        margin-top: -160px;
    }
    .ceo .content .image .position:after{
        display: none;
    }
}
@media screen and (max-width: 479px){
    .ceo .content .image{
        flex-wrap: wrap;
    }
    .ceo .content .image, .ceo .content .text{
        padding: 60px 20px;
    }
    .wrapper-team .item .name{
        font-size: 22px;
    }
    .wrapper-team .item .position{
        font-size: 10px;
    }
    .wrapper-team .information:after{
        width: 48px;
        height: 48px;
        left: calc((100% - 40px) / 2);
        top: 4px;
    }
    .team{
        padding-bottom: 50px;
    }
    .team h2{
        font-size: 40px;
    }
    .about-developer .content .image{
        display: none;
    }
    .about-developer .content{
        padding: 0 20px;
    }
    .about-developer .content .text .counter{
        flex-wrap: wrap;
    }
    .about-developer .content .text .counter .item{
        width: 100%;
        margin-bottom: 50px;
    }
    .circle-grey {
        width: 250%;
        padding-top: 265%;
        left: -75%;
    }
    .partners{
        padding-top: 30px;
    }
    .ceo .content .text{
        padding-bottom: 100px;
    }
    .ceo .content .image{
        padding-bottom: 300px;
    }
    .ceo .content .image img{
        max-width: 150px;
    }
    .partners h2{
        font-size: 40px;
    }
    .slider-developer .information{
        width: 100%;
        padding: 55px 30px 150px 30px;
    }
    .current-num-slide{
        left: 30px;
    }
    .about-developer .content .text h2{
        font-size: 40px;
    }
    .about-developer{
        padding: 40px 0;
    }
    .ceo-house {
        display: block;
        right: auto;
        left: 0;
        bottom: 0;
        z-index: 9;
        width: 50%;
        transform: scaleX(-1);
    }
    .slider-partners{
        padding: 0;
    }
    .partners .content {
        padding: 0 20px;
    }

}