#contact {
    height: 776px;
    background: url("../images/contact-background-02.png") no-repeat, url("../images/contact-background-01.png") no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    padding-top: 87px;
}

#contact p.pre-h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 205px;
    margin: 0 auto;
    position: relative;
}

#contact p.pre-h4::after {
    content: "";
    position: absolute;
    width: 47px;
    height: 1px;
    background-color: #FFFFFF;
    top: 50%;
    left: 93px;
}

#contact h4 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 205px;
    margin: 0 auto 163px auto;
}

#contact .contact-line {
    width: 100%;
    display: inline-block;
}

#contact p.cl-p {
    width: 348px;
    height: 62px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 31px;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 36px;
    margin-left: 156px;
    display: block;
}

#contact p.cl-p.left {
    margin-left: 479px;
    margin-right: 277px;
}

#contact .cl-left,
#contact .cl-right {
    width: 50%;
    float: left;
}

#contact .cl-left p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-left: 433px;
}

#contact .cl-left .call-me {
    width: 476px;
    padding-left: 78px;
    margin-left: 404px;
    text-decoration: none;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    position: relative;
}

#contact .cl-left .call-me::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 62px;
    left: 0;
    background: url("../images/ico-phone.png") no-repeat;
    background-size: 62px 62px;
    top: 50%;
    margin-top: -31px;
}

#contact .cl-left p.work-time {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-left: 577px;
}

#contact .cl-right .clr-action {
    width: 500px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    display: block;
    text-decoration: none;
    margin-left: 80px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #0E3B4E;
    padding-top: 32px;
}

#contact .cl-right .clr-action p {
    position: relative;
}

#contact .cl-right .clr-action.send-email {
    background-color: #F3ED3D;
}

#contact .cl-right .clr-action.send-request {
    background-color: #FFFFFF;
}

#contact .cl-right .clr-action.send-email p {
    padding-left: 32px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    width: fit-content;
}

#contact .cl-right .clr-action.send-email p::before {
    content: "";
    position: absolute;
    background: url("../images/envelope.png") no-repeat;
    background-size: 25px 18px;
    width: 25px;
    height: 18px;
    left: 0;
    top: 9px;
}

#contact .cl-right .clr-action.send-request p {
    padding-left: 27px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    width: fit-content;
}

#contact .cl-right .clr-action.send-request p::before {
    content: "";
    position: absolute;
    background: url("../images/document-02.png") no-repeat;
    background-size: 20px 23px;
    width: 20px;
    height: 23px;
    left: 0;
    top: 6px;
}

@media (max-width: 1902.98px) { 
    #contact p.cl-p.left{
        margin-left: 220px;
    }

    #contact .cl-left .call-me{
        width: 477px;
        display: inline-block;
        float: right;
        margin-right: 80px;
        margin-left: inherit;
    }

    #contact .cl-left p.work-time{
        margin-left: 342px;
    }

    #contact .cl-left p.cl-p2,
    #contact .cl-left p.work-time{
        width: 477px;
        float: right;
        margin-left: inherit;
        margin-right: 80px;
        text-align: center;
    }

    #contact p.cl-p.left{
        float: right;
        margin-left: inherit;
        margin-right: 156px;
    }
}

/* large desktops more than 1200px*/
@media (max-width: 1399.98px) {   
    
    #contact .cl-left .call-me{
        margin-left: 115px;
    }

    #contact .cl-left p{
        margin-left: 150px;
    }

    #contact .cl-left p.work-time{
        margin-left: 298px;
    }
}

/* desktop more than 992px */
@media (max-width: 1199.98px) { 
    #contact p.cl-p.left{
        margin-right: 81px;
    }

    #contact .cl-left p{
        margin-left: 47px;
    }

    #contact .cl-left .call-me{
        margin-left: inherit;
        margin-right: inherit;
    }

    #contact .cl-left p.work-time{
        margin-left: 196px;
    }

    #contact .cl-right .clr-action{
        width: 350px;
    }

    #contact p.cl-p{
        margin-left: 81px;
    }

    #contact .cl-left p.cl-p2, #contact .cl-left p.work-time{
        margin-right: inherit;
    }

    #contact h4{
        margin-bottom: 80px;
    }
}

/* tablets more than 768px */
@media (max-width: 991.98px) { 
    #contact{
        padding-top: 50px;
        height: 850px;
    }

    #contact h1{
        margin-bottom: 37px;
    }

    #contact .cl-left, #contact .cl-right{
        width: 100%;
    }

    #contact p.cl-p.left{
        float: none;
        width: 348px;   
        margin: 0 auto;
        margin-bottom: 34px;            
    }

    #contact .cl-left p{
        text-align: center;
        margin-bottom: 10px;
    }

    #contact .cl-left .call-me,
    #contact .cl-left p, #contact .cl-left p.work-time{
        margin: 0 auto;
        display: block;
        width: fit-content;
        float: none;
    }    

    #contact p.cl-p{
        margin: 0 auto;
        margin-bottom: 29px;
    }

    #contact .cl-right .clr-action{
        width: 345px;
        height: 70px;
        padding-top: 17px;
        margin: 0 auto 30px auto;
    }

    #contact .cl-left p.cl-p2, #contact .cl-left p.work-time{
        float: none;
        margin: 0 auto;
    }

    #contact .cl-left p.work-time{
        margin-bottom: 45px;
    }
}

/* landscape phones more than 576px */
@media (max-width: 767.98px) {    
    
}

/* portrait phones less than 576px */
@media (max-width: 575.98px) {    
    #contact h4{
        font-size: 36px;
        width: 140px;
        margin-bottom: 60px;
    }
    #contact p.pre-h4{
        width: 140px;
    }

    #contact p.cl-p.left{
        width: 240px;
        height: 43px;
        line-height: 43px;
        font-size: 14px;
    }

    #contact .cl-left p{
        font-size: 14px;
    }

    #contact .cl-left .call-me{
        font-size: 40px;
        padding-left: 50px;
    }

    #contact .cl-left .call-me::before{
        width: 42px;
        height: 42px;
        background-size: 42px 42px;
        margin-top: -21px;
    }

    #contact .cl-left p.work-time{
        font-size: 14px;
    }

    #contact{
        height: 710px;
    }

    #contact {
        height: 680px;
        background: url(../images/contact-background-mb-02.png) no-repeat, url(../images/contact-background-mb-01.png) no-repeat;
        background-size: auto 769px, cover;
        background-position: left -384px top 0px, center;
        mix-blend-mode: multiply;
        padding-top: 52px;
    }

    #contact p.cl-p{
        width: 240px;
        height: 43px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 31px;
        text-align: center;
        line-height: 43px;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 36px;
    }

    #contact .cl-right .clr-action{
        font-size: 18px;
    }

    #contact .cl-left p.cl-p2{
        width: auto;
    }
}