:root {
	--basic-red: red;
}
body {
	position: relative;
	min-height: 100vh;
}

.re-header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
}

.re-header * {
	box-sizing: border-box;
}

.re-primary-menu {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
}

.re-primary-menu__inner {
	display: flex;
	align-items: flex-start;
	width: 1170px;
	margin: 0 auto;
	padding-right: 15px;
	gap: 0 32px;
}

.re-primary-menu__logo {
	display: block;
	margin: 12px 33px 12px 0;
}

.re-primary-menu__link {
	font-size: 13px;
	line-height: 24px;
	padding: 19px 0;
	text-decoration: none;
	letter-spacing: .3px;
	color: #000;
}

.re-primary-menu__link:hover {
	color: rgba(0, 0, 0, .5);
}

.re-currencies {
	line-height: 18px;
	color: #333;
}

.re-currencies__title {
	font-size: 11px;
	padding-top: 12px;
}

.re-currencies__main {
	font-size: 13px;
	display: flex;
	margin-bottom: 13px;
	gap: 0 12px;
}

.re-currencies__currency {
	color: #375B7D;
}

.re-secondary-menu {
	background: #767676;
}

.re-secondary-menu__inner {
	display: flex;
	align-items: flex-start;
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.re-secondary-menu__main {
	display: flex;
	padding: 0 15px;
}

.re-secondary-menu__link {
	font-size: 11px;
	line-height: 38px;
	position: relative;
	padding: 0 23px;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #fff;
}

.re-secondary-menu__link:hover,
.re-secondary-menu__link--is-active {
	background: #375B7D;
}

.re-secondary-menu__link:hover::before,
.re-secondary-menu__link--is-active::before {
	position: absolute;
	top: -2px;
	right: 0;
	left: 0;
	display: block;
	height: 4px;
	content: '';
	background: #375B7D;
}

.re-secondary-menu__login {
	display: flex;
	margin-left: auto;
	padding-left: 15px;
}

.re-secondary-menu__login-link {
	font-size: 11px;
	line-height: 38px;
	padding: 0 23px;
	text-decoration: none;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #fff;
}

.re-secondary-menu__login-link:hover {
	color: rgba(255, 255, 255, .5);
}

.re-secondary-menu__sign-in {
	border-bottom: 1px dashed #fff;
}

.re-secondary-menu__login-link:hover .re-secondary-menu__sign-in {
	border-color: rgba(255, 255, 255, .5);
}

.samosoft {
	display: none;
}

.re-footer {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
}

.re-footer * {
	box-sizing: border-box;
}

.re-footer__filler {
	height: 190px;
}

.re-footer__main {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: #515151;
}

.re-footer__inner {
	display: flex;
	align-items: flex-start;
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.re-footer__menu {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid rgba(118, 118, 118, .2);
	gap: 0 32px;
}

.re-footer__link {
	font-size: 13px;
	line-height: 24px;
	padding: 20px 0;
	text-decoration: none;
	letter-spacing: .3px;
	color: #fff;
}

.re-footer__link:hover {
	color: rgba(255, 255, 255, .5);
}

.re-footer__copyright {
	font-size: 13px;
	line-height: 15px;
	display: block;
	margin: 45px 0;
	text-decoration: none;
	letter-spacing: .3px;
	color: #bbbbbb;
}

.re-footer__copyright:hover {
	text-decoration: underline;
}

.re-footer__right {
	display: flex;
	margin: 43px 0 0 auto;
}

.re-footer__social {
	display: flex;
}

.re-footer__social-item {
	display: block;
	width: 40px;
	height: 40px;
	margin: 22px 15px 0 0;
	border-radius: 50%;
}

.re-footer__facebook {
	background: url(/customer/img/sprite.png) no-repeat transparent 0 -55px;
}

.re-footer__instagram {
	background: url(/customer/img/sprite.png) no-repeat transparent -45px -55px;
}

.re-footer__contacts {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	margin-left: 43px;
}

.re-footer__phone {
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
	display: block;
	text-decoration: none;
	letter-spacing: .5px;
	color: #fff;
}

.re-footer__email {
	font-size: 13px;
	font-weight: 300;
	line-height: 15px;
	display: block;
	margin: 8px 0 0 0;
	text-decoration: none;
	letter-spacing: .3px;
	color: #f15522;
}


#samo-link-to-page {
	z-index: 1;
}

#header {
	margin-top: 12px;
}

#header img.logo {
	/*display: none;*/
}

#header .high-menu {
	grid-template-columns: 1fr 2fr auto;
	gap: 0 5px;
	height: unset;
	margin-bottom: 10px;
}

