/* ===== БАЗОВЫЕ СТИЛИ ===== */
body {
	margin: 0px;
	padding: 0px;
	min-width: 1276px;
	background: #e6e8e9;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 100%;
}

/* ===== ШАПКА ===== */
#header {
	padding: 0 20px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	text-align: left;
	background: #f5f5f5;
	min-height: 60px;
	position: relative;
	display: block;
}

#header .high-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}

/* ===== ЛОГОТИП ===== */
#header .logo {
	display: none !important;
}

/* ===== ТАБЛИЦА КУРСОВ ВАЛЮТ - ИСПРАВЛЕНО ===== */
#header .currency-header {
	position: absolute !important;
	right: 0 !important;
	top: 5px !important;
	left: auto !important;
	z-index: 1000 !important;
	margin: 0 !important;
	padding: 0 !important;

}

#header .currency-header table {
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	background: #f5f5f5 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 4px !important;
	overflow: hidden !important;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
	width: auto !important;
	table-layout: auto !important;
}

#header .currency-header thead {
	display: table-header-group !important;
}

#header .currency-header tbody {
	display: table-row-group !important;
}

#header .currency-header tr {
	display: table-row !important;
}

#header .currency-header th,
#header .currency-header td {
	display: table-cell !important;
	padding: 6px 10px !important;
	margin: 0 !important;
	border: none !important;
	text-align: center !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
}

#header .currency-header thead th {
	background: #0066cc !important;
	color: #ffffff !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	padding: 8px 12px !important;
}

#header .currency-header tbody td {
	background: #f5f5f5 !important;
	color: #3F3F3F !important;
	font-size: 12px !important;
	padding: 6px 10px !important;
	border-top: 1px solid #e0e0e0 !important;
}

#header .currency-header tbody td:first-child {
	text-align: left !important;
	padding-left: 12px !important;
}

#header .currency-header tbody tr:hover td {
	background: #e8f4f8 !important;
}

/* ===== LITERAL БЛОК ===== */
#header literal,
#header .currency-header literal {
	display: block !important;
	visibility: visible !important;
	width: auto !important;
	
}

#header .currency-header > * {
	display: table !important;
}

/* ===== МЕНЮ И ССЫЛКИ ===== */
#header .ll-a a {
	-webkit-border-radius: 4px;
	color: #fff;
	text-decoration: none;
}

#header .sub-menu li a,
#header .rr-et a.incoming {
	color: #5a6670;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

#header td a.enter {
	height: 24px;
	line-height: 24px;
	background: url(https://www.space-travel.ru/media/img/i1.png) left no-repeat;
	padding-left: 24px;
	color: #5a6670;
	position: relative;
	top: 7px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

#header td a.enter_p {
	height: 24px;
	line-height: 24px;
	background: url(https://www.space-travel.ru/media/img/plane.png) left no-repeat;
	padding-left: 24px;
	color: #5a6670;
	position: relative;
	top: 7px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

#header .tel-div a {
	font-size: 14px;
	color: #4296c2;
	font-weight: 300;
	text-decoration: none;
}

/* ===== КОНТЕЙНЕРЫ ===== */
.samo_container {
	background: #e6e8e9;
	/*min-height: 450px;*/
}

div.abs-main-wt-menu {
	font-size: 14px;
	font-weight: 300;
	border-collapse: collapse;
	margin-bottom: 98px;
	display: inline-block;
	text-align: center;
	background: transparent;
	width: 96%;
	margin: 0;
	position: relative;
}

div.abs-main-wt-menu a[href] {
	padding-left: 10px;
	padding-right: 10px;
}

.samo_container {
	background: #ffffff;
	max-width: 1260px;
	margin-top: auto;
	padding-top: 24px;
}

.samo_container div.logon-wrapper {
	margin-top: 90px;
	margin-bottom: 90px;
}

#bron_info label.contract_agree {
	font-size: 13px;
}

#freight_monitor div.fr_monitor_lengend {
	display: inline-block;
}

#samo-link-to-page {
	position: fixed;
	left: 5px;
	bottom: 20px;
	width: 30px;
	min-height: 35px;
	z-index: 10000;
}

#samo-dokuwiki_btn {
	position: fixed;
	left: 0px;
	bottom: 90px;
	width: 35px;
	height: 30px;
	z-index: 10000;
}

/* ===== КНОПКИ ===== */
.samo_container button,
.logon-wrapper.person .row .button,
.samo_container input[type="submit"],
.samo_container .panel a.bron-person-autoregistration.button {
	border-radius: 2px;
	color: #fff;
	background: #cb2d32;
	text-align: center;
	font-weight: bold;
	border: none;
}

