/*body {background:lightgray}*/

:root {
	--bg-gradient-blue : linear-gradient(90deg, #0054A2 0%, rgba(0, 84, 162, 0.5) 100%);
	--color-main : #0054A2;
	--color-white : #fff;
}

input[type="checkbox"] {
    accent-color: var(--color-main);
}

body {
    background: linear-gradient(270deg, #FFF -8.6%, rgba(157, 208, 255, 0.30) 39.33%, rgba(245, 128, 1, 0.15) 99.71%);
}


.samo_container {
	background: unset;
    z-index: 1;
    position: relative;
}

div#bg-ellipse {
    position: absolute;
    width: 100%;
    z-index: -1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#bg-ellipse > img {
    width: 100%;
}

.samo_container .searchmodes .searchmode_button,
#currency thead {
	background : var(--bg-gradient-blue);
	color : var(--color-white);
}

.samo_container .searchmodes .searchmode_selected {
	border-top: thin solid var(--color-main);
	border-left: thin solid var(--color-main);
	border-right: thin solid var(--color-main);
    box-shadow: none;
}

.samo_container .searchmodes .searchmode, 
.samo_container .searchmodes .searchmode-custom {
    margin-left: 4px;
}

.samo_container .searchmodes .searchmode:first-child {
    margin-left: 0px;
}

.samo_container .panel, 
#modalContainer div.modalTitle, 
#logonContainer div.modalTitle {
	background: var(--color-white);
	border: 1px solid var(--color-main);
	border-radius: 8px;
	box-shadow: unset;

	border-collapse: separate;
    border-spacing: 0;

}

.samo_container .note-panel + .panel {
	border-top: unset;
}

.samo_container .note-panel {
    padding: 10px;
    background-color: unset;
    border-radius: 0 8px 0 0;
	border-top: 1px solid var(--color-main);
	border-left: 1px solid var(--color-main);
	border-right: 1px solid var(--color-main);
}

.samo_container table.res thead th, 
.samo_container table.res .thead th, 
.samo_container table.res thead td
{
	background : unset;
}

.samo_container .Zebra_DatePicker .dp_daypicker th {
	background : var(--color-main);
}

.samo_container table.res thead, 
.samo_container table.res .thead, 
.samo_container table.res thead
{
	background : var(--bg-gradient-blue);
}

.samo_container button, 
.samo_container input[type='submit'], 
.samo_container input[type='button'], 
.samo_container .link.button {
	background : var(--bg-gradient-blue);
}

.bottom-wings {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
	padding: 0 16px 0 64px !important;
}

#search_tour .std.container {
	position: relative;
}

#search_tour .std.container #form-pic3 {
    position: absolute;
    z-index: 1;
    top: -190px;
    right: 0;
    pointer-events: none;
}

#search_tour .res {
	width: var(--main-container-width);
}

.currency-container {
    width: var(--main-container-width);
    margin: 50px auto 50px !important;
    display: flex;
	position: relative;
}

.currency-container--item {
	max-width: 200px;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

#currency {
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	overflow: hidden;
}

#currency thead th {
	background : unset;
	color : var(--color-white);
}

#currency td, #currency th {
	border: none;
}

#currency tbody td {
	border-left: none;
	border-right: none;
}

#currency tbody td:first-child {
	border-left: 1px solid var(--color-main);
}

#currency tbody td:last-child {
	border-right: 1px solid var(--color-main);
}

#currency tbody tr:first-child td {
	border-top: 1px solid var(--color-main);
}

#currency tbody tr:last-child td {
	border-bottom: 1px solid var(--color-main);
}

#currency tbody tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}

#currency tbody tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}

#currency tbody tr:not(:last-child) td {
	border-bottom: 1px solid var(--color-main);
}



#header {
    margin: 0 auto;
    height: fit-content;
    display: flex;
    justify-content: center;
    /* border-bottom: thin solid var(--theme-color-1); */
    position: relative;
}

#header .high-menu {
	align-items: center;
}

#header .high-menu > div_1{
	border: thin solid red;
}

#header .menu {
	width: 100%;
}

#header .high-menu {
	grid-template-columns: 1fr 10fr 1fr;
}

#header .menu .nav > ul > li > ul li a, 
#header .menu .nav > ul > li > a {
	color: var(--item-active-color);
}

/*hotels*/
#hotels .photos {
	padding: 40px 0 15px;
}

#hotels .photos button {
	box-shadow: unset;
	padding: unset;
	width: 12px;
    height: 12px;
	border-radius: 8px;
	background: #ccc;
}

#hotels .photos button.is-active 
{
	background: var(--main-button-color);
}

