

/*.so-widget-sow-contact-form-default-01d0bdbf6e95 .sow-form-field  {
    float: left;
	width: 48.4%;
    margin-bottom: 20px;
    
}

.so-widget-sow-contact-form-default-01d0bdbf6e95 .sow-form-field:first-of-type {
	margin-right: 30px;
}

.so-widget-sow-contact-form-default-4e19c257bb0a .sow-form-field:first-of-type+div::after {
	content: '';
	clear: both;
}*/

.contacts-page-title {
	background-image: url('http://heatplus.ua/wp-content/uploads/2018/07/contacts-background.png');
}


.contact-item {
	position: relative;
	/*float: left;
	width: 33.333%;*/
	padding: 40px 15px 0px;
	min-height: 350px;
	margin-bottom: 15px;
}

.contacts-row-inner h3 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 auto 10px;
	text-align: center;
}
.contacts-row-inner::after {
	content: '';
	clear: both;
	display: block;  /* сделать блоком, т.к. inline не может иметь clear */
    height: 0;  /* сделать высоту 0, чтобы не занимал место */

}

.contact-icon-wrapper {
	width: 110px;
	height: 110px;
	margin: 0 auto 15px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 18px 0 rgba(18,18,18,0.1);
	        box-shadow: 0px 6px 18px 0 rgba(18,18,18,0.1);
	text-align: center;
}

.contact-icon-wrapper::before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.contact-icon-wrapper svg {
    display: inline-block;
    vertical-align: middle;
}
.contact-item span {
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	line-height: 36px;
}



.contact-link  {
	position: absolute;
	bottom: 0;
	left: -webkit-calc(50% - 110px);
	left: calc(50% - 110px);
	display: block;
	margin: 0 auto;
	width: 220px;
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background-color: #ff0000;

}





@media screen and (max-width: 760px) {
.contact-item {
	/*clear: both;*/
	width: 50%;
	
}

}


@media screen and (max-width: 540px) {
.contact-item {
	/*clear: both;*/
	width: 100%;
	
}

}