.loan-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 480px) {
  .loan-container {
    padding: 10px;
  }
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2em 0 8em;
}

.modal-wrap {
  max-width: 650px;
  overflow-y: auto;
  padding: 10px 20px;
  color: #3b3b3b;
}

@media screen and (min-width: 480px) {
  .modal {
    margin: 5em 0;
  }

  .modal-wrap {
    padding: 22px 45px;
  }
}

/* COLABORATION SECTION START */
.collaboration{
  width: 100%;
  height: fit-content;
  /* min-height: 100vh; */
  background-image: url('../img/collaboration-bg.png');
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat;
  background-attachment: fixed; 
  padding: 20px;
}

.collaboration-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.collaboration__title{
  color: #ea9153;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;

  margin-bottom: 30px;
}

.collaboration__title span{
  color: #c2518a;
  display: block;
  font-size: 26px;
}

.collaboration__btn{
  background-color: #fea100;
  color: #22191d;
  border-radius: 7px;
  padding: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  max-width: 60%;
  width: 340px;
  height: 60px;
  margin: 0 auto 30px;

  cursor: pointer;
  transition: transform 0.3s ease;
}

.collaboration__btn:hover,
.collaboration__btn:focus{
  transform: scale(1.05);
}

.collaboracion__banners-list{
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
}

.collaboracion__banner{
  border-radius: 10px;
  position: relative;
  overflow-y: hidden;
  padding-bottom: 40px;
  background-color: #40104d;

cursor: pointer;
transition: transform 0.3s ease;
}

.collaboracion__banner:hover,
.collaboracion__banner:focus{
transform: scale(1.05);
}

.collaboration__banner-btn{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 50px;
  background: #8A2BE2;
  background: linear-gradient(116deg,rgba(138, 43, 226, 1) 0%, rgba(82, 93, 196, 1) 40%, rgba(199, 87, 192, 1) 77%, rgba(143, 65, 191, 1) 100%);
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 5px;
  padding: 5px;
}


.collaboracion__text-cont{
  width: 100%;

  background-color: white;
  padding: 15px;
  border-radius: 15px;
  margin: 0 auto 20px;
}

