/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    color: #131717;
}

.hero-wrapper {
    position: relative;
    padding: 218px 0px;
}

.hero-img {
    position: absolute;
    bottom: 0;
    right: -362px;
    z-index: -1;
    line-height: 0;
}

.hero-img img {
    max-width: 1194px;
}

.hero-title-wrapp {
    position: relative;
    max-width: 1020px;
    /* max-width: 980px; */
}

.hero-title {
    font-size: 72px;
    font-weight: 550;
    line-height: 115%;
    position: relative;
    z-index: 2;

}

.hero-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    max-width: 521px;
    margin: 48px 0px 80px;
}

.hero-icon {
    position: absolute;
}

.hero-title-icon-1 {
    top: -150px;
    left: -22px;
}

.hero-title-icon-2 {
    top: -70px;
    right: -105px;
}

.hero-title-icon-3 {
    bottom: -90px;
    right: 250px;
}

.hero-icon-2 {
    display: none;
}

.hero-icon-1 {
    top: 95px;
    right: 26px;
}

.hero-icon-3 {
    bottom: 115px;
    right: 730px;
}


/* Services2 */
.services2 {
    overflow: hidden;
}

.services2-circle {
    padding-top: 53px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.services2-circle__img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 160px;
}

.services2-circle__img img {
    max-width: 1080px;
}

.services2-circle-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.services2-circle__item-wrapp {
    width: 50%;
    margin-top: 30px;
}

.services2-circle__item {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 50px;
    background-color: var(--orange-50);
    text-decoration: none;
    transition: width 0.3s ease, height 0.3s ease;
}

.services2-circle__item:hover {
    width: 340px;
    height: 340px;
}

.services2-circle__item h3 {
    font-size: 32px;
    font-weight: 550;
    line-height: 120%;
    text-transform: capitalize;
    color: var(--orange-900);
    transition: all 0.2s ease;
}

.services2-circle__item:hover h3 {
    transform: translateY(-18px);
}

.services2-circle__item-icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: var(--orange-900);
    border: 4px solid var(--orange-900);
    transition: all 0.2s ease;
}

.services2-circle__item:hover .services2-circle__item-icon {
    width: 180px;
    height: 180px;
}

.services2-circle__item.item-1 {
    margin-left: 182px;
    background: var(--orange-600);
}

.services2-circle__item-icon.item-1 {
    top: 0px;
    left: -147px;
    background-color: var(--orange-50);
    border: 4px solid var(--orange-hover);
}

.services2-circle__item.item-1 h3,
.services2-circle__item.item-4 h3 {
    color: #fff;
}

.services2-circle__item.item-2 {
    margin-right: 173px;
    margin-left: auto;
    margin-top: 36px;
    border: 4px solid var(--orange-900);
}

.services2-circle__item-icon.item-2 {
    top: -100px;
    right: -84px;
}

.services2-circle__item.item-3 {
    margin-left: 10px;
    border: 4px solid var(--orange-900);
}

.services2-circle__item-icon.item-3 {
    top: 46px;
    right: -175px;
}

.services2-circle__item.item-4 {
    margin-top: 10px;
    margin-right: 172px;
    margin-left: auto;
    background: var(--orange-700);
}

.services2-circle__item-icon.item-4 {
    bottom: 26px;
    right: -153px;
    background: var(--orange-50);
    border: 4px solid var(--orange-700);
}

.services2-circle__item-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.services2-circle__item .link-with-arrow {
    opacity: 0;
    transform: translateY(20px);
    height: 0;
}

.services2-circle__item:hover .link-with-arrow {
    opacity: 1;
    transform: translateY(0);
}

.services2-circle__item.item-1 .link-with-arrow,
.services2-circle__item.item-4 .link-with-arrow {
    color: #fff;
}

.services2-circle__item.item-1 .link-with-arrow::before,
.services2-circle__item.item-4 .link-with-arrow::before {
    background-image: url(../../images/agency/link-arrow-white.svg);
}



/* Benefits Main */
.benefits-main-wrapper {
    display: flex;
    justify-content: space-between;
}

