:root {
	--main-panel-bgcolor: #fff;
	--link-active-color: #366383;
	--main-button-bgcolor: #ba171b;
	
	--second-panel-bgcolor: #D0DFED;
	--basic-red: #ba171b;
	--basic-white: #fff;
	--basic-black: #000;
}




div.note {
	display: none;
	padding: 0 5px;
    margin: 0 auto 20px;
}

.samo_container .note:not(tr){
	padding:5px;
}


.samo_container {margin:auto}

#header {
	margin: unset;
	border-bottom: var(--basic-red) thick solid;
}

#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 0;
    justify-content: space-between;
    align-items: center;
}

#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;
}

#header .menu li a {
	padding: unset;
	display: unset;
}

#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;
    flex-direction: column;
	gap: 5px;
	align-items: flex-end;
}

#header .contacts a {
	text-decoration: none;
}

#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;
}

#currency {
	border: var(--basic-red) thin solid;
}

#currency thead th {
	background: var(--second-panel-bgcolor);
}

.samo_container .panel:not(#currency) {
    margin-bottom: 15px;
    border-radius: unset;
    box-shadow: unset;
	border: var(--basic-red) 2px solid;
	margin: unset;
}


.samo_container .user_info .col:last-child .panel {
	border-top: unset !important;
	border-bottom: unset !important;
}

.samo_container .searchmode {
    border-bottom: unset !important;
}

.samo_container .searchmode:not(:last-child) {
    border-right: unset !important;
}

.samo_container .searchmodes .searchmode_selected {
	background: var(--basic-red);
	color: 	var(--basic-white);
	text-transform: uppercase;
}

.samo_container .searchmodes .searchmode_button {
   text-transform: uppercase;
   background: var(--main-panel-bgcolor);
   font-weight: bold;
   color: var(--basic-black);
}


@media (max-width: 767.72px) {
    .samo_container .container div.logon-wrapper {
		width: 360px;
		margin: 0 auto;
    }
}

/**/

/*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}*/
