/* https://out-it.ru/ */
.block__main.main {
    display: flex;
    flex-direction: column;
}
.main__slider {
	width: 100%;
	order: -1;
}
.main__news {
	order: -1;
}
.outit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 10px;
}
.outit p {
	font-size: 12px;
	margin: 5px 0 0;
	color: #000000;
}
.outit span {
	display: none;
}
@media (max-width: 768px) {
	.outit {
		width: 100%;
		margin: 10px auto 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	p iframe {
		width: 100%;
	}
}