.special-xraser-orange-button{
    border-bottom: 2px solid #b35329;
    background: #ef733d;
    color: #FFF;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 50px;
    width: 100%;
}
.special-xraser-orange-button > *{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
.special-xraser-orange-button:hover{
    background: #ff954f;
    -webkit-box-shadow: 3px 5px 14px rgba(237,100,41,.47);
    -moz-box-shadow: 3px 5px 14px rgba(237,100,41,.47);
    box-shadow: 3px 5px 14px rgba(237,100,41,.47);
}
.dmodal-modern .dmodal-dialog{
    border-radius: 8px;
}
.dmodal-modern .dclose{
    background-color: transparent !important;
    filter: invert(100);
    opacity: 0.5;
}
.dmodal-modern .dclose:hover{
    opacity: 0.8;
}
.dmodal-modern h2{
    font-size: 20px;
    margin-bottom: 24px;
}

.start-guide{
    box-shadow: 0 9px 20px #462968;
    border-radius: 5px;
    font-family: "FSElliotPro-Bold";
    background-color: #f6efff;
    width: 440px;
    margin: 0px auto;
    margin-top: 20px;
    padding: 30px 25px 0;
}
.start-guide > *{
    padding: 0px;
}
.start-guide .start-block__title{
    text-align: left;
}
.start-guide .start-block__btn a{
    margin: 20px 0px;
    width: 100%;
}
.start-guide .start-block-btn-os{
    margin: 0px;
    display: flex;
    gap: 20px !important;
    width: unset !important;
}