@charset "UTF-8";

.tab-offers {width: 100%; margin-top: 20px;}	 
.tab-offers button {float:left; width: 50%; padding: 0 10px; font-size: 20px; line-height:30px; color: #fff; font-weight: bold; text-align: center; background-color:#707070; height: 90px;}
.tab-offers button.mobile { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.tab-offers button.desktop { border-left: 1px solid #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}

.w3-red,.w3-hover-red:hover{color:#fff!important; background-color:#0e4b42!important}

.stepcontact {display: inline-block; width: 100%; position:relative; background-color: #f3f3f3; padding: 20px;}


.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}

 @media screen and (max-width: 780px) {
	 
.tab-offers button {float:left; width: 50%; padding: 0 10px; font-size: 20px; line-height:30px; color: #fff; font-weight: bold; text-align: center; background-color:#707070; height: 110px;}	 
}

