@font-face {
    font-family: 'AA';
    src: url(/fonts/AA_Stetica_Black.otf);
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'AA';
    src: url(/fonts/AA_Stetica_Regular.otf);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'AA';
    src: url(/fonts/AA_Stetica_Medium.otf);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'AA';
    src: url(/fonts/AA_Stetica_Bold.otf);
    font-weight: 700;
    font-display: swap;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

strong {
    font-style: normal;
    font-weight: 900;
}

b {
    font-style: normal;
}

body {
    margin: 0;

    font-family: 'AA';
    font-weight: 400;
}

body,html {
    overflow-x: hidden;
    min-height: 100vh;
}

img {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
}

/* Header */

a.header__logo strong {
    background: linear-gradient(135.00deg, rgb(67, 132, 208),rgba(67, 132, 208, 0.85));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'AA';
    font-weight: 900;
    letter-spacing: 0%;
}

.nav--link.active {
    background: linear-gradient(135.00deg, rgb(68, 133, 208) 0%,rgba(68, 133, 208, 0.85) 100%);
}

button.hinted {
    position: relative;
}

button.hinted:after {
    position: absolute;
    content: 'Create your first job / Find work';
    padding: 5px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-family: "AA";
    width: 200px;

    animation: pulse 3s infinite ease-out;
}

button.hinted:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateX(-70%);
    left: 50%;
    top: -0px;
    background: rgba(0, 0, 0, 0.85);
    transform-origin: center center;
    animation: pulse 3s infinite ease-out;
}


@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

