/* marina */
.grid-flex { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; }
.load { opacity: 0.5; }
.rating .jq-radio {display: none;}
.rating label[data-rating].hover svg { stroke: #fbd147; fill: #fbd147; }
input.user-rating-value { position: absolute; opacity: 0; height: 0;}
form.succesful {color: #fff;}
.review__sl-desc { max-height:  9em; overflow:  hidden; }
.review__sl-desc.active { max-height:  100vh; }
.review__sl-btn,
.review__sl-desc { transition:  all 1s ease; }
.review__sl-btn.hidden { display: none; opacity: 0; }
.static-page ul { list-style-type: disc; margin-left: 20px; }
.static-page { padding-bottom: 50px; }
.jGrowl-notification { background-color: #F44336!important; border: 1px solid #fff!important; font-size: 14px; color: #fff;}
.switch.order {
	background: none;
}
.switch .jq-selectbox__select {
    width: 100%;
    height: 50px;
    border: 2px solid #bfda5e!important;
}
.switch.order .jq-selectbox li {
	height: 50px;
}
.switch.order .jq-selectbox li.selected {
	background-color: #bfda5e!important;
}
.switch.order .jq-selectbox__select,
.switch.order .jq-selectbox__dropdown {
    border: 2px solid #bfda5e!important;
}
.btn--empty.newy{
	border: 2px solid #dc0808;
    background-image: linear-gradient(to left,#fff 50%,#dc0808 50%);
}
.btn--empty-active.newy{
	background:#dc0808;
}
ul.news_text__content{
	margin-left:20px;
}
ul.news_text__content strong{
	margin-left: 5px;
}
.tr-bold{
	font-size: 20px;
	font-weight: bold;
}
td.td-left {
	text-align: left;
}
.mt40{
	margin-top: 40px;
}
.tabs__content--s div, .tabs__content--s p{
	font-size: 18px;
}
.tabs__content--s h2 {
	margin:20px 0;
}