.ex-search__inner,
.ex-block__inner_filled-blue {
	background-color: rgba(0,26,64,0.9);
}
.ex-search__inner_bottom {
	background-color: #ebf0fa;
}
.ex-button {
	padding: 3px 45px 0 45px;
    background: #ff0000;
    font-family: 'Open Sans Condensed','Open Sans ',sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 54px;
    text-transform: uppercase;
    display: inline-block;
    margin: 3px 2px 0 0;
    border: 0;
    border-bottom: 3px solid #b00000;
    border-radius: 29px;
    cursor: pointer;
    line-height: 36px;
    height: auto;
}
.ex-button:hover {
    background:#ff8484;
    border-color:#cc0000;
}
.ex-search__textinput {
    height: 42px;
}
.ex-search__datepicker {
    border: 2px solid #dde2eb;
    box-sizing: border-box;
}
.ex-lang-switcher__item:hover, .ex-lang-switcher__item_active {
	border-color: #ffb52b;
}
.ex-datepicker__day:hover:not(.ex-datepicker__day_disabled):not(.ex-datepicker__day_empty), .ex-datepicker__day_selected {
	background: #ffb52b;
    border-color: #ffb52b;
    color:#ffffff !important;
}
.ex-datepicker__day_current {
    border-color: #ffb52b;
}
.ex-button_link {
	color:#1265bb !important;
}
.ex-button_link:hover,
.ex-button_light:hover {
	color:#e54d42 !important;
}
.ex-button_link, .ex-button_link:hover {
    background: none !important;
    border-color: transparent !important;
    padding:0 16px !important;
    border:none !important;
    margin:0 !important;
}
.ex-block__section_error {
    border-color: #ffb52b;
}
.ex-textinput {
	font-size: 16px;
    line-height: 42px;
    width: 100%;
    height: 46px;
    padding: 0 10px 0 16px;
    background: #fff;
    border: 2px solid #dde2eb;
    box-sizing: border-box;
}
.ex-select {
	font-size: 16px;
    line-height: 16px;
    width: 100%;
    height: 46px;
    background: #fff;
    border: 2px solid #dde2eb;
    box-sizing: border-box;
}
.ex-textinput:focus {
	border-color:#ffb52b;
}
.ex-order-login ul li:before {
    top: 14px;
}
.ex-button_light {
    background: none !important;
    border:none !important;
    border-color: transparent !important;
    padding:0 !important;
    color: #2984d9 !important;
}
.ex-textinput_error {
    border-color: #f56b6b;
}
.ex-button_small:hover {
	border-bottom: 3px solid #ff8933 !important;
}
.ex-button_light:hover {
    border:none !important;
    border-color: transparent !important;
}
.ex-block__section_top .ex-title {
	font-size: 22px;
}
.ex-train-info__id {
    color: #ffb52b;
}
.ex-order-info__total-price-sum,
.ex-order-total__price span {
    color: #ffb52b;
    font-family: 'PT Sans', serif;
}
.ex-form__label {
    font-size: 15px;
}
.ex-checkbox__button {
    margin-top: 3px;
}
#ufs-railway-app {
    position: relative;
}
#ufs-railway-app:before {
    content:"";
    display: none;
    position: absolute;
    top:0;
    left:0;
    width:180px;
    height:58px;
    background: url("alogo.png");
}


.ex-dropdown {
    min-width: 244px !important;
}

@media (min-width: 1024px) {
.ex-order-login__aside {
    width: 37%;
}
.ex-order-login__main {
    width: 59%;
}
}
@media (max-width: 767px) {
    .ex-order-search_header {
        margin-bottom: 0px; 
    }
    .ex-order-search {
        text-align: center;
    }
}
@media (max-width: 500px) {
    .ex-button {
        font-size: 14px;
        padding: 3px 15px 0 15px;
    }
}
