.contact_main {
    background-image: url(../img/contact/maps_iit.png);
    background-size: cover;
}

#CreateContact h2 {
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

.style_baner_header {
    text-align: center;
    color: #fff;
    padding: 70px 0;
   
}

    .style_baner_header h2 {
       
        font-size: 42px;
        margin-bottom: 50px;
        position: relative;
    }

    .style_baner_header p {
        text-transform: capitalize;
        margin-top: 20px
    }

    .style_baner_header h2:before {
        content: "";
        width: 23px;
        height: 23px;
        position: absolute;
        background: #0072bd;
        border-radius: 100%;
        border: 5px solid #fff;
        display: inline-block;
        left: 50%;
        top: 80px;
        transform: translate(0, -50%);
        z-index: 1
    }

    .style_baner_header h2::after {
        content: "";
        width: 150px;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 80px;
        transform: translate(-50%,0);
        background: #fff;
        margin-left: 10px;
    }

.contact_main .form {
    background: #fff;
    width: 800px;
    margin: auto;
    margin-top: 65px;
    margin-bottom: 65px;
    height: auto;
    padding: 30px;
   
}

    .contact_main .form p {
        margin-bottom: 6px;
    }

        .contact_main .form p a {
            color: #f8c218;
            text-decoration: none
        }

    .contact_main .form .title_form {
        font-size: 18px;
        margin: 10px 0 15px 0;
    }

    .contact_main .form input {
        width:100%;
       
        padding: 6px 20px;
        border-radius: 4px;
        border: 1px solid #b3b3b3
    }
.contact_main .form select {
       
        margin-bottom: 25px;
      
    }

    .contact_main .form .form-group>div {
        width: calc(50% - 20px);
    }

    .contact_main .form .form-group {
        margin-bottom: 25px;
        display: flex;
    }

.contact_main .form-group div:last-child {
    margin-left: 35px
}

.contact_main .form textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    padding: 10px 20px;
}

.contact_main .form button[type="submit"] {
    background: #45aed6;
    border: none;
    padding: 7px 20px;
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
}

    .contact_main .form button[type="submit"]:hover {
        background: #0158a2;
    }
