
body{
    background-color: #fff;
}

#daxilol {
    color: #ffffff;
    font-family: Roboto;
    text-align: center;
    width: 242.46px;
    height: 48px;
    line-height: 28px;
    border: solid 4px #ffffff;
    border-radius: 8px;
    margin-top: 42px;
}

.background-bus{
    height: 676px;
    background-image: url("/img/bus.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto !important;
    margin-top: 134px !important;
}


.section1{
    margin-top: 54px;
    height: 128px;
}
.section1 .caption{
    width: 813px;
    height: 60px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
}

.section2{
    margin-top: 47px;
    height: 107px;
}

.section2 .tab_headers{
    height: 35px;
    width: 400px;
    display: flex;
    flex-direction: row;
}
.section2 .tab_headers > div{
    height: 35px;
    width: 400px;
    background: #4370d8;

    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    display: flex;

    cursor: pointer;
    background: rgba(90,123,202,0.65);

}
.section2 .tab_headers > div.selected{
    background: #4370d8;
}
.section2 .tab_headers > div > span{
    margin: auto;
}

.section2 .white_box{
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;

    display: flex;
    flex-direction: row;
    justify-content: space-around;

    background-color: #fff;
}

.section2 .white_box > div{
    height: 71px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.section2 .white_box > div:hover input[type="text"],
.section2 .white_box > div:hover .filter_select,
.section2 .white_box > div:hover .passenger_count_select{

    border: 1px solid #f0f0f0;
    border-radius: 5px;

}

.section2 .white_box > .from,
.section2 .white_box > .to
{
    width: 150px;
    background: #fff;
}
.section2 .white_box > .from_date,
.section2 .white_box > .return_date
{
    width: 150px;
    background: #fff;
}
.section2 .white_box > .passengers
{
    width: 100px;
    background: #fff;
}

.section2  .white_box .caption{
    height: 17px;
    color: #a9aaae;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 5px;
}

.section2  .white_box  input[type="text"]{
    border: 0;
    width: 150px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px;
    color: #555555;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.section2  .white_box  .blue_lines{
    position: absolute;
    top: 37px;
    right: 25px;
    width: 15px;
    height: 12px;
    background: url("/img/three_blue_lines.svg");
    background-size: cover;
}
.section2  .white_box  .reverse{
    position: absolute;
    top: 30px;
    right: -23px;
    width: 24px;
    height: 20px;
    background: url("/img/reverse.svg");
    background-size: cover;

    cursor: pointer;
    z-index: 2;
    display: none;
}
.section2  .white_box  .bootstrap-select{
    width: 70px;
    height: 24px;

    color: #555555;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;

    border-bottom: 0 !important;
}
.section2  .white_box  .bootstrap-select button span{
    font-size: 20px;
    font-weight: 700;

}

.section2  .white_box  input[type="date"]{
    margin-top: 9px;
    border: 0;
    width: 145px;
    height: 19px;
    color: #555555;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
}

.section2  .white_box  select{
    margin-top: 9px;
    border: 0;
    width: 145px;
    height: 19px;
    color: #555555;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
}

.section2 .btn_search{
    width: 196.65px;
    height: 71.11px;
    background: #4370d8;
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    border: 1px solid #4370d8;
    border-radius: 5px;
    margin-right: 0;
}

.section3{
    margin-top: 100px;
    height: 107px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.section3 .caption{
    width: 329px;
    height: 19px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    margin: auto;
}
.section3 .map_button{
    margin-top: 17px;
    width: 301.35px;
    height: 71.11px;
    background: #4370d8;
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #4370d8;
}
.section3 .map_button img{
    width: 51.13px;
    height: 40px;
}
.section3 .map_button span{
    margin-left: 40px;
}
.section4{
    margin-top: 0px;
    height: 134px;
    background: transparent;

}

.section4 .item a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.section4 .item img{
    margin: auto;
    margin-top: 35px;
    width: 32.34px;
    height: 31.3px;
    box-shadow: 0px 2px 4px rgba(100,100,100,0.5);


}
.section4 .item span{
    margin: auto;
    margin-top: 20px;
    width: 197px;
    height: 24px;
    text-shadow: 0px 2px 4px rgba(100,100,100,0.5);
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;

}
.section5{
    margin: auto;
    margin-top: 100px;
    height: 54px;
    width: 600px;
    font-family: Roboto;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;

}

.section6{
    display: flex;
    margin-top: 35px;
}
.section6 .line{
    margin: auto;
    width: 1087px;
    height: 2px;
    border: dashed 1px #4370d8;
}
.section7{
    margin-top: 55px;
    height: 262px;

}

.section7 .item a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.section7 .item img{
    margin: auto;
    margin-top: 35px;
    width: 44.55px;
    height: 42.16px;



}
.section7 .item.kananblya img{
    color: #4370d8;
}

.section7 .item .caption{
    margin: auto;
    margin-top: 16px;
    width: 180px;
    height: 48px;
    color: #4370d8;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;

}

.section7 .item .text{
    margin: auto;
    margin-top: 17px;
    width: 262.27px;
    height: 139px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #000;
}

.background-bus2{
    margin-top: 63px;

    background-image: url("/img/bus2.png");
    background-repeat: no-repeat;
    background-size: cover;

    height: 571px;
}

.section8{
    display: flex;
    flex-direction: row;
}

.section8 .line{
    margin-top: 111px;
    width: 440px;
    height: 10px;
    background: #ffffff;
}

.section8 .caption{
    margin-top: 86px;
    width: 320px;
    height: 60px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;


}


.section9{
    margin-top: 120px;
    height: 262px;
}

.section9 .item a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.section9 .item img{
    margin: auto;
    width: 75.93px;
    height: 87px;

}

.section9 .item .caption{
    margin: auto;
    margin-top: 26px;

    width: 275px;
    height: 38px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;


}

.footer1{
    height: 207px;
    background: #ecfafe;
    padding-top: 39px;

}

.footer2{
    height: 121px;
    background: #4371d8;

}

.section10{
    height: 144px;
}

.section10 .footer_logo{

    width: 223.76px;
    height: 109.57px;

}

.section10 .item.links{
    margin-top: 12px;
}

.section10 .item.links span{
    display: flex;
    flex-direction: column;
    color: #000;
    margin-left: 10px;
    text-transform: uppercase;
}

.section10 .item.links a{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.section10 .item.apps .caption{
    width: 360px;
    height: 26px;
    color: #010000;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;

}

.section10 .item.apps .apps{
    display: flex;
    flex-direction: row;
}

.section10 .item.apps .apps a{
    margin-top: 26px;
    width: 221px;
    height: 86px;
    display: flex;
}
.section10 .item.apps .apps a img{
    margin: auto;
}

.section11{
    padding-top: 50px;
    display: flex;
    flex-direction: row;
}

.section11 .copyright{
    height: 19px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}






.passenger_count_select{

    position: relative;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.passenger_count_select .selector{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 30px;
    cursor: pointer;
    height: 20px;
}
.passenger_count_select .selector:after{
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #4370d8;
    border-right: 1px solid #4370d8;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 5px;
}

.passenger_count_select .popup{
    width: 150px;
    height: 80px;
    background: white;
    border-radius: 5px;
    z-index: 10;
    top: 30px;
    left: -65px;
    position: absolute;
    box-shadow: 1px 1px 3px 0 black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-family: Roboto;
}

.passenger_count_select .popup .item{
    font-family: Roboto;
    font-size: 12px;
    gap: 10px;
    display: flex;
    flex-direction: row;
    z-index: 10;

}
.passenger_count_select .popup .item div{
    width: 60px;
}

.passenger_count_select .popup .item span.number{
    width: 6px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-weight: bold;
}
.passenger_count_select .popup .item span.minus,
.passenger_count_select .popup .item span.plus{
    content: '+';
    background: #4370d8;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    cursor: pointer;
}
.passenger_count_select .popup .item span.minus{
    content: '-';
}
.passenger_count_select .popup .outline{
    z-index: 9;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



.popup_alert{
    background-color: #fff;
    padding: 20px;
    box-shadow: black 1px 1px 10px 0px;
    z-index: 10;
    border-radius: 20px;
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 200px);
    width: 300px;
    height: 400px;

    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popup_alert .red_icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: red;
    font-size: 80px;
    line-height: 80px;
    color: white;
    text-align: center;
    transform: rotate(45deg);
}
.popup_alert .text{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.popup_alert .ok_button{
    width: 240px;
    height: 60px;
    color: white;
    background: red;
    border: 0;
    border-radius: 10px;
    font-size: 20px;
}
.popup_alert .outline{
    z-index: 9;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.filter_select{
    width: 100%;
    position: relative;
    border: 1px solid #fff;
}


.filter_select .outline{
    z-index: 5;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.filter_select .selected{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 0;
    /*border-bottom: 2px solid #3F51B5;*/
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
}
/*.filter_select .selected:after{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 5px;*/
/*    content: '\1F50E\FE0E';*/
/*    color: #3F51B5;*/
/*    transition: 0.5s;*/
/*}*/

.filter_select .popup{
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    box-shadow: 1px 1px 3px #0005;
    z-index: 10;
}
.filter_select .popup input{
    width: 100%;
    height: 30px;
    line-height: 24px;
    padding: 0 5px;
    border: 0;
    border-bottom: 2px solid #3F51B5;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.5s;
    z-index: 10;


}
.filter_select .popup .items{
    z-index: 10;
    max-height: 150px;
    overflow-y: auto;

}
.filter_select .popup .items div{
    box-sizing: border-box;
    padding: 5px;
    cursor: pointer;
    height: 30px;
    width: 100%;

}
.filter_select .popup .items div:hover{
    background: #eee;
}


