@font-face {
    font-family: Helvetica;
    /* src: url('../fonts/helvetica-light-587ebe5a59211.ttf'); */
}

:root {
    /* --main-size: 1.133333rem; */
    /* --main-size: 1.083333rem; */
    --main-size: 1rem;
    --main-size-next: 1.583333rem;
    --main-color: #012F56;
    --main-color-light: #5a5353;
    --main-font: "Montserrat", Arial, sans-serif;
    --main-weight: 400;
    --main-weight-next: 600;
}

*{
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 100%;
    color: inherit;
    border: none;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh !important;
}
.main-container-flex {
    flex: 1 0 100%;
    display: flex;
}
.inner {
    min-height: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

aside {
    text-align: center;
}

main{

}
.burger {
    display: none;
}
.main_block{
    
}

 header{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #3B62FF;
}

 header .container{
    width: 1160px;
    margin: 0 auto;
}

 header .container article{
    display: flex;
    justify-content: space-between;
}

 header .container article .logo{
    height: 53px;
}

 header .container article aside{
    width: 378px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 header .container article aside menu{
    width: 289px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 header .container article aside menu li{

}

 header .container article aside menu li a{
    color: #FFF;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

 header .container article aside  nav{
    /*width: 94px;*/
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 19px;
}

 header .container article aside nav img{
    cursor: pointer;
}

 section{
    /* padding-top: 87px; */
    /* padding-bottom: 130px; */
}

 section .container{
    width: 100% !important;
    max-width: 100% !important;
}

 section .container h1{
    color: #3b62ff;
    text-align: center;
    font-family: Helvetica;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    /* margin-bottom: 0; */
    /* margin-bottom: 50px; */
    /* margin-bottom: 70px; */
    margin-bottom: 30px;
    margin-top: 0;
}

 section .container article{

}


section .container article aside{
    text-align: center;
}

section .container article aside img{
    width: 80%;
}

section .container  aside .find_tickets{
    
}
.mainpage {
}
section .container  aside .find_tickets{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    gap: 10px;
}

.main_block section .container  aside .find_tickets nav{
    width: 184px;
    display: flex;
    align-items: center;
   
}

section .container  aside .find_tickets nav .starts_from{
    width: 144px;
    height: 69px;
}

section .container  aside .find_tickets nav img{
   position: relative;
   left: -30px;
}


section .container  aside .find_tickets .ends_from{
    height: 69px;
}

section .container  aside .find_tickets .from{
    padding: 0px 25px;
    border-right: 1px solid #f1f1f1;
    height: 69px;
}


section .container  aside .find_tickets .to{
    padding: 0px 25px;
    border-right: 1px solid #f1f1f1;
    height: 69px;
}

section aside .find_tickets .find_tickets_btn{
    width: 218px;
    padding: 14px 30px;
    border-radius: 20px;
    border: 0px solid #F0F0F0;
    background: #de8043;
    box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.05);
    color: #FFF;
    text-align: center;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    letter-spacing: 1px;

    cursor: pointer;
}


.navmain {
    display: flex;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    overflow: hidden;
    background: white;
    width: calc(100% - 200px);
    box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.05);
}

.starts_from, .ends_to {
    border-right: 1px solid #f1f1f1;
    padding: 0 25px;
    height: 69px;
    width: 35%;
    text-align: center;
    font-size: 16px;
}

.group-search-cites {
    width: 100%;
    display: flex;
    gap: 10px;
    position: relative;
}


.find_tickets_btn {
    white-space: nowrap;
    height: 71px;
    border: 1px solid #f1f1f1;
}

.best_options{
    margin-bottom: 70px;
}

.best_options .container{
    width: 1160px;
    margin: 0 auto;
}

.best_options .container h2{
    color: #000;
    font-family: Helvetica;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    margin-bottom: 44px;
}

.best_options .container section{
    display: flex;
    justify-content: space-between;
}

d_menu, footer{
    background: #3B62FF;
}

footer{
    padding-top: 66px;
    padding-bottom: 64px;
}

d_menu {
    position: absolute;
    /* top: 97px; */
    top: 64px;
    width: 100%;
    z-index: 100;
    transition: 1s;
    height: 0px;
    overflow: hidden;
    padding: 0;
}
.d-m-active {
    display: block;
    height: 330px;
    padding-top: 66px;
    padding-bottom: 64px;
}
footer .container, d_menu .container{
    width: 1160px;
    margin: 0 auto;
}

footer .container section,
d_menu .container section{
    display: flex;
    justify-content: space-between;

    margin-bottom: 85px;
}

footer .container section menu {
    width: 29%;
    min-width: 29%;
}
footer .container section menu.info-logs-r {
    align-items: flex-end;
    width: 10%;
    min-width: 10%;
}
footer .container section menu.info-logs-l {
    width: 21%;
    min-width: 21%;
}

footer .container section menu:last-child,
    d_menu .container section menu:last-child{
    /* width: 158px; */
    display: flex;
    flex-direction: column;
}

footer .container section menu:last-child a,
d_menu .container section menu:last-child a{
    width: 158px;
    height: 50px;
}

footer .container section menu:last-child a:nth-child(1),
d_menu .container section menu:last-child a:nth-child(1){
    margin-bottom: 30px;
}

footer .container section menu a img,
d_menu .container section menu a img{
    width: 158px;
}


footer .container section menu h5,
d_menu .container section menu h5{
    color: var(--White, #FFF);
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px; 
    margin-bottom: 40px;
}
footer .container section menu ul {
    display: flex;
    flex-wrap: wrap;
}

footer .container section menu li,
d_menu .container section menu li{
    margin-bottom: 12px;
}
footer .container section menu li {
    width: 50%;
}

footer .container section menu li:last-child,
d_menu .container section menu li:last-child{
    margin-bottom: 0px;
}

footer .container section menu li a,
d_menu .container section menu li a{
    color: #E2E2E2;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

footer .container div h4,
d_menu .container div h4{
    color: var(--White, #FFF);
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px; 
    margin-bottom: 23px;
}

footer .container div p,
d_menu .container div p{
    color: var(--White, #FFF);
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}



@media only screen and (max-width: 1315px){
    .navmain {
        width: 100%;
    }

    .starts_from, .ends_to {
    }
    .main_block header .container{
        width: 92%;
        max-width: 914px;
        margin: 0 auto;
    }
    .find_tickets .passenger-menu{
        right: 0px;
    }

    .main_block header .container article aside{
        width: 468px;
    }

    .main_block header .container article aside menu li a{
        color: #FFF;
        font-family: Helvetica;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .main_block section{

    }

    .main_block section .container{
        width: 92%;
        max-width: 914px;
        margin: 0 auto;
    }

    .main_block section .container h1{
        color: #000;
        text-align: center;
        font-family: Helvetica;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.96px;
    }

    section .container  aside{

    }

    section .container aside .find_tickets{
        display: flex;
        justify-content: center;
    }

    section .container  aside .find_tickets input{
    }

    section .container  aside .find_tickets nav{

    }

    section .container  aside .find_tickets nav img{
        position: relative;
        top: -5px;
    }

    .main_block section .container article aside .find_tickets button{
        margin: 0 auto;
    }


    .best_options{

    }

    .best_options .container{
        width: 92%;
        max-width: 914px;
        margin: 0 auto;
    }

    .best_options .container h2{
        color: #000;
        font-family: Helvetica;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.48px;
    }

    .best_options .container section{

    }

    .best_options .container section aside{

    }

    .best_options .container section aside img{
        width: 452px;
    }

    footer {

    }

    footer .container,
    d_menu .container {
        width: 92%;
        /* max-width: 914px; */
        margin: 0 auto;
    }

}


@media only screen and (max-width: 1000px){
    .best_options .container section{
        display: flex;
        flex-direction: column;
    }
    section .container aside .find_tickets{
        width: unset;
        flex-wrap: wrap;
    }
    section .container aside .find_tickets button {
        width: 100%;
    }
}

@media only screen and (max-width: 600px){
    .d-m-active {
        height: 480px;
    }
    .d_menu {
        top: 54px;
    }
    .main_block header .container article .logo {
        width: 64px;
        height: unset;
    }
    .main_block header {
        padding-top: 11px;
        padding-bottom: 11px;
        background: #3B62FF;
    }
    .main_block header .container article img {
        width: 22px;
    }
    .main_block header .container article aside nav {
        width: unset;
        gap: 8px;
    }
    .burger{
        display: unset !important;
    }
    .header-top-menu {
        position: absolute;
        left: 0;
        text-align: left;
        top: 50px;
        background: #3B62FF;
        width: 100% !important;
        /*padding: 0 0 10px;*/
        transition-duration: 1s;
        height: 0px;
        z-index: 99;
        overflow: hidden;
    }

    .main_block header .container article aside {
        width: unset;
    } 
    
    .header-top-menu li {
        padding: 10px 0px;
        display: none;
    }
    .active li {
        display: block;
    }
    .main_block header .container article aside menu li {
        width: 290px;
        margin: auto;
    }

    .main_block header .container{
        max-width: 290px;
        margin: 0 auto;

        
    }

    .main_block section .container article aside{
    }

    .main_block header .container article aside menu{
        display: unset;
    }

    .main_block section .container{
        max-width: 320px;
        margin: 0 auto;
    }

    .main_block section .container h1{
        width: 226px;
        color: #000;
    text-align: center;
    font-family: Helvetica;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
    margin: 0 auto;
    margin-bottom: 58px;
    }

    section .container aside .find_tickets{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    section .container article .find_tickets .from{
        width: 288px;
    }

    section .container aside .find_tickets .to{
        width: 288px;
        margin-bottom: 10px;
    }

    section .container aside .find_tickets nav .starts_from{
        width: 142px;
        height: 42px;
    }

    section .container aside .find_tickets .ends_to{
    }

    section .container aside .find_tickets select{
        margin-bottom: 35px;
    }

    aside .find_tickets_btn{
        width: 288px;
        color: #FFF;
        text-align: center;
        font-family: Helvetica;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 18.2px */
        letter-spacing: 0.7px;
    }

    section .container aside img{
        max-width: 100% !important;
    }

    .best_options .container{
        max-width: 290px;
    }

    .best_options .container h2{
        color: #000;
        font-family: Helvetica;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.36px;
    }

    .best_options .container section aside{

    }

    .best_options .container section aside:nth-child(1){
        margin-bottom: 20px;
    }

    .best_options .container section aside img{
        max-width: 288px;
        width: 100%;
    }

    footer{

    }

    footer .container,
    d_menu .container{
        max-width: 290px;
    }

    footer .container section,
    d_menu .container section{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer .container section menu,
    d_menu .container section menu{
        margin-bottom: 25px;
    }

    footer .container section menu:nth-child(3),
    d_menu .container section menu:nth-child(3){
        margin-bottom: 32px;
    }

    footer .container section menu h5,
    d_menu .container section menu h5{
        color: var(--White, #FFF);
        font-family: Helvetica;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26.4px; /* 188.571% */
        margin-bottom: 24px;
    }

    footer .container section menu li{

    }

    footer .container section menu li a,
    d_menu .container section menu li a{
        color: #E2E2E2;
        font-family: Helvetica;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
    }

    footer .container div{

    }

    footer .container div h4,
    d_menu .container div h4{
        color: var(--White, #FFF);
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px; /* 188.571% */
    }

    footer .container div p,
    d_menu .container div p{
        color: var(--White, #FFF);
        font-family: Helvetica;
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 325% */
    }
    .d-burger {
        display: none;
    }
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: unset !important;
    color: black;
    padding: 0 7px;
    border-radius: 3px;
}

.input-date img {
    display: none;
}