*{
	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

/=========================================*/
.landing-main-body-nbu-jf-b-credit {
  margin: 0;
  padding: 0;
}
/*================  BLOCK  =================

//                 HEADER                 //

==========================================*/
.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-jt-credit-left-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.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 {
  cursor: pointer;
  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: 10;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.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 {
  cursor: pointer;
  position: absolute;
  z-index: 20;
  top: 20px;
  right: 20px;
  height: 24px;
  width: 23px;
  background-image: url('../images/business-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;
  flex-direction: column;
  justify-content: center;
}
.header-jt-credit-modal-wrap .header-jt-credit-lang {
  justify-content: center;
  margin: auto;
  width: fit-content;
}
.header-jt-credit-lang .jt-credit-lang-arrow-active {
  margin-top: 10px !important;
  transform: rotate(-45deg) !important;
}
.header-jt-credit-lang-wrap-mobile .jt-credit-choise-block {
  position: static !important;
  display: none;
  margin : auto !important;
  max-width : 135px !important;
}
.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('../images/business-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);
}
/* lang hover */
.header-jt-credit-lang-wrap .header-jt-credit-lang-active span {
  color: #BF945D;
}
.header-jt-credit-lang-wrap .header-jt-credit-lang-active .header-jt-credit-img {
  background-image: url('../images/business-credit/lang-jt-credit-vrs.svg') !important;
}
/* end lang hover */
.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;
}
/* lang MOBILE */
.header-jt-credit-lang-wrap-mobile {
  position: relative;
  color: #262A38;
}
.header-jt-credit-lang-wrap-mobile .header-jt-credit-lang {
  cursor: pointer;
  display: flex;
  column-gap: 8px;
}
.header-jt-credit-lang .header-jt-credit-img {
  height: 24px;
  width: 24px;
  background-image: url('../images/business-credit/lang-jt-credit.svg');
  background-size: cover;
}
 
.header-jt-credit-lang-wrap-mobile .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);
}
/* lang hover */
.header-jt-credit-lang-wrap-mobile .header-jt-credit-lang-active span {
  color: #BF945D;
}
.header-jt-credit-lang-wrap-mobile .header-jt-credit-lang-active .header-jt-credit-img {
  background-image: url('../images/business-credit/lang-jt-credit-vrs.svg') !important;
}
/* end lang hover */
.header-jt-credit-lang-wrap-mobile .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-mobile .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-mobile .jt-credit-choise-element:hover{
  color: #BF945D;
}
.jt-credit-choise-element.jt-credit-choise-element-active {
  display: none;
}
/* mobile hover */
.header-jt-credit-lang-wrap-mobile .header-jt-credit-lang-active span {
  color: #BF945D;
}
.header-jt-credit-lang-wrap-mobile .header-jt-credit-lang-active .header-jt-credit-img {
  background-image: url('../images/business-credit/lang-jt-credit-vrs.svg') !important;
}
/* end of lang mobile */

