/* Minification failed. Returning unminified contents.
(825,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@icnlude'
(862,1): run-time error CSS1019: Unexpected token, found '@charset'
(862,10): run-time error CSS1019: Unexpected token, found '"IBM866"'
(862,18): run-time error CSS1019: Unexpected token, found ';'
(1837,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1838,8): run-time error CSS1035: Expected colon, found '{'
(1843,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1844,8): run-time error CSS1035: Expected colon, found '{'
(1849,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1850,8): run-time error CSS1035: Expected colon, found '{'
 */
.ac_results {
    padding: 0px;
    background-color: white;
    overflow: hidden;
    z-index:1006;

	-webkit-box-shadow: 0 2px 8px #5d5858;
	-moz-box-shadow: 0 2px 8px #5d5858;
	box-shadow: 0 2px 8px #5d5858;
}

.ie .ac_results
{
	box-shadow: none;
}

.ac_results ul {
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    border:1px solid #999999;
	display: block;
}

.ac_results li {
    margin: 0px;
    padding: 5px;
    cursor: default;
    display: block;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    cursor:pointer;
    position:relative;
}

.ac_results li .place
{
    display:block;
    margin-right:20px;
}

.ac_results li .place .airport_name
{
    color:#626262;
    font-size:0.9em;
}

.ac_results li .code
{
    position:absolute;
    top:5px;
    right:6px;
    color:#626262;
    font-size:0.9em;
}

.ac_loading {
    background-image: url('../../../Images/indicator.gif');
	background-position: 99% center;
	background-repeat: no-repeat;
}

.ac_over {
    color: #fff;
    background: url('../../../Images/autocomplete_hover.gif') left top repeat-x #909090;
}

.ac_results li.ac_over .code, .ac_results li.ac_over .place .airport_name 
{
    color: #fff;
}

.tooltip_link, .tooltip_link i, .tooltip_link span
{
    display: -moz-inline-stack;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align:middle;
}

.tooltip_link
{
    cursor:pointer;
}

.tooltip_link i, .tooltip_icon{
    background: #009EE4;
    color: #FFFFFF;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    line-height: 10px;
    margin-left: 3px;
    padding: 0px 3px 0px 1px;
    vertical-align: middle;
}

.tooltip_icon
{
    cursor:pointer;
    padding: 0px 2px;
    text-decoration:none;
}

.tiptip__close
{
	background: url("../../../Images/common-skin/site-icons.png") no-repeat -52px -288px;
	cursor: pointer;
	height: 15px;
	right: 20px;
	position: absolute;
	top: 20px;
	width: 15px;
}

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content 
{
    background: #fff;
    border: 1px solid #00a6e5;
    color: #343434;
    left: -10000px;
    padding: 10px 20px;

	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.tiptip_loading #tiptip_content
{
	background: url("../../../Images/basic_loader.gif") no-repeat center center #fff;
	min-height: 100px;
}

#tiptip_arrow
{
    position: absolute;
}

#tiptip_arrow_inner{	
	height: 11px;
	width: 11px;
	background: url("../../../Images/tooltip_arrows.gif") no-repeat left -33px;
	margin: 2px 0px 0px 0px;
}

.tip_top #tiptip_arrow_inner
{
    margin: -1px 0px 0px 0px;
    background-position:left top;
}

.tip_right #tiptip_arrow_inner
{
    background-position: right -22px;
    margin: 0px 0px 0px 2px;
}

.tip_left #tiptip_arrow_inner
{
    background-position: left -11px;
    margin: 0px 0px 0px -1px;
}

.tip_left_top #tiptip_arrow,
.tip_left_bottom #tiptip_arrow,
.tip_right_top #tiptip_arrow,
.tip_right_bottom #tiptip_arrow
{
    display: none;
}

