#black_friday_form{
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}
#black_friday_form section{
    color: white;
    font-size: 16px;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    width: 100%;
}
#black_friday_form section.current{
    position: static;
    transform: translateX(0%);
}
#black_friday_form .form-checkbox{
    display: flex;
    margin-bottom: 15px;
}
#black_friday_form .fake_form{
    padding-top: 6px;
}
#black_friday_form .form-checkbox input[type="radio"]{
    margin-right: 25px;
    width: 25px;
    background-color: transparent;
    height: 24px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#black_friday_form .form-checkbox input[type="radio"]:before{
    content: "";
    width: 25px;
    top: 0;
    left: 0;
    height: 25px;
    border-radius: 5px;
    background-color: white;
    position: absolute;
    cursor: pointer;
}
#black_friday_form .form-checkbox input[type="radio"]:checked:after{
    content: "";
    width: 35px;
    bottom: -5px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 38px;
    height: 35px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 311.5 258'%3E%3Cpath d='M0 133l116 125C244.8 34.2 311.5 0 311.5 0h-32c-100 60.2-176 158-176 158L23 112.5 0 133z' fill='%2371b230'/%3E%3C/svg%3E");
}
#black_friday_form .form-button button{
    margin-top: 25px;
}

#black_friday_form .yes_condition form > div{
    margin-bottom: 10px;
}

#black_friday_form .yes_condition input[type="text"],
#black_friday_form .yes_condition input[type="email"]{
    width: 330px;
}