/* ===== ПАНЕЛИ ===== */
.samo_container .panel,
.samo_container .panel table,
.samo_container .panel a {
	background: url(../../custom_images/bgr_online.png);
	color: #69aace;
	text-decoration: none;
}

.samo_container.hotels .panel,
.samo_container.hotels .panel table,
.samo_container.hotels .panel a {
	/*color: inherit;*/
}

.samo_container_fl .panel_fl,
.samo_container_fl .panel_fl table,
.samo_container_fl .panel_fl a {
	background: url(../../custom_images/bak_fl2.png);
	color: #FFF;
	text-decoration: none;
}

#search_tour table,
#search_tour .panel {
	color: #FFF;
}

#search_tour table .checklistbox,
#search_tour .price_legend,
#search_tour .res {
	color: #434b53;
}

/* ===== ТАБЛИЦЫ ===== */
.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,
#modalContainer div.modalTitle,
#logonContainer div.modalTitle {
	background: url(../../custom_images/res_bgr.png);
	border-color: #FFF;
	border: 1px;
	border-style: solid;
	border-bottom-width: 1px;
	vertical-align: middle;
}

#search_tour .footer .load {
	background: url(../../custom_images/btn_online_search_s.png) no-repeat 0 0;
	width: 203px;
	height: 30px;
	border-style: none;
	color: transparent;
	margin: 5px;
	margin-top: 25px;
	position: static;
}

.chosen-container {
	color: #434b53;
}

#freight_monitor .date_selected,
.samo_container table.res .even td,
.samo_container .even,
#freight_monitor .noplace,
#freight_monitor .yesnoplace,
#freight_monitor .yesplace,
#freight_monitor .requestplace {
	border: 1px solid #FFF;
	vertical-align: middle;
}

#freight_monitor .resultset table td.splitter,
#freight_monitor .resultset table th.splitter {
	background-color: transparent;
	width: 2%;
}

#freight_monitor .resultset .res td {
	font-size: 12px;
	white-space: normal;
}

.samo_container div.logon-wrapper div.panel div.choose span.legend {
	color: #FFF;
	font-weight: bold;
}

/* ===== ВЫПАДАЮЩИЕ СПИСКИ ===== */
.samo_container .panel .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 23px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}

#modalContainer div.modalTitle,
#logonContainer div.modalTitle {
	color: #FFF;
}

/* ===== ССЫЛКИ ===== */
#header a,
.samo_container a,
.samo_container .link {
	color: #4296c2;
	cursor: pointer;
	text-decoration: none;
}

.samo_container .claim_info .panel table tbody,
.samo_container .CLAIMINFO .panel .CLAIM_NOTE {
	color: #434b53;
}

#bron_info div.tourist fieldset {
	padding: 0px;
}

#bron_info .not-actual {
	color: #FFF;
}

.panel .freights table tbody {
	color: #434b53;
}

#search_stat {
	vertical-align: baseline;
}

#chart {
	margin: 0px;
	height: 140px;
}

#chart table.chart {
	outline: none;
	background-color: transparent;
}

#chart table.chart td {
	vertical-align: bottom;
	padding: 0;
}

#chart table.chart td.info {
	width: 12px;
	display: table-cell;
}

#chart table.chart td.day {
	display: table-cell;
}

.panel table.chart,
.samo_container .panel .HOTELSINFO a {
	background: transparent;
	color: #434b53;
}

.panel .TOURINFO #chart table.chart td.info {
	width: 20px;
	display: table-cell;
}

#bron_info .commission_block .COMMISSIONS .BONUS {
	display: none;
}

#bron_info .commission_block .toggle_details {
	color: white;
	text-decoration: underline;
}

/* ===== КНОПКИ РАСЧЁТА ===== */
.samo_container .buttons .calc {
	width: 154px;
	height: 40px;
	margin-right: 24px;
	margin-top: 30px;
	line-height: 40px;
	border-radius: 3px;
	background: #7aaeca;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border: none;
	padding-top: 1px;
}

.samo_container .buttons .bron {
	width: 185px;
	display: inline-block;
	height: 40px;
	margin-top: 30px;
	line-height: 40px;
	text-indent: 23px;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: url(../../custom_images/i2.png) 16px center no-repeat #7aaeca;
	border: none;
	padding-top: 1px;
}

.samo_container .buttons .calc:hover,
.samo_container .buttons button.bron:hover {
	background-color: #cb2d32 !important;
	opacity: 1 !important;
	color: #ffffff !important;
}

