.hidden {
	display: none !important;
}

.social__link_mail-01 {
	background-image: url(../img/icons/email.svg);
}

.youtube__text a, .date__text-block a, form label a, .member-card__text a, .cookie a, .review__col a, .youtube__link-text a{
	color: #004e9d;
	display: inline;
}

textarea.cruise-form__input {
	border-top: none;
	border-left: none;
	border-right: none;	
}

.cookie {
	z-index: 99999;
}

.events_none {
	pointer-events: none;
}

.claim {
	text-align: left;
}

.img_center-auto {
	margin: auto;
}

.sort__button {
	min-width: 170px;
}

.sort__block .sort__item {
	cursor: default;
}

.card__discount {
	display: block;
	width: fit-content;
	margin-bottom: 7px;
}

.ocean_color {
	background-color: #f4fbfe;
}

div.card__title:hover {
    color: #cf2d42;
}

.form-additional__block {
	border-bottom: 1px solid #e5e5e5;
	margin-top: 16px;
}

.articles__container .articles__title {
	width: 100%;
}

.other-members article {
 	height: auto;
 }

@media screen and (max-width: 370px) {
	.card__discount {
		font-size: 0.58rem;
	}
}

@media screen and (max-width: 1070px) {
	.mobile_content-hide {
		display: none;
	}
}