:root {
	--main-panel-bgcolor: #ffe0c4;
	--table-header-bgcolor: #ff76008c;
	--link-active-color: #255181;
	
	--row-even-bgcolor: white;
    --row-odd-bgcolor: white;
	
	--base-gray: #e3e7ea;
}

div.note {display:none}

#header {
	margin: unset;
}
#header .samo_container {
	margin: unset;
}

#header .high-menu {
    margin: auto;
    width: var(--main-container-width);
    height: 72px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "logo phones currency contacts
						  notes notes notes notes";
}

#header .high-menu {
    margin: auto;
    width: var(--main-container-width);
    height: 72px;
    display: grid;
    grid-template-columns: 3fr 1fr 2fr 1fr;
    grid-template-rows: 1fr;
	justify-items: stretch;
    align-items: center;
    grid-template-areas: "logo phones currency contacts"
						  "notes notes notes notes";
}

#header .phones-header {
	grid-area: phones;
	display: flex;
    flex-direction: row;
    border-radius: 20px;
	justify-content: space-evenly;
    align-items: center;
    background: var(--link-hover-color);
	padding: 6px 0;
	gap: 4px;
}

#header .phones-header a {
	color: var(--main-button-color);
    text-decoration: none;
    font-size: 14px;
}

#header .phones-header img {
	width: 1rem;
}

#header .contacts-header {
	grid-area: contacts;
	display: flex;
	flex-direction: column;
}

#header .contacts-header a {
	color: var(--link-hover-color);
    text-decoration: none;
    font-size: 14px;
}

#header .contacts-header a:hover {
    text-decoration: underline;
}

#header .currency-header .currency {
    background-color: unset;
}

#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: 200px;
	object-fit:fill;
}

#pr-carousel-item .cr-button-container-next {
	position: absolute;
    display: block;
    top: 38%;
    right: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: rgba(167,167,167,0);
	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: 38%;
    left: 30px;
    width: 50px;
    height: 50px;
	cursor: pointer;
    background-color: rgba(167,167,167,0);
	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);
}

video {
    object-fit: fill;
    overflow-clip-margin: content-box;
    overflow: auto;
}

.samo_container .note:not(tr) {
	padding-left: unset;
}

.samo_container .panel {
    box-shadow: unset;
}

.samo_container div.logon-wrapper button {
	background: var(--main-button-bgcolor) !important;
}

.samo_container div.logon-wrapper button:hover {
	background: var(--hover-button-bgcolor) !important;
}

#currency thead th {
	color: var(--link-hover-color);
	background-color: white;
}

.samo_container button, .samo_container input[type='submit'], .samo_container input[type='button'], .samo_container .link.button {
	box-shadow: unset;
}

.samo_container table.res thead th, .samo_container table.res .thead th, .samo_container table.res thead td, .samo_container .Zebra_DatePicker .dp_daypicker th {
	color: unset;
}

.samo_container th a {
	color: var(--link-active-color);
}

#search_tour span.all_prices {
	font-weight: normal;
}

.noUi-connect {
    background: var(--base-gray) !important;
}

#bron_info .freightTable tr.yellow td, #bron_info .freightTable tr.checked td {
	background: var(--base-gray) !important;
	/*color: white;*/
}

/* #bron_info .additional_services, #bron_info .additional_insures, #bron_info .calc, #bron_info .bron, #bron_info #btnTownsFreight {
	background: var(--link-active-color);
} */

.samo_container table.res tr:hover td {
	background-color: var(--base-gray);
}

/* .samo_container table.res tr:hover td span.link {
	color: white !important;
} */

#gdsGrid tr {
	background: var(--row-even-bgcolor) !important;
}

