:root {
    --specific-color: #6F41C3;
    --specific-color-hover: #49238e;
    --view-scale: 1;
}

body {
    color: #000;
}

header {
    background-color: white;
    border-bottom: 1px solid #CDCDCD;
}

header a,
header .dropdown .dropdown-toggle {
    color: #4D4D4D;
}

.header-logo {
    color: #4D4D4D;
    font-size: 28px;
    background: url("/img/number1.svg") no-repeat right top;
    height: 50px;
    display: flex;
    align-items: flex-end;
}

header .log-in-button,
header .header-user-profile {
    border-color: #4D4D4D;
    color: #4D4D4D;
}

section {
    margin-bottom: var(--section-margin, 80px);
}

h2 {
    margin: 10px 0 17px 0;
    font-size: var(--h2-size, 40px);
}

h3 {
    margin: 10px 0 17px 0;
    font-size: var(--h3-size, 32px);
}

.btn-dark {
    background: #333;
    border-radius: 8px;
    padding: 14px 24px;
}

.line {
    border: 1px solid #4D4D4D;
    margin: 24px 0;
}

.main-screen {
    background-color: #fff;
    color: #000;
    padding-top: 48px;
}

@media (min-width: 560px) {
    .main-screen .main-screen-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
    }

    .main-screen p {
        font-size: 18px;
    }

    .main-screen h1 {
        font-size: 20px;
        font-weight: normal;
    }

    .main-screen {
        padding-bottom: 100px;
    }

    .main-screen, .support-screen .oval {
        background: url("/img/oval.svg") no-repeat bottom center;
        background-size: contain;
    }

    .support-screen {
        position: relative;
    }

    .support-screen .oval {
        background-position-y: top;
        bottom: 0;
        display: block !important;
        position: absolute;
        width: 100%;
        height: 100%;
        transform: rotate(180deg);
    }

    .main-screen .partners span {
        margin-right: 33px;
    }

    .main-screen .partners img {
        width: 60%;
    }
}

.main-screen h1 {
    color: var(--specific-color);
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
}

.main-screen h2 + * {
    color: #3B3B3B;
}

.main-screen .partners {
    color: #828282;
    font-size: 16px;
}

.main-screen .header-search .search-button {
    padding: 1em 3rem;
    margin-left: 5px;
}

.main-screen .header-search {
    display: flex;
}

@media (max-width: 560px) {
    :root {
        --h2-size: 24px;
        --section-margin: 48px;
        --main-screen-margin: 32px;
    }

    .main-screen .header-search .search-button {
        display: none !important;
    }

    .main-screen .main-screen-title {
        font-size: 28px;
        font-weight: 700;
        line-height: initial;
    }

    .main-screen {
        padding-bottom: 48px;
    }

    .main-screen p {
        padding-right: 0;
    }

    .main-screen .partners span {
        display: block;
        margin-bottom: 10px;
    }

    .main-screen .partners img {
        width: 100%;
    }
}

/**
 cv-dropzone
 */
.cv-dropzone label {
    background: #F9F9F9;
    border-color: #000;
    color: #828282;
}

.cv-dropzone-wrapper .btn-primary {
    background: var(--specific-color);
    border: none;
}

.cv-dropzone label:hover > .btn {
    background: var(--specific-color-hover);
}

.cv-dropzone span:first-child {
    font-size: 20px;
}

.cv-dropzone {
    --dropzone-padding: 32px 81px;
}

.cv-dropzone-wrapper {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 15px 0px #0000000D;
    padding: 32px 48px;
}

@media (max-width: 560px) {
    .cv-dropzone span:first-child {
        font-size: 16px;
    }

    .cv-dropzone {
        --dropzone-padding: 16px;
    }

    .cv-dropzone-wrapper {
        padding: 16px;
    }

    :root {
        --view-scale: 2;
    }
}

.support-block {
    margin-bottom: calc(82px / var(--view-scale));
}

.steps-block .card:first-child > .card-body > .card-title {
    font-size: 64px;
    margin: 0 43px 16px 43px;
    line-height: normal;
    font-weight: 700;
}

.steps-block .card-body .card-body .card-title {
    font-size: 24px;
    font-weight: 700;
    color: #010101;
    line-height: normal;
}

.steps-block .card-body .card-text {
    line-height: 19px;
    color: #4F4F4F;
}

.steps-block .check {
    margin-bottom: 8px;
}

.steps-block .check .icon {
    stroke: #000000;
    margin-right: 8px;
}

