html {
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    font-style: normal;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent
}

body {
    position: relative;
    display: block;
    z-index: 1
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

button,
input,
select,
textarea {
    border: 0;
    background: rgba(0, 0, 0, 0)
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none
}

button {
    cursor: pointer
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    cursor: pointer
}

.section__form {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #000
}

.section__form h2 {
    font-size: 36px;
    font-family: Roboto-Bold
}

.section__form h2,
.section__form p {
    line-height: 1.167em;
    color: inherit;
    grid-column: 1/-1
}

.section__form p {
    font-family: Roboto-Regular;
    font-size: 18px;
    margin-top: 15px
}

.section__form .form {
    grid-column: 1/-1;
    margin: 60px 0 80px;
    height: 212px;
    max-width: 904px;
    width: 100%;
    justify-self: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.section__form .form .radio {
    display: none
}

.section__form .form .radio+label {
    display: inline;
    position: relative;
    font-size: 24px;
    line-height: 1.167em;
    font-family: Roboto-Bold;
    color: inherit
}

.section__form .form .radio+label:after,
.section__form .form .radio+label:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 412px;
    height: 212px;
    border-radius: 15px;
    border: 1px solid #f7a417;
    left: calc(50% - 206px);
}

.section__form .form .radio+label.error:after {
    border: 2px solid red;
}

.section__form .form .radio+label:after {
    background: #fff;
    z-index: 1;
}

.section__form .form .radio+label:before {
    background: #f7a417;
    z-index: 2;
    opacity: 0;
    color: #fff
}

.section__form .form .radio:checked+label:before {
    opacity: 1
}

.section__form .form #radio1+label:after,
.section__form .form #radio1+label:before {
    content: "ООО МКК “Фристайл”"
}

.section__form .form #radio2+label:after,
.section__form .form #radio2+label:before {
    content: "ООО МКК “Деньги 003”"
}

.section__form .form__button {
    font-family: Roboto-Bold;
    font-size: 20px;
    line-height: 1.143em;
    border-radius: 15px;
    padding: 13px 100px;
    justify-self: baseline;
}

.section__form .form__button[value="next1"]{
    grid-column: 1/-1;
    justify-self: center;
}

.section__form .form__button--next {
    background: #ff1316;
    color: #fff;
    border: 1px solid #ff1316;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.section__form .form__button--next:hover {
    background: #fff;
    color: #ff1316
}

.section__form .form__button--back {
    border: 1px solid #f7a417;
    color: #f7a417;
    grid-row: 4;
    justify-self: flex-end;
    margin-right: 80px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.section__form .form__button--back:hover {
    background: #f7a417;
    color: #fff
}

.section__form--2 {
    display: none
}

.section__form--2 .button__group {
    grid-column: 1/-1;
    margin: 60px 0 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.section__form--2 .button__group .button__select {
    border: 1px solid #f7a417;
    border-radius: 15px;
    height: 333px;
    max-width: 413px;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section__form--2 .button__group .button__select img {
    max-width: 141px;
    width: 100%
}

.section__form--2 .button__group .button__select span {
    padding: 35px;
    font-size: 24px;
    line-height: 1.167em;
    color: #f7a417
}

.section__form--2 .button__group .button__select.is-selected {
    background: #f7a417
}

.section__form--2 .button__group .button__select.is-selected svg path {
    fill: #fff
}

.section__form--2 .button__group .button__select.is-selected span {
    color: #fff
}

.section__form--3 {
    display: none
}

.section__form--3a .form__button,
.section__form--3b .form__button {
    margin-top: 60px
}

.section__form--3a .form__button--back,
.section__form--3b .form__button--back {
    grid-row: 15
}

.section__form--3c .form2 {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0;
    max-width: 635px;
    width: 100%;
    margin: 0 auto
}

.section__form--3c .form2 .text {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 15px;
    width: 100%;
    height: 52px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.143em
}

.section__form--3c .form2 .text::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.143em;
    opacity: .5;
    color: #000
}

.section__form--3c .form2 .text::-moz-placeholder {
    font-size: 14px;
    line-height: 1.143em;
    opacity: .5;
    color: #000
}

.section__form--3c .form2 .text:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.143em;
    opacity: .5;
    color: #000
}

.section__form--3c .form2 .text::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.143em;
    opacity: .5;
    color: #000
}

.section__form--3c .form2 .text::placeholder {
    font-size: 14px;
    line-height: 1.143em;
    opacity: .5;
    color: #000
}

.section__form--3c .form2 .text+.text {
    margin-top: 48px
}

.section__form--3c span {
    font-size: 14px;
    line-height: 1.143em;
    color: #000;
    font-family: Roboto-Bold;
    grid-column: 1/-1;
    max-width: 635px;
    width: 100%;
    margin: 0 auto
}

.section__form--3c .check {
    display: none
}

.section__form--3c .check+label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.143em;
    padding-left: 30px;
    color: #000;
    position: relative;
    max-width: 635px;
    width: 100%;
    margin: 35px auto 0;
    grid-column: 1/-1
}

.section__form--3c .check+label:after,
.section__form--3c .check+label:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0
}

.section__form--3c .check+label:after {
    z-index: 1;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .5)
}

.section__form--3c .check+label:before {
    z-index: 2;
    content: "✓";
    color: #f7a417;
    opacity: 0;
    font-size: 25px;
    top: -3px
}

.section__form--3c .check:checked+label:before {
    opacity: 1
}

.section__form--3c .check--2+label {
    margin: 15px auto 0
}

.section__form--3c .form__button {
    margin-top: 60px
}

.section__form--3c .form__button--back {
    grid-row: 5
}

@font-face {
    font-family: Roboto-Regular;
    src: url(/ruws-content/themes/russiaws/assets/fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto-Bold;
    src: url(/ruws-content/themes/russiaws/assets/fonts/Roboto-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.section__form--3c .form2 .text.error {
    border-color: red;
}

.section__form--3c .check.error+label {
    color: red;
}

.section__form--3c .check.error+label:after {
    border-color: red;
}

.section__form p.mar {
    font-size: 14px;
    margin: 5px 0 10px;
}