* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
  color: #4A4A4A;
}

.treasury-frame {
  min-width: 320px;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.3);
}

.treasury-frame .button {
  color: #FFFFFF;
  background: #53AE30;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  padding: 10px 30px;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  border: 1px solid #53AE30;
  display: inline-block;
  white-space: nowrap;
  line-height: normal;
  height: auto;
}

.treasury-frame .button:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #71be52;
  border: 1px solid #71be52;
}

.treasury-frame .desktop {
  display: block;
}

@media only screen and (max-width: 768px) {
  .treasury-frame .desktop {
    display: none;
  }
}

.treasury-frame .mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .treasury-frame .mobile {
    display: block;
  }
}

.treasury-frame .section-wrapper {
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .treasury-frame .section-wrapper {
    padding: 30px 0;
  }
}

.treasury-frame .block-title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 30px;
}

.treasury-frame .section-header {
  background: url(../img/banner-img_exchequer.png);
  background-position: center;
  height: 500px;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .treasury-frame .section-header {
   
  }
}

.treasury-frame .section-header .header-title {
  font-weight: 800;
  font-size: 42px;
  color: #4A4A4A;
}

.treasury-frame .link-block__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.treasury-frame .link-block__item a {
  font-weight: 300;
  font-size: 20px;
  color: #4A4A4A;
  margin-bottom: 10px;
border-bottom: 1px solid #333;
width: max-content;
}
.treasury-frame .link-block__item a:hover {
text-decoration: none;
border-bottom: 1px solid rgba(0,0,0, 0);
}

.treasury-frame .content-block.white-text {
  color: #fff;
}

.treasury-frame .content-block .tel-number {
  font-size: 24px;
}

.treasury-frame .content-block .text-block:not(:last-child) {
  margin-bottom: 40px;
}

.treasury-frame .content-block .text-block__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.treasury-frame .content-block .text-block__description {
  font-size: 16px;
  line-height: 1.6;
}

.treasury-frame .content-block .text-block__description.padding-left {
  padding-left: 20px;
}



  .korp-request {
   
    padding: 40px 0px 100px;
}

@media (max-width: 991px) {
.korp-request {

    padding: 30px 0px 60px;
}
}

.korp-request h2 {
    margin-bottom: 40px;
    font-size: 32px;
}


.korp-request p {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 70px;
}

@media (max-width: 991px) {
.korp-request p {
    margin-bottom: 40px;
}
}

.korp-request .title-input-field {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #4a4a4a;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.korp-request .body-input-field {
    border-radius: 4px;
    border: solid 1px #c5c5c5;
    background-color: #fff;
    max-width: 367px;
    position: relative;
    margin-bottom: 30px;
    padding: 0px;
}

.korp-request .input-field {
    text-align: left;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #4a4a4a;
    background-color: transparent;
    border: none;
    max-width: 367px;
    width: 100%;
    height: 48px;
    padding: 10px 16px 12px;
}

.korp-request .input-field:focus {
    box-shadow: none!important;
    border: none!important;
    outline: none!important;
}

.korp-request .input-field:invalid {
    box-shadow: none!important;
    border: none!important;
    outline: none!important;
}

.korp-request_form {
    margin-left: auto;
    margin-right: auto;
}

