#nav {
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #F5F5F5;
    padding: 10px 0;
}
#nav .inner {
    display: flex;
    align-content: center;
    padding: 0 100px;
}
#nav .left {
    width: 25%;
    display: flex;
    align-items: center;
}
#nav .left img {
    height: 31px;
    width: 249px;
}
#nav .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 75%;
}
#nav .extras {
    display: flex;
    align-items: center;
    margin-left: 50px;
}
#nav .links a {
    color: #000000;
    text-decoration: none;
    margin: 0 15px;
}
#nav .extras i {
    color: #CF1D1D;
    margin-right: 3px;
}
#nav .extras a:hover {
    color: #CF1D1D;
}
#search-form {
    width: 500px;
    height: 42px;
    background: #fff;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    position: relative;
}
#search-form input {
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
#search-form button {
    position: absolute;
    height: 100%;
    width: 42px;
    right: 0;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #CF1D1D;
    color: #fff;
}
#nav .lang {
    position: relative;
    width: 250px;
    height: 42px;
    border-radius: 5px;
}
#nav .gtranslate_wrapper {
    border: none;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    height: 42px;
    border-radius: 5px;
}
#nav .gt_switcher .gt_selected a:after {
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 42px;
    transition: all 0.2s;
    background: #CF1D1D;
    top: 0;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107" !important;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#nav .gt_switcher {
    width: 100% !important;
    border-radius: 5px;
}
#nav .gt_switcher .gt_option {
    position: relative;
    z-index: 9998;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    display: none;
    width: 100% !important;
    max-height: 198px;
    height: 0;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden;
    transition: height 0.5s ease-in-out;
    border-radius: 5px;
}
#nav .gt_switcher .gt_selected {
    background: #fff;
    position: relative;
    z-index: 9999;
    border-radius: 5px !important;
    width: 100% !important;
    height: 42px;
}

#nav .gt_switcher .gt_selected a {
    border: 1px solid #C9C9C9;
    color: #000;
    padding: 3px 10px;
    border-radius: 5px !important;
    width: 100% !important;
    height: 34px;
    display: flex;
    align-items: center;

}
#nav .gt_switcher .gt_selected a img {
    margin-right: 10px;
}

@media(max-width: 1600px) {
    #nav .extras {
        margin-left: 20px;
    }
}
@media(max-width: 1550px) {
    #nav .extras {
        margin-left: 20px;
    }
    #nav .inner {
        display: flex;
        align-content: center;
        padding: 0 20px;
    }
    #nav .left {
        width: auto;
    }
    #nav .right {
        width: 100%;
    }
}
@media(max-width: 1300px) {
    #nav .search-wrap {
        display: none;
    }
}
@media(max-width: 991px) {
    #nav .links a span {
        display: none;
    }
    #nav .links a {
        padding: 0 10px;
        margin: 0 5px;
    }
}
@media(max-width: 667px) {
    #nav .lang {
        position: relative;
        width: 60px;
        height: 42px;
        border-radius: 5px;
    }
    #nav .gt_switcher .gt_option a {
        font-size: 0;
    }
    #nav .gt_switcher .gt_selected a:after {
        width: 20px;
    }
}
@media(max-width: 500px) {
    #nav .left img {
        height: 20px;
        width: 162px;
    }
    #nav .links a {
        padding: 0 8px;
        margin: 0;
    }
    #nav .inner {
        padding: 0 10px;
    }
}
