#tickets .resultset td.splitter, #tickets .resultset th.splitter {
 background-color: #FFFFFF;
 width: 0px;
}
#tickets .resultset tr.splitter td {
 background-color: #FFFFFF;
 height: 20px;
}
#tickets td.td_price .price {
    background-image: url(../pict/not_available.png) !important;
    background-position: center top;
    padding: 2px;
    padding-top: 42px;
    text-align: center;
    min-width: 90px;
    margin-left: 5px;
	padding-left: 14px;
    padding-right: 14px;
    border: solid 1px grey;
    border-radius: 3px;
	 color: red;
}
#tickets td.td_price {
    white-space: nowrap;
    padding: 0;
    vertical-align: bottom;
    border: none;
    background: none;
}

#tickets table.two_col {
    width: auto;
}
#tickets table.two_col td.col {
	width:680px;
}
#tickets.fast .form {
    padding: 0;
    margin: 0;
}
#tickets .form .block.no_margin {
    margin-top: -15px;
}
#tickets .form .block .title {
    color: #606060;
    padding: 6px 0px 6px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}
#tickets .form .block .legend {
	white-space: nowrap;
	width: 129px;
	text-align: right !important;
}
#tickets .form .location .legend {
	text-align: left !important;
}
#tickets .form .location .right {
	float: right;
}
#tickets .form .block td.left {
	text-align: left;
}
#tickets .form .location .margin_top td {
	padding-top: 15px !important;
}
#tickets .form .location .port_revert {
	margin: 5px 12px;
	float: left;
	top: 5px;
}
#tickets .form .location .combobox, #tickets SELECT.AIRLINE {
	margin: 5px 0px;
	float: left;
	width: 305px;
}
#tickets .form .container .other select {
	width: 114px;
}
#tickets .form .no_padding td {
	padding-top: 0 !important;
}
#tickets .resultset .no_background {
	background: none !important;
	border: none;
}
#tickets .load {
	width: 100px;
	height: 30px;
	margin-bottom: 5px;
}
#tickets .samo_container {
    display: block !important;
}
#tickets input.price {
    width: 70px;
    margin-right: 0;
}
#tickets td.panel {
    vertical-align: middle;
    border: 0 !important;
}
#tickets label.hidden {
  visibility: hidden;
}
#tickets .form .location .CURRENCYINC {
	width: 100%;
	float: left;
}
#tickets .NIGHTS_FROM_chosen, #tickets .NIGHTS_TILL_chosen, #tickets .ADULT_chosen, .CHILD_chosen {
    max-width: none;
}
#tickets .form .block .container {
    width: 670px;
}
#tickets td.td_price span.price_button {
    color: black;
}
#tickets  .people1 {
width: 48%;
float: left;
}
#tickets  .people2 {
width: 48%;
float: right;
}
#tickets .spin {
    width: 100%;
}
#tickets .margin_top div {
    float: left;
    display: grid;
}
#tickets .chosen-container.chosen-container-single.chosen-container-single-nosearch {
    min-width: 57px;
}
.CHECKIN_DELTA_chosen, .CHECKOUT_DELTA_chosen {
    left: 25px;
}
#tickets .form .age_wrapper {
    width: 30%;
}
/*
*/
/*========== NEW STYLES ==========*/
/*========== NEW STYLES ==========*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic');

.new-header,
.new-header *,
.new-header *::before,
.new-header *::after,
.new-footer,
.new-footer *,
.new-footer *::before,
.new-footer *::after {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
body #header {
    margin: 0;
    padding: 0;
}
.new-header {
    max-width: 911px;
    margin: 6px auto;
    position: relative;
}
.new-header_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
}
.new-header_top-link {
    position: absolute;
    top: 70px;
    left: 0;
    padding-left: 20px;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none !important;
}
.new-header_top-link::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ffffff;
}
.new-header_top-logo {
    display: block;
    width: 181px;
    height: 41px;
    background: url(../pict/img/logo.svg) no-repeat center;
    position: absolute;
    top: 15px;
    left: 20px;
}
.new-header_top-adress {
    position: absolute;
    top: 12px;
    right: 25px;
    font-size: 14px;
}
.new-header_slider-container {
    overflow: hidden;
    position: relative;
}
.new-header_slider-container::before {
    content: '';
    display: block;
    background: url(../pict/img/header-shape.svg) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0px;
    opacity: .7;
    z-index: 2;
}
.new-header_slider-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 262px;
    color: #fff;
    text-align: right;
    padding: 90px 28px 0;
}
.new-header_slider-slide * {
    position: relative;
}
.new-header_slider-slide-heading-lg {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
	text-shadow: 1px 1px 2px black;
}
.new-header_slider-slide-heading-sm {
    font-size: 20px;
    font-weight: 700;
	text-shadow: 1px 1px 2px black;
}
.new-header_slider-slide-desc {
    font-size: 18px;
	font-weight: 700;
    text-shadow: 1px 1px 2px black;
    margin-top: 7px;
}
.new-header .owl-nav {
    position: relative;
}
.new-header .owl-nav > div {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    bottom: 26px;
    opacity: .85;
    background: no-repeat center;
    font-size: 0;
}
.new-header .owl-nav > div:hover {
    opacity: 1;
}
.new-header .owl-nav .owl-prev {
    left: 18px;
    background-image: url(../pict/img/prev.svg);
}
.new-header .owl-nav .owl-next {
    right: 18px;
    background-image: url(../pict/img/next.svg);
}
.new-header .owl-dots {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 0;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%,0);
}
.new-header .owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.new-header .owl-dot span {
    display: block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #fff;
}
.new-header .owl-dot.active span {
    background-color: #2859a4;
}
.new-footer {
    max-width: 911px;
    margin: 0 auto;
    position: relative;
    background-color: #e9f1f8;
    height: 138px;
    padding: 20px 23px 10px 32px;
}
.new-footer_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 550px;
}
.new-footer_menu::after {
    content: '';
    display: table;
    clear: both;
}
.new-footer_menu li {
    float: left;
    margin-bottom: 8px;
}
.new-footer_menu li:nth-child(1),
.new-footer_menu li:nth-child(4) {
    width: 145px;
}
.new-footer_menu li:nth-child(2),
.new-footer_menu li:nth-child(5) {
    width: 220px;
}
.new-footer_menu a {
    color: #7ea1c2;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}
.new-footer_menu li:last-child a {
    text-decoration: underline;
}
.new-footer_social-icons {
    position: absolute;
    top: 34px;
    right: 23px;
    font-size: 0;
}
.new-footer_social-icon {
    display: inline-block;
    margin-left: 30px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url(/public/pict/img/social.svg) !important;
}
.new-footer_social-icon.fb {
    width: 9px;
    background-position: 0 0;
}
.new-footer_social-icon.tw {
    width: 18px;
    background-position: -43px 0;
}
.new-footer_social-icon.gpl {
    width: 21px;
    background-position: -90px 0;
}
.new-footer_copyright {
    color: #a2bcd4;
    font-size: 12px;
    padding: 19px 0 0;
    margin: 13px 0 0;
    position: relative;
}
.new-footer_copyright::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #afc5da;
    opacity: 0.45;
}
.without_underline{
	text-decoration: none !important;
	cursor: help !important;	
}
.opacity{
    position: fixed;
    opacity: 0.7;
}
tr.odd.BONUS {
    visibility: hidden;
}
#header a{
	font-weight: bold;
	line-height: 20px;
}
/* .header_top div { */ */
   /* width: 65em !important;  */
 /* }  */
