/* Start Global Rules */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #969292;
}
ul {
  list-style: none;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .container {
      width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
      width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
      width: 1170px;
  }
}
/* End Global Rules */



.main {
  text-align: start;
  direction: rtl;
  padding-top: 10px;

}
.main .container {}
.main h1 {
  background: #fff;
  padding: 10px;
  border-top: 1px dashed #f16331;
  border-bottom: 1px dashed #f16331;
  margin-top: 20px;
}
.main .section-img img {
    width: 346px;
    height: 250px;
}
.main .section-words {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #fff;
  color: #333;
}

.section-time {
  background: #fff;
  font-size: small;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;

}
.section-time .line {
  padding: 3px;
}
.section-time .line i {

}
.section-time .line p {
  display: inline;
  padding-right: 5px;
}
.section-time .line p span {
  color: #f16331;
  font-weight: 600;
}


h3.components {
  font-size: 2rem;
  color: #f16331;
  margin-top: 30px;
  margin-bottom: 5px;
}

.section-components {
  background: #fff;
  padding: 10px;
}
.section-components .box {}
.section-components .box ul {
  padding: 30px;
}
.section-components .box ul li {
  list-style-type: square;
  border-bottom: 1px dashed #f16331;
  padding: 2px 0;
  font-size: 1.3rem;
  line-height: 1.7;
}
.section-components .box ul li:hover {
background-color: #f16331;
}

h3.prepare {
  font-size: 2rem;
  color: #f16331;
  margin-top: 30px;
  margin-bottom: 5px;
}
.section-prepare {
  background: #fff;
  padding: 30px;
}
.section-prepare ul {
  counter-reset: li;

}
.section-prepare ul li {
  position: relative;
  margin: 0 1em 20px 0;
  padding: 4px 20px 4px 8px;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.7;
}
.section-prepare ul li::before {
  content: counter(li);
  counter-increment: li;
  color: #fff;
  background-color: #f16331;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -2em;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  font-weight: 700;
  text-align: center;
}
/* .section-prepare ul li:first-child:before {content: '1';}
.section-prepare ul li:nth-child(2):before {content: '2';}
.section-prepare ul li:nth-child(3):before {content: '3';}
.section-prepare ul li:nth-child(4):before {content: '4';}
.section-prepare ul li:nth-child(5):before {content: '5';}
.section-prepare ul li:nth-child(6):before {content: '6';}
.section-prepare ul li:nth-child(7):before {content: '7';}
.section-prepare ul li:nth-child(8):before {content: '8';}
.section-prepare ul li:last-child:before {content: '9';} */

a.back {
  background-color: #f16331;
  height: 30px;
  padding: 5px 0;
  margin: 5px 0;
  letter-spacing: 1.1px;
  text-align: center;
  color: #222222;
  position: relative;
  text-decoration: none;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  a.back {
    width: calc(750px - 30px);
  }
}
@media (min-width: 768px) {
  a.back {
    width: calc(750px - 30px);
  }
}

@media (min-width: 992px) {
  a.back {
    width: calc(970px - 30px);
  }
}

@media (min-width: 1200px) {
  a.back {
    width: calc(1170px - 30px);
  }
}



@media (max-width: 610px) {
    .section-prepare ul li {
        font-size: 16px;
        font-weight: bold;
    }
.section-components .box ul li {
    font-size: 16px;
    font-weight: bold;
    }
}









