@font-face{
    font-family: 'Stapel';
    src: url(Stapel-Medium.ttf);
}

*{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: 'Stapel';
    scrollbar-width: none;

}

.background_image img{
    
    width: 100vw;
    position: absolute;
    z-index: -1;
    
    /* display:; */
}


.background_image{
    position: absolute;   
}

.logo{
    position: relative;
    text-align: center;
    color: white;
    font-size: 3.8em;
    
}

.menu1{

    text-align: center;
    margin-top: 5em;
}
.menu2{
    text-align: center;
    margin-top: 2em;
}

.submenu{
    display: flex;
    justify-content: center;
}

.submenu input{
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    width: 220px;
    border-style: none;
    background-color: white;
    color: black;
    margin-right: 0.5em;
    height: 2.3em;
    border-radius: 0.2em;
    text-align: start;
    text-indent: 1em;
} 

.submenu :hover{
    border-style: none;
}

.submenu input:focus{
    outline: none;
}
.enter input{
    background-color: orange;
    color: white;
    text-align: center;
    text-indent: 0;

}

.hidden_menu{
    width: 15em;
    height: 20em;
    border-radius: 1em;
    position: absolute;
    right: 34.5em;
    top: 22em;
    background-color: white;
    visibility: hidden;
}

.adults{
    display: flex;
    justify-content: center;
}

.child{
    display: flex;
    justify-content: center;
}

.background_color{
    margin: 0;
    background-color: blue;
    position: absolute;
    height: 2em;
    width: 100vw;
}


.enter > :hover{
    background-color: rgb(189, 123, 1);
    transition-duration: 0.15s;
}

.qwe{
    margin: 1em;
    /* background-color: gray; */
}

.zxc{
    /* background-color: gray; */
    position: relative;
    width: 500px;
    height: 150px;
    border-radius: 1em;
    margin-bottom: 1em;
    text-align: left;
    border: 1px solid;
}

.zxc a{
    text-decoration: none;
    color: white;
    background-color: orange;
    border-radius: 0.3em;
    left: 65%;
    top: 10%;
    font-size: 20px;
    position: absolute;
    display: flex;
    width: 150px;
    height: 50px;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
}

.zxc img{
    border-radius: 100%;
    width: 30px;
}

.zxc p{
    display: inline;
    font-size: 20px;
    /* text-align; */
}

#price{
    margin-left: 10px;
    font-size: 35px;
    display: block;
}

#date{
    margin-left: 10px;
    display: block;
}
#image{
    margin-left: 10px;
    position: relative;
    top: 5%;
    margin-right: 5px;
}

.enter > :hover{
    background-color: rgb(225, 146, 0);
    transition-duration: 0.15s;
}

.append-tickets{
    /* text-align: center; */
    background-color: white;
    display: inline-flex;
    text-align: center;
    justify-content: right;
    width: 1000px;
    border-radius: 0.3em;
    border: 0.01em solid;
    position: relative;
}

.abc{
    text-align: center;
    /* position: relative; */
    margin-top: 2em;
    /* position: relative; */
}
.filters {
    display: block;
    width: 100%;
    text-align: left;
    margin: 1em;
}

.price-filter input{
    display: inline;
    width: 90px;
    
}

.p-baggage{
    display: block;
}

.baggage input::after{
    content: 'С багажом';

}
/* .has-baggage{
    display: inline;
} */

.to:hover > *{
    background-color: rgb(223, 223, 223);
    transition-duration: 0.2s;
}
.from:hover> *{
    background-color: rgb(223, 223, 223);
    transition-duration: 0.2s;
}