#hotels .splide__slide__container
{
	border-radius: 8px;
}

ul.splide__pagination {
    position: relative;
    margin: 30px 0 0;
	gap: 10px
}

/*--login--*/

.samo_container div.logon-wrapper {
    color: var(--color-main);
}

.samo_container div.logon-wrapper div.header {
	background : var(--bg-gradient-blue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	border-radius: 30px 30px 0 0;
	height: 108px;
}

.samo_container div.logon-wrapper div.header div.legend,
.samo_container div.logon-wrapper div.header a.button {
	background: none;
	border-radius: 20px 20px 0 0;
	color: var(--main-panel-bgcolor);
	display: flex;
	align-items: center;
    justify-content: center;
	
	font-weight: normal !important;
	padding: unset;
	box-shadow: unset;
}
.samo_container div.logon-wrapper div.header div.legend {
	font-size: 32px;
}
.samo_container div.logon-wrapper div.header a.button {
	font-size: 16px;
}

.samo_container div.logon-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#loginbox,
.samo_container div.logon-wrapper div.header .panel {
	border: unset;
}

#loginbox input {
	margin: unset !important;
	margin-top: unset;
    border-color: #dadcd1;
	border-radius: 10px;
	height: 48px;
}

#loginbox .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
}

#loginbox .input_icon {
    margin-top: 10px;
    margin-left: unset;
    right: 10px;
}

.row.show-password {
	margin-top: unset;
}

#loginbox .col {
	display: flex;
    flex-direction: column;  
	gap: 5px;
	width: 100%;
}

#loginbox .choose a {
	color: 	var(--color-main);
}

.samo_container div.logon-wrapper div.panel div.row a.forgot {
	text-align: unset;
	line-height: unset;
	text-decoration: none;
    border-bottom: thin solid var(--color-main);
}

.samo_container div.logon-wrapper div.panel div.choose {
	margin: unset;
}

.samo_container div.logon-wrapper div.panel div.row button, 
.samo_container div.logon-wrapper.person .row .button {
	width: 100% !important;
}

.samo_container div.logon-wrapper button {
	background: var(--main-button-bgcolor);
	border-radius: 10px;
	height: 56px;
	font-size: 16px;
}

#modalContainer {
	border-radius: 10px;
	border: none;
}

#modalContainer div.modalTitle {
	border-bottom: none;
	border-radius: 10px;
}

#modalContainer a.modalCloseImg {
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  background-image: unset;
  width: 26px;
  height: 26px;
  padding: 5px;
  margin: 5px 5px 0;
  
  position: relative; /* важно для before/after позиционирования */
  transition: background 0.2s ease, transform 0.3s ease;
}

#modalContainer a.modalCloseImg::before,
#modalContainer a.modalCloseImg::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #777;
  border-radius: 1px;
}

#modalContainer a.modalCloseImg::before {
  transform: rotate(45deg);
}

#modalContainer a.modalCloseImg::after {
  transform: rotate(-45deg);
}

#modalContainer a.modalCloseImg:hover {
  background-color: #f0f0f0;
  transform: rotate(90deg);
}

#modalContainer #basicModalContent {
    border-radius: 10px;
    margin: 0 35px 35px;
	padding: unset;
}

.samo_container div.logon-wrapper div.header div.button-wrapper {
	border-radius: 0 25px 0 0;
	
}
.samo_container div.logon-wrapper div.header a.button {
	background-color: unset;
	color: var(--main-panel-bgcolor);
}

/*----------------------*/

div.note {display:none}

.samo_container .note:not(tr)
{
	padding: 10px 20px;
}

#pr-carousel-item .slick-dots button {
	box-shadow:none;
}

#pr-carousel-item .slick-dots button:hover {
	background:transparent;
}

#pr-carousel-item .slick-slide img {
    width: 100%;
	height: 300px;
	object-fit:fill;
	
}

#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;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}


.modal-content {
  display: flex;
  margin: auto;
  max-width: 60%;
  position: relative;
  border:thick solid white;
}

.modal-content > img {
	max-width: 100%;
	height:auto;
}

.close {
  position: absolute;
  top: -10px;
  right: -25px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}






/*
#pr-carousel-item .slick-prev, .slick-next {
	position: absolute;
	background:red !important;
}

#pr-carousel-item .slick-next {
    right: 0 !important;
}

#pr-carousel-item .slick-prev {
    left: 0 !important;
}

#pr-carousel-item .slick-prev:hover, .slick-next:hover {
  opacity:0.5;
}
*/


#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);
}

#basicModalContent > a img {
	width: 100%;
    height: auto;
}