.hidden{
	display:none;
}
.help-block-error{
	color:#dc3545;
}
.input-error{
	border:1px solid #dc3545;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.text-page{
	margin-bottom:80px;
	margin-top:40px;
}
.text-page h1{
	font-size: 46px;
	font-weight: 400;
	margin-bottom: 30px;
	color: #212325;
	line-height: 1;
}

.modal.modal-wider{
	align-items: flex-start;
}
.modal.modal-wider .modal-dialog{
	max-width:800px;
	margin-top:40px;
}

.modal:target {
	opacity: 0;
	pointer-events: none;
	overflow-y: auto;
}
.modal.active {
	opacity: 1;
	pointer-events: auto;
	overflow-y: auto;
}
body.modal-open {
	overflow: hidden;
}


.logo, .logo:hover, .logo:focus{
	color:#212325;
	text-decoration: none;
}

.footer .logo, .footer .logo:hover, .footer .logo:focus{
	color:#fff;
}

.rsi-img{
	width:100%;
	height:350px;
	border-radius: 15px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color:#9E9E9E;
}
.rdsi-img{
	width:100%;
	height:224px;
	border-radius: 15px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color:#9E9E9E;
}
.rssi-img{
	width:100%;
	height:228px;
	border-radius: 15px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color:#9E9E9E;
}

.footer__bottom a, .footer__bottom a:hover, .footer__bottom a:focus{
	color:#fff;
	text-decoration: none;
}

.specific__icon::before{
	content:"";
	display:inline-block;
	width:40px;
	height:40px;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image:url('../img/icons/additionally.svg');
}
.specific__icon.aquazone::before{
	background-image:url('../img/icons/aquazone.svg');
}
.specific__icon.entertainment::before{
	background-image:url('../img/icons/entertainment.svg');
}
.specific__icon.additionally::before{
	background-image:url('../img/icons/additionally.svg');
}
.specific__icon.restroom::before{
	background-image:url('../img/icons/restroom.svg');
}
.specific__icon.food::before{
	background-image:url('../img/icons/food.svg');
}
.specific__icon.equipment::before{
	background-image:url('../img/icons/equipment.svg');
}


.modal-title2{
	margin-bottom:8px;
}
.modal-stitle{
	font-size:16px;
	margin-bottom:20px;
}


.inpage-send-again, .inpage-send-again:hover, .inpage-send-again:focus {
	background-color: #f3e274;
	border-radius: 10px;
	color: #000;
	display:inline-block;
	width:220px;
}



@media screen and (max-width: 768px) {
	
	.text-page{
		margin-bottom:50px;
		margin-top:20px;
	}
	.text-page h1{
		font-size: 26px;
		margin-bottom: 20px;
	}

	.rsi-img{
		height:184px;
	}
	.rdsi-img{
		height:145px;
	}
	.rssi-img{
		height:184px;
	}
	.footer__bottom-col{
		margin-bottom:20px;
	}
	.footer__bottom-col:first-child{
		margin-bottom:0;
	}
	.modal-stitle{
		font-size:14px;
	}

	.modal.modal-wider .modal-dialog{
		max-width:100%;
	}

}

	