input {
    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.search__block--input input {
    border: 1px solid transparent;
}

.search__block--input input:hover {
    background: rgb(210, 219, 230);
}

.search__block--input input:focus {
    border-color:rgb(75, 92, 112);
    background: rgb(234, 240, 248);
}


@media (min-width: 990px) {

    .header__work button {
    cursor: pointer;
    background: linear-gradient(130.26deg, rgb(67, 132, 208) 0%,rgba(67, 132, 208, 0.85) 97.564%);
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.header__work button span, .header--city button span {
    display: inline-block;
    transform: rotate(45deg);
    width: 12px;
    height: 3px;
    background: white;
    border-radius: 3px;
    margin-left: 10px;
    margin-top: 6px;

    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;

    transform-origin: 70% -70%;
}

.header__work button span:after , .header--city button span:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 3px;
    background: white;
    border-radius: 3px;
    transform: rotate(-90deg) translateX(40%) translateY(-50%);
    left: 50%;
}

.header--city button span , .header--city button span:after {
    background: #000;
    margin-left: 4px;
}

.header__work button.work--header__btn:hover {
    background: linear-gradient(130.26deg, rgba(67, 132, 208, 0.85) 0%,rgb(67, 132, 208) 97.564%);
}

.header__work button.work--header__btn:hover span , .header--city button:hover span {
    transform: rotate(225deg);
}

.header__work {
    position: relative;
}
}

.work--header__modal {
    overflow: unset;
    width: unset;
    height: unset;
    position: fixed;
    width: 90vw;
    left: 50%;
    transform: translateX(-50%) translateY(150%);
    z-index: 10;
    bottom: 90px;

    border-radius: 17px;
    padding: 20px;

    height: 100%;

    max-height: 60vh;
    overflow-y: scroll;

    backdrop-filter: blur(2px);

    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;

    background: linear-gradient(135.00deg, rgb(244, 247, 250) 0%,rgba(244, 247, 250, 0.85) 100%);
}

.work--header__list {
    position: relative;
    z-index: 5;
}

.work--header__list b {
    color: rgb(68, 133, 208);
    font-size: 18px;
    font-family: 'AA';
}

.work--header__list:last-child b {
    color: rgb(13, 26, 38);
}

.work--header__list ol {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 7px;
}

.work--header__list ol li {
    margin: 8px 0;
}

.work--header__list ol li a {
    color: rgb(75, 92, 112);
    text-decoration: none;
    font-size: 16px;
    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.work--header__list ol li a:active {
    color: black;
}

.work--header__list ol li:last-child {
    margin-bottom: 0;
}

.work--header__list:nth-child(2) ol li:last-child {
    margin-bottom: 20px;
}

.nav--link.active {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.work--header__modal.open {
    transform: translateX(-50%) translateY(0%);
}

.nav--bar {
    z-index: 12;
}

a,
button,
div,
input,
li,
* {
    -webkit-tap-highlight-color: transparent;
}

a.nav--link {
    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

header.header {
    z-index: 10;
}

main {
    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

main.blur {
    filter: blur(4px);
}

label.searchPlaceholder {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color:#353536;
    cursor: text;
    max-width: calc(100% - 74px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    padding-left: 1px;
}

#typed-strings {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.typed-cursor {
    display: none;
}



@media screen and (min-width: 990px) {
    .work--header__modal {
        left: -50%;
        overflow: visible;
        width: 300px;
        height: max-content;
        position: absolute;
        transform: none;
        top: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 20px;
        background: rgb(234, 240, 248);
        margin-top: 5px;
        transform: translateY(-10%);
        opacity: 0;
        z-index: -1;
        padding: 0;
        transition: 0.3s all, 0s padding;
    }

    .work--header__btn {
        z-index: 2;
        font-family: 'AA';
    }


    .work--header__btn:hover + .work--header__modal , .work--header__modal:hover, .work--header__btn.open + .work--header__modal {
        transform: translateY(0%);
        opacity: 1;
        z-index: 0;
        padding: 20px;
    }

    .work--header__btn.open + .work--header__modal {
        left: 0;
        opacity: 1;
    }

    .work--header__list ol li a:hover {
        color: black;
    }

    .work--header__modal .modal__add {
        position: absolute;
        height: 150px;
        top: -150px;
        background: transparent;
        width: 100%;
        left: 0;
    }

    header.header {
        background: white;
    }

    .header__work button.work--header__btn:hover , .header__work:has(.work--header__modal:hover) button.work--header__btn {
        background: linear-gradient(130.26deg, rgba(67, 132, 208, 0.85) 0%,rgb(67, 132, 208) 97.564%);
    }

    .header__work button.work--header__btn:hover span , .header__work:has(.work--header__modal:hover) button.work--header__btn span{
        transform: rotate(225deg);
    }

    .header--login a {
        font-style: normal;
        background: linear-gradient(135.00deg, rgb(67, 132, 208) 0%,rgba(67, 132, 208, 0.85) 100%);
    }

    .header--login a:hover {
        background: linear-gradient(130.26deg, rgba(67, 132, 208, 0.85) 0%,rgb(67, 132, 208) 97.564%);
    }

    .header--city button {
        font-weight: 500;
        font-family: 'AA';
        cursor: pointer;
        background: linear-gradient(135.00deg, rgb(234, 240, 248) 0%,rgba(234, 240, 248, 0.85) 100%);
    }

    .header--city button span:after {
        margin-left: 0;
    }

    .header--city button strong {
        font-weight: 500;
        font-style: normal;
    }

    .list--add {
        position: absolute;
        top: 100%;
        height: 5px;
        width: 100%;
        background: transparent;
        opacity: 1;
        z-index: 2;
        left: 0;
        cursor: default;
    }

    .header__city--change {
        border-radius: 30px;
        margin-top: 5px;
        width: 100%;
        overflow: hidden;
        padding: 0 20px;
        transform: translateY(-20%);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(2px);
        opacity: 0;
        height: 0;
        transition: .3s;
        background: linear-gradient(135.00deg, rgb(234, 240, 248) 0%,rgba(234, 240, 248, 0.85) 100%);
    }

    .menu--adder {
        position: absolute;
        top: calc(100% - 5px);
        height: 5px;
        background: transparent;
        left: 0;
        width: 100%;
        z-index: 1;
        cursor: default;
    }

    .header--city button:hover + .header__city--change , .header__city--change:hover {
        transform: translateY(0%);
        height: 370px;
        opacity: 1;
        padding: 18px 20px;
    }

    .header--city:has(.header__city--change:hover) button span {
        transform: rotate(225deg);
    }

    .header__city--change input {
        border: none;
        width: 100%;
        border-bottom: 1px solid gray;
        font-size: 18px;
        font-family: "AA";
        font-weight: 400;
        background: transparent;
        outline: none;
        transition: .3s;
        margin-bottom: 6px;
    }

    .header__city--change input::placeholder {
        color: rgb(53, 53, 54);
    }

    .header__city--change input:focus {
        border-color: black
    }

    ol.city--hints {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 300px;
        overflow-y: auto;
    }

    ol.city--hints::-webkit-scrollbar {
        appearance: none;
        width: 5px;
    }

    ol.city--hints::-webkit-scrollbar-thumb {
        background: rgb(68, 133, 208);
        border-radius: 5px;
    }

    ol.city--hints li {
        color: rgb(53, 53, 54);
        margin-top: 8px;
        cursor: pointer;
        transition: .3s;
        font-weight: 500;
        font-size: 18px;
    }

    ol.city--hints li:hover {
        color: black;
    }

    ol.city--hints li:first-child {
        color: rgb(68, 133, 208);
        cursor: default;
    }
}

@media screen and (min-width: 1290px) {
    .work--header__modal {
        left: -30px;
    }

    .header--city button {
        padding-left: 35px;
        padding-right: 35px;
        width: auto;
    }
}


@media screen and (min-width: 1600px) {
    .work--header__modal {
        width: 630px;
        flex-direction: row;
        border-radius: 30px;
        transform: translateY(-20%);
        left: 0;
    }
}

.language--notice {
    position: fixed;
    right: 1vw;
    left: unset;
    top: 90px;
    width: 480px;
    background: #000;
    height: unset;
    overflow: unset;
    border-radius: 50px;
    padding: 5px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135.00deg, rgb(244, 247, 250) 0%,rgba(244, 247, 250, 0.85) 100%);
}

.language--notice p {
    font-size: 18px;
    color: rgb(72, 72, 72);
    text-align: center;
    padding-top: 10px;
}

.language--notice button {
    background: transparent;
    padding: 0;
    margin: 0;
    font-family: "AA";
    font-size: 18px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    color: rgb(72, 72, 72);
    outline: none;
}

.language--notice button:hover {
    color: black;
}

.language--notice .button--line {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 10px;
}

img.language--flag {
    width: 20px;
    height: auto;
}

.search__block--input img {
    cursor: pointer;
}



/* Intro */

.field--block label {
    transition: .3s;
    -webkit-transition: .3s;
}

.field--block:has(input:focus) label, .field--block label.active {
    font-size: 12px;
    padding: 0 3px;
    background: white;
    top: 0;
    left: 12px;
    border-radius: 5px;
}

.intro--find, .open--map__btn {
    font-weight: 500;
    font-family: 'AA';
}

.open--map__btn b {
    background: linear-gradient(153.43deg, rgb(30, 30, 30),rgba(30, 30, 30, 0.85));
-webkit-background-clip:
text;
-webkit-text-fill-color:
transparent;
background-clip:
text;
font-family: 'AA';
font-weight: 500;
}

.get--started__block {
    position: relative;
    margin-top: 26px;
    text-align: center;
}

p.get--started:after {
    width: 100vw;
    content: '';
    background: rgb(73, 90, 110);
    height: 1px;
    display: block;
    position: absolute;
    left: -5vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

p.get--started {
    
font-family: 'AA';
font-weight: 500;
padding: 0 0.4em;
display: inline-block;
margin-top: 0;
margin-bottom: 0;
color: rgb(75, 92, 112);
background: white;
}

.btn-primary {
    margin-top: 14px;
}

.btn-primary, .btn-secondary {
    font-family: 'AA';
    font-weight: 500;
    transition: .3s all, 0s margin;
    -webkit-transition: .3s all, 0s margin;
    -moz-transition: .3s all, 0s margin;
    -o-transition: .3s all, 0s margin;
    -ms-transition: .3s all, 0s margin;
}

.btn {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}

.btn:active , .btn-primary:active, .btn-secondary:active{
    transform: scale(0.98);
}

.city--list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgb(234, 240, 248);
    height: auto;
    max-height: 0px;
    overflow: hidden;
    overflow-y: hidden;
    width: 100%;
    border-radius: 12px;
    transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
}

.city--list li {
    color: rgb(53, 53, 54);
    font-size: 12px;
    padding: 4px 10px;
}

.city--list li b {
    color: black;
    font-weight: 500;
    font-size: 14px;
}

.city--list li:active {
    background: rgb(218, 218, 218);
}

input#input_format:focus + .city--list {
    max-height: 140px;
    opacity: 1;
}

input#input_format:focus + .city--list .list--scroll {
    overflow-y: auto;
    max-height: 150px;
}

span.list--line {
    text-align: center;
    font-size: 1.25em;
    display: block;
}

.field--block input {
    font-size: 1.125rem;
    font-family: 'AA';
    font-weight: 500;
}

.intro__map iframe {
    border-radius: 20px;
}


@media screen and (min-width: 768px) {
    .field--block:has(input:focus) label, .field--block label.active {
                font-size: 1.25rem;
            }

    .city--list li {
        font-size: 1rem;
    }

.city--list li b {
                font-size: 1.25em;
            }

}

@media screen and (min-width: 990px) {
    .intro--find:hover , .btn-primary:hover {
        background: rgb(51, 106, 179);
    }

    .btn-secondary:hover {
        background: rgb(13, 26, 38);;
    }
}

@media screen and (min-width: 1290px) {
    .field--block:nth-child(2):after {
                position: absolute;
                content: '';
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                background: #000;
                width: 1px;
                height: 35px;
                opacity: 0.8;
    }

    .field--block:has(input:focus) label, .field--block label.active {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 2000px) {
    .field--block:has(input:focus) label, .field--block label.active {
        font-size: 1rem;
    }
}


/* Categories */

h2.section--title {
    text-align: center;
    font-weight: 700;
    margin-top: 60px;
    font-size: 1.25rem;
}

.categories-grid article {
    border-radius: 12px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05),0px 1px 2px 0px rgba(0, 0, 0, 0.05),0px 4px 4px 0px rgba(0, 0, 0, 0.04),0px 9px 5px 0px rgba(0, 0, 0, 0.03),0px 16px 6px 0px rgba(0, 0, 0, 0.01),0px 25px 7px 0px rgba(0, 0, 0, 0);
    background: rgb(249, 250, 255);
    padding: 12px;
    position: relative;
    min-height: 100px;
}

.categories-grid article h3{
    color: rgb(30, 30, 30);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'AA';
    margin-bottom: 6px;
}

.categories-grid article span.badge {
    position: absolute;
    border-radius: 28px;
    background: rgb(244, 78, 59);
    font-size: 0.875rem;
    color: white;
    font-weight: 700;
    padding: 6px 14px;
    right: -10px;
    top: 0;
    transform: translateY(-50%);
}

.categories-grid article p {
    font-size: 1rem;
    font-family: 'AA';
    font-weight: 400;
    color: rgb(30, 30, 30);
}

.categories-grid article h3 + p {
    margin-bottom: 10px;
}

.categories-grid {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: minmax(100%, 1fr);
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 90px;
}

@media screen and (min-width: 390px) {
    .categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }
}

@media screen and (min-width: 480px) {
    .categories-grid article h3 {
        font-size: 1.25rem;
    }

    h2.section--title {
        font-size: 1.5rem;
    }

    .categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media screen and (min-width: 990px) {
    .categories-grid article {
        padding: 20px;
        border-radius: 16px;
    }

    .categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }
}

@media screen and (min-width: 1180px) {
    .categories-grid article {
        min-height: 140px;
        display: flex;
        flex-direction: column;
    }

    p.spec--count {
        margin-top: auto;
    }
}

@media screen and (min-width: 1530px) {
    .categories-grid article {
        padding: 20px;
    }
    .categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
        gap: 26px;
    }

    h2.section--title {
        margin-top: 90px;
    }
}

@media screen and (min-width: 2000px) {
    h2.section--title {
        font-size: 1.75rem;
    }

    .categories-grid article h3 {
        font-size: 1.5rem;
    }

    .categories-grid article span.badge {
        right: -20px;
        font-size: 1rem;
    }

    .categories-grid article p {
        font-size: 1.25rem;
    }

    .categories-grid {
        gap: 35px;
    }

    .categories-grid article {
        min-height: 180px;
    }
}