@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&amp;display=swap");

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    color: #fff;
    height: 100%;
    min-height: 100%;
    background-size: cover;
}

a {
    outline: 0;
    color: #fff;
}

img {
    display: block;
}

strong {
    font-weight: bold;
}

.btn {
    position: relative;
    display: block;
    font: 700 30px/1.2 "Mulish", sans-serif;
    text-decoration: none;
    margin: 0;
    border: 0;
    text-align: center;
    -webkit-appearance: none;
    color: #fff;
    background: rgb(255, 0, 69);
    background: linear-gradient(
        7deg,
        rgba(255, 0, 69, 1) 0%,
        rgba(248, 159, 20, 1) 100%
    );
    width: 100%;
    padding: 22px 10px;
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    outline: none;
}

.btn-disabled:after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.btn-selected {
    box-shadow: 0 0 0px 2px #fff, 0 0 15px 1px #ffea56;
}

/* header */
.header {
    padding: 50px 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

.header .wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.btn-mute {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgb(255, 0, 69);
    background: linear-gradient(
        57deg,
        rgba(255, 0, 69, 1) 0%,
        rgba(248, 159, 20, 1) 100%
    );
}

.btn-mute.disabled:after {
    background-position: 0 -38px;
    width: 29px;
    height: 22px;
}

.btn-mute:after {
    content: "";
    display: block;
    background: url("../images/sprite-sound.png") no-repeat 0 -2px;
    width: 30px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1440px) {
    .header {
        padding: 15px 0;
    }
    .logo-holder img {
        max-width: 160px;
    }
}
@media (max-width: 768px) {
    .header .wrap {
        padding: 0 15px;
    }
    .logo-holder img {
        max-width: 120px;
    }
    .btn-mute {
        width: 40px;
        height: 40px;
    }
}

/* content */
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -3;
}

.audio {
    display: none;
}

.step-container {
    margin: 0 auto;
    padding: 0 10px;
}

.step {
    display: none;
    position: relative;
    text-align: center;
    max-width: 480px;
    margin: 50px auto 50px;
}

.step-wrap {
    position: relative;
    padding: 35px 45px 30px;
    border: 2px solid #fff;
    z-index: 1;
}

.step-md {
    max-width: 880px;
}

.step-md .step-wrap {
    padding-right: 500px;
}

.step-md .step-wrap img {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.step-md .btn-next {
    position: absolute;
    left: 44%;
    right: 0;
    max-width: 110px;
    bottom: 10px;
    z-index: 1;
    background: #fff;
    color: #fd4e31;
}

[lang="it"] .step-md .btn-next {
    max-width: 120px;
}

[lang="es"] .step-md .btn-next {
    max-width: 150px;
}

[lang="de"] .step-md .btn-next,
[lang="ru"] .step-md .btn-next {
    max-width: 140px;
}

[lang="pl"] .step-md .btn-next {
    max-width: 170px;
}

[lang="fi"] .step-md .btn-next,
[lang="pt"] .step-md .btn-next {
    max-width: 160px;
}

[lang="fr"] .step-md .btn-next {
    max-width: 130px;
}

.step:after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px; /* 70px */
}

.step.is-active {
    display: block;
}

.step-3 .step-wrap,
.step-5 .step-wrap {
    display: none;
}

.step-3 .step-wrap.active,
.step-5 .step-wrap.active {
    display: block;
}

.step-7 {
    max-width: 750px;
}

.step-7 .btn-wrap {
    display: flex;
    justify-content: center;
}

.step-7 .btn-wrap .btn {
    max-width: 260px;
    margin: 0 15px 0;
}

.step h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.step p {
    font-size: 22px;
    padding: 30px 0 0;
}

.step .btn-wrap {
    margin-top: 35px;
}

.step .btn {
    margin-bottom: 20px;
}

.step .btn:last-child {
    margin-bottom: 0;
}

.radio-wrap {
    margin-top: 25px;
}

.radio-wrap label {
    display: block;
    position: relative;
    text-align: left;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 22px;
}

.msg-error {
    display: none;
    padding: 0;
    color: #ff0000;
    text-align: left;
}

