.form-messages {
    display: none;
}
.form-messages.msg-success {
    color: green;
}
.form-messages.errors {
    color: red;
}


.warning ~ .feedback__pseudockeckbox {
    border-color: red;
}




.swiper-wrapper {
    height: auto;
}


.nav__list-item{
	max-width: 120px;
}

/*
.reviews__wrap {
    max-height: 458px;
	height: 458px;
}


.gallery-bottom .wrap{
	max-height: 302px;
	height: 302px;
}

.swiper-container{
	max-height:851px;
}
*/

@media (max-width: 767px) {
	.tile__row {
		flex-direction: column;
		justify-content: flex-start;
    	align-items: flex-start;
    	height: auto;
	}

	.tile__col {
		max-height: 165px;
	}

	.tile .container {
		height: auto;
	}
}

.languages {
	border-radius: 5px 5px 0 0;
	position: absolute;
	right: 13%;
	z-index: 5;
	color: #FFF;
	top: 52%;
	transform: translateY(-50%);
	transition: background-color 0.5s;
	font-size: 14px;
}

.languages svg{
	width: 16px;
	margin-left: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16px;
}

.languages path{
	fill: white !important;
}

.languages .head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 5px;
	transition: background-color 0.3s;
	background: #05407a;
	color: #fff;
}

.l-header{
	position: relative;
}

.languages.is-open .head{
	border-radius: 5px 5px 0 0;
}

.languages.is-open .dropdown{
	display: block;
}

.languages .dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #05407a;
	border-radius: 0 0 5px 5px;
	color: #fff;
}

.languages .dropdown a {
	display: block;
	padding: 5px 10px;
	color: inherit;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}

@media(max-width: 1700px) {
	.languages{
		right: 5%;
	}
}

@media(max-width: 1299px) {
	.languages{
		top: 67%;
	}
}

@media(max-width: 991px) {
	.languages{
		top: 50%;
		right: 20%;
	}
}

@media(max-width: 767px) {
	.languages{
		right: 90px;
	}
}

.header .languages .head,
.languages .dropdown a {
	background: transparent;
	color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
