html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}

.sign_in_page {
    position: relative
}

.sin_bg {
    background-color: #27394a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sin_bg::before {
    content: "";
    background-image: url("../img/register.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1
}

.sin_wrap {
    padding: 100px 0 130px
}

.sin_sec {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.sin_title {
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #fff;
    text-align: center
}

.sin_buttons_line {
    padding-top: 83px
}

.sin_buttons_line .btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 300px
}

.sin_or {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 0 15px
}

.sin_label_blue {
    text-transform: uppercase;
    color: #78cacf;
    font-weight: 600;
    padding: 20px 0
}

.sin_form .item {
    margin: 16px auto;
    width: 300px
}

.sin_form .btn {
    margin-top: 26px;
    padding: 0;
    display: table
}

.sin_form .next_btn {
    width: 200px
}

.input_wrap.blue input {
    color: #78cacf
}

.input_wrap.blue input::-webkit-input-placeholder {
    color: #78cacf;
    opacity: 1
}

.input_wrap.blue input::-moz-placeholder {
    color: #78cacf;
    opacity: 1
}

.input_wrap.blue input:-moz-placeholder {
    color: #78cacf;
    opacity: 1
}

.input_wrap.blue input:-ms-input-placeholder {
    color: #78cacf;
    opacity: 1
}

.input_wrap.error_empty {
    border-color: #da3853
}

.input_wrap.error_taken {
    border-color: #da3853
}

.input_wrap.error_taken input {
    color: #da3853
}

.input_wrap.error_taken input::-webkit-input-placeholder {
    color: #da3853;
    opacity: 1
}

.input_wrap.error_taken input::-moz-placeholder {
    color: #da3853;
    opacity: 1
}

.input_wrap.error_taken input:-moz-placeholder {
    color: #da3853;
    opacity: 1
}

.input_wrap.error_taken input:-ms-input-placeholder {
    color: #da3853;
    opacity: 1
}

.select_wrap.error_taken {
    border-color: #da3853
}

.select_wrap.error_taken input {
    color: #da3853
}

.select_wrap.error_taken input::-webkit-input-placeholder {
    color: #da3853;
    opacity: 1
}

.select_wrap.error_taken input::-moz-placeholder {
    color: #da3853;
    opacity: 1
}

.select_wrap.error_taken input:-moz-placeholder {
    color: #da3853;
    opacity: 1
}

.select_wrap.error_taken input:-ms-input-placeholder {
    color: #da3853;
    opacity: 1
}

.select_wrap.error_taken::after {
    color: #da3853
}

.sin_smallb {
    color: #fff;
    font-size: 13px;
    padding-top: 12px
}

.sin_smallb .link {
    cursor: pointer;
    color: #78cacf;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

@media screen and (min-width: 992px) {

    .sin_smallb .link:hover,
    .sin_smallb .link:active {
        color: #da3853
    }
}

.sin_back {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    bottom: 54px
}

.sin_back_link {
    cursor: pointer;
    display: table;
    margin: 0 auto
}

.sin_back_link .icon {
    width: 6px;
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
    stroke: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    margin-right: 9px
}

.sin_back_link .text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

@media screen and (min-width: 992px) {

    .sin_back_link.link:hover .icon,
    .sin_back_link.link:active .icon {
        fill: #da3853;
        stroke: #da3853
    }

    .sin_back_link.link:hover .text,
    .sin_back_link.link:active .text {
        color: #da3853
    }
}

.sin_back_link .sp_social {
    padding-top: 3px;
    margin-left: 5px
}

.sin_back_link .svg_social {
    fill: #fff;
    width: 31px;
    margin-left: 15px;
    margin-right: 15px
}

.sin_back_link .svg_social.mail {
    width: 21px;
    padding-top: 2px
}

.sin_back_link .svg_social.fb {
    width: 11px
}

.sin_back_link .svg_social.twitt {
    width: 21px;
    padding-top: 2px
}

@media screen and (min-width: 992px) {

    .sin_back_link .svg_social:hover,
    .sin_back_link .svg_social:active {
        fill: #da3853
    }
}

.sin_again_btn {
    padding-top: 119px
}

.pbar_wrap {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    padding: 18px 0 61px
}

.pbar_line {
    padding: 0 9px 0 25px
}

.pbar_line_in {
    width: 100%;
    background: #202d39;
    border-radius: 4px
}

.pbar_color {
    height: 9px;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #78cacf
}

#step1:checked~.progress_wrap .pbar_color {
    width: 5%
}

#step1:checked~.progress_wrap #step1_label {
    color: #78cacf
}

