body .info a {
    color: #102d69;
    text-decoration: underline;
}
body .mod_cms_accept_tags form > .tags > div .head {
    text-transform: uppercase;
}
.mod_cms_accept_tags button[value="accept"].first {
	opacity: 0.5;
}
body .info p {
    line-height: 1.4;
}
body .mod_cms_accept_tags form > .tags > div p {
    font-size: 14px;
    line-height: 1.4;
}
body .widget.widget-submit > button {
    margin-bottom: 1em;
}
@media (min-width: 768px) {
	body .widget.widget-submit {
	    display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	body .widget.widget-submit button {
		margin-bottom: 0;
		max-width: 48%;
	}
}

.mod_newslist_v3 {
	height: auto !important;
}