.chrono_credits {
	display:none;
}
@media screen and (min-width: 780px) {
	.section_tabs .section_container.row {
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-flex-direction: row;
		  -ms-flex-direction: row;
			  flex-direction: row;
	  -webkit-justify-content: stretch;
		  -ms-flex-pack: stretch;
			  justify-content: stretch;
	  -webkit-align-items: flex-start;
		  -ms-flex-align: start;
			  align-items: flex-start;
	}
}

.contacts .contacts_container form input#checkbox26 {
	width:auto;
}
.title a {
	font-size:20px;
}