#step1:checked~.progress_wrap #step1_title {
    display: block
}

#step1:checked~.progress_wrap #step1_cont {
    display: block
}

#step2:checked~.progress_wrap .pbar_color {
    width: 33.5%
}

#step2:checked~.progress_wrap #step2_label {
    color: #78cacf
}

#step2:checked~.progress_wrap #step2_title {
    display: block
}

#step2:checked~.progress_wrap #step2_cont {
    display: block
}

#step3:checked~.progress_wrap .pbar_color {
    width: 72%
}

#step3:checked~.progress_wrap #step3_label {
    color: #78cacf
}

#step3:checked~.progress_wrap #step3_title {
    display: block
}

#step3:checked~.progress_wrap #step3_cont {
    display: block
}

#step4:checked~.progress_wrap .pbar_color {
    width: 97%
}

#step4:checked~.progress_wrap #step4_label {
    color: #78cacf
}

#step4:checked~.progress_wrap #step4_title {
    display: block
}

#step4:checked~.progress_wrap #step4_cont {
    display: block
}

.radio {
    display: none
}

.pbar_label {
    display: inline-block;
    vertical-align: middle;
    color: #202d39;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.pbar_label .status {
    display: block;
    height: 33px;
    width: 100%;
    position: relative
}

.pbar_label .status.done::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 11px;
    height: 7px;
    background: transparent;
    border: 3px solid #78cacf;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pbar_label .status.skip::before {
    content: "...";
    color: #78cacf;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 22px;
    line-height: 1.5
}

.radio:checked+.pbar_label {
    color: white;
    background: rgba(0, 0, 0, 0.25)
}

.progress_cont {
    position: relative
}

.pbar_labels {
    text-align: justify
}

.pbar_labels::after {
    content: "";
    display: inline-block;
    width: 100%
}

.reg_title {
    display: none
}

.reg_step {
    display: none;
    min-height: 474px;
    position: relative;
    padding-bottom: 128px
}

.reg_step .sin_form {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.reg_wrap {
    position: relative;
    padding-bottom: 39px
}

.reg_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8)
}

.reg_loader .loader {
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block
}

.reg_steps {
    width: 100%;
    margin: 0 auto;
    max-width: 1133px
}

.reg_line {
    text-align: center;
    color: #fff;
    margin-bottom: 21px
}

.reg_line .input_wrap {
    width: 211px
}

.reg_line .input_wrap input {
    text-align: center
}

.reg_line .input_wrap input[placeholder="AUSTRALIA"]::-webkit-input-placeholder {
    color: #9c9898
}

.reg_line .input_wrap input[placeholder="AUSTRALIA"]::-moz-placeholder {
    color: #9c9898
}

.reg_line .input_wrap input[placeholder="AUSTRALIA"]:-moz-placeholder {
    color: #9c9898
}

.reg_line .input_wrap input[placeholder="AUSTRALIA"]:-ms-input-placeholder {
    color: #9c9898
}

.reg_line .input_wrap input[placeholder="AUSTRALIA"]::-webkit-input-placeholder {
    color: #9c9898
}

.reg_line .input_wrap input[placeholder="AUSTRALIA"]::-moz-placeholder {
    color: #9c9898
}

.reg_line .input_wrap input[placeholder="AUSTRALIA"]:-moz-placeholder {
    color: #9c9898
}

.reg_line .input_wrap input[placeholder="AUSTRALIA"]:-ms-input-placeholder {
    color: #9c9898
}

.reg_line .select_wrap,
.reg_line .input_wrap {
    display: inline-block;
    margin: 0 14px 28px 0
}

.reg_line .text {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 14px 28px 0
}

.reg_line .last {
    margin-right: 0
}

.reg_line_uploader {
    padding-top: 11px
}

.reg_sel_line {
    margin-bottom: 3px
}

.textarea_wrap {
    width: 100%;
    position: relative;
    display: block
}

.textarea_wrap textarea,
.textarea_wrap input {
    width: 100%;
    height: 50px;
    background-color: #202d39;
    border: 0;
    resize: vertical;
    margin: 0;
    color: #fff;
    padding: 0 83px 0 36px;
    font-size: 16px
}