@media(max-width: 1800px){
  .header-section-jt-credit-paddings {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media(max-width: 1300px){
  .header-jt-credit-modal.jt-credit-modal-active {
    padding: 90px 0 48px 0;
  }
  .header-jt-credit-modal-wrap.jt-credit-modal-wrap-active {
    display: block;
  }
  .header-section-jt-credit .header-jt-credit-inner-content {
    height: 60px;
  }
  .header-jt-credit-modal-wrap .header-jt-credit-top-menu-element {
    padding-bottom: 24px;
  }
  .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-jt-credit-modal-wrap .header-jt-credit-btn-mobile {
    padding-top: 58px;
  }
  .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-jf-b-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-jf-b-credit-font {
  color: #262A38;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.banner-section-jf-b-credit .banner-section-jf-b-credit-wrap { 
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  height: 600px;
}
.banner-section-jf-b-credit .banner-content-jf-b {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
  padding-top: 142px;
  padding-bottom: 80px;
  padding-right: 5px;
}

.banner-section-jf-b-credit .banner-text-content-jf-b {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  flex-shrink: 0;
  gap: 32px;
  max-width: 670px;
  align-items: start;
  font-size: 0.9em; 
  line-height: 134%;
  letter-spacing: -0.704px;
}
.banner-section-jf-b-credit .banner-header-jf-b {
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 500;
  line-height: 103%;
  letter-spacing: -0.548px;
}
.banner-section-jf-b-credit .banner-subheader-jf-b {
  margin-top: 0;
}
.banner-section-jf-b-credit .banner-content-jf-b a {
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
}
.banner-section-jf-b-credit .banner-jf-b-credit-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 34px;
  height: 60px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  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;
  border-image: none;
  border-radius: 12px;
}

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

@media(max-width: 1800px){
  .banner-section-jf-b-credit {
    margin-bottom: 100px;
  }
  .banner-section-jf-b-credit .banner-section-jf-b-credit-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
  .banner-section-jf-b-credit .banner-img-jf-b img{
    max-height: 580px;
  }
}
@media(max-width: 1500px){
  .banner-section-jf-b-credit .banner-header-jf-b {
    font-size: 2.5em;
  }
  .banner-section-jf-b-credit .banner-img-jf-b img{
    max-height: 550px;
  }
}
@media(max-width: 1400px){
  .banner-section-jf-b-credit .banner-text-content-jf-b {
    width: fit-content;
  }
  .banner-section-jf-b-credit .banner-jf-b-credit-btn a {
    width: auto;
  }
  .banner-section-jf-b-credit .banner-img-jf-b img{
    max-height: 500px;
  }
  .banner-section-jf-b-credit .banner-header-jf-b {
    font-size: 2em;
  }
}
@media(max-width: 1200px){
  .banner-section-jf-b-credit .banner-img-jf-b img{
    max-height: 420px;
  }
}
      
@media (max-width: 1050px){
  .banner-section-jf-b-credit {
    margin-bottom: 80px;
  }
  .banner-section-jf-b-credit-wrap {
    flex-direction: column;
    max-width: none;
    height: auto !important;
  }
  .banner-section-jf-b-credit .banner-content-jf-b {
    padding-top: 74px;
    padding-bottom: 0px;
    gap: 5px;
  }
  .banner-section-jf-b-credit .banner-content-jf-b a {
    margin: auto;
    margin-bottom: 62px;
  }
  .banner-section-jf-b-credit .banner-jf-b-credit-btn {
    padding: 0px 32px;
    height: 55px;
  }
  .banner-section-jf-b-credit .banner-text-content-jf-b {
    gap: 10px;
    margin: auto;
  }
  .banner-section-jf-b-credit .banner-img-jf-b img{
    max-height: 400px;
    width: 100%;
  }
  .banner-section-jf-b-credit .banner-header-jf-b {
    font-size: 32px;
    line-height: 38.73px;
    letter-spacing: -0.55px;
    text-align: center;
  }
  .banner-section-jf-b-credit .banner-subheader-jf-b {
    margin: auto;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.7px;
    text-align: center;
  }
}
@media (max-width: 600px){
  .banner-section-jf-b-credit {
    margin-bottom: 40px;
  }
  .banner-section-jf-b-credit .banner-section-jf-b-credit-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

//                ADVANTAGES               //

==========================================*/
.section-adv-jf-b-credit {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 70px;
  margin-bottom: 120px;
  width: 100%;
}
.section-adv-jf-b-credit-font {
  color: #262A38;
  font-family: Inter;
  font-style: normal;
}
.section-adv-jf-b-credit .section-heading-jf-b {
  margin: 0 auto;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.704px;
}
.section-adv-jf-b-credit .section-avd-content-jf-b {
  display: flex;
  align-self: stretch;
  gap: 40px;
  overflow: hidden;
}
.section-adv-jf-b-credit .adv-right-img-jf-b {
  display: flex;
  flex: 1;
  min-height: 500px;
  justify-content: flex-end;
  align-self: stretch;
  background: #E7D8C5;
  border-radius: 0 12px 12px 0;
}
.section-adv-jf-b-credit .adv-right-img-jf-b img {
  object-position: right bottom;
  margin-top: auto;
  padding: 0 80px;
  max-height: 500px;
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.section-adv-jf-b-credit .adv-big-conteiner-jf-b {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-right: 240px;
}
.section-adv-jf-b-credit .adv-inner-conteiner-jf-b {
  gap: 20px;
  display: flex;
  flex-direction: column;
  width: 680px;
}
.section-adv-jf-b-credit .adv-element-jf-b {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: start;
  gap: 24px;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #D7D7D7;
  border-radius: 12px;
}
.section-adv-jf-b-credit .adv-element-jf-b img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}
.section-adv-jf-b-credit .adv-element-jf-b-content {
  gap: 12px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
}
.section-adv-jf-b-credit .adv-element-jf-b-heading {
  font-size: 24px;
  font-weight: 700;
}
.section-adv-jf-b-credit .adv-element-jf-b-description {
  color: #6f768b;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  width: 100%;
  line-height: 150%;
}

@media (max-width: 1900px) {
  .section-adv-jf-b-credit .adv-right-img-jf-b img {
    padding: 0;
  }
  .section-adv-jf-b-credit .adv-big-conteiner-jf-b {
    padding-right: 150px;
  }
}
@media (max-width: 1600px) {
  .section-adv-jf-b-credit .adv-big-conteiner-jf-b {
    padding-right: 60px;
  }
}

@media (max-width: 1400px) {
  .section-adv-jf-b-credit {
    justify-content: center;
    gap: 56px;
    margin-bottom: 80px;
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }
  .section-adv-jf-b-credit .section-avd-content-jf-b {
    flex-direction: column;
  }
  .section-adv-jf-b-credit .adv-right-img-jf-b {
    margin: auto;
    width: fit-content;
    max-height: 300px;
    min-height: 300px;
    max-width: 680px;
    min-width: 680px;
    border-radius: 12px 12px 12px 12px;
  }
  .section-adv-jf-b-credit .adv-right-img-jf-b img {
    object-position: center bottom;
    height: 300px;
  }
  .section-adv-jf-b-credit .adv-big-conteiner-jf-b {
    margin: auto;
    padding: 0;
  }
  .section-adv-jf-b-credit .adv-element-jf-b {
    margin-right: 0;
  }
}

@media (max-width: 1050px) {
  .section-adv-jf-b-credit .section-heading-jf-b {
    font-size: 40px;
  }
  .section-adv-jf-b-credit .adv-element-jf-b-content {
    align-self: stretch; 
  }
  .section-adv-jf-b-credit .adv-element-jf-b-heading {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .section-adv-jf-b-credit {
    gap: 40px;
  }
  .section-adv-jf-b-credit .section-heading-jf-b {
    font-size: 34px;
  }
  .section-adv-jf-b-credit .adv-right-img-jf-b {
    display: none;
  }
  .section-adv-jf-b-credit .adv-big-conteiner-jf-b {
    margin: 0;
  }
  .section-adv-jf-b-credit .adv-inner-conteiner-jf-b {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .section-adv-jf-b-credit {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-adv-jf-b-credit .section-heading-jf-b {
    font-size: 28px;
  }
  .section-adv-jf-b-credit .section-adv-jf-b-credit {
    gap: 31px;
  }
  .section-adv-jf-b-credit .adv-right-img-jf-b {
    display: none;
  }
}
@media (max-width: 500px) {
  .section-adv-jf-b-credit .section-heading-jf-b {
    display: none;
  }
  .section-adv-jf-b-credit .adv-inner-conteiner-jf-b {
    gap: 10px;
  }
  .section-adv-jf-b-credit .adv-element-jf-b-content {
    gap: 0;
  }
  .section-adv-jf-b-credit .adv-element-jf-b {
    padding: 18px 20px !important;
  }
  .section-adv-jf-b-credit .adv-element-jf-b img {
    padding-top: 10px;
  }
  .section-adv-jf-b-credit .adv-element-jf-b-heading {
    font-size: 20px;
    line-height: 24.2px;
  }
  .section-adv-jf-b-credit .adv-element-jf-b-description {
    font-size: 16px;
    line-height: 24px;
  }
}

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

//                 PRODUCT                //

==========================================*/
.section-product-jf-b-credit {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 70px;
  margin-bottom: 120px;
  width: 100%;
}
.section-product-jf-b-font {
  color: #262A38;
  font-family: Inter;
  font-style: normal;
}
.section-product-jf-b-credit .section-heading-jf-b {
  margin: 0 auto;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.704px;
}
.product-jf-b-conteiner-small-hide,
.product-jf-b-conteiner-hide {
  display: none !important;
}
.section-product-jf-b-credit .product-jf-b-conteiner,
.section-product-jf-b-credit .product-jf-b-conteiner-small {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  width: auto;
}
.product-jf-b-conteiner-small .product-element-jf-b {
  min-width: unset !important;
}
.section-product-jf-b-credit .product-element-jf-b {
  display: flex;
  flex-direction: column;
  gap: 38px;
  padding: 40px;
  max-width: 705px;
  width: 100%;
  min-width: 600px;
  height: 100%;
  background-color: #f3eee6;
  border-radius: 12px;
  box-sizing: border-box;
}
.product-element-jf-b.product-element-jf-b-mobile {
  gap: 0px;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: unset;
  width: 100%;
  min-width: unset;
}
.product-element-jf-b-mobile .product-element-jf-b-heading {
  gap: 5px;
}
.product-element-jf-b-mobile .product-element-jf-b-content {
  margin-bottom: 36px;
}
.section-product-jf-b-credit .owl-item:nth-child(odd) .product-element-jf-b,
.section-product-jf-b-credit .product-element-jf-b:nth-child(odd) {
  background-color: #f3eee6;
  border: 1px solid #f3eee6;
}
.section-product-jf-b-credit .owl-item:nth-child(even) .product-element-jf-b,
.section-product-jf-b-credit .product-element-jf-b:nth-child(even) {
  background-color: #FFF;
  border: 1px solid #D7D7D7;
}
.section-product-jf-b-credit .product-element-jf-b-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.section-product-jf-b-credit .product-element-jf-b-title {
  font-size: 24px;
  font-weight: 700;
}
.section-product-jf-b-credit .product-element-jf-b-description {
  min-height: 27px;
  width: 100%;
}
.section-product-jf-b-credit .product-element-jf-b-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.section-product-jf-b-credit .product-element-jf-b-content-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaaab2;
}
.section-product-jf-b-credit .product-element-jf-b-content-row p {
  margin: 0;
  padding: 0;
}
.section-product-jf-b-credit .product-element-jf-b-content-row p:first-child {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #6F768B;
}
.section-product-jf-b-credit .product-element-jf-b a {
  margin: auto;
  width: fit-content;
  text-decoration: none;
}
.section-product-jf-b-credit .product-jf-b-credit-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 38px;
  height: 60px;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  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;
  border-image: linear-gradient(to right, #d3ab7e, #c1a37a, #ba9863) 1;
  border-image: none;
  border-radius: 12px;
}
.product-element-jf-b:nth-child(odd) .product-jf-b-credit-btn {
  color: #ede5e5;
  color: #fff;
}
.product-element-jf-b:nth-child(even) .product-jf-b-credit-btn {
  color: #FFF;
}
.section-product-jf-b-credit .product-jf-b-credit-btn:hover {
  cursor: pointer;
  color: #BF945D;
  border-image: none;
  background-color: #FFF;
  transform: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.section-product-jf-b-credit .product-jf-b-credit-btn:active {
  color: #BF945D;
  border-image: none;
  background-color: #dfd7cd;
}
/* MOBILE - hiding carausel and copy elements */
.product-jf-b-conteiner.product-jf-b-conteiner-hide {
  display: none;
}
.product-jf-b-conteiner-mobile {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
  height: 555px;
}
.product-jf-b-conteiner-mobile.product-jf-b-conteiner-mobile-hide {
  display: none;
}

/* ================ */
/*     CARAUSEL     */
/* ================ */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
 /* custom -> 
 *  deleted video plugin; owl.carausel.css & owl.theme.default.css inserted in one file 
 *  colors and margins modified */

 .owl-carausel-jf-b-1 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
 /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carausel-jf-b-1 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
 /* fix firefox animation glitch */
}
.owl-carausel-jf-b-1 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carausel-jf-b-1 .owl-stage-outer {
  position: relative;
  overflow: hidden;
 /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carausel-jf-b-1 .owl-wrapper, .owl-carausel-jf-b-1 .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carausel-jf-b-1 .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carausel-jf-b-1 .owl-item img {
  display: block;
  width: 100%;
}
 .owl-carausel-jf-b-1 .owl-nav.disabled, .owl-carausel-jf-b-1 /*.owl-dots.disabled*/ { 
  display: none;
}

.owl-carausel-jf-b-1 .owl-nav .owl-prev, .owl-carausel-jf-b-1 .owl-nav .owl-next, .owl-carausel-jf-b-1 .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carausel-jf-b-1 .owl-nav button.owl-prev, .owl-carausel-jf-b-1 .owl-nav button.owl-next, .owl-carausel-jf-b-1 button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carausel-jf-b-1.owl-loaded {
  display: block;
}
.owl-carausel-jf-b-1.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carausel-jf-b-1.owl-hidden {
  opacity: 0;
}
.owl-carausel-jf-b-1.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carausel-jf-b-1.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carausel-jf-b-1.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carausel-jf-b-1.owl-rtl {
  direction: rtl;
}
.owl-carausel-jf-b-1.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carausel-jf-b-1 {
  display: block;
}
/* * Owl Carousel - Animate Plugin */
.owl-carausel-jf-b-1 .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carausel-jf-b-1 .owl-animated-in {
  z-index: 0;
}
.owl-carausel-jf-b-1 .owl-animated-out {
  z-index: 1;
}
.owl-carausel-jf-b-1 .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
      opacity: 1;
 }
  100% {
      opacity: 0;
 }
}
/* * Owl Carousel - Auto Height Plugin */
.owl-height {
  transition: height 500ms ease-in-out;
}
/* * Owl Carousel - Lazy Load Plugin */
.owl-carausel-jf-b-1 .owl-item {
 /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */
}
.owl-carausel-jf-b-1 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carausel-jf-b-1 .owl-item .owl-lazy[src^=""], .owl-carausel-jf-b-1 .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carausel-jf-b-1 .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/* DEFAULT THEME */
/* Default theme - Owl Carousel CSS File */
.owl-carausel-jf-b-1 .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carausel-jf-b-1 .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-carausel-jf-b-1 .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-carausel-jf-b-1 .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carausel-jf-b-1 .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carausel-jf-b-1 .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carausel-jf-b-1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  zoom: 1;
  opacity: 0.7;
  margin: 0 11px 0 0;
}
.owl-carausel-jf-b-1 .owl-dots .owl-dot:hover {
  opacity: 1;
}
.owl-carausel-jf-b-1 .owl-dots .owl-dot span {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #70706e;
  border-radius: 30px;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.owl-carausel-jf-b-1 .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: '';
  display: flex;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #282937;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100%;
}


/* ======================= */
/* === END of CARAUSEL === */
/* ======================= */

@media (max-width: 1600px) {
  .section-product-jf-b-credit .section-heading-jf-b {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .section-product-jf-b-credit .product-jf-b-conteiner-small {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .product-jf-b-conteiner-small .product-element-jf-b {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 500px !important;
  }
}

@media (max-width: 1050px) {
  .section-product-jf-b-credit {
    margin-bottom: 70px;
  }
  .section-product-jf-b-credit .section-heading-jf-b {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .section-product-jf-b-credit {
    gap: 50px;
  }
  .section-product-jf-b-credit .section-heading-jf-b {
    font-size: 34px;
  }
  .section-product-jf-b-credit .product-jf-b-big-conteiner {
    margin: 0;
  }
}
@media (max-width: 665px) {
  .section-product-jf-b-credit .product-jf-b-conteiner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .section-product-jf-b-credit {
    gap: 38px;
  }
  .section-product-jf-b-credit .section-heading-jf-b {
    font-size: 28px;
  }
  .section-product-jf-b-credit .product-element-jf-b-heading {
    gap: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .section-product-jf-b-credit .product-element-jf-b-title {
    font-size: 20px;
    line-height: 27px;
  }
  .section-product-jf-b-credit .product-element-jf-b-content {
    padding-left: 4px;
    margin-bottom: 26px;
  }
  .section-product-jf-b-credit .product-element-jf-b-content-row {
    font-size: 18px;
    line-height: 27px;
  }
  .section-product-jf-b-credit .product-element-jf-b-content-row p:first-child {
    font-size: 16px;
    line-height: 19.2px;
  }
  .section-product-jf-b-credit .product-jf-b-conteiner-small {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .product-jf-b-conteiner-small .product-element-jf-b {
    min-width: unset !important;
  }
}
@media (max-width: 500px) {
  .section-product-jf-b-credit {
    gap: 20px;
  }
  .section-product-jf-b-credit .section-heading-jf-b {
    font-size: 24px;
  }

}
@media (max-width: 400px) {
  .product-element-jf-b.product-element-jf-b-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

}


/*================  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: 70px;
  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: 50px;
  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;
  max-width: 1300px;
  width: 100%;
}
.how-credit-jt-block-section .how-credit-jt-dot-line{
  position: absolute;
  top: 28px;
  z-index: -1;
  display: flex;
  margin-left: 164px;
  width: 76%;
  height: 2px;
  flex-shrink: 0;
  border-bottom: 2px solid rgba(118, 111, 145, 0.15);
}

.how-credit-jt-block-section .how-credit-jt-element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 280px;
}

.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;
  justify-content: center;
}

.how-credit-jt-block-section .how-credit-jt-d-heading {
  width: max-content;
  letter-spacing: -0.7px;
  font-size: 22px;
  font-weight: 700;
}
/* TOOLTIP */
.how-credit-jt-block-section .tooltip-jf-b {
  position: relative;
  top: -12px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-image:url('../images/business-credit/img-jf-b-tooltip-icon.svg');
}
.tooltip-jf-b {
  position: relative;
  display: inline-block;
}

.tooltip-jf-b .tooltip-jf-b-message {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: -128px;
  display: none;
  margin-left: -60px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  min-width: 224px;
  gap: 10px;
  color: #6F768B;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid var(--thin-line-default, rgba(9, 52, 117, 0.10));
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
}
.tooltip-jf-b .tooltip-jf-b-message::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 14.6%;
  margin-left: 58px;
  border-width: 8px;
  border-style: solid;
  border-color: rgba(255,255,255,1) transparent transparent transparent;
}
.tooltip-jf-b .tooltip-jf-b-message::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 14%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(9, 52, 117, 0.10) transparent transparent transparent;
}

.tooltip-jf-b:hover .tooltip-jf-b-message {
  visibility: visible;
  display: inline-flex;
}
/* END of Tooltip */
.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: 22px;
}

@media (max-width: 1200px){
  .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;
  }
  .how-credit-jt-block-section .how-credit-jt-element {
    margin: auto;
  }
}
@media (max-width: 600px){
  .how-credit-jt-padding-block {
    margin-bottom: 80px;
  }
  .how-credit-jt-block-section {
    align-items: flex-start;
  }
  .credit-jt-global-padding-block {
    gap: 60px;
  }
  .how-credit-jt-block-section .how-credit-jt-main-header {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
  }
  .how-credit-jt-block-section .how-credit-jt-d-heading {
    font-size: 20px;
  }
  .how-credit-jt-block-section .tooltip-jf-b {
    display: inline-flex;
  }
  .how-credit-jt-block-section .how-credit-jt-d-subheading {
    font-size: 16px;
  }
  .how-credit-jt-block-section .how-credit-jt-icon img {
    height: 36px;
    width: 36px;
  }
  .how-credit-jt-block-section .how-credit-jt-element {
    flex-direction: row;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    max-width: max-content;
    gap: 14px;
  }
  .how-credit-jt-block-section .how-credit-jt-icon-d {
    border-bottom: none;
  }
  .how-credit-jt-block-section .how-credit-jt-d-subheading {
    display: none;
  }
}

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

              FORM ANKETA BLOCK

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

.form-credit-jt-padding-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 121px;
  margin-bottom: 120px;
  width: 100%;
}
.form-credit-jt-container-cr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding: 77px 0;
  background-color: #E7D8C5;
  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;
  margin-bottom: 16px;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  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: 24px;
  letter-spacing: -0.704px;
}
.form-credit-jt-container-cr .section-subheading-cr p {
  margin: 0;
  font: inherit;
}
.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: 21px;
  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;
}

.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: 18px;
  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: 18px;
  letter-spacing: -0.7px;
  text-decoration: none;
  border-bottom: 1px solid;
}

