*{
	font-family: "Inter";
}
summary::-webkit-details-marker,
summary::-moz-list-marker,
summary::marker {
    display: none;
}
summary {
    list-style: none;
    list-style-type: none;
}
details::-webkit-details-marker,
details::-moz-list-marker,
details::marker {
    display: none;
}

.faq-credit-jt-details summary::-webkit-details-marker,
.faq-credit-jt-details summary::-moz-list-item,
.faq-credit-jt-details summary::marker {
    display: none;
}

.faq-credit-jt-details summary {
    list-style: none;
	list-style-type: none;
}
.faq-credit-jt-details > summary {
    display: list-item;
    list-style-type: none;
    -webkit-user-select: none; /* Убираем возможность выделения маркера */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer; /* Делаем курсор указателем */
}

.faq-credit-jt-details > summary::-webkit-details-marker {
    display: none; /* Скрываем маркер в Safari */
}


/*========================================
NBU / CREDIT  - Landing

/=========================================*/
summary::-webkit-details-marker,
summary::-moz-list-marker,
summary::marker {
    display: none;
}
summary {
    list-style: none
}
details::-webkit-details-marker,
details::-moz-list-marker,
details::marker {
    display: none;
}


.landing-main-body-nbu-jt-credit {
  margin: 0;
  padding: 0;
}
.landing-main-credit-jt-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 19px;
  width: 100%;
}
/*================  BLOCK  =================

                  HEADER

==========================================*/
.header-section-jt-credit.header-section-jt-credit-paddings {
  padding-left: 40px;
  padding-right: 40px;
}
.header-section-jt-credit.header-section-jt-credit-font {
  font-family: "Inter";
  line-height: 150%;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.7px;
}
.header-section-jt-credit .header-jt-credit-inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1440px;
  width: 100%;
  height: 100px;
}
.header-section-jt-credit .header-logotype-jt-credit {
  position: relative;
  z-index: 10;
  width: 41px;
  height: 58px;
}
.header-section-jt-credit .header-logotype-jt-credit img {
  width: 100%;
  height: 100%;
}
/* menu */
.header-section-jt-credit .header-jt-credit-top-menu {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  color: #262A38;
}
.header-section-jt-credit .header-jt-credit-top-menu a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
/* mobile menu pop-up*/
.header-section-jt-credit .header-jt-credit-modal-btn {
  display: none;
}
.header-section-jt-credit .header-jt-credit-modal-btn div {
  margin: 8px;
  width: 30px;
  height: 2px;
  background: #274378;
  border-radius: 2px;
}
.header-section-jt-credit .header-jt-credit-modal-wrap {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.header-section-jt-credit .header-jt-credit-modal {
  position: absolute;
  display: none;
  margin: auto;
  width: 100%;
  border-radius: 0 0 12px 12px;
  background-color: #FFF; 
}
.header-jt-credit-modal-wrap.jt-credit-modal-wrap-active {
  display: none;
}
.header-jt-credit-modal.jt-credit-modal-active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 60px 0;
}
.header-jt-credit-modal-wrap .header-jt-credit-modal-close-btn {
  position: absolute;
  z-index: 20;
  top: 20px;
  right: 20px;
  height: 24px;
  width: 23px;
  background-image: url('/assets/images/credit/img_credit_jt_clouse.svg'); 
}
.header-jt-credit-modal-wrap .header-jt-credit-top-menu-mobile {
  display: block !important;
  margin: auto;
  text-align: center;
}
.header-jt-credit-modal-wrap .header-jt-credit-lang-wrap-mobile {
  display: flex !important;
  justify-content: center;
}
.header-jt-credit-modal-wrap .header-jt-credit-lang {
  justify-content: center;
}
.header-jt-credit-lang-wrap-mobile .jt-credit-choise-block {
  display: none;
}
.header-jt-credit-modal-wrap .header-jt-credit-top-menu-element {
  padding-bottom: 18px;
}
.header-jt-credit-modal-wrap .header-jt-credit-btn-mobile {
  display: block !important;
  margin: auto;
  padding-top: 40px;
}

/* button */
.header-section-jt-credit .header-jt-credit-btn a {
  padding: 18px 36px;
  color: #BF945D;
  white-space: nowrap;
  text-decoration: none;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  background-color: unset;
  border-radius: 12px;
  border: 2px solid #BF945D;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.2s ease-in-out;
}
.header-section-jt-credit .header-jt-credit-btn a:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #BF945D;
  box-shadow: none;
  transition: color 0.3s ease-in-out;
}
.header-section-jt-credit .header-jt-credit-btn a:active {
  box-shadow: inset 0 0 3px #8f6d41;
}
.header-section-jt-credit .header-jt-credit-right-wrap {
  display: flex;
  column-gap: 32px;
  color: #262A38;
}
/* lang */
.header-jt-credit-lang-wrap {
  position: relative;
  color: #262A38;
}
.header-jt-credit-lang-wrap .header-jt-credit-lang {
  cursor: pointer;
  display: flex;
  column-gap: 8px;
}
.header-jt-credit-lang-wrap .header-jt-credit-lang .header-jt-credit-img {
  height: 24px;
  width: 24px;
  background-image: url('/assets/images/credit/lang-jt-credit.svg');
  background-size: cover;
}
.header-jt-credit-lang-wrap .jt-credit-lang-arrow {
  display: inline-block;
  margin: 4px;
  width: 8px;
  height: 8px;
  border-color: inherit;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg);
}
.header-jt-credit-lang-wrap .jt-credit-choise-block {
  position: absolute;
  top: 36px;
  z-index: 10;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
  min-width: 110px;
  border-radius: 8px;
  border: 1px solid rgba(111, 118, 139, 0.16);
  background: #FFF;
}
.jt-credit-choise-block.jt-credit-choise-block-active {
  display: flex;
}
.header-jt-credit-lang-wrap .jt-credit-choise-element {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  font: inherit;
  color: inherit;
  text-decoration: none;
  width: 100%;
  border-radius: 8px;
  background: #E6ECF2;
  box-sizing: border-box;
}
.header-jt-credit-lang-wrap .jt-credit-choise-element:hover{
  color: #BF945D;
}
.jt-credit-choise-element.jt-credit-choise-element-active {
  display: none;
}

