@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&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 22px/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: 27px 10px;
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    outline: none;
    text-transform: uppercase;
}

.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:hover:active,
.btn-selected:hover:focus,
.btn-selected:hover {
    box-shadow: 0 0 0px 2px #fff, 0 0 15px 1px #ffea56;
}
/*.btn-selected {*/
/*     box-shadow: 0 0 0px 2px #fff, 0 0 15px 1px #ffea56; */
/*}*/

.btn-white {
    background: #fff;
    color: #fd173e;
}

/* 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,
.video-mob {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -3;
}

.video-mob {
    display: none;
}

.audio {
    display: none;
}

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

.step {
    display: none;
    position: relative;
    text-align: center;
    max-width: 540px;
    margin: 30px auto 50px;
    padding: 30px;
    background-color: #000c;
}

.step-wrap {
    position: relative;
    padding: 35px 50px 60px;
    border: 2px solid #d3d1d1;
    z-index: 1;
}

.step-3 {
    max-width: 840px;
}

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

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

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

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

.step-6,
.step-12 {
    margin-top: -100px;
}

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

.step h4 {
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}

.step h4 strong {
    color: #fd143f;
    font-weight: 700;
}

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

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

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

.step-3 .btn-wrap {
    display: flex;
}

.step-3 .btn {
    margin: 0 10px;
}

.step-6 .step-wrap img {
    max-height: 660px;
}

.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: 16px;
    height: 16px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

.radio-wrap input[type="checkbox"]:checked + span:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fb522c;
    background: linear-gradient(7deg, #ff0045 0%, #f89f14 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 10px;
}

.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: 300px;
    }
    .step:after {
        bottom: 55px;
    }
    .step-md {
        max-width: 800px;
    }
    .step-md .step-wrap {
        padding-right: 320px;
    }
    .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;
        position: relative;
        top: auto;
    }
    
    .step h4 {
        font-size: 20px;
    }
    .step p {
        font-size: 18px;
        padding: 10px 0 0;
    }
    .step .btn-wrap {
        margin-top: 15px;
    }
    .btn {
        font-size: 18px;
        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 {
        max-width: 80vw;
        margin-left: auto;
        margin-right: auto;
    }
    .step-md .step-wrap img {
        max-width: 100%;
        max-height: 460px;
    }
}
@media (max-width: 640px) {
    .step {
        margin: 0 auto 20px;
        padding: 0;
    }
    .step-md .step-wrap {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    .step-12 .step-wrap {
        padding: 0;
        padding-top: 20px;
        /* border: 0; */
    }
    .step-md .step-wrap img {
        position: relative;
        margin: 0 auto;
        max-height: 280px;
        right: auto;
    }
    .step-md .btn-wrap {
        order: 1;
    }
    .step-md .btn {
        order: 2;
    }
    .step-6 .btn-wrap,
    .step-8 .btn-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .step-6 .btn-wrap .btn,
    .step-8 .btn-wrap .btn {
        /*width: 48%;*/
    }
    .step-6 .btn-wrap .btn[data-type="body-inv_triangle"] {
        order: 3;
        width: 100%;
    }
}
@media (max-width: 480px) {
    body {
        word-break: break-word;
    }
    /* .step-4 .btn-wrap .btn,
    .step-8 .btn-wrap .btn {
        width: 100%;
    } */
    .video {
        display: none;
    }
    .video-mob {
        display: block;
    }
    .btn {
        /*font-size: 11px;*/
    }
}

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

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

/* slick */
.wrap-navs {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 0;
}

.slick-slide img {
    margin: 15px auto 0;
    max-width: 100%;
}

.slick-arr {
    display: flex;
    align-items: center;
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
    color: #b1aca9;
}

.slick-prev svg {
    margin-right: 15px;
}

.slick-next svg {
    margin-left: 15px;
}

.slick-arr svg {
    display: block;
    height: 24px;
    width: 13px;
    color: #fb5f28;
}

@media (max-width: 1660px) {
    .step-6, .step-12 {
        margin-top: 30px;
    }
}

@media (max-width: 1440px) {
    .slick-arr {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .slick-arr {
        font-size: 18px;
    }
    .wrap-navs {
        margin: 15px 0 0;
    }
}

@media (max-width: 480px) {
    .slick-arr {
        font-size: 12px;
    }
    .slick-next svg {
        margin-left: 5px;
    }
    .slick-prev svg {
        margin-right: 5px;
    }
    /* .step-12 {
        background-color: transparent;
    } */
}