/* ============= SELECT BOX ===============*/
.form-credit-jt-container-cr .select-custom-status-cr {
  position: relative;
  align-self: stretch;
  width: 100%;
  min-height: 60px;
  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; */
}
.select-custom-status-cr select {
  display: none; /*hide original SELECT element: */
}

.select-jf-b-selected:after {
  position: absolute;
  content: "";
  top: 24px;
  right: 12px;
  width: 0;
  height: 0; 
  display: inline-block;
  padding: 4px;
  border: solid #262A38;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.select-jf-b-selected.select-arrow-active:after {
  transform: rotate(-135deg);
} 

.select-items-jf-b div,
.select-jf-b-selected {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0px 16px;
  height: 60px;
  color: #262A38;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #1B3668; 
}

.select-jf-b-selected.select-jf-b-txt-unfocus {
  border: 1px solid #e0e0e0;
}

.select-items-jf-b {
  position: absolute; 
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #E7D8C5;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}
.select-items-jf-b-hide {
  display: none;
}
.select-items-jf-b .hide-choosen-jb-f {
  display: none;
}

.select-items-jf-b div:hover,
.same-as-selected-jf-b {
  background-color: #f2f0eb;
}
/* END O)F SELECT BOX */

/* error-block */
.form-credit-jt-container-cr .form-input-cr-error {
  background-color: #FBF3F3 !important;
  border: 1px solid #FE5959 !important;
}
.form-credit-jt-container-cr .credit-jt-error-empty-blocks,
.form-credit-jt-container-cr .credit-jt-server-error-blocks {
  display: none;
  position: relative;
  padding: 18px 35px 18px 20px;
  align-self: stretch;
  max-width: 360px;
  color: #262A38;
  letter-spacing: -0.7px;
  font-size: 16px;
  font-weight: 500;
  gap: 22px;
  background-color: #FFC3C3;
  border-radius: 12px;
  margin-bottom: 20px;
}
.credit-jt-error-empty-blocks.error-empty-blocks-visible,
.credit-jt-server-error-blocks.server-error-blocks-visible {
  display: flex;
}
.form-credit-jt-container-cr .credit-jt-error-empty-blocks p,
.form-credit-jt-container-cr .credit-jt-server-error-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: #E7D8C5;
  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: 18px;
  letter-spacing: -0.704px;
  border-bottom: 1px solid #262A38;
}
/* 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;
}
.form-credit-jt-buttons .form-btn-d-cr,
.form-credit-jt-buttons .form-btn-m-cr {
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  width: -webkit-fill-available;
  height: 60px;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  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;
  border-image: linear-gradient(to right, #d3ab7e, #c1a37a, #ba9863) 1;
  border-image: none;
  border-radius: 12px;
}
.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;
  border-image: none;
  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);
  border-image: none;
  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;
  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 30px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  letter-spacing: -0.36px;
  white-space: nowrap;
  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;
  border: 2px solid #BF945D;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.00) 100%), #BF945D;
  border-image: none;
  border-radius: 12px;
}
.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;
  border-image: none;
  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;
  border-image: none;
  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: #E7D8C5;
  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: #FBF3F3;
  border: 1px solid #FE5959;
}
/* 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;
    padding: 60px 0;
  }
  /* buttons */
  .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;
  }
  .form-credit-jt-container-cr .section-heading-cr {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (max-width: 600px){
  .credit-jt-global-padding-block {
    gap: 60px;  
  }
  .form-credit-jt-padding-block {
    margin-bottom: 80px;
  }
  .form-credit-jt-container-cr .section-heading-cr {
    font-size: 24px;
    line-height: 29px;
  }
  .form-credit-jt-container-cr .checkbox-label-cr {
    margin-left: 45px;
    padding-right: 30px;
    max-width: 340px;
  }
  .form-credit-jt-container-cr .section-subheading-cr {
    font-size: 16px;
    line-height: 24px;
  }
  .form-credit-jt-container-cr .inputs-content-cr {
    gap: 32px;
  }
  .form-credit-jt-container-cr .anketa-form-cr {
    width: auto;
  }
  
}
@media (max-width: 375px){
  .form-credit-jt-container-cr .select-custom-status-cr {
    font-size: 16px;  
  }
  .form-credit-jt-container-cr .select-jf-b-selected {
    padding: 0 10px;
    font-size: 16px;
  }
  .form-credit-jt-container-cr .select-items-jf-b > div {
    padding: 0 10px;
  }
  .form-credit-jt-container-cr .form-input-cr {
    font-size: 16px;
    padding: 0 10px;
  }
  .form-credit-jt-container-cr .form-label-cr {
    font-size: 14px;
  }
  .form-credit-jt-container-cr .inputs-content-cr {
    gap: 20px;
  }
}
@media (max-width: 340px){
  .form-credit-jt-container-cr .select-custom-status-cr {
    font-size: 14px; 
    min-height: 30px;
  }
  .form-credit-jt-container-cr .select-jf-b-selected:after {
    top: 19px;
  }
  .form-credit-jt-container-cr .select-jf-b-selected {
    height: 46px;
    font-size: 14px;
  }
  .form-credit-jt-container-cr .select-items-jf-b > div {
    height: 46px;
    font-size: 14px;
  }
  .form-credit-jt-container-cr .form-input-cr {
    font-size: 14px;
    height: 46px;
  }
  .form-credit-jt-container-cr .form-label-cr {
    font-size: 12px;
  }
}


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

                  QUESTIONS

==========================================*/
.faq-credit-jt-faq-section {
  align-self: stretch;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #FFF;
}
.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: 48px;
  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: 27px;
  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: 10px;
  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 {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: start;
  align-items: center;
  align-self: stretch; 
  gap: 20px; 
  padding: 24px 18px;
  padding-right: 70px;
  background: #F5EDE3;
  border-radius: 12px;
  border: 1px solid #FFE7C8; 
}
.faq-credit-jt-main-content .faq-credit-jt-item-open::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 94.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  background-image: url('../images/business-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('../images/business-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-left: 20px;
  width: 89%;
}
.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 .special-jf-b-subdetails {
  margin-top: 26px;
  color: #6F768B;
  font-size: 16px;
  font-style: normal;
  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: 16px;
  padding: 0 15px;
  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-subcontent {
  display: flex;
}
.faq-credit-jt-faq-section .faq-credit-jt-foot-description {
  color: #262A38;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.704px;
}
.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;
}
.faq-credit-jt-faq-section .faq-credit-jf-b-time-info {
  color: #6F768B;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.704px;
}

@media (max-width: 1050px) {
  .faq-credit-jt-faq-section {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .faq-credit-jt-faq-section .faq-inner-container-content {
    width: 100%;
  }
  .faq-credit-jt-faq-section .faq-credit-jt-answer-block {
    margin-left: 20px;
    width: 100%;
  }
  .faq-credit-jt-faq-section .faq-credit-inner-heading {
    font-size: 34px;
  }
  .faq-credit-jt-faq-section .faq-inner-container {
    gap: 40px;
  }
  .faq-credit-jt-faq-section .faq-credit-jt-foot-subheading {
    font-size: 28px;
  }
  
}
@media (max-width: 600px) {
  .faq-credit-jt-faq-section {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-credit-jt-main-content .faq-credit-jt-details-open {
    flex-direction: column;
  }
  .faq-credit-jt-faq-section .faq-credit-inner-heading {
    font-size: 24px;
  }
  .faq-credit-jt-faq-section .faq-inner-container {
    gap: 20px;
  }
  .faq-credit-jt-faq-section .faq-credit-jt-item-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .faq-credit-jt-main-content .faq-credit-jt-item-open::before {
    left: 90%;
  }
  .faq-credit-jt-main-content .faq-credit-jt-answer-item {
    font-size: 16px;
    line-height: 150%;
  }
  .faq-credit-jt-faq-section .faq-credit-jt-foot-heading {
    font-size: 24px;
  }
  .faq-credit-jt-faq-section .faq-credit-jt-foot-description {
    padding: 0 20px;
    font-size: 16px;
  }
  .faq-credit-jt-faq-section .faq-credit-jt-foot-subheading {
    font-size: 24px;
  }
  
}
/*================  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;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.footer-credit-jt-section .footer-credit-jt-container {
  display: flex;
  flex-direction: column;
  gap: 51px;
  padding-top: 40px;
  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: 27px;
  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: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer-credit-jt-section .footer-credit-jt-contact-wrap {
  gap: 20px;
  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;
}
.footer-credit-jt-section .footer-jt-links-wrap:not(:last-child) {
  padding-right: 60px;
}
.footer-credit-jt-section .footer-contact-info {
  margin: 0;
  color:rgba(255, 255, 255, 0.60);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  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 {
  margin-bottom: 0;
  color: #6f768b;
  letter-spacing: -0.7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  max-width: 420px;
}
.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 100px;
  }
  .footer-credit-jt-section .foot-credit-jt-bottom-wrap {
    gap: 90px;
    padding: 10px 0;
  }
  .footer-credit-jt-section .footer-credit-jt-description {
    width: 100%;
  }
  .footer-credit-jt-section .footer-jt-copyrights-develop {
    width: 100%;
  }
  .footer-credit-jt-section .footer-jt-links-wrap:last-child {
    padding-right: 60px;
  }
  .footer-credit-jt-section .footer-jt-links-wrap:nth-child(2) {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 800px) {
  .footer-credit-jt-section {
    padding: 0;
    padding-bottom: 20px;
  }
  .footer-credit-jt-section .footer-credit-jt-wrap {
    padding: 20px 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: 600px) {
  .footer-credit-jt-section .top-footer-container {
    gap: 26px;
    row-gap: 24px;
  }
  .footer-credit-jt-section .top-footer-menu {
    row-gap: 14px;
  }
  .footer-credit-jt-section .top-footer-container img {
    height: 90px;
    width: 64px;
  }
  .footer-credit-jt-section .footer-credit-jt-inner-wrap {
    gap: 24px;
  }
  .footer-credit-jt-section .footer-credit-jt-wrap {
    padding: 20px 15px;
  }
  .footer-credit-jt-section .footer-credit-jt-contact-wrap {
    gap: 24px;
  }
  .footer-credit-jt-section .footer-contact-link a {
    font-size: 20px;
    line-height: 24px;
  }
  .footer-credit-jt-section .footer-jt-links-wrap {
    padding: 0 !important;
  }
  .footer-credit-jt-mid-content {
    column-gap: 10px;
  }
  .footer-credit-jt-section .foot-credit-jt-bottom-wrap {
    padding: 28px 0;
  }
  .footer-credit-jt-section .footer-jt-bottom-wrap {
    row-gap: 0;
  }
}
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
  }

  /* Убираем стрелки для браузера Firefox */
  input[type=number] {
      -moz-appearance: textfield;
  }