.note {
  background: #fff;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  width: 400px;
  -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.75), 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.75), 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.75), 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
  box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.75), 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .oldie .note {
    border: 1px solid #d7d7d7; }
  .note .page__link {
    color: #fff; }

.partial_note {
  margin: 40px auto; }

.note_text {
  padding: 10px 15px 15px 15px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }

.note_title {
  font-size: 19px;
  line-height: 21px;
  margin: 0; }

.note_desc {
  margin: 0; }

.note_par {
  margin: 10px 0 0 0; }

.note_controls {
  padding: 12px 15px 15px; }
  .note_controls .page__button,
  .note_controls .page__sub-button {
    margin: 0 0 0 10px;
    min-width: 70px; }
    .note_controls .page__button:first-child,
    .note_controls .page__sub-button:first-child {
      margin: 0; }

.error_note .note_text {
  background: #cc0000; }

.warning_note .note_text {
  background: #ff6b00; }
.warning_note .note_link {
  color: #fff; }

.info_note .note_text {
  background: #76cb03; }

/*
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #b0b0b0;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4); }

.ui-widget-content a {
  color: #362b36; }

.ui-widget-header {
  color: #000;
  background: #f8f8f8;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(white) to(#dddddd));
  background: -webkit-linear-gradient(white, #dddddd);
  background: -moz-linear-gradient(white, #dddddd);
  background: -ms-linear-gradient(white, #dddddd);
  background: -o-linear-gradient(white, #dddddd);
  background: linear-gradient(white, #dddddd); }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid transparent;
  color: ;
  padding: 4px 5px; }

.ui-datepicker-week-end {
  background: #f5f5f5; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #27983a;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #8dd4f2;
  border: #8dd4f2; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #27983a;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #ff6b00;
  background: #ff6b00;
  color: #ffffff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #005193; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #cd0a0a;
  color: #ffffff; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled .ui-state-default,
.ui-widget-content .ui-state-disabled .ui-state-default,
.ui-widget-header .ui-state-disabled .ui-state-default {
  color: #aba79d; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  background: #eeeeee;
  opacity: .80;
  filter: Alpha(Opacity=80); }

.ui-widget-shadow {
  margin: -7px 0 0 -7px;
  padding: 7px;
  background: #000000;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

/*
* jQuery UI Datepicker 1.8.23
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Datepicker#theming
*/
.ui-datepicker {
  width: 17em;
  padding: 0;
  display: none;
  font-size: 17px;
  font-weight: normal;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 5px 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  top: 2px;
  width: 25px;
  height: 25px; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: transparent;
  border: none 0; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  background: url(../../../Images/default-skin/site__icons.png) no-repeat left -9px;
  display: block;
  height: 9px;
  left: 50%;
  margin: -5px 0 0 0;
  position: absolute;
  top: 50%;
  width: 8px; }

.ui-datepicker-next .ui-icon {
  background-position: -15px -9px; }

.ui-datepicker-header .ui-state-disabled {
  display: none; }

.ui-datepicker .ui-datepicker-title {
  font: normal 15px/17px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0 2.3em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker .ui-datepicker-year {
  margin: 0 0 0 5px; }

.ui-datepicker table {
  border: 0px none;
  border-collapse: collapse;
  width: 100%; }
  .ui-datepicker table td {
    padding: 1px; }

.ui-datepicker th {
  color: #4e4e4e;
  font-weight: normal;
  padding: 5px;
  text-align: center; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker .ui-state-default {
  font-weight: normal; }

.ui-datepicker-trigger,
.ui-time-picker-trigger {
  background-color: #bababa;
  background-image: url(../../../Images/common-skin/site-icons.png), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: url(../../../Images/common-skin/site-icons.png), -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: url(../../../Images/common-skin/site-icons.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.25)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: url(../../../Images/common-skin/site-icons.png), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: url(../../../Images/common-skin/site-icons.png), -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: url(../../../Images/common-skin/site-icons.png), -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: url(../../../Images/common-skin/site-icons.png), linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-position: -38px 4px, center center;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  height: 23px;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 29px;
  z-index: 4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8); }
  .oldie .ui-datepicker-trigger, .oldie
  .ui-time-picker-trigger {
    background-image: url(../../../Images/common-skin/site-icons.png);
    background-position: -38px 3px; }
  .ltie8 .ui-datepicker-trigger, .ltie8
  .ui-time-picker-trigger {
    margin: 0 -15px 0 0;
    right: 6%; }

.ui-datepicker-trigger_state_error {
  background-color: #cc0000; }

.ui-datepicker-trigger-state-disabled {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  zoom: 1; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 100%; }

.ui-datepicker-multi-2 .ui-datepicker-group,
.ui-datepicker-multi-3 .ui-datepicker-group,
.ui-datepicker-multi-4 .ui-datepicker-group,
.ui-datepicker-multi-5 .ui-datepicker-group {
  width: 13.5em; }
  .ie7 .ui-datepicker-multi-2 .ui-datepicker-group, .ie7
  .ui-datepicker-multi-3 .ui-datepicker-group, .ie7
  .ui-datepicker-multi-4 .ui-datepicker-group, .ie7
  .ui-datepicker-multi-5 .ui-datepicker-group {
    width: 13.4999em; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/* applied to original <select> to hide */
.has_sb {
  position: absolute;
  left: -999999em;
  text-indent: -999999em; }

/* always visible styles */
.selectbox {
  color: #444;
  font: 17px/30px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle; }
  .selectbox.disabled {
    color: #888; }
  .selectbox.input-validation-error {
    background: transparent;
    border: none; }
  .selectbox .display {
    background: #eaeaea;
    border: 1px solid #878787;
    height: 30px;
    outline: none;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .selectbox .display .text {
      overflow: hidden; }
  .selectbox .text {
    margin: 0 25px 0 8px;
    white-space: nowrap; }
  .selectbox .arrow_btn {
    border: 4px solid transparent;
    border-top-color: #757575;
    height: 0;
    margin: -1px 0 0 0;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 0; }
    .focused .selectbox .arrow_btn, .open .selectbox .arrow_btn {
      border-top-color: #666; }
    .hover .selectbox .arrow_btn {
      border-top-color: #b2b2b2; }
  .selectbox .value {
    display: none; }

.input-validation-error .display {
  background: #ffd9d9;
  border-color: #d80202; }

/* dropdown styles */
.selectbox.items {
  background: #fff;
  border: 1px solid #b0b0b0;
  display: block;
  list-style-type: none;
  margin: -32px 0 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  z-index: 99999;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .selectbox.items.above {
    margin: 0 0 -32px 0; }
  .selectbox.items li {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0; }
  .selectbox.items .item {
    line-height: 20px;
    padding: 5px 8px; }
  .selectbox.items .hover .item {
    background-color: #70c9ef;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.4);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.25)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%); }
  .selectbox.items .selected .item {
    background: #dfdfdf;
    @icnlude box-shadow(none); }
  .selectbox.items .text {
    margin: 0; }

/* optgroup styles */
.selectbox.items .optgroup .items {
  border: none;
  margin: 0;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.selectbox.items .optgroup > .label {
  cursor: default;
  font-weight: bold;
  line-height: 1em; }

.selectbox.items .optgroup .items li > .item {
  padding-left: 1em; }

/* fixed width example styles */
.selectbox .display.fixed_width {
  width: 73px;
  padding: 0 24px 0 3px; }

.selectbox.fixed_width.items {
  width: 100px;
  /* width of display text plus the padding (60 + 27) = 87 */ }

.selectbox .display.fixed_width2 {
  width: 60px;
  padding: 0 24px 0 3px; }

.selectbox.fixed_width2.items {
  width: 300px;
  /* width of display text plus the padding (60 + 27) = 87 */ }

@charset "IBM866";
.wg-scheme-example {
  background: #f1f0f2;
  border: 2px dashed #777;
  color: #777;
  font: bold 25px/30px Arial,"Helvetica CY","Nimbus Sans L",sans-serif;
  padding: 20px;
  text-align: center; }

html,
body {
  height: 100%;
  margin: 0; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: #fff;
  color: #313131;
  font-size: 12px;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }

img {
  border: none;
  -ms-interpolation-mode: bicubic; }

*::-moz-selection {
  background: none repeat scroll 0 0 #3399FF;
  color: #FFFFFF;
  text-shadow: none; }

.eg-clearfix:before, .eg-clearfix:after {
  content: "";
  display: table; }

.eg-clearfix:after {
  clear: both; }

.eg-clearfix {
  zoom: 1; }

.wg-hidden,
.eg-hidden {
  display: none; }

.eg-nowrap {
  white-space: nowrap; }

.bold {
  font-weight: bold; }

.checkAndRadio {
  margin: 0;
  padding: 0; }

.ltie8 .checkAndRadio {
  width: 12px;
  height: 13px; }

.price_field {
  white-space: nowrap; }

.attention {
  color: red;
  font-weight: bold;
  margin: 0; }

.underlined {
  text-decoration: underline; }

.inline-block, .inputformv1-wrapper, .eg-ti-wrapper, .eg-info-icon, .btn-group, .payment-methods__item, .car-price__rate, .car-price__discounts, .car-type__price__no-val, .rgd-car_view_params .col, .rgd-car__direction-text,
.rgd-car__direction-arrow, .rgd-car__req-params .tickets-num__label, .pass-docs__item, .payment-type-docs__label,
.payment-type-docs__icon,
.payment-type-docs__icons,
.payment-type-docs__links,
.eg-inline-block,
.eg-popup__close:before,
.eg-checkbox,
.eg-hint-icon,
.eg-radio-group {
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top; }

.glossy-gradient, .eg-hint-icon:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%); }

.glossy-gradient_opacity_half, .eg-hint-icon, .eg-dropdown__item:hover, .ui-autocomplete .ui-menu-item .ui-state-hover, .table-header, .confirm-params .table-header__item {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.25)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%); }

.wg-b2c,
.eg-page,
.eg-page__block {
  line-height: normal;
  margin: 0 auto;
  max-width: 960px;
  min-width: 680px; }

.eg-page,
.eg-page__block {
  padding: 30px 0; }

.eg-page__first-el {
  margin-top: 40px; }

.page__form,
.eg-form {
  margin: 0;
  padding: 0; }

.eg-icon {
  vertical-align: middle; }

.page__link {
  color: #70c9ef;
  cursor: pointer;
  text-decoration: underline; }
  .page__link:visited {
    color: #70c9ef; }
  .page__link:hover {
    color: #ff6b00; }

.page__ajax-link,
.page__ajax-weighty-link {
  border-bottom: 1px dashed #70c9ef;
  cursor: pointer;
  color: #70c9ef;
  display: inline-block;
  text-decoration: none; }
  .page__ajax-link:visited,
  .page__ajax-weighty-link:visited {
    color: #70c9ef; }
  .page__ajax-link:hover,
  .page__ajax-weighty-link:hover {
    color: #ff6b00;
    border-bottom: 1px dashed #ff6b00; }
  .ltie8 .page__ajax-link, .ltie8
  .page__ajax-weighty-link {
    zoom: 1; }

.page__ajax-weighty-link,
.page__weighty-link {
  color: #005193;
  cursor: pointer;
  text-decoration: underline; }
  .page__ajax-weighty-link:visited,
  .page__weighty-link:visited {
    color: #005193; }
  .page__ajax-weighty-link:hover,
  .page__weighty-link:hover {
    color: #ff6b00; }

.page__ajax-weighty-link {
  border-bottom: 1px dashed #005193;
  text-decoration: none; }
  .page__ajax-weighty-link:hover {
    border-bottom: 1px dashed #ff6b00; }

.page__title-block {
  overflow: hidden;
  padding: 0 0 8px 0; }

.page__title {
  border-bottom: 3px solid #0084c1;
  color: #0084c1;
  font: bold 18px/20px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0;
  padding: 0 0 7px 0; }

.page__title-block_type_main-page .page__title {
  float: left; }

.page-title-block__link {
  float: right;
  margin: 3px 0 0 0; }

.page__warning {
  background: #fef479;
  color: #000;
  font-size: 15px;
  padding: 15px 15px 15px 45px;
  position: relative; }
  .page__warning:before {
    background: url(../../../Images/common-skin/site-icons.png) no-repeat -50px -155px;
    content: "";
    height: 16px;
    left: 15px;
    position: absolute;
    top: 17px;
    width: 16px; }

.inputformv1-wrapper {
  position: relative; }

.inputformv1 {
  background-color: #fff;
  border: none;
  color: #444;
  font: normal 17px/32px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  height: 32px;
  outline: none;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5); }
  .oldie .inputformv1 {
    border: 1px solid #cacaca; }
  .inputformv1:focus {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 5px #70c9ef;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 5px #70c9ef;
    -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 5px #70c9ef;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 5px #70c9ef; }
  .oldie .inputformv1:focus {
    border: 1px solid #70c9ef; }
  .inputformv1.placeholder {
    color: #bababa; }
  .inputformv1::-webkit-input-placeholder {
    color: #bababa; }
  .inputformv1:-moz-placeholder {
    color: #bababa; }
  .inputformv1::-moz-placeholder {
    color: #bababa; }
  .inputformv1:-ms-input-placeholder {
    color: #bababa; }
  .inputformv1.input-validation-error, .inputformv1.input-validation-error:focus {
    color: #cc0000;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 1px #cc0000, 0 0 5px #cc0000;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 1px #cc0000, 0 0 5px #cc0000;
    -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 1px #cc0000, 0 0 5px #cc0000;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 1px #cc0000, 0 0 5px #cc0000; }
    .oldie .inputformv1.input-validation-error, .oldie .inputformv1.input-validation-error:focus {
      border: 1px solid #cc0000; }
  .inputformv1.ui-autocomplete-loading {
    background-position: 96% center; }

.inputformv1_has_autocomplete {
  position: relative;
  z-index: 3; }

.inputformv1_pseudo_not-buttons {
  -moz-appearance: textfield; }
  .inputformv1_pseudo_not-buttons::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .inputformv1_pseudo_not-buttons::-webkit-outer-spin-button {
    -webkit-appearance: none; }

.inputformv1[disabled],
.inputformv1.disabled,
.page__textarea[disabled],
.page__textarea.disabled {
  background: transparent;
  color: #888;
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); }

.inputformv1_case_upper {
  text-transform: uppercase; }

.eg-ti-wrapper {
  position: relative; }

.page__select {
  outline: none; }

.validation-error .hjsel_select,
.validation-error input[type=text] {
  background: #ffd9d9;
  border-color: #d80202; }

.validation-summary-errors {
  font-weight: bold;
  color: #d80202; }

.validation-summary-valid {
  display: none; }

.eg-bg1 {
  color: #888;
  background-color: #d7d7d7; }

.eg-bg2 {
  background-color: #005193;
  color: #70c9ef; }
  .eg-bg2 .eg-weighty {
    color: #fff; }
  .eg-bg2 .eg-link_type_weighty,
  .eg-bg2 .eg-ajax-link_type_weighty {
    color: #fff; }
    .eg-bg2 .eg-link_type_weighty:hover,
    .eg-bg2 .eg-ajax-link_type_weighty:hover {
      color: #ff6b00; }
  .eg-bg2 .eg-ajax-link_type_weighty {
    border-bottom: 1px dashed #fff; }
    .eg-bg2 .eg-ajax-link_type_weighty:hover {
      border-bottom: 1px dashed #ff6b00; }

.eg-bg3 {
  background-color: #70c9ef;
  color: #fff; }

.eg-bg4 {
  background-color: #ff6b00; }

.eg-bg5 {
  background-color: #cc0000; }

.eg-attract-panel {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%); }

.eg-requied-label:after {
  color: #cc0000;
  content: "*";
  vertical-align: text-top; }

.error {
  color: #cc0000; }

.error_tooltip p {
  margin: 0px; }

.fpk-diskount-icon,
.car-fpk-diskount-icon {
  background: url(../../../Images/common-skin/rgd-icons.png) no-repeat -43px -48px;
  color: #fff;
  display: block;
  float: right;
  font: 11px/13px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  height: 13px;
  padding: 0 0 0 7px;
  text-align: center;
  width: 27px; }

.car-fpk-diskount-icon {
  background: url(../../../Images/common-skin/rgd-icons.png) no-repeat -43px -48px;
  color: #fff;
  display: inline-block;
  font: 11px/13px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  height: 13px;
  padding: 0 0 0 7px;
  width: 27px;
  vertical-align: middle;
  margin-top: -2px; }

.cash-icon {
  background: url(../../../Images/default-skin/site__icons.png) no-repeat -50px -70px;
  height: 22px;
  margin: 0 2px 0 0;
  width: 22px;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle; }

.eg-disabled,
.label_state_disabled {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  zoom: 1; }

.eg-clickable,
.eg-label {
  cursor: pointer; }

.eg-ti-wrapper {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top; }
  .eg-ti-wrapper .eg-hint-icon {
    top: 3px;
    position: absolute;
    right: 4px; }
    .oldie .eg-ti-wrapper .eg-hint-icon {
      top: 4px; }

.eg-info-icon {
  background: #009dee;
  color: #fff;
  height: 13px;
  font: bold normal 11px/13px Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
  text-align: center;
  width: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.ufs-header {
  margin: 0 0 15px 0;
  text-align: right; }

.ufs-header__phone {
  font-size: 14px;
  font-weight: bold; }

.eg-popup {
  background: #fff;
  border: 2px solid #005193;
  display: none;
  margin: 0 0 0 -2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .eg-popup .b-popup__buttons {
    padding: 20px; }
  .eg-popup .eg-par {
    margin: 15px 0; }
  .eg-popup .eg-popup__h2 {
    font-weight: normal;
    margin: 0 0 20px 0;
    font-size: 21px;
    line-height: 23px; }

.eg-popup__close {
  color: #fff;
  cursor: pointer;
  font: 15px/17px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  position: absolute;
  right: 0;
  top: -30px;
  white-space: nowrap; }
  .eg-popup__close:before {
    background: url(../../../Images/common-skin/site-icons.png) no-repeat left -127px;
    content: "";
    height: 21px;
    margin: 0 3px 0 0;
    width: 21px; }

.eg-popup__header {
  border-bottom: 2px solid #002055;
  color: #002055;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 20px;
  margin: 0; }

.eg-popup__content {
  padding: 0 20px; }

.eg-popup__content_height_fixed {
  max-height: 500px;
  margin-right: 10px;
  overflow-x: hidden;
  overflow-y: auto; }

.eg-popup__content_type_general {
  font-size: 15px;
  line-height: 18px;
  padding: 20px; }
  .eg-popup__content_type_general .eg-popup__buttons {
    width: 100%;
    margin-left: -20px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }

.popup-overlay {
  cursor: pointer; }

.eg-popup__content_type_translit-rules {
  width: 600px; }

.eg-popup__content_type_insur-warning {
  width: 400px; }

.eg-popup__attent {
  color: #cc0000;
  font-weight: bold; }

.eg-popup__note {
  color: #888;
  font-size: 11px;
  line-height: 15px;
  margin: 15px 0 25px; }

.eg-popup__list-header {
  margin-bottom: 0; }

.b-popup__but,
.b-popup__but_type_sub {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.b-popup__but,
.b-popup__but_type_sub {
  color: #fff;
  cursor: pointer;
  font: bold 15px/30px Arial,Helvetica,sans-serif;
  height: 30px;
  padding: 0 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 0px #287ba6;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px #555555;
  -moz-box-shadow: 0px 1px 2px #555555;
  -o-box-shadow: 0px 1px 2px #555555;
  box-shadow: 0px 1px 2px #555555; }

.b-popup__but:visited,
.b-popup__but_type_sub:visited,
.b-popup__but:focus,
.b-popup__but_type_sub:focus {
  color: #fff; }

.ie .b-popup__but,
.ie .b-popup__but_type_sub {
  box-shadow: 0px 1px 3px #555; }

.ltie8 input.b-popup__but,
.ltie8 input.b-popup__but_type_sub {
  height: 32px;
  line-height: 28px; }

.b-popup__but:hover,
.b-popup__but_type_sub:hover {
  color: #fff; }

.b-popup__but {
  background: #31b1f0;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#44bdfc) to(#1ca4e3));
  background: -webkit-linear-gradient(#44bdfc, #1ca4e3);
  background: -moz-linear-gradient(#44bdfc, #1ca4e3);
  background: -ms-linear-gradient(#44bdfc, #1ca4e3);
  background: -o-linear-gradient(#44bdfc, #1ca4e3);
  background: linear-gradient(#44bdfc, #1ca4e3);
  border: 1px solid #119fe1;
  border-bottom: 0px none; }

.lteie9 .b-popup__but {
  background: url(../../../Images/b-popup__but.gif) repeat-x left top #60a4e1; }

.oldie .b-popup__but {
  border: 1px solid #119fe1; }

.b-popup__but:hover {
  background: #0093dc;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#009ff2) to(#0086c4));
  background: -webkit-linear-gradient(#009ff2, #0086c4);
  background: -moz-linear-gradient(#009ff2, #0086c4);
  background: -ms-linear-gradient(#009ff2, #0086c4);
  background: -o-linear-gradient(#009ff2, #0086c4);
  background: linear-gradient(#009ff2, #0086c4);
  border: 1px solid #008bcc;
  border-bottom: 0px none; }

.lteie9 .b-popup__but:hover {
  background: url(../../../Images/b-popup__but_hover.gif) repeat-x left top #4b86c1; }

.oldie .b-popup__but:hover {
  border: 1px solid #008bcc; }

.b-popup__but_type_sub {
  background: #808794;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#c0c5ce) to(#697180));
  background: -webkit-linear-gradient(#c0c5ce, #697180);
  background: -moz-linear-gradient(#c0c5ce, #697180);
  background: -ms-linear-gradient(#c0c5ce, #697180);
  background: -o-linear-gradient(#c0c5ce, #697180);
  background: linear-gradient(#c0c5ce, #697180);
  border: 1px solid #a0a7b1;
  border-bottom: 0px none;
  text-shadow: -1px -1px 0px #5d6169; }

.lteie9 .b-popup__but_type_sub {
  background: url(../../../Images/b-popup__but_type_sub.gif) repeat-x left top #697180; }

.oldie .b-popup__but_type_sub {
  border: 1px solid #a0a7b1; }

.b-popup__but_type_sub:hover {
  background: #656a75;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#a3a8af) to(#545a66));
  background: -webkit-linear-gradient(#a3a8af, #545a66);
  background: -moz-linear-gradient(#a3a8af, #545a66);
  background: -ms-linear-gradient(#a3a8af, #545a66);
  background: -o-linear-gradient(#a3a8af, #545a66);
  background: linear-gradient(#a3a8af, #545a66);
  border: 1px solid #a0a7b1;
  border-bottom: 0px none; }

.lteie9 .b-popup__but_type_sub:hover {
  background: url(../../../Images/b-popup__but_type_sub_hover.gif) repeat-x left top #545a66; }

.oldie .b-popup__but_type_sub:hover {
  border: 1px solid #a0a7b1; }

.b-popup__but::-moz-focus-inner,
.b-popup__but_type_sub::-moz-focus-inner {
  border: 0;
  padding: 0; }

.b-popup__buttons {
  padding: 20px 20px 15px 20px;
  position: relative;
  text-align: center; }

.b-popup__buttons .b-popup__but,
.b-popup__buttons .b-popup__but_type_sub {
  margin: 0 0 0 45px; }

.b-popup__buttons .b-popup__but:first-child,
.b-popup__buttons .b-popup__but_type_sub:first-child {
  margin: 0; }

.page__button,
.page__sub-button {
  font: normal 17px/36px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  height: 38px;
  overflow: visible;
  padding: 0 10px;
  position: relative;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.25)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  border: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  text-decoration: none; }
  .page__button::-moz-focus-inner,
  .page__sub-button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .oldie .page__button, .oldie
  .page__sub-button {
    border: 1px solid #BDBDBD; }
  .page__button .loadingElement,
  .page__sub-button .loadingElement {
    display: none;
    margin: -8px 0 0 0;
    position: absolute;
    right: 5px;
    top: 50%; }
  .page__button .eg-checkbox,
  .page__sub-button .eg-checkbox {
    margin: 0 5px 0 0;
    vertical-align: baseline; }
    .ltie8 .page__button .eg-checkbox, .ltie8
    .page__sub-button .eg-checkbox {
      vertical-align: middle; }

.page__button:active,
.page__sub-button:active,
.page__button_state_active,
.page__sub-button_state_active {
  -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(0, 0, 0, 0.5); }

.page__button {
  background-color: #ff6b00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); }
  .page__button:hover {
    background-color: #ff8933; }
  .page__button:active {
    background-color: #e56000; }

.page__sub-button {
  background-color: #d7d7d7;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  .page__sub-button:hover {
    background-color: #c9c9c9; }
  .page__sub-button:active {
    background-color: #a8a8a8; }

.eg-bg2.page__sub-button {
  background-color: #70c9ef; }
  .eg-bg2.page__sub-button:hover {
    background-color: #8dd4f2; }
  .eg-bg2.page__sub-button:active {
    background-color: #65b5d7; }

.page__sub-button_state_active {
  background-color: #a8a8a8; }

.buttons_area {
  position: relative;
  text-align: center; }
  .buttons_area .page__button,
  .buttons_area .page__sub-button {
    margin: 0 0 0 13px; }
    .buttons_area .page__button:first-child,
    .buttons_area .page__sub-button:first-child {
      margin: 0; }

.buttons_area_type_buy-rezult {
  padding: 0 0 40px 0; }

.page__button_icon_right-arrow,
.page__button_icon_left-arrow {
  padding: 0 13px 0 37px; }
  .page__button_icon_right-arrow:before,
  .page__button_icon_right-arrow .before,
  .page__button_icon_left-arrow:before,
  .page__button_icon_left-arrow .before {
    background: url(../../../Images/common-skin/rgd-icons.png) no-repeat -34px top;
    display: block;
    content: "";
    height: 12px;
    margin: -6px 0 0 0;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 16px; }

.page__button_icon_right-arrow {
  padding: 0 37px 0 13px; }
  .page__button_icon_right-arrow:before,
  .page__button_icon_right-arrow .before {
    background-position: -34px -16px;
    left: auto;
    right: 10px; }

.print-button {
  padding: 0 13px 0 50px; }
  .print-button:before,
  .print-button .before {
    background-position: -23px -108px;
    height: 24px;
    left: 12px;
    margin: -12px 0 0 0;
    width: 24px; }

.get_train_but,
.eg-cabinet-login__submit {
  float: right;
  font-size: 21px;
  padding: 0 50px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), 0 -1px 0 rgba(0, 0, 0, 0.7) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), 0 -1px 0 rgba(0, 0, 0, 0.7) inset;
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), 0 -1px 0 rgba(0, 0, 0, 0.7) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), 0 -1px 0 rgba(0, 0, 0, 0.7) inset; }

.eg-cabinet-login__submit {
  padding: 0 40px; }

.page__button_type_loading:before,
.page__button_type_loading .before {
  background: url(../../../Images/common-skin/loader.gif) no-repeat;
  display: block;
  content: "";
  height: 20px;
  margin: -10px 0 0 0;
  position: absolute;
  right: 13px;
  top: 50%;
  width: 20px; }

.note .page__button,
.note .page__sub-button {
  height: 37px;
  line-height: 36px; }

.col {
  float: left; }

.col_pos_left {
  float: left; }

.col_pos_right {
  float: right; }

.col_width_full {
  width: 100%; }

.nav {
  overflow: hidden; }

.nav,
.nav-item {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-item {
  float: left; }

.btn-group__btn {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.25)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  border: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  text-decoration: none;
  background-color: #d7d7d7;
  color: #444;
  display: block;
  font: bold 15px/30px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  height: 30px;
  padding: 0 15px;
  text-shadow: 0 1px 0 #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .oldie .btn-group__btn {
    border: 1px solid #878787; }
  .btn-group__btn:hover {
    background-color: #c9c9c9; }

.btn-group {
  overflow: visible;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .btn-group.ctrl-validation-error {
    overflow: hidden;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) inset, 0 0 1px #cc0000, 0 0 5px #cc0000;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) inset, 0 0 1px #cc0000, 0 0 5px #cc0000;
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) inset, 0 0 1px #cc0000, 0 0 5px #cc0000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) inset, 0 0 1px #cc0000, 0 0 5px #cc0000; }
    .oldie .btn-group.ctrl-validation-error {
      border: 1px solid #cc0000; }
  .btn-group .nav-item:first-child .btn-group__btn {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; }
  .btn-group .nav-item_pos_last .btn-group__btn {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }
  .btn-group .nav-item_pos_last:first-child .btn-group__btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .btn-group .btn_state_active {
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75); }

.btn-group__btn_state_active,
.btn-group__btn_state_active:hover {
  background: #70c9ef;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75); }

.btn-group__control-cont {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0; }

.btn-group__control {
  position: absolute;
  left: -10000px; }

.base-table {
  border: 0 none;
  border-collapse: collapse;
  margin: 0 0 10px 0;
  width: 100%; }

.base-table__th,
.base-table__td {
  padding: 8px 20px;
  vertical-align: top; }

.base-table__th {
  background: #a0a0a0;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: left; }

.base-table__td {
  border-top: 1px solid #b2b2b2;
  color: #444;
  font-size: 13px; }

.base-table_type_docs-examples .base-table__td {
  border-top: none;
  border-bottom: 1px solid #B2B2B2; }

@keyframes rotate {
  from {
    transform: rotate(0); }

  to {
    transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0); }

  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0); }

  to {
    -webkit-transform: rotate(360deg); } }
.preloader {
  left: -10000px;
  position: fixed; }

.preload_img,
.preload_text {
  left: 0;
  position: absolute;
  top: 0; }

.preload_text {
  color: #fff;
  font: bold 12px/15px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  left: 0;
  padding: 0 100px;
  position: absolute;
  text-align: center; }

.preload_img {
  text-align: left; }

.preload_mask {
  background: #005687;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%; }

.preloader_act_page {
  height: 458px;
  width: 458px; }

.eg-date-rewind {
  margin: 0 20px;
  position: absolute;
  right: -220px; }

.eg-date-rewind__current {
  background: #ECEFEE;
  padding: 0 3px;
  margin: 0 11px; }

.eg-date-rewind__current-day {
  color: #70c9ef;
  font-weight: bold; }

.eg-date-rewind__perview,
.eg-date-rewind__next {
  position: relative; }

.eg-date-rewind__perview:before,
.eg-date-rewind__next:after {
  background: url(../../../Images/common-skin/rgd-icons.png) no-repeat;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 15%;
  width: 6px; }
  .eg-date-rewind__perview:before:hover,
  .eg-date-rewind__next:after:hover {
    background: url(../../../Images/common-skin/rgd-icons.png) no-repeat; }

.eg-date-rewind__perview:before {
  left: -10px;
  background-position: 0 -232px; }

.eg-date-rewind__perview:hover:before {
  background-position: 0 -245px; }

.eg-date-rewind__next:after {
  right: -10px;
  background-position: -11px -232px; }

.eg-date-rewind__next:hover:after {
  background-position: -11px -245px; }

.eg-date-rewind__extreme {
  color: #bbbbbb; }

.field-validation-error {
  background: #cc0000;
  color: #fff;
  display: block;
  font-size: 12px;
  position: absolute;
  left: -10000px;
  padding: 5px 10px;
  z-index: 10;
  zoom: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .field-validation-error:before {
    border: 9px solid transparent;
    border-top-color: #cc0000;
    content: "";
    display: block;
    height: 0;
    left: 35px;
    position: absolute;
    top: 100%;
    width: 0; }

.field-validation-error_owner_datepicker {
  margin: 0 0 0 6px; }
  .field-validation-error_owner_datepicker:before {
    left: auto;
    right: 16px; }

.eg-nav {
  overflow: hidden; }

.eg-nav,
.eg-nav-item {
  list-style: none;
  margin: 0;
  padding: 0; }

.eg-nav-item {
  float: left; }

.eg-main-menu-cont {
  position: relative; }

.eg-main-menu {
  position: absolute;
  right: 0;
  top: 10px; }
  .eg-main-menu .eg-nav-item {
    margin: 0 0 0 20px; }

.eg-info-panel {
  background: #fff;
  color: #888;
  padding: 10px 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBlMGUwZSIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(14, 14, 14, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(14, 14, 14, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(14, 14, 14, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(14, 14, 14, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(14, 14, 14, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(14, 14, 14, 0.1) 100%); }

.eg-info-panel__table {
  border-collapse: collapse;
  width: 100%; }
  .eg-cabinet_type_rgd .eg-info-panel__table {
    color: #000; }

.eg-info-panel__th {
  font-weight: normal;
  text-align: left; }

.eg-info-panel__col,
.eg-info-panel__th {
  border-left: 1px solid #dbdbdb;
  padding: 5px 10px;
  vertical-align: top; }
  .eg-info-panel__col:first-child,
  .eg-info-panel__th:first-child {
    padding-left: 20px;
    border-left: none; }
  .eg-info-panel__col:last-child,
  .eg-info-panel__th:last-child {
    padding-right: 20px; }

.eg-info-panel__col_type_sep {
  padding: 10px 0; }
  .eg-info-panel__col_type_sep .eg-hr {
    border-top: 2px dotted #c5c5c5;
    overflow: hidden; }

.eg-checkbox {
  background: url(../../../Images/common-skin/site-icons.png) -18px -77px;
  cursor: pointer;
  height: 12px;
  overflow: hidden;
  width: 12px; }
  .eg-checkbox input {
    margin-left: -10000px; }
  .eg-checkbox.flag_state_checked {
    background-position: left -77px; }
  .eg-checkbox.flag_state_disabled {
    cursor: default;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    zoom: 1; }

.eg-two-cols-form .eg-col {
  text-align: left;
  width: 49%;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle; }
.eg-two-cols-form .eg-label {
  margin: 0 10px 0 0;
  text-align: right; }

.eg-hint-icon {
  background-color: #ececec;
  color: #888;
  cursor: pointer;
  font: normal 15px/25px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  height: 25px;
  text-align: center;
  width: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  vertical-align: middle; }
  .oldie .eg-hint-icon {
    border: 1px solid #cacaca; }
  .eg-hint-icon:hover {
    color: #666; }

.eg-alfa-list {
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 35px; }

.eg-alfa-list__item {
  margin: 5px 0;
  padding: 0; }

.eg-dropdown,
.eg-dropdown__item {
  list-style-type: none; }

.eg-dropdown {
  background: #fff;
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 17px;
  margin: 10px 0 0 0;
  padding: 5px 0;
  position: relative;
  z-index: 99999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.6);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.6); }
  .oldie .eg-dropdown {
    border: 1px solid #b0b0b0; }
  .eg-dropdown:before,
  .eg-dropdown .eg-arrow {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    top: -20px;
    width: 0; }

.eg-dropdown_pos_top {
  margin: -20px 0 0 0; }
  .eg-dropdown_pos_top:before {
    border: 10px solid transparent;
    border-top-color: #fff;
    top: 100%; }

.eg-dropdown_arrow_left:before {
  left: 35px; }

.eg-dropdown__item {
  cursor: pointer;
  margin: 0;
  padding: 7px 10px; }
  .eg-dropdown__item:hover, .ui-autocomplete .ui-menu-item .ui-state-hover {
    background-color: #70c9ef;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.4); }

.eg-dropdown__link {
  color: #000;
  text-decoration: none; }

.eg-dropdown__close {
  background: url(../../../Images/common-skin/site-icons.png) -52px -288px no-repeat;
  cursor: pointer;
  right: 20px;
  position: absolute;
  top: 20px;
  width: 15px;
  height: 15px; }

.eg-radio-group {
  border: 1px solid #023d6d;
  border-bottom: 1px solid #3374a9;
  margin: 0 0 10px 0;
  padding: 1px 1px 2px 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset; }
  .oldie .eg-radio-group {
    padding: 1px; }

.eg-radio-group__btn {
  cursor: pointer;
  display: block;
  padding: 3px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.eg-radio-group__btn_state_active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8); }

.eg-radio-group__btn_state_disabled,
.eg-radio-group__btn_state_disabled:hover {
  cursor: default;
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  *zoom: 1; }

.eg-stepper {
  padding: 0 30px;
  position: relative;
  width: 40px;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle; }

.eg-stepper-input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.eg-stepper-arrow {
  color: #1ba4e3;
  cursor: pointer;
  font: bold 14px/32px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 1; }
  .eg-stepper-arrow.up {
    line-height: 34px;
    right: 0; }
  .eg-stepper-arrow.down {
    left: 0; }

.eg-disabled-arrow {
  color: #000;
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); }

.eg-stepper-input {
  text-align: center;
  -moz-appearance: textfield; }
  .eg-stepper-input::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .eg-stepper-input::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .eg-stepper-input[readonly] {
    border: 1px solid #bdbdbd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .eg-stepper_null .eg-stepper-input {
    color: #7f7f7f !important; }

.eg-stepper-overlay {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.ui-time-picker {
  color: #888;
  display: none;
  font-size: 13px;
  padding: 0;
  position: absolute;
  width: 230px; }
  .ui-time-picker:before {
    display: none; }

.ui-time-picker__type {
  background-color: #cecece;
  border: none;
  display: block;
  font-size: 13px;
  margin: 10px 10px 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(255, 255, 255, 0.2);
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(255, 255, 255, 0.2); }
  .ui-time-picker__type .eg-radio-group__btn {
    color: #666;
    margin: 0 1px;
    padding: 2px 10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
    .ui-time-picker__type .eg-radio-group__btn:hover {
      background-color: #d7d7d7; }
  .ui-time-picker__type .eg-radio-group__btn_state_active,
  .ui-time-picker__type .eg-radio-group__btn_state_active:hover {
    background-color: #e2e2e2;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%); }
  .ui-time-picker__type .eg-nav-item {
    width: 50%; }

.ui-time-picker__range {
  margin: 10px;
  text-align: center; }
  .ui-time-picker__range .eg-label,
  .ui-time-picker__range .eg-inline-block,
  .ui-time-picker__range .eg-popup__close:before,
  .ui-time-picker__range .eg-checkbox,
  .ui-time-picker__range .eg-hint-icon,
  .ui-time-picker__range .eg-radio-group {
    vertical-align: middle; }

.ui-time-picker__footer {
  font: 11px/13px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  padding: 5px 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  background: #dedede;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee) to(#cdcdcd));
  background: -webkit-linear-gradient(#eeeeee, #cdcdcd);
  background: -moz-linear-gradient(#eeeeee, #cdcdcd);
  background: -ms-linear-gradient(#eeeeee, #cdcdcd);
  background: -o-linear-gradient(#eeeeee, #cdcdcd);
  background: linear-gradient(#eeeeee, #cdcdcd);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }
  .ie9 .ui-time-picker__footer {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTc2NGEyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4NWM5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); }

.ui-time-picker__select.sb,
.ui-time-picker__select.items {
  width: 80px; }

.oldie .ui-time-picker__select.items {
  width: 78px; }

.ui-autocomplete-loading {
  background-image: url(../../../Images/indicator.gif);
  background-position: 75% center;
  background-repeat: no-repeat; }

.ui-autocomplete__list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.ui-autocomplete__list_type_charter {
  max-height: 160px;
  overflow: auto; }

.ui-autocomplete .ui-menu-item {
  cursor: pointer;
  margin: 0;
  list-style-type: none;
  padding: 0;
  position: relative; }
  .ui-autocomplete .ui-menu-item a {
    display: block;
    padding: 7px 10px; }
  .ui-autocomplete .ui-menu-item .ui-autocomplete__port-link {
    padding: 3px 23px; }

.ui-autocomplete__country,
.ui-autocomplete__code,
.ui-autocomplete__port {
  color: #888;
  cursor: pointer; }
  .ui-state-hover .ui-autocomplete__country, .ui-state-hover
  .ui-autocomplete__code, .ui-state-hover
  .ui-autocomplete__port {
    color: #fff; }

.ui-autocomplete__port {
  display: block;
  font-size: 11px; }

.ui-autocomplete__code {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 8px; }
  .ui-autocomplete__port-link .ui-autocomplete__code {
    top: 3px; }

.ui-autocomplete__text {
  display: block;
  overflow: hidden;
  padding: 0 30px 0 0;
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  o-text-overflow: ellipsis; }

.ui-autocomplete__msg {
  color: #888888;
  font-style: italic;
  margin: 0;
  padding: 7px 10px; }

.ui-autocomplete .ui-menu-item .ui-state-hover {
  background-color: #d7d7d7; }

.eg-insurance-prices {
  border-collapse: collapse;
  margin: 30px 0 15px 0;
  width: 100%; }

.eg-insurance-prices__th,
.eg-insurance-prices__col,
.eg-insurance-prices__col_type_summ {
  vertical-align: top; }

.eg-insurance-prices__col,
.eg-insurance-prices__col_type_summ,
.eg-insurance-prices__col_type_cost {
  border: 1px solid #e0e0e0;
  line-height: 15px;
  padding: 10px; }

.eg-insurance-prices__th {
  background: #e0e0e0;
  border: 1px solid #fff;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
  text-align: left; }
  .eg-insurance-prices__th:first-child {
    border-left: 1px solid #e0e0e0; }
  .eg-insurance-prices__th:last-child {
    border-right: 1px solid #e0e0e0; }

.eg-insurance-prices__comt {
  color: #444444;
  font-size: 13px;
  font-weight: normal; }

.eg-insurance-prices__col_type_summ {
  text-align: right; }

.eg-insurance-prices__col_type_cost {
  text-align: center; }

.eg-insurance-prices__col_type_adds {
  border-top: 0px none;
  padding: 0 20px 12px 20px; }

.eg-insurance-prices__col_type_has_adds {
  border-bottom: 0px none;
  padding: 12px 20px 5px 20px; }

.eg-insurance-prices__col_type_baggage-title {
  font-style: italic;
  text-align: right; }

.eg-insurance-rezults__title {
  color: #444;
  font: normal 25px/27px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 10px 0;
  text-align: center; }
  .eg-payment-rezults .eg-insurance-rezults__title {
    color: #fff;
    margin: 20px 0 10px 0; }

.eg-insurance-rezults {
  margin: 10px 0 20px 0;
  text-align: left; }
  .eg-insurance-rezults .eg-col {
    float: left; }
    .eg-insurance-rezults .eg-col:first-child {
      border-left: 0px none; }

.eg-insurance-rezults__header,
.eg-insurance-rezults__item {
  overflow: hidden;
  margin: 0 0 5px 0; }

.eg-insurance-rezults__header {
  background: #c1c1c1;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  color: #5e5e5e; }
  .eg-insurance-rezults__header .eg-col {
    border-left: 1px solid #e0e0e0;
    padding: 8px 15px 35px 15px;
    margin: 0 0 -28px 0; }

.eg-insurance-rezults__item {
  background: #f7f7f7;
  border: 1px solid #c2c2c2;
  color: #000; }
  .eg-insurance-rezults__item .eg-col {
    border-left: 1px solid #dcd9d9;
    margin: 0 0 -22px 0;
    padding: 13px 15px 35px 15px; }
  .eg-insurance-rezults__item .eg-status_type_success {
    color: #4b8222; }
  .eg-insurance-rezults__item .eg-status_type_error {
    color: #cc0000; }
  .eg-insurance-rezults__item .eg-insurance-rezults__summ {
    font-weight: bold; }

.eg-insurance-rezults__error-detail {
  color: #cc0000; }

.eg-insurance-rezults__error-detail_type_comment {
  padding: 0 10px;
  line-height: 38px; }

.eg-insurance-rezults__item_type_final {
  background: #e7e7e7;
  font-weight: bold; }

.eg-insurance-rezults__fio {
  width: 42%; }

.eg-insurance-rezults__summ {
  width: 25%; }

.eg-insurance-rezults__status {
  width: 19%; }

.eg-route__view-link {
  font-size: 15px;
  margin: 0 0 0 20px; }

.eg-route__view-link_state_active {
  display: none; }

.eg-route__info {
  margin: 0 0 10px; }
  .eg-route__info .base-table {
    margin: 0; }

.ds-loading {
  background: url("../../../Images/basic_loader.gif") no-repeat center center white;
  border: 1px solid #DAD8D8;
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 11111;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 2px #666666;
  -moz-box-shadow: 1px 1px 2px #666666;
  -o-box-shadow: 1px 1px 2px #666666;
  box-shadow: 1px 1px 2px #666666; }

.disable_layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10001;
  background: #fff;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); }

.payment-methods,
.payment-info {
  margin: 15px 0 0 0; }

.payment-methods__title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0; }

.payment-methods__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.payment-methods__item {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: middle; }

.payment-info__title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0; }

.ufs-footer {
  overflow: hidden;
  padding: 25px 0 15px 0;
  margin: auto;
  min-width: 680px;
  max-width: 960px; }

.ufs-footer__col {
  float: left;
  width: 49%; }

.ufs-footer__phone {
  font-size: 14px;
  font-weight: bold; }

.ufs-copy-rights {
  float: right;
  font-size: 11px;
  line-height: 12px;
  text-align: right; }

.ufs-copy-rights__logo {
  float: right;
  margin: 0 0 0 15px; }

.page-info {
  color: #005193;
  font-size: 15px;
  line-height: 17px;
  padding: 15px 0 30px 0; }

.page-info__title,
.page-info__par {
  margin: 0; }

.page-info__title {
  font-size: 15px;
  line-height: 17px;
  font-weight: bold; }

.page__top-controls {
  padding: 0 0 15px 0; }
  .page__top-controls .dates-nav {
    float: right;
    width: 370px; }
  .page__top-controls .page__button,
  .page__top-controls .page__sub-button {
    float: left; }
  .page__top-controls .logo {
    float: right;
    margin: 0 0 0 10px; }

.page-top-controls__text {
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 50%; }

.page__bottom-controls {
  padding: 15px 0; }
  .page__bottom-controls .page__sub-button,
  .page__bottom-controls .page__button {
    float: left; }
  .page__bottom-controls .page__button_type_next {
    float: right; }

.page-bottom__hint {
  color: #a0a0a0;
  float: right;
  margin: 0;
  text-align: right;
  width: 70%; }
  .page-bottom__hint .icon {
    margin: 0 5px 0 0;
    vertical-align: middle; }
  .page-bottom__hint .icon_type_link {
    cursor: pointer; }

.page-bottom__hint-item {
  margin: 0; }

.page__par {
  margin: 15px 0; }

.page-list {
  margin: 0 0 5px 15px;
  padding: 0; }

.page-list__item {
  margin: 0 0 5px 0; }

.page__par_type_attent {
  color: #860415; }

.sect-title {
  font: bold 14px/16px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 10px 0; }

.pop-up table, .message-box table, .table {
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin: 0; }

.pop-up-wrapper {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  min-width: 995px;
  padding-top: 70px; }

.pop-up {
  color: #4a4a4a;
  font-size: 12px;
  position: relative;
  padding: 33px 20px 10px 40px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 7px #212121;
  -moz-box-shadow: 0px 2px 7px #212121;
  -o-box-shadow: 0px 2px 7px #212121;
  box-shadow: 0px 2px 7px #212121;
  margin: 0 auto;
  text-align: justify; }
  .oldie .pop-up {
    border: 1px solid #444; }

.pop-up-train-info {
  padding: 30px 18px 25px 20px; }

.pop-up p, .pop-up li {
  line-height: 1.34em;
  margin: 0 0 16px 0; }

.pop-up big {
  font-size: 14px;
  line-height: 1.28em; }

.width-pop-up {
  width: 620px; }

.width2-pop-up {
  width: 510px; }

.close-pop-up {
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
  width: 30px;
  height: 30px;
  background: url(../../../Images/close.png) no-repeat;
  z-index: 1; }

.load-insruction {
  position: absolute;
  right: 70px;
  top: 11px;
  font-size: 12px;
  color: #0687d6;
  z-index: 0;
  background: url(../../../Images/instruction_icon.gif) no-repeat left center;
  padding: 0 0 0 32px;
  line-height: 32px; }

.load-insruction:hover {
  text-decoration: none; }

.pop-up h1 {
  padding-left: 34px;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 14px;
  line-height: 1.34em; }

.defer-payment-pop-up h1 {
  background: url(../../../Images/checkon_white.gif) no-repeat left 2pt; }

.pop-up ul {
  margin: 0;
  padding: 0;
  list-style: disc; }

.online-registration-pop-up h1 {
  background: url(../../../Images/electro.gif) no-repeat left 2pt; }

.pop-up ol {
  margin: 10px 0 10px 38px; }

.pop-up ol li {
  font-weight: normal;
  margin: 0;
  padding: 0; }

.overflow-wrapper {
  overflow: auto;
  max-height: 400px;
  position: relative;
  z-index: 10;
  padding-right: 20px;
  margin-top: 10px; }

.width2-pop-up .overflow-wrapper {
  margin-top: 0; }

.message-box-wrapper {
  text-align: center;
  width: 100%;
  left: 0;
  top: 13%; }

.message-box {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  width: 600px;
  margin: 0 auto;
  -moz-box-shadow: 0px 2px 4px #A9A9A9;
  -webkit-box-shadow: 0px 2px 4px #A9A9A9;
  box-shadow: 0px 2px 4px #A9A9A9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.message-box h1 {
  font: 20px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0; }

.message-box p {
  margin: 0;
  padding: 0; }

.error-message-box h1 {
  color: #9e0b0f; }

.warning-message-box h1 {
  color: #fecc03; }

.info-message-box h1 {
  color: #000; }

.success-message-box .message-box h1 {
  color: #419700; }

.success-message-box .message-box, .info-message-box .message-box {
  border-color: #419700; }

.error-message-box .message-box {
  border-color: #9E0B0F; }

.warning-message-box .message-box {
  border-color: #fecc03; }

.grey-border .message-box {
  border-color: #BABABA; }

.message-box-content {
  width: 80%;
  margin: 0 auto;
  padding: 23px 0 16px 0; }

.success-message-box .message-box-content {
  padding-bottom: 33px; }

.message {
  height: 98px;
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1.32em; }

.error-message-box .message {
  height: 106px; }

.message td {
  vertical-align: middle; }

.error-message-box .message td {
  vertical-align: top;
  padding-top: 33px; }

.message-box {
  padding: 5px 0 0 0; }

.my_mainpagebuton {
  display: block;
  width: 198px;
  height: 35px;
  background: url(../../../Images/Images/button_main_page.jpg) no-repeat top left;
  border: 0px;
  cursor: pointer; }

.my_mainpagebuton:hover {
  display: block;
  width: 198px;
  height: 35px;
  background-position: left bottom;
  border: 0px;
  cursor: pointer; }

.sm {
  color: #5A81B0;
  font-size: 10px; }

.button_continue {
  cursor: pointer;
  height: 35px;
  width: 198px;
  background: url(../../../Images/Images/button_continue.png) no-repeat;
  border: none; }

.button_continue:hover {
  background-position: left bottom; }

.order-params {
  background: #004e8e;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  color: #fff;
  font-size: 12px;
  list-style-type: none;
  margin: 0 auto 10px;
  padding: 0;
  min-width: 680px;
  max-width: 960px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.order-params__item {
  border-left: 1px solid #4d84b2;
  float: left;
  margin: 0;
  padding: 15px 1% 15px 2%; }
  .order-params__item:first-child {
    border-left: none; }

.order-params__item_type_path {
  width: 27%; }

.order-params__item_type_date {
  width: 22%; }

.order-params__item_type_pass-num {
  width: 22%; }

.order-params__item_type_train {
  width: 8%; }

.order-params__item_type_wagon {
  width: 5%; }

.order-params__name {
  display: block;
  white-space: nowrap; }

.order-params__val {
  display: block;
  font-size: 18px;
  line-height: 23px;
  margin: 8px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative; }
  .order-params__val .path-arrow {
    background: url(../../../Images/common-skin/site-icons.png) no-repeat scroll left top transparent;
    height: 12px;
    margin: 0 2px;
    overflow: hidden;
    text-indent: -100px;
    top: 45px;
    width: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle; }

.order-params__item_type_path .order-params__val {
  text-overflow: ellipsis;
  o-text-overflow: ellipsis; }

.order-params__val_type_null {
  color: #70c9ef; }

.order-params__pass-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.order-params__pass {
  float: left;
  margin: 0 0 0 8px; }
  .order-params__pass:first-child {
    margin: 0; }
  .order-params__pass .order-params__val:before {
    background: none; }

.breadcrumbs__item {
  color: #70c9ef;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0 0 13px 0; }
  .breadcrumbs__item:hover {
    color: #ff6b00; }
  .breadcrumbs__item:before {
    background-color: #70c9ef;
    bottom: 2px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMC4yNyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.27) 0%, rgba(14, 14, 14, 0.27) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.27)), color-stop(100%, rgba(14, 14, 14, 0.27)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.27) 0%, rgba(14, 14, 14, 0.27) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.27) 0%, rgba(14, 14, 14, 0.27) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.27) 0%, rgba(14, 14, 14, 0.27) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.27) 0%, rgba(14, 14, 14, 0.27) 100%); }

.breadcrumbs {
  font-size: 12px;
  list-style-type: none;
  margin: 10px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  .breadcrumbs:before {
    background-color: #d7d7d7;
    bottom: 0;
    content: "";
    height: 9px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBlMGUwZSIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(14, 14, 14, 0.1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(14, 14, 14, 0.1)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(14, 14, 14, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(14, 14, 14, 0.1) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(14, 14, 14, 0.1) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(14, 14, 14, 0.1) 100%); }
  .breadcrumbs .col {
    float: left;
    position: relative;
    width: 33%;
    z-index: 1;
    text-align: center; }
    .breadcrumbs .col:first-child {
      text-align: left; }
      .breadcrumbs .col:first-child .breadcrumbs__item:before {
        left: 2px;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -ms-border-radius: 5px 0 0 5px;
        -o-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px; }
  .breadcrumbs .col_pos_last {
    width: 34%;
    text-align: right; }
    .ltie8 .breadcrumbs .col_pos_last {
      width: 33.9%; }
    .breadcrumbs .col_pos_last .breadcrumbs__item:before {
      left: auto;
      right: 2px;
      -webkit-border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      -ms-border-radius: 0 5px 5px 0;
      -o-border-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0; }

.breadcrumbs__step-num {
  color: #bbb; }

.breadcrumbs__step-name {
  text-decoration: underline; }

.breadcrumbs__item_state_selected,
.breadcrumbs__item_state_selected:hover {
  color: #444; }
  .breadcrumbs__item_state_selected .breadcrumbs__step-name,
  .breadcrumbs__item_state_selected:hover .breadcrumbs__step-name {
    text-decoration: none; }
  .breadcrumbs__item_state_selected .breadcrumbs__step-num,
  .breadcrumbs__item_state_selected:hover .breadcrumbs__step-num {
    color: #444; }
  .breadcrumbs__item_state_selected:before,
  .breadcrumbs__item_state_selected:hover:before {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }

.breadcrumbs .col:first-child .breadcrumbs__item_state_selected:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.breadcrumbs__item_state_disabled,
.breadcrumbs__item_state_disabled:hover {
  color: #bbb;
  cursor: default; }
  .breadcrumbs__item_state_disabled .breadcrumbs__step-name,
  .breadcrumbs__item_state_disabled:hover .breadcrumbs__step-name {
    text-decoration: none; }
  .breadcrumbs__item_state_disabled:before,
  .breadcrumbs__item_state_disabled:hover:before {
    display: none; }

/*Rgd main page styles*/
.tickets-num {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px; }

.tickets-num__item {
  margin: 0 24px 0 0;
  padding: 0;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top; }
  .tickets-num__item .eg-stepper {
    margin: 0 0 0 -30px; }
    .tickets-num__item .eg-stepper .up {
      right: 0; }
    .tickets-num__item .eg-stepper .down {
      left: 0; }

.tickets-num__label {
  display: block;
  margin: 9px 0 6px 0; }

.tickets-num__select {
  text-align: center;
  width: 50px; }

.search-params, .confirm-station, .buy-rezult {
  color: #e0e2e3;
  background-color: #005091;
  margin: 0 auto;
  padding: 20px 20px 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .search-params .inputformv1, .confirm-station .inputformv1, .buy-rezult .inputformv1 {
    color: #000000;
    border: none;
    font: normal 21px/35px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-shadow: inset 0 2px 4px #888888, 0 -1px 0 #003158;
    -moz-box-shadow: inset 0 2px 4px #888888, 0 -1px 0 #003158;
    -o-box-shadow: inset 0 2px 4px #888888, 0 -1px 0 #003158;
    box-shadow: inset 0 2px 4px #888888, 0 -1px 0 #003158; }
    .search-params .inputformv1[readonly], .confirm-station .inputformv1[readonly], .buy-rezult .inputformv1[readonly] {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
    .ltie8 .search-params .inputformv1, .ltie8 .confirm-station .inputformv1, .ltie8 .buy-rezult .inputformv1 {
      width: 97%; }
    .search-params .inputformv1.input-validation-error, .confirm-station .inputformv1.input-validation-error, .buy-rezult .inputformv1.input-validation-error, .search-params .inputformv1.input-validation-error:focus, .confirm-station .inputformv1.input-validation-error:focus, .buy-rezult .inputformv1.input-validation-error:focus {
      -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 7px #cc0000, 0 0 7px #cc0000, 0 0 7px #cc0000;
      -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 7px #cc0000, 0 0 7px #cc0000, 0 0 7px #cc0000;
      -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 7px #cc0000, 0 0 7px #cc0000, 0 0 7px #cc0000;
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 7px #cc0000, 0 0 7px #cc0000, 0 0 7px #cc0000; }
  .search-params .placeholder, .confirm-station .placeholder, .buy-rezult .placeholder {
    color: #bababa; }
  .search-params .date-cont, .confirm-station .date-cont, .buy-rezult .date-cont {
    position: relative; }
  .search-params .ui-datepicker-trigger, .confirm-station .ui-datepicker-trigger, .buy-rezult .ui-datepicker-trigger {
    background-position: -32px 8px, center top;
    height: 31px;
    width: 40px; }
    .oldie .search-params .ui-datepicker-trigger, .oldie .confirm-station .ui-datepicker-trigger, .oldie .buy-rezult .ui-datepicker-trigger {
      background-position: -33px 8px; }
  .search-params .ui-time-picker-trigger, .confirm-station .ui-time-picker-trigger, .buy-rezult .ui-time-picker-trigger {
    background-position: 10px -203px, center top;
    height: 31px;
    width: 40px; }
    .oldie .search-params .ui-time-picker-trigger, .oldie .confirm-station .ui-time-picker-trigger, .oldie .buy-rezult .ui-time-picker-trigger {
      background-position: -33px 8px; }
  .search-params .selectbox, .confirm-station .selectbox, .buy-rezult .selectbox {
    font: 22px/35px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }
    .search-params .selectbox .text, .confirm-station .selectbox .text, .buy-rezult .selectbox .text {
      font: 17px/35px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
      color: #444444;
      text-shadow: none; }
    .search-params .selectbox .display, .confirm-station .selectbox .display, .buy-rezult .selectbox .display {
      background: #fff;
      border: none;
      height: 35px;
      border: 1px solid #bdbdbd;
      -webkit-box-shadow: inset 0 0 0 0, 0 0 0 0;
      -moz-box-shadow: inset 0 0 0 0, 0 0 0 0;
      -o-box-shadow: inset 0 0 0 0, 0 0 0 0;
      box-shadow: inset 0 0 0 0, 0 0 0 0; }
      .ie9 .search-params .selectbox .display, .ie9 .confirm-station .selectbox .display, .ie9 .buy-rezult .selectbox .display {
        background: #fff; }
    .search-params .selectbox .arrow_btn, .confirm-station .selectbox .arrow_btn, .buy-rezult .selectbox .arrow_btn {
      border-top-color: #9e9e9e; }
  .search-params .eg-stepper-arrow, .confirm-station .eg-stepper-arrow, .buy-rezult .eg-stepper-arrow {
    color: #fff; }

.search-params__notic-block {
  border: 1px solid #dedede;
  border-top: 1px solid #fbfbfb;
  border-bottom: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
  padding: 15px 20px 25px;
  margin: 0 0 30px;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background: #ececec;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2) to(#e4e4e4));
  background: -webkit-linear-gradient(#f2f2f2, #e4e4e4);
  background: -moz-linear-gradient(#f2f2f2, #e4e4e4);
  background: -ms-linear-gradient(#f2f2f2, #e4e4e4);
  background: -o-linear-gradient(#f2f2f2, #e4e4e4);
  background: linear-gradient(#f2f2f2, #e4e4e4); }
  .search-params__notic-block:after, .search-params__notic-block:before {
    background: url(../../../Images/common-skin/search-panel.png);
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 100%; }
  .search-params__notic-block:before {
    background-position: bottom left;
    left: 0;
    width: 100%;
    z-index: 2; }
  .search-params__notic-block:after {
    background-position: bottom right;
    right: 0;
    width: 318px;
    z-index: 3; }

.rzhd-main-page, .confirm-station, .buy-rezult,
.eg-cabinet-login .search-params,
.eg-cabinet-login .confirm-station,
.eg-cabinet-login .buy-rezult {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%); }

.search-params__row {
  margin: 17px 0 0 0;
  position: relative; }
  .search-params__row:first-child {
    margin: 0; }

.search-params__col {
  position: relative;
  width: 48%; }

.search-params__label {
  display: block;
  font: 21px/24px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0 0 6px 0;
  text-shadow: 0 1px 0 rgba(0, 60, 112, 0.7); }

.search-params__label_type_addon {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

.search-params__hint {
  color: #626262;
  float: left;
  font: italic 12px/14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 5px 0 0 0;
  width: 67%; }

.search-params__arrow {
  background: url("../../../Images/common-skin/site-icons.png") no-repeat scroll -78px top transparent;
  display: block;
  cursor: pointer;
  height: 12px;
  left: 102%;
  margin: 0 0 0 -3px;
  position: absolute;
  top: 45px;
  width: 22px;
  z-index: 3; }

.depart-date-field {
  position: relative;
  z-index: 3; }

.items.search-params__select {
  margin: -37px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .items.search-params__select .item {
    font: normal 17px/25px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }
  .items.search-params__select.above {
    margin: 0 0 -37px 0; }

.search-params__time,
.search-params__tickets {
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top; }

.search-params__tickets {
  margin: 0 15px 0 0; }

.search-params__time,
.search-params__date {
  width: 47%; }

.search-params__time-val {
  cursor: pointer; }

.search-params__time-label {
  display: block;
  margin: 9px 0 6px; }

/*end of rgd main page styles*/
/*rgd search ticket page*/
.eg-luck-popup {
  color: #000;
  font-size: 16px;
  z-index: 1003; }
  .eg-luck-popup .check-and-radio {
    margin: 0 3px 0 0; }
  .eg-luck-popup .col {
    width: 47%; }
  .eg-luck-popup .inputformv1 {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .eg-luck-popup .inputformv1-wrapper {
    width: 100%; }
  .eg-luck-popup .tickets-num {
    float: left;
    margin: 0 0 0 45px; }
  .eg-luck-popup .eg-stepper-arrow {
    line-height: 32px; }
  .eg-luck-popup .eg-stepper-arrow.up {
    line-height: 34px; }

.eg-luck-popup__row {
  margin: 15px 0 0 0; }
  .eg-luck-popup__row:first-child {
    margin: 0; }

.eg-luck-popup__title {
  color: #fff;
  font: normal 31px/33px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0;
  padding: 10px 25px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .eg-luck-popup__title .eg-addon {
    display: block;
    font-size: 12px;
    line-height: 13px; }

.eg-luck-popup__sect {
  border-top: 1px solid #e9e9e9;
  padding: 10px 25px 20px; }
  .eg-luck-popup__sect:first-child {
    border-top: none; }

.eg-luck-popup__sect-title {
  color: #999;
  font: normal 19px/21px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0 0 10px 0; }

.eg-luck-popup__label {
  color: #999;
  display: block;
  font: normal 18px/20px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0 0 7px 0; }

.eg-luck-popup__label_small {
  color: #999;
  display: block;
  font-size: 12px;
  margin: 5px 0 7px; }

.eg-luck-popup__spam-label {
  color: #555; }

.eg-luck-popup__select .display {
  background: #fff;
  border: 1px solid #bdbdbd; }

.eg-luck-popup__reload-captcha {
  font-size: 12px;
  margin: 7px 0 5px 45px; }

.eg-luck-popup__captcha {
  display: block; }

.eg-luck-popup__footer {
  border-top: 2px dotted #6b6b6b;
  padding: 20px 25px;
  text-align: center;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px; }
  .eg-luck-popup__footer .page__button,
  .eg-luck-popup__footer .page__sub-button {
    padding: 0 25px; }

.eg-luck-popup__cancel-btn {
  margin: 3px 0 0; }

.eg-luck-popup__submit-btn {
  font: bold 23px/40px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  height: 43px; }

.eg-luck-popup__rezult {
  color: #000;
  font-size: 19px;
  line-height: 21px;
  margin: 0;
  padding: 25px; }
  .eg-luck-popup__rezult .par {
    margin: 0; }
  .eg-luck-popup__rezult .addon {
    color: #555;
    font-size: 16px;
    margin: 5px 0 0; }

.train-filters-wrapper {
  margin-right: 220px;
  position: relative; }

.train-filters {
  margin: 0 10px 0 0 !important; }

.train-filters, .train-filters-brands {
  color: #888888;
  float: left;
  font-size: 13px;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0 0 10px 0; }
  .train-filters:first-child, .train-filters-brands:first-child {
    margin: 0; }
  .train-filters .col, .train-filters-brands .col {
    margin: 0 10px 0 0;
    padding: 0; }
  .train-filters .page__ajax-link, .train-filters-brands .page__ajax-link {
    color: #005193;
    border-bottom: 1px dashed #005193; }
    .train-filters .page__ajax-link:hover, .train-filters-brands .page__ajax-link:hover {
      color: #ff6b00;
      border-bottom: 1px dashed #ff6b00; }
  .train-filters .train-filters__active-item,
  .train-filters .train-filters__active-item:hover, .train-filters-brands .train-filters__active-item,
  .train-filters-brands .train-filters__active-item:hover {
    color: #005193;
    border-bottom: 1px solid transparent; }

.car-price {
  color: #aba79d; }
  .car-price .price-val {
    color: #000;
    font-size: 19px; }

.car-price__rate {
  width: 65%;
  vertical-align: middle; }

.car-price__rate_type_no-val {
  font-size: 11px;
  line-height: 12px; }

.car-price__discounts {
  margin: 0 5px 0 0;
  overflow: hidden;
  width: 35px;
  vertical-align: middle; }
  .car-list .car-price__discounts {
    vertical-align: baseline; }

.train-item {
  border: 2px solid transparent;
  border-bottom: 1px solid #999;
  color: #444;
  font: 12px/15px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  padding: 0 0 1px 0;
  position: relative; }
  .train-item:hover {
    border: 2px solid #005193;
    padding: 0;
    -webkit-box-shadow: 1px 1px 0px #999999;
    -moz-box-shadow: 1px 1px 0px #999999;
    -o-box-shadow: 1px 1px 0px #999999;
    box-shadow: 1px 1px 0px #999999; }
  .train-item .col {
    overflow: hidden;
    padding: 15px 1%; }
  .train-item .par {
    margin: 0; }
  .train-item .train-item__options {
    margin: 5px 0 0 0; }
  .train-item .car-types {
    padding: 7px 1%;
    width: 48%; }
  .train-item .train-item__spent-time {
    color: #aba79d;
    line-height: 24px;
    overflow: visible;
    padding: 15px 1% 40px;
    position: relative;
    text-align: center; }

.train-item__train-info {
  width: 17%; }

.train-item__depart-time {
  width: 8%; }

.train-item__spent-time {
  width: 6%; }

.train-item__arrive-time {
  width: 9%; }

.train-item__time-helper {
  left: 50%;
  margin: -35px 0 0 -122px;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 230px; }

.train-item__car-type {
  width: 12%; }

.train-item__price {
  width: 28%; }

.train-item__type,
.train-item__transporter {
  color: #aba79d;
  cursor: pointer; }

.train-item__path,
.train-item__transporter-link {
  color: #63c2f3;
  text-decoration: none; }

.train-item__transporter-tip #tiptip_content {
  color: #aba79d;
  text-align: center; }

.train-item__time {
  font-size: 19px;
  line-height: 21px; }

.train-item__date {
  color: #aba79d; }

.spent-time__arrow {
  background: url(../../../Images/default-skin/site__icons.png) left -96px;
  display: block;
  height: 7px;
  margin: 0 auto;
  width: 47px; }

.car-type {
  border: 2px solid #fff;
  cursor: pointer;
  line-height: 21px;
  overflow: hidden;
  padding: 6px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }
  .car-type:hover {
    border: 2px solid #005193;
    background: #efefef;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(white) to(#e5e5e5));
    background: -webkit-linear-gradient(white, #e5e5e5);
    background: -moz-linear-gradient(white, #e5e5e5);
    background: -ms-linear-gradient(white, #e5e5e5);
    background: -o-linear-gradient(white, #e5e5e5);
    background: linear-gradient(white, #e5e5e5); }

.car-type_state_active,
.car-type_state_active:hover {
  background: #F1F1F1;
  border: 2px solid #ff6b00; }

.car-types__col {
  float: left;
  overflow: hidden;
  padding: 0 2%;
  position: relative; }

.car-type__places {
  font-size: 14px;
  text-align: right;
  width: 6%; }

.car-type__type-name,
.car-type__buy-link {
  color: #26c2f1;
  font-size: 14px;
  text-decoration: underline;
  width: 24%; }

.car-type__price {
  color: #aba79d;
  width: 41%; }

.car-type__price__no-val {
  font-size: 11px;
  line-height: 12px;
  width: 65%;
  vertical-align: middle; }

.car-type__buy-link,
.car-type__buy-link:hover {
  float: left;
  font-size: 14px;
  text-decoration: underline;
  width: auto; }

.car-types__not-found {
  display: inline-block;
  vertical-align: middle; }

.car-types__not-found_ticket_not {
  width: 25%;
  color: #aba79d;
  vertical-align: middle;
  line-height: 70px; }

.car-types__not-found_ticket_lucky {
  width: 73%;
  text-align: center; }

.car-types__lucky-link,
.car-types__lucky-link:hover {
  color: #26c2f1;
  font-size: 14px;
  line-height: 16px; }

.rgd-cars-popup {
  padding: 0; }
  .rgd-cars-popup .eg-popup__content {
    padding: 0; }
  .rgd-cars-popup .train-item,
  .rgd-cars-popup .train-item:hover {
    border: 0 none;
    margin: 0 2px 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .rgd-cars-popup .train-item__train-info .attention {
    display: none; }

.car-params .col_pos_right {
  text-align: right;
  width: 49%; }

.car-params__select {
  font-size: 13px; }
  .car-params__select .display {
    background: #fff; }

.car-params__devider {
  margin: 0 3px; }

.car-params__info {
  color: #898989;
  float: left;
  margin: 15px 0 0 0;
  width: 100%; }

.car-params__info_type_error {
  color: #cc0000; }

.car-params__content,
.car-params__top {
  background: #f1f1f1;
  border: 1px solid #C0C0C0;
  border-bottom: none; }

.car-params__content,
.car-params__top,
.car-params__bottom {
  padding: 15px; }

.car-params__top {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.car-params__view-link {
  float: right;
  font-size: 14px; }

.car-params__label {
  color: #898989;
  display: block;
  text-shadow: 0 1px 0 #fff;
  margin: 0 0 5px 0; }

.car-params__checkbox-label {
  color: #313131;
  font-size: 14px; }

.car-params__required-mark {
  color: #cc0000; }

.car-params__el-reg {
  vertical-align: middle; }
  .car-params__el-reg .btn-group__btn {
    text-align: center;
    width: 30px; }

.car-params__title {
  float: left;
  font: bold 16px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0;
  width: 50%; }

.car-params__bottom {
  background: #d7d7d7;
  border-top: 1px solid #818181;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px; }

.car-params__bottom__info {
  color: #aba79d;
  margin: 5px 0;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.car-params__bottom__info_lmarg {
  margin: 15px 0; }

.car-params__buy-btn {
  float: right;
  font: bold 23px/43px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  height: 43px;
  padding: 0 20px; }

.car-list-title {
  font: normal 22px/24px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0 0 0 12px; }

.car-list {
  border: 0px none;
  border-collapse: collapse;
  color: #666;
  width: 100%; }

.car-list__header {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  text-align: left;
  background: #e5e5e5;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3) to(#dbdbdb));
  background: -webkit-linear-gradient(#f3f3f3, #dbdbdb);
  background: -moz-linear-gradient(#f3f3f3, #dbdbdb);
  background: -ms-linear-gradient(#f3f3f3, #dbdbdb);
  background: -o-linear-gradient(#f3f3f3, #dbdbdb);
  background: linear-gradient(#f3f3f3, #dbdbdb); }

.car-list__row {
  border-bottom: 1px solid #b2b2b2;
  cursor: pointer;
  padding: 2px 0 1px 0;
  background: whitesmoke;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb) to(#ededed));
  background: -webkit-linear-gradient(#fbfbfb, #ededed);
  background: -moz-linear-gradient(#fbfbfb, #ededed);
  background: -ms-linear-gradient(#fbfbfb, #ededed);
  background: -o-linear-gradient(#fbfbfb, #ededed);
  background: linear-gradient(#fbfbfb, #ededed); }
  .car-list__row:hover {
    border-top: 2px solid #005193;
    border-bottom: 2px solid #005193;
    padding: 0;
    background: #e7e7e7;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f4f7) to(#d6d6d6));
    background: -webkit-linear-gradient(#f1f4f7, #d6d6d6);
    background: -moz-linear-gradient(#f1f4f7, #d6d6d6);
    background: -ms-linear-gradient(#f1f4f7, #d6d6d6);
    background: -o-linear-gradient(#f1f4f7, #d6d6d6);
    background: linear-gradient(#f1f4f7, #d6d6d6); }
  .car-list__row:last-child {
    border-bottom: none;
    padding-bottom: 2px; }
    .car-list__row:last-child:hover {
      border-bottom: 2px solid #005193;
      padding-bottom: 0; }

.car-list__col {
  float: left;
  padding: 8px 0 8px 13px; }
  .car-list__row_state_active .car-list__col {
    border-bottom: none; }
    .car-list__row_state_active .car-list__col .car-list__select-car-btn {
      display: none; }

.car-list__col_type_car-num {
  width: 6%; }

.car-list__col_type_service {
  width: 32%; }

.car-list__col_type_price,
.car-list__col_type_places {
  font-size: 13px;
  width: 27%; }

.car-list__places-num {
  color: #0384d5;
  font-weight: bold; }

.car-list__car-num {
  color: #005193;
  font-size: 18px;
  font-weight: bold; }

.car-list__transporter {
  color: #aba79d;
  margin: 0;
  padding-top: 0;
  width: 95%; }

.rgd-car {
  border-bottom: 1px solid #B2B2B2;
  color: #959595;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
  .rgd-car:last-child {
    border-bottom: none; }

.rgd-car_view_params {
  border-top: 1px solid #B2B2B2;
  border-bottom: none;
  padding: 0 15px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  .rgd-car_view_params .col {
    margin: 10px 9px 0 0; }
  .rgd-car_view_params .col_width_full {
    margin: 10px 0 0 0; }

.rgd-car__direction-text,
.rgd-car__direction-arrow {
  vertical-align: middle; }

.rgd-car__direction-text {
  line-height: 30px; }

.rgd-car__direction-arrow {
  font: bold 35px/30px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0 10px; }

.rgd-car .car-list__col {
  padding: 30px 12px; }

.rgd-car .car-list__col_type_rgd-car-scheme {
  padding: 5px 0px 10px 0; }

.rgd-car__places-info {
  margin: 25px 15px 15px; }

.rgd-car__msg {
  font-size: 13px;
  line-height: 14px;
  margin: 0 10px 0 0;
  text-align: left;
  width: 157px; }

.rgd-car__msg-val {
  color: #000;
  font-size: 19px;
  line-height: 21px; }

.rgd-car__error {
  background: #e93332;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  line-height: 14px;
  padding: 2px 0 4px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }

.rgd-car__place {
  font: bold 11px/17px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  text-align: left;
  padding: 1px;
  width: 2.33em; }

.rgd-car__place-num {
  color: #0384d5;
  cursor: pointer;
  text-align: center;
  width: 23px;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle; }
  .rgd-car__place_state_disabled .rgd-car__place-num {
    color: #aba79d;
    cursor: default; }
  .rgd-car__place_state_selected .rgd-car__place-num {
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 0 #343434;
    -moz-box-shadow: 1px 1px 0 #343434;
    -o-box-shadow: 1px 1px 0 #343434;
    box-shadow: 1px 1px 0 #343434;
    background: #005193;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#77a2c5) to(#005193));
    background: -webkit-linear-gradient(#77a2c5, #005193);
    background: -moz-linear-gradient(#77a2c5, #005193);
    background: -ms-linear-gradient(#77a2c5, #005193);
    background: -o-linear-gradient(#77a2c5, #005193);
    background: linear-gradient(#77a2c5, #005193); }

.rgd-car__scheme-wrapper {
  overflow: hidden;
  position: relative; }
  .rgd-car__scheme-wrapper:before, .rgd-car__scheme-wrapper:after {
    content: "";
    display: block;
    height: 500px;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 3; }
  .rgd-car__scheme-wrapper:before {
    background: url(../../../Images/common-skin/fade-left.png) repeat-y left top;
    left: 0; }
  .rgd-car__scheme-wrapper:after {
    background: url(../../../Images/common-skin/fade-right.png) repeat-y right top;
    right: 0; }

.rgd-car__scheme {
  border-collapse: collapse;
  margin: 3px auto;
  position: relative; }
  .rgd-car__scheme .col_order_odd {
    border-right: 1px solid #d1cec9;
    text-align: right; }

.rgd-car__scheme-img {
  position: absolute;
  left:-25px;
  text-align: center;
  top: 100%; }

.rgd-car__direction {
  margin: 0; }

.rgd-car-scheme__header {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center; }

.rgd-car__scheme_type_plaz {
  margin: 3px auto 93px;
  width: auto;
 } 
  .rgd-car__scheme_type_plaz .rgd-car__place {
    width: 2.3em; 
    }

.rgd-car__scheme_type_plaz-side {
  margin: 3px auto;
 width: auto;
  }
 
 
 .rgd-car__scheme_type_plaz-side .rgd-car__place {
    text-align: center;
     width: 4.78em; }

.rgd-car__scheme_type_cupe {
  margin: 3px auto 93px; 
  width: auto;
  }
  .rgd-car__scheme_type_cupe .rgd-car__scheme-img {
    left: -16px; }

.rgd-car__scheme_type_allegro {
  margin: 3px auto 163px; }
  .rgd-car__scheme_type_allegro .rgd-car__scheme-img {
    left: -84px; }

.rgd-car__scheme_type_sapsan {
  margin: 3px auto 163px; }
  .rgd-car__scheme_type_sapsan .rgd-car__scheme-img {
    left: -114px;
    margin: 10px 0 0 0; }
  .rgd-car__scheme_type_sapsan .rgd-car__direction {
    margin: 0 0 0 100px; }

.rgd-car__scheme_type_2-store .rgd-car__place-num {
  width: 30px; }

.rgd-car__row-name {
  border-right: 2px solid #d1cec9;
  font-weight: bold;
  text-align: left;
  width: 85px; }

.rgd-car__par {
  margin: 15px 0; }

.rgd-car__hint {
  float: left;
  margin: 15px 0 0 15px;
  width: 50%; }

.rgd-car__req-params {
  padding: 15px 15px 10px; }
  .rgd-car__req-params .tickets-num {
    float: left;
    margin: 0 0 15px; }
  .rgd-car__req-params .tickets-num__label {
    margin: 0 10px 0 0;
    vertical-align: middle; }
  .rgd-car__req-params .eg-stepper {
    margin: 0; }

.rgd-car__info {
  margin: 10px;
  text-align: center; }

.rgd-car__select-btn {
  float: right;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 0 0 15px;
  padding: 0 20px; }

.rgd-car__whole-cupe .checkAndRadio,
.rgd-car__whole-cupe .label {
  vertical-align: middle; }
.rgd-car__whole-cupe .label {
  color: #000;
  margin: 0 0 0 5px; }

.rgd-car__whole-cupe_disabled .checkAndRadio,
.rgd-car__whole-cupe_disabled .label {
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  zoom: 1; }

.rgd-car__whole-cupe__hint {
  border: 1px solid #b6b6b6;
  cursor: pointer;
  line-height: 23px;
  margin: 0 0 0 5px;
  text-align: center;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 23px;
  height: 23px; }

.places-fill-info {
  border: 1px solid #005193;
  margin: 0 15px;
  overflow: hidden;
  padding: 0 10px 10px 10px; }

.places-fill-info__title,
.places-fill-info__desc {
  float: left;
  margin: 20px 10px 0 0;
  padding: 0; }

.places-fill-info__title {
  clear: left;
  text-align: right;
  width: 160px; }

.places-fill-info__hint {
  font-size: 11px;
  font-style: italic; }

.eg-service-class.sb {
  width: 110px; }
.eg-service-class.items .text {
  margin: 0 8px;
  overflow: hidden; }

.eg-service-class__name,
.eg-service-class__hint-link,
.eg-service-class__icons {
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle; }

.eg-service-class__name {
  float: left;
  line-height: 15px;
  margin: 5px 5px 5px 0;
  width: 145px;
  white-space: normal; }

.eg-service-class__icons {
  float: left;
  margin: 0 5px 0;
  /* ����������� */
  /* ��� */
  /* ���������� ����� */
  /* ���.������.����� */
  /* ��������� */
  /* ������ */
  /* wifi */
  /* �������� */ }
  .eg-service-class__icons .eg-icon {
    background: url(../../../Images/common-skin/rgd-icons.png) no-repeat left top;
    height: 21px;
    width: 21px;
    display: -moz-inline-stack;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle; }
  .eg-service-class__icons .eg-icon_type_cond {
    background-position: left -144px; }
  .eg-service-class__icons .eg-icon_type_eat {
    background-position: left -173px; }
  .eg-service-class__icons .eg-icon_type_bed {
    background-position: -31px -173px; }
  .eg-service-class__icons .eg-icon_type_san {
    background-position: -60px -173px; }
  .eg-service-class__icons .eg-icon_type_tv {
    background-position: -31px -144px; }
  .eg-service-class__icons .eg-icon_type_pap {
    background-position: -60px -144px; }
  .eg-service-class__icons .eg-icon_type_wifi {
    background-position: left -200px; }
  .eg-service-class__icons .eg-icon_type_tran {
    background-position: -31px -200px; }

.eg-service-class__hint-link {
  float: right;
  margin: 5px 0;
  vertical-align: middle; }

.eg-service-class__hint {
  color: #666;
  font-size: 11px;
  text-align: center; }

.table-header {
  background-color: #afafaf;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

.table-header__item {
  color: #fff;
  font: normal 13px/15px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  text-align: left;
  padding: 13px 7px;
  vertical-align: top; }
  .table-header__item .page__ajax-link {
    color: #fff;
    border-bottom: 1px dashed #fff;
    position: relative; }
  .table-header__item .sort-link_type_down,
  .table-header__item .sort-link_type_up {
    color: #444;
    border-bottom: 1px solid transparent;
    display: inline-block; }
    .table-header__item .sort-link_type_down:before,
    .table-header__item .sort-link_type_up:before {
      background: url(../../../Images/common-skin/rgd-icons.png) -62px -36px;
      content: "";
      display: block;
      height: 6px;
      right: -12px;
      margin: -1px 0 0 0;
      position: absolute;
      top: 50%;
      width: 10px; }
  .table-header__item .sort-link_type_down:before {
    background-position: -62px -27px;
    margin: -3px 0 0 0; }

.sorterHeader {
  cursor: pointer; }

.headerSortDown .sort-icon,
.headerSortUp .sort-icon {
  display: block; }

.headerSortDown .sort-icon {
  background-position: -14px -97px; }

.headerSortUp .sort-icon {
  background-position: -14px -90px; }

.car-list__table-header {
  border-collapse: collapse;
  width: 100%; }
  .car-list__table-header .table-header__item {
    padding: 15px 0 15px 8px; }

.train-list-header .table-header__item {
  float: left;
  padding: 15px 1%; }
  .train-list-header .table-header__item:first-child {
    margin: 0 0 0 1px; }

.train-table-title {
  color: #444;
  margin: 10px 0; }

.train-table-title__th,
.train-table-title__td {
  padding: 0 10px 5px 0;
  text-align: left; }

.train-table-title__th {
  font-weight: normal; }

.train-table-title__td {
  font-size: 16px; }

/*end of rgd search ticket page*/
/*rgd station confirm page*/
.confirm-station {
  color: #fff;
  height: 248px;
  margin: 0 auto;
  padding: 20px;
  width: 646px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .confirm-station .page__title {
    border-bottom: none;
    color: #fff;
    padding: 0 0 20px;
    text-align: center; }

/*end of rgd station confirm page*/
/*rgd passanger docs page*/
.pass-info {
  color: #444;
  margin: 20px 0 0 0; }
  .pass-info .col {
    width: 63%; }
  .pass-info .col_pos_right {
    width: 35%; }
  .pass-info .inputformv1 {
    width: 89%; }

.pass-info__sex__female.btn-group__btn_state_active,
.pass-info__sex__female.btn-group__btn_state_active:hover {
  background: #ed008c !important; }

.pass-info__sect-title {
  font: normal 22px/24px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0 0 15px 0; }

.pass-info__sect {
  border-bottom: 1px solid #ccc;
  color: #888;
  margin: 0 0 20px 0;
  padding: 0 0 25px 0;
  position: relative;
  background: #dddddd;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd) to(#f6f6f6));
  background: -webkit-linear-gradient(#dddddd, #f6f6f6);
  background: -moz-linear-gradient(#dddddd, #f6f6f6);
  background: -ms-linear-gradient(#dddddd, #f6f6f6);
  background: -o-linear-gradient(#dddddd, #f6f6f6);
  background: linear-gradient(#dddddd, #f6f6f6); }

.pass-info__warning {
  color: #cc0000;
  margin: 0 0 20px 0; }

.pass-info__kupe-joiner {
  border: 2px solid #005193;
  margin: 0 0 20px 0; }
  .pass-info__kupe-joiner .pass-info__sect {
    border-right: 0;
    margin: 0; }

.pass-info__kupe-joiner-title {
  font-size: 16px;
  margin: 0;
  padding: 15px 20px; }

.pass-info-sect__par {
  margin: 15px 20px 0 20px; }

.pass-info__label {
  display: block;
  font: normal 12px/14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0 0 3px 10px; }

.pass-info__select.sb {
  width: 98%; }
.pass-info__select.items .text {
  white-space: normal; }

.pass-docs__item {
  margin: 15px 0 0 20px;
  width: 44%; }

.pass-docs__title {
  color: #444444;
  font-size: 17px;
  font-weight: normal;
  line-height: 19px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  padding: 15px 20px 0; }

.pass-docs__remover {
  background: url(../../../Images/common-skin/site-icons.png) -30px -290px no-repeat;
  cursor: pointer;
  height: 12px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: -10000px;
  top: 20px;
  width: 12px; }

.append-pass-block {
  line-height: 13px;
  margin: 0 0 20px 0; }

.append-pass-block__btn {
  float: left;
  font-size: 17px;
  height: 47px;
  line-height: 47px;
  margin: 0 15px 0 0;
  padding: 0 20px 0 45px !important; }
  .append-pass-block__btn:before {
    background: url(../../../Images/common-skin/site-icons.png) left -286px no-repeat;
    content: "";
    height: 20px;
    left: 20px;
    margin: -10px 0 0;
    position: absolute;
    top: 50%;
    width: 20px; }

.append-pass-block__hint {
  color: #888;
  font-style: italic;
  font-size: 12px; }

.pass-info__foreign-docs-info {
  margin: 15px 20px 0;
  font: bold 13px/15px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-style: italic; }

.pass-contacts {
  padding: 0 0 9px 0; }
  .pass-info .pass-contacts .inputformv1 {
    width: 90%; }

.pass-contacts__item {
  margin: 15px 20px 0 20px; }

.pass-info__hint,
.pass-contacts__hint {
  display: block;
  font: italic 12px/14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 10px 0 0 0; }

.pass-contacts__hint {
  font: italic 11px/12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 5px 0 0 0; }

.pass-info__mobile {
  height: 35px;
  font: 17px/35px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }

.pass-info__el-reg-label {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 0 3px;
  vertical-align: baseline; }

.pass-coupe-type {
  color: #666;
  font-size: 20px;
  height: 40px; }

.pass-coupe-type__select {
  width: 130px; }

.payment-type-docs {
  background-color: #D7D7D7;
  font-size: 14px;
  list-style-type: none;
  padding: 5px 0;
  margin: 20px 0 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%); }

.payment-type-docs__title {
  color: #000;
  font: normal 25px/27px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  padding: 12px 18px; }

.payment-type-docs__item {
  color: #444;
  cursor: pointer;
  padding: 12px 18px;
  margin: 0; }
  .payment-type-docs__item:hover {
    background: #d4effa; }
  .payment-type-docs__item .hint {
    color: #777;
    display: block;
    font-style: italic;
    font-size: 11px;
    line-height: 13px;
    margin: 5px 0 0 0; }

.payment-type-docs__item_state_active,
.payment-type-docs__item_state_active:hover {
  background: #70c9ef;
  color: #fff; }
  .payment-type-docs__item_state_active .hint,
  .payment-type-docs__item_state_active:hover .hint {
    color: #eee; }

.payment-type-docs__flag {
  margin: 5px 0 0 0;
  vertical-align: top; }

.payment-type-docs__label {
  margin: 5px 0 0 3px;
  max-width: 390px; }

.payment-type-docs__icons,
.payment-type-docs__icon {
  vertical-align: middle; }

.payment-type-docs__icon {
  margin: 2px 0 0 15px; }

.payment-type-docs__links > .col {
  list-style-type: none;
  margin: 0 0 0 30px;
  padding: 0; }
  .payment-type-docs__links > .col:first-child {
    margin: 0 0 0 20px; }
.payment-type-docs__links .item {
  border-bottom: 1px dotted #777;
  clear: left;
  color: #777;
  float: left;
  font-size: 12px;
  margin: 7px 0 0;
  padding: 0; }
  .payment-type-docs__links .item:hover {
    border-bottom: 1px dotted transparent; }

.eg-payment-tip {
  font-size: 12px; }
  .eg-payment-tip #tiptip_content {
    padding: 27px 60px 27px 30px;
    width: 500px; }
  .eg-payment-tip .page__par {
    margin: 15px 0 0 0; }
    .eg-payment-tip .page__par:first-child {
      margin-top: 0; }

.eg-payment-tip__name {
  float: left;
  margin: 0 5% 0 0;
  width: 20%; }

.eg-payment-tip__info {
  float: left;
  width: 75%; }

/*rgd confirm page*/
.eg-order-way {
  color: #444444;
  padding: 12px 0 5px; }
  .eg-order-way .eg-ti {
    font-size: 14px;
    line-height: 16px;
    height: 26px;
    padding: 3px 10px; }

.eg-order-way__header {
  color: #444444;
  font-size: 14px;
  padding: 0 34px;
  width: 620px;
  margin: auto; }

.eg-order-way__card-sides,
.eg-order-way__variants {
  width: 620px;
  margin: auto; }

.eg-order-way__variants {
  padding: 0; }

.eg-order-way__variant-logo {
  background: #fff;
  cursor: pointer;
  height: 18px;
  margin: 0 0 0 3px;
  padding: 5px;
  text-align: center;
  width: 50px;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.eg-order-way__variant {
  list-style: none;
  margin: 8px 15px;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top; }
  .eg-order-way__variant:first-child {
    margin-left: 0; }

.eg-order-way__card_side {
  width: 296px;
  height: 176px;
  border: 2px solid #929292;
  background-color: #eaeaea;
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 0;
  vertical-align: top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .eg-order-way__card_side:first-child {
    margin-right: 12px; }

.eg-order-way__label {
  display: block;
  font-size: 14px;
  margin: 7px 14px; }

.eg-order-way__label_card-year_text {
  text-align: right;
  padding: 2px 5px 0 0; }

.eg-order-way__card-number {
  text-align: right; }

.eg-order-way__card-number,
.eg-order-way__card-holder {
  margin: 0 14px;
  width: 270px; }

.eg-order-way__card-date {
  text-align: right;
  padding: 0 18px 0 0;
  line-height: 27px; }

.eg-order-way__label-month,
.eg-order-way__label-year {
  font-size: 14px; }
  .eg-order-way__label-month .display,
  .eg-order-way__label-month .eg-select__display,
  .eg-order-way__label-year .display,
  .eg-order-way__label-year .eg-select__display {
    height: 24px;
    line-height: 24px; }
  .eg-order-way__label-month.items,
  .eg-order-way__label-year.items {
    margin: -26px 0 0; }
    .eg-order-way__label-month.items .item,
    .eg-order-way__label-year.items .item {
      line-height: 14px; }
  .eg-order-way__label-month.items.above,
  .eg-order-way__label-year.items.above {
    margin: 27px 0 0; }
  .eg-order-way__label-month.eg-dropdown_pos_top,
  .eg-order-way__label-year.eg-dropdown_pos_top {
    margin: -10px 0 0; }
  .eg-order-way__label-month .eg-dropdown__item .eg-inner,
  .eg-order-way__label-year .eg-dropdown__item .eg-inner {
    padding: 4px 10px; }

.eg-order-way__card-cvv-prompt {
  text-align: right;
  padding-top: 1px; }
  .eg-order-way__card-cvv-prompt span {
    border-bottom: 2px solid #444444; }

.eg-order-way__card_line {
  background: #929292 url(../../../Images/common-skin/site-icons.png) no-repeat 128px -238px;
  height: 42px;
  margin-top: 27px; }

.eg-order-way__card-cvv {
  float: right;
  margin-right: 15px;
  width: 45px; }

.eg-promo-code {
  border: 1px solid #bbbbbb;
  padding: 25px 35px;
  color: #aba79d;
  width: 268px;
  min-height: 70px; }

.eg-promo-code__header {
  font-size: 12px;
  line-height: 18px;
  margin: 0; }

.eg-promo-code__button {
  font-size: 13px;
  line-height: 32px;
  height: 32px;
  margin-top: 5px; }

.eg-promo-code__validation-ok {
  font-size: 20px;
  margin: 0;
  color: #000;
  position: relative; }
  .eg-promo-code__validation-ok:before {
    display: block;
    position: absolute;
    top: 10px;
    left: -20px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../../../Images/common-skin/rgd-icons.png) -64px -204px no-repeat; }

.eg-promo-code_discount, .eg-promo-code__error {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 -16px 0; }

.eg-promo-code__cancellation {
  border-bottom: 1px dotted;
  text-decoration: none;
  color: #bbbbbb; }
  .eg-promo-code__cancellation:hover {
    border-bottom: none; }

.eg-promo-code__input {
  width: 150px; }

.eg-promo-code__error {
  color: #d63333;
  padding-top: 5px; }

.confirm-params {
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .confirm-params .table-header__item {
    font-size: 12px;
    border-bottom: 1px solid #878787;
    line-height: 14px;
    padding: 10px 0 10px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    background-color: #afafaf; }
    .confirm-params .table-header__item:first-child {
      -webkit-border-radius: 5px 0 0 0;
      -moz-border-radius: 5px 0 0 0;
      -ms-border-radius: 5px 0 0 0;
      -o-border-radius: 5px 0 0 0;
      border-radius: 5px 0 0 0; }
    .confirm-params .table-header__item:last-child {
      border-right: 1px solid #878787;
      -webkit-border-radius: 0 5px 0 0;
      -moz-border-radius: 0 5px 0 0;
      -ms-border-radius: 0 5px 0 0;
      -o-border-radius: 0 5px 0 0;
      border-radius: 0 5px 0 0; }
  .confirm-params .table__item {
    border-top: 1px solid #dbd9d9;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 0 7px 10px; }
  .confirm-params .confirm-params__ticket-num,
  .confirm-params .confirm-params__price {
    color: #444;
    font-size: 18px; }
  .confirm-params .table__par {
    margin: 5px 0 0 0; }
    .confirm-params .table__par:first-child {
      margin: 0; }

.confirm-page__hint {
  color: #888888;
  font-size: 13px;
  font-style: italic;
  margin: 0;
  padding: 5px 0; }

.confirm-cost,
.eg-card-data {
  background: #ebebeb; }

.confirm-cost {
  color: #444;
  font-size: 31px;
  line-height: 33px;
  padding: 18px; }
  .confirm-cost .val {
    color: #000;
    font-weight: bold; }

.confirm-cost__hint {
  color: #7A7770;
  font-size: 15px;
  line-height: 18px;
  margin: 0; }

.confirm-cost__hint_type_discount {
  color: #779217; }

.confirm-cost__element {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 30px; }

.confirm-cost__insurance {
  font-size: 14px;
  line-height: 18px;
  margin: 15px 10px 20px 0; }
  .confirm-cost__insurance .checkAndRadio {
    float: left; }

.confirm-cost__insurance-info {
  float: left;
  margin: -1px 0 0 10px;
  width: 70%; }

.confirm-cost__insurance-price {
  color: #000;
  float: right;
  font-weight: bold;
  text-align: right;
  width: 15%; }

.confirm-question {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 0;
  text-align: right; }

.places-order-table .base-table__th {
  border: 1px solid #a0a0a0; }
.places-order-table .base-table__td {
  border: 1px solid #B2B2B2; }

.eg-card-data {
  margin: 20px 0 0;
  padding: 18px; }
  .eg-card-data .eg-order-way__header {
    color: #434343;
    font-size: 19px;
    margin: 0 auto 15px; }
  .eg-card-data .inputformv1 {
    font: 13px/26px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    height: 26px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/*end of rgd confirm page*/
/*rgd rezult page*/
.buy-rezult {
  font-size: 25px;
  line-height: 27px;
  margin: 0 0 20px 0;
  text-align: center;
  padding: 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.buy-rezult_type_error {
  color: #cc0000; }

.buttons_area_type_buy-rezult {
  padding: 0 0 40px 0; }
  .buttons_area_type_buy-rezult .page__button,
  .buttons_area_type_buy-rezult .page__sub-button {
    font-size: 15px;
    margin: 0 0 0 7px; }

.buttons_area_type_final-step {
  padding: 0 0 16px 0; }
  .buttons_area_type_final-step .page__button,
  .buttons_area_type_final-step .page__sub-button {
    width: 290px;
    margin: auto !important;
    display: block; }
  .buttons_area_type_final-step .page__button,
  .buttons_area_type_final-step .page__sub-button {
    margin-bottom: 18px !important; }

.buy-rezult__links {
  text-align: center; }
  .buy-rezult__links .page__weighty-link {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 40px;
    text-align: right; }
  .buy-rezult__links .page__weighty-link:first-child {
    margin-left: 0; }

/*end of rgd rezult page*/
.lines {
  border-collapse: collapse;
  margin-top: 20px;
  width: 470px; }
  .lines td, .lines th {
    padding: 7px;
    border-top: 1px solid #DAD8D8;
    border-bottom: 1px solid #DAD8D8;
    vertical-align: top;
    text-align: left; }
  .lines th {
    background: #F4F4F4; }

/*form styles*/
.form_section {
  border-bottom: 1px solid #989898;
  padding: 15px 0px 0px 0px;
  font-size: 1.2em;
  float: left;
  text-align: left;
  width: 100%; }

.form_section .item {
  width: 100%;
  float: left;
  padding-bottom: 15px; }

.form_section .path {
  padding-top: 5px; }

.form_section .nav {
  padding-bottom: 10px; }

.form_section .two_cols .col {
  width: 48%; }

.form_section .five_cols .col {
  width: 20%; }

.form_section .three_cols .col {
  width: 33%; }

.form_section .five_cols .col.min {
  width: 16%; }

.form_section .five_cols .col.max {
  width: 24%; }

.form_section .item .col {
  float: left; }

.form_section .col.last {
  float: right; }

.form_section .title {
  color: #626262; }

.form_section .title label {
  margin-right: 0px; }

.form_section p.title {
  margin: 10px 0px 5px 0px; }

.form_section .nomargs p {
  margin-top: 0px; }

.form_section .nomargs p.oneline {
  margin-top: 15px; }

.form_section p.minmarg {
  margin-top: 5px; }

.form_section .path_place_cont {
  position: relative; }

.form_section .path_place_cont .code_val,
.contact_info .country_code_cont .code_val {
  background: #fff;
  color: #626262;
  font-size: 0.75em;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 3px;
  padding: 3px 6px; }

.contact_info .country_code_cont .code_val {
  font-size: 0.9em; }

.form_section .two_cols .col .input_fill {
  width: 271px; }

.form_section .returnDate, .form_section .departDate, .datePicInput {
  width: 80px;
  margin-top: 3px; }

.form_section label {
  margin-right: 15px; }

.form_section select {
  width: 100%; }

.form_section select.flightClass {
  width: 132px;
  margin-left: 5px; }

.form_section select.passNumber {
  width: 55px; }

.form_section select.time {
  margin-top: 6px; }

