/**
* ------------------------------------------------------------------------------------------------------
* Header
* ------------------------------------------------------------------------------------------------------
**/

.header__top {
    justify-content: space-between;
}

.header__preview {
    margin-right: 0;
    width: 180px;
    padding-right: 25px;
}

.header__control {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header__language .header__link {
    width: 50px;
}
.header__language .header__link:not(:last-child) {
    margin-right: 23px;
}

.header__burger {
    background-color: #FFF3D4;
    width: 170px;
    height: auto;
    border-radius: 5px;
    font-size: 17px;
    color: #154B2B;
    padding-top: 2px;
    padding-bottom: 2px;
}
.header__burger:before, .header__burger:after {
    display: none;
}

.header__text {
    font-size: 12px;
    color: #154B2B;
    margin-top: 15px;
}

.header__phone {
    margin-left: 40px;
}

.header__social {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .header {
        padding: 18px 0;
    }

    .header__top .header__language {
        display: flex;
    }

    .header__burger {
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
    }

    .header__text {
        margin: 8px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .header__preview {
        margin-right: 0;
        padding-left: 20px;
    }

    .header__info {
        width: 215px;
    }

    .header__box {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 899px) {
    .header__preview {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .center {
        padding: 0 15px;
    }

    .header {
        padding-top: 15px;
        padding-bottom: 8px;
    }

    .header__box {
        max-width: 220px;
    }

    .header__logo {
        margin-bottom: 15px;
    }
    .header__logo .header__pic {
        width: 100%;
    }

    .header__phone {
        margin-left: 6px;
    }

    .header__burger {
        width: 150px;
    }
}

/**
* ------------------------------------------------------------------------------------------------------
* Various
* ------------------------------------------------------------------------------------------------------
**/

.contacts__icon .icon {
    fill: #2B9556;
}

.field__input,
.field__textarea {
    border-radius: 0px;
    border: solid 1px rgba(32, 33, 34, 0.5);
}

.contacts__info {
    color: #2B9556;
}

.tuppercase {
    text-transform: uppercase;
}

.btn2 {
    height: 40px;
    -webkit-box-shadow: 3px 3px 0 0 rgba(74, 74, 74, 0.5);
    box-shadow: 3px 3px 0 0 rgba(74, 74, 74, 0.5);
    background-color: #b1f9a7;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-size: 16px;
    color: #000;
    transition: all .25s;
    min-width: 125px;
    padding: 12px 25px;
    margin: 20px;
    display: inline-block;
    color: #1b6138;
    font-weight: 600;

}

.main__link {
    text-decoration: underline;
}

.main__link:hover {
    text-decoration: none;
    transition: all .25s
}

.asidde {
    width: 225px;
    position: sticky;
}




.main__top:before {
    background-image: linear-gradient(to bottom, #d0e7f9, rgba(213, 234, 250, 0.9) 50%, rgba(209, 231, 249, 0.5) 80%, rgba(255, 255, 255, 0));
}



@media only screen and (max-width: 767px) {
    .main__top {
        padding: 20px 0;
        background-size: auto 400px;
    }

    .main__top:before {
        background-image: linear-gradient(to bottom, #d0e7f9, #d5eafa 50%, rgba(209, 231, 249, 0.5) 80%, rgba(255, 255, 255, 0));

    }
}



.comment__text {
    font-weight: 100;
    font-style: normal;
    color: black;
}


.comment__desc {

    color: #008000;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight {
 	    background: #d4ffe5 !important;
}

.highlight a {
    background-color: #D4FFE5 !important;
}



.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #67C18B !important;

}

.sale__btn,
.passenger__btn,
.btn_green {
    min-width: 141px;
    height: 41px;
    border-radius: 0;
    background-color: #2B9556;
    color: #FFF;
}

.parameter__content ul li {
    font-style: normal;
    color: #2B9556;
}

.content ul li {
    font-size: 16px;
    line-height: 1.5;
}

.content ul li:before {
    content: "";
}

.noroutes-text {
    padding: 10px;
    text-align: center;
    width: 250px;
    height: 85px;
    display: none;
    background-color: #e9f1f7;
}

.places_left {
    float: right;
    font-size: 11px;
    line-height: 2;
    color: #2b9556;
}

/**
* ------------------------------------------------------------------------------------------------------
* Selector
* ------------------------------------------------------------------------------------------------------
**/

.main__top {
    padding: 35px 0;
}

.main__top .main__center {
    flex-direction: column;
}

.main__text {
    margin-bottom: 35px;
}

.main__variants {
    position: relative;
    margin: 0 -25px;
    margin-bottom: 15px;
    width: 600px;
    display: flex;
    z-index: 0;
}
.main__variants.main__variants_reverse .main__variants_item:first-child {
    order: 2;
}
.main__variants.main__variants_reverse .main__variants_item:last-child {
    order: 1;
}

.main__variants_item {
    position: relative;
    width: 50%;
    padding: 0 25px;
}

.main__variants .select_button_go {
    background-color: #2B9556;
    color: #fff;
    font-size: 21px;
    text-transform: none;
    width: 100%;
    height: 45px;
}

.main__variants input {
    width: 100%;
    height: 45px;
    background-color: #fff;
    font-size: 19px;
    color: #154B2B;
    padding: 0 20px;
}

.main__variants_switch {
    position: absolute;
    top: 8px;
    left: 287px;
    z-index: 1;
}
.main__variants_switch img {
    width: 26px;
    height: 31px;
}

.main__variants_other {
    margin-left: -5px;
    //margin-right: -5px;
    margin-bottom: -10px;
    display: inline-block;
    cursor: pointer;
}
.main__variants_other span {
    background-color: rgba(255, 255, 255, .7);
    color: #154B2B;
    text-decoration: underline;
    padding: 1px 8px;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
}
.main__select {
    width: 100% !important;
    font-size: 18px;
    color: #154B2B;
    background-color: rgba(255, 255, 255, 1);
}
.main__select:not(:last-child) {
    margin-bottom: 0;
}

.input-date {
    position: relative;
}
.input-date:before {
    content: "";
    background-image: url("../img/calendar.svg");
    background-repeat: no-repeat;
    width: 27px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 17px;
    background-size: 100% 100%;
    transform: translateY(-50%);
}
.input-date input {
    padding-left: 60px;
}

.ui-widget.ui-widget-content {
    width: 320px !important;
}

@media only screen and (max-width: 767px) {
    .main__variants {
        margin: 0 -15px;
        margin-bottom: 15px;
        width: 375px;
    }

    .main__variants_other span {
        font-size: 13px;
    }

    .main__top .main__center {
        display: flex;
    }

    .main__variants_item {
        padding: 0 15px;
    }

    .main__variants .select_button_go {
        font-size: 18px;
    }

    .main__variants input {
        font-size: 15px;
    }

    .input-date:before {
        width: 20px;
        height: 18px;
        left: 12px;
    }

    .input-date input {
        padding-left: 45px;
    }
}


@media only screen and (max-width: 767px) {
		.hide_under_767 {
			display: none;
		}
	.main__variants_switch {
		left: 174px;
	}

	.main__top {
		margin-top: 0px !important;
		    padding: 10px !important;
}
}

@media only screen and (min-width: 1200px) {
	.hidepmenu {
		display: none !important;
	}
}

/**
* ------------------------------------------------------------------------------------------------------
* Select
* ------------------------------------------------------------------------------------------------------
**/

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    padding: 0 20px;
    width: 100%;
    height: 45px;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    /* background: transparent; */
    width: 40px;
    bottom: 0;
    right: 0;
    top: 0;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none'%3E%3Cpath fill-rule='evenodd' d='M9.293.333a.5.5 0 0 1 .39.812L5.39 6.512a.5.5 0 0 1-.781 0L.317 1.146a.5.5 0 0 1 .39-.812h8.586z' fill='%23154b2b'/%3E%3C/svg%3E") no-repeat calc(100% - 16px) 50%/11px 7px;
}

.jcf-select .jcf-select-text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #4A4A4A;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999
}

.jcf-select .jcf-select-drop {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    margin: 0 15px
}

.jcf-list,
.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    width: 100%
}

.jcf-list {
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
}

.jcf-list .jcf-list-content {
    overflow: auto
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.jcf-list .jcf-option,
.jcf-list ul li {
    overflow: hidden;
    display: block
}

.jcf-list .jcf-overflow {
    overflow: auto
}

.jcf-list .jcf-option {
    position: relative;
    cursor: default;
    padding: 7px 15px;
    color: #301F11;
    font-size: 15px;
    line-height: 1.4
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important
}

.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
    background: #e6e6e6;
    color: #000
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: 700;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px
}

.jcf-select-drop .jcf-select-drop-content {
    overflow: hidden;
    margin-top: 5px
}

.jcf-select-drop .jcf-option-hide {
    display: none
}

.disabled {
	 background-color: #b4b8ba;
}


#js-routes-none {
    position: absolute;
    z-index: 9999;
    height: 68px;
    width: 84%;
    background-color: white;
    text-align: center;
    font-size: 19px;
    line-height: 22px;
}

@media only screen and (max-width: 1200px) {

	#js-text-block img{
	    max-width: 100% !important;
	    height: auto !important;	
	}

}



.yasprop {
     border: 0;
    background-color: #ffec7d;
    color: black;
    font-weight: 100;
    width: 321px;
    font-size: 13px;
    text-align: justify;
	padding:10px;
    display: inline-block;
}

.yasprop p{
     margin-top: 0;
}



    @media only screen and (max-width: 1023px) {
		.display-phone-only { display: block; }
		.display-comp-only { display: none !important; }

    }
    @media only screen and (min-width: 1024px) {
		.display-phone-only { display: none !important; }
		.display-comp-only { display: block; }

    }


.short_prices {
 	display: none;
}



.partners-button {
     background-color: #d4ffe5;
    color: black;
    font-size: 17px;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 5px;
}

.partners-button a{
	color: black;
	text-decoration: underline;
}

.safe-button {

margin-bottom: 10px;
    display: block;
    color: red;
    text-decoration: underline;
}

