select {
    display: none;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #bb9d82;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: SegoeWP-Light, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: -3px;
    height: 38px;
    line-height: 38px;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.content.services .nice-select {
    min-width: 118px;
    width: auto;
}

#translation .nice-select {
    display: inline-block;
    font-family: Baskerville, sans-serif;
    font-style: italic;
    font-size: 43px;
    color: #e5d474;
    box-sizing: border-box;
    margin: 0;
    top: 16px;
    left: -35px;
    height: 74px;
    line-height: 74px;
    border: none;
    white-space: normal;
    padding-right: 110px;
    padding-left: 35px;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#translation .nice-select .current {
    color: #e5d474;
}

.nice-select:hover {
    border-color: #1d1d1d;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    /*outline: 1px solid red;*/
    border-color: #1d1d1d;
}

.nice-select:after {
    content: '';
    display: block;
    height: 10px;
    width: 20px;
    background: url("../img/dropdown.png") no-repeat center;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 44%;
    transition: all 0.15s ease-in-out;
}

#translation .nice-select:after {
    content: '';
    box-sizing: border-box;
    display: block;
    height: 19px;
    width: 35px;
    background: url("../img/dropdown1.png") no-repeat center;
    pointer-events: none;
    position: absolute;
    right: 13%;
    top: 53%;
    transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nice-select.open .list {
    overflow-y: auto;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #1d1d1d;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #1d1d1d;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    /*box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.content.services .nice-select .list {
    background-color: #1d1d1d;
    margin-top: 0;
}

.content.services .nice-select .list {
    color: white;
}

#translation .nice-select .list {
    height: auto;
    width: 1244px;
    background-color: #1d1d1d;
    right: 0;
    margin: 0;
    left: auto;
    font-style: normal;
    font-family: SegoeWP-Light, sans-serif;
    font-size: 31px;
    color: white;
    padding: 10%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#translation .nice-select .option {
    display: inline-block;
    border-bottom: dashed 1px white;
    padding: 0;
    margin-right: 3%;
    box-sizing: border-box;
    margin-bottom: 3%;
}

#translation .nice-select span {
    padding: 0;
    padding-right: 10px;
    padding-left: 8px;
    padding-top: 10px;
    border: none;
    border-bottom: 2px solid #e5d474;;
    background: transparent;
    margin: 0;
    float: left;
    outline: none;
    height: 72px;
}

#translation .nice-select p.line {
    width: 2px;
    display: inline-block;
    height: 10px;
    background-color: #e5d474;
    position: relative;
    padding: 0;
    margin: 0;
    top: 74px;
    float: left;
    vertical-align: bottom;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.15s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

#translation .nice-select .option:hover, #translation .nice-select .option.focus, #translation .nice-select .option.selected.active {
    background-color: transparent;
    box-sizing: border-box;
    color: #e5d474;
    border-bottom: dashed 1px #e5d474;
}

.content.services .nice-select .option:hover, .content.services .nice-select .option.focus, .content.services .nice-select .option.selected.active {
    background-color: transparent;
    color: #bb9d82;
}

.content.services .nice-select:focus {
    border-color: #bb9d82;
}

.content.services .nice-select.open, .content.services .nice-select:hover {
    border-color: #1d1d1d;
}

#translation .nice-select.open {
    background: none;
    box-sizing: border-box;
    background-color: #1d1d1d;
    height: 74px;
}

#translation .nice-select.open span {
    background: none;
}

.nice-select .current {
    color: #969696;
    font-style: italic;
    font-family: "Baskerville", sans-serif;
}