:root {
    --primaryBgColor: #172128;
    --secondaryBgColor: #121A20;
    --thirdBgColor: #1F2A32;
    --primaryVioletColor: #724FFF;
    --primaryYellowColor: #FFB016;
    --primaryTextColor: #6F8394;
    --secondaryTextColor: #445B6C;
    --thirdTextColor: #7C8A94;
    --fourthTextColor: #8B9CA8;
    --colorGreen: #6ecc39;
    --colorDarkGray: #3A4954;
    --colorTransparentBlack: rgba(18, 26, 32, 0);
    --colorWhite: #fff;
    --colorVioletOpacity: rgba(114, 79, 255, .08);
    --borderColor: #3A4954;
}

#contrast-site {
    --primaryBgColor: #fff;
    --secondaryBgColor: #fff;
    --thirdBgColor: #F1F3F6;
    --colorWhite: #000;
    --borderColor: #D9E0F3;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    font-size: 16px;
    font-family: ModernEra, sans-serif !important;
    color: var(--secondaryTextColor)
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@font-face {
    font-family: ModernEra;
    src: url("font/ModernEra-Regular.woff2") format('woff');
    font-display: swap
}

@font-face {
    font-family: ModernEra;
    src: url("font/ModernEra-Bold.woff2") format('woff');
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: ModernEra;
    src: url("font/ModernEra-Medium.woff2") format('woff');
    font-weight: 500;
    font-display: swap
}

::-webkit-scrollbar {
    background-color: transparent
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--colorDarkGray) transparent
}

textarea {
    font-family: inherit;
    font-size: inherit
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-in;
    -moz-transition: -moz-transform .3s ease-out, opacity .3s ease-in;
    -o-transition: -o-transform .3s ease-out, opacity .3s ease-in;
    transition: transform .3s ease-out, opacity .3s ease-in
}

.leaflet-cluster-spider-leg {
    -webkit-transition: -webkit-stroke-dashoffset .3s ease-out, -webkit-stroke-opacity .3s ease-in;
    -moz-transition: -moz-stroke-dashoffset .3s ease-out, -moz-stroke-opacity .3s ease-in;
    -o-transition: -o-stroke-dashoffset .3s ease-out, -o-stroke-opacity .3s ease-in;
    transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in
}

.marker-cluster-small {
    background-color: rgba(181, 226, 140, .6)
}

.marker-cluster-small div {
    background-color: rgba(110, 204, 57, .6)
}

.marker-cluster-medium {
    background-color: rgba(241, 211, 87, .6)
}

.marker-cluster-medium div {
    background-color: rgba(240, 194, 12, .6)
}

.marker-cluster-large {
    background-color: rgba(253, 156, 115, .6)
}

.marker-cluster-large div {
    background-color: rgba(241, 128, 23, .6)
}

.leaflet-oldie .marker-cluster-small {
    background-color: #b5e28c
}

.leaflet-oldie .marker-cluster-small div {
    background-color: var(--colorGreen)
}

.leaflet-oldie .marker-cluster-medium {
    background-color: #f1d357
}

.leaflet-oldie .marker-cluster-medium div {
    background-color: #f0c20c
}

.leaflet-oldie .marker-cluster-large {
    background-color: #fd9c73
}

.leaflet-oldie .marker-cluster-large div {
    background-color: #f18017
}

.marker-cluster {
    background-clip: padding-box
}

.marker-cluster div {
    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif
}

.marker-cluster span {
    line-height: 30px
}

.results__singleresult {
    margin-top: 0 !important;
    margin-bottom: 10px
}

.results__list {
    max-height: 493px
}

.results__list.results600 {
    max-height: calc(100vh - 240px);
    min-height: calc(100vh - 240px)
}

.results__list.results768 {
    max-height: 644px
}

.results__list.results900 {
    max-height: 755px
}

.results__list.results1100 {
    max-height: 906px
}

.results__list.results1250 {
    max-height: 1057px
}

.results__list.results1400 {
    max-height: 1208px
}

.results__list a,
.results__list a > .results__singleresult {
    opacity: 0;
    transform: scale(.7);
    transition: .35s ease-in-out
}

.results__list a.item-hide,
.results__list a.item-hide > .results__singleresult {
    opacity: 0;
    transform: scale(.7)
}

.results__list a.item-focus,
.results__list a.item-focus > .results__singleresult,
.results__list a.item-next,
.results__list a.item-next-next,
.results__list a.item-next-next > .results__singleresult,
.results__list a.item-next > .results__singleresult {
    opacity: 1;
    transform: scale(1)
}

.results__list a:last-child,
.results__list a:last-child > .results__singleresult {
    margin-bottom: 160px;
    display: flex;
    width: 100%
}

.results__list a:last-child:before {
    height: calc(100% - 158px) !important
}

.bottom-menu__in {
    background-image: url(img/in-new.svg) !important
}

.bottom-menu__tw {
    background-image: url(img/x-new.svg) !important
}

.bottom-menu__tt {
    background-image: url(img/tik-tok-new.svg) !important
}

.bottom-menu {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    width: 600px;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 0 !important;
    padding-top: 40px;
    background: linear-gradient(360deg, var(--secondaryBgColor) 0, var(--secondaryBgColor) 50%, var(--colorTransparentBlack) 100%)
}