#header .static-warning {
    width: var(--main-container-width);
    /*border: thin solid var(--main-panel-bgcolor);*/
    /*padding: 5px;*/
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--basic-red);
    font-size: 12px;
    text-align: center;
    width: 100%;
	align-items: center;
}

#header .static-warning > p {
	margin: 0 0 1em;
}

#header .static-warning--buttons {
	display: flex;
    gap: 0 30px;
    align-items: center;
    justify-content: center;
}

#header .static-warning--buttons > a {
    padding: 10px 30px;
    border: thin solid var(--main-panel-bgcolor);
    text-decoration: none !important;
    font-weight: bold;
}

/* tool tips with data attribute*/
.re-tooltip {
  position: relative;
}

.re-tooltip::before {
    content: attr(data-re-tooltip);
    position: absolute;
    bottom: 2.2em;
    left: 0;
    padding: 5px;
    display: inline-block;
    background: rgba(255, 232, 116, 0.87);
    border-radius: 4px;
    transition: opacity 0.1s ease-out;
    z-index: 99;
    font-weight: normal;
    font-style: normal;
    border: thin solid var(--row-border-color);
    display: none;
    min-width: 200px;
    white-space: normal;
    text-align: left;
	color: var(--item-active-color);
}

.re-tooltip:hover::before {
   display: inline-flex;
}

/*--------*/
.samo_container .cl_refer_result .claim-rate-container {
	
}
.samo_container .cl_refer_result .claim-rate-container-items {
    display: flex;
    gap: 0 8px;
    margin: 15px 10px 8px;
    align-items: center;	
}
.samo_container .cl_refer_result .claim-rate-container-item {
	/*background: url(/data/cl_refer/img/hand-rate.png) no-repeat;*/
    height: 28px;
    width: 30px;
}
.samo_container .cl_refer_result .claim-rate-container-item:hover { 
	opacity: 1;
}
.samo_container .cl_refer_result .claim-rate-container-item--left {
    /*transform: rotate(180deg);
    background-position: 0 0;
    margin-top: -18px;*/
	
	background: url(/data/cl_refer/img/like.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.samo_container .cl_refer_result .claim-rate-container-item--right {
    /*transform: rotate(180deg);
    background-position: 0 0;
    margin-top: -18px;*/
	
	background: url(/data/cl_refer/img/dislike.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.samo_container .cl_refer_result .claim-rate-container-item--left:hover {
    /*transform: rotate(0deg);
    background-position: -30px 0;*/
	
}
.samo_container .cl_refer_result .claim-rate-container-item--right:hover { 
    /*background-position: -30px 0;
    transform: rotate(180deg);*/
}
.samo_container .cl_refer_result .claim-rate-container-item--hasntlike {
	opacity: .5;
}
/*--------*/
.samo_container div.note-panel {display:none;}

/*--------*/

#additional_services:not(.collapse-disabled) label.service:after {
    content: ' ';
    position: absolute;
    width: 24px;
    height: 20px;
    right: 13px;
    top: 7px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA40lEQVQ4T2NkoBAwUqifgaYGMAYEBJQyMTFZMjIyFq9du/YeNtficgFjYGBgO1BDOVTTY6BBDtgMwWYASHMbUGMFso3///9/9PfvX4fNmzffRxZHN4AxKCioFai4EknRByBbAMTHZgiyARiagRqqgPqWA+kDQC/IYzMEbgAwwMqAgdUJsxmkecOGDaBwYADKKSAb8u/fv4dAtQZA+Q9wA4D+XglUGwa1Ba4ZZiCaIf+B4aG2adOmO3ADQkNDRX/9+tUPNPko0OTp2KIMZAhQvgsot3H9+vVLQWpompCISuXDwAUA/ZFzES+73+MAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

/*crossrates*/
.crossrates-container {
    display: flex;
    flex-direction: column;
    width: fit-content;
    background: var(--menu-bgcolor);
    padding: 0.2rem;
}
.crossrates-row {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    justify-items: start;
    justify-content: flex-start;
    padding: 0.1rem;
}
.crossrates-row--base {
    min-width: 40px;
    display: flex;
    justify-content: flex-start;
    font-weight: bold;
}
.crossrates-row--item {
    min-width: 110px;
    display: flex;
}
/*menu*/


/*fast search tabs*/

.samo_container .re-searchmodes {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 5px 0;
}
.tourgroup_filter.hidden {
	visibility: hidden;
}

.samo_container .ui-icon-payment-overdue {
	display: none !important;
}

.note .hotel_note div {
	max-height: 15lh;
	overflow-y: scroll;
}