.programm__i .col:nth-of-type(2) {
	display: none !important;
}

.one-publication .program__i .col:first-child {
	width: auto !important;
}

.post {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.quiz h2 {
	padding-bottom: 0 !important;
}

#quiz-counter {
	text-align: center;
	opacity: .25;
	font-family: "museo_sans_cyrl500", Helvetica, Arial, sans-serif;
	margin: 1em;
}

.quiz-img {
	display: block;
	margin: 0 auto;
	border: 3px solid #f0f5f0;
}

.quiz-img img {
	display: block;
	width: 100%;
	height: auto;
}

.quiz .question {
	padding-bottom: 0 !important;
}

.quiz .question span {
	display: block;
	margin: 20px 0;
}

.quiz .answers li {
	padding-left: 0 !important;
}

.quiz .answers li::after {
	display: none !important;
}

.quiz .answers {
	list-style: none;
	margin: 0;
	padding: 0;
}

.quiz .answers a {
	padding-left: 28px;
	position: relative;
	line-height: 27px;
	margin-bottom: 8px;
	display: block;
	color: inherit;
	transition: 450ms ease;
	text-decoration: none !important;
}

.quiz .answers a::before,
.quiz .answers a::after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	border: 3px solid #f0f5f0;
	position: absolute;
	top: 2px;
	left: 0;
	background-color: #fff;
	transition: 450ms ease;
}

.quiz .answers a[href="#"]:hover {
	color: #20c06b;
}

.quiz .answers a:hover::after {
	background-color: #20c06b;
}

.quiz .answered a {
	cursor: default;
}

.quiz .answered a::after {
	opacity: 0;
}

.quiz .answers .correct {
	color: #20c06b;
}

.quiz .answers .correct::before {
	background-color: #20c06b;
}

.quiz .answers .incorrect {
	color: red;
}

.quiz .answers .incorrect::before,
.quiz .answers .incorrect:hover::before {
	background-color: red;
}

#quiz-controls {
	margin: 20px 0;
	background-color: #f0f5f0;
}

#quiz-response {
	margin-bottom: 20px;
	padding: 0 15px;
}

#quiz-buttons {
	min-height: 48px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#quiz-restart-btn {
	display: none !important
}

.quiz-results h2,
.quiz-results p#quiz-results {
	display: none;
}

.quiz-results p {
	margin: 1em 0;
}

.quiz-final-image {
	margin-bottom: 2em;
}

.quiz-final-image img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.quiz-results-state #quiz-controls {
	display: none !important;
}

.quiz .btn {
	line-height: 20px !important;
}

.online-test .likely__widget_twitter,
.online-test .likely__widget_gplus,
.online-test .likely__widget_vkontakte {
	/*display: none !important;*/
}