.divContactsSec h3 {
	margin-bottom: 0.7em;
}

.divContactsPhoneFrame {
	float: left;
	width: 50%;
}

.divContactsPhoneFrame h4 {
	margin: 0px;
	height: 30px;
	line-height: 30px;
}

.h4ContactPhoneOps {
	padding-right: 100px;
	background-image: url(../i/mobile_ops.png);
	background-repeat: no-repeat;
	background-position: 150px 6px;
}

.h4ContactPhoneOpsKievstar {
	padding-right: 100px;
	background-image: url(../i/mobile_ops.png);
	background-repeat: no-repeat;
	background-position: 150px -76px;
}

.h4ContactPhoneOpsLife {
	padding-right: 100px;
	background-image: url(../i/mobile_ops.png);
	background-repeat: no-repeat;
	background-position: 150px -147px;
}

.divContactsSecMap {
	padding-top: 20px;
	line-height: 0px;
}

.divContactsSecMap iframe {
	width: 100%;
	height: 400px;
}

@media all and (max-width: 620px) {
  .divContactsPhoneFrame {
    float: none;
    width: 100%;
  }
}
@media all and (max-width: 310px) {
  .divContactsPhoneFrame h4 {
    padding-right: 0px !important;
    background-image: none !important;
    
  }
}