.registration {
    color: white;
    background: #25252E;
    padding: 145px 0 0 0;
}

.registration__container {
    max-width: 1160px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.registration__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.registration__title {
    width: 100%;
    font-weight: 600;
    font-size: 54.06px;
    line-height: 100%;
    color: #E6E6EE;
    margin: 33px 0 46px;
}

.registration__left {
    width: 56%;
    padding: 36px 35px 39px 46px;
    background-color: #F6F6F6;
}

.registration__right {
    width: 44%;
    padding: 0 0 0 55px;
}

.registration__right--title .old-price {
    color: #EF2549;
    text-decoration-line: line-through;
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
}

.registration__right--title h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    color: #F7F7F7;
    text-align: inherit;
}

.registration__right--title .current-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    color: #F7F7F7;
    margin: 11px 0 41px;
}

.registration__form {
    color: black;
    display: flex;
    flex-direction: column;
}

.registration__form label {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin: 15px 0;
    color: #000000;
    display: block;
}

.registration__form input {
    width: 100%;
    height: 30px;

    padding: 10px 0;

    font-size: 18px;

    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    outline: none;
}

.registration__form button {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70.5%;
    background: #0FA9F8;
    font-size: 20px;
    line-height: 24px;
    color: #F6F6F6;
    border: none;
    transition: 0.2s;
    cursor: pointer;
    margin: 45px 0 0;
    border-radius: 4px;
}

.registration__form button:hover {
    background: #0882c1;
}

.registration .rigth-item {
    padding: 50px 0 0;
}

.registration .rigth-item--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    color: #F7F7F7;
    margin: 22px 0 11px;
}

.registration .rigth-item--text {
    font-size: 16px;
    line-height: 21px;
    color: #F7F7F7;
}

.registration .checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
}

.registration .checkbox-wrapper svg {
    display: none;
}

.registration .checkbox-wrapper p {
    width: 90%;
    padding: 0 0 0 16px;
}

.registration .checkbox-wrapper.active svg {
    display: block;
}

.registration .checkbox-wrapper:nth-child(1) {
    margin: 33px 0 0;
}

.registration .checkbox-form {
    margin: 5px 0 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    display: block;
    position: relative;
}

#check1,
#check2,
#check3 {
    display: none;
}

.error {
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 1000px) {
    .registration {
        background: #25252E;
    }

    .registration__title {
        text-align: center;
    }

    .registration__left {
        width: 75%;
        margin: 0 auto;
    }

    .registration__right {
        width: 100%;
        text-align: center !important;
        padding: 50px 0 0;
    }

    .registration br {
        display: none;
    }

    .registration .rigth-item {
        padding: 50px 0;
    }

    .registration .rigth-item--title {
        text-align: center;
    }

    .registration .rigth-item--text {
        font-size: 16px;
        line-height: 21px;
        color: #F7F7F7;
        width: 397px;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .registration__left {
        width: 90%;
    }
}

@media (max-width: 600px) {
    .registration__left {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .registration__left {
        width: 100%;
        margin: 0 auto;
    }

    .registration__container {
        padding: 0;
    }
}

@media (max-width: 400px) {
    .registration__title {
        font-size: 36.06px;
        margin: 33px 0 46px;
    }

    .registration__form button {
        height: 44px;
        font-size: 16px;
    }

    .registration .checkbox-wrapper p {
        font-size: 10px;
    }

    .registration .rigth-item {
        padding: 50px 0;
    }

    .registration .rigth-item--title {
        text-align: center;
    }

    .registration .rigth-item--text {
        font-size: 14px;
        line-height: 21px;
        color: #F7F7F7;
        width: 90%;
        margin: 0 auto;
    }
}

/*# sourceMappingURL=style.css.map */