#search_tour .filters-panel.no-ufilter .checklistbox {
    height: 50px !important;
}
tr.ptype_group_filter {
    display: none;
}
fieldset.freights_container.panel {
    text-align: center;
}
table#currency {
    float: right;
    border: none;
    box-shadow: none;
	margin-top: 20px;
}
#currency.res.panel td{
    background: white;
    color: #007355;
	border: none;
}
/*
.EUR:before {
  content: '€';
}
.USD:before {
  content: '$';
}
*/
#currency tr.even td:first-child {
    font-weight: bold;
}
.menu_content{
  display: none;
}
.menu_btn_active .menu_content{
  display: block;
}
.menu_btn {
    width: 280px;
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    border-radius: 5px;
    border: 1px solid #999999;
    margin: auto !important;
    text-align: center;
    cursor: pointer;
	padding: 4px !important;
	color: #222222;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
}
.menu_btn:hover {
    color: #f36f21;
}
.claim_info .tour_info.res tr :last-child, table.res.cl_referer_cost tr :nth-child(2), .panel.searchmode.searchmode_partner_discount {
 /*  display: none;*/
}
label.right.hotelgroup {
    margin-top: 0px !important;   
}
#check_confirm .container {
    padding: 5px;
}
#search_tour .TOWNS .groupbox label.hidden {
    display: block !important;
    visibility: visible;
}
.tickets input.load {
    padding: 2px 5px;
}
#check_confirm .container {
    width: 670px;
}