.bottom-menu__menu {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.bottom-menu__copy {
    margin-bottom: 16px !important
}

.bottom-menu__menu > a {
    color: var(--secondaryTextColor) !important
}

.scrollbar-track {
    opacity: 1 !important;
    background: 0 0 !important
}

.scrollbar-thumb {
    background: var(--colorDarkGray) !important;
    width: 4px !important;
    border-radius: 4px !important
}

.leaflet-marker-icon.activebounce {
    animation: none !important
}

.leaflet-marker-icon.perfect-offer-icon.activebounce:before,
.leaflet-marker-icon.perfect-offer-icon:hover:before,
.leaflet-marker-icon.premium-offer-icon.activebounce:before,
.leaflet-marker-icon.premium-offer-icon:hover:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    border-radius: 5px;
    z-index: -1;
    opacity: 1;
    filter: blur(5px);
    background: linear-gradient(45deg, var(--primaryVioletColor), #7f5cff, #987dff, #b29dff, #ccbeff, var(--primaryVioletColor), #7f5cff, #987dff, #b29dff);
    background-size: 400%;
    transition: opacity 1s ease-in-out;
    animation: 20s linear infinite animate
}

.leaflet-marker-icon.perfect-offer-icon.activebounce:before,
.leaflet-marker-icon.perfect-offer-icon:hover:before {
    background: linear-gradient(45deg, #eea517, #ffc733, #ffd24d, #ffe066, #ffeb80, #eea517, #ffc733, #ffd24d, #ffe066)
}

.leaflet-marker-icon.activebounce:not(.premium-offer-icon):not(.perfect-offer-icon):before,
.leaflet-marker-icon.offer-href:not(.premium-offer-icon):not(.perfect-offer-icon):hover:before {
    position: absolute;
    display: block;
    content: "";
    height: 56px;
    width: 56px;
    -webkit-animation: 1.5s linear infinite pulsate;
    animation: 1.5s linear infinite pulsate;
    background-color: #7f5cff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

@keyframes pulsate {
    0% {
        transform: scale(0);
        opacity: .05
    }

    20% {
        transform: scale(.7);
        opacity: .1
    }

    40% {
        transform: scale(.9);
        opacity: .2
    }

    60% {
        transform: scale(1.1);
        opacity: .3
    }

    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

.leaflet-popup-content > .map-popup {
    flex-direction: column !important
}

.leaflet-popup-content > .map-popup > .map-popup:not(:first-of-type) {
    border-top: 1px solid var(--thirdBgColor)
}

.leaflet-popup {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
    margin-left: -23px
}

.leaflet-marker-icon > div {
    color: #FFF;
    text-align: center;
    line-height: 25px
}

.perfect-offer-icon .countdivicon,
.premium-offer-icon .countdivicon {
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    background: rgba(255, 176, 22, .1);
    color: var(--primaryYellowColor);
    backdrop-filter: blur(4px);
    font-size: 12px;
    font-weight: 700;
    text-align: center
}

.leaflet-popup-content {
    padding: 0 !important;
    max-height: 270px;
    overflow-y: auto !important
}

.map-popup > .map-popup {
    padding: 15px
}

.map-popup:not(.single-offer-popup) .map-popup:hover {
    cursor: pointer;
    background: #202e38
}

div.map-popup:not(.single-offer-popup) {
    max-height: 270px
}

div.map-popup:not(.single-offer-popup) .map-popup {
    padding: 15px
}

div.map-popup .scroll-content {
    padding: 0 !important
}

div.map-popup .scrollbar-track-y {
    right: -5px !important
}

.results__options {
    padding: 0 30px
}

.filtroptionname {
    font-size: 12px;
    line-height: 15px;
    color: var(--primaryVioletColor);
    padding: 8px 30px 8px 12px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background: var(--colorVioletOpacity);
    display: inline-block;
    margin-top: 15px;
    font-weight: 700;
    margin-right: 10px
}

.filtroptionclose {
    display: block;
    position: absolute;
    background: url(https://jobriver.de/img/skillclose.svg) 0 0/contain;
    right: 12px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    cursor: pointer
}

#searchtextbox1 {
    position: relative
}

.clearsearchbox,
.clearsearchbox1 {
    position: absolute;
    right: 12px;
    width: 10px;
    height: 10px;
    display: block;
    top: calc(50% - 5px);
    background: url(https://jobriver.de/img/searchclose.svg) 0 0/contain;
    cursor: pointer;
    z-index: 999;
}

.clearsearchbox1 {
    display: none
}

.hidecount {
    display: none
}

.results__company,
.results__technologies > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.results__list {
    margin-top: 30px !important
}

.l-fixed {
    width: 600px;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background: var(--secondaryBgColor);
    padding-top: 16px;
    box-shadow: 12px 0 48px rgba(0, 10, 22, .6)
}

.l-fixed > div:first-of-type {
    margin-top: 104px
}

.home .l-fixed > div:first-of-type {
    height: calc(100% - 104px);
    overflow: hidden
}

.top-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 28px 30px;
    background: var(--primaryBgColor);
    border-bottom: 1px solid var(--thirdBgColor);
    justify-content: space-between;
    position: fixed;
    width: 600px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 99999
}

.top-menu__menu {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top-menu .top-menu__logo a {
    display: block;
    text-indent: -9999px;
    width: 28px;
    height: 33px;
    background: url(img/top-logo.svg) 0 0/contain no-repeat
}

.top-menu__links a {
    font-size: 14px;
    display: inline-block;
    margin-right: 12px;
    color: var(--primaryTextColor);
    font-weight: 700;
    text-decoration: none
}

.top-menu__addjob {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 12px 12px 30px;
    border-radius: 4px;
    margin-left: 8px;
    margin-right: 20px;
    background-image: url(img/plus.svg);
    background-color: var(--primaryVioletColor);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left 12px center;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700
}

.top-menu__addjob a {
    color: #FFF;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700
}

.top-menu__userphoto a {
    display: block;
    width: 48px;
    height: 48px;
    background: url('img/man-icon.webp') center/cover no-repeat;
    border-radius: 100%;
    text-indent: -9999px
}

.search-filters__box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between
}

.search-filters__box > * {
    box-sizing: border-box
}

.search-filters__box .search-filters__input {
    text-overflow: ellipsis;
    max-width: 206px;
    padding-right: 25px;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    line-height: 46px;
    padding-left: 48px;
    color: var(--secondaryTextColor);
    background-image: url('img/magnifier.svg');
    background-position: left 17px center;
    background-repeat: no-repeat;
    background-size: 17px;
    background-color: var(--thirdBgColor);
    border: 0;
    font-size: 14px;
    font-weight: 500;
    outline: 0 !important;
}

.search-filters__box ::-webkit-input-placeholder {
    color: var(--secondaryTextColor)
}

.search-filters__box ::-moz-placeholder {
    color: var(--secondaryTextColor)
}

.search-filters__box ::-ms-placeholder {
    color: var(--secondaryTextColor)
}

.search-filters__box ::placeholder {
    color: var(--secondaryTextColor)
}

.search-filters__box .custom-select {
    width: calc(30% - 8px);
    font-size: 14px;
    height: 48px;
    border-radius: 4px;
    line-height: 46px;
    padding-left: 52px;
    background-image: url('img/location.svg');
    background-position: left 19px center;
    background-repeat: no-repeat;
    background-size: 18px;
    background-color: var(--primaryBgColor);
    color: var(--thirdTextColor);
    border: 1px solid var(--thirdBgColor);
    font-weight: 700;
    position: relative
}

.custom-select select {
    display: none
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 20px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: var(--secondaryTextColor) transparent transparent transparent
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent var(--secondaryTextColor) transparent;
    top: 18px
}

.select-items div,
.select-selected {
    color: var(--thirdTextColor);
    cursor: pointer
}

.select-items {
    position: absolute;
    background-color: var(--primaryBgColor);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid var(--thirdBgColor);
    padding-left: 20px
}

.select-hide {
    display: none
}

.search-filters__button {
    width: calc(25% - 10px);
    font-size: 14px;
    height: 48px;
    border-radius: 4px;
    line-height: 46px;
    padding-left: 52px;
    background-image: url('img/filters.svg');
    background-position: left 18px center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: var(--primaryBgColor);
    color: var(--thirdTextColor);
    border: 1px solid var(--thirdBgColor);
    font-weight: 700;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0
}

.search-filters__form--hidden {
    display: block !important
}

.search-filters__form--hidden.hide-filters {
    display: none !important
}

.results {
    padding: 30px 0
}

.results__number,
.scroll-content {
    padding: 0 30px
}

.scrollbar-track-y {
    right: 10px !important
}

.results__number {
    font-size: 20px;
    font-weight: 700;
    color: var(--thirdTextColor)
}

.l-map {
    position: relative;
    width: calc(100% - 600px);
    right: 0;
    top: 0;
    height: 100vh;
    left: 600px
}

#map {
    width: 100%;
    height: 100%;
    margin: 0;
    background: var(--secondaryBgColor)
}

.results__singleresult {
    padding: 24px;
    background: var(--primaryBgColor);
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    border: 1px solid var(--thirdBgColor);
    box-shadow: 0 4px 9px rgba(13, 21, 27, .5)
}

.results__logo-container {
    background: var(--secondaryBgColor);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px
}

.results__score {
    color: var(--primaryVioletColor);
    background: var(--colorVioletOpacity);
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
    text-align: center
}

.results__info {
    margin-left: 16px
}

.results__company {
    color: var(--fourthTextColor);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.l-results__company,
.results__tags {
    display: flex;
    flex-direction: row
}

.results__tags > div {
    height: 24px;
    line-height: 24px;
    padding-right: 5px;
    margin-left: 12px;
    border-radius: 2px;
    font-size: 12px
}

.results__perfectjobtag {
    white-space: nowrap;
    background-image: url('img/star.svg');
    background-position: left 6.3px center;
    background-repeat: no-repeat;
    background-size: 11.4px;
    background-color: rgba(255, 176, 22, .1);
    color: var(--primaryYellowColor);
    padding-left: 24px
}

.results__premium {
    background-image: url('img/premium.svg');
    background-position: left 6.6px center;
    background-repeat: no-repeat;
    background-size: 10.75px;
    background-color: var(--colorVioletOpacity);
    color: var(--primaryVioletColor);
    padding-left: 24px
}

.results__work-position {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: var(--thirdTextColor);
    line-height: 20px;
}

.results__cities {
    color: var(--fourthTextColor);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.results__technologies {
    margin-top: 12px;
    display: flex;
    flex-direction: row
}

.results__technologies > div {
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    margin-right: 12px;
    border-radius: 2px;
    font-size: 12px !important;
    background-color: rgba(114, 79, 255, .1);
    color: var(--primaryVioletColor);
    font-size: 500
}

.results__hot {
    background-image: url('img/redhot.svg');
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 12.5px;
    margin-bottom: 10px;
    height: 24px
}

.results__salary {
    font-size: 16px;
    font-weight: 700;
    color: var(--primaryVioletColor);
    text-align: right;
    line-height: 20px;
}

.results__salary span {
    color: var(--colorWhite)
}

.results__secondaryinfo {
    min-width: 110px !important;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.results__date {
    font-size: 12px;
    line-height: 15px;
    color: var(--secondaryTextColor);
    text-align: right
}

.bottom-menu {
    text-align: center
}

.bottom-menu__menu > a {
    font-size: 14px;
    line-height: 22px;
    margin-left: 12px;
    margin-right: 12px;
    display: inline-block;
    color: var(--primaryTextColor);
    text-decoration: none;
    font-weight: 700
}

.bottom-menu__copy {
    font-size: 14px;
    line-height: 22px;
    color: var(--secondaryTextColor);
    font-weight: 700
}

.bottom-menu__sociallinks {
    height: 20px
}

.bottom-menu__in {
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 12px;
    background-size: 17px;
    height: 20px;
    width: 20px;
    display: inline-block
}

.bottom-menu__tt {
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 12px;
    background-size: 17px;
    height: 20px;
    width: 20px;
    display: inline-block
}

.bottom-menu__tw {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    margin: 0 12px;
    height: 20px;
    width: 20px;
    display: inline-block
}

.leaflet-marker-icon {
    width: 56px !important;
    height: 56px !important;
    margin-left: -28px !important;
    margin-top: -28px !important
}

.leaflet-marker-icon:not(.premium-offer-icon):not(.perfect-offer-icon) {
    width: 56px !important;
    height: 56px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -28px !important;
    margin-top: -28px !important
}

.leaflet-marker-icon.perfect-offer-icon > div,
.leaflet-marker-icon.premium-offer-icon > div {
    width: 56px !important;
    height: 56px !important;
    border-radius: 4px;
    background: var(--primaryBgColor);
    border: 1px solid var(--thirdBgColor);
    display: flex;
    align-items: center;
    justify-content: center
}

.leaflet-pane > .leaflet-marker-icon:not(.premium-offer-icon):not(.perfect-offer-icon):not(.marker-cluster) > div {
    width: 25px;
    height: 25px;
    background: #7f5cff;
    border-radius: 100%
}

.leaflet-popup-content-wrapper {
    background: var(--primaryBgColor);
    border: 1px solid var(--thirdBgColor);
    border-radius: 4px
}

.leaflet-popup-tip {
    background: var(--primaryBgColor);
    border: 1px solid var(--thirdBgColor)
}

.map-popup {
    display: flex;
    flex-direction: row
}

.leaflet-popup-content {
    margin: 0
}

.map-popup__logo-container {
    background: var(--secondaryBgColor);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px
}

.map-popup__score {
    color: var(--primaryVioletColor);
    background: var(--colorVioletOpacity);
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
    text-align: center
}

.map-popup__newtag {
    height: 24px;
    line-height: 24px;
    padding-right: 5px;
    margin-left: 12px;
    border-radius: 2px;
    font-size: 12px;
    background-image: url('img/greenheart.svg');
    background-position: left 6.6px center;
    background-repeat: no-repeat;
    background-size: 10.75px;
    background-color: rgba(0, 187, 153, .08);
    color: #01bc9a;
    padding-left: 24px
}

.l-map-popup__company {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.map-popup__company {
    color: var(--fourthTextColor);
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.map-popup__newhot {
    display: flex
}

.map-popup__hot {
    background-image: url(img/redhot.svg);
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 12.5px;
    height: 24px;
    min-width: 14px;
    margin-left: 10px
}

.map-popup__work-position {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
}

.map-popup__salary {
    font-size: 16px;
    font-weight: 700;
    color: rgb(1, 188, 154)
}

.map-popup__salary span {
    color: rgb(1, 188, 154)
}

.map-popup__info {
    margin-left: 15px
}

.single-top {
    padding: 0 30px;
    padding-top: 2px;
}

.single-top__perfectjobtag {
    background-image: url('img/star.svg');
    background-position: left 6.3px center;
    background-repeat: no-repeat;
    background-size: 11.4px;
    background-color: rgba(255, 176, 22, .1);
    color: var(--primaryYellowColor);
    padding-left: 24px
}

.l-fixed::-webkit-scrollbar {
    display: none
}

.applyjob__box--50,
.slider-filters__box--50 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between
}

.applyjob__box--50 > *,
.slider-filters__box--50 > * {
    width: calc(50% - 12px);
    box-sizing: border-box
}

.applyjob__box--50 > label,
.applyjob__box > label,
.slider-filters > label,
.slider-filters__box--50 > label {
    display: block;
    color: var(--thirdTextColor);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.applyjob__earningrange,
.slider-filters__range {
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    color: var(--secondaryTextColor)
}

.noUi-target {
    margin-top: 36px;
    height: 4px;
    border-radius: 3px;
    background: var(--thirdBgColor);
    border: 0;
    box-shadow: none
}

.noUi-connect {
    background: var(--primaryVioletColor)
}

.noUi-tooltip {
    background: var(--primaryVioletColor);
    color: var(--colorWhite);
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    bottom: 20px !important;
    border: 0
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: var(--primaryVioletColor);
    border: 7px solid var(--primaryBgColor);
    box-shadow: 0 2px 4px rgba(169, 181, 192, .25)
}

.noUi-handle:after,
.noUi-handle:before {
    display: none
}

.leaflet-bar a,
.leaflet-bar a.leaflet-disabled,
.leaflet-bar a:hover {
    background: var(--secondaryBgColor);
    color: var(--secondaryTextColor);
    border-bottom: 1px solid var(--thirdBgColor)
}

@keyframes jump {

    0%,
    100% {
        margin-top: -6px
    }

    50% {
        margin-top: -36px
    }
}

.activebounce {
    animation: .8s ease-in-out infinite jump
}


.input-group-append {
    display: none !important
}

.bsui .form-control {
    height: 48px;
    border-radius: 4px;
    line-height: 46px;
    background-color: var(--primaryBgColor) !important;
    color: var(--thirdTextColor) !important;
    border: 1px solid var(--thirdBgColor) !important;
    position: relative !important
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt {
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    border-radius: 4px !important;
    background: var(--primaryVioletColor) !important;
    color: var(--colorWhite);
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 0;
    width: 100%
}

.step {
    font-size: 18px;
    font-weight: 500;
    color: var(--primaryTextColor);
    line-height: 48px
}

.step span {
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    height: 44px;
    width: 44px;
    border-radius: 100%;
    border: 2px solid var(--thirdBgColor);
    text-align: center;
    margin-right: 16px
}

.premium-offer > div:after {
    content: "";
    display: block;
    position: absolute;
    background: var(--primaryVioletColor);
    height: 90px;
    width: 4px;
    right: 0;
    top: calc(50% - 45px);
    border-radius: 10px 0 0 10px
}

.premium-offer > div:before {
    content: "";
    display: block;
    position: absolute;
    background: var(--primaryVioletColor);
    height: 90px;
    width: 4px;
    left: 0;
    top: calc(50% - 45px);
    border-radius: 0 10px 10px 0
}

.perfect-job-style > div:after {
    content: "";
    display: block;
    position: absolute;
    background: var(--primaryYellowColor);
    height: 90px;
    width: 4px;
    right: -1px;
    top: calc(50% - 45px);
    border-radius: 10px 0 0 10px
}

.perfect-job-style > div:before {
    content: "";
    display: block;
    position: absolute;
    background: var(--primaryYellowColor);
    height: 90px;
    width: 4px;
    left: -1px;
    top: calc(50% - 45px);
    border-radius: 0 10px 10px 0
}

.premium-offer > div {
    position: relative;
    border: 1px solid rgba(114, 79, 255, .5)
}

.applyjob_fieldcontainer label,
.form-group label:not(.custom-control-label) {
    position: absolute !important;
    font-size: 14px;
    line-height: 18px;
    left: 16px;
    top: 15px;
    color: var(--secondaryTextColor);
    transition: .2s;
    width: auto !important;
    height: auto !important;
    overflow: auto !important;
    margin: auto !important;
    clip: auto !important;
    z-index: 999
}

.applyjob_fieldcontainer,
.form-group {
    position: relative
}

.applyjob_fieldcontainer input,
.form-group input {
    padding-bottom: 0 !important;
    width: 100% !important;
    color: var(--thirdTextColor) !important;
    line-height: 17.5px !important;
    padding-top: 10px !important;
    box-sizing: border-box;
    padding-left: 15px !important
}

.applyjob_fieldcontainer textarea,
.entry-summary .salary_max_parent input,
.entry-summary .salary_min_parent input,
.form-group textarea {
    padding-top: 20px !important;
    color: var(--thirdTextColor) !important
}

.applyjob_fieldcontainer.filled label,
.applyjob_fieldcontainer:focus-within label,
.form-group.filled label:not(.custom-control-label),
.form-group:focus-within label:not(.custom-control-label),
.salary_max_parent.filled label,
.salary_max_parent:focus-within label,
.salary_min_parent.filled label,
.salary_min_parent:focus-within label {
    font-size: 10px;
    line-height: 12.5px;
    top: 10px
}

.marker-cluster div {
    width: 100%;
    background: 0 0;
    color: var(--primaryVioletColor) !important;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    line-height: 56px;
    height: 56px
}

.marker-cluster div span {
    height: 56px;
    display: block;
    line-height: 56px
}

.marker-cluster {
    border-radius: 100%
}

.leaflet-marker-icon.marker-cluster > div {
    width: 56px !important;
    height: 56px !important;
    border-radius: 100%;
    background: var(--primaryBgColor);
    border: 1px solid var(--thirdBgColor);
    display: flex;
    align-items: center;
    justify-content: center
}

.leaflet-marker-icon.marker-cluster {
    background: 0 0;
    border: 0
}

#contrast-site .leaflet-popup-content-wrapper,
#contrast-site .leaflet-popup-tip {
    background: #FFF;
    color: #333;
    box-shadow: 0 3px 24px rgb(86, 110, 139, .1)
}

.search-filters__button.filters_on {
    background-image: url(img/close_filters.svg);
    background-position: left 17px center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: rgba(115, 128, 163, .04);
    color: #ff5368;
    border: 1px solid #ff5368;
    padding-left: 40px;
    height: 48px
}

.search-filters__form select {
    border-radius: 4px !important;
    line-height: 48px !important;
    padding-left: 16px !important;
    color: var(--secondaryTextColor) !important;
    background-color: var(--thirdBgColor) !important;
    border: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important
}

.search-filters__form label {
    display: block;
    color: var(--thirdTextColor);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.search-filters__form--hidden {
    margin: 15px 0;
    position: fixed;
    left: calc(50% - 314px);
    width: 628px;
    min-height: 700px;
    box-sizing: border-box;
    top: calc(50% - 350px);
    padding: 34px 44px;
    border-radius: 20px;
    z-index: 9999999;
    background: var(--secondaryBgColor);
    border: 1px solid var(--thirdBgColor)
}

.l-fixed {
    overflow-y: auto;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 9999
}

.hideall,
.hideall-notification {
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background: rgba(114, 79, 255, .25);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    backdrop-filter: blur(4px)
}

.slider-filters__box__back,
.slider-filters__box__back:hover {
    width: 120px;
    height: 48px;
    line-height: 48px;
    background: var(--thirdBgColor);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: var(--primaryTextColor);
    text-align: center;
    text-decoration: none;
    display: block;
    float: left
}

.slider-filters__box__anwenden {
    width: 136px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: block;
    float: right;
    background: var(--primaryVioletColor);
    color: var(--colorWhite);
    margin-left: 19px;
    cursor: pointer;
    border: 0
}

.slider-filters__box__clear,
.slider-filters__box__clear:hover {
    display: block;
    float: right;
    font-weight: 700;
    color: var(--primaryTextColor);
    text-decoration: none;
    font-size: 14px;
    line-height: 48px
}

.slider-filters__box--end {
    margin-top: 36px
}

.wcpa_type_text label {
    position: absolute !important;
    font-size: 14px;
    line-height: 18px;
    left: 21px;
    top: 15px;
    color: var(--secondaryTextColor);
    transition: .2s;
    width: auto !important;
    height: auto !important;
    overflow: auto !important;
    margin: auto !important;
    clip: auto !important;
    z-index: 999
}

.wcpa_type_text.filled label,
.wcpa_type_text:focus-within label {
    font-size: 10px;
    line-height: 12.5px;
    top: 10px
}

.wcpa_type_text {
    position: relative
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
    background: var(--fourthTextColor) !important;
    color: var(--thirdBgColor) !important
}

:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: var(--secondaryTextColor) !important
}

#number-1648555259093 {
    padding-top: 0 !important
}

.form-control {
    border: 0 !important
}

.select-arrow {
    top: calc(50% - 2px);
    right: 9px
}

.select-arrow::before {
    content: "" !important;
    width: 8px;
    height: 4px;
    background: url(/img/svg_arrow.svg);
    display: block
}

.form-outline .form-control ~ .form-notch div {
    border: 0 !important
}

.form-outline .form-control {
    background-color: var(--thirdBgColor) !important
}

.select-arrow,
.select-input::placeholder {
    color: var(--secondaryTextColor) !important
}

.select-input {
    font-size: 14px !important;
    padding: 0 0 0 15px !important;
    height: 38px !important;
    line-height: 38px !important
}

.top-menu__addjob:hover {
    color: #FFF !important
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 90px
}

#cityfilterinput {
    background-image: url(img/location.svg);
    background-position: left 19px center;
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-right: 15px
}

.results__logo-container img {
    width: 38px;
    height: 38px
}

.activebounce img,
.offer-href img,
.single-top__logo-container img {
    width: 40px !important;
    height: 40px !important;
    display: block
}

.search-filters__form input.select-input {
    color: var(--secondaryTextColor);
    padding-right: 32px !important;
    text-overflow: ellipsis
}

.select-dropdown-container {
    z-index: 9999999 !important;
    padding-top: 4px
}

.select-dropdown {
    background: var(--primaryBgColor);
    border: 1px solid var(--thirdBgColor);
    border-radius: 4px
}

.select-option {
    color: var(--thirdTextColor)
}

.select-option-text {
    text-overflow: ellipsis;
    font-size: 14px;
    overflow: hidden
}

.form-check-input {
    width: 15px;
    height: 15px;
    border: 0;
    background-color: transparent !important;
    background-image: url('img/checkbox_unchecked.svg');
    margin: 0;
    border-radius: 0 !important;
    margin-top: 0 !important
}

.form-check-input[type=checkbox]:checked {
    background-color: transparent;
    background-image: url('img/checkbox_checked.svg')
}

.form-check-input:after,
.form-check-input:before {
    display: none !important
}

.form-outline .form-control.select-input {
    height: 48px !important;
    border: 1px solid var(--thirdBgColor) !important;
    background-color: var(--primaryBgColor) !important
}

.input-group > .form-control {
    background: var(--primaryBgColor) !important;
    border: 1px solid var(--thirdBgColor) !important;
    font-size: 14px;
    color: var(--secondaryTextColor) !important;
    border: 1px solid var(--thirdBgColor) !important
}

.form-control.select-filter-input {
    height: 40px;
    box-shadow: 0 4px 9px rgba(13, 21, 27, .5)
}

.form-control.select-filter-input::placeholder {
    color: var(--secondaryTextColor) !important
}

.results__info {
    overflow: hidden
}

.results__work-position {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px
}

#searchtextbox {
    width: calc(37.5% - 10px);
    position: relative
}

#searchtextbox input {
    width: 100%;
    margin: 0
}

#searchtextautocomplete {
    background: var(--primaryBgColor);
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    border: 1px solid var(--thirdBgColor);
    box-shadow: 0 24px 42px rgba(6, 12, 18, .24);
    border-radius: 4px;
    top: calc(100% + 4px);
    padding: 14px 16px;
    display: none;
    z-index: 9
}

#searchtextautocomplete > div {
    font-weight: 400;
    color: var(--thirdTextColor);
    line-height: 22px;
    margin-bottom: 15px
}

#searchtextautocomplete > div:last-of-type {
    margin-bottom: 0
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background: var(--colorDarkGray);
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--colorDarkGray)
}

