/* Plan Card START */

.main__title-container{
  margin: 0 auto;
  max-width: 1320px;
  height: auto;
  padding: 0 10px 0 10px;
}
@media (min-width: 576px){
  .main__title-container{
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .main__title-container{
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .main__title-container{
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .main__title-container{
    max-width: 1140px;
  }
}
@media (min-width: 1400px){
  .main__title-container{
    max-width: 1320px;
  }
}
.main__title{
  font-size: clamp(26px, 3vw, 34px)!important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.main__subtitle{
  font-size: 20px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.main__plan-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.main__plan-card {
  width: 300px;
  height: 370px;
  margin: 20px;
  transition: all .5s;
  background-color: #f4f4f4;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  box-shadow: 2px 2px 6px #e7e7e7;
}

.main__plan-card:hover {
  transform: scale(1.08);
  box-shadow: 5px 5px 9px #e7e7e7;
  border: 4px solid var(--color-border-hover);
  transition: all .5s;
}

.main__plan-heading {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  padding: 24px 0 10px 0;
  text-transform: uppercase;
}

.main__plan-heading-img {
  width: 30px;
  height: 28px;
  margin-top: -4px;
  margin-left: 10px;
}

.main__plan-card-data {
  display: flex;
  height: 256px;
  flex-direction: column;
  justify-content: space-between;
}

.card-price {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-card-price);
}

.card-option {
  text-align: center;
  margin: 0 20px;
  border-bottom: 1px solid var(--color-card-brd);
}

.card-data-size {
  text-align: center;
  margin: 0 20px;
  border-bottom: 1px solid var(--color-card-brd);
}

.card-credit {
  text-align: center;
  margin: 0 20px;
  border-bottom: 1px solid var(--color-card-brd);
  font-weight: 600;
}

.card-stock {
  text-align: center;
  font-weight: 900;
}

.stock-on {
  color: #4c994c;
}

.stock-off {
  color: #eb9e56;
}

.card-btn {
  background: var(--color-txt);
  color: var(--color-bg);
  width: 45%;
  margin: 0 auto;
  border: 1px solid var(--color-txt);
  border-radius: 20px;
}

.card-btn:hover {
  background: var(--color-bg);
  color: var(--color-txt);
  border: 1px solid var(--color-txt);
  width: 45%;
  margin: 0 auto;
}

/* Plan Card END */

/* Top UP START */

.topup {
  width: 100%;
}

.main-topup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 500px;
  background-color: var(--color-bg);
}

.topup-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  background: url("../../assets/img/fon01.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 300px) {
  .topup-left {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .topup-left {
    width: 50%;
  }
}

.topup-right {
  justify-content: center;
  width: 50%;
  min-width: 300px;
  background-image: url("../../assets/img/purple.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 300px) {
  .topup-right {
    width: 100%;
    min-width: 300px;
  }
}

@media (min-width: 768px) {
  .topup-right {
    width: 50%;
    min-width: 300px;
  }
}

.right-title {
  padding: 30px;
  font-weight: 200;
  color: var(--color-bg);
  font-size: 30px;
}

@media (min-width: 300px) {
  .right-title {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .right-title {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .right-title {
    font-size: 30px;
  }
}

.topup-form {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 300px) {
  .topup-form {
    width: 90%;
  }
}

@media (min-width: 576px) {
  .topup-form {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .topup-form {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .topup-form {
    width: 60%;
  }
}

.form-label {
  margin-top: 10px;
  margin-bottom: 0;
}

.form-control {
  outline: none;
  box-shadow: none!important;
}

.form-btn {
  width: 100%;
  background: var(--color-txt);
  color: var(--color-bg);
  margin-top: 20px;
  border: 1px solid var(--color-txt);
  border-radius: 20px;
}

.form-btn:hover {
  width: 100%;
  background: var(--color-bg);
  color: var(--color-txt);
  margin-top: 20px;
  border: 1px solid var(--color-txt);
  border-radius: 20px;
}

/* Top Up END */

/* Info block START */

.main__info {
  padding: 50px 0 100px 0;
  background: radial-gradient(#0c0776, #020643);
  color: var(--color-bg);
}

/* Info block END */

/* Data rate START */

.main__datarate {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 50px;
}
@media (min-width: 300px) {
  .main__datarate {
    width: 90%;
  }
}
@media (min-width: 576px) {
  .main__datarate {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .main__datarate {
    width: 80%;
  }
}
/* Data rate END */

/* How it work START */

.main__how {
  width: 100%;
}

.main__how-bg {
  background: url("../../assets/img/fon01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main__how-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
}

.main__how-box:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 360px;
  height: 430px;
  margin: 5px;
  /*background: #dedede;*/
  order: 1;
}

@media (min-width: 300px) {
  .main__how-box:nth-child(1) {
    width: 320px;
    height: 220px;
    margin: 5px;
    order: 1;
  }
}

@media (min-width: 768px) {
  .main__how-box:nth-child(1) {
    width: 360px;
    height: 240px;
    margin: 5px;
    order: 1;
  }
}

@media (min-width: 1200px) {
  .main__how-box:nth-child(1) {
    width: 360px;
    height: 430px;
    margin: 5px;
    order: 1;
  }
}

.main__how-box:nth-child(2) {
  width: 360px;
  height: 370px;
  margin: 10px;
  background: url("../../assets/img/girl_imsi2.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  order: 2;
}

@media (min-width: 300px) {
  .main__how-box:nth-child(2) {
    width: 320px;
    height: 300px;
    margin: 10px;
    order: 3;
  }
}

@media (min-width: 1200px) {
  .main__how-box:nth-child(2) {
    width: 360px;
    height: 370px;
    margin: 10px;
    order: 2;
  }
}

.main__how-box:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 360px;
  height: 430px;
  margin: 5px;
  /*background: #dedede;*/
  order: 3;
}

@media (min-width: 300px) {
  .main__how-box:nth-child(3) {
    width: 320px;
    height: 350px;
    margin: 5px;
    order: 2;
  }
}

@media (min-width: 768px) {
  .main__how-box:nth-child(3) {
    width: 360px;
    height: 240px;
    margin: 5px;
    order: 2;
  }
}

@media (min-width: 1200px) {
  .main__how-box:nth-child(3) {
    width: 360px;
    height: 430px;
    margin: 5px;
    order: 3;
  }
}

.box-content {
  padding: 10px;
  text-align: center;
}

.box-content-img {
  width: 100px;
  object-position: center;
  object-fit: cover;
}

.box-icon {
  font-size: 10px;
}

.icon-arrow-container {
  padding-top: 0;
  text-align: center;
}

@media (min-width: 300px) {
  .icon-arrow-container {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .icon-arrow-container {
    padding-top: 0;
  }
}

.icon-arrow {
  font-size: 60px;
}

.video-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.video-box {
  width: 840px;
  height: 480px;
}
@media (min-width: 320px){
  .video-box {
    width: 320px;
    height: 240px;
  }
}
@media (min-width: 400px){
  .video-box {
    width: 400px;
    height: 300px;
  }
}
@media (min-width: 576px){
  .video-box {
    width: 500px;
    height: 400px;
  }
}
@media (min-width: 768px){
  .video-box {
    width: 700px;
    height: 500px;
  }
}
@media (min-width: 992px){
  .video-box {
    width: 840px;
    height: 480px;
  }
}


.video1, .video2 {
  text-align: center;
}

.video-btn {
  background: var(--color-txt);
  color: var(--color-bg);
  width: 170px;
  margin: 20px auto;
  border: 1px solid var(--color-txt);
  border-radius: 20px;
}

.video-btn:hover {
  background: var(--color-bg);
  color: var(--color-txt);
  width: 170px;
  margin: 20px auto;
  border: 1px solid var(--color-txt);
  border-radius: 20px;
}

/* How it work END */

/* FAQ START */

.main__faq {
  width: 100%;
}

.accordeon-container {
  margin: 0 auto;
  padding: 50px 10px 10px 10px;
  width: 70%;
}

@media (min-width: 300px) {
  .accordeon-container {
    padding: 50px 5px 10px 5px;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .accordeon-container {
    padding: 50px 10px 10px 10px;
    width: 86%;
  }
}

@media (min-width: 768px) {
  .accordeon-container {
    padding: 50px 10px 10px 10px;
    width: 80%;
  }
}

@media (min-width: 992px) {
  .accordeon-container {
    padding: 50px 10px 10px 10px;
    width: 70%;
  }
}

.accordion-item {
  margin-bottom: 2px;
  color: var(--color-txt);
}

.accordion-button {
  color: var(--color-txt)!important;
  background-color: #eff6ff;
  font-size: 20px;
}
.accordion-body{
  font-size: 18px;
}
.searchInput {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid var(--color-shadow);
  border-radius: 3px;
  box-shadow: 1px 1px 5px 1px var(--color-shadow), -1px -1px 5px 1px var(--color-shadow);
}
.searchInput:focus{
 outline-color: var(--searchMark);
}
.modelSearch {
  list-style: none;
}
.modelSearch li{
  color: var(--color-txt);
}
mark {
  background: var(--searchMark);
}
/* FAQ END */

/* Contact Us START */

.main__contact {
  width: 100%;
}

.main__contact-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 500px;
  background-color: var(--color-bg);
}

.contact-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  background: url("../../assets/img/fon01.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 300px) {
  .contact-left {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .contact-left {
    width: 50%;
  }
}

.contact-txt {
  width: 50%;
  margin: 0 auto;
  padding-top: 10px;
  text-rendering: optimizeLegibility;
  /* -webkit-font-smoothing: antialiased; */
}

@media (min-width: 300px) {
  .contact-txt {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .contact-txt {
    width: 70%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .contact-txt {
    width: 50%;
    margin: 0 auto;
  }
}

.contact-right {
  justify-content: center;
  width: 50%;
  min-width: 300px;
  height: auto;
  background-image: url("../../assets/img/contact.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 300px) {
  .contact-right {
    width: 100%;
    height: 242px;
    min-width: 300px;
  }
}

@media (min-width: 768px) {
  .contact-right {
    width: 100%;
    height: 276px;
    min-width: 300px;
  }
}

@media (min-width: 992px) {
  .contact-right {
    width: 50%;
    height: auto;
    min-width: 300px;
  }
}

/* Contact Us END */

/* Social icons START */

.main__social {
  width: 100%;
}

.main__social-container {
  padding: 32px 20px 30px 20px;
  text-align: center;
}

@media (min-width: 300px) {
  .main__social-container {
    padding: 28px 20px 30px 20px;
  }
}

@media (min-width: 768px) {
  .main__social-container {
    padding: 52px 20px 30px 20px;
  }
}

@media (min-width: 992px) {
  .main__social-container {
    padding: 32px 20px 30px 20px;
  }
}

@media (min-width: 1200px) {
  .main__social-container {
    padding: 32px 20px 30px 20px;
  }
}

.main__social-icon {
  font-size: 40px;
  padding: 0 16px;
}