.row__content strong {
	font-size: 24px;
}
.row__left strong {
	font-size: 24px;
}
.content-block ul strong {
	text-transform: uppercase;
}
.competitions__advantages-text strong {
    display: block;
}
.form__input.error {
	border-bottom: 1px solid red;
}

.content_style {
	margin: 58px 0 0 0;
}
.content_style p {
	padding: 0px 0px 10px 0px;
}
.content_style p a {
	text-decoration: underline;
}
.content_style p a:hover {
	text-decoration: none;
}
.content_style ul {
	padding: 0px 0px 10px 50px;
}
.content_style ul li {
	list-style: disc;
}
.content_style ol {
	padding: 0px 0px 10px 0px;
	margin-left: 50px;
}

@media screen and (max-width: 1260px) {
	.row__content strong {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.row__left strong {
		font-size: 20px;
        line-height: 30px;
	}
}