body {
  margin: 0;
}
a {
  text-decoration: none;
}
.main_body {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.main_menu {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  position: relative;
}
.logo_menu {
  width: 64px;
  position: absolute;
  left: 67px;
}
.logo_menu img {
  width: 100%;
}
.content_menu {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 26px 0;
}
.content_menu a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.content_menu svg {
  width: 24px;
}
.main_content_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1360px;
  width: 100%;
}
.next_top_swiper:after {
  font-size: 20px !important;
  background-color: #ffa06a;
  padding: 7px 11px;
  border-radius: 50%;
  color: #333;
}
.prev_top_swiper:after {
  font-size: 20px !important;
  background-color: #ffa06a;
  padding: 7px 11px;
  border-radius: 50%;
  color: #333;
}
.problem_solver {
  margin: 55px 0 0 0;
  display: flex;
  flex-direction: column;
}
h1 {
  color: #000;
  font-size: 34px;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.images_box {
  margin: 40px 0 25px 0;
  width: 100%;
  display: flex;
  gap: 5px;
}
.images_box div {
  width: 50%;
}
.images_box div img {
  width: 100%;
}
.icon_boxes {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 1rem;
}
.icon_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 12px;
}
.icon_box img[class~="cat-image"] {
  border: 1px solid #ff6106;
  border-radius: 50%;
  /*padding: 17px;*/
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.icon_box span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.manage_orders {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin: 135px 0 145px 0;
}
.left_box {
  width: 49%;
}
.left_box img {
  width: 100%;
}
.right_box {
  display: flex;
  flex-direction: column;
  width: 35%;
  align-items: center;
  justify-content: center;
}

h2 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.right_box h2{
  margin: 0;
  margin-bottom: 26px;
}
.right_box p {
  width: 85%;
  color: #555;
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.diff_span {
  color: #ff6106;

  text-align: right;
  font-size: 21.414px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bottom_right_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  gap: 15px;
  /*margin-top: 49px;*/
  margin-top: 18px;
}
.bottom_right_box a {
  color: #fff;
  text-align: center;
  font-size: 34.263px;
  padding: 10px 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5.354px;
  width: 97%;
  background-color: #ff6106;
}
.bottom_right_box > span {
  color: #000;
  font-size: 21.414px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  width: 100%;
  text-align: right;
}
.bottom_right_box > p {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin: 0;
}
.questions {
  width: 100%;
  margin: 80px 0;
}
.questions_boxf {
  display: flex;
  height: 200px;
  border-radius: 5px;
  background: #ff6106;
  position: relative;
}
.questions_boxf img {
    aspect-ratio: 1 / 1;
    width: 35%;
     /*width: 35%;*/
    /*height: 450px;*/
    position: absolute;
    border-radius: 50%;
    right: 40px;
    top: -90px;
}
.questions_note {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
}
.questions_note p {
  color: #e2e2e2;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 7px 0;
}
.questions_note h3 {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 36px;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.under_question {
  width: 50%;
  margin: 30px 0 35px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.under_question p {
  display: flex;
  align-items: center;
  font-size: 26px;
  gap: 20px;
  color: #000;
  margin: 0 0 24px 0;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: right;
}
.under_question svg {
  width: 28px;
}
.ask {
  width: 50%;
  text-align: center;
  margin: 25px 0;
}
.ask a {
  color: rgb(255, 97, 6);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 34px;
  padding: 8px 76px;
  border-radius: 5.354px;
  border: 4px solid rgb(254, 139, 1);
}
.aq_box {
  width: 100%;
}
.aq_top {
  display: flex;
  justify-content: space-between;
  margin: 38px 0 140px 0;
  width: 100%;
}
.aq_top span {
  color: #444;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
h3 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p {
  color: #555;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.right_aq a {
  color: #fff;
  text-align: center;
  font-size: 30px;
  width: 30%;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 50px;
  border-radius: 5.354px;
  background: var(--base, #ff6106);
}


.aq_body {
  display: flex;
  background-image: url(../images/bc_back.png);
  background-attachment: unset;
  background-repeat: no-repeat;
  background-size: 100% 570px;
}
.left_aq {
  width: 50%;
}
.left_aq img {
  width: 100%;
  height: 100%;
  max-height: 448px;
  max-width: 670px;
  box-shadow: 0px 8px 9.6px 0px rgba(0, 0, 0, 0.35);

}
.right_aq {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.right_aq h3 {
  width: 80%;
  max-width: 482px;
  margin-bottom: 30px;
}
.right_aq p {
  width: 71%;
  margin: 0 0 59px 0;
}
.download_box {
  width: 100%;
  display: flex;
  margin-top: 120px;
  justify-content: space-evenly;
}
.download_left {
  width: 42%;
  position: relative;
}
.down_img1 {
  position: absolute;
  left: 0px;
  top: 0;
}
.down_img2 {
  position: absolute;
  right: 50px;
  top: 140px;
  z-index: 30;
}
.download_right {
  width: 30%;
  padding-top: 100px;
}
.download_right p{
  color:#000;
  margin: 23px 0 34px 0;
  text-align: right;
}
.top_download {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.top_download img {
  width: 59px;
  height: 56px;
}
.top_download p {
  color: #000;
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.download_ways {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
}
.download_ways div {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 85%;
  justify-content: center;
  border-radius: 4.564px;
  border: 4.263px solid var(--base, #ff6106);
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main_footer {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  margin-top: 200px;
  background-color: #f7f7f7;
  align-items: center;
}
.footer_content {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 10px 0 80px 0;
  max-width: 1360px;
}
.download_link {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.articles {
  width: 17%;
  text-align: right;
}
.articles div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 21px;
  margin: 35px 0;
}
.about_us {
  width: 13%;
  text-align: right;
}
.about_us div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 21px;
  margin: 35px 0;
}
.articles ul {
  direction: rtl;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.articles label {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.articles ul a {
  color: #464344;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about_us ul {
  direction: rtl;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.about_us label {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about_us ul a {
  color: #464344;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.download_link label {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  margin-top: 35px;
  font-weight: 700;
  line-height: normal;
}
.download_link div p {
  color: #6e6e6e;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.swiper_slide_c{
  width: 100px !important;
}
.swiper {
  width: 100%;
  height: 100%;
}
html body .top_swiper{
  /*width: 100%;*/
}
html body .top_wrapper{
  padding: 0px 50px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.send_input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.send_input input {
  border: 1px solid #9d9d9d;
  background: #fff;
  padding: 17px 20px;
  direction: rtl;
  font-family: "myFirstFont" !important;

  width: 100%;
}
.send_input svg {
  height: 56px;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #9d9d9d;
  background: #e8ebef;
  padding: 0 12px;
}
.send_input a {
  border-radius: 10px 0px 0px 10px;
  background: #ff6106;
  height: 58px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  padding: 0 9px;
  line-height: normal;
  display: flex;
  align-items: center;
}
.copy_right {
  background: #e8ecef;
  width: 100%;
}
.copy_right p {
  color: #6f6f6f;
  text-align: center;
  font-family: IRANSansWeb(FaNum);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.d-none-pc{
  display: none;
}
.content_menu_phone{
  display: none;
}
.menu_phone{
  display: none;
}
@media screen and (max-width: 960px) {
  .main_menu {
    justify-content: flex-end;
    width: 96%;
  }
  .logo_menu {
    left: 0;
  }
  .left_box {
    width: 28%;
  }
  .right_box {
    width: 42%;
  }
  .questions_boxf img {
    right: 10px;
  }
  .questions_note {
    width: 62%;
  }
  .under_question {
    width: 63%;
  }
  .aq_top {
    justify-content: center;
    gap: 30px;
  }
  .down_img2 {
    right: -3%;
  }
  .down_img1 {
    left: -25%;
  }
  .articles {
    width: 30%;
  }
  .about_us {
    width: 25%;
  }
  .download_right {
    width: 37%;
  }
}
@media screen and (max-width: 768px) {
  .right_box h2 {
    margin-bottom: 8px;
    max-width: 133px;
  }
  .d-none {
    display: none !important;
  }
  .next_top_swiper:after {
    display: none;
  }
  .prev_top_swiper:after {
    display: none;
  }
  html body .top_wrapper {
    padding: 0px 5px;
  }
  .aq_top span {
    text-align: center;
    min-width: 30%;
    font-size: 12px;
  }
  .aq_top {
    justify-content: unset;
    gap: unset;
    overflow: scroll;
    margin-bottom:10px;
}
  .images_box div img {
    height: 100%;
    width: 100%;
  }
  .images_box{
    height: 108px ;
    justify-content:center;
  }
  .images_box div {
    width: 46%;
  }
  .icon_box svg {
    width: 20px;
    height: 20px;
  }
  .icon_box span {
    font-size: 12px;
  }
  .problem_solver {
      width: 100%;
      align-items: center;
  }
  .icon_boxes {
    gap: 8px;
    width: 92%;
  }
  h2{
    font-size: 16px;
  }
  .right_box p {
    width: 95%;
    font-size: 14px;
  }
  .left_box {
    width: 83%;
    position: absolute;
    left: -25%;
  }
  .right_box {
    width: 50%;
    right: 20px;
    position: absolute;
  }
  .bottom_right_box a {
    font-size: 16.263px;
    padding: 5px 0;
    width: 107%;
  }
  .bottom_right_box > span {
    color: #000;
    font-size: 10.225px;
  }
  .under_question svg {
    width: 23px;
  }
  .diff_span {
    color: #ff6106;
    text-align: right;
    font-size: 10.225px;
  }
  .manage_orders {
    align-items: center;
    position: relative;
    min-height: 400px;
    margin: 57px 0 78px 0;
  }
  .questions_boxf img {
    /*height: 194px;*/
    width: 45%;
    top: -40px;
  }
  .questions_note h3 {
    font-size: 20px;
  }
  .questions_note p {
    font-size: 14px;
    max-width: 150px;
  }
  .questions_note p:last-child {
    max-width: 183px;
  }
  .questions_boxf {
    height: 170px;
  }

  .under_question {
    width: 95%;
    gap: 16px;
  }
  .under_question p{
    font-size: 14px;
    margin: 0;
  }
  .ask {
    width: 100%;
  }
  .ask a {
    font-size: 22px;
    padding: 8px 80px;
  }
  .questions_note {
    width: 50%;
  }
  .download_box {
    flex-direction: column-reverse;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
  }
  .top_download {
    margin-right: 30px;
    font-size: 24px;
  }
  .top_download img {
    width: 36px;
    height: 37px;
}
  .download_right {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
    .download_right p{
      text-align: center;
      max-width: 310px;
      margin-top: 41px;
      color: #000;
      font-size: 20px;
  }
  .d-none-pc{
    display: flex;
  }
  .download_left {
    width: 100%;
    position: relative;
    min-height: 680px;
  }
  .down_img1 {
    position: unset;
  }
  .down_img2 {
      right: 0;
  }
  .download_ways{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 30px;
    gap: 10px;
    justify-content: center;
  }
  .download_ways div {
    width: 40%;
    font-size: 14px;
    padding: 6px 8px;
  }
  .download_ways div img{
    width: 30px;
  }
  .questions {
    margin: 60px 0;
}
  .aq_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aq_body {
  flex-direction: column-reverse;
  align-items: center;
  width: 95%;
  background-image: unset;
}
.left_aq img {
  max-height: 260px;
  border-radius: 5px;
background: url(<path-to-image>) lightgray 50% / cover no-repeat, #D9D9D9;
box-shadow: 0px 8px 9.6px 0px rgba(0, 0, 0, 0.35);
}
.left_aq {
  width: 100%;
}
.right_aq {
  width: 100%;
}
.right_aq h3 {
  margin-top: 90px;
  font-size: 20px;
  max-width: 321px;
  margin-bottom: 23px;
}
.right_aq p {
  width: 100%;
  font-size: 18px;
  max-width: 300px;
  margin-bottom: 31px;
}
.aq_body a{
  width: 30%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-top: 53px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 50px;
  border-radius: 5.354px;
  background: var(--base, #ff6106);
}
.main_footer {
  margin-top: 125px;
}
.footer_content {
  width: 100%;
  flex-direction: column;
  justify-content: space-around;
  padding: 10px 0 80px 0;
  max-width: 1360px;
  align-items: center;
}
.download_link {
  width: 100%;
}
.articles {
  width: 100%;
}
.about_us {
  width: 100%;
  padding-right: 10px;
}
.footer_phone_box{
  display: flex;
  width: 100%;
}
.about_us label {
  font-size: 16px;
}
.articles label {
  font-size: 16px;
}
.about_us ul a {
  font-size: 14px;
}
.articles ul a {
  font-size: 14px;
}
.download_link label {
  font-size: 20px;
}
.download_link div p {
  font-size: 14px;
}
.send_input input {
  padding: 13px 20px;
}
.send_input svg {
  height: 48px;
}
.send_input a {
  height: 50px;
}
.download_link div{
  text-align: center;
}
.send_input {
  width: 95%;
  margin-left: 2%;
}
.copy_right p {
  font-size: 12px;
}
.main_menu {
  justify-content: flex-end;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.content_menu {
  display: none;
}
.logo_menu {
  left: 20px;
  width: 28px;
  height: 30px;
}
.content_menu_phone{
  display: block;
  height: 24px;
  margin-right: 21px;
}
h1{
  font-size: 18px;
}
p{
  font-size: 20px;
}
.menu_phone{
  display: block;
  z-index: 10;
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  direction: rtl;   
}
.menu_phone ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-top: 31px;
  padding-right: 20px;
}
.menu_phone ul a{
  color: #000;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.top_menu_phone{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.top_menu_phone img{
  width:30px;
}
.activemenu{
  display: block;
}
}
@media screen and (max-width: 350px) {
  .down_img1 {
      width: 70%;
  }
  .down_img2 {
    width: 70%;
}
.ask a {
  padding: 8px 45px;
}

}