﻿.contact-main-wrap {display:flex;margin-top:30px;}
.contact-main-wrap > div{width:50%;}

    .contact-main-wrap h2 {
        font-size: 1.3em;
        font-weight: bold;
        color: var(--blue);
        line-height: 100%;
        margin-bottom: 30px;
    }
    .contact-main-wrap .form-box{width:65%;}

.contact-info > li {
    margin-bottom: 20px;
}

    .contact-info > li > a, .contact-info > li > div {
        line-height: 100%;
        padding: 5px;
        display: inline-block;
        position: relative;
        padding-left: 30px;
        color: #555;
    }

        .contact-info > li > a span {
            line-height: inherit;
            font-size: .72em;
            letter-spacing: 0;
            color: #999
        }

    .contact-info > li i {
        left: 0;
        color: #2c82d7;
        position: absolute;
    }

.off-add div {
    color: #777 !important;
}

.off-add strong {
    font-weight: 600;
    color: var(--green2);
    display: block;
}

.off-add div p {
    color: #666;
    font-size: .9em;
    line-height: 160%;
    margin-top: 10px;
}
.cont-ico svg {
    margin-top: -2px;
    width:18px;
}
    .cont-ico svg path {
        fill: #49a939;
    }

/*.sec-contact {
    display: flex;
    justify-content: space-between;*/
    /*margin-top: 50px;*/
/*}


    .sec-contact > div {
        width: 45%
    }

        .sec-contact > div:last-child {
            padding-left: 150px;
        }*/

    /*.sec-contact > div:first-child {
        background: url('../Images/info/contact-us.png') no-repeat;
    }*/
    /*.sec-contact h2 {
        color: #666;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: 600;
        letter-spacing: 0.02em;
        margin-bottom: 20px;
    }*/

/*.sec-contact::before {
        content: '';
        position: absolute;
        height: 90%;
        border-right: 1px solid #e1e1e1;
        left: 49%;
    }
    .sec-contact::after {
        content: 'Or';
        position: absolute;
        top: 40%;
        right: 608px;
        background-color: #fff;
        padding: 9px 2px 3px 12px;
        border: 1px solid #e1e1e1;
        border-radius: 50%;
        color: #999;
        font-size: .8em;
        width: 25px;
        height: 25px;
        line-height: 150%;
    }*/

/*.contact-info > li {
    margin-bottom: 20px;
}

    .contact-info > li > a, .contact-info > li > div {
        line-height: 100%;
        padding: 5px;
        display: inline-block;
        position: relative;
        padding-left: 30px;
        color: #555;
    }

        .contact-info > li > a span {
            line-height: inherit;
            font-size: .72em;
            letter-spacing: 0;
            color: #999
        }

    .contact-info > li i {
        left: 0;
        color: #2c82d7;
        position: absolute;
    }

.off-add {
}

    .off-add div {
        color: #777 !important;
    }

    .off-add strong {
        font-family: inherit;
        font-weight: 700;
        color: #999;
        text-transform: uppercase;
        display: block;
        font-size: .95em;
    }

    .off-add div p {
        color: #777;
        font-size: .8em;
        line-height: 160%;
        margin-top: 10px;
    }*/
/* Responsive code*/
/*@media (max-width: 690px) {
    .sec-contact {
        flex-wrap: wrap;
    }

        .sec-contact > div {
            width: 100%;
        }

            .sec-contact > div:last-child {
                padding-left: 0;
                margin-top: 80px;
            }

        .sec-contact::before {
            border-right: 0;
            border-bottom: 1px solid #e1e1e1;
            left: 15px;
            height: 1px;
            top: 340px;
            right: 15px;
        }

        .sec-contact::after {
            right: 47%;
            top: 322px;
        }
}*/
