p{
    padding: 15px;
    line-height: 24px;
}

ul, li { list-style: none; }

.bg {
    padding: 124px;
    /*  background: url(https://wzone.ir/application/modules/tutorial/img/header-bg.png);  */
    background: url(../img/banner-register.jpg) ;
    background-repeat: round;
    margin-bottom: -40px;
    border-radius: 5px;
}

.question {
    font-size: 16px;
}

.question li {padding: 33px 82px 34px 0px;}


.question li.q {
    background-color: #29201b;
    box-shadow: inset 0 0 4px rgb(91 62 54 / 60%), inset 0 0 30px rgb(79 68 55 / 45%);
    box-sizing: border-box;
    border: dashed 1px #433631;
    color: #655e57;
    border-radius: 11px;
    margin-bottom: 8px;
    transition:0.1s;
    direction: ltr;
}

.question li.q span {
    padding-left: 3px;
    color: #a5887a;
}

.question li.q label {
    padding-left: 63px;
    color:#b39764
}

.des {
    text-align:right;
}

.question li.a {
    background: #231a16;
    font-size: 26px;
    border-top: dashed 1px #453b3b;
    margin-bottom: 5px;
    display: none;

    height: max-content;
    padding:0
}

.question > ul {
    list-style: none;
    margin: 50px 36px 8px 8px;
    text-align: left;
}

.question > ul > li.q:hover {
    color: #ffb956;
    box-shadow: inset 0 0 4px rgba(243,84,34,0.6), inset 0 0 60px rgba(151,59,30,0.45);
    cursor:pointer;
    transition:0.5s;
}

.question > ul > li > img.arrow{
    margin-right: -25px;
    float: right;
}

.question > ul > li.q.active {
    box-shadow: inset 0 0 4px rgba(243,84,34,0.6), inset 0 0 60px rgb(183 76 42 / 71%);
    border: solid 1px #b3773a;
}

.question > ul > li > img.icon{
    position: absolute;
    left: 17px;
    width: 47px;
    height: 47px;
    top: 17px;
    display: inline-block;
}

.rotate {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.description{
    background: #2b3928;
    font-size: 18px;
    width: auto;
    height: 84px;
    margin: 10px 0px 10px 0px;
    border: solid 1px #4c6c4dbf;
    border-radius: 5px;
    padding: 18px 94px 10px 80px;
    color: #899372;
    text-align: left;
    line-height: 20px;
    direction: ltr;
    background-image: url(../img/tut-lant.png);
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: 65px;
}
