/* reset global */
section {
  padding: 0;
}
.btn {
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
}

#btnOpenCredit {
  font-size: 16px !important;
  letter-spacing: initial;
}

/* end reset global */

.main-bnr {
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
}
.main-bnr__img {
  width: 100%;
  height: auto;
}
.main-bnr__img--desc {
  display: block;
}
.main-bnr__img--mob {
  display: none;
}
@media screen and (max-width: 501px) {
  .main-bnr__img--desc {
    display: none;
  }
  .main-bnr__img--mob {
    display: block;
  }
}

.section-icons {
  width: 100%;
  max-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 675px) {
  .section-icons {
    flex-wrap: wrap;
    max-height: min-content;
  }
}

.ecom-title {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .ecom-title {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

.section-intro {
  margin: 50px 0 80px 0;
}

.ecom-intro {
  margin-bottom: 85px;
}
.ecom-intro__txt {
  font-size: 1.5rem;
}
.ecom-intro .ecom-title {
  margin-bottom: 5px;
}

.ecom-for-who {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.ecom-for-who__item {
  display: flex;
  align-items: flex-start;
  width: 40%;
}
@media screen and (max-width: 769px) {
  .ecom-for-who__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ecom-for-who__icon {
  width: 45px;
  min-width: 45px;
  margin-right: 10px;
}
.ecom-for-who__txt {
  font-size: 1.125rem;
  line-height: 1.5;
}

.section-payment-solutions {
  margin: 80px 0;
}

.payment-solutions__txt {
  font-size: 1.375rem;
  margin-bottom: 20px;
}
.payment-solutions__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
.payment-solutions__col {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.payment-solutions-box {
  height: 100%;
  border-radius: 25px;
  padding: 15px 8%;
  box-shadow: 1px 1px 15px #ccc;
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .payment-solutions-box {
    width: 90%;
    height: auto;
    margin: 20px auto 0 auto;
  }
}
.payment-solutions-box__title {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #1f9c9e;
  margin-bottom: 10px;
}
.payment-solutions-box__txt {
  font-size: 1.187rem;
  line-height: 1.5;
}
.payment-solutions-box__pic {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 3px;
}
.payment-solutions .ecom-title {
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .payment-solutions__col:nth-child(1) {
    order: 1;
    width: 49%;
  }
  .payment-solutions__col:nth-child(3) {
    order: 2;
    width: 49%;
  }
  .payment-solutions__col:nth-child(2) {
    order: 3;
    width: 100%;
    flex-direction: row;
  }
  .payment-solutions__col:nth-child(2) .payment-solutions-box {
    width: 49%;
  }
}
@media screen and (max-width: 769px) {
  .payment-solutions__col:nth-child(1) {
    width: 100%;
  }
  .payment-solutions__col:nth-child(3) {
    width: 100%;
  }
  .payment-solutions__col:nth-child(2) {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .payment-solutions__col:nth-child(2) .payment-solutions-box {
    width: 90%;
  }
}

.section-econ-from-us {
  margin: 110px 0 80px;
}
.section-econ-from-us .ecom-title {
  margin-bottom: 45px;
}

.econ-from-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.econ-from-us__item {
  width: 30%;
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .econ-from-us__item {
    width: 47%;
  }
}
@media screen and (max-width: 769px) {
  .econ-from-us__item {
    width: 100%;
  }
}
.econ-from-us__icon {
  width: 45px;
  min-width: 45px;
  margin-top: 8px;
  margin-right: 20px;
}
.econ-from-us__content {
  font-size: 1.125rem;
  line-height: 1.5;
}
.econ-from-us__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.section-ecom-transactions {
  margin: 80px 0;
}
.section-ecom-transactions .ecom-title {
  margin-bottom: 20px;
}

.ecom-transactions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .ecom-transactions {
    align-items: flex-start;
  }
}
.ecom-transactions__pic {
  width: 40%;
}
@media screen and (max-width: 992px) {
  .ecom-transactions__pic {
    width: 45%;
  }
}
@media screen and (max-width: 769px) {
  .ecom-transactions__pic {
    width: 90%;
  }
}
.ecom-transactions__img {
  width: 100%;
}
.ecom-transactions__content {
  width: 40%;
  font-size: 1.187rem;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .ecom-transactions__content {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .ecom-transactions__content {
    width: 90%;
    margin-top: 30px;
  }
}
.ecom-transactions__content p {
  margin-bottom: 35px;
}
.ecom-transactions__btn {
  display: flex;
  width: 250px;
  margin: 10px auto;
}

.txt-bold {
  font-weight: 600;
}

.section-info-bg {
  margin: 100px 0 85px;
  padding: 25px 0;
  background-color: #ebf2fa;
}
@media screen and (max-width: 992px) {
  .section-info-bg {
    margin: 70px 0 70px;
  }
}

.info-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .info-bg {
    flex-direction: column;
  }
}
.info-bg__title {
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .info-bg__title {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .info-bg__title {
    font-size: 1.6rem;
    text-align: center;
  }
}
.info-bg__content {
  width: 47%;
  padding-right: 2%;
  font-size: 1.185rem;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .info-bg__content {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
}
.info-bg__pic {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .info-bg__pic {
    order: 1;
    width: 70%;
    height: 350px;
  }
}
@media screen and (max-width: 560px) {
  .info-bg__pic {
    width: 90%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
  }
}
.info-bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .info-bg__img {
    position: absolute;
  }
}
.info-bg .btn {
  display: flex;
  width: 90%;
  max-width: 250px;
  margin: 40px auto 20px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.section-ecom-benefits {
  margin: 85px 0;
}
.section-ecom-benefits .ecom-title {
  margin-bottom: 20px;
}

.ecom-benefits {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .ecom-benefits {
    justify-content: center;
  }
}

.ecom-benefit-box {
  width: 32%;
  border-radius: 25px;
  padding: 15px 25px;
  box-shadow: 1px 1px 15px #ccc;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .ecom-benefit-box {
    width: 90%;
  }
}
.ecom-benefit-box__title {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #1f9c9e;
  margin-bottom: 10px;
}
.ecom-benefit-box__txt {
  font-size: 1.187rem;
  line-height: 1.5;
}
.ecom-benefit-box__pic {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.ecom-conetion {
  max-width: 650px;
  margin: 35px auto;
  text-align: center;
}
.ecom-conetion__txt {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .ecom-conetion__txt {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.ecom-conetion__btn {
  width: 300px;
}

.section-other-offers {
  overflow: hidden;
}
@media screen and (max-width: 786px) {
  .section-other-offers .ecom-title {
    text-align: center;
  }
}

.other-offers {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 786px) {
  .other-offers {
    flex-direction: column;
    align-items: center;
  }
}
.other-offers__item {
  width: 30%;
  max-width: 310px;
  text-decoration: none;
}
@media screen and (max-width: 786px) {
  .other-offers__item {
    width: 100%;
    max-width: 480px;
    margin: 0 0 40px 0;
    text-align: center;
  }
}
.other-offers__pic {
  margin-bottom: 5px;
}
.other-offers__img {
  width: 100%;
}
.other-offers__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 786px) {
  .other-offers__title {
    font-size: 24px;
  }
}
.other-offers__txt {
  font-size: 18px;
  margin-bottom: 15px;
  color: #000;
}
.other-offers__btn {
  width: 100px;
}

.form-ecom-box {
  border: 3px solid #1f9c9e;
  padding: 30px 40px;
}
@media screen and (max-width: 560px) {
  .form-ecom-box {
    padding: 30px 20px;
  }
}

.form-ecom__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-ecom__intro {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.form-ecom__line {
  display: flex;
  align-items: center;
  width: 49%;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  font-size: 1rem;
}
@media screen and (max-width: 769px) {
  .form-ecom__line {
    width: 100%;
  }
}
.form-ecom__input {
  width: 100%;
  border: 0;
  font-size: 1rem;
  padding: 10px 18px;
  outline: 0;
}
.form-ecom__code {
  background-color: #e3e3e3;
  display: block;
  padding: 10px 18px;
}
.form-ecom__select {
  width: 100%;
  font-size: 1rem;
  border: 0;
  color: #757575;
}
.form-ecom__select option {
  color: #000;
}
.form-ecom__buttons {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .form-ecom__buttons {
    display: flex;
    justify-content: center;
  }
}
.form-ecom__capcha {
  margin-top: 15px;
}
.form-ecom .btn--green-sea {
  min-width: 250px;
}
@media screen and (max-width: 769px) {
  .form-ecom .btn--green-sea {
    margin-bottom: 10px;
  }
}

.pop-up {
  position: fixed;
  top: 0;
  left: -1000vw;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  overflow: auto;
  transition: all 0.5s;
}
.pop-up.active {
  left: 0;
  transition: all 0.5s;
}
.pop-up__box {
  width: 80%;
  max-width: 640px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

#formOpenCredit .row .col-2 {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .pop-up__box {
    width: 100%;
    padding: 20px;
  }
}
.pop-up__title {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  padding: 0 30px;
}
@media screen and (max-width: 769px) {
  .pop-up__title {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
.pop-up__close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
}

.buttons {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 5px;
}

@media screen and (max-width: 992px) {
  .buttons {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 992px) {
  .buttons a .btn {
    font-size: 14px !important;
  }
}