.textarea_wrap textarea::-webkit-input-placeholder,
.textarea_wrap input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.textarea_wrap textarea::-moz-placeholder,
.textarea_wrap input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.textarea_wrap textarea:-moz-placeholder,
.textarea_wrap input:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.textarea_wrap textarea:-ms-input-placeholder,
.textarea_wrap input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.textarea_wrap textarea {
    padding-top: 16px
}

.textarea_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    width: 17px;
    height: 50px;
    background-image: url("../img/pen.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

span.btn.add_photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 115px;
    padding: 0;
    font-size: 12px;
    height: 44px;
    line-height: 40px;
    color: #27394a;
    border-color: #27394a;
    background-image: -webkit-linear-gradient(left, transparent 50%, #27394a 50%);
    background-image: linear-gradient(to right, transparent 50%, #27394a 50%);
    color: #fff;
    opacity: 0
}

span.btn.add_photo .icon {
    fill: #27394a
}

@media screen and (min-width: 992px) {

    span.btn.add_photo:hover,
    span.btn.add_photo:active {
        color: #fff;
        background-position: -100% 100%;
        background-color: #27394a
    }

    span.btn.add_photo:hover .icon,
    span.btn.add_photo:active .icon {
        fill: #fff
    }
}

.uploader_wrap {
    display: block;
    width: 130px;
    background-color: #202d39;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (min-width: 992px) {

    .uploader_wrap:hover .btn_border,
    .uploader_wrap:active .btn_border {
        color: #fff;
        background-position: -100% 100%;
        background-color: #27394a
    }

    .uploader_wrap:hover .btn_border .icon,
    .uploader_wrap:active .btn_border .icon {
        fill: #fff
    }
}

.uploader_wrap.no_image .ic_trash {
    opacity: 0
}

.uploader_wrap.no_image span.btn.add_photo {
    opacity: 1
}

.uploader_wrap input {
    width: 100%;
    height: 130px;
    opacity: 0;
    cursor: pointer
}

.uploader_wrap .ic_trash {
    position: absolute;
    right: -5px;
    bottom: -3px;
    width: 36px;
    height: 36px;
    padding: 11px;
    background-color: #da3853;
    fill: #fff;
    border-radius: 100% 100% 0 100%;
    cursor: pointer
}

.reg_line_label {
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: left
}

.btn_inv {
    display: table;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    margin-bottom: 0
}

.reg_cb {
    color: #fff;
    width: 25%;
    float: left;
    padding: 12px 0
}

.reg_cb label {
    font-size: 12px
}

.reg_cb .sf_cb_label {
    margin-left: 12px
}

.cb_line {
    background-color: #202d39;
    padding: 10px 80px 9px;
    text-align: left;
    position: relative;
    padding-left: calc(20% + 36px)
}

.cb_line.count1 .reg_cb_btn,
.cb_line.count2 .reg_cb_btn,
.cb_line.count3 .reg_cb_btn,
.cb_line.count4 .reg_cb_btn {
    display: none
}

.cb_line_label {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.05em;
    width: 20%;
    height: 43px;
    position: absolute;
    left: 36px;
    top: 10px
}

.cb_line_label_in {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.reg_cb_btn {
    color: #78cacf;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    right: 26px;
    top: 26px;
    cursor: pointer;
    letter-spacing: 0.05em;
    text-align: right;
    padding-right: 22px
}

.reg_cb_btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin: auto
}

.reg_cb_btn.open .closed {
    display: none
}

.reg_cb_btn.open .opened {
    display: block
}

.reg_cb_btn .closed {
    display: block
}

.reg_cb_btn .opened {
    display: none
}

.reg_cb {
    display: none
}

.reg_cb:nth-child(2),
.reg_cb:nth-child(3),
.reg_cb:nth-child(4),
.reg_cb:nth-child(5) {
    display: block
}

.reg_buttons .btn {
    margin-left: 15px;
    margin-right: 15px
}

.reg_sec {
    min-height: 702px;
    position: relative
}

.reg_sec .sin_back {
    bottom: 14px
}

@media screen and (max-width: 991px) {
    .sin_bg::before {
        background-position: left top
    }

    .sin_label_blue {
        padding-bottom: 3px
    }

    .sin_title {
        font-size: 35px;
        padding-bottom: 15px
    }

    .sin_buttons_line {
        padding-top: 73px
    }

    .sin_buttons_line .btn {
        width: 250px
    }

    .sin_or {
        padding: 0 27px
    }

    .reg_sec {
        min-height: 0px
    }

    .reg_sec .sin_back {
        bottom: 0
    }

    .sin_back {
        position: relative;
        bottom: 0;
        padding-top: 90px
    }

    .reg_line {
        text-align: left;
        font-size: 14px
    }

    .reg_line .input_wrap,
    .reg_line .select_wrap {
        margin-right: 10px
    }

    .reg_line .input_wrap input,
    .reg_line .input_wrap select,
    .reg_line .select_wrap input,
    .reg_line .select_wrap select {
        font-size: 14px;
        height: 34px
    }

    .reg_line .input_wrap select,
    .reg_line .select_wrap select {
        padding-right: 22px;
        padding-left: 14px
    }

    .reg_line .input_wrap {
        width: 170px
    }

    .reg_line .select_wrap::after {
        right: 11px
    }

    .reg_line .text {
        margin-right: 10px
    }

    .textarea_wrap input,
    .textarea_wrap textarea {
        font-size: 14px;
        padding-left: 28px
    }

    .textarea_wrap textarea {
        padding-top: 19px
    }

    .pbar_wrap {
        padding-bottom: 66px
    }

    .reg_sel_line {
        margin-bottom: 10px
    }

    .reg_line_uploader {
        padding-top: 4px
    }

    .reg_cb {
        width: 25%
    }

    .reg_cb:nth-child(5) {
        display: none
    }

    .cb_line.count4 .reg_cb_btn {
        display: inline-block
    }

    .cb_line {
        padding: 10px 76px 8px 28px
    }

    .cb_line_label {
        width: 25%;
        line-height: 1;
        font-size: 14px;
        padding-top: 4px;
        position: relative;
        left: 0;
        top: 0
    }

    .reg_cb_wrap {
        width: calc(100% - 206px)
    }

    .reg_cb_btn {
        top: 24px;
        right: 19px
    }
}

@media screen and (max-width: 767px) {
    .sin_bg::before {
        display: none
    }

    .sin_title {
        line-height: 1.14286;
        padding-bottom: 33px
    }

    .sin_wrap {
        padding-top: 34px;
        padding-bottom: 70px
    }

    .sin_label {
        line-height: 1.25;
        padding: 0 30px
    }

    .sin_or {
        padding: 16px 0;
        display: block
    }

    .sin_buttons_line {
        padding-top: 49px
    }

    .reg_wrap {
        padding-bottom: 70px
    }

    .sin_back {
        padding-top: 40px
    }

    .reg_buttons .btn {
        margin-bottom: 15px
    }

    .sin_back_link .sp_social {
        float: none;
        margin-top: 15px
    }

    .pbar_line {
        padding: 0
    }

    #step3:checked~.progress_wrap .pbar_color {
        width: 64%
    }

    #step4:checked~.progress_wrap .pbar_color {
        width: 93%
    }

    .pbar_label {
        padding-top: 12px
    }

    .pbar_wrap {
        padding-bottom: 51px
    }

    .reg_line .input_wrap,
    .reg_line .select_wrap {
        margin-bottom: 11px
    }

    .reg_line .text {
        margin-bottom: 11px
    }

    .reg_sel_el {
        display: block
    }

    .reg_sel_line {
        margin-bottom: 25px
    }

    .reg_line_uploader {
        padding-top: 7px
    }

    .textarea_wrap {
        height: 70px
    }

    .textarea_wrap::before {
        right: 15px
    }

    .textarea_wrap textarea {
        height: 70px;
        padding-right: 32px;
        padding-left: 18px
    }

    .reg_step {
        padding-bottom: 0
    }

    .reg_step .sin_form {
        position: relative;
        padding-top: 19px
    }


    .cb_line {
        padding: 10px 46px 8px 18px
    }

    .cb_line_label {
        width: 50%
    }

    .reg_cb_wrap {
        width: calc(100% - 190px)
    }

    .reg_cb {
        width: 50%
    }

    .reg_cb:nth-child(3),
    .reg_cb:nth-child(4) {
        display: none
    }

    .reg_cb_btn {
        right: 14px;
        padding-right: 16px
    }
}

/*# sourceMappingURL=register.css.map */