/* --------1920-------- */

/* Хеадер */

.page-team header.header--transparent .header-txt{
    color: #003506 !important; 
}

.page-team header.header--transparent .menu-line{
    text-decoration-color: #003506 !important; 
}

.page-team header.header--transparent .logo-uol{
    filter: none !important; 
}

/* Команда специалистов */

.cont-team-zag{
    width: 1440px;
    position: relative;
    overflow: hidden;
    gap: 100px;
    margin-top: 132px;
}

.cont-team-zag > div{
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 30px;
    box-sizing: border-box;
}

.p-team{
    width: 640px;
}

.cont-team-zag > img{
    height: 360px;
    top: 0;
    right: 0;
    pointer-events: none;
    object-fit: cover;
    position: absolute;
    display: block;
}

/* Команда */

.sec-team{
    width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.cont-team-itm{
    display: flex;
    justify-content: space-between;
}

.cont-team-itm-l{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cont-team-itm-r{
    width: 638px;
    height: 350px;
    overflow: hidden;
}

.cont-team-itm-r > img{
    width: 100%;
    object-fit: cover;
}


/* --------2560-------- */

@media screen and (min-width: 2500px) {

    /* Команда специалистов */

    .cont-team-zag{
        width: 1920px;
        gap: 140px;
        margin-top: 175px;
    }

    .cont-team-zag > div{
        gap: 65px;
        padding: 65px 40px;
    }

    .p-team{
        width: 852px;
    }

    .cont-team-zag > img{
        height: 468px;
    }

    /* Команда */

    .sec-team{
        width: 1920px;
        gap: 140px;
    }

    .cont-team-itm-l{
        gap: 23px;
    }

    .cont-team-itm-r{
        width: 851px;
        height: 466px;
    }
}


/* --------1440-------- */

@media screen and (max-width: 1900px) {

    /* Команда специалистов */

    .cont-team-zag{
        width: 1280px;
        gap: 80px;
        margin-top: 102px;
    }

    .cont-team-zag > div{
        gap: 40px;
        padding: 40px 25px;
    }

    .p-team{
        width: 526px;
    }

    .cont-team-zag > img{
        height: 265px;
    }

    /* Команда */

    .sec-team{
        width: 1280px;
        gap: 80px;
    }

    .cont-team-itm-l{
        gap: 15px;
    }

    .cont-team-itm-r{
        width: 568px;
        height: 265px;
    }
}


/* --------1280-------- */

@media screen and (max-width: 1420px) {

    /* Команда специалистов */

    .cont-team-zag{
        width: 1180px;
        gap: 70px;
        margin-top: 91px;
    }

    .cont-team-zag > div{
        gap: 35px;
        padding: 35px 23px;
    }

    .p-team{
        width: 502px;
    }

    .cont-team-zag > img{
        height: 251px;
    }

    /* Команда */

    .sec-team{
        width: 1180px;
        gap: 70px;
    }

    .cont-team-itm-l{
        gap: 13px;
    }

    .cont-team-itm-r{
        width: 525px;
        height: 235px;
    }
}


/* --------375-------- */

@media screen and (max-width: 430px){
    .page-team .header-mob .logo-uol-mob,
    .page-team .header-mob img{
        filter: none !important;
    }

    /* Команда специалистов */

    .cont-team-zag{
        width: calc(100% - 30px);
        position: relative;
        overflow: hidden;
        gap: 35px;
        margin-top: 115px;
    }

    .cont-team-zag > div{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        box-sizing: border-box;
    }

    .p-team{
        width: 100%;
    }

    .cont-team-zag > img{
        display: none;
    }

    /* Команда */

    .sec-team{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 70px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .cont-team-itm{
        display: flex;
        flex-direction: column;
        gap: 25px;
        justify-content: flex-start;
    }

    .cont-team-itm-l{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .cont-team-itm-r{
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .cont-team-itm-r > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}