:root {
	--main-panel-bgcolor: #fff;
	--link-active-color: #366383;
	--main-button-bgcolor: #ba171b;
	--table-header-bgcolor: #054CB4;

	--second-panel-bgcolor: #D0DFED;

	--basic-red: #ba171b;
	--basic-white: #fff;
	--basic-gray: #6B6B6B;

	--basic-black: #23282D;

	--main-font-family: "Noto Sans", Arial, sans-serif;

	--base-color: #054CB4;
	--menu-item-color: #fff;
	--menu-item-selected-color: #96E8FF;
}

body {
	background: linear-gradient(to right,
			#FEFEFF 0%,
			#EEF4FB 50%,
			#CFE2F5 100%);
}


div.note {
	display: none;
	padding: 0 5px;
	margin: 0 auto 20px;
}

.samo_container .note:not(tr) {
	padding: 5px;
}


.samo_container {
	margin: auto;
	background: none;
}

#header {
	margin: unset;
	font-size: 15px;
}

#header .high-menu>* {
	/*border: thin solid;*/
}

#header .high-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, auto));
    grid-template-areas: "logo menu phones";
    height: unset;
	min-width: 10%;
	padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
	width: unset;
	border-bottom: var(--base-color) 2px solid;
}

#header .menu {
	width: unset;
	margin: unset;
	text-align: unset;
	display: unset;
}

#header .currency-header {
	display: flex;
	align-items: center;
}

#header .currency-header .currency {
	background-color: unset;
}

#header .menu ul {
	display: flex;
	gap: .5rem 1rem;
	align-items: center;
	flex-wrap: wrap;

	margin: 0;
	padding: 0;
}

#header .menu ul.nav-center {
	width: unset;
}

#header .menu ul li:hover,
#header .menu a:hover {
	background-color: unset;
}

#header .menu li {
	white-space: nowrap;
	min-width: 150px;
	justify-content: center;
	cursor: pointer;
}

#header .menu li a {
	padding: unset;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 5px;
}

/*-----------------------------*/


#header .menu li {
	display: flex;
	background: var(--base-color);
	border-radius: 16px;
	padding: 5px;
}

#header .menu li:hover ul {
	display: flex;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: var(--base-color);
	margin: 0;
	padding: 10px;
	width: 171px;
	min-width: unset;
	z-index: 9999;
	flex-direction: column;
	border-radius: 16px;
	align-items: center;
}

#header .menu ul ul li {
	display: flex;
	background-color: unset;
	/*padding: 5px 0;*/
}

#header a {
	color: var(--menu-item-color);
}

#header .menu ul ul li.selected {
	background-color: unset;

}

#header .menu .nav>ul>li>ul li.selected a,
#header .menu .nav>ul>li.selected>a {
	color: var(--menu-item-selected-color);
}

#header .menu ul li:hover,
#header .menu a:hover {
	background-color: var(--base-color);
}

#header .menu ul ul li a {
	background-color: unset;
	display: block;
	white-space: normal;
	text-align: center;
}

#header .menu .langs li {
	min-width: unset;
}

#header .menu .nav .langs {
	background: unset;
	min-width: unset;
}

#header .menu .nav .langs li:hover ul {
	padding: 0;
}

#header .menu .nav .langs ul {
	width: unset;
	background: unset;
	/*border: thin solid;*/
	padding: unset;
}

#header .menu .nav .langs li {
	color: black;
	background: unset;
}

#header .menu .nav .langs li a {
	color: black;
	background: unset;
}

.bottom-contacts {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	padding: 10px 20px;
}

.bottom-contacts a {
	text-decoration: none;
	display: flex;
	color: var(--basic-black);
	align-items: center;
}

#header .bottom-contacts a,
#header .bottom-contacts a:visited {
	color: var(--basic-black);
}

.bottom-contacts span {
	font-family: var(--main-font-family);
}

.easy-caret {
	width: 10px;
	height: 6px;

	stroke: currentColor;
	stroke-width: 1.5;
	fill: none;

	transform-origin: 50% 50%;
	transition: transform .4s ease;

	display: block;
}

#header .menu ul li:hover:hover .easy-caret {
	transform: rotate(180deg);
}


/*-----------------------------*/

#samo-link-to-page {
	min-height: unset;
}

#samo-link-to-page a {
	margin: unset;
	float: unset;
	width: unset;
	position: unset;
}


#header .menu .nav .profile,
#header .menu .nav .profile>ul {
	width: unset;
}


#header .contacts {
	grid-area: phones;
	display: flex;
	justify-content: flex-end;
}

#header .contacts .contacts-container {
	display: flex;
	gap: 10px;
}

#header .contacts a {
	text-decoration: none;
	display: flex;
}

#header .contacts img {
	padding: 8px;
	border-radius: 5px;
	background: var(--base-color);
}

#header .menu-header {
	grid-area: menu;
	display: flex;
	justify-content: center;
}

#header .high-menu .logo {
	grid-area: logo;
	display: flex;
	max-height: 100px;
}

#header img.logo {
	float: unset;
	width: unset;
	margin: unset;
}



/*
.samo_container
{
	min-width: var(--main-container-width);
	background:url(/public/pict/Marsa.jpg);
}
*/

.bottom-menu {
	margin: 30px 0 0;
}

.samo_container .panel {
	margin-bottom: 15px;
	border-radius: 8px;
	box-shadow: none;
}

