/* https://out-it.ru/ */
.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: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.outit p {
	font-size: 12px;
	margin: 5px 0 0;
	color: #FFFFFF;
}
.outit span {
	display: none;
}
@media (max-width: 768px) {
	.outit {
		width: 100%;
	}
}
/* Survey */
.surveyForm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 300px;
}
.surveyForm > *:not(:last-child) {
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.surveyButton {
	background: #F0F0F5;
	color: #000000;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 200px;
	height: 40px;
}
.surveyButton:hover {
	color: #2F5B9C;
	text-decoration: none;
}
.surveyForm .required {
	color: #FF0000;
}
.surveyResult {
	max-width: 600px;
}
#survey {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#survey.load {
	opacity: 0.5;
}
.social {
    display: flex;
    align-items: center;
    justify-content: space-around;
}