.fit-city {
    cursor: pointer
}

.slider-filters__boxrange label span {
    display: none
}

.slider-filters__box--blured label span {
    display: inline-block
}

.slider-filters__box--blured #slider-range-radius {
    filter: blur(2px)
}

.leaflet-popup-pane img {
    width: 35px;
    height: 35px
}

.map-popup__work-position {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.leaflet-popup-content {
    overflow: hidden
}

.map-popup__info {
    width: calc(100% - 56px);
    overflow: hidden
}

:focus-visible {
    border: 0 !important
}

.entry-summary .form-outline .form-control.select-input {
    border: 1px solid var(--colorDarkGray) !important;
    padding-right: 30px !important
}

.blockOverlay {
    display: none !important
}

.map-popup__score,
.results__score {
    display: none
}

.results__salary {
    margin-top: 10px
}

.results__hot {
    position: relative;
    margin-left: auto;
    width: 12px;
    min-width: 12px
}

.l-results__info {
    display: flex
}

.results__newtag {
    background-image: url('/img/greenheart.svg');
    background-position: left 6.6px center;
    background-repeat: no-repeat;
    background-size: 10.75px;
    background-color: rgba(0, 187, 153, 0.08);
    color: #01BC9A;
    padding-left: 24px;
}

@media all and (max-width:600px) {
    .l-fixed > div:first-of-type {
        margin-top: 20px
    }

    .l-map,
    .top-menu__links a:not(.top-menu__mobilelink) {
        display: none
    }

    .top-menu__userphoto a {
        width: 36px;
        height: 36px
    }

    .top-menu__addjob {
        padding: 12px 6px 12px 22px;
        background-size: 10px;
        background-position: left 6px center;
        font-size: 12px;
        margin-right: 15px
    }

    .top-menu__links a {
        font-size: 14px;
        margin-right: 8px
    }

    .l-results__info {
        flex-direction: column
    }

    .bottom-menu,
    .l-fixed,
    .top-menu {
        width: 100%
    }

    .search-filters__box {
        display: block
    }

    #searchfiltersinput {
        width: 100%;
        min-width: 100%;
    }
    
    #searchtextbox {
        margin-right: 7px;
        margin-left: 7px
    }
    #searchtextbox1{
        margin-bottom: 7px;
    }
    .search-filters__button {
        padding-left: 50px;
        width: 0;
        font-size: 0;
        background-position: center center
    }

    #searchtextbox input {
        min-width: 100%
    }

    .search-filters__form--hidden {
        left: 0;
        width: 100%;
        padding: 20px 20px 150px 20px;
        top: 0;
        height: 100% !important;
        min-height: 100vh;
        max-height: 100vh !important;
        position: absolute;
        margin: 0;
        border-radius: 0;
        display: flex !important;
        flex-direction: column;
        justify-content: top;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: auto
    }

    .results__newtag,
    .results__perfectjobtag,
    .results__secondaryinfo {
        padding-left: 5px;
        background-image: none;
    }


    .single-top {
        padding: 0 10px
    }

    .top-menu {
        padding: 10px 20px;
        position: relative
    }

    .scroll-content {
        padding: 0
    }

    .results__list,
    .results__number {
        padding-left: 10px;
        padding-right: 10px
    }

    .l-fixed {
        margin-top: 0;
        position: relative;
        padding-top: 0;
        overflow: hidden;
        height: auto
    }

    .home .l-fixed {
        max-height: calc(100vh - 69px)
    }

    .scrollbar-track-y {
        right: 4px !important
    }

    .results__singleresult {
        padding: 20px
    }

    .results__salary {
        margin-top: 5px;
    }

    .results__secondaryinfo {
        flex-direction: row;
        width: 100%;
        margin-top: 12px;
        padding-left: 0
    }

    .results {
        padding: 20px 0
    }

    .results__list {
        margin-top: 20px !important
    }

    .bottom-menu {
        padding-left: 20px;
        padding-right: 20px
    }

    .bottom-menu__sociallinks > a {
        width: 13.5px;
        height: 13.5px;
        background-size: contain;
        margin-left: 8px;
        margin-right: 8px
    }

    .bottom-menu__tt {
        margin-left: 0 !important
    }

    .bottom-menu__menu > a {
        margin-left: 8px;
        margin-right: 0;
        font-size: 12px
    }

    .bottom-menu__menu > a:first-of-type {
        margin-left: 0
    }

    .bottom-menu__sociallinks {
        display: flex;
        align-items: center
    }

    .bottom-menu__copy {
        font-size: 12px
    }

    #searchtextbox,
    #searchtextbox1 {
        width: calc(50% - 36px);
        float: left
    }
}

