.regForm__top {
    display: block;
    position: relative;
    text-align: left;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background: #191717;
}
.regForm__step,
.regForm__top-step {
    width: 100%;
}
.regForm__top-step span {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}

.regForm-back {
    background-color: rgba(255,255,255,0.10);
    border: none;
}

.regForm-back:hover {
    background-color: #FF2200;
    border: 1px solid #FF2200;
}

.regForm-back svg .formArrow {
    fill: rgba(255,255,255,0.90);
}

.regForm-back:hover .formArrow {
    fill: #fff;
}

.regForm__top-step b {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}

.regForm {
    border-radius: 20px 20px 10px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

.regForm__step-box.terms {
    color: #999;
    border: 1px solid #F8F5F1;
    background: #F8F5F1;
}
.regForm__step-box.terms a {
    color: #1E1C1C;
    display: inline;
}

.regForm__step-box .captcha {
    display: table;
    width: 100%;
}
.regForm__step-box .captchatext {
    color: #f0f0f0;
    margin: 2px 10px 10px;
    display: inline-block;
}
.regForm__step-box .captcha .input,
.regForm__step-box .captcha .img {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}
.regForm__step-box .captcha .img {
    width: 160px;
    padding-left: 15px;
}
.regForm__step-box .captcha .img img {
    border-radius: 7px;
}

.regForm-passwordStrength {
    margin-top: 5px;
}
.regForm-passwordStrength .cont {
    border-radius: 7px;
    border: 1px solid #DEDEDE;
    height: 14px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 14px;
    white-space: nowrap;
    box-sizing: content-box;
}
.regForm-passwordStrength .cont .part {
    display: inline-block;
    width: 25%;
    height: 100%;
    border-right: 1px solid #dedede;
    font-size: 14px;
}
.regForm-passwordStrength .cont .part.weak {
    background: #FA001C;
}
.regForm-passwordStrength .cont .part.medium {
    background: #FF9C29;
}
.regForm-passwordStrength .cont .part.stronger {
    background: #ADD70C;
}
.regForm-passwordStrength .cont .part.strongest {
    background: #43C923;
}
.regForm-passwordStrength .cont .part:last-child {
    border-right: 0;
}

.header__cont h1, .header__cont h2 {
    font-size: 74px;
    font-weight: 700;
    line-height: 80px;
}

.header__cont p {
    font-size: 21px;
}

.informBlock__box-icon img {
    height: 70px;
    width: 70px;
    background-size: contain !important;
}

.textBlock__row {
    margin-top: 80px;
}

.informReg {
    background-color: #1C1C1C;
}

.choiceButton:hover {
    background-color: #F54112;
    border: 1px solid #F54112;
    color: #fff;
}

.choiceButton svg {
    display: inline-block;
    margin-right: 8px;
}
.choiceButton:hover svg path {
    fill: #fff;
}

@media (max-width: 768px) {
    .header__cont h1, .header__cont h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .header__cont p {
        font-size: 17px;
    }

    .informBlock__box > p {
        font-size: 16px;
        line-height: 24px;
    }

    .informBlock__box > h2, .informBlock__box > h3, .informBlock__box > .heading {
        font-size: 19px;
        line-height: 26px;
        font-weight: bold;
    }

    .textBlock__text h2, .textBlock__text h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .textBlock__text p {
        font-size: 16px;
        line-height: 26px;
    }

    .textBlock__row {
        margin-top: 25px;
    }

    .people__item-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .types__text p {
        font-size: 16px;
        line-height: 24px;
    }

    .types__item > p {
        font-size: 16px;
        line-height: 24px;
    }

    .journal__text p {
        font-size: 16px;
        line-height: 24px;
    }

    .matching__text p {
        font-size: 16px;
        line-height: 24px;
    }

    .buttonRounded {
        padding: 3px 13px;
    }

    .regForm .subtitle {
        text-align: left;
        color: rgba(255,255,255,0.61);
        font-size: 17px;
        line-height: 24px;
        font-weight: 500;
    }

    .regForm .regForm__step-title.title-big {
        padding-bottom: 5px;
        font-size: 37px;
        line-height: 47px;
        text-align: left;
        font-weight: 700;
    }

    .choiceButton:hover {
        background-color: #F54112 !important;
        border: 1px solid #F54112 !important;
        color: #fff;
    }

    .choiceButton svg {
        display: inline-block;
        margin-right: 8px;
    }
    .choiceButton:hover svg path {
        fill: #fff;
    }
}

@media (max-width: 500px) {
    .matching__cont {
        display: flex;
    }
    .matching__box {
        width: 50%;
    }
}