.search-form--homepage{
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.search-form--homepage input[type=text]{
    width: 100%;
    height: 30px;
    border: none;
    padding: 0px 0px 0px 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.search-form--homepage input[type=submit]{
    background-color: #322B80;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    width: 150px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    letter-spacing: 0.58px;
    margin:5px 0px 17px 5px;
}

.search-form--homepage a{
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    margin:5px 0px 5px 5px;
}

.homepage--big-numbers {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    position: absolute;
}

.homepage--big-numbers-separator{
    margin-top:-30px;
}

.homepage--big-numbers li{
    width: 150px;
    height: 150px;
    margin-right: 110px;
    border: 12px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    background-color: #0095db;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.58px;
    text-align: center;
    padding-top: 40px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    line-height: 20px;
}

.homepage--big-numbers li span{
    font-size: 16px;
    font-weight: 700;
    color: #322b80;
    letter-spacing: 0.38px;
    margin-top: 15px;
    display: inline-block;
}

.homepage--big-numbers > :last-child{
    margin-right: 0px;
}

body.front-homepage h2 {
    color: #312087;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.77px;
}

.front-homepage .content-container{
    padding-top:80px;
}

.job--boxed-thumb{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-flow: row;
    grid-gap: 15px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.job--boxed-thumb.single-column{
    grid-template-columns: repeat(1,1fr);
}

.job--boxed-thumb > :last-child{
    margin-right: 0px;
}

.job-thumb-wrapper{
    padding: 20px 10px;
}

.order-thumbnail.active .job-thumb-wrapper,
.job-thumb-wrapper:hover{
    background: #eeeeee;
}
.job-thumb-wrapper a{
    display: inline-block;
}

.job-thumb-wrapper a:hover{
    text-decoration: none;
}

.job-thumb-header{
    display: table;
    height: 40px;
    width: 100%;
    margin:0px 0px 10px 0px;
}

.job-thumb-wrapper h3
{
    vertical-align: top;
    display: table-cell;
    line-height: 20px;
}

.job-thumb-description
{
    display: inline-block;
    height: 80px;
    width: 100%;
    color: #000000;
}

.splide__arrows{
    display: none;
}

.splide__pagination li{
    margin-right: 20px !important;
}
.splide__pagination .splide__pagination__page{
    width: 25px;
    height: 25px;
    background: url('./images/slider-bullet.png');
    opacity: 1;
}

.splide__pagination .splide__pagination__page.is-active{
    transform: none !important;
    background: url('./images/slider-bullet-active.png');
}

.splide .splide__progress{
    display: none;
}

.splide{
    padding-bottom: 4em !important;
}

.homepage--section--selector-wrapper{
    border-bottom: 1px solid #312087;
    text-align: center;
    height: 34px;
}

.homepage--section--selector{
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 34px;
    display: inline-block;
}

.homepage--section--selector li{
    float: left;
}

.homepage--section--selector li a{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #312087;
    border-bottom: none;
    margin-right: 10px;
    text-decoration: none;
    color: #312087;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.homepage--section--selector li.active a::after{
    content: "";
    height: 10px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -2px;
    background-color: #ffffff;
}

.homepage--section--selector li.active a,
.homepage--section--selector li a:hover{
    color: #0094D8;
}

.homepage--job-proffession-list,
.homepage--job-education-list,
.homepage--job-locality-list{
    height: 220px;
    list-style: none;
    margin: 50px 0px 50px 20px;
    padding: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
}

.homepage--job-locality-list{
    height: 460px;
}

.homepage--job-education-list{
    height: 140px;
}

.homepage--job-proffession-list li{
    width: 220px;
    margin-bottom: 5px;
}

.homepage--job-education-list li{
    width: 350px;
    margin-bottom: 5px;
}


@media screen and (max-width: 575.98px) {
    .search-form--homepage {
        width: 100%;
    }
    .homepage--big-numbers {
        margin-top:20px;
    }
    .homepage--big-numbers li {
        margin-right: 10px;
        padding-top: 7vw;
        width: 30vw;
        height: 30vw;
        font-size: 4vw;
    }
    .homepage--big-numbers li span {
        font-size: 3vw;
        margin-top: 5px;
        line-height: 15px;
    }
    .homepage--big-numbers-separator {
        margin-top: 0px;
    }
    .homepage--section--selector li a {
        padding: 0px 5px;
        margin-right: 5px;
        font-size: 12px;
    }
    .homepage--job-locality-list{
        height: 880px;
    }
    .homepage--job-proffession-list{
        height: 340px;
    }
    .homepage--job-education-list{
        height: 340px;
    }
    .job--boxed-thumb {
        grid-template-columns: repeat(1,1fr);
    }
    .job-thumb-wrapper {
        padding: 20px 10px 20px 0px;
    }
}