.samo_container .searchmodes {
	margin-left: -1px;
}

.samo_container .searchmodes .searchmode_button {
	box-shadow: none;
}

.samo_container .searchmodes .searchmode,
.samo_container .searchmodes .searchmode-custom {
	border: none;
}

.samo_container .panel:not(#currency):not(.searchmode) {
	box-shadow: 0px 0px 0px .5px var(--basic-gray);
}

.samo_container .panel.searchmode {
	box-shadow: none;
	border-top: .5px solid var(--basic-gray);
	border-left: .5px solid var(--basic-gray);
	border-right: .5px solid var(--basic-gray);
}

.samo_container .searchmodes .searchmode_button,
.samo_container button,
.samo_container input[type='submit'],
.samo_container input[type='button'],
.samo_container .link.button {
	background: var(--base-color);
	color: var(--basic-white);
}

.samo_container .searchmodes .searchmode:not(:first-child),
.samo_container .searchmodes .searchmode-custom:not(:first-child) {
	margin-left: 8px;
}

.samo_container .currency-embed {
	margin: 0 0 40px;
}

.samo_container .plane {
	display: flex;
	justify-content: space-between;
	margin: 0 0 80px;
	flex-direction: row-reverse;
	align-items: center;
}

.samo_container #currency {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	background: #var(--basic-white);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 0 0 1px var(--base-color);
}

.samo_container #currency thead th {
	background: var(--base-color) !important;
	color: var(--basic-white);
	border: 0;
}

.samo_container #currency th,
.samo_container #currency td {
	border: 0 !important;
	padding: 10px 18px;
}

.samo_container #currency tbody td {
	color: #1f1f1f;
	background: #fff;
}

.samo_container #currency th.first,
.samo_container #currency td:first-child {
	text-align: left;
	white-space: nowrap;
}

.samo_container #currency th.rate,
.samo_container #currency td.rate {
	text-align: center;
}

.samo_container #currency thead .rate:nth-child(2)::before,
.samo_container #currency thead .rate:nth-child(3)::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	vertical-align: bottom;
	margin-right: 5px;
	opacity: 1;
}

.samo_container #currency thead .rate:nth-child(2)::before {
	background: #fff url("/public/frontend/assets/img/eur.svg") center center no-repeat;
}

.samo_container #currency thead .rate:nth-child(3)::before {
	background: #fff url("/public/frontend/assets/img/usd.svg") center center no-repeat;
}



.samo_container #currency thead .rate:nth-child(2)::after,
.samo_container #currency thead .rate:nth-child(3)::after {
	content: "";
}

/*footer*/
.footer-main {
	border-top: var(--basic-red) thick solid;
	display: none;
	justify-content: center;
}

.footer-main-container {
	display: flex;
	min-width: var(--main-container-width);
	/*align-items: center;*/
	justify-content: space-between;
}


.footer-main-container ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	align-items: flex-start;
	padding: 0;
}

.footer-main-container a {
	text-decoration: none;
	color: var(--link-active-color);
	cursor: pointer;
}


/*carousel*/
.samo_container .note:not(tr) {
	padding-left: unset;
}

.samo_container .note {
	display: none;
}

#pr-carousel-item .slick-dots button {
	box-shadow: none;
}

#pr-carousel-item .slick-dots button:hover {
	background: transparent;
}

#pr-carousel-item .cr-button-container-next {
	position: absolute;
	display: block;
	top: 122px;
	right: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-color: rgba(167, 167, 167, .4);
	z-index: 1;
}


#pr-carousel-item .cr-button-next {
	width: 50px;
	height: 50px;
	top: 0px;
	right: 30px;
	text-align: center;
	left: 0px;
	transform: scale(1);
}

#pr-carousel-item .cr-button-container-prev {
	position: absolute;
	display: block;
	top: 122px;
	left: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-color: rgba(167, 167, 167, .4);
	z-index: 1;
}

#pr-carousel-item .cr-button-prev {
	width: 50px;
	height: 50px;
	top: 0px;
	left: 0px;
	text-align: center;
	transform: scale(1);
}

#pr-carousel-item .cr-button-container-prev:hover,
#pr-carousel-item .cr-button-container-next:hover {
	opacity: .8;
}


#pr-carousel-item .slick-slide {
	box-sizing: border-box;
	width: 100%;
}

#pr-carousel-item .slick-list {
	border-radius: 10px;
}

#pr-carousel-item .slick-slide p {
	top: 20%;
	position: absolute;
	color: white;
	background: rgba(1, 93, 166, .8);
	padding: 1rem;
	font-size: 1.2rem;
	letter-spacing: .1rem;
	max-width: 50%;
	overflow: hidden;
	/* border: thin solid red; */
	max-height: 45%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

#pr-carousel-container {
	width: 100%;
	/*border: orange thin solid;*/
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 0;
	/*background: lightgray;*/
}

#pr-carousel-item {
	width: var(--main-container-width);
}


#pr-carousel-item .slick-slide img,
#pr-carousel-item .slick-slide video {
	width: 100%;
	height: 300px;
	object-fit: fill;
	overflow-clip-margin: content-box;
	overflow: auto;
}

/*---*/
/*#search_tour .paramsTill {display:none}*/

#div_logout {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#logout {
	padding: 5px 10px;
	margin: 10px 20px 10px 20px;
}