.perfect-job-style {
    position: relative;
    display: block
}

.perfect-job-style:before {
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    border-radius: 8px;
    z-index: -1;
    opacity: 1;
    background: linear-gradient(45deg, #eea517, #ffc733, #ffd24d, #ffe066, #ffeb80, #eea517, #ffc733, #ffd24d, #ffe066);
    background-size: 400%;
    transition: opacity 1s ease-in-out;
    animation: 15s linear infinite animate
}

@keyframes animate {

    0%,
    100% {
        background-position: 0 0
    }

    50% {
        background-position: 400% 0
    }
}

.perfect-offer-icon-order,
.premium-offer-icon-order {
    width: 56px !important;
    height: 56px !important;
    border-radius: 4px !important;
    background: var(--primaryBgColor) !important;
    border: 1px solid var(--thirdBgColor) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.perfect-offer-icon-order:before,
.premium-offer-icon-order:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    border-radius: 5px;
    z-index: -1;
    opacity: 1;
    filter: blur(5px);
    background: linear-gradient(45deg, var(--primaryVioletColor), #7f5cff, #987dff, #b29dff, #ccbeff, var(--primaryVioletColor), #7f5cff, #987dff, #b29dff);
    background-size: 400%;
    transition: opacity 1s ease-in-out;
    animation: 20s linear infinite animate
}

.perfect-offer-icon-order:before {
    background: linear-gradient(45deg, #eea517, #ffc733, #ffd24d, #ffe066, #ffeb80, #eea517, #ffc733, #ffd24d, #ffe066)
}

.results__list {
    padding-top: 2px
}

.dashboard-main-content .perfect-job-style:before {
    z-index: 0
}

.perfect-job-style .results__singleresult {
    border: none !important;
    position: relative
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-40 {
    margin-top: 40px
}

.single-job_listing .form-outline .form-control.select-input {
    padding-top: 0 !important;
    border: 0 !important;
    background-color: var(--thirdBgColor) !important
}

@media all and (max-width:600px) {
    .clearsearchbox,
    .clearsearchbox1{
        height: 20px;
        width: 20px;
        background-size: 10px;
        background-position: center;
        background-repeat: no-repeat;
        top: calc(50% - 10px);
        right: 6px;
    }
    .results__singleresult {
        box-shadow: none;
        padding: 10px
    }

    .step {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .step > span {
        margin-right: 0 !important
    }

    .results__singleresult .results__company,
    .results__singleresult .results__date,
    .results__singleresult .results__tags,
    .results__singleresult .results__technologies {
        display: none
    }

    .results__singleresult .l-results__company {
        position: absolute;
        right: 10px;
        top: 7px
    }

    .results__singleresult .results__cities {
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 12px;
        line-height: 14px;
    }

    .results__logo-container {
        width: 46px;
        height: 46px
    }

    .results__logo-container img {
        width: 30px;
        height: 30px
    }

    .results__work-position {
        font-size: 14px;
        color: var(--colorWhite);
        margin: 0;
        padding-right: 16px;
        line-height: 14px;
    }

    .results__salary,
    .results__salary span {
        font-size: 14px;
        color: #01bc9a;
        line-height: 15px;
    }

    .perfect-job-style > div:after,
    .perfect-job-style > div:before,
    .premium-offer > div:after,
    .premium-offer > div:before {
        display: none
    }

    .results__list a,
    .results__list a > .results__singleresult {
        opacity: 1;
        transform: scale(1)
    }

    .search-filters__form--hidden > .slider-filters__box--50 {
        flex-direction: column
    }

    .search-filters__form--hidden > .slider-filters__box--50 > * {
        width: 100%
    }

    .search-filters__form--hidden > .slider-filters__box--50 > :first-of-type {
        margin-bottom: 30px
    }

    .search-filters__form--hidden > .slider-filters__box--50:last-of-type {
        margin-bottom: 100px
    }

    .slider-filters__box.slider-filters__box--end {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        z-index: 999;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 15px 20px;
        background: var(--primaryBgColor);
        margin: 0;
        box-sizing: border-box
    }

    .slider-filters__box__back {
        order: 1;
        margin: 0
    }

    .slider-filters__box__clear {
        order: 2;
        text-indent: -9999px;
        width: 20px;
        height: 20px;
        background-image: url(/img/filter-clear.svg) !important;
        margin: 0
    }

    .slider-filters__box__anwenden {
        order: 3;
        margin: 0
    }

    .results__options {
        padding: 0 20px;
        display: flex;
        height: auto;
        overflow: auto
    }

    .filtroptionname {
        text-wrap: nowrap
    }

    .scrollbar-track.scrollbar-track-y {
        display: none !important
    }

    .perfect-job-style:after {
        position: absolute;
        content: 'F';
        top: 0;
        left: 0;
        background: linear-gradient(45deg, #eea517, #ffc733, #ffd24d, #ffe066, #ffeb80, #eea517, #ffc733, #ffd24d, #ffe066);
        background-size: 400%;
        transition: opacity 1s ease-in-out;
        animation: 15s linear infinite animate;
        border-radius: 8px 0;
        color: #8d5d00;
        font-size: 14px;
        font-weight: 700;
        width: 20px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        z-index: 1
    }
}

.noUi-handle-totalleft {
    transform: none !important;
    left: 0 !important;
    right: auto !important
}

.noUi-handle-totalright {
    transform: none !important;
    right: 0 !important;
    left: auto !important
}

.noUi-horizontal .noUi-handle {
    right: -10px !important;
    top: -7px !important
}

.leaflet-popup:has(.extra-padding) {
    padding-bottom: 38px !important
}

.l-map,
body {
    background: var(--primaryBgColor)
}

@keyframes spinnerwc {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.page-template-page-checkout .singlepage,
.page-template-page-order .form-outline .form-control.select-input,
.page-template-page-order .singlepage {
    background: var(--secondaryBgColor) !important
}

.add_contrast {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 20px;
    top: 20px;
    border-radius: 4px;
    background: var(--primaryBgColor);
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
    background-image: url(/img/daynight1.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

#contrast-site .add_contrast {
    background-image: url(/img/daynight.svg);
}

.add_contrast img {
    height: 20px;
    width: 20px;
    padding: 14px;
}

.results__number span {
    color: var(--colorWhite);
}

.noresults {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.noresults > div {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 20px;
}

.noresults a {
    color: var(--primaryVioletColor);
    display: inline-block !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0 !important;
    transform: none;
    transition: none;
    opacity: 1;
}

#contrast-site .search-filters__button {
    box-shadow: 0px 4px 8px 0px #7380A30A;
}

#contrast-site .results__number {
    color: #C3CDE7;
}

#contrast-site .results__number span {
    color: #3D4C71 !important;
}

#contrast-site .scrollbar-thumb {
    background: #D9E0F3 !important;
}

#contrast-site .results__singleresult {
    box-shadow: 0px 4px 8px 0px rgba(115, 128, 163, 0.15);
}

#contrast-site .l-fixed {
    box-shadow: 12px 0px 48px 0px #566E8B1A;
}

#contrast-site .results__salary span {
    color: #C3CDE7;
}

#contrast-site .results__logo-container {
    background: #F3F3F3;
}

#contrast-site .results__company,
#contrast-site .results__cities {
    color: #8896BA;
}

