﻿.contact {
}

.contact-top {
    background-color: #F7F6F9;
    position: relative;
}

    .contact-top::before {
        content: '';
        position: absolute;
        right: -40px;
        top: -40px;
        background-color: #F1F1F3;
        width: 340px;
        height: 260px;
        border-radius: 50%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        transform: rotate(-34deg);
    }

    .contact-top .grid.wide {
    }

.contact-top-container {
    padding: 70px 0;
}

    .contact-top-container h1 {
        margin: 0;
        font-size: 38px;
    }

    .contact-top-container h2 {
        margin: 0;
        font-weight: 100;
        font-size: 18px;
        color: #555;
        margin: 10px 0;
        max-width: 900px;
        line-height: 166%;
    }

.contact-top-btn {
    display: flex;
    align-items: center;
}


    .contact-top-btn .btn-item {
        background-color: #07944a;
        border-style: solid;
        border-width: 0px 0px 0px 0px;
        box-shadow: -32px 0px 30px 0px #da212873 inset;
        inset;
        inset;
        inset;
        color: #fff;
        border-radius: 55px;
        font-size: 18px;
        padding: 8px 20px;
    }

        .contact-top-btn .btn-item.df:hover {
            color: #fff;
            background-color: var(--default-color-1);
        }

        .contact-top-btn .btn-item.df {
            background-color: unset;
            border-style: unset;
            border-width: unset;
            box-shadow: unset;
            color: var(--default-color-1);
            font-size: 16px;
            border: 2px solid var(--default-color-1);
            background-color: #fff;
            margin-left: 10px;
            transition: all .3s;
        }

        .contact-top-btn .btn-item i {
        }

        .contact-top-btn .btn-item span {
            margin-left: 5px;
        }


.contact-bottom {
}

    .contact-bottom .grid.wide {
    }
/* Mobile & tablet */

.contact-bottom-container {
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.contact-bottom-item {
}

    .contact-bottom-item.left {
        width: 50%;
    }

        .contact-bottom-item.left .title {
            margin: 0;
            text-transform: uppercase;
            color: var(--default-color-1);
            font-family: 'interSB';
            font-size: 25px;
            margin-bottom: 20px;
        }

        .contact-bottom-item.left section {
        }

            .contact-bottom-item.left section p {
                margin: 0;
                line-height: 189%;
                color: #555;
                font-size: 16px;
                position: relative;
                display: flex;
                align-items: center;
                padding-left: 15px;
            }

                .contact-bottom-item.left section p::before {
                    content: '';
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background-color: #da21288f;
                    top: 11px;
                    left: 0;
                }

    .contact-bottom-item.right {
        flex: 1;
    }

.contact-form {
}

.contact-form-group {
    display: flex;
}

    .contact-form-group .contact-form-item {
        width: 50%;
    }

        .contact-form-group .contact-form-item:first-child {
            margin-right: 10px;
        }

        .contact-form-group .contact-form-item:last-child {
            margin-left: 10px;
        }

.contact-form-item {
    height: 48px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #E1E4ED;
    margin-bottom: 20px;
    position: relative;
}

.btn-sumid-contact:hover {
    background-color: var(--default-color-1);
    color: #fff;
}

.btn-sumid-contact {
    outline: none;
    border: none;
    background-color: transparent;
    border: 2px solid var(--default-color-1);
    color: var(--default-color-1);
    font-size: 15px;
    border-radius: 55px;
    padding: 10px 16px;
    font-family: 'interSB';
    cursor: pointer;
    transition: all .3s;
}

.contact-form-item .tops img {
    height: 100%;
    width: fit-content;
}

.contact-form-item .tops {
    position: absolute;
    right: 0;
    height: 100%;
}

.contact-form-item input {
    outline: none;
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 0 14px;
    font-size: 14px;
    color: #555;
}

.contact-form-item .erolh {
    position: absolute;
    left: 0;
    top: 0;
    color: transparent !important;
    border-bottom: 2px solid #da212845;
    width: 100%;
    bottom: 0;
    border-radius: 10px;
    pointer-events: none;
}

.contact-iframe {
}

    .contact-iframe iframe {
        width: 100%;
        height: 450px;
    }

@media (max-width: 1023px) {
    .contact-form-group .contact-form-item:first-child {
        margin-right: 5px;
    }

    .contact-form-group .contact-form-item:last-child {
        margin-left: 5px;
    }

    .contact-form-item {
        margin-bottom: 10px;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {
    .contact-top::before {
        display: none;
    }

    .contact-top-container {
        padding: 25px 0;
    }

    .contact-bottom-container {
        padding: 25px 0;
        flex-direction: column;
    }

    .contact-top-container h1 {
        font-size: 30px;
    }

    .contact-top-container h2 {
        font-size: 16px;
        margin: 13px 0;
        line-height: 152%;
    }

    .contact-top-btn .btn-item {
        font-size: 15px;
    }

    .contact-bottom-item {
        width: 100% !important;
    }

        .contact-bottom-item.left {
            margin-bottom: 15px;
        }

            .contact-bottom-item.left .title {
                margin-bottom: 12px;
            }

    .contact-form-item {
        height: 42px;
    }

    .btn-sumid-contact {
        font-size: 14px;
        padding: 8px 14px;
    }

    .contact-iframe iframe {
        height: 300px;
    }
}