/* NEW CSS */

#div_logout {
    text-align: right;
    font-weight: bold;
    width: 960px;
    margin: auto;
	padding:10px 0;
}
#logout {
    margin: 0px;
}

.header_top{
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
}
#header a{
	color:#065db2;
}

.top_container {
    width: 960px;
    display: block;
    margin:0 auto;
	text-align: left;
	padding:10px 0 15px 0;
}

.logo {
    max-width: 200px;
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}

.tel {
	display: inline-block;
    max-width:170px;
    font-size: 16px;
	color:#065db2;
	padding: 0 6px;
	vertical-align: top;
}


#tel_window{
    display:none;
    margin-left:-70px;
    padding:20px;
    margin-top:17px;
    /* background:#f3f3f3; */
    /* height:200px; */
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
}
.tel:hover #tel_window{
    display:block;
    position:absolute;
    top:65px;
    z-index:9999;
    background: #fff;
}
.tel_window_text p {
    text-align: center;
	line-height: 1.5;
}
.tel_window_text span {
    font-weight: 600;
}

.top_menu{
	display: inline-block;
    max-width:300px;
	padding: 0 6px;
	vertical-align: top;
}

ul.nav {
    margin: 0;
    padding: 0;
	list-style: none;
}
ul.nav li, ul.menu li {
    display: inline;
    margin-right: 5px;
    padding: 3px; 
}

.registration_menu {
	display: inline-block;
	max-width:135px;
	padding: 0 6px;
	vertical-align: top;
}
.registration_menu ul{
	list-style: none;
	padding: 0;
    margin: 0;
}

.currency_block{
	display: inline-block;
    max-width:205px;
	padding-left: 5px;
	vertical-align: top;
	}
.currency_block .samo_container{
	margin:0;
}

table#currency {
    float: right;
    border: none;
    box-shadow: none;
    margin-top: 0;
}

table#currency thead th {
    background: #065db2;
}

#currency.res.panel td {
    color: #065db2;
    border: none;
}

.navigation {
    width: 960px;
    display: block;
    margin:0 auto;
	text-align: left;
	text-align: center;
	background: #065db2;
}
ul.menu {
    margin: 0;
    padding: 7px 0 7px 0;
	list-style: none;
}

ul.menu a{
	color:#fff !important;
	/* font-size: 14px; */
	text-decoration:none !important;
}

ul.menu a:hover {
    color: #f36f21 !important;
}

.note_container p{
padding-bottom: 10px !important;
}

.samo_container table.panel td {
    padding: 2px 2px;
    white-space: nowrap;
}

#header .high-menu {
    grid-template-columns: 81% 24% 0%;
}

/* Custom CSS */

#search_tour .note_container {
	color: #2F394A !important;
	font-size: 14px !important;
}

#search_tour .note_container p {
    padding-bottom: 1.2em !important;
}

#search_tour .direction td {
    padding: 10px 15px !important;
}