.pageAbout .reviews {
    padding: 80px 0 160px 0;
}

.pageAbout .clients {
    padding-top: 35px;
}

.pageAbout .listClients {
    margin-top: 0;
}

.pageAbout .clients .header {
    display: none;
}

.pageAbout .listCases .video {
    max-height: 400px;
    overflow: hidden;
    border-radius: 16px;
}

.clientsAbout {
    background-color: #FFF7FA;
    padding-top: 50px;
}

.clientsAbout h2 {
    font-size: 48px;
    line-height: 59px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #E8335D;
    margin-bottom: 15px;
    text-align: center;
    font-style: italic;
}

.clientsAbout h2 strong {
    font-weight: 600;
    font-style: initial;
}

.clientsAbout p {
    max-width: 816px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.9px;
    color: #545073;
    text-align: center;
}

/*banner main about*/
.bannerAbout {
    position: relative;
}

.bannerAbout .formas {
    width: 50%;
    height: 100%;
    position: absolute;
    /*right: calc((100vw - 1206px)/2);*/
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.bannerAbout .formas img {
    bottom: initial;
    top: -20px;
}

.bannerAbout .formas img:nth-child(1) {
    right: 344px;
    transition: .4s;
}

.bannerAbout .formas img:nth-child(2) {
    right: 227px;
    transition: .4s;
}

.bannerAbout .formas img:nth-child(3) {
    right: 110px;
    transition: .4s;
}

/*hover*/
.bannerAbout:hover .formas img:nth-child(1) {
    right: 344px;
    transition: .4s;
}

.bannerAbout:hover .formas img:nth-child(2) {
    right: 202px;
    transition: .4s;
}

.bannerAbout:hover .formas img:nth-child(3) {
    right: 60px;
    transition: .4s;
}

/*section content*/
.contentAbout {
    padding: 115px 0;
    background-color: #FFF7FA;
}

.contentAbout .group {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contentAbout .group .images,
.contentAbout .group .text {
    width: 45%;
}

.contentAbout .group .images {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
}

.contentAbout .group .images>img {
    transition: .4s ease-in-out;
}

.contentAbout .group .images>img:first-child {
    width: 385px;
    margin-left: 15px;

}

.contentAbout .partners {
    width: 378px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 45px 30px 20px 30px;
    background-image: url(../images/about/grid-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.contentAbout .partners img {
    max-width: 150px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 24px;
}

.contentAbout .group .text {
    max-width: 504px;
    margin-top: 120px;
}

.contentAbout .group .text h2 {
    font-size: 47px;
    font-weight: 300;
    line-height: 58px;
    letter-spacing: 0px;
    color: #E8335D;
    margin-bottom: 50px;
}

.contentAbout .group .text h2 i {
    font-weight: 400;
}

.contentAbout .group .text p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #545073;
    line-height: 30px;
}

.bannerCases.bannerAbout h1 i {
    font-size: 53px;
    font-weight: 200;
}

.bannerCases.bannerAbout p:first-of-type span:last-of-type {
    font-size: 37px;
    font-weight: 500;
    letter-spacing: 1.85px;
}

.bannerCases.bannerAbout p:first-of-type span:first-of-type {
    font-size: 40px;
    font-weight: 300;
    text-transform: lowercase;
}

.bannerCases.bannerAbout p:last-of-type {
    margin-top: 44px;
}

.bannerAbout .formas.mobile {
    display: none;
}

@media (max-width: 1024px) {
    .bannerAbout {
        padding: 110px 0 30px 0;
    }   

    .bannerCases.bannerAbout h1 {
        font-size: 38px;
    }

    .bannerCases.bannerAbout h1 i {
        font-size: 39px;
        display: block;
    }

    .bannerCases.bannerAbout p:first-of-type span:first-of-type {
        font-size: 32px;
        margin-right: 5px;
    }

    .bannerCases.bannerAbout p:first-of-type span:last-of-type {
        font-size: 28px;
        letter-spacing: 1.4px;
        white-space: nowrap;
    }

    .bannerCases.bannerAbout p:last-of-type {
        margin-top: 25px;
        font-size: 14px;
        letter-spacing: 0.7px;
    }

    .bannerCases.bannerAbout p:first-of-type {
        margin-top: 0;
        white-space: pre-wrap;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .bannerAbout .formas {
        height: 120px;
        position: relative;
        margin-bottom: 30px;
    }

    .bannerAbout .formas.desktop {
        display: none;
    }

    .bannerAbout .formas.mobile {
        display: block;
    }

    .bannerAbout .formas.mobile img{
        position: initial;
    }

    .bannerAbout .formas img {
        width: 100%;
    }

    .bannerAbout .formas img:nth-child(1),
    .bannerAbout .formas img:nth-child(2),
    .bannerAbout .formas img:nth-child(3) {
        right: initial;
        left: 0;
    }

    .bannerAbout .formas img:nth-child(2) {
        left: 60px;
    }

    .bannerAbout .formas img:nth-child(3) {
        left: 120px;
    }

    .contentAbout .group .images>img:first-child {
        width: 271px;
        margin: 0 auto;
    }

    .contentAbout .group {
        flex-direction: column-reverse;
    }

    .contentAbout .group .images,
    .contentAbout .group .text {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding-left: 0;
        position: relative;
    }

    .contentAbout .group .text {
        margin-top: 40px;
    }

    .contentAbout .group .images {
        margin-top: 60px;
    }

    .contentAbout .group .text>div {
        width: 100%;
    }

    .contentAbout .partners img {
        width: 48%;
        margin-bottom: 10px;
    }

    .contentAbout .partners {
        max-width: 100%;
        background-size: contain;
        background-position-x: center;
    }

    .contentAbout {
        padding: 55px 0 15px 0;
    }

    .clientsAbout h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .clientsAbout p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.7px;
    }   

    .contentAbout .group .text h2,
    .contentAbout .group .text p {
        padding: 0 11%;
    }

    .contentAbout .group .text h2 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .contentAbout .group .text p {
        font-size: 14px;
        letter-spacing: 0.7px;
        line-height: 25px;
    }

    .pageAbout .reviews{
        padding: 80px 0 100px 0;
    }
}

@media (max-width: 320px) {
    .bannerCases.bannerAbout p:first-of-type span:last-of-type,
    .bannerCases.bannerAbout p:first-of-type span:first-of-type {
        font-size: 20px;
        margin-right: 0;
    }
}