.korp-request_form-input {
    max-width: 367px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.business-form_button {
    margin-top: 0px;
    margin-bottom: 0px;
}

.business-form_button .btn-success {
    border-radius: 5px;
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    padding: 11px 31px 12px 31px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.business-form_button .btn-success:hover, .business-form_button .btn-success:focus, .business-form_button .btn-success:active {
    color: #fff;
    border-radius: 5px;
    background-color: #575757!important;
    border-color: #575757!important;
    box-shadow: none!important;
}

.business-form_button .btn-success {
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.korp-request_form-agreement .agreement-checkbox+label:before {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    content: '';
    cursor: pointer;
    border: solid 1px #c5c5c5;
}

.korp-request_form-agreement .agreement-checkbox:checked+label:before {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(/business/sme/kreditovanie-biznesa/i/form-arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.korp-request_form-agreement .agreement-checkbox+label {
    font-family: Source Sans Pro;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: normal;
    color: #999999;
    padding-left: 34px;
    position: relative;
    height: 20px;
    margin: 0px;
}

.korp-request_form-agreement {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
    /* max-width: 656px; */
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
.korp-request_form-agreement {
    margin-top: 30px;
    margin-bottom: 32px;
}
}

@media (max-width: 767px) {
.korp-request_form-agreement {
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
}
}

a.black-color {
    font-family: Source Sans Pro;
    color: #000000;
}

.korp-request_form-cheker {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.korp-request_form-cheker p {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    text-transform: uppercase;
    margin-left: 12px;
    margin-bottom: 0px;
}

input.agreement-checkbox {
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    display: inline-block;
    top: 54px;
    width: 20px;
    height: 20px;
    background: #fff;
    content: '';
    cursor: pointer;
    border: solid 1px #c5c5c5;
    position: absolute;
    opacity: 0;
}

@media (max-width: 991px) {
input.agreement-checkbox {
    top: 34px;
}
}


@media (max-width: 767px) {
input.agreement-checkbox {
    top: 30px;
}
}

input.agreement-checkbox:checked {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(/business/sme/kreditovanie-biznesa/i/form-arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

input.agreement-checkbox:focus {
    box-shadow: none!important;
    outline: none!important;
}

.korp-request_form-radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.korp-request_form-radio .input-radio+label {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #999999;
    margin: 0px;
    padding-left: 30px;
    height: 22px;
}

.korp-request_form-radio .input-radio+label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    content: '';
    cursor: pointer;
    background-image: url(/business/sme/kreditovanie-biznesa/i/form-radio.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.korp-request_form-radio .input-radio:checked+label:before {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(/business/sme/kreditovanie-biznesa/i/form-radio-checked.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.korp-request .body-input-radio {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

input.input-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/business/sme/kreditovanie-biznesa/i/form-radio.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: '';
    cursor: pointer;
    position: absolute;
    opacity: 0;
}

input.input-radio:checked {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(/business/sme/kreditovanie-biznesa/i/form-radio-checked.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

input.input-radio:focus {
    box-shadow: none!important;
    outline: none!important;
}

.korp-request_form-input-ok {
    position: absolute;
    top: 21px;
    right: 19px;
    width: 12px;
    height: 8px;
    background: #fff;
    background-image: url(/business/sme/kreditovanie-biznesa/i/form-ok.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    visibility: hidden;
}

.korp-request_form-input-ok.active {
    visibility: visible;
}

.korp-request_form-input.left {
    margin-right: 0px;
}

.korp-request_form-input.right {
    margin-left: 0px;
}

@media (max-width: 767px) {
.korp-request_form-input.left, .korp-request_form-input.right {
    margin-left: auto;
    margin-right: auto;
}
}


.business-request_form-agreement .agreement-checkbox+label:before {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    content: '';
    cursor: pointer;
    border: solid 1px #c5c5c5;
}

.business-request_form-agreement .agreement-checkbox:checked+label:before {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../i/form-arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.business-request_form-agreement .agreement-checkbox+label {
    font-family: Source Sans Pro;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: normal;
    color: #999999;
    padding-left: 34px;
    position: relative;
    height: 20px;
    margin: 0px;
}

.business-request_form-agreement {
    margin-bottom: 20px;
    max-width: 732px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
.business-request_form-agreement {
    margin-top: 30px;
    margin-bottom: 32px;
}
}

@media (max-width: 767px) {
.business-request_form-agreement {
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
}
}

a.black-color {
    font-family: Source Sans Pro;
    color: #000000;
}

.business-request_form-cheker {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.business-request_form-cheker p {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    text-transform: uppercase;
    margin-left: 12px;
    margin-bottom: 0px;
}

input.agreement-checkbox {
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    display: inline-block;
    top: 54px;
    width: 20px;
    height: 20px;
    background: #fff;
    content: '';
    cursor: pointer;
    border: solid 1px #c5c5c5;
    position: absolute;
    opacity: 0;
}

@media (max-width: 991px) {
input.agreement-checkbox {
    top: 34px;
}
}


@media (max-width: 767px) {
input.agreement-checkbox {
    top: 30px;
}
}

input.agreement-checkbox:checked {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(i/form-arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

input.agreement-checkbox:focus {
    box-shadow: none!important;
    outline: none!important;
}

