@font-face {
    font-family: "ArialRegular";
    src: url("../webfonts/ArialRegular/ArialRegular.eot");
    src: url("../webfonts/ArialRegular/ArialRegular.eot?#iefix")format("embedded-opentype"),
    url("../webfonts/ArialRegular/ArialRegular.woff") format("woff"),
    url("../webfonts/ArialRegular/ArialRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ArialBold";
    src: url("../webfonts/ArialBold/ArialBold.eot");
    src: url("../webfonts/ArialBold/ArialBold.eot?#iefix")format("embedded-opentype"),
    url("../webfonts/ArialBold/ArialBold.woff") format("woff"),
    url("../webfonts/ArialBold/ArialBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ArialItalic";
    src: url("../webfonts/ArialItalic/ArialItalic.eot");
    src: url("../webfonts/ArialItalic/ArialItalic.eot?#iefix")format("embedded-opentype"),
    url("../webfonts/ArialItalic/ArialItalic.woff") format("woff"),
    url("../webfonts/ArialItalic/ArialItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ArialBlack";
    src: url("../webfonts/ArialBlack/ArialBlack.eot");
    src: url("../webfonts/ArialBlack/ArialBlack.eot?#iefix")format("embedded-opentype"),
    url("../webfonts/ArialBlack/ArialBlack.woff") format("woff"),
    url("../webfonts/ArialBlack/ArialBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ArialBoldItalic";
    src: url("../webfonts/ArialBoldItalic/ArialBoldItalic.eot");
    src: url("../webfonts/ArialBoldItalic/ArialBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../webfonts/ArialBoldItalic/ArialBoldItalic.woff") format("woff"),
    url("../webfonts/ArialBoldItalic/ArialBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "F37Ginger-Bold";
    src: url("../webfonts/f37ginger-bold-webfont.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "F37Ginger-Regular";
    src: url("../webfonts/f37ginger-regular-webfont.otf");
    font-style: normal;
    font-weight: normal;
}

html, body {
    height: 100%;
    margin: 0;
}

button:focus, textarea:focus {
    outline:0;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
    overflow: auto;
    padding-top: 20px;
}

.header {
    height: 70px;
    background: #3982a3;
    color: #ffffff;
    flex-shrink: 0;
    line-height: 70px;
    padding: 0 20px;
}

.header-text{
    line-height: 60px;
    text-align: center;
}

.footer {
    background: #272727;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #ffffff;
}

.register-header{
    font-family: "F37Ginger-Bold", serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    font-size: 29px;
    object-fit: contain;
    line-height: 1.53;
    letter-spacing: -0.51px;
    text-align: center;
}

.register-header-hint{
    font-family: ArialRegular, serif;
    font-size: 16px;
}

.category-block {
    border: solid 1px #cacaca;
    border-radius: 15px;
    background: #fbfbfb;
}

.category-block-item:not(:last-child) {
    border-bottom: 1px solid #cacaca;
}

.category-block-item > .row > div:first-child {
    border-right: 1px solid #cacaca;
    padding-left: 31px;
}

.category-block-item > .row > div:last-child {
    padding: 0 15px 0 0;
}

.category-block-item > .row > div:first-child > p {
    margin-bottom: 0;
}

.category-block-item svg{
    margin-top: 14px;
    margin-bottom: 14px;
}

.item-header{
    font-family: "F37Ginger-Bold", serif;
    font-weight: bold;
    font-style: normal;
    line-height: 26px;
    font-stretch: normal;
    width: 100%;
    margin-bottom: 0;
}

#policeCheckDate, #dataProtectionDate, #candidateDeclarationDate, #keepChildrenSafeDate, #equalOpportunitiesDate, #workingTimesDate{
    font-family: ArialRegular, serif;
    font-size: 16px;
    color: #4A4D4D;
}

.go-next-btn {
    color: #4b4b4b;
    background: none;
    outline: none;
    border: 2px solid #4b4b4b;
    border-radius: 50%;
    padding: 2px 5px 2px 10px;
    font-size: 30px;
    line-height: 30px;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-right: 15px;
}

.go-next-btn.active {
    background: #e59437;
    border-color: #e59437;
    color: #ffffff;
}

.error .category-block-header{
    color: #E22929;
}

.error .category-block-text{
    color: #E22929;
}

.category-block-text.singleError{
    color: #E22929;
}

.agree-btn-additional.singleError{
    border: 2px solid #E22929;
}

.error .category-block-text.bold{
    font-family: ArialBold, serif;
}

.error .category-block-text-header{
    color: #E22929;
}

.error .agree-btn, .error .agree-btn-additional{
    color: #E22929;
    background: #FFFFFF;
    border: 2px solid #E22929;
}

.category-block-header{
    font-family: 'ArialBold', serif;
    line-height: 24px;
    font-size: 22px;
    margin-bottom: 21px;
}

.category-block-text-header{
    font-family: 'ArialBold', serif;
    line-height: 21px;
    font-size: 17px;
    margin-bottom: 0;
}

.category-block-text{
    font-family: 'ArialRegular', serif;
    line-height: 21px;
    font-size: 17px;
    margin-bottom: 21px;
}

.category-block-text-error{
    font-family: ArialBold, serif;
    line-height: 21px;
    font-size: 17px;
    color: #E22929;
}

.agree-block{
    min-height: 85px;
    border: 1px solid #CACACA;
    background: #FBFBFB;
    padding: 20px 50px;
    border-radius: 4px;
}


.cancel-btn{
    background: none;
    border: none;
    outline: none;
    font-family: ArialRegular, serif;
    margin-top: 8px;
    color: #A5A5A5;
}

.agree-btn, .agree-btn-additional {
    width: 100%;
    height: 50px;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    background: #FFFFFF;
    text-align: center;
    color: #E59536;
}

/*.agree-btn > span:last-child, .agree-btn-additional > span:last-child{
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #FFFFFF;
    background: #E59536;
    border-radius: 50%;
    padding: 8px;
}*/

.agree-btn.active, .agree-btn-additional.active{
    color: #FFFFFF;
    background: #E59536;
    animation-name: example;
    animation-duration: .5s;
    border-color: #e59437;
}

.agree-btn.after-active, .agree-btn-additional.after-active{
    background: transparent;
    border: none;
}


@keyframes example {
    from {
        background-color: #FFFFFF;
    }
    to {
        background-color: #E59536;
    }
}

.content-list{
    padding-left: 0;
    list-style: none outside none;
    margin-left: 21px;
}

.content-list>li{
    font-size: 17px;
    line-height: 21px;
    font-family: 'ArialRegular', serif;
    margin-bottom: 21px;
}

.content-list>li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #E59536;
    border-radius: 50%;
    margin-right: 9px;
    margin-left: -21px;
}

.content-list-nested{
    padding-left: 20px;
    list-style: none outside none;
}

.content-list-nested>li::before {
    content: "*";
    margin-right: 9px;
    margin-left: -21px;
}

.textarea-description{
    min-height: 100px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    resize: none;
    padding: 16px 20px;
}

.textarea-description::placeholder {
    color: #D9D9D9;
}

.link{
    font-family: 'ArialBold', serif;
    text-decoration: underline;
    font-size: 17px;
    color: #000000;
    line-height: 21px;
}

.link:hover{
    color: #000000;
}

.thanks-header{
    font-family: F37Ginger-Bold, serif;
    text-align: center;
    margin-bottom: 1.5rem;
}

.thanks-sub-header{
    font-family: ArialRegular, serif;
    margin-bottom: 3rem;
    text-align: center;
}

.thanks-thumb-up{
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #4A4D4D;
    width: 110px;
    height: 110px;
    padding: 20px;
}

@media (max-width: 576px) {
    .content{
        padding-top: 39px;
    }

    .register-header{
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 37px;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        margin-bottom: 12px;
    }

    .register-header-hint{
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.24;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        margin-bottom: 28px;
    }

    .category-block-item svg{
        margin-top: 21px;
        margin-bottom: 21px;
    }

    .item-header{
        font-size: 17px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4a4d4d;
        width: 100%;
        margin-bottom: 0;
    }

    .item-header+p{
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: #4a4d4d;
    }

    .agree-block{
        margin: 0 -15px;
        border-radius: 0;
        padding: 20px;
    }
    .agree-block.optional{
        margin-top: 47px;
        margin-bottom: 50px;
    }

    .agree-block.remove-border{
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    .cta{
        border-radius: 15px;
    }
}