#contrast-site .results__work-position {
    color: #3D4C71;
}



#contrast-site .marker-cluster {
    box-shadow: 0px 24px 42px 0px #A9B5C03D;
}

#contrast-site .map-popup:not(.single-offer-popup) .map-popup:hover {
    cursor: pointer;
    background: #F1F3F6;
}

#contrast-site .map-popup__salary span {
    color: rgb(195, 205, 231);
}

#contrast-site .map-popup__logo-container {
    background: #F3F3F3;
}

#contrast-site .noUi-tooltip,
#contrast-site .slider-filters__box__anwenden {
    color: #FFF;
}

.leaflet-touch .leaflet-bar a {
    font-weight: 400;
}

#contrast-site .leaflet-touch .leaflet-control-layers,
#contrast-site .leaflet-touch .leaflet-bar {
    border: 1px solid #F1F3F6;
    box-shadow: 0px 12px 24px 0px #24416B1A;
}

#contrast-site .leaflet-touch .leaflet-bar a {
    color: #AEB8D3;
}

.fit-result {
    font-weight: bold;
    color: #FFF
}

#contrast-site .fit-result {
    color: #3D4C71;
}

#contrast-site .bottom-menu__menu > a,
#contrast-site .bottom-menu__copy {
    color: #AEB8D3 !important;
}

