.fa-youtube, .fa-facebook-f, .fa-telegram-plane, .fa-instagram {
	margin-top: -.03rem;
}

.floor-slice-page-form-section-radios-container {
	display: flex;
	flex-wrap: wrap;
}
.floor-slice-page-form-section-radio {
	width: .4rem;
	height: .4rem;
	margin: 0 .1rem .1rem 0;
	overflow: hidden;
	position: relative;
	transition: box-shadow .5s ease, transform .5s ease;
}

.floor-slice-page-form-section-radio > input {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.floor-slice-page-form-section-radio > span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(194,194,194,.2);
	/*font-family: 'Futura PT Book';*/
	font-size: .2rem;
	line-height: .4rem;
	text-align: center;
	transition: background-color .5s ease, box-shadow .5s ease, color .5s ease;
}

.floor-slice-page-form-section-radio > input:checked + span {
	background-color: #3c6847;
	color: #fff;
}

.show_lang {
	position: fixed;
	bottom: 10px;
	left: 10px;
	padding: 10px;
	background: #000;
	color: #fff;
	text-decoration: none;
}
.show_pic {
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px;
	background: #000;
	color: #fff;
	text-decoration: none;
	z-index: 9999;
}


.i18n-message {
	border:1px dashed  #3c6847;
	display: inline-block;
}

.coolpic:hover {
	border: 2px dashed #3c6847;
}

.sd_rooms {
	margin-top: 90px;
}

.sd_rooms a {
	display: block;
	padding: 3px 20px;
}

.sd_rooms a:hover {
	background: #3c6847;
	color: #fff;
}

.sd_rooms a.active {
	background: #3c6847;
	color: #fff;
}
img.lazy {
    background-image: url(../static/img/ui/preloader.svg);
    background-repeat: no-repeat;
    -webkit-background-size: .5rem;
    background-size: .5rem;
    background-position: 50% 50%;
}
.lazy-off {
	background: none !important;
}
.error-page {
	height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}