.radio-wrap.error .msg-error {
    display: block;
}

.radio-wrap input[type="checkbox"] {
    position: absolute;
    opacity: hidden;
    visibility: hidden;
}

.radio-wrap span {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 7px;
}

.radio-wrap input[type="checkbox"]:checked + span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fb522c;
    position: absolute;
    left: 3px;
    top: 3px;
}

.form {
    max-width: 100%;
    margin: 20px 0 0;
}

.form-row {
    min-height: 85px;
}

.form-row .label {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 17px 30px;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    color: #000;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 50px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 0;
}

.form-control.error,
.form-row_select .form-control.error {
    background-color: #ffaeae;
}

.form-row_select .form-control {
    background: url(../images/chevron-down.svg) #fff no-repeat calc(100% - 30px)
        center;
    background-size: 16px;
    padding-right: 60px;
}

.form-row_terms,
.form-row_btn {
    min-height: auto;
}

.form-row_terms p {
    font-size: 14px;
    padding: 0 0 20px;
}

label.error {
    display: block;
    font-size: 14px;
    text-align: left;
    color: #ff0000;
    line-height: 1;
    padding-top: 2px;
}

.stepPicUrl {
    display: none;
}

@media (max-width: 1440px) {
    .step h3 {
        font-size: 28px;
    }
    .step p {
        font-size: 18px;
        padding: 20px 0 0;
    }
    .step-wrap {
        padding: 25px 30px 25px;
    }
    .step .btn-wrap {
        margin-top: 25px;
    }
    .btn {
        font-size: 24px;
        padding: 15px;
    }
    .step-md .step-wrap img {
        max-width: 200px;
    }
    /*.step:after {
        bottom: 55px;
    }*/
    .step-md {
        max-width: 700px;
    }
    .step-md .step-wrap {
        padding-right: 400px;
    }
    .step-md .btn-next {
        bottom: 5px;
        left: calc(100% - 390px);
    }
    .form-row_terms p {
        font-size: 14px;
        padding: 0 0 20px;
    }
    .radio-wrap label {
        padding-left: 30px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .radio-wrap span {
        top: 5px;
    }
    .form-row {
        min-height: 75px;
    }
    .form-control {
        padding: 12px 20px;
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .step-wrap {
        padding: 20px;
    }
    .step h3 {
        font-size: 22px;
    }
    .step p {
        font-size: 18px;
        padding: 10px 0 0;
    }
    .step .btn-wrap {
        margin-top: 15px;
    }
    .btn {
        font-size: 20px;
        padding: 15px;
    }
    .step:after {
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
    }
    .step .btn {
        margin-bottom: 15px;
    }
    .form-row_terms p {
        font-size: 14px;
        padding: 0 0 20px;
    }
    label.error {
        font-size: 13px;
    }
    .step-md .step-wrap img {
        max-width: 100%;
        max-height: 350px;
    }
}
@media (max-width: 600px) {
    .step {
        margin: 20px auto 20px;
    }
    .step-md .step-wrap img {
        max-width: 100%;
        max-height: 300px;
    }
    .step-md .step-wrap {
        padding-right: 290px;
    }
    .step-md .btn-next {
        left: calc(100% - 280px);
    }
}
@media (max-width: 480px) {
    .step-md .step-wrap img {
        position: relative;
        margin: 20px auto 0;
        right: auto;
        bottom: auto;
        order: 2;
    }
    .step-md h4 {
        order: 1;
    }
    .step-md .step-wrap {
        padding-right: 20px;
        display: flex;
        flex-direction: column;
    }
    .step-3 .step-wrap,
    .step-5 .step-wrap {
        display: none;
    }
    .step-3 .step-wrap.active,
    .step-5 .step-wrap.active {
        display: flex;
    }
    .step-md .btn-wrap {
        order: 3;
    }
    .step-md .btn-next {
        left: auto;
        bottom: auto;
        position: relative;
        margin: 20px auto 0;
        order: 4;
    }
}

/* footer */
.footer {
    margin-top: auto;
}

.footer p {
    padding: 15px 0;
    text-align: center;
}