.collaboracion__text-title{
  color: #1440a1;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.collaboracion__text-desc{
  color: black;
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (min-width: 390px){
  .collaboration__title{
    font-size: 42px;
  }

  .collaboration__title span{
    font-size: 30px;
  }

  .collaboracion__banner{
    padding-bottom: 55px;
  }

  .collaboration__banner-btn{
    height: 70px;
    font-size: 14px;
    border-radius: 7px;
    padding: 7px;
  }
}

@media screen and (min-width: 480px){
  .collaboration-cont{
    width: 460px;
    margin: 0 auto;
  }

  .collaboration__title{
    font-size: 46px;
    text-align: center;
  }

  .collaboration__title span{
    font-size: 36px;
  }

  .collaboration__btn{
    width: 400px;
    height: 80px;
    border-radius: 15px;
    padding: 10px;
    font-size: 24px;
    margin: 0 auto 40px;
  }

  .collaboration__banner-btn{
    bottom: 15px;
    width: 80%;
    height: 80px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    padding: 7px;
  }

  .collaboracion__banners-list{
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px){
  .collaboration-cont{
    width: 650px;
    margin: 0 auto;
  }

  .collaboration__title{
    font-size: 56px;
    line-height: 1.1;
  }

  .collaboration__title span{
    font-size: 38px;
  }

  .collaboration__btn{
    width: 400px;
    height: 80px;
    border-radius: 15px;
    padding: 10px;
    font-size: 24px;
    margin: 0 auto 40px;
  }

  .collaboracion__banners-list{
    margin-bottom: 40px;
  }

  .collaboration__banner-btn{
    bottom: 15px;
    width: 89%;
    height: 80px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    border-radius: 13px;
    padding: 10px 5px;
  }
}



.colaboracion {
  padding: 50px 20px 60px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: white;
}

.colaboracion__title {
  color: #2D91C5;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.colaboracion__title span {
  display: block;
  color: #313234;
  font-family: "SF Pro Display";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.colaboracion__button-cont {
  margin-bottom: 20px;
}

.colaboracion__button {
  cursor: pointer;
  max-width: 350px;
  margin: 0 auto;
  padding: 16px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(203, 136, 0, 0.80);
  background: #FFAB00;
  box-shadow: 0px 14px 22px 0px rgba(255, 171, 0, 0.40);
  color: #363636;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;

  transition: all 0.3s ease;
}

.colaboracion__button:focus,
.colaboracion__button:hover {
  color: black;
  background: #ffb726
}

.colaboracion__button-arrow {
  display: none;
}

.colaboracion__img {
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 auto;
}

.colaboracion__bcgr-img {
  display: none;
}

.colaboracion__bcgr-circle {
  z-index: 1;
  position: absolute;
  top: 325px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 738px;
  height: 738px;
  border-radius: 50%;
  background-color: #DEEAF0;
}

.colaboracion__bcgr-dark-circle {
  z-index: 1;
  position: absolute;
  display: none;
}

.colaboracion__main-cont {
  z-index: 200;
  position: relative;
}

.colaboracion__main-text {
  max-width: 321px;
  color: #313234;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin: 0 auto 20px;
}

.colaboracion__second-text {
  z-index: 2;
  max-width: 280px;
  color: #2D91C5;
  font-family: "Helvetica Neue";
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin: 0 auto 40px;
}

.colaboracion__logo-cont {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  width: 100%;
  height: auto;
}

.x-logo {
  width: 60px !important;
}

.colaboracion__logo-cont img {
  width: 100px;
  height: auto;
}

.max {
  display: none;
}

@media screen and (min-width: 390px) {
  .colaboracion__title {
    font-size: 42px;
  }

  .colaboracion__title span {
    font-size: 24px;
  }

  .colaboracion__button {
    font-size: 18px;
    padding: 20px 25px;
  }
}

@media screen and (min-width: 1240px) {

  .max {
    display: block;
  }

  .min {
    display: none;
  }

  .colaboracion {
    background-color: #F0F1F3;
    padding: 80px 100px 135px 100px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .colaboracion__title {
    font-size: 50px;
    text-align: left;
    width: 480px;
    margin-bottom: 40px;
  }

  .colaboracion__title span {
    font-size: 50px;
  }

  .colaboracion__button-cont {
    margin-bottom: 67px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
  }

  .colaboracion__button {
    font-size: 22px;
    margin: 0;
    max-width: 400px;
    width: 400px;
    padding: 20px;
  }

  .colaboracion__button-arrow {
    display: block;
    z-index: 300;
  }

  .colaboracion__main-cont {
    position: static;
  }

  .colaboracion__img {
    position: absolute;
    top: 110px;
    right: 60px;
    width: 480px;
    max-width: none;
    height: auto;
    margin: 0;
    z-index: 200;
  }

  .colaboracion__bcgr-img {
    display: block;
    position: absolute;
    top: 152px;
    right: 110px;
    width: 31vw;
    max-width: 500px;
    height: auto;
    z-index: 150;
  }

  .colaboracion__bcgr-circle {
    display: block;
    width: 1000px;
    height: 130%;
    border-radius: 50%;
    top: 0;
    right: 350px;
    left: auto;
    transform: translate(71%, -10%);

    z-index: 50;
  }

  .colaboracion__bcgr-dark-circle {
    display: block;
    position: absolute;
    z-index: 100;
    background: #3FB7E9;

    width: 900px;
    height: 110%;
    border-radius: 50%;
    right: 340px;
    transform: translate(72%, -82%);
  }

  .colaboracion__main-text {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.24px;
    text-align: left;
    max-width: 550px;
    margin: 0 0 20px;
    position: relative;
    z-index: 300;
  }

  .colaboracion__second-text {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.24px;
    text-align: left;
    max-width: 550px;
    margin: 0 0 55px;
  }

  .x-logo {
    width: 70px !important;
  }

  .colaboracion__logo-cont {
    justify-content: flex-start;
    gap: 63px;
  }

  .colaboracion__logo-cont img {
    width: 170px;
  }
}

@media screen and (min-width: 1400px) {
  .colaboracion__bcgr-circle {
    width: 1200px;
    right: 350px;
    transform: translate(56%, -10%);

    z-index: 50;
  }

  .colaboracion__bcgr-dark-circle {
    width: 1100px;
    right: 340px;
    transform: translate(57%, -82%);
  }
}

@media screen and (min-width: 1900px) {
  .colaboracion {
    padding: 115px 109px 135px 167px;
    position: relative;
  }

  .colaboracion__title {
    font-size: 70px;
    width: 600px;
  }

  .colaboracion__title span {
    font-size: 70px;
  }

  .colaboracion__main-text {
    font-size: 24px;
    line-height: 1.3;
    max-width: 750px;
    margin: 0 0 25px;
  }

  .colaboracion__second-text {
    font-size: 24px;
    line-height: 1.3;
    max-width: 600px;
  }

  .colaboracion__img {
    right: 83px;
    top: 35px;
    width: 820px;
    height: auto;
  }

  .colaboracion__bcgr-img {
    display: block;
    position: absolute;
    top: 82px;
    right: 170px;
    width: 680px;
    max-width: none;
    height: auto;
    z-index: 150;
  }

  .colaboracion__bcgr-dark-circle {
    top: -228px;
    right: -361px;
    left: auto;
    transform: translate(0, 0);
    width: 1267px;
    height: 1457px;
  }

  .colaboracion__bcgr-circle {
    top: -230px;
    right: -300px;
    left: auto;
    transform: translate(0, 0);
    width: 1267px;
    height: 1477px;
  }
}

/* COLABORATION SECTION END */



.contacts-form input,textarea {
    border: .5px solid #bfbfbf;
    border-radius: 8px;
    width: 100%;
    height: 40px;
    background: 0 0;
    font-family: "Ubuntu Light";
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    padding: 20px 22px;
    font-size: 14px
}

.contacts-form textarea {
    height: auto
}

.contacts-form {
    margin-right: 50px
}

.contacts-form label {
    font-size: 16px
}

.contact-text {
  max-width: 1024px;
  margin: 0 auto 10px;

  line-height: 24px;
  font-size: 18px;
  color: #444;
}


.contacts-title {
  font-size: 36px;
  line-height: 42px;
  margin-top: 10px;
  max-width: 1024px;
  margin: 10px auto 15px;
}

.contacts-btn {
    border-radius: 8px;
    background-color: #3ad2a2;
    width: 100%;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: "Ubuntu Medium";
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-bottom: 50px
}

.contacts-text p {
    line-height: 24px;
    font-size: 16px;
    color: #444;
    margin-bottom: 10px
}

.contacts-mail {
    font-weight: 600;
    color: #3492e4
}

.contacts-form {
    margin-right: 50px;
}

.contacts__wrapper,.wait__progress-text-cont {
    display: flex;
    justify-content: space-between
}
