/* --------1920-------- */

/* Хеадер */

.page-contact header.header--transparent .header-txt{
    color: #003506 !important; 
}

.page-contact header.header--transparent .menu-line{
    text-decoration-color: #003506 !important; 
}

.page-contact header.header--transparent .logo-uol{
    filter: none !important; 
}

/* Правовая основа деятельности */

.cont-contact-zag{
    width: 1440px;
    position: relative;
    overflow: hidden;
    gap: 100px;
    margin-top: 132px;
}

.cont-contact-zag > div{
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 30px;
    box-sizing: border-box;
}

.cont-contact-zag > img{
    height: 360px;
    top: 0;
    right: 0;
    pointer-events: none;
    object-fit: cover;
    position: absolute;
    display: block;
}

/* Как с нами связаться / Где мы находимся */

.sec-contact{
    width: 1440px;
    display: flex;
    justify-content: space-between;
}

.cont-contact-itm-l{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.cont-contact-itm-l > div{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cont-contact-itm-r{
    padding: 30px;
    box-sizing: border-box;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 638px;
}

.cont-contact-itm-r > div{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cont-contact-itm-r a:hover{
    filter: brightness(0) saturate(100%) invert(9%) sepia(93%) saturate(3484%) hue-rotate(94deg) brightness(96%) contrast(102%);
    opacity: 0.7;
}

.sec-contact2{
    margin-top: 50px;
    width: 1440px;
    display: flex;
    justify-content: space-between;
}

.cont-contact-itm-r-map{
    width: 638px;
    height: 400px;
}


/* --------2560-------- */

@media screen and (min-width: 2500px) {

    /* Правовая основа деятельности */

    .cont-contact-zag{
        width: 1920px;
        margin-top: 175px;
    }

    .cont-contact-zag > div{
        gap: 65px;
        padding: 65px 40px;
    }

    .cont-contact-zag > img{
        height: 468px;
    }

    /* Как с нами связаться / Где мы находимся */

    .sec-contact{
        width: 1920px;
    }

    .cont-contact-itm-l{
        gap: 65px;
    }

    .cont-contact-itm-l > div{
        gap: 23px;
    }

    .cont-contact-itm-r{
        padding: 40px;
        gap: 40px;
        width: 851px;
    }

    .cont-contact-itm-r > div{
        gap: 23px;
    }

    .sec-contact2{
        margin-top: 65px;
        width: 1920px;
    }

    .cont-contact-itm-r-map{
        width: 851px;
        height: 500px;
    }
}


/* --------1440-------- */

@media screen and (max-width: 1900px) {

    /* Правовая основа деятельности */

    .cont-contact-zag{
        width: 1280px;
        margin-top: 102px;
    }

    .cont-contact-zag > div{
        gap: 40px;
        padding: 40px 25px;
    }

    .cont-contact-zag > img{
        height: 265px;
    }

    /* Как с нами связаться / Где мы находимся */

    .sec-contact{
        width: 1280px;
    }

    .cont-contact-itm-l{
        gap: 40px;
    }

    .cont-contact-itm-l > div{
        gap: 10px;
    }

    .cont-contact-itm-r{
        padding: 25px;
        gap: 25px;
        width: 568px;
    }

    .cont-contact-itm-r > div{
        gap: 10px;
    }

    .sec-contact2{
        margin-top: 40px;
        width: 1280px;
    }

    .cont-contact-itm-r-map{
        width: 568px;
        height: 300px;
    }
}


/* --------1280-------- */

@media screen and (max-width: 1420px) {

    /* Правовая основа деятельности */

    .cont-contact-zag{
        width: 1180px;
        margin-top: 91px;
    }

    .cont-contact-zag > div{
        gap: 35px;
        padding: 35px 23px;
    }

    .cont-contact-zag > img{
        height: 251px;
    }

    /* Как с нами связаться / Где мы находимся */

    .sec-contact{
        width: 1180px;
    }

    .cont-contact-itm-l{
        gap: 35px;
    }

    .cont-contact-itm-l > div{
        gap: 10px;
    }

    .cont-contact-itm-r{
        padding: 23px;
        gap: 23px;
        width: 525px;
    }

    .cont-contact-itm-r > div{
        gap: 10px;
    }

    .sec-contact2{
        margin-top: 35px;
        width: 1180px;
    }

    .cont-contact-itm-r-map{
        width: 525px;
        height: 260px;
    }
}


/* --------375-------- */

@media screen and (max-width: 430px){
    .page-contact .header-mob .logo-uol-mob,
    .page-contact .header-mob img{
        filter: none !important;
    }

    /* Правовая основа деятельности */

    .cont-contact-zag{
        width: calc(100% - 30px);
        position: relative;
        overflow: hidden;
        margin-top: 115px;
    }

    .cont-contact-zag > div{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        box-sizing: border-box;
    }

    .cont-contact-zag > img{
        display: none;
    }

    /* Как с нами связаться / Где мы находимся */

    .sec-contact{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 35px;
    }

    .cont-contact-itm-l{
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .cont-contact-itm-l > div{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .cont-contact-itm-r{
        padding: 20px;
        box-sizing: border-box;
        height: fit-content;
        display: flex;
        flex-direction: column;
        gap: 25px;
        width: 100%;
    }

    .cont-contact-itm-r > div{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .cont-contact-itm-r a:hover{
        filter: brightness(0) saturate(100%) invert(9%) sepia(93%) saturate(3484%) hue-rotate(94deg) brightness(96%) contrast(102%);
        opacity: 0.7;
    }

    .sec-contact2{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 0;
        gap: 35px;
    }

    .cont-contact-itm-r-map{
        width: 100%;
        height: 400px;
    }
}