
html{
    margin: 0;
    height: 100%;
    min-height: 100%;
    padding: 0;
}
body {
    height: 100%;
    padding: 0;
    margin: 0;

    min-width: 320px;

    font-size: 16px;
    font-family: MuseoCyrl-100, Arial, sans-serif;

    color: #696268;
    background: #fff;
}

a, input {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

ul {
    list-style: none;
}
a {
    outline: none;
    text-decoration: none;
    
    color: #696268;
}
a:hover {
    text-decoration: none;
    color: #000;
}
img {
    border:none;
}
table {
    border-collapse:collapse;
}
strong {
    font-weight: normal;
    font-family: MuseoCyrl-700, Arial, sans-serif;
}

h1 {}
h2 {}
h1, h2, h3 {
    font-weight: normal;
}
h2, h3 {
    font-size: 17px;
    line-height: 1em;
    font-family: MuseoCyrl-100, Arial, sans-serif;
}

.clear {
    clear: both;
}

.container{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

*::-webkit-input-placeholder { color: #696268; opacity: 1; }
*::-moz-placeholder          { color: #696268; opacity: 1; }/* Firefox 19+ */
*:-moz-placeholder           { color: #696268; opacity: 1; }/* Firefox 18- */
*:-ms-input-placeholder      { color: #696268; opacity: 1; }

/* Layout */

.page-wrap {
    min-height: 100%;
    position: relative;
    
    margin: 0 auto;
}
.header-wrap {
    width: 100%;
    padding: 10px 0;
    z-index: 11;
}
.inner-wrap {
    position: relative;

    z-index: 1;
}
.footer-wrap {
    width: 100%;

    z-index: 2;
}

.footer-wrap .container{
    padding: 0;
}

/* Layout (end) */

.nosp {
    position: absolute;
    left: -1000%;
}
.justify-fixer {
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 80%;
    display: inline-block;
}

/* header */

.header-wrap {
    border-top: 4px solid #96beb9;
    font-size: 0;
}

.header-logo {
    display: inline-block;
    vertical-align: middle;
    width: 104px;
}
.header-logo a {
    display: block;
    height: 100%;
}
.header-logo a img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 150px;
}

.header-right {
    display: inline-block;
    vertical-align: middle;
    width: 290px;
}
.header-phones{
    display: inline-block;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    vertical-align: middle;
    padding-left: 60px;
    position: relative;
}
.header-phones:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -25.5px;
    left: 4px;
    width: 51px;
    height: 51px;
    background-image: url(../images/phone.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 51px 51px;
            background-size: 51px 51px;

}
.header-phones a{   
    font-size: 22px;
    font-family: MuseoCyrl-700, Arial, sans-serif;
    line-height: 1.3em;
    color: #696268;
    text-decoration: none;
    outline: none;
    letter-spacing: -1px;
}

.header-messagers{
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

.header-messager{
    margin: 1px 0;
    display: block;
    width: 24px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-messager:hover{
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

.header-messager img{
    max-width: 100%;
    height: auto;
}

.header-middle {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    text-align: center;
    padding: 15px 0;
}

.header-middle-block {
    display: inline-block;
    padding: 0 20px;
}
.header-middle-block a {
    line-height: 1em;
    display: block;
}
.header-middle-block ul {
    display: none;
}
.header-middle-block ul li {}
.header-middle-block ul li a {}

.header-middle-block.header-middle-customer {}
.header-middle-block.header-middle-customer a {
    padding-right: 26px;

    background: url("../images/ico-customer.png") right center no-repeat;
}


/* pages */

.fields {
    margin-left: -12px;
}
.field {
    padding-left: 12px;
    margin-bottom: 12px;
}
.field label {
    display: block;
}
.field-input ,.field-textarea{
    width: 100%;
}

.field-input input,.field-textarea textarea,.field-checkbox .field-input{
    width: 100%;
    height: 40px;
    line-height: 40px;

    margin: 0;
    padding: 0 16px;

    background: none;
    border: none;
    width: 100%;
    height: 44px;
    background: #ffffff;
    border: 1px solid #96beb9;
    border-top-width: 4px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(107, 163, 156, 0.9);
            box-shadow: inset 0 1px 1px rgba(107, 163, 156, 0.9);
}

.field-textarea textarea{
    height: 260px;
}

.field-checkbox {
    position: relative;
    padding-left: 62px;
}
.field-checkbox .field-input {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -14px;

    height: 28px;
    width: 28px;
    padding: 0;
}
.field-checkbox.checked .field-input {
    background-image: url("../images/ico-checked.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.field-checkbox .field-input input {
    margin-top: -4px;
    opacity: 0;
}

a.button,
.button input {
    display: inline-block;
    height: 44px;
    line-height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
    border: none;

    font-size: 16px;
    font-family: MuseoCyrl-300, Arial, sans-serif;

    text-align: center;

    color: #ffffff;
    background: #ff9000;
    -webkit-border-radius: 4px;
            border-radius: 4px;

    -webkit-box-shadow: 0 1px 1px #39615c;

            box-shadow: 0 1px 1px #39615c;
}
a.button:hover,
.button input:hover {
    background: #c46f00;
}

a.button.disabled{
    opacity: 0.5;
    cursor: default;
}
a.button.disabled:hover{
    background: #ff9000;
}

.field-loc {}
.field-date {}
.field-ppl {}

.page-index-form-wrap{
    background: url("../images/index-bg.png");
    padding: 110px 0 130px 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
}
.page-index-form {
    padding: 25px 45px;
    max-width: 1110px;
    margin: 0 auto;
    background: rgba(0, 25, 22, 0.55);
    -webkit-border-radius: 5px;
            border-radius: 5px;
}

.field-input select{
    width: 100%;
    height: 44px;
    border: 1px solid #96beb9;
    border-top-width: 4px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(107, 163, 156, 0.9);
            box-shadow: inset 0 1px 1px rgba(107, 163, 156, 0.9);
    padding-left: 10px;
    background: #fff url("../images/arr-dwn.png") 96% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
       text-overflow: '';
    padding-right: 25px;
    outline: none;
}

.select2-selection{
    width: 100%;
    height: 44px !important;
    line-height: 26px !important;
    border: 1px solid #96beb9 !important;
    border-top-width: 4px !important;
    -webkit-border-radius: 4px !important;
            border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(107, 163, 156, 0.9) !important;
            box-shadow: inset 0 1px 1px rgba(107, 163, 156, 0.9) !important;
    padding-left: 40px !important;
    background: #fff url("../images/arr-dwn.png") 96% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
       text-overflow: '';
    padding-right: 25px !important;
    outline: none;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow{
    display: none;
}

.select2-container--krajee .select2-selection__clear{
    margin-top: 2px;
}

.page-index-form select:focus{
    outline: none;
}

.page-index-form .field-input select{
    padding-left: 45px;
}

.page-index-form-title {
    position: relative;

    padding-bottom: 20px;
    margin-bottom: 35px;

    font-size: 36px;
    line-height: 1em;
    font-family: MuseoCyrl-500, Arial, sans-serif;

    color: #ffffff;
    text-shadow: 0 1px 1px #000101;

    text-align: center;
}
.page-index-form-title strong {
    font-family: MuseoCyrl-900, Arial, sans-serif;
}
.page-index-form-title:after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;
    line-height: 0;
    font-size: 0;

    background: #96beb9;
    -webkit-box-shadow: 0 1px 1px #000101;
            box-shadow: 0 1px 1px #000101;
}

.page-index-form .fields {
    margin-left: -12px;
}
.page-index-form .field {
    position: relative;

    float: left;
    margin-left: 12px;
    padding-left: 0;
}

.page-index-form .field label {
    margin-bottom: 6px;

    line-height: 1em;
    color: #ffffff;
    text-shadow: 0 1px 1px #000101;
}


#trip-search-form .field-date .field-input {
    background: #ffffff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
#trip-search-form .field-date .field-input input {
    position: relative;
    z-index: 10;
    background: none;
}

.page-index-form .field .field-input:after {
    content: "";
    position: absolute;

    background-position: 0 0;
    background-repeat: no-repeat;
}

.page-index-form .field-loc {
    width: 230px;
}
.page-index-form .field-loc input {
    padding-left: 40px;
}
.page-index-form .field-loc .field-input:after {
    width: 18px;
    height: 21px;

    left: 14px;
    bottom: 11px;

    background-image: url("../images/ico-loc.png");
}
.page-index-form .field-loc .field-input.focused:after {
    background-image: url("../images/ico-loc-focused.png");
}
.page-index-form .field-date {
    width: 130px;
}
.page-index-form .field-date input {
    padding-right: 50px;
}
.page-index-form .field-date .field-input:after {
    width: 22px;
    height: 24px;

    right: 17px;
    bottom: 9px;

    background-image: url("../images/ico-date.png");
}
.page-index-form .field-date .field-input.focused:after {
    background-image: url("../images/ico-date-focused.png");
}
.page-index-form .field-ppl {
    width: 150px;
}
.page-index-form .field-button {
    width: 110px;
    padding-top: 22px;
}
.page-index-form .field-button input {
    width: 100%;
    height: 44px;
    line-height: 42px;

    margin: 0;
    padding: 0;
    border: none;

    font-family: MuseoCyrl-700, Arial, sans-serif;

    text-align: center;

    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 1, 1, 0.5);
    background: #ff9000;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.page-index-form .field-button input:hover {
    background: #c46f00;
}


.page-inner .container {
    padding-top: 30px;
    padding-bottom: 60px;

    border-top: 1px solid #96beb9;
}


.order-block {}
.page-title,
.page-title h1 {
    font-size: 72px;
    line-height: 1em;
    font-family: MuseoCyrl-500, Arial, sans-serif;
}
.page-title.order-title {}

.order-form {
    margin-top: 19px;
    padding-top: 17px;

    font-size: 18px;
    font-family: MuseoCyrl-300, Arial, sans-serif;

    border-top: 1px solid #96beb9;
}

.order-form-count {
    margin-bottom: 14px;
}
.order-form-count strong {
    color: #000000;
}

.fields-block {
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #cbc5ca;
}
.fields-block p {
    line-height: 1em;
}

.order-form-total {
    margin-top: 25px;
    text-align: right;
}
.total-sum {
    margin-bottom: 10px;
}
.total-sum span {
    font-family: MuseoCyrl-500, Arial, sans-serif;
    color: #ff9000;
}
.total-sum span strong {
    font-size: 36px;
    font-family: MuseoCyrl-900, Arial, sans-serif;
}


.edit-order-button {
    margin-top: 17px;
    margin-bottom: 34px;
}
.edit-order-button a {
    display: inline-block;

    height: 48px;
    line-height: 46px;
    padding-left: 40px;
    padding-right: 20px;

    color: #ff9000;
    text-decoration: underline;

    border: 1px solid #96beb9;
    -webkit-border-radius: 5px;
            border-radius: 5px;

    background: url("../images/ico-edit.png") 20px center no-repeat;
}
.edit-order-button a:hover {
    text-decoration: none;
}

.ticket-block {
    background: #f8f5e9;
}

.ticket-top {
    position: relative;

    padding-bottom: 20px;
}
.ticket-top:after {
    content: "";

    position: absolute;
    left: -1px;
    bottom: -5px;

    padding-left: 1px;
    padding-right: 1px;

    -webkit-box-sizing: content-box;

            box-sizing: content-box;

    width: 100%;
    height: 8px;

    background: url("../images/tear-bg.png") center center repeat-x;
}

.ticket-bottom,
.ticket-top {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;

    -webkit-box-shadow: 0 1px 1px rgba(57, 97, 92, 0.9);

            box-shadow: 0 1px 1px rgba(57, 97, 92, 0.9);
}

.ticket-data-block {
    padding-top: 9px;
}
.ticket-data-block:first-child {
    border-bottom: 1px solid #6a6369;
}
.ticket-subtitle {
    padding-bottom: 4px;

    font-size: 12px;

    border-bottom: 2px dotted #CBC5CA;
}

.ticket-location {
    margin-top: 7px;
    margin-bottom: 7px;

    font-size: 24px;
    font-family: MuseoCyrl-900, Arial, sans-serif;
}
.ticket-timedate {
    overflow: hidden;

    padding: 9px 12px;
    margin-bottom: 10px;

    border: 1px solid #96beb9;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}

.ticket-timedate > * {
    display: inline-block;
    vertical-align: middle;
}
.ticket-time {
    padding-left: 26px;
    padding-right: 11px;

    font-size: 30px;
    line-height: 1em;
    font-family: MuseoCyrl-700, Arial, sans-serif;

    background: url("../images/ico-time.png") 0 center no-repeat;
}
.ticket-date {
    padding-left: 14px;

    font-size: 16px;
    font-family: MuseoCyrl-700, Arial, sans-serif;

    border-left: 1px solid #96beb9;
}
.ticket-date strong {
    font-family: MuseoCyrl-900, Arial, sans-serif;
}
.ticket-info {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.2em;
}

.ticket-bottom {
    padding-top: 15px;
    padding-bottom: 20px;
}

.ticket-bottom-left {
    display: inline-block;

    width: 84px;
    padding-right: 14px;
    margin-right: 12px;

    font-size: 12px;
    line-height: 1em;

    border-right: 1px solid #96beb9;
}
.ticket-bottom-left span {
    display: block;

    height: 36px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;

    font-size: 24px;
    font-family: MuseoCyrl-900, Arial, sans-serif;

    border: 1px solid #96beb9;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.ticket-bottom-right {
    display: inline-block;
}
.ticket-bottom-right p {
    margin: 6px 0 0;

    font-size: 12px;
    line-height: 1em;
}
.ticket-bottom-right p strong {
    font-family: MuseoCyrl-900, Arial, sans-serif;
}


.menu-right {}
.menu-right ul {
    margin: 0;
    padding: 0;
}
.menu-right ul li {
    margin-bottom: 9px;
    line-height: 1.1em;
}
.menu-right ul li a {
    padding-left: 20px;
}
.menu-right ul li.active a,
.menu-right ul li a:hover {
    font-family: MuseoCyrl-500, Arial, sans-serif;
    color: #696268;

    background: url("../images/arr-right.png") 0 center no-repeat;
}

.content h2 {
    margin-bottom: 13px;
    font-size: 24px;
    font-family: MuseoCyrl-700, Arial, sans-serif;
}
.content p {
    margin-top: 10px;
    margin-bottom: 24px;
    font-family: MuseoCyrl-300, Arial, sans-serif;
}


.search-list {}
.search-title {}
.search-subtext {
    font-size: 18px;
}

.search-date-block {
    margin: 25px 0;
    text-align: center;
}
.search-date-block ul {
    overflow: hidden;

    display: inline-block;

    padding: 0 10px;
    margin: 0;

    border: 1px solid #96beb9;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.search-date-block ul li {
    float: left;
}
.search-date-block ul li span,
.search-date-block ul li a {
    display: inline-block;

    height: 48px;
    line-height: 46px;
    padding-left: 22px;
    padding-right: 22px;

    font-size: 14px;
}
.search-date-block ul li span {
    font-family: MuseoCyrl-900, Arial, sans-serif;
    color: #696268;
}
.search-date-block ul li a {
    font-family: MuseoCyrl-300, Arial, sans-serif;
    color: #ff9000;
    text-decoration: underline;
}
.search-date-block ul li a:hover {
    text-decoration: none;
}


.search-table {
    width: 100%;

    font-size: 14px;
    font-family: MuseoCyrl-300, Arial, sans-serif;
}
.search-table th {
    width: 23%;
    padding-bottom: 8px;

    font-weight: normal;
    color: #8f888e;
    text-align: left;

    border-bottom: 3px solid #96beb9;
}
.search-table th.wide {
    width: 31%;
}
.search-table th span {
    padding-right: 27px;
}
.search-table th span.sorted {
    background: url("../images/arr-dwn.png") right center no-repeat;
}
.search-table td {

}
.search-table tr:last-child td {

}
.search-table td:last-child {}

.search-table .search-tr-main td {
    padding-top: 18px;
    padding-bottom: 4px;
    border-top: 3px solid #020202;
}
.search-table .search-tr-main:first-child td {
    border: none;
}
.search-tr-main {}
.search-td-time {
    padding-bottom: 5px;
}
.search-td-time strong {
    font-size: 30px;
    line-height: 1em;
    font-family: MuseoCyrl-700, Arial, sans-serif;
}
table.search-table td.search-td-road {
    padding-bottom: 7px;
    font-size: 18px;
}
.search-td-road strong {
    font-family: MuseoCyrl-700, Arial, sans-serif;
}
.search-td-buy {}

a.search-buy-button {
    line-height: 48px;
    line-height: 1em;
    height: auto;
    padding: 5px 20px;
}
.search-buy-button strong {
    font-size: 24px;
    line-height: 1em;
    font-family: MuseoCyrl-700, Arial, sans-serif;
}

.search-places {
    margin-top: 5px;

    font-size: 12px;
    font-family: MuseoCyrl-100, Arial, sans-serif;
}
.search-places strong {
    font-family: MuseoCyrl-700, Arial, sans-serif;
    color: #000000;
}
.search-places span {
    display: inline-block;

    vertical-align: middle;

    height: 11px;
    margin-left: 7px;
    margin-top: -1px;

    background: url("../images/ico-places.png") 0 0 repeat-x;
}

.search-tr-sub {

}
.search-tr-sub td {
    padding-top: 7px;
    padding-bottom: 19px;

    border-top: 2px dotted #CBC5CA;
}

.search-tr-sub a {
    color: #ff9000;
    text-decoration: underline;
}
.search-tr-sub a:hover {
    text-decoration: none;
}
.search-tr-sub a .sh,
.search-tr-sub a .hi {
    padding-right: 19px;

    background-position: right center;
    background-repeat: no-repeat;
}
.search-tr-sub a .sh {
    background-image: url("../images/arr-dwn.png");
}
.search-tr-sub a .hi {
    background-image: url("../images/arr-up.png");
}
.search-tr-sub a .sh,
.search-tr-sub a.opened .hi {
    display: inline;
}

.search-tr-sub a.opened .sh,
.search-tr-sub a .hi {
    display: none;
}

.search-tr-info {
    display: none;
    font-size: 12px;
}
.search-tr-info.opened {
    display: table-row;
}
.search-tr-info td {
    padding-bottom: 30px;
    vertical-align: top;
}
.search-info-table-prefix {
    float: left;
    width: 120px;
    padding-left: 5px;
    text-align: center;
}
.search-info-table {}
.search-info-table td {
    padding-bottom: 10px;
    padding-right: 25px;
}
.search-info-table tr td:first-child {
    font-family: MuseoCyrl-700, Arial, sans-serif;
}
.search-info-table td a {
    color: #ff9000;
    text-decoration: underline;
}
.search-info-table td a:hover {
    text-decoration: none;
}

.search-places-table {
    width: 100%;
}
.search-places-table th {
    border: none;
    padding: 0 20px 3px 0;

    text-align: right;
    white-space: nowrap;
}
.search-places-table td {
    padding: 0 0 3px 0;
    font-family: MuseoCyrl-700, Arial, sans-serif;
}

.check-places-button {
    display: inline-block;
    height: 28px;
    line-height: 26px;

    margin-top: 9px;
    padding: 0 20px;

    font-family: MuseoCyrl-500, Arial, sans-serif;

    text-align: center;

    color: #000;
    background: #96beb9;
    -webkit-border-radius: 4px;
            border-radius: 4px;

    -webkit-box-shadow: 0 1px 1px #39615c;

            box-shadow: 0 1px 1px #39615c;
}
.check-places-button:hover {
    background: #afded8;
}

/* footer */

footer.footer{
    border-top: 1px solid #95bdb9;
    padding: 50px 0;
}

.footer-block {
    float: left;
    padding-right: 50px;
    font-size: 14px;
}
.footer-block p {
    margin: 0 0 16px;
}
.footer-block span {
    font-size: 12px;
}

.footer-block strong,
.footer-title {
    font-family: MuseoCyrl-500, Arial, sans-serif;
}
.footer-block ul {
    margin: 0;
    padding: 0;
    min-width: 200px;
}
.footer-block ul li {}
.footer-block ul li a {}
.footer-block ul li a{
    display: block;
    padding-top: 6px;
}
.footer-logo {
    float: right;
    padding-left: 0;
    padding-right: 50px;
}
.footer-logo a {}
.footer-logo a img {}

/*system messages*/

.help-block{
    color: #ff9000;
    font-size: 14px;
    margin-top: 5px;
}


@media (max-width:1404px){}
@media (max-width:1300px){}
@media (max-width:1200px){}

@media (max-width:1279px){
    .page-index-form .fields {
        margin-left: -3%;
    }
    .page-index-form .field {
        margin-left: 3%;
        margin-bottom: 18px;
    }
    .page-index-form .field-loc {
        width: 47%;
    }
    .page-index-form .field-date {
        width: 22%;
    }
    .page-index-form .field-ppl {
        width: 32%;
    }
    .page-index-form .field-button {
        width: 12%;
    }
}

@media (max-width:1003px){
    .page-index-form .field-button {
        width: 20%;
    }

    .page-title {
        font-size: 50px;
    }
    .order-form-total {
        margin-bottom: 25px;
    }

    .footer-block {
        width: 28%;
    }
    .footer-block:first-child {
        width: 36%;
    }
}

@media (max-width: 960px){}

@media (max-width:820px){
    .search-table {
        border-top: 3px solid #96beb9;
    }
    .search-table thead {
        display: none;
    }
    .search-table tr {
        overflow: hidden;
    }
    .search-table td {
        float: left;
        width: 50%;
        padding-left: 20px;
    }
    .search-table tr td:nth-child(3),
    .search-table tr td:nth-child(4) {
        border: none;
    }
    .search-table td td {
        display: table-cell;
        width: auto;
    }
    .search-info-table-prefix {
        float: none;
        padding-left: 0;
        width: 120px;
        text-align: center;
        margin-bottom: 10px;
    }
    .search-places-table,
    .search-info-table {
        width: 100%;
    }

    .search-places-table td,
    .search-info-table td {
        width: 60% !important;
    }
    .search-places-table th,
    .search-info-table tr td:first-child,
    .search-info-table th {
        width: 40% !important;
        text-align: right;
    }
}

@media (max-width:768px){
    .ticket-block,
    .order-block {
        margin-left: 15px;
        margin-right: 15px;
    }
    .page-index-form-wrap{
        padding: 25px 0;
    }
    .page-index-form-title{
        font-size: 24px;
    }    
}

@media (max-width:720px){
    .page-index-form .field-button {
        width: 25%;
    }
}

@media (max-width:680px){
    .header-wrap {
        height: auto;
    }
    .page-index-form .field-ppl,
    .page-index-form .field-date {
        width: 47%;
    }
    .page-index-form .field-button {
        width: 40%;
        margin-left: 30%;
    }

    .page-title {
        font-size: 32px;
    }

    .search-table .search-tr-info > td {
        width: 100%;
    }

    .ticket-time {
        font-size: 22px;
    }
}

@media (max-width:600px){
    .page-index {
        height: auto;
    }
    .page-index-form .fields {
        margin-left: 0;
    }
    .page-index-form .field {
        width: 100% !important;
        margin-left: 0;
    }

    .footer-block,
    .footer-block:first-child {
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0
    }
}

@media (max-width:560px){}

@media (max-width:450px){

    .search-table td {
        width: 100%;
    }
    .search-table tr td:nth-child(2) {
        border: none;
    }

    .search-table .search-tr-main td,
    .search-table .search-tr-sub td {
        text-align: center;
    }

    .search-tr-sub td {
        padding-top: 17px;
        padding-bottom: 0;
    }

    .ticket-bottom, .ticket-top {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ticket-location {
        font-size: 22px;
    }
    .ticket-date {
        padding-left: 10px;
        font-size: 14px;
    }
    .ticket-time {
        padding-right: 8px;
        font-size: 16px;
    }
}

.header-vk img{
    vertical-align: middle;
    width: 32px;
    height: 32px;
}

.header-middle-block a{
    outline: none;
    text-decoration: none;
    color: #696268;
    font-family: MuseoCyrl-100, Arial, sans-serif;
    font-size: 16px;
}

.counter-wrapper{
    font-size: 12px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.counter-wrapper.hide{
    opacity: 0;
}
.search-result-form {
    margin: 10px 45px;
    padding: 25px 60px;
}

.form-items{
    font-size: 0;
    text-shadow: 0 1px 1px #000101;
    padding-top: 25px;
}

.form-item{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
}

.form-item-img{
    padding: 10px 0;
    min-height: 72px;
}

.form-item-img img{
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-item-title{
    font-size: 36px;
    color: #fff;
    font-family: MuseoCyrl-900, Arial, sans-serif;
    line-height: 1em;
}

.form-item-desc{
    font-size: 18px;
    color: #fff;
    font-family: MuseoCyrl-500, Arial, sans-serif;
    text-transform: lowercase;
}

.form-item:hover .form-item-img img{
    -webkit-filter: drop-shadow(0 1px 2px #000);
            filter: drop-shadow(0 1px 2px #000);
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px)
}

.form-item:last-child .form-item-img{
    padding-left: 12px;
}

.section{
    padding: 25px 0;
}

.section-title{
    text-align: center;
}

.section-title h1,
.section-title h2,
.section-title h3{
    color: #696268;
    font-size: 72px;
    font-family: MuseoCyrl-500, Arial, sans-serif;
    margin: 0;
}

.populars{
    font-size: 0;
    text-align: center;
}

.popular{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 515px;
    padding: 20px 20px 15px 20px;
}

.popular-title{
    color: #696268;
    font-size: 24px;
    font-family: MuseoCyrl-700, Arial, sans-serif;
    padding: 10px 0;
}

.popular-table{
    background: #f8f5e9;
    -webkit-box-shadow: 0 1px 1px rgba(57, 97, 92, 0.9);
            box-shadow: 0 1px 1px rgba(57, 97, 92, 0.9);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    position: relative;
    padding: 20px;
    padding-bottom: 0;
}

.popular-table:after{
    content: '';
    display: block;
    position: absolute;
    top:0;
    right:-20.5px;
    height: 100%;
    width: 1px;
    background: #96beb9;
}

.popular:nth-child(even) .popular-table:after{
    right: auto;
    left: -20.5px;
}

.popular:last-child .popular-table:after{
    display: none;
}

.popular-row{
    line-height: 1em;
    padding: 8px 0 8px 10px;
    border-bottom: 1px dotted #c8c1c7;
}

.popular-row-from,
.popular-row-deliver,
.popular-row-to,
.popular-row-price{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
}

.popular-row-price{
    width: 85px;
    text-align: center;
    border-left: 1px solid #96beb9;
    font-size: 16px;
    line-height: 16px;
}
.price{
    font-family: MuseoCyrl-300, Arial, sans-serif;
    font-size: 16px;
}

.price-value{
    font-family: MuseoCyrl-900, Arial, sans-serif;
}

.popular-row-deliver{
    width: 40px;
    height: 12px;
    background-image: url(../images/arrow-left-orange.png);
    -webkit-background-size: 11px 12px;
            background-size: 11px 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.popular-row-from,
.popular-row-to{
    width: -webkit-calc(50% - (40px + 85px) / 2);
    width: calc(50% - (40px + 85px) / 2);
    text-align: left;
    font-family: MuseoCyrl-500, Arial, sans-serif;
}

.popular-row-from{
    width: -webkit-calc(40% - (40px + 85px) / 2);
    width: calc(40% - (40px + 85px) / 2);
}

.popular-row-to{
    width: -webkit-calc(60% - (40px + 85px) / 2);
    width: calc(60% - (40px + 85px) / 2);
}

.popular-row__no-visible{
    display: none;
}

.popular-show-more{
    width: 80px;
    margin: 0 auto;
    background: #e9e5d7;
    -webkit-box-shadow: inset 0 2px 1px 1px #827b77;
            box-shadow: inset 0 2px 1px 1px #827b77;
    margin-top: 20px;
    -webkit-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
    height: 0.000001px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    position: relative;
}

.popular-show-more:after{
    content: '';
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: 2px;
    width: 19px;
    height: 11px;
    background-image: url(../images/arrow-down-green.png);
    background-position: center;
    -webkit-background-size: 19px 11px;
            background-size: 19px 11px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.popular-show-more.active:after{
    -webkit-transform: translate(-50%,-50%) rotate(-180deg);
        -ms-transform: translate(-50%,-50%) rotate(-180deg);
            transform: translate(-50%,-50%) rotate(-180deg);
}

.popular-show-more.show{
    visibility: visible;
    opacity: 1;
    height: 30px;
}

.section__about-in-icons{
    border-top: 1px dotted #c8c1c7;
    font-size: 0;
    text-align: center;
}

.about-in-icons-item{
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    max-width: 310px;
    color: #696268;
    padding: 5px 20px 15px;
}

.about-in-icons-item-image{
    min-height: 51px;
    padding: 10px 0;
}

.about-in-icons-item-image img{
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.about-in-icons-item:hover .about-in-icons-item-image img{
    -webkit-filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));
            filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px)
}

.about-in-icons-item-title{
    font-family: MuseoCyrl-700, Arial, sans-serif;
    font-size: 30px;
}

.about-in-icons-item-desc{
    font-size: 16px;
    font-family: MuseoCyrl-300, Arial, sans-serif;
}

.section__our-advantages{
    background: #f8f5e9;
    padding-bottom: 0;
}

.advantages{
    font-size: 0;
    text-align: center;
}

.advantages-item{
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    padding: 30px 20px 30px 20px;
    position: relative;
}

.advantages-item:after{
    content: '';
    display: block;
    position: absolute;
    top:70px;
    right:0;
    height: 85px;
    width: 1px;
    background: #96beb9;
}

.advantages-item:nth-child(3n+3):after{
    display: none;
}

.advantages-item-image{
    display: inline-block;
    width: 143px;
    height: 143px;
    position: relative;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;    
}

.advantages-item-image:after{
    content: '';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 3px #95bdb9;
            box-shadow: inset 0 0 0 3px #95bdb9;
}

.advantages-item-image img{
    max-width: 100%;
    height: auto;
}

.advantages-item-title{
    font-family: MuseoCyrl-700, Arial, sans-serif;
    font-size: 14px;
    padding-top: 15px;
}

.advantages-item-desc{
    font-family: MuseoCyrl-300, Arial, sans-serif;
    font-size: 14px;
}

.advantages-item-title,
.advantages-item-desc{
    line-height: 1.3em;
    max-width: 225px;
    margin: 0 auto;
}

.decor{
    height: 5px;
    background-image: url(../images/decor.png);
    -webkit-background-size: 9px 5px;
            background-size: 9px 5px;
    background-repeat: repeat-x;
    background-position: center;
}

.section-title__two-part h2{
    font-size: 0;
}

.section-title-left,
.section-title-right{
    display: inline-block;
    font-size: 60px;
    line-height: 1em;
}

.section-title-left{
    padding-right: 40px;
    position: relative;
}

.section-title-left:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right:-5px;
    background: #96beb9;
    width: 1px;
    height: 40px;
    margin-top: -20px;
}

.section-title-right{
    padding-left: 40px;
}

.with-marker{
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.with-marker:after{
    content: '';
    display: block;
    position: absolute;
    top:3px;
    left:0;
    width: 20px;
    height: 25px;
    -webkit-background-size: 20px 25px;
            background-size: 20px 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/ico-point.png);
}

.section__single-trip{
    padding: 50px 0;
}

.single-trip-subtitle{
    text-align: center;
    font-size: 18px;
    font-family: MuseoCyrl-300, Arial, sans-serif;
    padding: 15px 0;
}

.trip{
    padding-top: 15px;
    font-size: 0;
}

.trip-image,
.trip-info{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.trip-image{
    width: 363px;
}

.trip-image img{
    width: 100%;
    height: auto;
}

.trip-info{
    width: -webkit-calc(100% - 363px);
    width: calc(100% - 363px);
    padding-left: 35px;
}

.trip-route{
    font-family: MuseoCyrl-700, Arial, sans-serif;
    padding-top: 10px;
}

.trip-price .price{
    font-size: 18px;
}

.contact-blocks{
    font-size: 0;
    width: 100%;
    max-width: 1050px;
}

.contact-block{
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.contact-block__col{
    width: 50%;
}

.contact-block-inner{
    background: #f8f5e9;
    -webkit-box-shadow: 0 1px 1px rgba(57, 97, 92, 0.9);
    box-shadow: 0 1px 1px rgba(57, 97, 92, 0.9);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding: 10px 20px;
}

.contact-block-title{
    font-size: 24px;
    font-family: MuseoCyrl-700, Arial, sans-serif;
    line-height: 1em;
    border-bottom: 1px solid #95bdb9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.contact-block-address{
    font-size: 16px;
    font-family: MuseoCyrl-300, Arial, sans-serif;
}

.contact-block-messagers{
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

.contact-block-messager{
    margin: 8px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    width: 24px;
}

.contact-block-messager img{
    height: auto;
    max-width: 100%;
}

.contact-block-messager:hover{
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

.contact-block-phones{
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 48px;
    line-height: 1.2em;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
}

.bold{
    font-family: MuseoCyrl-700, Arial, sans-serif;
}

.contact-block-phones a{
    display: block;
}

.contact-block-content{
    padding: 10px 0;
}

.contact-block-social{
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
    padding-right: 68px;
    position: relative;
    margin-bottom: 10px;
}

.contact-block-social:before{
    content: '';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 24px 24px;
            background-size: 24px 24px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-block-social__vk:before{
    background-image: url(../images/icon-vk.png);
}

.contact-block-social__fb:before{
    background-image: url(../images/icon-fb.png);
}

.contact-block-social__ok:before{
    background-image: url(../images/icon-ok.png);
}

.contact-block-social:hover:before{
    -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
            transform:scale(0.9);
}

.contact-block-social:last-child{
    padding-right: 0;
}

.contact-block-social-title{
    font-size: 16px;
    font-family: MuseoCyrl-700, Arial, sans-serif;
}

.contact-block-social-link{
    font-size: 14px;
    font-family: MuseoCyrl-300, Arial, sans-serif;
}

.nav-toggle {
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    right: 15px;
    z-index: 20;
    padding: 13px 35px 18px 0px;
    cursor: pointer;
    display: none;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    -webkit-border-radius: 1px;
          border-radius: 1px;
    background: #96beb9;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.nav-toggle span:before {
    top: -10px;
}
.nav-toggle span:after {
    bottom: -10px;
}
.nav-toggle.active span {
    width: 0;
}
.nav-toggle.active span:before,
.nav-toggle.active span:after {
    -webkit-transition-delay: 300ms,300ms;
    -o-transition-delay: 300ms,300ms;
    transition-delay: 300ms,300ms;
}
.nav-toggle.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pick_up_at-block textarea {
    height: 70px;
}

@media(max-width:1280px){
    footer.footer{
        padding: 50px 15px;
    }
}

@media(max-width:1240px){
    .section-title-left, .section-title-right{
        font-size: 36px;
    }
}

@media(max-width: 1100px){
    .contact-block-phones{
        font-size: 36px;
    }
    .contact-block-social{
        padding-right: 20px;
    }
}

@media(max-width: 1000px){
    .header-middle-block{
        padding: 0 10px;
    }
}

@media(max-width:991px){
    .section-title h1, .section-title h2, .section-title h3{
        font-size: 48px;
    }
    .popular{
        width: 100%;
        padding: 20px 0px 15px;
    }
    .popular-table:after{
        display: none;
    }
    .about-in-icons-item-title{
        font-size: 18px;
    }
    .about-in-icons-item{
        padding: 5px 0 15px;
    }
    .section-title-right{
        padding-left: 5px;
    }
    .section-title-left{
        padding-right: 5px;
    }
    .contact-block__col{
        width: 100%;
    }
    .header-phones a{
        font-size: 16px;
    }
    .header-messagers{
        width: 100%;
        padding-bottom: 5px;
    }
    .header-phones{
        padding-right: 0;
        padding-left: 24px;
    }
    .header-right{
        text-align: right;
        width: 190px;
        
    }
    .header-phones:after{
        right: auto;
        left:0;
    }
    .header-messager{
        display: inline-block;
        margin: 0 1px;
    }
    .header-middle{
        width: -webkit-calc(100% - 295px);
        width: calc(100% - 295px);
    }
}

@media(max-width:810px){
    .header-middle-block{
        padding: 0 5px;
    }
}

@media(min-width: 769px){
    .header-middle{
        display: inline-block !important;
    }
}

@media(max-width: 768px){
    .form-item{
        width: 50%;
        padding-bottom: 30px;
    }
    .section-title h1, .section-title h2, .section-title h3{
        font-size: 28px;
    }
    .popular-title{
        font-size: 18px;
    }
    .popular{
        padding: 0;
    }
    .about-in-icons-item{
        width: 100%;
    }
    .advantages-item{
        width: 50%;
    }
    .advantages-item:after{
        display: none;
    }
    .section-title-left:after{
        display: none;
    }
    .section-title-right{
        padding-left: 0;
        display: block;
    }
    .section-title-left{
        padding-right: 0;
        display: block;
    }
    footer.footer{
        padding: 25px 15px;
    }
    .header-wrap{
        position: relative;
    }
    .header-middle{
        position: absolute;
        top: 100%;
        left:0;
        width: 100%;
        background: #fff;
        z-index: 10;
        border-top:1px solid #95bdb9;
        display: none;
        -webkit-box-shadow: 0 7px 9px -5px rgba(0,0,0,0.5);
                box-shadow: 0 7px 9px -5px rgba(0,0,0,0.5);
    }
    .header-middle-block{
        display: block;
        padding: 10px 0;
    }
    .header-right{
        padding-left: 10px;
        text-align: left;
    }
    .header-right .header-phones:after{
        display: none;
    }
    .nav-toggle{
        display: block;
    }
    .page-index-form{
        padding: 20px;
    }
    .header-phones{
        padding-left: 0;
        padding-right: 24px;
    }
    .header-phones:after{
        left: auto;
        right: 0;
    }
}

@media(max-width: 680px){
    .trip-image{
        width: 100%;
        display: block;
        text-align: center;
    }
    .trip-image img{
        max-width: 100%;
        width: auto;
    }
    .trip-info{
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}

@media(max-width: 580px){
    .contact-block-social-link{
        display: none;
    }
    .contact-block-social:before{
        top: 50%;
        margin-top: -12px;
    }
}

@media(max-width: 500px){
    .popular-row-from, .popular-row-to{
        width: auto;
    }
    .popular-row-price{
        border-left: 0;
        padding-top: 8px;
        width: 100%;
    }
    .popular-row{
        padding: 8px 0;
    }
    .advantages-item{
        width: 100%;
    }
    .section-title-left, .section-title-right{
        font-size: 24px;
    }
    .section__single-trip{
        padding: 30px 0;
    }
    .contact-block-phones{
        font-size: 24px;
    }
    .contact-block-phones{
        font-size: 18px;
        padding-left: 0px;
        text-align: center;
    }
    .contact-block-messager{
        margin: 1px 5px;
        display: inline-block;
        vertical-align: middle;
    }
    .contact-block-messagers{
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
}

@media(max-width: 440px){
    .form-item-title{
        font-size: 24px;
    }    
}

@media(max-width:400px){
    .header-logo a img{
        max-width: 100%;
    }
    .header-logo{
        width: 80px;
    }
}

.big-and-orange{
    font-size: 24px;
    color: #ff9000;
    font-family: MuseoCyrl-500, Arial, sans-serif;
}