.iran [class$=__container] {
  max-width: 1552px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .iran [class$=__container] {
    padding: 0 16px;
  }
}
.iran p {
  font-weight: 400;
  color: #000 !important;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}
@media (max-width: 768px) {
  .iran p {
    font-size: 16px;
    line-height: 20px;
  }
}
.iran h2 {
  text-align: center;
  color: #000 !important;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 768px) {
  .iran h2 {
    font-size: 24px;
  }
}
.iran .greenText {
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.iran .trading-btn {
  padding: 16px;
  border-radius: 80px;
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #FAFCFF !important;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-transform: none;
}
.iran .trading-btn:hover {
  color: #FAFCFF !important;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .iran .trading-btn {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 500px) {
  .iran .trading-btn {
    max-width: 100%;
    width: 100%;
    padding: 16px 0;
  }
}
.iran .trading__box-btn {
  display: flex;
  justify-content: center;
}
.iran .btn-white {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.iran .btn-white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  width: 100%;
  height: 100%;
  border-radius: 80px;
  z-index: 1;
}
.iran .btn-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255) !important;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  border: 1px solid transparent;
  z-index: 2;
  background-clip: padding-box !important;
}
.iran .btn-white .trading-btn {
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 3;
  position: relative;
}
.iran .mainScreen {
  padding: 100px 0;
  background: #fff !important;
}
.iran .mainScreen__inner {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.iran .mainScreen__box {
  max-width: 934px;
}
.iran .mainScreen-title {
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  color: #172135 !important;
  text-align: start;
  margin: 0;
}
.iran .mainScreen-text {
  color: #797A7C !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2px;
  margin: 24px 0 32px;
  text-align: start;
  max-width: 800px;
}
.iran .mainScreen__country {
  padding: 0;
  border-radius: 100px;
  background: transparent;
  margin-bottom: 32px;
  display: inline-block;
}
.iran .mainScreen__country-text {
  color: #797A7C !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.iran .mainScreen__country img {
  max-width: 32px;
  margin-right: 16px;
  position: relative;
  top: -1px;
}
.iran .mainScreen-subtext {
  color: #797A7C !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
  text-align: start;
}
.iran .mainScreen .trading__box-btn {
  margin-top: 0 !important;
  max-width: 100%;
  width: 100%;
}
.iran .mainScreen .trading__box-btn .trading-btn {
  max-width: 100%;
  width: 100%;
}
.iran .mainScreen__btnBox {
  display: flex;
  gap: 24px;
  max-width: 710px;
}
.iran .mainScreen__img {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
}
.iran .mainScreen__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: auto;
}
.iran .mainScreen__imgFF {
  display: none;
}
.iran .mainScreen .greenCompany {
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1700px) {
  .iran .mainScreen__img {
    position: absolute;
    bottom: 0;
    right: -100px;
    top: auto;
  }
}
@media (max-width: 1550px) {
  .iran .mainScreen__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    height: auto;
    max-width: 650px;
  }
}
@media (max-width: 1430px) {
  .iran .mainScreen {
    padding: 50px 0 60px;
  }
  .iran .mainScreen-title {
    font-size: 42px;
  }
  .iran .mainScreen-text {
    font-size: 16px;
  }
  .iran .mainScreen-subtext {
    font-size: 16px;
  }
  .iran .mainScreen__box {
    max-width: 604px;
  }
  .iran .mainScreen__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    height: auto;
    max-width: 500px;
  }
}
@media (max-width: 1000px) {
  .iran .mainScreen {
    padding: 100px 0 0;
  }
  .iran .mainScreen__container {
    padding: 0;
  }
  .iran .mainScreen__inner {
    flex-direction: column;
  }
  .iran .mainScreen__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    max-width: 100%;
  }
  .iran .mainScreen-title {
    order: 2;
  }
  .iran .mainScreen-text {
    order: 3;
  }
  .iran .mainScreen__country {
    order: 1;
    display: block;
    width: 100%;
  }
  .iran .mainScreen-subtext {
    order: 5;
    text-align: center;
    margin: 12px 0 0;
  }
  .iran .mainScreen__btnBox {
    flex-direction: column;
    order: 4;
    width: 100%;
  }
  .iran .mainScreen__img {
    position: relative;
    bottom: auto;
    right: auto;
    top: auto;
    left: auto;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .iran .mainScreen__img img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .iran .mainScreen {
    padding: 10px 0 0;
  }
  .iran .mainScreen-title {
    font-size: 24px;
  }
  .iran .mainScreen-text {
    font-size: 14px;
    margin: 16px 0 18px;
  }
  .iran .mainScreen__country {
    margin-bottom: 8px;
  }
  .iran .mainScreen-subtext {
    font-size: 14px;
    margin: 12px 0 0;
  }
  .iran .mainScreen__btnBox {
    gap: 12px;
  }
  .iran .mainScreen__img {
    display: block !important;
    margin: 0;
  }
  .iran .mainScreen__imgFF {
    display: none !important;
  }
}
.iran .why {
  padding: 100px 0;
  background: #0F172B;
}
.iran .why-title {
  color: #FFF !important;
  margin-bottom: 64px;
}
.iran .why__inner {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.iran .why__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  grid-template-rows: 1fr;
  max-width: 615px;
}
.iran .why__item {
  padding: 16px;
  border-radius: 16px;
  display: flex;
  position: relative;
  gap: 12px;
  box-shadow: none;
  background: transparent;
  border: none;
}
.iran .why__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  box-shadow: 1.714px 3.429px 15px -3px rgba(0, 188, 125, 0.3);
  max-width: 48px;
  max-height: 48px;
  aspect-ratio: 1/1;
  z-index: 3;
}
.iran .why__item-title {
  color: #FFF !important;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2px;
  margin: 0 0 4px;
  position: relative;
  z-index: 3;
  text-align: start !important;
}
.iran .why__item-text {
  color: #FFF !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.2px;
  margin: 0;
  text-align: start;
  position: relative;
  z-index: 3;
}
.iran .why__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border: 0.8px solid transparent;
  background-clip: padding-box !important;
  background: #132133;
}
.iran .why__item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: conic-gradient(from 100deg, #959AA3 0%, #959AA3 2%, #162035 14%, #3C465A 32%, #444F62 47%, #00BB7D 48%, #00BB7D 53%, #444F62 54%, #162035 78%, #444F62 97%, #959AA3 98%, #959AA3 100%);
}
@media (max-width: 500px) {
  .iran .why__item::after {
    background: conic-gradient(from 120deg, #959AA3 0%, #959AA3 2%, #162035 14%, #3C465A 32%, #444F62 47%, #00BB7D 48%, #00BB7D 53%, #444F62 54%, #162035 78%, #444F62 97%, #959AA3 98%, #959AA3 100%);
  }
}
.iran .why__img {
  display: flex;
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  min-width: 585px;
  position: relative;
}
.iran .why__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.iran .why__img-box {
  position: absolute;
  padding: 8px 12px;
  top: 171px;
  right: 56px;
  border-radius: 16px;
  border: 1px solid rgba(230, 229, 224, 0.1);
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  display: flex;
  align-items: center;
  gap: 12px;
}
.iran .why__img-text p {
  color: #FFF !important;
  margin: 0;
  font-style: normal;
  text-align: start;
}
.iran .why__img-text p:first-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.341px;
}
.iran .why__img-text p:last-child {
  color: #E4E4E4 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.iran .why__img-text p:last-child span {
  color: #00D492 !important;
  text-shadow: 0 0 12px rgba(106, 255, 209, 0.25);
  margin-left: 2px;
}
@media (max-width: 1200px) {
  .iran .why__img-box {
    top: 251px;
    right: 25px;
  }
}
@media (max-width: 1050px) {
  .iran .why__inner {
    flex-direction: column;
  }
  .iran .why__box {
    max-width: 100%;
  }
  .iran .why__img {
    border-radius: 14px;
    min-width: auto;
    min-height: 332px;
  }
  .iran .why__img picture {
    width: 100%;
    max-height: 571px;
  }
  .iran .why__img img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .iran .why {
    padding: 60px 0;
  }
  .iran .why-title {
    margin-bottom: 24px;
  }
  .iran .why__box {
    gap: 12px;
    max-width: 100%;
  }
  .iran .why__item {
    flex-direction: column;
  }
  .iran .why__img {
    border-radius: 14px;
    min-width: auto;
    min-height: 332px;
  }
  .iran .why__img img {
    height: auto;
  }
  .iran .why__img-box {
    padding: 7px 8px;
    top: 115px;
    right: 10px;
    gap: 4px;
    border-radius: 9px;
  }
  .iran .why__img-box img {
    max-width: 30px;
  }
  .iran .why__img-text p:first-child {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.2px;
    margin-bottom: 2px;
  }
  .iran .why__img-text p:last-child {
    font-size: 12px;
  }
}
.iran .why .show {
  display: flex !important;
  -webkit-animation: show 1s linear;
          animation: show 1s linear;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
    transform: translate(0, -100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes show {
  0% {
    opacity: 0;
    transform: translate(0, -100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.iran .next {
  padding: 100px 0 0;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.iran .next__container {
  max-width: 1840px;
  position: relative;
  z-index: 2;
}
.iran .next-title {
  margin: 0 0 16px;
}
.iran .next-text {
  margin: 0 0 24px;
}
.iran .next .trading-btn {
  max-width: 343px;
  width: 100%;
}
.iran .next__box {
  margin: 64px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.iran .next__item {
  border-radius: 10px;
  border: 0.821px solid #E2E8F0;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.iran .next__item-box {
  display: grid;
  grid-template-columns: 81px 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.iran .next__item-data {
  border-radius: 10px;
  background: #F0F4FA;
}
.iran .next__item-data img {
  border-radius: 8px;
  background: #FFF;
}
.iran .next__item:first-child, .iran .next__item:last-child {
  padding: 16px 10px 10px;
}
.iran .next__item:first-child .next__item-img, .iran .next__item:last-child .next__item-img {
  max-width: 60px;
  margin-bottom: 16px;
  border-radius: 15.652px;
  border: 0.652px solidrgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.iran .next__item:first-child .next__item-nickname, .iran .next__item:last-child .next__item-nickname {
  color: #000 !important;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 590;
  line-height: 18px;
  margin: 0 0 2px;
}
.iran .next__item:first-child .next__item-name, .iran .next__item:last-child .next__item-name {
  color: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  margin: 0 0 16px;
}
.iran .next__item:first-child .next__item-data, .iran .next__item:last-child .next__item-data {
  padding: 8px;
}
.iran .next__item:first-child .next__item-data img, .iran .next__item:last-child .next__item-data img {
  padding: 5px;
  margin-bottom: 8px;
}
.iran .next__item:first-child .next__item-text, .iran .next__item:last-child .next__item-text {
  color: rgba(0, 0, 0, 0.7) !important;
  text-overflow: ellipsis;
  font-size: 7px;
  font-style: normal;
  font-weight: 400;
  line-height: 9px;
  letter-spacing: -0.134px;
  margin: 0 0 2px;
  text-align: start;
}
.iran .next__item:first-child .next__item-value, .iran .next__item:last-child .next__item-value {
  color: #000 !important;
  text-overflow: ellipsis;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  margin: 0;
  text-align: start;
}
.iran .next__item:nth-child(2), .iran .next__item:nth-child(4) {
  padding: 20px 13px 13px;
}
.iran .next__item:nth-child(2) .next__item-box, .iran .next__item:nth-child(4) .next__item-box {
  grid-template-columns: 117px 1fr 1fr;
  gap: 6px;
}
.iran .next__item:nth-child(2) .next__item-img, .iran .next__item:nth-child(4) .next__item-img {
  max-width: 75px;
  margin-bottom: 20px;
  border-radius: 19px;
  border: 0.815px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.iran .next__item:nth-child(2) .next__item-nickname, .iran .next__item:nth-child(4) .next__item-nickname {
  color: #000 !important;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 3px;
}
.iran .next__item:nth-child(2) .next__item-name, .iran .next__item:nth-child(4) .next__item-name {
  color: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 20px;
}
.iran .next__item:nth-child(2) .next__item-data, .iran .next__item:nth-child(4) .next__item-data {
  padding: 9px;
}
.iran .next__item:nth-child(2) .next__item-data img, .iran .next__item:nth-child(4) .next__item-data img {
  padding: 7px;
  margin-bottom: 9px;
}
.iran .next__item:nth-child(2) .next__item-text, .iran .next__item:nth-child(4) .next__item-text {
  color: rgba(0, 0, 0, 0.7) !important;
  text-overflow: ellipsis;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 11.429px;
  margin: 0 0 4px;
  text-align: start;
}
.iran .next__item:nth-child(2) .next__item-value, .iran .next__item:nth-child(4) .next__item-value {
  color: #000 !important;
  text-overflow: ellipsis;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  margin: 0;
  text-align: start;
}
.iran .next__bg-img {
  position: absolute;
  width: 100%;
  bottom: 50px;
}
.iran .next__mainImg {
  max-width: 288px;
}
@media (max-width: 1400px) {
  .iran .next__item-box {
    grid-template-columns: 64px 1fr 1fr;
    gap: 4px;
  }
  .iran .next__item:first-child, .iran .next__item:last-child {
    padding: 12px 8px 8px;
  }
  .iran .next__item:first-child .next__item-img, .iran .next__item:last-child .next__item-img {
    max-width: 47px;
    margin-bottom: 12px;
    border-radius: 12px;
    border: 0.51px solidrgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .iran .next__item:first-child .next__item-nickname, .iran .next__item:last-child .next__item-nickname {
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
  }
  .iran .next__item:first-child .next__item-name, .iran .next__item:last-child .next__item-name {
    font-size: 8px;
    line-height: 10px;
    margin: 0 0 12px;
  }
  .iran .next__item:first-child .next__item-data, .iran .next__item:last-child .next__item-data {
    padding: 6px;
  }
  .iran .next__item:first-child .next__item-data img, .iran .next__item:last-child .next__item-data img {
    padding: 4px;
    margin-bottom: 6px;
  }
  .iran .next__item:first-child .next__item-text, .iran .next__item:last-child .next__item-text {
    font-size: 5px;
    line-height: 7px;
    letter-spacing: -0.105px;
  }
  .iran .next__item:first-child .next__item-value, .iran .next__item:last-child .next__item-value {
    font-size: 6px;
    line-height: 7px;
  }
  .iran .next__item:nth-child(2), .iran .next__item:nth-child(4) {
    padding: 15px 9px 9px;
  }
  .iran .next__item:nth-child(2) .next__item-box, .iran .next__item:nth-child(4) .next__item-box {
    grid-template-columns: 76px 1fr 1fr;
    gap: 4px;
  }
  .iran .next__item:nth-child(2) .next__item-img, .iran .next__item:nth-child(4) .next__item-img {
    max-width: 56px;
    margin-bottom: 15px;
    border-radius: 14px;
    border: 0.6px solid rgba(0, 0, 0, 0.1);
  }
  .iran .next__item:nth-child(2) .next__item-nickname, .iran .next__item:nth-child(4) .next__item-nickname {
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 2px;
  }
  .iran .next__item:nth-child(2) .next__item-name, .iran .next__item:nth-child(4) .next__item-name {
    font-size: 9px;
    line-height: 12px;
    margin: 0 0 15px;
  }
  .iran .next__item:nth-child(2) .next__item-data, .iran .next__item:nth-child(4) .next__item-data {
    padding: 6px;
  }
  .iran .next__item:nth-child(2) .next__item-data img, .iran .next__item:nth-child(4) .next__item-data img {
    padding: 5px;
    margin-bottom: 6px;
  }
  .iran .next__item:nth-child(2) .next__item-text, .iran .next__item:nth-child(4) .next__item-text {
    font-size: 6px;
    line-height: 8px;
    margin: 0 0 3px;
  }
  .iran .next__item:nth-child(2) .next__item-value, .iran .next__item:nth-child(4) .next__item-value {
    font-size: 7px;
    line-height: 9px;
  }
}
@media (max-width: 1120px) {
  .iran .next__mainImg {
    display: none;
  }
}
@media (max-width: 810px) {
  .iran .next {
    padding: 48px 0 46px;
  }
  .iran .next__box {
    position: relative;
    justify-content: center;
  }
  .iran .next__item-box {
    grid-template-columns: 47px 1fr 1fr;
    gap: 2px;
  }
  .iran .next__item:first-child, .iran .next__item:last-child {
    padding: 8px 6px 6px;
    position: absolute;
    z-index: 2;
    top: calc(50% - 60px);
  }
  .iran .next__item:first-child .next__item-img, .iran .next__item:last-child .next__item-img {
    max-width: 34px;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 0.36px solidrgba(0, 0, 0, 0.1);
  }
  .iran .next__item:first-child .next__item-nickname, .iran .next__item:last-child .next__item-nickname {
    font-size: 8px;
    line-height: 10px;
    margin: 0;
  }
  .iran .next__item:first-child .next__item-name, .iran .next__item:last-child .next__item-name {
    font-size: 6px;
    line-height: 7px;
    margin: 0 0 8px;
  }
  .iran .next__item:first-child .next__item-data, .iran .next__item:last-child .next__item-data {
    padding: 4px;
  }
  .iran .next__item:first-child .next__item-data img, .iran .next__item:last-child .next__item-data img {
    padding: 3px;
    margin-bottom: 4px;
  }
  .iran .next__item:first-child .next__item-text, .iran .next__item:last-child .next__item-text {
    font-size: 4px;
    line-height: 5px;
    margin: 0;
  }
  .iran .next__item:first-child .next__item-value, .iran .next__item:last-child .next__item-value {
    font-size: 5px;
    line-height: 6px;
    margin: 0;
  }
  .iran .next__item:nth-child(2), .iran .next__item:nth-child(4) {
    padding: 12px 8px 8px;
    position: relative;
    z-index: 3;
  }
  .iran .next__item:nth-child(2) .next__item-box, .iran .next__item:nth-child(4) .next__item-box {
    grid-template-columns: 63px 1fr 1fr;
    gap: 4px;
  }
  .iran .next__item:nth-child(2) .next__item-img, .iran .next__item:nth-child(4) .next__item-img {
    max-width: 46px;
    margin-bottom: 12px;
    border-radius: 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
  }
  .iran .next__item:nth-child(2) .next__item-nickname, .iran .next__item:nth-child(4) .next__item-nickname {
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 2px;
  }
  .iran .next__item:nth-child(2) .next__item-name, .iran .next__item:nth-child(4) .next__item-name {
    font-size: 7px;
    line-height: 9px;
    margin: 0 0 12px;
  }
  .iran .next__item:nth-child(2) .next__item-data, .iran .next__item:nth-child(4) .next__item-data {
    padding: 5px;
  }
  .iran .next__item:nth-child(2) .next__item-data img, .iran .next__item:nth-child(4) .next__item-data img {
    padding: 4px;
    margin-bottom: 5px;
  }
  .iran .next__item:nth-child(2) .next__item-text, .iran .next__item:nth-child(4) .next__item-text {
    font-size: 6px;
    line-height: 7px;
    margin: 0 0 2px;
  }
  .iran .next__item:nth-child(2) .next__item-value, .iran .next__item:nth-child(4) .next__item-value {
    font-size: 6px;
    line-height: 8px;
  }
  .iran .next__item:nth-child(4) {
    display: none;
  }
  .iran .next__item:first-child {
    left: 0;
  }
  .iran .next__item:last-child {
    right: 0;
  }
  .iran .next__bg-img {
    bottom: 46px;
  }
}
.iran .next .next__box.active .next__item:first-child, .iran .next .next__box.active .next__item:nth-child(2) {
  -webkit-animation: showRight 1.5s ease-in-out;
          animation: showRight 1.5s ease-in-out;
}
.iran .next .next__box.active .next__item:last-child, .iran .next .next__box.active .next__item:nth-child(4) {
  -webkit-animation: showLeft 1.5s ease-in-out;
          animation: showLeft 1.5s ease-in-out;
}
.iran .next .next__box.active .next__mainImg {
  -webkit-animation: opacity 1.5s ease-in-out;
          animation: opacity 1.5s ease-in-out;
}
@media (max-width: 768px) {
  .iran .next .next__box.active .next__item:first-child, .iran .next .next__box.active .next__item:nth-child(2) {
    -webkit-animation: showRight 1.5s ease-in-out;
            animation: showRight 1.5s ease-in-out;
  }
  .iran .next .next__box.active .next__item:last-child, .iran .next .next__box.active .next__item:nth-child(4) {
    -webkit-animation: showLeft 1.5s ease-in-out;
            animation: showLeft 1.5s ease-in-out;
  }
  .iran .next .next__box.active .next__item:nth-child(2) {
    -webkit-animation: opacity 1s ease-in-out !important;
            animation: opacity 1s ease-in-out !important;
  }
}
@-webkit-keyframes showLeft {
  0% {
    transform: translate(1500px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes showLeft {
  0% {
    transform: translate(1500px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes showRight {
  0% {
    transform: translate(-1500px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes showRight {
  0% {
    transform: translate(-1500px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes showLeft {
    0% {
      transform: translate(700px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  @keyframes showLeft {
    0% {
      transform: translate(700px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes showRight {
    0% {
      transform: translate(-700px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  @keyframes showRight {
    0% {
      transform: translate(-700px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
.iran .spreadsSwap {
  padding: 100px 0;
  background: #FFF;
  position: relative;
}
.iran .spreadsSwap-title {
  margin: 0px 0 8px;
}
.iran .spreadsSwap-text {
  text-align: center;
  margin: 0 0 48px;
}
.iran .spreadsSwap__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-bottom: 48px;
}
.iran .spreadsSwap__list-item {
  border-radius: 24px;
  border: 1px solid transparent;
  background: #F8FAFC;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: 0.4s;
}
.iran .spreadsSwap__list-item:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
}
.iran .spreadsSwap__list-item:focus {
  text-decoration: none;
}
.iran .spreadsSwap__list-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.2px;
  margin: 0;
  text-align: start;
}
.iran .spreadsSwap__list-text:first-child {
  flex-direction: row;
  gap: 12px;
}
.iran .spreadsSwap__list-text:first-child img {
  max-width: 24px;
}
.iran .spreadsSwap__list-text:first-child span {
  color: #01C989 !important;
  font-size: 16px;
  line-height: 140%;
}
.iran .spreadsSwap__list-text:nth-child(2) span {
  color: #000 !important;
  font-size: 16px;
  line-height: 140%;
}
.iran .spreadsSwap__list-text:last-child span {
  color: #3498DB;
  font-size: 16px;
  line-height: 140%;
  padding: 2px 9px;
  border-radius: 22px;
  background: rgba(52, 152, 219, 0.1);
  align-self: flex-start;
}
.iran .spreadsSwap .btn-white {
  max-width: 343px;
}
@media (max-width: 1110px) {
  .iran .spreadsSwap__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .iran .spreadsSwap {
    padding: 48px 0;
  }
  .iran .spreadsSwap-text {
    margin: 0 0 32px;
  }
  .iran .spreadsSwap__list {
    margin-bottom: 32px;
  }
}
@media (max-width: 620px) {
  .iran .spreadsSwap__list {
    grid-template-columns: 1fr 1fr;
  }
}
.iran .bonus {
  padding: 100px 0;
  background: #0F172B;
  position: relative;
  overflow: hidden;
}
.iran .bonus::after {
  content: "";
  width: 294px;
  height: 294px;
  position: absolute;
  right: -98px;
  bottom: -123.667px;
  border-radius: 22369600px;
  opacity: 0.2;
  background: #5EE9B5;
  filter: blur(64px);
}
.iran .bonus::before {
  content: "";
  border-radius: 22369600px;
  opacity: 0.2;
  background: #5EE9B5;
  filter: blur(64px);
  position: absolute;
  left: -93px;
  top: -108.333px;
  width: 293px;
  height: 293px;
}
.iran .bonus-title {
  color: #fff !important;
  margin: 0 0 8px;
}
.iran .bonus-title span {
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.iran .bonus-text {
  color: #fff !important;
  margin: 0 0 8px;
}
.iran .bonus .promoCode {
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  border: none;
  padding: 0;
}
.iran .bonus__counter {
  position: relative;
  padding: 32px;
  border-radius: 24px;
  border: 0.667px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  max-width: 832px;
  margin: 48px auto 0;
  z-index: 2;
}
.iran .bonus__counter .bonusSup {
  z-index: 3;
  position: relative;
}
.iran .bonus__counter-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 25px;
}
.iran .bonus__counter-info {
  padding: 24px;
  border-radius: 16px;
  border: 0.667px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}
.iran .bonus__counter-info:last-child {
  padding: 0;
  border: 0.667px solid transparent;
  background: linear-gradient(90deg, rgba(0, 201, 80, 0.2) 0%, rgba(0, 188, 125, 0.2) 100%);
  position: relative;
  background-clip: padding-box !important;
}
.iran .bonus__counter-info:last-child .bonus__counter-name {
  color: #B9F8CF !important;
}
.iran .bonus__counter-info:last-child .bonus__counter-bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background: linear-gradient(90deg, rgba(0, 201, 80, 0.2) 0%, rgba(0, 188, 125, 0.2) 100%);
  border-radius: 16px;
  overflow: hidden;
  padding: 24px;
}
.iran .bonus__counter-info:last-child::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border: 0.8px solid transparent;
  background-clip: padding-box !important;
  background: #132133;
}
.iran .bonus__counter-info:last-child::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: conic-gradient(from 100deg, #959AA3 0%, #959AA3 1%, #162035 3%, #3C465A 32%, #444F62 47%, #00BB7D 48%, #00BB7D 53%, #444F62 54%, #162035 78%, #444F62 97%, #959AA3 98%, #959AA3 100%);
}
.iran .bonus__counter-name {
  color: #FAFCFF !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
  text-align: start;
}
.iran .bonus__counter-value {
  color: #FFF !important;
  text-align: start;
  margin: 0;
}
.iran .bonus__counter-value .bonus-percent {
  padding: 4px 8px;
  border-radius: 22369600px;
  background: rgba(5, 223, 114, 0.2);
  color: #7BF1A8;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 4px;
}
.iran .bonus__counter .bonus-text {
  margin: 0;
}
.iran .bonus__counter::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border: 0.8px solid transparent;
  background-clip: padding-box !important;
  background: #132133;
}
.iran .bonus__counter::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: conic-gradient(from 120deg, #959AA3 0%, #959AA3 2%, #162035 14%, #3C465A 32%, #444F62 47%, #00BB7D 48%, #00BB7D 53%, #444F62 54%, #162035 78%, #444F62 97%, #959AA3 98%, #959AA3 100%);
}
.iran .bonus__counter .bonus-text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 16px;
}
.iran .bonus .rangeBox {
  width: 100%;
  border-radius: 12px;
  overflow: visible !important;
  margin-bottom: 71px;
  position: relative;
  color: #FFF !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.iran .bonus .rangeBox:after {
  content: "$1,000,000";
  position: absolute;
  top: 19px;
  right: 0;
}
.iran .bonus .rangeBox:before {
  content: "$0";
  position: absolute;
  top: 19px;
  left: 0;
}
.iran .bonus .rangeBox .rangeValue {
  color: #FFF !important;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  position: absolute;
  transition: 0.4s;
  top: 19px;
  left: 25%;
}
.iran .bonus .range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 6px;
  outline: none;
  opacity: 1;
  transition: 0.2s;
  border-radius: 12px;
  --percent: 25%;
  background: none;
}
.iran .bonus .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  top: -8px;
}
.iran .bonus .range::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 12px;
  background: linear-gradient(to right, #00D492 0%, #00D492 var(--percent), #fff var(--percent), #fff 100%);
}
.iran .bonus .trading-btn {
  max-width: 343px;
  width: 100%;
  box-shadow: 1.371px 2.743px 21.8px -2.4px rgba(0, 188, 125, 0.5);
}
@media (max-width: 600px) {
  .iran .bonus {
    padding: 60px 0;
  }
  .iran .bonus::after {
    content: "";
    right: -168px;
    bottom: -124px;
    filter: blur(64px);
  }
  .iran .bonus::before {
    left: -170px;
    top: -108px;
  }
  .iran .bonus-title {
    font-size: 24px;
  }
  .iran .bonus-title span {
    font-size: 24px;
  }
  .iran .bonus__counter {
    padding: 12px;
    margin: 24px auto 0;
    z-index: 2;
  }
  .iran .bonus__counter-box {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .iran .bonus__counter-info {
    padding: 12px 24px;
  }
  .iran .bonus__counter-info:last-child {
    padding: 0;
  }
  .iran .bonus__counter-info:last-child .bonus__counter-bg {
    padding: 12px 24px;
  }
  .iran .bonus__counter-info:last-child::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -webkit-backdrop-filter: blur(12.5px);
            backdrop-filter: blur(12.5px);
    border: 0.8px solid transparent;
    background-clip: padding-box !important;
    background: #132133;
  }
  .iran .bonus__counter-info:last-child::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: conic-gradient(from 100deg, #959AA3 0%, #959AA3 1%, #162035 3%, #3C465A 32%, #444F62 47%, #00BB7D 48%, #00BB7D 53%, #444F62 54%, #162035 78%, #444F62 97%, #959AA3 98%, #959AA3 100%);
  }
  .iran .bonus__counter-name {
    color: #FAFCFF !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
    text-align: start;
  }
  .iran .bonus__counter::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: conic-gradient(from 140deg, #959AA3 0%, #959AA3 1%, #162035 3%, #3C465A 32%, #444F62 47%, #00BB7D 48%, #00BB7D 53%, #444F62 54%, #162035 78%, #444F62 97%, #959AA3 98%, #959AA3 100%);
  }
  .iran .bonus__counter .bonus-text {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
  }
}
.iran .platform {
  padding: 100px 0;
  background: #FFF;
}
.iran .platform-title {
  margin: 0 0 8px;
}
.iran .platform-text {
  margin: 0 0 48px;
}
.iran .platform__box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  margin: 0 0 48px;
}
.iran .platform__item {
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  background: #FFF;
  padding: 32px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 18px;
}
.iran .platform__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  box-shadow: 1.714px 3.429px 15px -3px rgba(0, 188, 125, 0.3);
  max-width: 64px;
  max-height: 64px;
  padding: 16px;
  aspect-ratio: 1/1;
  z-index: 3;
  margin: 0 auto 18px;
}
.iran .platform__item-title {
  color: #0F172B !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 12px;
}
.iran .platform__item-text {
  color: #45556C !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2px;
  margin: 0;
}
.iran .platform-link {
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2px;
  text-align: center;
  display: inline;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 15px;
  margin: -15px;
}
.iran .platform-link::after {
  content: url("../images/iran/arrow.svg");
  position: relative;
  top: 2px;
  margin-left: 4px;
}
.iran .platform .btn-white {
  max-width: 343px;
}
.iran .platform-textSm {
  color: #45556C !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 770px;
  margin: 16px auto 0;
}
@media (max-width: 1000px) {
  .iran .platform__box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .iran .platform {
    padding: 48px 0;
  }
  .iran .platform-text {
    margin: 0 0 32px;
  }
  .iran .platform__box {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 0 32px;
  }
  .iran .platform__item {
    padding: 16px;
  }
  .iran .platform-textSm {
    font-size: 14px;
    margin: 12px auto 0;
  }
}
@media (max-width: 500px) {
  .iran .platform__box {
    grid-template-columns: 1fr;
  }
}
.iran .review {
  padding: 0 0 100px;
  overflow: hidden;
}
.iran .review-title {
  margin: 0 0 8px;
}
.iran .review-text {
  margin: 0 0 48px;
}
.iran .review__box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px;
  position: relative;
}
.iran .review__box::before {
  content: "";
  width: 288px;
  height: 288px;
  position: absolute;
  top: 29px;
  left: -93px;
  background: #5EE9B5;
  filter: blur(64px);
  opacity: 0.1;
  border-radius: 223456px;
}
.iran .review__box::after {
  content: "";
  width: 288px;
  height: 288px;
  position: absolute;
  top: -64px;
  right: -112px;
  background: #5EE9B5;
  filter: blur(64px);
  opacity: 0.1;
  border-radius: 223456px;
}
.iran .review__item {
  padding: 32px 24px;
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
  position: relative;
  border-radius: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.iran .review__item-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
}
.iran .review__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #314158 !important;
  margin-bottom: 24px;
  text-align: start;
}
.iran .review__item-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-top: auto;
  color: #0F172B !important;
  text-align: start;
}
.iran .review__item-dot {
  position: absolute;
  top: 32px;
  right: 32px;
}
.iran .review .btn-white {
  max-width: 343px;
}
@media (max-width: 1200px) {
  .iran .review-text {
    margin: 0 0 32px;
  }
  .iran .review__box {
    margin-bottom: 32px;
  }
  .iran .review__box::before {
    top: 53px;
    left: -50px;
  }
  .iran .review__box::after {
    content: "";
    top: -40px;
    right: -50px;
  }
}
@media (max-width: 900px) {
  .iran .review {
    padding: 0 0 48px;
  }
  .iran .review__box {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .iran .review__box::before {
    display: none;
  }
  .iran .review__box::after {
    display: none;
  }
}
.iran .copy {
  padding: 0 0 100px;
  background: #FFF;
}
.iran .copy-title {
  margin-bottom: 8px;
}
.iran .copy-text {
  max-width: 1480px;
  margin: 0 auto 48px;
}
.iran .copy__inner {
  display: flex;
  align-items: start;
  gap: 48px;
}
.iran .copy__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  grid-template-rows: 1fr;
  max-width: 551px;
}
.iran .copy__item {
  padding: 16px;
  display: flex;
  position: relative;
  gap: 12px;
  box-shadow: none;
  z-index: 2;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
}
.iran .copy__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  box-shadow: 1.714px 3.429px 15px -3px rgba(0, 188, 125, 0.3);
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  aspect-ratio: 1/1;
  z-index: 3;
}
.iran .copy__item-title {
  color: #000 !important;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2px;
  margin: 0 0 4px;
  text-align: start !important;
}
.iran .copy__item-text {
  color: #000 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.2px;
  margin: 0;
  text-align: start;
}
.iran .copy__img {
  display: flex;
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  min-width: 585px;
}
.iran .copy__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.iran .copy .trading__box-btn {
  justify-content: start !important;
}
.iran .copy .trading-btn {
  max-width: 343px;
  width: 100%;
}
.iran .copy .btn-white {
  max-width: 343px;
  width: 100%;
  margin: 0 auto;
}
.iran .copy .copyMob {
  display: none;
}
.iran .copy-subtitle {
  color: #172135 !important;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin: 100px auto 8px;
}
.iran .copy__table {
  border-radius: 14px;
  border: 0.667px solid #F1F5F9;
  background: #F8FAFC;
  overflow: hidden;
  margin-bottom: 48px;
  max-width: 1280px;
  margin: 0 auto 48px;
}
.iran .copy__table-row:first-child {
  max-width: 219px;
  width: 100%;
}
.iran .copy__table-row:nth-child(2) {
  max-width: 248px;
  width: 100%;
}
.iran .copy__table-row:nth-child(3) {
  max-width: 190px;
  width: 100%;
}
.iran .copy__table-row:nth-child(4) {
  max-width: 256px;
  width: 100%;
}
.iran .copy__table-row:last-child {
  max-width: 303px;
  width: 100%;
}
.iran .copy__tableHead {
  display: flex;
  align-items: center;
  padding: 8px 32px;
  background: #0F172B;
  gap: 8px;
}
.iran .copy__tableHead-item {
  color: #FFF !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  text-align: start;
}
.iran .copy__tableHead-item:first-child {
  max-width: 219px;
  width: 100%;
}
.iran .copy__tableHead-item:nth-child(2) {
  max-width: 248px;
  width: 100%;
}
.iran .copy__tableHead-item:nth-child(3) {
  max-width: 190px;
  width: 100%;
}
.iran .copy__tableHead-item:nth-child(4) {
  max-width: 256px;
  width: 100%;
}
.iran .copy__tableHead-item:last-child {
  max-width: 303px;
  width: 100%;
}
.iran .copy__tableItem {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 16px 32px;
  border-bottom: 1px solid #E1E1E1;
}
.iran .copy__tableItem:last-child {
  border-bottom: none;
}
.iran .copy__tableItem-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.iran .copy__tableItem-number {
  border-radius: 10px;
  background: #ECFDF5;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009966 !important;
}
.iran .copy__tableItem-name {
  color: #0F172B !important;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.iran .copy__tableItem-local {
  color: #62748E !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  text-align: start;
}
.iran .copy__tableItem-income span {
  color: #07B56D !important;
  margin: 0;
  padding: 5px 10px;
  border-radius: 200px;
  background: rgba(71, 204, 151, 0.2);
}
.iran .copy__tableItem-risk {
  color: #314158 !important;
  margin: 0;
}
.iran .copy__tableItem-sub {
  color: #314158 !important;
  margin: 0;
}
.iran .copy__tableItem-managed {
  color: #314158 !important;
  margin: 0;
}
.iran .copy__tableItem-description {
  display: none;
}
.iran .copy__tableItem:hover {
  text-decoration: none;
}
.iran .copy__tableItem:focus {
  text-decoration: none;
}
.iran .copy-textSm {
  color: #000 !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 16px;
}
@media (max-width: 1050px) {
  .iran .copy__inner {
    flex-direction: column;
  }
  .iran .copy__box {
    max-width: 100%;
    width: 100%;
  }
  .iran .copy .trading__box-btn {
    margin-top: 4px;
    justify-content: center;
  }
  .iran .copy__img {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .iran .copy__table {
    border-radius: 0;
    border: none;
    background: transparent;
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 12px;
  }
  .iran .copy__table-row {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
  .iran .copy__table-row:first-child {
    max-width: 100%;
  }
  .iran .copy__table-row:nth-child(2) {
    max-width: 100%;
  }
  .iran .copy__table-row:nth-child(3) {
    max-width: 100%;
  }
  .iran .copy__table-row:nth-child(4) {
    max-width: 100%;
  }
  .iran .copy__table-row:last-child {
    max-width: 100%;
  }
  .iran .copy__tableHead {
    display: none;
  }
  .iran .copy__tableItem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
    -moz-column-gap: 32px;
         column-gap: 32px;
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #F5F8FB;
    position: relative;
  }
  .iran .copy__tableItem-user {
    gap: 4px;
    order: 1;
    grid-column: 1/-1;
  }
  .iran .copy__tableItem-number {
    display: none;
  }
  .iran .copy__tableItem-local {
    display: none;
  }
  .iran .copy__tableItem-name {
    color: #3498DB !important;
    font-weight: 400;
    margin: 0;
  }
  .iran .copy__tableItem-income {
    order: 2;
  }
  .iran .copy__tableItem-risk {
    order: 3;
  }
  .iran .copy__tableItem-sub {
    order: 4;
  }
  .iran .copy__tableItem-managed {
    order: 5;
  }
  .iran .copy__tableItem-description {
    display: block;
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .iran .copy {
    padding: 0 0 48px;
  }
  .iran .copy-text {
    margin: 0 auto 32px;
  }
  .iran .copy__inner {
    gap: 32px;
  }
  .iran .copy__box {
    gap: 12px;
  }
  .iran .copy__img {
    min-width: auto;
    display: none;
  }
  .iran .copy__item {
    flex-direction: column;
  }
  .iran .copy .copyMob {
    display: block;
  }
  .iran .copy-subtitle {
    font-size: 24px;
    margin: 48px 0 8px;
  }
}
.iran .agency {
  background: #0F172B;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.iran .agency::after {
  content: "";
  border-radius: 22369600px;
  opacity: 0.2;
  background: #5EE9B5;
  filter: blur(64px);
  top: -108px;
  left: -93px;
  position: absolute;
  width: 293px;
  height: 293px;
  display: block;
}
.iran .agency::before {
  content: "";
  border-radius: 22369600px;
  opacity: 0.2;
  background: #5EE9B5;
  filter: blur(64px);
  bottom: -173px;
  right: -98px;
  position: absolute;
  width: 293px;
  height: 293px;
  display: block;
}
.iran .agency__inner {
  display: flex;
  gap: 34px;
}
.iran .agency__info {
  max-width: 597px;
}
.iran .agency__info-img {
  width: 48px;
  height: 48px;
  border-radius: 73.846px;
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px;
}
.iran .agency__info-title {
  color: #FFF !important;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 16px;
  text-align: start;
}
.iran .agency__info-text {
  color: #FFF !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 24px;
  text-align: start;
}
.iran .agency__info .trading__box-btn {
  justify-content: start !important;
}
.iran .agency__info .trading-btn {
  max-width: 343px;
  width: 100%;
}
.iran .agency__info .trading-btn img {
  margin-right: 8px;
}
.iran .agency__img {
  position: relative;
  min-width: 560px;
}
.iran .agency__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
.iran .agency__img-text {
  display: flex;
  gap: 8px;
  position: absolute;
  left: 32px;
  bottom: 32px;
  border-radius: 16px;
  border: 1px solid #959AA3;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 24px;
  max-width: 499px;
}
.iran .agency__img-text::before {
  content: "";
  display: block;
  border-radius: 22369600px;
  background: linear-gradient(135deg, #00D492 0%, #096 100%);
  max-width: 12px;
  height: 12px;
  width: 100%;
  transition: 0.4s;
  position: relative;
  top: 3px;
}
.iran .agency__img-text::after {
  content: "";
  border-radius: 22369600px;
  position: absolute;
  max-width: 12px;
  height: 12px;
  width: 100%;
  transition: 0.4s;
  background: rgba(0, 188, 125, 0.4);
  top: 27px;
  -webkit-animation: pulse 3s infinite ease-in-out;
          animation: pulse 3s infinite ease-in-out;
}
@-webkit-keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
  }
}
@media (max-width: 1200px) {
  .iran .agency {
    padding: 60px 0;
  }
  .iran .agency::after {
    top: -148px;
    left: -93px;
  }
  .iran .agency::before {
    bottom: -233px;
  }
  .iran .agency__inner {
    display: flex;
    gap: 40px;
  }
  .iran .agency__info {
    max-width: 471px;
  }
  .iran .agency__info-text {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 32px;
  }
  .iran .agency__img-text {
    gap: 11px;
    left: 16px;
    bottom: 16px;
    border-radius: 16px;
    font-size: 12px;
    padding: 24px;
    max-width: 395px;
  }
}
@media (max-width: 960px) {
  .iran .agency__inner {
    flex-direction: column;
    gap: 32px;
  }
  .iran .agency__info {
    max-width: 100%;
  }
  .iran .agency .trading__box-btn {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .iran .agency::after {
    top: -125px;
    left: -120px;
  }
  .iran .agency::before {
    bottom: -101px;
    right: -183px;
  }
  .iran .agency__info-title {
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 8px;
  }
  .iran .agency__info-text {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .iran .agency__img {
    min-width: auto;
  }
  .iran .agency__img img {
    min-height: 246px;
  }
  .iran .agency__img-text {
    gap: 6px;
    left: 12px;
    bottom: 12px;
    border-radius: 16px;
    font-size: 12px;
    padding: 16px;
    max-width: 317px;
  }
  .iran .agency__img-text::after {
    top: 19px;
  }
}
.iran .question {
  padding: 100px 0;
  background: #FFFFFF;
  position: relative;
}
.iran .question__inner {
  border-radius: 24px;
  background: #F8FAFC;
  padding: 32px;
  margin: 0 auto;
  max-width: 1520px;
}
.iran .question-title {
  padding: 0;
}
.iran .question__box {
  max-width: 100%;
  gap: 16px;
}
.iran .question__item {
  padding: 22px 24px;
  border-radius: 16px;
  border: 0.667px solid #E2E8F0;
  box-shadow: none;
  transition: 0.4s;
}
.iran .question__item-title {
  color: #0F172B !important;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
  transition: 0.4s;
  text-align: start;
}
.iran .question__item-text {
  color: #45556C !important;
  font-size: 16px;
  line-height: 26px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  box-sizing: content-box;
  max-width: 100%;
  margin: 0;
  text-align: start;
}
.iran .question__item:before {
  content: none;
  display: none;
}
.iran .question__item svg {
  right: 24px;
  top: 24px;
}
.iran .question__item svg path {
  fill: #90A1B9;
}
.iran .question__item.active .question__item-title {
  margin-bottom: 24px;
}
.iran .question__item.active svg {
  rotate: 180deg;
  transition: 0.4s;
}
.iran .question__item.active svg path {
  fill: #90A1B9;
}
@media (max-width: 768px) {
  .iran .question {
    padding: 48px 0;
  }
  .iran .question__container {
    padding: 0;
  }
  .iran .question__inner {
    border-radius: 24px;
    padding: 32px 16px;
  }
  .iran .question-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
  }
  .iran .question__box {
    gap: 12px;
  }
  .iran .question__item {
    padding: 22px 48px 22px 24px;
  }
  .iran .question__item-title {
    color: #0F172B !important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    transition: 0.4s;
  }
  .iran .question__item svg {
    right: 24px;
    top: 24px;
  }
  .iran .question__item svg path {
    fill: #90A1B9;
  }
}
.iran .join {
  background: #0F172B;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.iran .join::after {
  content: "";
  border-radius: 22369600px;
  opacity: 0.2;
  background: #5EE9B5;
  filter: blur(64px);
  top: -108px;
  left: -93px;
  position: absolute;
  width: 293px;
  height: 293px;
  display: block;
}
.iran .join::before {
  content: "";
  border-radius: 22369600px;
  opacity: 0.2;
  background: #5EE9B5;
  filter: blur(64px);
  bottom: -173px;
  right: -98px;
  position: absolute;
  width: 293px;
  height: 293px;
  display: block;
}
.iran .join-title {
  color: #FFF !important;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 8px;
}
.iran .join-text {
  color: #FFF !important;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 48px;
}
.iran .join__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 0 48px;
}
.iran .join__item {
  border-radius: 14px;
  border: 0.667px solid #314158;
  background: rgba(29, 41, 61, 0.5);
  padding: 24px;
  max-width: 284px;
  width: 100%;
}
.iran .join__item-value {
  color: #00D492 !important;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 8px;
}
.iran .join__item-text {
  color: #90A1B9 !important;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.iran .join__btnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.iran .join .trading__box-btn {
  max-width: 343px;
  width: 100%;
}
.iran .join .trading-btn {
  max-width: 343px;
  width: 100%;
  display: block;
}
.iran .join .btn-white::before {
  background: #082631 !important;
  background-clip: padding-box !important;
}
@media (max-width: 1200px) {
  .iran .join {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .iran .join::after {
    top: -108px;
    left: -170px;
  }
  .iran .join::before {
    bottom: -124px;
    right: -168px;
  }
  .iran .join-title {
    font-size: 16px;
    line-height: 20px;
  }
  .iran .join-text {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .iran .join__box {
    flex-direction: column;
    gap: 12px;
    margin: 0 0 32px;
  }
  .iran .join__item {
    max-width: 100%;
    width: 100%;
  }
  .iran .join__btnBox {
    flex-direction: column;
    gap: 16px;
  }
}

body[dir=rtl] .iran .mainScreen__img {
  display: none !important;
}
body[dir=rtl] .iran .mainScreen__imgFF {
  display: flex !important;
}
body[dir=rtl] .iran .review__item-dot {
  transform: scaleX(-1);
  right: auto;
  left: 24px;
}
body[dir=rtl] .iran .next .next__box.active .next__item:first-child, body[dir=rtl] .iran .next .next__box.active .next__item:nth-child(2) {
  -webkit-animation: showLeft 1.5s ease-in-out;
          animation: showLeft 1.5s ease-in-out;
}
body[dir=rtl] .iran .next .next__box.active .next__item:last-child, body[dir=rtl] .iran .next .next__box.active .next__item:nth-child(4) {
  -webkit-animation: showRight 1.5s ease-in-out;
          animation: showRight 1.5s ease-in-out;
}
@media (max-width: 768px) {
  body[dir=rtl] .iran .next .next__box.active .next__item:first-child, body[dir=rtl] .iran .next .next__box.active .next__item:nth-child(2) {
    -webkit-animation: showRight 1.5s ease-in-out;
    animation: showRight 1.5s ease-in-out;
  }
  body[dir=rtl] .iran .next .next__box.active .next__item:last-child, body[dir=rtl] .iran .next .next__box.active .next__item:nth-child(4) {
    -webkit-animation: showLeft 1.5s ease-in-out;
    animation: showLeft 1.5s ease-in-out;
  }
  body[dir=rtl] .iran .next .next__box.active .next__item:nth-child(2) {
    -webkit-animation: opacity 1s ease-in-out !important;
    animation: opacity 1s ease-in-out !important;
  }
}
body[dir=rtl] .iran .bonus__counter::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: conic-gradient(from 245deg, #959AA3 0%, #959AA3 1%, #162035 3%, #3C465A 32%, #444F62 47%, #00BB7D 48%, #00BB7D 53%, #444F62 54%, #162035 78%, #444F62 97%, #959AA3 98%, #959AA3 100%);
}
@media (max-width: 500px) {
  body[dir=rtl] .iran .bonus__counter::after {
    background: conic-gradient(from 220deg, #959AA3 0%, #959AA3 1%, #162035 3%, #3C465A 32%, #444F62 47%, #00BB7D 48%, #00BB7D 53%, #444F62 54%, #162035 78%, #444F62 97%, #959AA3 98%, #959AA3 100%);
  }
}
body[dir=rtl] .iran .bonus__counter-info:last-child::after {
  background: conic-gradient(from 260deg, #959AA3 0%, #959AA3 1%, #162035 3%, #3C465A 32%, #444F62 47%, #00BB7D 48%, #00BB7D 53%, #444F62 54%, #162035 78%, #444F62 97%, #959AA3 98%, #959AA3 100%);
}
body[dir=rtl] .iran .rangeBox:after {
  content: "$0";
  position: absolute;
  top: 19px;
  right: 0;
}
body[dir=rtl] .iran .rangeBox:before {
  content: "$1,000,000";
  position: absolute;
  top: 19px;
  left: 0;
}
body[dir=rtl] .iran .range::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 12px;
  background: linear-gradient(to left, #00D492 0%, #00D492 var(--percent), #fff var(--percent), #fff 100%);
}
@media (max-width: 768px) {
  body[dir=rtl] .iran .question__item {
    padding: 22px 24px 22px 48px;
  }
}
body[dir=rtl] .iran .question__item:after {
  display: none;
}
body[dir=rtl] .iran .why__item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: conic-gradient(from 260deg, #959AA3 0%, #959AA3 2%, #162035 14%, #3C465A 32%, #444F62 47%, #00BB7D 48%, #00BB7D 53%, #444F62 54%, #162035 78%, #444F62 97%, #959AA3 98%, #959AA3 100%);
}
@media (max-width: 500px) {
  body[dir=rtl] .iran .why__item::after {
    background: conic-gradient(from 240deg, #959AA3 0%, #959AA3 2%, #162035 14%, #3C465A 32%, #444F62 47%, #00BB7D 48%, #00BB7D 53%, #444F62 54%, #162035 78%, #444F62 97%, #959AA3 98%, #959AA3 100%);
  }
}