#contrast-site .bottom-menu__in {
    background-image: none !important;
    background-color: #AEB8D3;
    -webkit-mask: url(img/in-new.svg) no-repeat center;
    mask: url(img/in-new.svg) no-repeat center;
    mask-size: 17px;
}

#contrast-site .bottom-menu__tw {
    background-image: none !important;
    background-color: #AEB8D3;
    -webkit-mask: url(img/x-new.svg) no-repeat center;
    mask: url(img/x-new.svg) no-repeat center;
    mask-size: 17px;
}

#contrast-site .bottom-menu__tt {
    background-image: none !important;
    background-color: #AEB8D3;
    -webkit-mask: url(img/tik-tok-new.svg) no-repeat center;
    mask: url(img/tik-tok-new.svg) no-repeat center;
    mask-size: 17px;
}

#contrast-site * {
    scrollbar-face-color: rgb(210, 210, 210);
    /* Firefox 63 compatibility */
    scrollbar-track-color: rgb(46, 54, 69);
    /* Firefox 63 compatibility */
    scrollbar-color: rgb(210, 210, 210) rgb(46, 54, 69);
    scrollbar-width: thin;
}

#contrast-site .form-control.select-filter-input {
    box-shadow: 0 2px 2px -2px rgba(34, 47, 62, .1), 0 8px 8px -4px rgba(34, 47, 62, .07);
}

