.site-header{
    background-color: transparent;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.site-header.color{
    background-color: var(--main-color);
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.site-header .icon svg path{
    fill: #fff;
}

.site-header .header-bar {
    min-height: 70px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.hb-left{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.hb-right{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.site-header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .logo a{
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    color: #fff;
    line-height: normal;
}

.site-header .logo img{
    width: 260px;
    height: auto;
}

.trp-language-item-name {
    line-height: normal !important;
    font-family: 'Montserrat-Bold' !important;
    font-weight: normal!important;
}
.trp-shortcode-arrow{
    display: none !important;
}

.trp-shortcode-switcher {
    position: static;
    display: inline-block;
    overflow: hidden;
    padding: 10px 0;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    width: auto;
    box-shadow: none;
}
.trp-current-language-item__wrapper {
    padding-right: 0 !important;
}


.sidenav {
    width: 0;
    padding: 0;
    height: -webkit-fill-available;
    width: 0;
    position: fixed;
    z-index: 9999999999999999999;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    overflow-x: hidden;
    transition: 0.5s;
    color: #fff;
}

.sidenav .sidenav-container {
    padding: 10% 20% 0% 20%;
}

.sidenav .sidenav-container .sidenav-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidenav .icon svg path{
    fill: #fff;
}

.sidenav .sidenav-container .sidenav-head{
    margin-bottom: 15%;
}

.sidenav .sidenav-container .sidenav-head .logo span {
    font-family: 'Montserrat-Bold';
    font-size: 32px;
    color: #fff;
}
.sidenav .sidenav-container .sidenav-menu{
    margin-bottom: 10%;
}

.sidenav .sidenav-container .sidenav-menu .menu {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    unicode-bidi: isolate;
}

.sidenav .sidenav-container .sidenav-menu .menu li {
    margin-bottom: 5%;
}

.sidenav .sidenav-container .sidenav-menu .menu a {
    font-size: 26px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: normal;
}

.sidenav .sidenav-container hr{
    margin-bottom: 10%;
}

.sidenav-footer{
    font-size: 20px;
}

.sidenav-footer .socials{
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.sidenav-footer .socials .icon svg {
    width: 30px;
    height: auto;
}
    