.header_theme {
    background-color: #19D3DA;
}

.header_language{
    color: white;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 3px;
    height: 40px;
    display: none;
}
.burger-mobile{
    display: block;
    position: absolute;
    left: 30px;
}
.header_language .header_main {
    display: flex;
    height: 100%;
}

.header_language .header_main > div {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.header_language .header_main > div:first-child {
    flex: 1;
}

.navbar{
    background-color: white;
    box-shadow: 0px 2px 90px rgb(0 0 0 / 3%);
    z-index: 1;
    position: relative;
}
.navbar .logo_panel {

}

.navbar .tap_menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar .menu_panel {

}

.menu_panel .menu_list .active {
    background-color: #00708C;
    color: white!important;
    text-decoration: unset;
    padding: 10px;
}

.menu_panel .menu_item:hover {
    background-color: #00708C;
    color: white!important;
    text-decoration: unset;
    padding: 10px;
}
.ThemeGrid_MarginGutter {
    margin-left: 1.96078431372549%;
}
.navbar .menu_list {
    display: none;
    flex-direction: row;
    justify-content: space-between;
}
.navbar .menu_panel .menu_item {
    padding: 5px 14px;
    border-radius: 20px;
    margin: 0 1px;
    letter-spacing: 3px;
    font-weight: bold;
    cursor: pointer;
    line-height: 30px;
    text-transform: uppercase;
    color: black;
}


.navbar .menu_user_item {
    padding: 3px 10px;
    border-radius: 22px;
    margin: 0 1px;
    letter-spacing: 3px;
    font-weight: bold;
    cursor: pointer;
    line-height: 30px;
    border: 2px solid #007292;
    position: relative;
    border-radius: 5px;
    flex-direction: row;
    display: flex;
}



.header_main_reason .text_main {
    position: absolute;
    max-width: 700px;
    left: 50%;
    transform: translate(-50%);
}

/* sidenav MOBILE ONLY */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
  }
  
  .sidenav a {
    padding: 20px 8px 20px 32px;
    display: block;
    transition: 0.3s;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #EBEBEB;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .container-empty{
    width:0px
 }


@media only screen and (min-width: 1024px){
    .navbar .logo_panel {
    }
    .navbar .menu_panel {
        margin-right: 50px;
    }
    .navbar .user_panel {
        margin-left: 120px;
    }
    .header_main_reason .text_main_space {
        height: 30px;
    }
    .header_main_reason .text_main .text_firstline {
        font-style: normal;
        font-weight: bold;
        font-size: 64px;
        line-height: 71px;
        text-align: center;
        color: #000000;
    }
    .header_main_reason .space_above_carousel {
        display: block;
        height: 60px;
    }

    .model-section .model-card .card-detail .model-name {
        font-weight: bold;
        font-size: 20px;
        line-height: 22px;
    }
    .header_language{
        background: #00708C;
        color: white;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 3px;
        height: 40px;
        display: block;
    }
    .navbar .menu_list {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .burger-mobile{
        display: none;
    }

    .right .dropdown-menu {
        padding: 14px;
    }

    .right .dropdown-item {
        letter-spacing:3px;
        font-weight: bold;
        color: #16181b;
        margin-bottom: 10px;
    }

    .right .dropdown-item:focus, .dropdown-item:hover {
        background-color: #FFB394 !important;      
    }
    .container-empty{
       width:375px
    }

    .dropdown-menu.show {
        display: block;
        position: absolute;
        left: -60px !important;
    }
}