@media(max-width: 1050px){
  .header-jt-credit-modal-wrap.jt-credit-modal-wrap-active {
    display: block;
  }
  .header-section-jt-credit .header-jt-credit-inner-content {
    height: 60px;
  }
  .header-section-jt-credit .header-jt-credit-top-menu,
  .header-section-jt-credit .header-jt-credit-lang-wrap,
  .header-section-jt-credit .header-jt-credit-btn {
    display: none;
  }
  .header-section-jt-credit .header-jt-credit-modal-btn {
    display: block;
  }
  .header-section-jt-credit .header-logotype-jt-credit {
    width: 31px;
    height: 44px;
  }
}
@media(max-width: 600px){
  .header-section-jt-credit.header-section-jt-credit-paddings {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*================  BLOCK  =================

                  BANNER

==========================================*/

.banner-section-jt-credit {
  display: flex;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 10px;
  margin-bottom: 120px;
  width: 100%;
  background: radial-gradient(110.68% 50% at 100% -4950%, rgba(143, 142, 168, 0.10) 0%, rgba(255, 255, 255, 0.05) 100%), radial-gradient(152.32% 68.81% at 65% 50%, rgba(255, 255, 255, 0.45) 0%, rgba(127, 130, 140, 0.20) 100%), #FFF;
}
.banner-section-jt-credit-font {
  color: #262A38;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.banner-section-jt-credit .banner-section-jt-credit-wrap {
  display: flex;
  height: 600px;
}
.banner-section-jt-credit-padding {
  padding-left: 40px;
  padding-right: 40px;
}
.banner-section-jt-credit .banner-content-cr {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 43px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 32px;
  padding-right: 5px;
}

.banner-section-jt-credit .banner-text-content-cr {
  gap: 23px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  flex-shrink: 0;
  max-width: 670px;
  align-items: start;
  font-size: 0.9em; 
  line-height: 134%;
  letter-spacing: -0.704px;
}
.banner-section-jt-credit .banner-header-cr {
  margin-bottom: 0px;
  font-size: 72px;
  font-weight: 500;
  line-height: 103%;
  letter-spacing: -3.548px;
}
.banner-section-jt-credit .banner-subheader-cr {
  margin-top: 0;
}
.banner-section-jt-credit .banner-content-cr a {
  text-decoration: none;
  border-radius: 12px;
}
.banner-section-jt-credit .banner-jt-credit-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 38px;
  height: 60px;
  color: #ede5e5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  border: 2px solid #BF945D;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.00) 100%), #BF945D;
  background: #BF945D;
  border-radius: 12px;
  color:#fff;
}

.banner-section-jt-credit .banner-jt-credit-btn:hover {
  cursor: pointer;
  color: #BF945D;
  background-color: #FFF;
  transform: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.banner-section-jt-credit .banner-jt-credit-btn:active {
  color: #BF945D;
  background-color: #dfd7cd;
}
.banner-section-jt-credit .banner-img-cr {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.banner-section-jt-credit .banner-img-cr img{
  max-height: 600px;
  width: auto;
  width: auto;
  object-fit: contain;
}

@media(max-width: 1800px){
  .banner-section-jt-credit {
    margin-bottom: 100px;
  }
}
@media(max-width: 1600px){
  .banner-section-jt-credit .banner-img-cr img{
    max-height: 500px;
  }
}
@media(max-width: 1500px){
  .banner-section-jt-credit .banner-header-cr {
    font-size: 2.5em;
  }
}
@media(max-width: 1400px){
  .banner-section-jt-credit .banner-content-cr {
    gap: 48px;
    padding-left: 0;
    padding-right: 0;
  }
  .banner-section-jt-credit .banner-text-content-cr {
    width: fit-content;
  }
  .banner-section-jt-credit .banner-jt-credit-btn a {
    width: auto;
  }
  .banner-section-jt-credit .banner-img-cr img{
    max-height: 450px;
  }
  .banner-section-jt-credit .banner-header-cr {
    font-size: 2em;
  }
}
      
@media (max-width: 1050px){
  .banner-section-jt-credit {
    margin-bottom: 0;
  }
  .banner-section-jt-credit-wrap {
    flex-direction: column;
    max-width: none;
    height: auto !important;
  }
  .banner-section-jt-credit .banner-content-cr {
    padding-top: 70px;
    padding-bottom: 0px;
    gap: 5px;
  }
  .banner-section-jt-credit .banner-content-cr a {
    margin: auto;
  }
  .banner-section-jt-credit .banner-text-content-cr {
    gap: 10px;
  }
  .banner-section-jt-credit .banner-img-cr img{
    max-height: 400px;
    width: 100%;
  }
  .banner-section-jt-credit .banner-header-cr {
    font-size: 32px;
    line-height: 121%;
    letter-spacing: -0.55px;
    text-align: center;
  }
  .banner-section-jt-credit .banner-subheader-cr {
    margin: auto;
    margin-bottom: 20px;
    padding: 0 34px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.7px;
    text-align: center;
  }
}

@media (max-width: 600px){
  .banner-section-jt-credit-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-section-jt-credit {
    flex-direction: column;
  }
}



/*================  BLOCK  =================

              HOW TO WORK BLOCK

==========================================*/
.how-credit-jt-padding-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 121px;
  margin: auto;
  margin-bottom: 120px;
  max-width: 1440px;
}
.how-credit-jt-block-section-font {
  color: #262A38;
  font-family: Inter;
  font-style: normal;
}
.how-credit-jt-block-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
  width: 90%;
}
.how-credit-jt-block-section .how-credit-jt-main-header {
  text-align: center;
  font: inherit;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.1%;
  letter-spacing: -0.704px;
}
.how-credit-jt-block-section .how-credit-jt-inner-wrap {
  position: relative;
  display: flex;
  align-self: stretch;
  justify-content: space-between;
  gap: 30px;
  margin: auto;
}
.how-credit-jt-block-section .how-credit-jt-dot-line {
  position: absolute;
  top: 28px;
  left: 168px;
  z-index: 1;
  width: 64%;
  border-bottom: 2px dashed rgba(118, 111, 145, 0.15);
}

.how-credit-jt-block-section .how-credit-jt-element {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
  padding-left: 30px;
  padding-right: 30px;
  gap: 32px;
  max-width: 260px;
}

.how-credit-jt-block-section .how-credit-jt-icon img {
  height: 62px;
  width: 62px;
}

.how-credit-jt-block-section .how-credit-jt-icon-d {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: center;
}

.how-credit-jt-block-section .how-credit-jt-d-heading {
  width: max-content;
  letter-spacing: -0.7px;
  font-size: 22px;
  font-weight: 700;
}

.how-credit-jt-block-section .how-credit-jt-d-subheading {
  color: #6f768b;
  letter-spacing: -0.7px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 122.3%;
}
.how-credit-jt-block-section .how-credit-jt-d-subheading a {
  color: #b98b50;
  text-decoration: none;
}
.how-credit-jt-block-section .how-credit-jt-d-subheading a:hover {
  text-decoration: underline;
}

@media (max-width: 1050px){
  .credit-jt-global-padding-block {
    gap: 90px;
    padding: 20px;
  } 
  .how-credit-jt-block-section {
    gap: 0;
    width: 100%;
  }
  .how-credit-jt-block-section .how-credit-jt-inner-wrap {
    flex-direction: column;
  }
  .how-credit-jt-block-section .how-credit-jt-dot-line{
    display: none;
  }
  .how-credit-jt-block-section .how-credit-jt-icon-d {
    border-bottom: 2px solid rgba(118, 111, 145, 0.15);
  }
  .how-credit-jt-block-section .how-credit-jt-main-header {
    padding-top: 80px;
    padding-bottom: 30px;
    font-size: 32px;
  }
}
@media (max-width: 600px){
  .credit-jt-global-padding-block {
    gap: 60px;
  }
  .how-credit-jt-block-section .how-credit-jt-main-header {
    font-size: 24px;
  }
  .how-credit-jt-block-section .how-credit-jt-d-heading {
    font-size: 20px;
  }
  .how-credit-jt-block-section .how-credit-jt-d-subheading {
    font-size: 16px;
  }
}

/*================  BLOCK  =================

              FORM ANKETA BLOCK

==========================================*/

.form-credit-jt-padding-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 121px;
  margin: auto;
  margin-bottom: 120px;
  max-width: 1440px;
  width: 100%;
}
.form-credit-jt-container-cr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  margin-left: 30px;
  margin-right: 30px;
  padding: 77px 0;
  background-color: #f1f5f8;
  border-radius: 12px;
}
.form-credit-jt-first-valid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}
.form-credit-jt-container-font {
  color: #262A38;
  font-family: Inter;
  font-style: normal;
}
.credit-jt-global-padding-block.container-xs {
  display: flex;
  justify-content: center;
}
.form-credit-jt-container-cr .form-title-cr {
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-credit-jt-container-cr .section-heading-cr {
  margin: 0 auto;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.1%;
  letter-spacing: -0.704px;
}
.form-credit-jt-container-cr .section-subheading-cr {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.4%;
  letter-spacing: -0.704px;
}
.form-credit-jt-container-cr .anketa-form-cr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  max-width: 410px;
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
.form-credit-jt-container-cr .inputs-content-cr {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.inputs-content-cr.inputs-content-cr-hidden {
  visibility: hidden;
}
.form-credit-jt-container-cr .form-label-cr {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 131.25%;
  letter-spacing: -0.704px;
}
.form-credit-jt-container-cr .inputs-content-cr-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-credit-jt-container-cr .form-input-cr {
  display: flex;
  position: relative;
  padding: 0 20px;
  align-self: stretch;
  width: 100%;
  height: 60px;
  color: #a2a2a2;
  letter-spacing: -0.7px;
  font-size: 18px;
  font-weight: 500;
  gap: 22px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}
/* input date special */
.form-credit-jt-container-cr input[type="date"] {
  padding-left: 64px;
  width: 450px;
  max-width: 100%;
}
.form-credit-jt-container-cr .credit-jt-calendar-icon {
  pointer-events: none;
  position: absolute;
  top: 46px;
  left: 20px;
  z-index: 2;
  display: flex;
  height: 24px;
  width: 24px;
  background-image: url('/assets/images/credit/calendar-jt-image.svg');
  background-repeat: no-repeat;
}
.form-credit-jt-container-cr input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0;
  position: relative; 
  top: 0px;
  left: -144px;
  z-index: 3;
  display: flex;
  width: 24px;
  height: 24px;
}
.form-credit-jt-container-cr .credit-jt-date-placeholder{
  position: absolute;
  top: 36px;
  left: 44px;
  z-index: 2;
  width: calc(100% - 48px);
}
.form-credit-jt-container-cr .credit-jt-date-placeholder input {
  margin-top: 0;
  padding: 14px;
  color: #a2a2a2;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.7px;
  width: 100%;
  border: none;
  border-radius: 12px;
  box-sizing: border-box;
}
.form-input-cr-date-focus {
  color: #262a38;
  outline: none;
  border: 1px solid #1B3668;
}
.form-input-cr-date-mask-focus {
  color: #262a38 !important;
  outline: none;
  border: none;
}
/* end of input date */
.form-input-cr.form-input-cr-error {
  background-color: rgba(255, 195, 195, 0.11);
  border: 1px solid #FFC3C3;
}
.form-credit-jt-container-cr .form-input-cr:focus,
.form-credit-jt-container-cr .form-input-cr:focus-visible {
  color: #262a38;
  outline: none;
  border: 1px solid #1B3668;
}
.form-credit-jt-container-cr .checkbox-label-cr {
  display: flex;
  max-width: 320px;
  align-items: center;
}
.form-credit-jt-container-cr .form-agree-description {
  width: 92%;
  font-size: 14px;
  font-weight: 400;
  line-height: 128.6%;
  letter-spacing: -0.7px;
}
.form-credit-jt-container-cr .form-agree-description a {
  display: inline;
  color: #262a38;
  font-size: 14px;
  font-weight: 400;
  line-height: 128.6%;
  letter-spacing: -0.7px;
  text-decoration: none;
  border-bottom: 1px solid;
}

/* error-block */
.form-credit-jt-container-cr .credit-jt-error-empty-blocks {
  box-sizing: border-box;
  display: none;
  position: relative;
  padding: 18px 35px 18px 20px;
  align-self: stretch;
  width: 100%;
  color: #262A38;
  letter-spacing: -0.7px;
  font-size: 16px;
  font-weight: 500;
  gap: 22px;
  background-color: #FFC3C3;
  border-radius: 12px;
}
.credit-jt-error-empty-blocks.error-empty-blocks-visible {
  display: flex;
}
.form-credit-jt-container-cr .credit-jt-error-empty-blocks p {
  margin: 0;
}
.form-credit-jt-first-valid.form-first-valid-hide {
  display: none;
}
/* 2nd -3rd validation block */
.form-credit-jt-second-valid {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  margin-left: 30px;
  margin-right: 30px;
  gap: 30px;
  padding: 77px 0;
  background-color: #f1f5f8;
  border-radius: 12px;
}
.form-credit-jt-second-valid.form-second-valid-visible {
  display: flex;
}
.form-credit-jt-second-valid .form-title-cr {
  margin: auto;
  max-width: 600px;
}
.form-credit-jt-second-valid .credit-jt-sent-to-phone {
  font: inherit;
  color: #1B3668;
}
.form-credit-jt-second-valid .credit-jt-code-2valid-repeat {
  cursor: pointer;
  color: #262A38;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.43%;
  letter-spacing: -0.704px;
}
/* buttons */
/* 1st validation */
.form-credit-jt-container-cr .form-credit-jt-buttons, 
.form-credit-jt-buttons a,
.form-credit-jt-buttons a {
  margin: auto;
  text-decoration: none;
  width: -webkit-fill-available;
}
.form-credit-jt-buttons .form-btn-d-cr,
.form-credit-jt-buttons .form-btn-m-cr {
  justify-content: center;
  align-items: center;
  padding: 16px 16px;
  width: -webkit-fill-available;
  /* height: 60px; */
  color: #FFF;
  text-align: center;
  /* white-space: nowrap; */
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 148.24%;
  letter-spacing: -0.36px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.00) 100%), #BF945D;
  border-radius: 12px;
  border: 2px solid #BF945D;
}
.form-credit-jt-buttons .form-btn-d-cr {
  display: flex;
}
.form-credit-jt-buttons .form-btn-m-cr {
  display: none;
}
.form-credit-jt-buttons .form-btn-d-cr:hover,
.form-credit-jt-buttons .form-btn-m-cr:hover {
  cursor: pointer;
  color: #BF945D;
  background-color: #FFF;
  transform: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.form-credit-jt-buttons .form-btn-d-cr:active,
.form-credit-jt-buttons .form-btn-m-cr:active {
  background-color: rgba(191,148,93,0.1);
  transform: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
/* 2nd validation */
.form-credit-jt-second-valid .form-credit-jt-buttons-2valid {
  display: flex;
  margin: auto;
  gap: 10px;
}
.form-credit-jt-second-valid .form-cr-jt-btn-back,
.form-credit-jt-second-valid .form-cr-jt-btn-back-m,
.form-credit-jt-second-valid .form-cr-jt-btn-forward,
.form-credit-jt-second-valid .form-cr-jt-btn-forward-m {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  box-sizing: border-box;
}
.form-credit-jt-second-valid .form-cr-jt-btn-back,
.form-credit-jt-second-valid .form-cr-jt-btn-back-m {
  height: 60px;
  color: #BF945D;
  border-radius: 12px;
  border: 2px solid #BF945D;
  transform: background-color 0.3s ease-in-out color 0.3s ease-in-out;
}
.form-credit-jt-second-valid .form-cr-jt-btn-back {
  display: flex;
}
.form-credit-jt-second-valid .form-cr-jt-btn-back:hover {
  color: #FFF;
  background-color: #BF945D;
  transform: background-color 0.3s ease-in-out color 0.3s ease-in-out;
}
.form-credit-jt-second-valid .form-cr-jt-btn-back:active {
  color: #FFF;
  background-color: #a77d46;
}
.form-credit-jt-second-valid .form-cr-jt-btn-back-m {
  display: none;
  width: 88px;
  background-color: unset;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/assets/images/credit/img_s-valid-back.svg');
}
.form-credit-jt-second-valid .form-cr-jt-btn-back-m:hover {
  color: #FFF;
  background-color: #BF945D;
  background-image: url('/assets/images/credit/img_s-valid-back-verse.svg');
  transform: background-color 0.3s ease-in-out color 0.3s ease-in-out;
}
.form-credit-jt-second-valid .form-cr-jt-btn-back-m:active {
  color: #FFF;
  background-color: #a77d46;
  background-image: url('/assets/images/credit/img_s-valid-back-verse.svg');
}
.form-credit-jt-second-valid .form-cr-jt-btn-forward,
.form-credit-jt-second-valid .form-cr-jt-btn-forward-m {
  height: 60px; 
  color: #FFF;
  background-color: #BF945D;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.00) 100%), #BF945D;
  border-radius: 12px;
  border: 2px solid #BF945D;
  transform: background-color 0.3s ease-in-out color 0.3s ease-in-out;
}
.form-credit-jt-second-valid .form-cr-jt-btn-forward {
  display: flex;
}
.form-credit-jt-second-valid .form-cr-jt-btn-forward:hover {
  color: #BF945D;
  background-color: unset;
  background-image: unset;
  transform: background-color 0.3s ease-in-out color 0.3s ease-in-out;
}
.form-credit-jt-second-valid .form-cr-jt-btn-forward:active {
  color: #BF945D;
  background-color: unset;
  background-image: unset;
  background-color: #dbd2c6;
}
.form-credit-jt-second-valid .form-cr-jt-btn-forward-m {
  display: none;
}

/* 3rd success block */
.form-credit-jt-third-valid {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  margin-left: 30px;
  margin-right: 30px;
  gap: 30px;
  padding: 77px 0;
  background-color: #f1f5f8;
  border-radius: 12px;
}
.form-credit-jt-third-valid.form-third-valid-visible {
  display: flex;
}
.form-credit-jt-third-valid .form-title-cr {
  margin: auto;
  max-width: 800px;
}

/* === CHECKBOX === */
.form-credit-jt-container-cr .checkbox-label-cr {
  display: block;
  position: relative;
  margin-left: 60px;
  margin-bottom: 12px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form-credit-jt-container-cr .checkbox-label-cr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.form-credit-jt-container-cr .checkmark1-cr {
  position: absolute;
  top: 5px;
  left: -40px;
  height: 27px;
  width: 27px;
  background-color: #FFF;
}

/* On mouse-over, add a grey background color */
.form-credit-jt-container-cr .checkbox-label-cr:hover input ~ .checkmark1-cr {
  box-shadow: inset 0px 0px 3px rgba(38, 42, 56, 0.3);
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-credit-jt-container-cr .checkmark1-cr:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-credit-jt-container-cr .checkbox-label-cr input:checked ~ .checkmark1-cr:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-credit-jt-container-cr .checkbox-label-cr .checkmark1-cr:after {
  left: 8px;
  top: 0;
  width: 8px;
  height: 19px;
  border: solid #262a38;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Try send checkbox but not checked */
.form-credit-jt-container-cr #inner-form-cr .checkmark1-cr.checkmark1-cr-error {
  background-color: rgba(255, 195, 195, 0.11);
  border: 1px solid #FFC3C3;
}
/* END CHECKBOX */


@media (max-width: 1050px){
  .credit-jt-global-padding-block {
    gap: 90px;
    margin-bottom: 80px;
    padding: 20px;
  }
  .form-credit-jt-container-cr .section-heading-cr {
    font-size: 40px;
  }
}

@media (max-width: 800px){
  .form-credit-jt-container-cr {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* buttons */
  .form-credit-jt-buttons .form-btn-d-cr {
    display: none;
  }
  .form-credit-jt-buttons .form-btn-m-cr {
    display: flex;
  }
  .form-credit-jt-second-valid .form-cr-jt-btn-back,
  .form-credit-jt-second-valid .form-cr-jt-btn-forward {
    display: none;
  }
  .form-credit-jt-second-valid .form-cr-jt-btn-back-m,
  .form-credit-jt-second-valid .form-cr-jt-btn-forward-m {
    display: flex;
  }
}

@media (max-width: 600px){
  .credit-jt-global-padding-block {
    gap: 60px;
  }
  .form-credit-jt-container-cr .section-heading-cr {
    font-size: 34px;
  }
  .form-credit-jt-container-cr .checkbox-label-cr {
    margin-left: 45px;
    padding-right: 30px;
    max-width: 340px;
  }
}

/*================  BLOCK  =================

                  ADVANTAGES

==========================================*/
.section-adv-jt-credit {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 63px;
  margin-bottom: 120px;
  width: 100%;
}
.section-adv-jt-credit-font {
  color: #262A38;
  font-family: Inter;
  font-style: normal;
}
.section-adv-jt-credit .section-heading-cr {
  margin: 0 auto;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.1%;
  letter-spacing: -0.704px;
}
.section-adv-jt-credit .section-avd-content {
  display: flex;
  align-self: stretch;
  gap: 40px;
  overflow: hidden;
}
.section-adv-jt-credit .adv-right-img-cr {
  display: flex;
  flex: 1;
  height: auto;
  width: 50%;
  min-width: 700px;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  background: radial-gradient(87.14% 87.14% at 50% 50%, rgba(255, 255, 255, 0.00) 0%, rgba(39, 67, 120, 0.17) 100%);
  border-radius: 0 12px 12px 0;
}
.section-adv-jt-credit .adv-right-img-cr img {
  object-position: bottom;
  margin-top: auto;
  height: 100%;
  max-height: 730px;
  width: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.section-adv-jt-credit .adv-big-conteiner-cr {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
  max-width: 680px
}
.section-adv-jt-credit .adv-inner-conteiner-cr {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.section-adv-jt-credit .adv-element-cr {
  gap: 24px;
  display: flex;
  background-color: #f1f5f8;
  flex: 1;
  justify-content: center;
  align-items: start;
  margin-right: 20px;
  padding: 20px;
  border-radius: 12px;
}
.section-adv-jt-credit .adv-element-cr img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}
.section-adv-jt-credit .adv-element-cr-content {
  gap: 12px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
}
.section-adv-jt-credit .adv-element-cr-heading {
  font-size: 24px;
  font-weight: 700;
}
.section-adv-jt-credit .adv-element-cr-description {
  color: #6f768b;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  width: 100%;
  line-height: 150%;
}
.section-adv-jt-credit .adv-btn-group-cr {
  gap: 24px;
  display: flex;
  margin: auto;
  padding-bottom: 12px;
  white-space: nowrap;
}
.section-adv-jt-credit .adv-btn-group-cr a {
  text-decoration: none;
}
.adv-btn-group-cr .credit-jt-adv-btn1,
.adv-btn-group-cr .credit-jt-adv-btn2 {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  border: 2px solid #BF945D;
}
.adv-btn-group-cr .credit-jt-adv-btn1 {
  height: 60px;
  width: 262px;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background-color: #BF945D;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.00) 100%), #BF945D;
  transform: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.adv-btn-group-cr .credit-jt-adv-btn2 {
  height: 60px;
  width: 281px;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BF945D;
  background-color: #FFF;
  transform: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.adv-btn-group-cr .credit-jt-adv-btn1:hover {
  cursor: pointer;
  color: #BF945D;
  background-color: #FFF;
  transform: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.adv-btn-group-cr .credit-jt-adv-btn2:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #BF945D;
  transform: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.adv-btn-group-cr .credit-jt-adv-btn1:active {
  background-color: rgba(191,148,93,0.1);
  transform: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.adv-btn-group-cr .credit-jt-adv-btn2:active {
  background-color: rgba(191,148,93,0.8);
  transform: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}


@media (max-width: 1400px) {
  .section-adv-jt-credit {
    justify-content: center;
    margin-bottom: 80px;
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }
  .section-adv-jt-credit .section-avd-content {
    flex-direction: column;
  }
  .section-adv-jt-credit .adv-right-img-cr {
    margin: auto;
    width: fit-content;
    max-width: 680px;
    min-width: 500px;
    border-radius: 12px 12px 12px 12px;
  }
  .section-adv-jt-credit .adv-big-conteiner-cr {
    margin: auto;
  }
  .section-adv-jt-credit .btn-group-cr {
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 400px;
    width: 100%; 
  }
  .section-adv-jt-credit .adv-element-cr {
    margin-right: 0;
  }
}
@media (max-width: 1050px) {
  .section-adv-jt-credit .section-heading-cr {
    font-size: 40px;
  }
  .section-adv-jt-credit .adv-element-cr-content {
    align-self: stretch; 
  }
  .section-adv-jt-credit .adv-element-cr-heading {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .section-adv-jt-credit .adv-element-cr {
    flex-direction: column;
  }
  .adv-right-img-cr img {
    display: none;
  }
  .section-adv-jt-credit .adv-btn-group-cr {
    flex-direction: column;
    gap: 24px;
  }
  .adv-btn-group-cr .credit-jt-adv-btn1,
  .adv-btn-group-cr .credit-jt-adv-btn2 {
    width: 280px;
  }
}
@media (max-width: 600px) {
  .section-adv-jt-credit .section-adv-jt-credit {
    gap: 31px;
  }
  .section-adv-jt-credit .section-heading-cr {
    font-size: 34px;
  }
  .section-adv-jt-credit .adv-right-img-cr {
    display: none;
  }
}

/*================  BLOCK  =================

                  QUESTIONS

==========================================*/
.faq-credit-jt-faq-section {
  align-self: stretch;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f1f5f8;
}
.section-adv-jt-credit-font {
  color: #262A38;
  font-family: Inter;
  font-style: normal;
}
.faq-credit-jt-faq-section .faq-inner-container {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 60px;
  margin: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 808px;
}
.faq-credit-jt-faq-section .faq-inner-container-content {
  gap: 16px;
  display: flex;
  width: 95%;
  flex-direction: column;
  align-items: center;
}
.faq-credit-jt-faq-section .faq-credit-inner-heading {
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  line-height: 109.1%;
  letter-spacing: -0.704px;
}
.faq-credit-jt-faq-section .faq-credit-inner-description {
  width: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.7px;
}
.faq-credit-jt-faq-section .faq-credit-jt-main {
  gap: 51px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: center;
}
.faq-credit-jt-faq-section .faq-credit-jt-main-content {
  gap: 30px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
.faq-credit-jt-faq-section .faq-credit-jt-details {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
}
.faq-credit-jt-faq-section .faq-credit-jt-item-open {
  background-color: #ffffff;
  align-self: stretch;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  cursor: pointer;
  padding: 20px;
  padding-right: 50px;
  border-radius: 12px;
}
.faq-credit-jt-item-open::-webkit-details-marker {
    display: none;
}

.faq-credit-jt-main-content .faq-credit-jt-item-open::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 94%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  background-image: url('/assets/images/credit/plus-closed-details.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.faq-credit-jt-main-content details[open] .faq-credit-jt-item-open::before {
  background-image: url('/assets/images/credit/plus-closed-details-open.svg');
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
}
.faq-credit-jt-faq-section .faq-credit-jt-item-heading {
  letter-spacing: -0.69px;
  font-size: 20px;
  font-weight: 600;
  align-self: start;
}
.faq-credit-jt-faq-section .faq-credit-jt-answer-block {
  display: flex;
  margin: 30px 20px;
}
.faq-credit-jt-faq-section .faq-credit-jt-answer-block p {
  margin: 0;
}
.faq-credit-jt-faq-section .faq-credit-jt-answer-item {
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.faq-credit-jt-faq-section .faq-credit-jt-foot-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 69%;
  text-align: center;
}
.faq-credit-jt-faq-section .faq-credit-jt-foot-content {
  gap: 15px;
  align-self: stretch;
}
.faq-credit-jt-faq-section .faq-credit-jt-foot-heading {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.7px;
}
.faq-credit-jt-faq-section .faq-credit-jt-foot-description {
  color: #262A38;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.704px;
}
.faq-credit-jt-faq-section .faq-credit-jt-foot-subcontent {
  display: flex;
  text-wrap: nowrap;
}
.faq-credit-jt-faq-section .faq-credit-jt-foot-subheading {
  color: #bf945d;
  letter-spacing: -0.7px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 1050px) {
  .faq-credit-jt-faq-section .faq-credit-jt-faq-section {
    padding-bottom: 20px;
  }
  .faq-credit-jt-faq-section .faq-inner-container-content {
    width: 100%;
  }
  .faq-credit-jt-main-content .faq-credit-jt-details {
    gap: 30px;
  }
  .faq-credit-jt-faq-section .faq-credit-jt-foot-subcontent a {
    font-size: 28px;
  }
  .faq-credit-jt-faq-section .faq-inner-container{
		box-sizing: border-box;
		position: relative;
    gap: 24px;
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .faq-credit-jt-faq-section .faq-credit-jt-main-content {
    gap: 16px;
  }
  .faq-credit-jt-main-content .faq-credit-jt-item-open::before {
    left: 92%;
  }
  .faq-credit-jt-main-content .faq-credit-jt-details-open {
    flex-direction: column;
  }
  .faq-credit-jt-faq-section .faq-credit-jt-foot-subcontent a {
    font-size: 24px;
  }
  .faq-credit-jt-faq-section{
		padding-top: 60px;
	}
	.faq-credit-jt-faq-section .faq-inner-container{
    padding: 0 15px;
  }
	.faq-credit-jt-faq-section .faq-credit-inner-heading{
		font-size: 24px;
	}
	.faq-credit-jt-faq-section .faq-credit-inner-description{
    margin: 0;
    font-size: 16px;
	}
	.faq-credit-jt-faq-section .faq-credit-jt-foot-heading{
		font-size: 24px;
	}
  .faq-credit-jt-faq-section .faq-inner-container-content {
   gap: 10px;
  }
  .faq-credit-jt-faq-section .faq-credit-jt-item-heading {
    font-size: 18px;
  }
  .faq-credit-jt-faq-section .faq-credit-jt-answer-block {
    margin: 20px 16px 12px 16px;
  }
  .faq-credit-jt-faq-section .faq-credit-jt-answer-block p {
    font-size: 16px;
  }
  .faq-credit-jt-faq-section .faq-credit-jt-foot-description {
    font-size: 16px;
  }
}
/*================  BLOCK  =================

                  FOOTER

==========================================*/
.footer-credit-jt-section {
  display: flex;
  width: 100%;
  background-color: #274378;
  justify-content: center;
}
.footer-credit-jt-font {
  color: #FFF;
  font-family: Inter;
  font-style: normal;
}
.footer-credit-jt-section .footer-credit-jt {
  width: 100%;
}
.footer-credit-jt-section .footer-credit-jt-wrap { 
  display: flex;
  justify-content: center;
  padding: 40px 0;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.footer-credit-jt-section .footer-credit-jt-container {
  display: flex;
  flex-direction: column;
  gap: 51px;
  width: 100%; 
}
.footer-credit-jt-section .top-footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.footer-credit-jt-section .top-footer-container img {
  height: 80px;
  width: 54px;
  object-fit: contain;
}
.footer-credit-jt-section .top-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: start;
  gap: 32px;
  margin: auto;
}
.footer-credit-jt-section .footer-contact-link,
.footer-credit-jt-section .footer-contact-link a,
.footer-credit-jt-section .footer-menu-link a {
  margin: 0;
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  align-self: end;
  line-height: 150%;
  letter-spacing: -0.7px;
}
.footer-credit-jt-section .footer-contact-link,
.footer-credit-jt-section .footer-contact-link a {
  font-size: 24px;
}
.footer-credit-jt-section .foot-credit-jt-bottom-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 121px;
  margin: auto;
  max-width: 1440px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.footer-credit-jt-section .footer-credit-jt-inner-wrap {
  gap: 35px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer-credit-jt-section .footer-credit-jt-contact-wrap {
  gap: 32px;
  display: flex;
  flex-direction: column;
}
.footer-credit-jt-section .footer-credit-jt-divide-line {
  height: 1px;
  background-color: #e1e7ed33;
}
.footer-credit-jt-section .footer-credit-jt-mid-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.footer-credit-jt-section .footer-jt-links-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 11px;
  padding-right: 20px;
}
.footer-credit-jt-section .footer-contact-info {
  margin: 0;
  color: #6f768b;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.9%;
  letter-spacing: -0.7px;
}
.footer-credit-jt-section .footer-jt-bottom-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
}
.footer-credit-jt-section .footer-credit-jt-description {
  color: #6f768b;
  letter-spacing: -0.7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
}
.footer-credit-jt-section .footer-jt-copyrights-develop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 230px;
  width: 100%;
}
.footer-credit-jt-section .footer-jt-copyrights-develop p {
  padding-bottom: 2px;
  color: #8E8997;
  letter-spacing: -0.7px;
  font-size: 17.6px;
  font-weight: 500;
} 
.footer-credit-jt-section .footer-jt-copyrights-develop img {
  height: auto;
  width: auto;
}

@media (max-width: 1050px) {
  .footer-credit-jt-section .footer-credit-jt-wrap {
    padding: 20px;
  }
  .footer-credit-jt-section .foot-credit-jt-bottom-wrap {
    gap: 90px;
    padding: 20px;
  }
  .footer-credit-jt-section .footer-credit-jt-description {
    width: 100%;
  }
  .footer-credit-jt-section .footer-jt-copyrights-develop {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .footer-credit-jt-section {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-credit-jt-section .footer-credit-jt-container {
    gap: 25px; 
  }
  .footer-credit-jt-section .foot-credit-jt-bottom-wrap {
    gap: 60px;
  }
  .footer-credit-jt-section .footer-credit-jt-mid-content {
    gap: 30px;
  }
  .footer-credit-jt-section .footer-menu-link a {
    font-size: 16px;
  }
  .footer-credit-jt-section .footer-contact-link {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
	.footer-credit-jt-section .footer-contact-link,
	.footer-credit-jt-section .footer-contact-link a {
	  font-size: 20px;
	}
	.footer-credit-jt-section .footer-credit-jt-mid-content {
        gap: 10px;
    }
	.footer-credit-jt-section .foot-credit-jt-bottom-wrap{
		padding: 0;
	}
}