.benefits-main-content {
    max-width: 640px;
}

.benefits-main-content .text {
    margin: 24px 0px 40px;
    max-width: 330px;
}

.benefits-main-items {
    width: 635px;
}

.benefits-main-item {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 40px;
}

.benefits-main-item:last-child {
    margin-bottom: 0;
}

.benefits-main-item::before {
    content: '';
    width: 16px;
    height: 16px;
    background: var(--orange-700);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -42px;
}

.benefits-main-item:last-child {
    margin-bottom: 0;
}

.benefits-main-item h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 8px;
    color: var(--text-color);
    text-transform: capitalize;
    transition: var(--trans);
}

.benefits-main-item h3 span {
    color: var(--orange-700);
}

.benefits-main-item p {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    transition: var(--trans);
}

.benefits-main-item:hover h3,
.benefits-main-item:hover p {
    color: var(--orange-800);
}

.benefits-main-mobile-btn {
    display: none;
}



/* Development */
.development {
    position: relative;
}

.development .container {
    position: relative;
    z-index: 1;
}

.development .section-content .text {
    max-width: 550px;
}

.development-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 519px;
    background: var(--orange-50);
    z-index: 0;
}

.development-wrapper {
    background-image: url(../../images/agency/development-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    color: var(--white);
    border-radius: 40px;
    padding: 40px;
    margin-top: 64px;
}

.development-item {
    width: calc(33.33% - (60px * 2) / 3);
    margin-right: 60px;
    margin-bottom: 80px;
    text-decoration: none;
    color: var(--white);
    position: relative;
}

.development-item:nth-child(3n) {
    margin-right: 0;
}

.development-item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.development-item__icon {
    line-height: 0;
}

.development-item__icon img {
    max-width: 86px;
}

.development-item__title {
    font-size: 28px;
    font-weight: 550;
    line-height: 120%;
    text-transform: capitalize;
    margin: 24px 0 16px;
    transition: var(--trans);
}

.development-item:hover .development-item__title {
    color: var(--orange-hover);
}

.development-item__popular {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    padding: 7px 11px;
    border: 1px solid var(--white);
    border-radius: 64px;
    color: var(--white);
}

.development-item .text {
    font-size: 18px;
}



/* Leads */
.leads {
    position: relative;
}

.leads .container {
    position: relative;
    z-index: 2;
}

.leads .section-content {
    color: var(--white);
}

.leads .section-content .subtitle,
.leads .section-content .title {
    font-weight: 400;
}

.leads .section-content .text {
    max-width: 371px;
}

.leads .subtitle {
    opacity: 1;
}

.leads-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 38%;
    height: 412px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}

.leads-items {
    margin-top: 64px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.leads-item {
    width: calc(33.33% - (25px * 2) / 3);
    border-radius: 40px;
    background: var(--white);
    text-decoration: none;
}

.leads-item-top {
    display: flex;
    padding: 44px 40px;
    border-radius: 40px 40px 0px 0px;
    background: var(--orange-700);
}

.leads-item__title {
    color: var(--white);
    font-size: 28px;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
    margin-left: 24px;
}

.leads-item-content {
    padding: 32px 40px 40px;
    background: var(--white);
    border: 1px solid var(--orange-100);
    border-radius: 0px 0px 40px 40px;
}


/* Results */
.results-top {
    display: flex;
    justify-content: space-between;
}

.results-top__title {
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    max-width: 600px;
}

.results-top .text {
    max-width: 700px;
}

.results-wrapper {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.results-item {
    margin-top: 24px;
}

.results-item:nth-child(odd) {
    width: 676px;
}

.results-item:nth-child(even) {
    width: 700px;
}

.results-item-first {
    border-radius: 40px;
    background: var(--orange-200);
    padding: 40px;
}

.results-item-third {
    border-radius: 40px;
    background: var(--orange-100);
    padding: 40px;
}

.results-item-first__block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--white);
    margin-bottom: 40px;
}

.results-item-first__block:last-child {
    margin-bottom: 0;
}

.results-item__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    width: 125px;
}