.results__number .add_contrast {
    display: none;
}

#contrast-site .add_contrast {
    filter: drop-shadow(0px 12px 24px rgba(36, 65, 107, 0.20));
}

.results__number,
.results__number > div:last-of-type {
    display: flex;
    justify-content: space-between;
}

@media all and (max-width: 768px) {
    .add_contrast {
        display: none;
    }

    .results__number .add_contrast {
        display: block;
        width: 20px;
        height: 20px;
        position: relative;
        right: auto;
        top: auto;
        background-color: transparent;
        margin-left: 20px;
    }

    .results__number h1 {
        font-size: 14px;
    }

    .results__number h1 span {
        font-size: 20px;
    }
}

#contrast-site .results__number {
    color: var(--primaryTextColor);
}

.results__notification {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 999;
    background-image: url(/img/notification-disable.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}

.results__notificationenable {
    background-image: url(/img/notification-enable.svg);
    cursor: pointer;
}

.notifications__form--hidden {
    display: block !important
}

.notifications__form--hidden.hide-notificationform {
    display: none !important
}

.notifications__form--hidden {
    margin: 15px 0;
    position: fixed;
    left: calc(50% - 180px);
    width: 360px;
    min-height: 380px;
    box-sizing: border-box;
    top: calc(50% - 190px);
    padding: 34px 44px;
    border-radius: 20px;
    z-index: 9999999;
    background: var(--secondaryBgColor);
    border: 1px solid var(--thirdBgColor)
}

.notifications__formtitle {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #FFF;
}

.notifications__formtext {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #6F8394;
    margin-bottom: 20px;
}

#notificationemail {
    border-radius: 4px !important;
    line-height: 48px !important;
    padding-left: 16px !important;
    color: var(--thirdTextColor) !important;
    background-color: var(--primaryBgColor) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    height: 48px;
    width: 100%;
    border: 0;
}

