

/* Start:/local/templates/main/include/pages/credits/css/credits.css?175205077313123*/
.wrapper main .credit-page .inner .steps {
  padding: 55px 70px 60px;
  background: #fbfbfb;
  border-radius: 20px;
}
@media (max-width: 1239px) {
  .wrapper main .credit-page .inner .steps {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .steps {
    margin: 40px -10px 0 -10px;
    padding: 30px 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .steps {
    padding: 30px 15px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .steps-block {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .steps-block-item {
    padding-bottom: 35px;
  }
}
.wrapper main .credit-page .inner .steps.checking-steps {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #E6E8E0;
  padding: 60px 70px;
}
@media (max-width: 1239px) {
  .wrapper main .credit-page .inner .steps.checking-steps {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .steps.checking-steps {
    margin: 60px 0 0 0;
    padding: 50px 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .steps.checking-steps {
    padding: 35px 15px;
  }
}
.wrapper main .credit-page .inner .steps.checking-steps .steps-title {
  text-align: center;
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .steps.checking-steps .steps-title {
    text-align: start;
    font-size: 22px !important;
  }
}
.wrapper main .credit-page .inner .steps.checking-steps .steps-block {
  margin-top: 40px;
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .steps.checking-steps .steps-block {
    margin-top: 20px;
  }
}
.wrapper main .credit-page .inner .steps.checking-steps .steps-block-item {
  text-align: center;
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .steps.checking-steps .steps-block-item {
    text-align: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .steps.checking-steps .steps-block-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .steps.checking-steps .steps-block-item-image {
    margin-right: 10px;
  }
}
.wrapper main .credit-page .inner .steps.checking-steps .steps-block-item-image-circle {
  margin: 0 auto;
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .steps.checking-steps .steps-block-item-image-circle {
    width: 30px;
    height: 30px;
  }
}
.wrapper main .credit-page .inner .steps.checking-steps .steps-block-item-text-desc {
  font-size: 16px;
  line-height: 20px;
}
.wrapper main .credit-page .inner .steps__form {
  margin: 40px auto 0;
  max-width: 840px;
}
@media (max-width: 979px) {
  .wrapper main .credit-page .inner .steps__form {
    margin-top: 0;
  }
}
.wrapper main .credit-page .inner .steps__form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .steps__form-input {
    display: block;
  }
}
.wrapper main .credit-page .inner .steps__form-phone {
  position: relative;
  width: 100%;
}
.wrapper main .credit-page .inner .steps__form-phone input {
  width: 100%;
  height: 55px;
  padding: 15px 20px 0;
  font: 300 24px/1.5 'Gilroy', sans-serif;
  background: #F4F4F4;
  border: 1px solid transparent;
  border-radius: 10px;
  outline: none;
}
@media (max-width: 979px) {
  .wrapper main .credit-page .inner .steps__form-phone input {
    padding-top: 20px;
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .steps__form-phone input {
    font-size: 16px;
  }
}
.wrapper main .credit-page .inner .steps__form-phone input:focus ~ label,
.wrapper main .credit-page .inner .steps__form-phone input:valid ~ label {
  top: 8px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  font-size: 14px;
}
.wrapper main .credit-page .inner .steps__form-phone input.filled ~ label {
  top: 8px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  font-size: 14px;
}
.wrapper main .credit-page .inner .steps__form-phone input.parsley-error {
  border-color: #f65e64;
}
.wrapper main .credit-page .inner .steps__form-phone input.parsley-error ~ label {
  color: #f65e64;
}
.wrapper main .credit-page .inner .steps__form-phone .parsley-errors-list {
  display: none;
}
.wrapper main .credit-page .inner .steps__form-phone label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 50%;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font: 20px/1 'Gilroy', sans-serif;
  color: #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 979px) {
  .wrapper main .credit-page .inner .steps__form-phone label {
    font-size: 16px;
  }
}
.wrapper main .credit-page .inner .steps__form-btn {
  margin-left: 20px;
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .steps__form-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
}
.wrapper main .credit-page .inner .steps__form-btn input {
  position: relative;
  width: 220px;
  text-align: center;
  font: 300 18px/53px 'Gilroy', sans-serif;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#eb5760), to(#fd9b5c));
  background: linear-gradient(to right, #eb5760, #fd9b5c);
  border: 0;
  border-radius: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1239px) {
  .wrapper main .credit-page .inner .steps__form-btn input {
    line-height: 42px;
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .steps__form-btn input {
    width: 100%;
  }
}
.wrapper main .credit-page .inner .steps__form-btn input::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#eb5760), to(#fd9b5c));
  background: linear-gradient(to top right, #eb5760, #fd9b5c);
  border-radius: 35px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.wrapper main .credit-page .inner .steps__form-btn input:hover::before {
  opacity: 1;
}
.wrapper main .credit-page .inner .steps__form-terms {
  margin-top: 30px;
  font: 300 16px/1.3 'Gilroy', sans-serif;
}
@media (max-width: 1239px) {
  .wrapper main .credit-page .inner .steps__form-terms {
    font-size: 15px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .steps__form-terms {
    font-size: 14px;
    margin-top: 25px;
  }
}
@media (max-width: 1480px) {
  .wrapper main .credit-page .inner .steps__form-terms br {
    display: none;
  }
}
.wrapper main .credit-page .inner .steps__form-terms a {
  text-decoration: underline;
  color: #f65e64;
}
.wrapper main .credit-page .inner .top-banner {
  padding-left: 0;
  background: transparent;
  min-height: auto;
}
.wrapper main .credit-page .inner .top-banner-content {
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .top-banner-content-text {
    max-width: 100%;
  }
}
.wrapper main .credit-page .inner .top-banner-content-text-title {
  margin-bottom: 0;
}
.wrapper main .credit-page .inner .about-banners {
  margin-top: 60px;
  display: grid;
  gap: 30px;
}
@media (max-width: 1239px) {
  .wrapper main .credit-page .inner .about-banners {
    margin-top: 45px;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .about-banners {
    gap: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .about-banners {
    gap: 15px;
    margin-top: 25px;
  }
}
.wrapper main .credit-page .inner .about-banners__item {
  position: relative;
  padding: 60px;
  background: #F9F9F9;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1239px) {
  .wrapper main .credit-page .inner .about-banners__item {
    padding: 45px 40px;
  }
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .about-banners__item {
    padding: 40px 30px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .about-banners__item {
    padding: 30px 16px 16px 16px;
    display: block;
  }
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .about-banners__item:first-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wrapper main .credit-page .inner .about-banners__content {
  max-width: 700px;
}
.wrapper main .credit-page .inner .about-banners__title {
  font: 600 26px/1.4 'Gilroy', sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 1239px) {
  .wrapper main .credit-page .inner .about-banners__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .about-banners__title {
    margin-bottom: 8px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .about-banners__title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.wrapper main .credit-page .inner .about-banners__text {
  font: 300 18px/1.4 'Gilroy', sans-serif;
  margin-bottom: 28px;
}
@media (max-width: 1239px) {
  .wrapper main .credit-page .inner .about-banners__text {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .about-banners__text {
    margin-bottom: 20px;
    max-width: 450px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .about-banners__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.wrapper main .credit-page .inner .about-banners__btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .about-banners__btn {
    margin-top: 24px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .about-banners__btn {
    margin-top: 20px;
  }
}
.wrapper main .credit-page .inner .about-banners__link {
  position: relative;
  display: block;
  width: 204px;
  text-align: center;
  font: 300 18px/60px 'Gilroy', sans-serif;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#eb5760), to(#fd9b5c));
  background: linear-gradient(to right, #eb5760, #fd9b5c);
  border-radius: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
@media (max-width: 1239px) {
  .wrapper main .credit-page .inner .about-banners__link {
    width: 200px;
    line-height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .about-banners__link {
    width: 157px;
    line-height: 35px;
    font-size: 14px;
  }
}
.wrapper main .credit-page .inner .about-banners__link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#eb5760), to(#fd9b5c));
  background: linear-gradient(to top right, #eb5760, #fd9b5c);
  border-radius: 35px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.wrapper main .credit-page .inner .about-banners__link:hover::before {
  opacity: 1;
}
@media (max-width: 1239px) {
  .wrapper main .credit-page .inner .about-banners__image {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .about-banners__image {
    max-width: 220px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .about-banners__image {
    margin-top: 20px;
    margin-left: auto;
    max-width: 160px;
  }
}
.wrapper main .credit-page .inner .about-banners__image img {
  max-width: 100%;
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .about-banners__image--overdraft {
    margin-top: -30px;
  }
}
.wrapper main .credit-page .inner .about-banners__note {
  margin-top: 28px;
  font: 300 14px/18px 'Gilroy', sans-serif;
  color: #636363;
}
@media (max-width: 1239px) {
  .wrapper main .credit-page .inner .about-banners__note {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .wrapper main .credit-page .inner .about-banners__note {
    margin-top: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .about-banners__note {
    font-size: 12px;
    margin-top: 15px;
  }
}
.wrapper main .credit-page .inner .about-banners ul.list li {
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 1239px) {
  .wrapper main .credit-page .inner .about-banners ul.list li {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .wrapper main .credit-page .inner .about-banners ul.list li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.wrapper main .credit-page .inner .about-banners ul.list li::before {
  top: 7px;
}

/* End */
/* /local/templates/main/include/pages/credits/css/credits.css?175205077313123 */
