﻿.contacts {
    padding: 80px 0;
}

    .contacts p {
        font-size: 14px;
        position: relative;
        padding-left: 0;
        margin: 10px 0;
        color: #333;
        line-height: 158%;
        font-family: 'Montserrat-Medium';
    }

header {
    position: relative;
}

.bottom-capchaForm {
    position: relative;
}

.capchaLog {
    position: absolute;
    right: -159px;
    top: -2px;
}

.contacts .content .form .form-group .right .input.no-select input {
    border: none;
    height: 100%;
    outline: none;
    padding-right: 25px;
    padding-left: 10px;
    width: 100%;
    transition: all linear .3s;
    border-bottom: 1px solid #E5E5E5;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

.contacts .content .form .form-group .right .input.no-select {
    height: 44px;
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts .content .form .form-group .right .input .erolh {
    position: absolute;
    display: flex;
    right: 0;
    color: transparent !important;
    user-select: none;
    pointer-events: none;
    align-items: center;
}

.contacts p em {
    font-style: normal;
}

    .contacts p em strong {
        color: var(--default-color-1);
    }

.contacts p:nth-child(2) {
    margin-top: 10px;
}

.contacts p::before {
    display: none;
}

.contacts p::before {
    content: "\f055";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    color: var(--default-color);
}

.contacts p:nth-child(1)::before {
    content: "\f0ac";
}

.contacts p:nth-child(2)::before {
    content: "\f328";
}

.contacts p:nth-child(3)::before {
    content: "\f3c5";
}

.contacts p:nth-child(4)::before {
    content: "\f095";
}

.contacts p:nth-child(5)::before {
    content: "\f0e0";
}

.contacts .top {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    padding-bottom: 5px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .contacts .top h1 {
        text-align: center;
        font-family: helveNeueBold;
        font-size: 30px;
        color: var(--default-color);
    }

.contacts .content .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contacts .content .container .grid.wide {
        display: flex !important;
    }

.contacts .content .map {
    width: 100%;
    position: absolute;
}

    .contacts .content .map iframe {
        width: 100%;
        height: 100%;
    }

.contacts .content .form {
    display: flex;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 90%;
    opacity: 1;
    pointer-events: all;
    background-color: #fff;
    box-shadow: 0 0 20px 1px #0000004d;
    transition: all linear .3s;
}

    .contacts .content .form.fade-out {
        opacity: 0;
        pointer-events: none;
    }

    .contacts .content .form .btn-close {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
        border: 2px solid var(--default-color-1);
        color: var(--default-color-1);
        z-index: 2;
        transition: all ease .2s;
        right: 10px;
        top: 10px;
        cursor: pointer;
        user-select: none;
    }

        .contacts .content .form .btn-close:hover {
            background-color: var(--default-color-1);
            color: #fff;
        }

    .contacts .content .form .lefts {
        width: 50%;
        padding: 5px 20px;
        padding-right: 10px;
    }

    .contacts .content .form .rights {
        width: 50%;
        padding-left: 15px;
        display: block;
    }

    .contacts .content .form ul {
        padding-left: 0;
    }

    .contacts .content .form .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
        width: 100%;
    }

        .contacts .content .form .form-group .heading {
            margin: 0;
            font-size: 20px;
            font-family: 'Montserrat-Medium';
            color: var(--default-color-1);
            margin-bottom: 10px;
            font-weight: 400;
        }

        .contacts .content .form .form-group .left .erolh {
            font-size: 15px;
        }

        .contacts .content .form .form-group .left .input {
            height: 44px;
            position: relative;
            margin-bottom: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

div#ctl00_main_UpdatePanel1 {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.btnRefresh {
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btnRefresh i {
        font-size: 16px;
        color: #ff2248;
    }

.contacts .content .form .form-group .left .input .erolh {
    position: absolute;
    display: flex;
    right: 0;
    color: transparent !important;
    user-select: none;
    pointer-events: none;
    align-items: center;
}

    .contacts .content .form .form-group .left .input .erolh::before {
        font-family: FontAwesome;
        content: '\f06a';
        right: 5px;
        position: absolute;
        color: var(--default-color-1);
        background-color: #fff;
    }

.contacts .content .form .form-group .right .input .erolh::before {
    font-family: FontAwesome;
    content: '\f06a';
    right: 5px;
    position: absolute;
    color: var(--default-color-1);
    background-color: #fff;
}

.contacts .content .form .form-group .left .input input {
    border: none;
    height: 100%;
    outline: none;
    padding-right: 25px;
    padding-left: 10px;
    width: 100%;
    transition: all linear .3s;
    border-bottom: 1px solid #E5E5E5;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

    .contacts .content .form .form-group .left .input input:focus {
        border-color: #B2B2B2;
    }

.contacts .content .form .form-group .right textarea {
    width: 100%;
    height: 100px;
    padding-left: 10px;
    padding-top: 10px;
    outline: none;
    border: none;
    resize: none;
    border-bottom: 1px solid #E5E5E5;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

    .contacts .content .form .form-group .right textarea:focus {
        border-color: #B2B2B2;
    }

.contacts .content .form .form-group .right .btn-sumid-contact {
    background-color: var(--default-color);
    outline: none;
    border: 1px solid var(--default-color-1);
    font-size: 14px;
    padding: 10px 18px;
    margin-top: 5px;
    cursor: pointer;
    transition: all linear .3s;
    border-radius: 5px;
    margin: 10px 0;
    margin-bottom: 15px;
    background-color: var(--default-color-1);
    color: #fff;
}

    .contacts .content .form .form-group .right .btn-sumid-contact:hover {
        background-color: #fff;
        color: var(--default-color-1);
    }

.contacts .content .form ul {
    flex: 1;
}

    .contacts .content .form ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 12px;
    }

        .contacts .content .form ul li .icon {
            width: 35px;
            height: 35px;
            border: 1px solid #979797;
            border-radius: 3px;
            font-size: 16px;
            color: var(--default-color);
        }

        .contacts .content .form ul li span {
            font-size: 16px;
            padding-left: 12px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            line-height: calc(100% + 3px);
        }

.contacts .content .form .left {
    margin-top: 5px;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 23px;
    row-gap: 15px;
}

/*RS*/

@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }

    .contacts .content .form ul {
        font-size: 14px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .contacts .content .form {
        width: 95%;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important
    }

    .contacts .content .form {
        flex-direction: column-reverse;
        width: 100%;
    }

        .contacts .content .form .lefts,
        .contacts .content .form .rights {
            width: 100%;
        }

        .contacts .content .form .rights {
            padding: 0;
            display: none;
        }

        .contacts .content .form .lefts {
            padding: 10px 15px;
        }

        .contacts .content .form .form-group .right .btn-sumid-contact {
            width: 100%;
        }
}