*{
    padding: 0;
    margin: 0;
    direction: rtl;
    font-family: 'Open Sans Hebrew', Arial, Helvetica, sans-serif;
}
.logo{
    width: 100%;
    height: 60px;
    background: #030303;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.logo img{
    max-height: 100%;
    max-width: calc(100% - 20px);
    /*margin-top: 5px;*/
}
h1{
    background: #d22026;
    color: #fff;
    line-height: 2;
    font-size: 20px;
    padding: 0 5%;
    font-weight: normal;
}
.content{
    background: #fff;
    width: 90%;
    margin: 25px auto 10px;
}
.content p{
    font-size: 17px;
    line-height: 1.5;
    margin: 10px 0px;
    color: #000;
}
.bold{
    font-weight: bold;
}

ul{
    list-style-type: decimal;
    margin-inline-start: 20px;
}

ul li{
    list-style-position: outside;
    list-style-type: decimal;
    font-size: 17px;
    line-height: 1.5;
    margin: 10px 0px;
    color: #000;
    position: relative;
}

img.screen{
    max-width: calc(100% - 32px);
    padding: 5px;
    border: 1px #000 solid;
    margin: 15px 0px;
}

img.button{
    max-width: calc(100% - 52px);
    margin: 15px 0px 30px;
    display: block;
}
img.button.center{
    margin: 15px auto 30px;
}

.blue{
    color:#50b4d6;
}

img.arrow{
    position: absolute;
    height: 140px;
    top: 85px;
    right: 0px;
    z-index: 0;
}

span.step{
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
}
