

/* Start:/local/templates/main/components/ds/schedule.filter/.default/style.css?17375967931619*/
.form-schedule-col{
	width: calc(25% - 20px);
	position: relative;
    z-index: 2;
}
.date-range-input__container{
    display: flex;
    position: relative;
    z-index: 2;
}
.form-schedule-row{
	gap: 15px;
	justify-content: space-between;
}

.inline-form__icon-direction {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-width: .0625rem;
    border-style: solid;
    border-color: #bfced4;
    border-left: none;
    border-right: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inline-form__icon-direction svg {
    fill: #abbdc5
}
.form-schedule-col .selectric-wrapper{
	flex-grow: 1;
}

@media screen and (max-width: 1024px) {
    .inline-form__icon-direction--tickets {
        width:2.375rem
    }
    .form-schedule-col{
		width: calc(50% - 20px);
	}
}

@media screen and (max-width: 600px) {
    .inline-form__icon-direction--tickets {
        border:0;
        background-color: transparent;
        margin: 0 auto;
        height: 1.25rem
    }
    .form-schedule-col{
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/main/components/ds/schedule.list/base/style.css?17387289192633*/
.flight-row.hide,
#more_dates.hide{
    display: none;
}

.flight-row .td.td_0_2{
	padding-top: 30px;
    padding-left: 20px;
}
.flight-row .td.td_1_2{
	flex-grow: 1;
}
.flight-row .td.td_2_2{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    border-left: 1px dashed #d9d9d9;
}

.fly-table{
	width: 100%;
	justify-content: space-around;
}
.flight__title{
	margin-bottom: 15px;
}

.weekdays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    color: #888c95;
    margin-top: 15px;
}

.weekdays__item {
    position: relative;
    padding-left: 0;
    margin-left: .3rem;
    margin-bottom: 10px;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .7rem;
    text-align: center;
    line-height: 1.2rem;
}
.weekdays__item:before {
    display: none;
}


.weekdays__item--selected {
    background-color: #5F89FF;
    color: #fbfbfb
}

.weekdays__item--selected+.weekdays__item--selected::before {
    width: 2.53125rem
}

.weekdays__item:first-child {
    margin-left: 0
}

.nice-select {
    background-color: #fff;
    border-width: .0625rem;
    border-style: solid;
    border-radius: .125rem;
    width: 100%
}

.flight-row .time-arrival,
.flight-row .time-departure {
    position: relative;
}

.flight-row .time-arrival:before,
.flight-row .time-departure:before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    bottom: 7px;
}

.flight-row .time-departure:before {
    right: -18px;
}

.flight-row .time-arrival:before {
    left: -18px;
}

.flight-row .fly-time .line {
    width: 100px;
    height: 1px;
    background: #D9D9D9;
    bottom: 11px;
}

.flight-row .fly-time .line_left {
    left: -100%;
}

.flight-row .fly-time .line_right {
    right: -100%;
}

.travel-flight-ttl{
	font-size: 24px;
    line-height: 120%;
    letter-spacing: -.24px;
    font-weight: 600;
    margin-bottom: 24px;
    margin-top: 40px;
}
.transfer.flight__transfer{
	width: 65%;
	text-align: center;
}

.transfer__time{
	color: #5F89FF;
}

.flight-step{
	margin-bottom: 10px;
}

@media (max-width: 900px) {

    .flight-row .time-arrival:before,
    .flight-row .time-departure:before {
        display: none;
    }

    .flight-row .fly-time .line {
        width: 10px;
    }

    .flight-row .fly-time .line_left {
        left: -14px;
    }

    .flight-row .fly-time .line_right {
        right: -16px;
    }
}
/* End */
/* /local/templates/main/components/ds/schedule.filter/.default/style.css?17375967931619 */
/* /local/templates/main/components/ds/schedule.list/base/style.css?17387289192633 */