.results-number {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.results-number strong {
    font-size: 32px;
    font-weight: 550;
    line-height: 120%;
    margin-right: 8px;
}

.results-item-first__block-element .results-number {
    margin-bottom: 16px;
}

.results-item-first__block-element.one {
    width: 165px;
}

.results-item-first__block-element.two {
    width: 183px;
}

.results-item-second {
    background-image: url(../../images/agency/results-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px;
    color: var(--white);
    border-radius: 40px;
}

.results-item-second .title {
    font-weight: 550;
}

.results-item-second__subtitle {
    font-size: 40px;
    font-weight: 550;
    line-height: 120%;
    margin-top: 10px;
}

.results-item-third {
    display: flex;
    justify-content: space-between;
}

.results-item-third__block {
    width: 410px;
}

.results-item-third__block-element {
    width: 410px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.results-item-third__block-element:last-child {
    margin-bottom: 0;
}

.results-item-third__block-element p {
    width: 300px;
    font-size: 20px;
    font-weight: 550;
    line-height: 130%;
    text-transform: capitalize;
}

.results-items-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.results-items-social__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    width: 277px;
    margin-left: auto;
    margin-bottom: 24px;
}

.results-items-social-box {
    display: flex;
    justify-content: flex-end;
}

.results-items-social__item {
    text-decoration: none;
    margin-left: 32px;
}

.results-items-social__item svg {
    fill: var(--orange-700);
    transition: var(--trans);
}

.results-items-social__item:hover svg {
    fill: var(--orange-hover);
}

/* Feedbacks2 */
.feedbacks2-slider {
    margin-top: 64px;
    margin-bottom: 56px;
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: calc(64px + 52px);
}

.feedbacks2-slider__item {
    padding: 40px;
    border-radius: 40px;
    border: 1px solid var(--orange-200);
    margin: 0 24px;
}

.feedbacks2-item-up {
    display: flex;
    align-items: center;
}

.feedbacks2-item__img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 24px;
    line-height: 0;
}

.feedbacks2-item__img img {
    max-width: 100%;
}

.feedbacks2-item__name {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.feedbacks2-item__position {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 2px;
}

.feedbacks2-item__text {
    font-size: 20px;
    margin: 32px 0 24px;
}

.feedbacks2-item__source-text {
    font-size: 18px;
    font-weight: 550;
    line-height: 150%;
    text-align: right;
}

.feedbacks2-slider .slick-prev {
    left: calc(50% - 12px - 52px);
}

.feedbacks2-slider .slick-next {
    left: auto;
    right: calc(50% - 12px - 52px);
}

.feedbacks-trustpilot-link {
    width: 330px;
    text-decoration: none;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feedbacks-trustpilot-link p {
    margin: 0 8px 0 16px;
    font-size: 15px;
    font-weight: 550;
    line-height: 150%;
    text-transform: uppercase;
    color: #005128;

}

/* Responsive */
@media screen and (max-width: 1439px) {

    /* Hero */
    .hero-wrapper {
        padding: 218px 0px 400px;
    }

    .hero-icon-1 {
        top: auto;
        bottom: 500px;
    }

    .hero-title-icon-3 {
        display: none;
    }

    .hero-icon-2 {
        display: block;
        position: absolute;
        left: 350px;
        bottom: 270px;
    }

    .hero-img {
        right: -250px;
    }

    .hero-img img {
        max-width: 930px;
    }


    /* Services2 */
    .services2-circle__img {
        left: 40px;
    }

    .services2-circle {
        padding-top: 70px;
    }


    /* Benefits Main */
    .benefits-main-content {
        width: 460px;
    }

    .benefits-main-items {
        width: 560px;
    }

    /* Results */
    .results-item:nth-child(odd) {
        width: 590px;
    }

    .results-item-third__block {
        width: 365px;
    }

    .results-item-third__block-element {
        width: 100%;
    }

    .results-item-third__block-element p {
        width: 260px;
    }

    .results-item:nth-child(even) {
        width: 530px;
    }

    .results-item-second {
        padding: 40px;
    }

    .results-top .text {
        max-width: 570px;
    }

    .results-top__title {
        max-width: 480px;
    }

}


@media screen and (max-width: 1199px) {

    /* Hero */
    .hero-wrapper {
        text-align: center;
        padding: 130px 0px 500px;
    }

    .hero-title-wrapp,
    .hero-text {
        max-width: 670px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-title-icon-2 {
        max-width: 120px;
        top: -80px;
        right: -80px;
    }

    .hero-title-icon-1 {
        left: -95px;
        top: -120px;
    }

    .hero-icon-1 {
        bottom: 440px;
    }

    .hero-img {
        right: -190px;
    }

    .hero-img img {
        max-width: 820px;
    }

    .hero-icon-2 {
        left: 150px;
    }

    .hero-icon-3 {
        right: auto;
        left: 0;
    }


    /* Leads */
    .leads-item__title {
        margin-left: 16px;
        font-size: 26px;
    }

    .leads-item-top {
        padding: 35px 24px 35px;
    }

    .leads-item-content {
        padding: 24px 20px 35px;
    }


    /* Services2 */
    .services2-circle__img img {
        max-width: 100%;
    }

    .services2-circle__img {
        left: 0;
        top: 30px;
    }

    .services2-circle__item.item-2 {
        margin-right: 80px;
    }

    .services2-circle__item.item-1 {
        margin-left: 150px;
    }

    .services2-circle__item.item-3 {
        margin-left: 0;
    }

    .services2-circle__item {
        width: 270px;
        height: 270px;
    }

    .services2-circle__item:hover {
        width: 290px;
        height: 290px;
    }

    .services2-circle__item .link-with-arrow {
        display: none;
    }

    .services2-circle__item:hover h3 {
        transform: translateY(0px);
    }

    /* Benefits Main */
    .benefits-main-content {
        width: 410px;
    }

    .benefits-main-items {
        width: 465px;
    }

    /* Results */
    .results-item:nth-child(1),
    .results-item:nth-child(4) {
        width: 100%;
    }

    .results-item:nth-child(2),
    .results-item:nth-child(3) {
        width: calc(50% - 12px);
    }

    .results-item:nth-child(1) {
        order: -2;
    }

    .results-item:nth-child(3) {
        order: -1;
    }

    .results-items-social {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: 36px;
    }

    .results-items-social__text {
        margin-left: 0;
        margin-bottom: 0;
    }

    .results-item-second__subtitle {
        font-size: 32px;
    }

    .results-item-third {
        flex-direction: column;
    }

    .results-item-third .results-number {
        width: 80px;
        min-width: 80px;
        margin-right: 24px;
    }

    .results-item-third__block {
        width: 100%;
    }

    .results-item-third__block-element p {
        width: 100%;
    }

    .results-top .text {
        max-width: 450px;
    }

    .results-top__title {
        max-width: 430px;
    }

    .results-item-second .title,
    .results-item-second__subtitle {
        font-weight: 400;
    }

    /* Development */
    .development-item {
        width: calc(33.33% - (40px * 2) / 3);
        margin-right: 40px;
    }

    /* Feedbacks2 */
    .feedbacks2-slider__item {
        margin: 0 12px;
    }

    .feedbacks2-slider {
        margin-left: -12px;
        margin-right: -12px;
    }
}


@media screen and (max-width: 991px) {

    /* Hero */
    .hero-title-icon-1 {
        max-width: 100px;
        top: -113px;
    }

    .hero-title-icon-2 {
        max-width: 80px;
        top: -70px;
        right: -70px;
    }

    .hero-title {
        font-size: 48px;
        font-weight: 550;
        line-height: 110%;
    }

    .hero-title-wrapp {
        max-width: 450px;
    }

    .hero-text {
        max-width: 500px;
        font-size: 16px;
        margin: 32px auto 40px;
    }

    .hero-img {
        right: -160px;
    }

    .hero-img img {
        max-width: 720px;
    }

    .hero-icon-3 {
        max-width: 200px;
        bottom: 180px;
    }

    .hero-icon-1 {
        max-width: 100px;
        bottom: 390px;
        right: 65px;
    }

    .hero-icon-2 {
        max-width: 110px;
    }


    /* Leads */
    .leads {
        padding-top: 100px;
    }

    .leads-items {
        margin-top: 32px;
        margin-left: -16px;
    }

    .leads-item-top img {
        max-width: 24px;
    }

    .leads-item__title {
        font-size: 18px;
    }

    .leads-item-top {
        padding: 24px 20px;
        border-radius: 32px 32px 0px 0px;
    }

    .leads-item {
        width: calc(33% - 16px);
        margin-left: 16px;
        border-radius: 32px;
    }

    .leads-item-content {
        padding: 24px 14px 25px 20px;
        border-radius: 0px 0px 32px 32px;
    }

    .leads-item-content .text {
        margin-bottom: 20px;
    }


    /* Services2 */
    .services2-circle__item,
    .services2-circle__item:hover {
        width: 170px;
        height: 170px;
        padding: 30px;
    }

    .services2-circle__item h3 {
        font-size: 20px;
    }

    .services2-circle__item-icon,
    .services2-circle__item:hover .services2-circle__item-icon {
        width: 104px;
        height: 104px;
        padding: 25px;
    }

    .services2-circle__item.item-1 {
        margin-left: 94px;
    }

    .services2-circle__item-icon.item-1 {
        left: -80px
    }

    .services2-circle__item-icon.item-1 {
        border: 2px solid var(--orange-hover);
    }

    .services2-circle__item.item-2 {
        border: 2px solid var(--orange-900);
    }

    .services2-circle__item.item-3 {
        border: 2px solid var(--orange-900);
    }

    .services2-circle__item-icon.item-4 {
        border: 2px solid var(--orange-700);
    }

    .services2-circle__item.item-2 {
        margin-right: 20px;
        margin-top: 20px;
    }

    .services2-circle__img {
        top: 0;
    }

    .services2-circle__item-icon.item-2 {
        top: -65px;
        right: -30px;
    }

    .services2-circle__item-icon.item-3 {
        right: -90px;
    }

    .services2-circle__item.item-4 {
        margin-right: 70px;
    }

    .services2-circle__item-icon.item-4 {
        right: -80px;
    }

    /* Benefits Main */
    .benefits-main-content {
        width: 356px;
    }

    .benefits-main-items {
        width: 314px;
    }

    .benefits-main-item h3 {
        font-size: 20px;
    }

    .benefits-main-item::before {
        left: -26px;
    }

    .benefits-main-item::before {
        width: 10px;
        height: 10px;
    }

    /* Results */
    .results-wrapper {
        margin-top: 40px;
    }

    .results-top .text {
        max-width: 340px;
    }

    .results-top__title {
        max-width: 340px;
    }

    .results-item-third {
        padding: 40px 32px;
    }

    .results-number strong {
        font-size: 28px;
    }

    .results-item-second__subtitle {
        font-size: 24px;
    }

    .results-item-second {
        height: 100%;
        padding: 60px 32px;
    }

    .results-items-social__text {
        width: 235px;
    }

    .results-item-third__block {
        margin-top: 16px;
    }

    /* Development */
    .development-wrapper {
        padding: 20px;
        margin-top: 40px;
        border-radius: 32px;
    }

    .development-item {
        margin-bottom: 32px;
    }

    .development-item__popular {
        font-size: 12px;
        padding: 6px 7px;
    }

    .development-item__icon img {
        max-width: 56px;
    }

    .development-item__title {
        font-size: 20px;
        margin: 16px 0 8px;
    }

    .development-item .text {
        font-size: 16px;
    }

    /* Feedbacks2 */
    .feedbacks2-slider {
        margin-top: 32px;
        margin-bottom: 48px;
        margin-left: -8px;
        margin-right: -8px;
    }

    .feedbacks2-slider__item {
        margin: 0 8px;
        padding: 24px;
    }
}


@media screen and (max-width: 767px) {

    /* Hero */
    .hero-title-icon-1 {
        left: -25px;
    }

    .hero-title-icon-2 {
        right: -40px;
    }

    .hero-icon-1 {
        bottom: 320px;
        right: 10px;
    }

    .hero-icon-2 {
        left: 70px;
        bottom: 190px;
    }

    .hero-wrapper {
        padding: 130px 0px 370px;
    }

    .hero-img {
        right: -165px;
    }

    .hero-img img {
        max-width: 600px;
    }


    /* Leads */
    .leads-items {
        flex-wrap: wrap;
        margin-left: 0;
    }

    .leads-item {
        width: 48%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }

    .leads-items .leads-item:last-child {
        margin-bottom: 0;
    }

    /* Services2 */
    .services2-circle {
        padding-top: 40px;
    }

    .services2-circle__img {
        top: 40px;
    }

    /* Benefits Main */
    .benefits-main-wrapper {
        flex-direction: column;
    }

    .benefits-main-content,
    .benefits-main-items {
        width: 100%;
    }

    .benefits-main-items {
        padding-left: 26px;
    }

    .benefits-main-content .btn {
        display: none;
    }

    .benefits-main-content .text {
        margin: 16px 0 32px;
    }

    .benefits-main-mobile-btn {
        display: inline-block;
        margin-top: 40px;
    }

    .benefits-main-item {
        margin-bottom: 20px;
    }

    /* Results */
    .results-top {
        flex-direction: column;
    }

    .results-top__title,
    .results-top .text {
        max-width: 100%;
    }

    .results-top .text {
        margin-top: 24px;
    }

    .results-item,
    .results-wrapper {
        margin-top: 20px;
    }

    .results-item-first {
        padding: 32px 20px;
        border-radius: 28px;
    }

    .results-item:nth-child(2),
    .results-item:nth-child(3) {
        width: 100%;
    }

    .results-items-social {
        margin-top: 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    .results-items-social__item:first-child {
        margin-left: 0;
    }

    .results-items-social__text {
        margin-bottom: 24px;
    }

    /* Development */
    .development-item {
        width: calc(50% - 20px);
    }

    .development-item:nth-child(3n) {
        margin-right: 40px;
    }

    .development-item:nth-child(even) {
        margin-right: 0;
    }

    .development-item:nth-last-child(-n+3) {
        margin-bottom: 32px;
    }

    .development-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    /* Feedbacks2 */
    .feedbacks2-slider {
        padding-bottom: calc(24px + 52px);
    }
}


@media screen and (max-width: 575px) {

    /* Hero */

    .hero-title {
        font-size: 38px;
    }

    .hero-title-icon-1 {
        left: 0;
        max-width: 60px;
        top: -65px;
    }

    .hero-title-icon-2 {
        right: -15px;
        top: -35px;
        max-width: 55px;
    }

    .hero-text {
        margin: 32px auto 48px;
    }

    .hero-img img {
        max-width: 400px;
    }

    .hero-icon-1 {
        bottom: 212px;
        right: 5px;
        max-width: 55px;
    }

    .hero-icon-2 {
        max-width: 60px;
        left: 90px;
        bottom: 150px;
    }

    .hero-img {
        right: -120px;
    }

    .hero-wrapper {
        padding: 82px 0px 285px;
    }

    /* Leads */
    .leads-items {
        flex-direction: column;
    }

    .leads-item {
        width: 100%;
    }


    /* Services2 */
    .services2-circle__item.item-1 {
        margin-left: 0;
        margin-top: 25px;
    }

    .services2-circle__item.item-2 {
        margin-right: 0;
        margin-top: 0;
    }

    .services2-circle__item.item-4 {
        margin-right: 0;
    }

    .services2-circle__item,
    .services2-circle__item:hover {
        width: 160px;
        height: 160px;
    }

    .services2-circle__img img {
        max-width: 550px;
        min-width: 550px;
    }

    .services2-circle__img {
        left: -100px;
    }

    .services2-circle__item-wrapp {
        margin-top: 0;
    }

    .services2-circle__item.item-3 {
        margin-top: 180px;
    }

    .services2-circle__item.item-4 {
        margin-top: 130px;
    }

    .services2-circle__item-icon.item-2 {
        top: auto;
        bottom: -60px;
        right: 0;
    }

    .services2-circle__item-icon,
    .services2-circle__item:hover .services2-circle__item-icon {
        width: 86px;
        height: 86px;
        padding: 18px;
    }

    .services2-circle__item-icon.item-1 {
        left: 0;
        top: -50px;
    }

    .services2-circle__item-icon.item-3 {
        right: 40px;
        top: -55px;
    }

    .services2-circle__item-icon.item-4 {
        right: 0;
        bottom: -35px;
    }

    /* Results */
    .results-item-first__block {
        flex-wrap: wrap;
    }

    .results-item__title {
        width: 100%;
    }

    .results-item-first__block-element.one,
    .results-item-first__block-element.two {
        width: 49%;
    }

    .results-item__title {
        margin-bottom: 16px;
    }

    .results-item-third__block {
        margin-top: 0;
    }

    .results-item-first__block {
        margin-bottom: 32px;
    }

    .results-items-social-box {
        width: 100%;
        justify-content: space-between;
    }

    .results-items-social__item {
        margin-left: 0;
    }

    .results-items-social__item svg {
        max-width: 48px;
        height: auto;
    }

    /* Development */
    .development-item {
        width: 100%;
        margin-right: 0;
    }

    .development-item__popular {
        position: static;
        display: inline-block;
        margin-bottom: 12px;
    }

    .development-item-top {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    .development-item__title {
        margin: 0;
        margin-left: 12px;
    }

    .development-item:nth-last-child(-n+2) {
        margin-bottom: 32px;
    }

    .development-item:last-child {
        margin-bottom: 0;
    }

    /* Feedbacks2 */
    .feedbacks2-slider {
        margin-bottom: 40px;
        margin-top: 24px;
    }

    .feedbacks2-slider__item {
        border-radius: 32px;
    }
}


@media screen and (max-width: 410px) {

    /* Hero */
    .hero-title {
        font-size: 35px;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero .btn {
        width: 100%;
    }

    .hero-img img {
        max-width: 400px;
    }

    .hero-img {
        right: -50px;
    }

    .hero-icon-2 {
        left: 0;
    }

    .hero-icon-1 {
        right: 70px;
    }


    /* Leads */
    .leads {
        padding-top: 64px;
    }

    .leads-background {
        height: 400px;
    }

    .leads-item-content .text {
        font-size: 16px;
    }

    /* Results */
    .results-item-third {
        padding: 32px 20px;
        border-radius: 28px;
    }

    .results-item-second {
        padding: 32px;
        border-radius: 28px;
    }

    .results-item-first__block .results-number strong {
        font-size: 24px;
    }

    .results-item-first__block .results-number {
        font-size: 14px;
    }

    .results-item__title {
        font-size: 20px;
    }
}


@media screen and (max-width: 359px) {

    /* Hero */
    .hero-title {
        font-size: 30px;
        max-width: 300px;
    }

    .hero-text {
        margin: 16px auto 32px;
    }

    .hero-icon-2 {
        display: none;
    }


    /* Servces2 */
    .services2-circle__item,
    .services2-circle__item:hover {
        width: 140px;
        height: 140px;
        padding: 15px;
    }

    .services2-circle__item h3 {
        font-size: 18px;
    }

    .services2-circle__item-icon,
    .services2-circle__item:hover .services2-circle__item-icon {
        width: 75px;
        height: 75px;
        padding: 14px;
    }

    .services2-circle__item-icon.item-3 {
        right: 30px;
        top: -45px;
    }

    .services2-circle__item-icon.item-2 {
        bottom: -50px;
    }

    /* Results */
    .results-item-third__block-element {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .results-item-third .results-number {
        margin-bottom: 8px;
    }

    /*  */
    .development-item-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .development-item__title {
        margin-left: 0;
        margin-top: 16px;
    }

    /* Feedbacks2 */
    .feedbacks2-slider__item {
        padding: 24px 16px;
    }

    .feedbacks-trustpilot-link {
        width: 100%;
    }

    .feedbacks-trustpilot-link p {
        margin: 0 6px 0 10px;
        font-size: 13px;
    }
}