.notifications__form input[type="submit"],
.notifications__close {
    border: 0 !important;
    background: #724FFF !important;
    border-radius: 4px !important;
    height: 48px !important;
    line-height: 48px !important;
    width: 100% !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #FFF !important;
    text-align: center !important;
    display: block;
    margin-top: 20px;
}

.fieldset-notificationemail {
    margin-bottom: 20px;
}

.notifications__form .form-outline .form-control.select-input {
    border: 0 !important;
    margin-bottom: 20px;
    color: var(--thirdTextColor) !important;
}

.notification-border {
    outline: var(--primaryVioletColor) solid 1px;
    box-shadow: 0px 0px 9px 0px #724FFF80;
}

#dynamic-notification {
    position: absolute;
    font-size: 14px;
    color: #FFF;
    background: var(--primaryVioletColor);
    font-weight: 500;
    width: 128px;
    height: 29px;
    line-height: 29px;
    left: -140px;
    top: -5.5px;
    border-radius: 5px;
    z-index: 999999999999;
    text-align: center;
}

#dynamic-notification > div {
    position: relative;
}

#dynamic-notification > div:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background: var(--primaryVioletColor);
    transform: rotate(45deg);
    right: -4px;
    position: absolute;
    top: 10px;
}

.notifications__form .highlightErrorBorder,
.notifications__form .form-outline .form-control.select-input.highlightErrorBorder {
    border: 1px solid #FF5368 !important;
}

.notification-send {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 310px;
}

.notification-send img {
    display: block;
    width: 66px;
    height: 66px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
}

.notifications__close {
    margin-top: 20px;
}

#contrast-site .notifications__formtitle {
    color: #3D4C71;
}

.fieldset-notificationemail {
    position: relative;
}

.fieldset-notificationemail label {
    position: absolute !important;
    font-size: 14px;
    line-height: 18px;
    left: 15px;
    top: 0;
    color: var(--secondaryTextColor);
    transition: .2s ease all;
    width: auto !important;
    height: auto !important;
    overflow: auto !important;
    margin: auto !important;
    clip: auto !important;
    z-index: 999;
    padding: 0;
    overflow: hidden !important;
    top: 15px;
}


.fieldset-notificationemail input {
    padding-top: 12px;
    color: var(--thirdTextColor) !important;
}

.fieldset-notificationemail.filled label,
.fieldset-notificationemail:focus-within label {
    font-size: 10px;
    line-height: 12.5px;
    top: 9px;
}

.fieldset-notificationemail label span {
    color: #623CEB;
}

#contrast-site #notificationemail,
#contrast-site .notifications__form .form-outline .form-control.select-input {
    background-color: var(--thirdBgColor) !important;
}

.results__number > div:first-of-type {
    display: flex;
}

.results__remote {
    margin-left: 20px;
}

.customcheck {
    display: inline-block;
    width: 34px !important;
    min-width: 34px;
    height: 22px !important;
    cursor: pointer;
    background: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    border: 0 !important;
    border: 1px solid var(--borderColor) !important;
    border-radius: 50px !important;
    position: relative;
    margin-right: 10px;
}

.customcheck:before {
    position: absolute !important;
    content: "";
    height: 14px !important;
    width: 14px !important;
    left: 4px;
    bottom: 3px;
    background: var(--borderColor) !important;
    border-radius: 50px !important;
    -webkit-transition: .4s;
    transition: .4s;
}

#remote {
    width: 0;
    height: 0;
    visibility: hidden;
}

#remote:checked ~ label > .customcheck:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
    top: auto;
    border: 0;
    background-color: #57FFAD !important;
}

.results__remote {
    font-size: 14px;
}

.results__remote label {
    display: flex;
    align-items: center;
    float: left;
}

.noresults img {
    width: 42px;
    height: 42px;
}

#contentrel {
    height: calc(100% - 104px);
    overflow: hidden;
}
    body,
    html {
        height: 100%;
        max-height: 100vh;
        overflow: hidden !important;
    }
@media all and (max-width: 600px) {

    .results__list a:last-child,
    .results__list a:last-child > .results__singleresult {
        margin-bottom: 85px !important;
    }

    .results__work-position-new {
        padding-left: 13px;
        position: relative;
        height: 14px;
        line-height: 14px;
    }

    .results__work-position-new:before {
        content: "";
        height: 7px;
        width: 7px;
        position: absolute;
        left: 0;
        top: calc(50% - 3px);
        border-radius: 100%;
        background-color: #00E509;
    }

}

.results__technologies > div{
    display: none;
}
.results__technologies > div:nth-of-type(1), .results__technologies > div:nth-of-type(2), .results__technologies > div:nth-of-type(3){
    display: block;
}