.credit-block {
  padding: 100px 0px 50px;
}
.credit-block .title {
  margin-bottom: 40px;
}
.credit-block .credit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.credit-block .credit .credit-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-align: start;
  align-items: flex-start;
  width: calc(50% - 15px);
  background-color: #feffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #e6e7e8;
}
.credit-block .credit .credit-item .credit-logo {
  max-width: 490px;
  width: 100%;
  height: auto;
  max-height: 80px;
  margin-bottom: 30px;
}
.credit-block .credit .credit-item .credit-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.credit-block .credit .credit-item .credit__holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.credit-block .credit .credit-item .credit__holder .credit_item__holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  width: 50%;
}
.credit-block .credit .credit-item .credit__holder .credit_item__holder .credit-item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #606060;
  margin-bottom: 10px;
  text-align: center;
}
.credit-block .credit .credit-item .credit__holder .credit_item__holder .credit-item-value {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1d1d1b;
}
.credit-block .credit .credit-item .credit__holder .credit_item__holder:nth-child(1) {
  padding: 0px 15px 15px 0px;
  border-bottom: 0.5px solid #e6e7e8;
  border-right: 0.5px solid #e6e7e8;
  position: relative;
}
.credit-block .credit .credit-item .credit__holder .credit_item__holder:nth-child(1):after {
  content: '';
  position: absolute;
  background-color: #feffff;
  width: 30px;
  height: 30px;
  z-index: 1;
  right: -15px;
  bottom: -15px;
}
.credit-block .credit .credit-item .credit__holder .credit_item__holder:nth-child(2) {
  padding: 0px 0px 15px 15px;
  border-bottom: 0.5px solid #e6e7e8;
  border-left: 0.5px solid #e6e7e8;
}
.credit-block .credit .credit-item .credit__holder .credit_item__holder:nth-child(3) {
  padding: 15px 15px 0px 0px;
  border-top: 0.5px solid #e6e7e8;
  border-right: 0.5px solid #e6e7e8;
}
.credit-block .credit .credit-item .credit__holder .credit_item__holder:nth-child(4) {
  padding: 15px 0px 0px 15px;
  border-top: 0.5px solid #e6e7e8;
  border-left: 0.5px solid #e6e7e8;
}
.credit-block .credit-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: center;
  align-items: center;
  padding: 30px;
  background: radial-gradient(50% 98.79% at 100% 100%, rgba(122,158,45,0.2) 0%, rgba(122,158,45,0) 100%), #1d1d1b;
  border-radius: 5px;
}
.credit-block .credit-form .form__holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-align: start;
  align-items: flex-start;
  max-width: 1050px;
  width: 100%;
  margin-right: 15px;
}
.credit-block .credit-form .form__holder .form_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #f6f7f7;
  margin-bottom: 10px;
}
.credit-block .credit-form .form__holder .form_descr {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #f6f7f7;
  margin-bottom: 30px;
}
.credit-block .credit-form .form__holder .phones__holder .phone__item span {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #7a9e2d;
}
.credit-block .credit-form .btn {
  padding: 0px 25px;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1221px) {
  .credit-block .credit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-align: start;
    align-items: flex-start;
  }
  .credit-block .credit .credit-item {
    width: 100%;
  }
  .credit-block .credit-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-align: start;
    align-items: flex-start;
  }
  .credit-block .credit-form .form__holder {
    max-width: none;
    margin-bottom: 30px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .credit-block {
    padding: 50px 0px;
  }
  .credit-block .credit .credit-item {
    padding: 30px 15px;
  }
  .credit-block .credit .credit-item .credit__holder .credit_item__holder .credit-item-value {
    font-size: 24px;
  }
  .credit-block .credit-form .form__holder .form_title {
    font-size: 24px;
  }
  .credit-block .credit-form .form__holder .form_descr {
    font-size: 16px;
  }
}
@media screen and (max-width: 460px) {
  .credit-block .credit .credit-item .credit__holder .credit_item__holder {
    width: 100%;
  }
  .credit-block .credit .credit-item .credit__holder .credit_item__holder:nth-child(1) {
    padding: 15px 0px;
    border-bottom: 1px solid #e6e7e8;
    border-right: none;
    position: relative;
  }
  .credit-block .credit .credit-item .credit__holder .credit_item__holder:nth-child(1):after {
    display: none;
  }
  .credit-block .credit .credit-item .credit__holder .credit_item__holder:nth-child(2) {
    padding: 15px 0px;
    border-bottom: 1px solid #e6e7e8;
    border-left: none;
  }
  .credit-block .credit .credit-item .credit__holder .credit_item__holder:nth-child(3) {
    padding: 15px 0px;
    border-bottom: 1px solid #e6e7e8;
    border-top: none;
    border-right: none;
  }
  .credit-block .credit .credit-item .credit__holder .credit_item__holder:nth-child(4) {
    padding: 15px 0px 0px;
    border: none;
  }
}