.samo_container .buttons button[disabled].bron {
	color: #bbbbbb;
	text-decoration: line-through;
	background-color: #7aaeca;
	cursor: default;
}

.samo_container .logins .even {
	color: #222222;
}

#registration fieldset {
	margin: 15px;
}

div.logon-wrapper div.panel div.row button {
	text-align: center;
	font-weight: bold;
	width: 80px;
	background: #cb2d32;
}

.samo_container .panel table.res {
	color: #222222;
}

.samo_container .tour_container a {
	background: transparent;
	color: #4296c2;
	text-decoration: none;
}

.samo_container .pay_variant .link {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

/* ===== ЗАМЕТКИ ===== */
#bron_info .external_freight_note,
#bron_info .external_freight_note_new {
	top: -110px;
	left: 460px;
	right: -350px;
	display: block;
	color: black;
	opacity: 0.9;
	border: 12px solid white;
	border-image: url(../../custom_images/res_bgr.png) 12 round round;
}

#calendarPrice .relative.head,
#calendarPrice .dates {
	color: #222222;
}

#bron_info div.spog_message {
	color: red;
	font-weight: bold;
	background-color: pink;
	border: 1px solid red;
	margin: 0px auto 16px auto;
	padding: 16px;
}

#recaptcha {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

/* ===== КОНТРОЛЛЫ ПОИСКА ===== */
#search_tour .control_meal {
	width: 110px;
}

#search_tour .MEALS {
	min-width: 100px;
	width: auto;
}

#search_tour .control_stars {
	width: 180px;
}

#search_tour .control_townto {
	width: 180px !important;
}

#search_tour .TOWNS {
	width: auto !important
}

#search_tour .prgt,
#search_stat .prgt {
	width: 66px;
	height: 33px;
	display: block;
	margin: auto;
}

#search_tour td.tour {
	width: 138px;
}

#search_tour .note_container {
	color: #6688aa;
	text-align: left !important;
}

.samo_container .panel.with_bgr {
	height: 350px;
	background: url("../../custom_images/bak_lf3.png");
}

#search_tour .note_container_text_note {
	background-color: #E1F0F7 !important;
	color: #6688aa;
	margin: 5px 5px !important;
	padding: 5px !important;
	border-top: 1px solid #C0C0C !important;
	border-left: 1px solid #C0C0C !important;
	text-align: left;
}

.samo_container .panel.with_bgr_medal {
	height: 100px;
	background: url("../../custom_images/medal.png");
}

/* ===== АККОРДЕОН ===== */
.ac-container {
	width: 900px;
	margin: 10px auto 30px auto;
}

.ac-container label {
	font-family: 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #0069A4;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	line-height: 33px;
	font-size: 19px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
	box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset, 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover {
	background: #0069A4;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
}

.ac-container input {
	display: none;
}

.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container input:checked~article {
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
	height: 100px;
}

.ac-container article p {
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

#check_confirm .frm-input {
	width: 150px !important;
	height: 28px !important;
	border-radius: 0 !important;
}

#check_confirm .load {
	background: #0069A6;
}

#check_confirm.samo_container {
	height: 97.5vh !important;
}

div.abs-main-wt-menu {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	width: 1260px;
	margin: 0 auto;
	height: auto;
}

#search_tour .resultset td:nth-child(13),
#search_tour .resultset th:nth-child(13) {
	display: table-cell;
}

.samo_container div.logon-wrapper div.panel div.choose a,
#bron_info .offered_additional_service {
	color: #fff;
}

#bron_info .commission_block .toggle_details {
	color: #d13b3b;
}

#hotels table.descr td.title,
#hotels .title,
#hotels .hotelname {
	color: #ffffff;
}

.samo_container table td {
	vertical-align: middle;
}

.samo_container .searchmodes .searchmode_button {
	background-color: #278bbe;
	color: #ffffff;
}

#bron_info .external_freight_note {
	word-break: break-word;
}

.samo_container .price_button.expand {
	background-image: url(../pict/le2.png);
	background-position: 5px 10px;
}

#logout {
	margin: 0;
	color: #ffffff;
}

.login-item {
	display: flex;
	width: 1260px;
	flex-direction: column;
	align-items: flex-end;
}

.login-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 10px;
}

.claim-rate-container-items {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 18px;
}

.claim-rate-container-item img {
	width: 24px;
	height: 24px;
	display: block;
}

.claim-rate-container-item {
	cursor: pointer;
}

#hotels .hotel_info_header {
	height: auto;
}

/* ===== ОБЩИЕ СТИЛИ ТАБЛИЦ ===== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
	margin: 0;
}