.cooperationFlip {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.cooperationFlip .section-decor-left {
    position: absolute;
    top: 2%;
    left: 0;
}
.cooperationFlip .section-decor-right {
    position: absolute;
    top: 15%;
    right: 0;
}

.cooperationFlip__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cooperationFlip__title {
    max-width: 580px;
    font-weight: 400;
    font-size: 40px;
    color: #195392;
    position: relative;
    z-index: 1;

}
.certification {
}
.cooperationFlip__cert .certification__img {
    max-width: 391px;
}

.cooperationFlip__cert .flipPost-logo {
    width: 32%;
    height: 30%;
}
.cooperationFlip__cert .flipPost-logo {
    width: 76%;
   
}

.cooperationFlip__main-img{
    padding: 0 20px;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cooperationFlip__main-img .advice-mass{
    position: absolute;
    bottom: 0;
    right: 0;
}


.cooperationFlip__body-text {
}
.advice-mass {
    max-width: 315px;
    display: flex;
    gap: 25px;
    align-items: center;

}
.advice-mass__img {
    flex: 0 0 35px;
}
.advice-mass__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.39;
    color: #aabc59;
}

.cooperationFlip__body-text{
    display: none;
}


@media (max-width: 900px) {
    .cooperationFlip{
        padding-top: 20px;
    }
    .cooperationFlip .section-decor-left{
        left: -4%;
    }

    .cooperationFlip .section-decor-right {
        position: absolute;
        top: 5%;
        right: -1%;
    }

    .cooperationFlip__header{
        flex-direction: column;
    }

    .cooperationFlip__title{
        max-width: unset;
        text-align: center;
    }

    .cooperationFlip__main-img  .advice-mass{
        display: none;
    }
    .cooperationFlip__body-text{
        padding: 0 20px;
        display: flex;
        justify-content: center;
        max-width: unset;
    }
    
}

@media (max-width: 768px) {
    .cooperationFlip__title {
        font-size: 35px;
    }
}
@media (max-width: 480px) {
    .cooperationFlip__title {
        font-size: 30px;
    }
    .cooperationFlip__header{
        margin-bottom: 15px;
    }
    .cooperationFlip__main-img{
        padding: 0 10px;
    }

    .cooperationFlip .section-decor-left {
        left: -7%;
        top: -30%;
    }
}

@media (max-width: 400px) {
    .cooperationFlip__title {
        font-size: 25px;
    }

    .cooperationFlip__header {
        gap: 15px;
    }
}

/* -------------------- */




.full-auto {
    padding: 100px 0;
    font-family: var(--font-family);
    position: relative;
    overflow: hidden;
}

.full-auto  .section-decor-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.full-auto  .section-decor-right{
    position: absolute;
    top: 7%;
    right: 0;
}


.full-auto__header {
    padding: 0 15px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.full-auto__header-left {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.ps-logo {
    position: relative;
    width: 192px;
    height: 170px;
}
.ps-logo__text {
    max-width: 140px;
    font-weight: 400;
    font-size: 12px;
    color: #195392;
    position: absolute;
    top: -10%;
    right: -55%;
}
.full-auto__title{
    max-width: 490px;
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
}

.full-auto__texts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}
.full-auto__text {
}

.full-auto__texts .full-auto__text:first-child{
    margin-right: 60px;
   max-width: 700px;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #000;

    border: 20px solid rgba(63, 130, 168, 0.1);
    border-radius: 40px;
    padding: 20px;
    background: rgba(191, 224, 240, 0.2);
}

.full-auto__texts .full-auto__text:first-child span {
    font-size: 24px;
}

.full-auto__texts .full-auto__text:last-child{
    position: relative;
    padding: 20px 40px 20px 20px;
    max-width: 500px;
    width: 100%;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.36;
    color: #fff;

    border-radius: 40px 0 0px 40px;
    background: #304F78;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.full-auto__texts .full-auto__text:last-child::before{
    content: '';
    position: absolute;
    top: -28%;
    left: 3%;
    width: 100%;
    height: 100%;
    background: url('../images/check_big.svg') no-repeat;
    background-size: contain;
}


.full-auto__texts .full-auto__text:last-child p {
    max-width: 320px;
}


.full-auto__body {
    padding: 0 25px;

}
.full-auto__main-img {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
.full-auto__main-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url('../images/arrow-decor.svg') no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.full-auto__main-img .flipPost-logo.flipPost-logo_ps{
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
}

.full-auto__main-img .flipPost-logo{
    position: absolute;
    bottom: 4%;
    left: 10%;
    z-index: 1;
}

.full-auto__main-img .face-img{
    position: absolute;
    bottom: 27%;
    right: 0;
}

.flipPost-logo_ps {
}
.face-img {
    position: relative;
    width: 185px;
    height: 185px;
    border-radius: 50%;
}
.decor-check {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    width: 121px;
    height: 85px;

    position: absolute;
    bottom: -45px;
    left: -45px;
}

.decor-check img {
    width: 35px;
}
.flipPost-logo {
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    width: 165px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flipPost-logo img {
    width: 128px;
    height: 40px;
}


.flipPost-logo_ps {
    width: 347px;
    height: 211px;
}
.flipPost-logo_ps img {
    width: 173px;
    height: 152px;
}



.full-auto__testing {
    margin-top: -135px;
   display: flex;
   justify-content: flex-end;
   position: relative;
   z-index: 1;
}

.full-auto__testing-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}



.full-auto__testing-text {
    position: relative;
    max-width: 435px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}

.full-auto__testing-text:before {
    content: '';
    position: absolute;
    top: -73%;
    left: -16%;
    /* transform: translate(-50%, -50%); */
    background: url(../images/decor-test.svg) no-repeat;
    width: 500px;
    height: 180px;
    background-size: cover;

}

.full-auto__testing button{
    max-width: 356px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
}

.full-auto__testing button span:first-child{
 
    font-weight: 400;
    font-size: 8px;
    color: #fff;
}
.full-auto__testing button span:last-child{
    max-width: 200px;

}


.full-auto__footer {
}
.certification {
}
.full-auto__cert {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.certification__img {
    max-width: 475px;
    position: relative;
}
.certification__img .flipPost-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 145px;
    height: 95px;
    width: 30%;
    height: 28%;
}

.certification__img .flipPost-logo img {
    width: 73%;
    height: 36%;
}

@media (max-width: 1350px) {
    .container{
        max-width: 1300px;
    }
}

@media (max-width: 1200px) {
    .full-auto__texts .full-auto__text:first-child{
        margin-right: 0;
        font-size: 20px;
    }

    .full-auto__texts .full-auto__text:last-child{
        padding: 20px 10px 20px 20px;
    }

    .full-auto__texts .full-auto__text:last-child::before{
        top: 4%;
        left: 3%;
        width: 30%;
        height: 80%;
    }

    .full-auto__title{
        font-size: 40px;
    }

    .full-auto__header {
        margin-bottom: 15px;
    }

    .flipPost-logo_ps{
        width: 290px;
        height: 160px;
    }

    .flipPost-logo_ps img{
        width: 130px;
        height: 118px;
    }

    .full-auto__testing{
        margin-top: -75px;
        margin-bottom: 20px;
    }

    .full-auto .section-decor-right{
        right: -45%;
    }

    .full-auto{
        padding: 50px 0;
    }
}

@media (max-width: 1000px) {
    .full-auto__header{
        flex-direction: column;
    }
    .full-auto__header-left{
        /* flex-direction: row; */
        align-items: center;
        gap: 10px;
    }

    .full-auto__title{
        max-width: unset;
    }

    .full-auto__texts .full-auto__text:last-child {
        align-self: flex-start;
        font-size: 18px;
        border-radius: 40px;
    }
    .full-auto__texts .full-auto__text:first-child{
        font-size: 18px;
    }

    .full-auto__texts .full-auto__text:last-child p {
        max-width: 380px;
    }
    .full-auto .section-decor-left {
        left: -4%;
    }
    .full-auto .section-decor-right{
        right: -50%;
        top: 11%;
    }

    .full-auto__testing {
        margin-top: -20px;
    }
}

@media (max-width: 768px) {
    .full-auto .section-decor-right{
        right: -50%;
        top: 19%;
    }

    .flipPost-logo_ps {
        width: 230px;
        height: 110px;
    }
    .flipPost-logo_ps img {
        width: 90px;
        height: 75px;
    }

    .full-auto .section-decor-right{
        right: -60%;
    }

    .full-auto__main-img .face-img{
        width: 125px;
        height: 125px;
    }
    .full-auto__main-img .decor-check {
        width: 80px;
        height: 55px;
        bottom: -15px;
        left: -25px;
    }

    .full-auto__testing-text {
        font-size: 16px;
        max-width: 350px;
    }

    .full-auto__testing-text:before{
        width: 405px;
        height: 140px;
    }

    .full-auto__title {
        font-size: 30px;
    }

    .full-auto__testing {
        margin-top: 0;
    }
}


@media (max-width: 550px) {

    .full-auto{
        padding: 25px 0;
    }

    .full-auto__title{
        font-size: 25px;
    }

    .full-auto .section-decor-left{
        left: -35%;
    }

    .full-auto__texts .full-auto__text:first-child{
        font-size: 16px;
        padding: 10px;
        border-width: 10px;
    }
    .full-auto__texts .full-auto__text:first-child span {
        font-size: 18px;
    }

    .full-auto__texts .full-auto__text:last-child{
        font-size: 16px;
        padding: 10px;
        padding-left: 80px;
    }

    .full-auto__texts .full-auto__text:last-child::before{
        top: 50%;
        transform: translateY(-50%);
        height: 40%;
        left: 8%;
    }

    .full-auto__main-img .face-img{
        width: 80px;
        height: 80px;
    }

    .full-auto__main-img .decor-check {
        width: 50px;
        height: 30px;
        bottom: 0px;
        left: -20px;
    }

    .full-auto__main-img .decor-check img{
        width: 20px;
    }
    .flipPost-logo_ps{
        width: 120px;
        height: 80px;
    }
    .flipPost-logo_ps img {
        width: 70px;
        height: 60px;
    }

    .full-auto__main-img .flipPost-logo{
        width: 90px;
        height: 60px;
    }
    .full-auto__main-img .flipPost-logo img {
        width: 70px;
        height: 40px;
    }

    .full-auto__testing{

        justify-content: center;
    }


    .ps-logo {
        position: relative;
        width: 170px;
        height: 150px;
    }

    .full-auto__testing-text{
        transform: translateX(8%);
    }
}



@media (max-width: 480px) {

    

}
@media (max-width: 390px) {
    .full-auto__title{
        font-size: 22px;
        text-align: center;
    }

    .full-auto__texts .full-auto__text:first-child {
        font-size: 14px;
    }

    .full-auto__texts .full-auto__text:last-child{
        font-size: 14px;
    }

 
    .full-auto__main-img .flipPost-logo.flipPost-logo_ps{
        width: 70px;
        height: 40px;
    }

    .full-auto__main-img .flipPost-logo.flipPost-logo_ps img {
        width: 35px;
        height: 35px;
    }

    .full-auto__main-img .flipPost-logo img{
        width: 60px;
        height: 35px;
    }

    .full-auto__main-img .face-img {
        width: 60px;
        height: 60px;
    }

    .full-auto__testing-text{
        font-size: 14px;
        max-width: 290px;
    }

    .full-auto__testing-text:before {
        width: 370px;
        height: 130px;
    }

    .full-auto__main-img .flipPost-logo {
        width: 90px;
        height: 60px;
    }

    .full-auto__testing-text{
        transform: translateX(0);
    }
}