.fake_link {
	color: RGB(23, 102, 227);
  font   : 16px sourcesansprosemibold,helvetica,arial,sans-serif;
}

.contact_container {
    margin     : 0 auto;
    max-width  : 1145px;
    padding    : 0 38px;
    background : url("../images/rock-x1.png") no-repeat 500px top;
    overflow   : hidden;
}

.contact_form {
    width   : 50%;
    float   : left;
    padding : 30px 60px 0 0;
}

.contact_form h1 {
    font-size : 60px;
}

.contact_container .textwidget {
 		display: inline-block;
  	width: 480px;
}

.contact_container .textwidget:nth-child(odd) {
  	margin-right:	100px;
}

.contact_buttons {
	 	max-width:	1145px;
  	padding-bottom: 60px;
}

.contact_buttons--bottom-border {
		display: block;
    margin: 60px auto 0;
    width: 220px;
    border-bottom: 1px solid #ccc;
}

.contact_button {
 	display: inline-block;
  width: 100%;
  margin: 35px 0 0;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 15px 28px;
  font-size: 14px;
  color: #777;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font: 16px sourcesansprolight,helvetica,arial,sans-serif;
  background: white;
}

.contact_button:hover {
    border: 1px solid #888888;
}

.contact_button b {
  color: #444;
}

.contact_button a {
  color: #1766E3;
}

.contact_button a:hover {
  color: #074dc1;
}

.contact_button .icon {
  position: absolute;
  color  : #C2C4C6;
  right: 20px;
  top: 18px;
}

.contact__ua {
  display: none;
}

#contact_button_form_icon {
  transition: .5s;  
}

#contact_button_form_icon.visible {
  transform: rotate(90deg);
}

.contact_details {
    max-height	: 0;
    margin  : 0 auto;
    padding : 0;
		text-align: center;
	  transition: max-height 0.7s ease-out;
}

.contact_details--item {
    display : inline-block;
    width: 44%;
    text-align: left;
    vertical-align: top;
}

.contact_details--item p {
  	margin-top: 0;
}

.contact_details--item:last-of-type {
  	margin-left: 11%;
	  padding-bottom: 125px;
}

.contact_address {
    color : #232323;
    font  : 16px/22px sourcesansprolight,helvetica,arial,sans-serif;
}

.contact_address_link {
    color : #232323;
    font  : 16px/22px sourcesansprolight,helvetica,arial,sans-serif;
	  margin-top: 1em;
}

.contact_address_link b {
  	margin-right: 5px;
}

.contact_name {
    color : #232323;
    font  : 16px sourcesansprosemibold,helvetica,arial,sans-serif;

}

.contact_legal {
    margin : 30px 0 0;
    font   : 12px/18px sourcesansprolight,helvetica,arial,sans-serif;
    color  : #919191;
}

.contact_legal a {
    color     : #1766E3;
    font-size : 12px;
}

.contact_legal a:hover {
    color     : #074dc1;
}

.contact_follow_us {
    margin : 20px 0;
    font   : 16px sourcesansprosemibold,helvetica,arial,sans-serif;
}

.contact_container .icon {
    margin : 0 0 0 14px;
}