.page-contact{
	background: white;
	padding: 30px 0;
}
.contact-form {
    margin-bottom: 20px;
}

.contact-form .form {}

.contact-form .form p {
    margin: 0 0 10px;
    font-size: 15px;
}

.contact-form .form input {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 2px solid #e9e9e9;
    border-radius: 0px;
    height: 45px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
}

.contact-form .form textarea {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 2px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    outline: 0;
}

.contact-form .form button {
    font-size: 16px;
    color: #fff;
    background: #007c27;
    border: none;
    height: 40px;
    width: 150px;
    border-radius: 0px;
    cursor: pointer;
    outline: 0;
    border-radius: 5px;
}
.address_in {
	font-size: 15px;
	line-height: 1.5;
	padding-left: 20px;
}
.address_in ul li {
	padding-bottom: 5px;
	font-size: 15px;
	list-style: disc !important;
	margin-left: 20px;
}
.address_in ul li i {
	margin-right: 5px;
}
.address_in p {
	margin: 0;
	padding: 0 0 5px 0;
}
.address_in iframe {
	width: 100%;
	height: 200px;
}


.ct-left.ct-right.form h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.ct-left.ct-right.form h1:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background: #007c27;
    bottom: 0;
}

.address_in tr td {
    padding-right: 20px;
}
.map-contacts iframe {
    width: 100%;
    height: 228px;
}
.ct-left.ct-right.form form p {
    padding-bottom: 0px;
    color: #777777;
}

.map-contacts {
    padding-left: 20px;
}
@media(max-width:990px){
    .address_in tr td {
        width: 100% !important;
        display: block !important;
    }
    
    .address_in {
        padding-left: 0px;
    }
    
    .map-contacts {
        padding-left: 0px;
    }
}