.page-id-10687 .content img {
    width: inherit;
    max-width: 100%;
    height: auto;
}

.riyou6f thead {
	background-color: #006493;
	color: white;
}

.paio a {
			border: 2px solid #006493;
    padding: 5px;
    font-size: 18px;
			color: 	#006493;
    text-decoration: none;
    display: block;
    text-align: center;
}

a.paio:hover {
	border: 2px solid #fff;
	background-color: #43ADDF;
	color: white;
}

.top-v1-contacts li:last-child {
	display: none;
}

.blog-page .blog h2{
	margin-top:2em;
	padding: .2em 0 .2em .5em;
	border-left:5px solid #006493;
}

.acc-v1 .panel-heading a{
	font-size:16px;
}

.blog-page .blog h3{
	margin-top:1.5em;
}

/*Form*/

span.wpcf7-list-item{
	display:block;
	margin-left:0;
}
.wpcf7-acceptance span.wpcf7-list-item{
	display:inline-block;
}
input.wpcf7-text,
input.wpcf7-free-text,
input.wpcf7-number,
textarea.wpcf7-textarea{
    max-width:100%;
	border:1px solid #999;
	border-radius:0.2em;
	padding:0.3em 0.5em;
	font-size:18px;
	margin-bottom:0.2em;
}
select.wpcf7-select {
	max-width: 100%;
	display: inline-block;
	box-shadow: none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3Earw-down%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%2024l-14.7-14.7%201.3-1.3%2013.4%2013.4%2013.4-13.4%201.3%201.3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: center right 8px;
	background-color: #FFFFFF;
	border-radius: 0.2em;
	border: 1px solid #999;
	padding: 0.63em 1.5em .63em 1.5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1rem;

}

select.wpcf7-select::-ms-expand {
	display: none;
}

input.wpcf7-submit {
	background:#0c0e33;
	color:white;
	padding:1em 2em;
	border-radius:0.2em;
	border:none;
}
input.wpcf7-submit[disabled]{
	background:#ccc;
	color:white;

}
input.wpcf7-submit:not([disabled]):hover {
	filter: brightness(3);
}
