
.credit__button {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 250px;
    margin: 3px 10px; }

.credit__buttonBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1000;
    -webkit-flex-grow: 1000;
    -ms-flex-positive: 1000;
    flex-grow: 1000;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.credit__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }

.credit__details {
    margin: 3px 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }

.credit__group {
    -webkit-flex-basis: 450px;
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px; }

.credit__order {
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -3px -10px; }

.credits__about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: var(--fontRegular);
    margin: -10px; }

.credits__age {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    font-weight: 100;
    line-height: 18pt;
    min-width: 150px;
    padding: 0 5px 0 0;
    width: 20%; }

.credits__age_th {
    font-size: 10pt;
    font-weight: 100;
    margin: 0;
    padding: 10px 5px 10px 0; }

.credits__bold {
    font-family: var(--fontBold); }

.credits__button {
    margin: 10px; }

.credits__buttons {
    margin-top: 50px;
    text-align: center;
    width: 100%; }

.credits__description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px 10px 10px;
    min-width: 250px;
    padding: 10px 20px;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }

.credits__details-crd {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    padding: 10px 20px;
    min-width: 150px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.credits__details-crd_th {
    line-height: 0;
    padding-bottom: 0;
    padding-top: 0; }

.credits__details-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #369;
    font-size: 10pt;
    margin-top: 10px; }

.credits__details-link:hover {
    border-bottom: 1px dashed #369; }

.credits__details {
    display: block;
    padding: 10px 20px;
    text-align: center;
    min-width: 150px; }

.credits__detailsInfo {
    border: 1px solid #e0e0f0;
    display: none;
    margin: 10px 10px 10px 10px;
    padding: 10px;
    width: 100%; }

.credits__info-crd {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 850px;
    -ms-flex: 1 1 850px;
    flex: 1 1 850px;
    margin: 5px 0;
    padding: 0 0 0 20px;
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px); }

.credits__info-crd_th {
    margin: 0; }

.credits__info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 5px 20px;
    min-height: 80px;
    padding: 5px 0;
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px); }

.credits__info_th {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0;
    padding: 10px 0; }

.credits__intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px; }

.credits__introPicture {
    background: url(https://kazkredit.kz/new_site/img/backgrounds/credits-intro.png) no-repeat 50% 50%;
    background-size: cover;
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
    min-height: 120px; }

.credits__introText {
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    -webkit-box-flex: 1000;
    -webkit-flex-grow: 1000;
    -ms-flex-positive: 1000;
    flex-grow: 1000; }

.credits__logo {
    margin: 5px 0 5px 20px;
    width: 160px; }

.credits__logo img {
    border-radius: 3px;
    display: block; }

.credits__logo_th {
    font-size: 10pt;
    font-weight: 100;
    line-height: 18pt;
    margin: 0;
    margin-left: 20px;
    padding: 10px;
    padding-left: 0; }

.credits__name {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    color: #369;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 200px;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    font-size: 16pt;
    font-family: var(--fontRegular);
    line-height: 16pt;
    margin: -5px 0;
    width: 200px;
    padding: 10px 10px 10px 20px; }

.credits__name_th {
    font-size: 0;
    font-weight: 100;
    padding-bottom: 0;
    padding-top: 0; }

.credits__order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px 0 0;
    padding: 10px 0 0;
    width: 250px; }

.credits__order_th {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0; }

.credits__other {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    font-weight: 100;
    line-height: 18pt;
    min-width: 200px;
    padding: 0 5px 0 0;
    width: 25%; }

.credits__other_th {
    font-size: 10pt;
    font-weight: 100;
    margin: 0;
    padding: 10px 5px 10px 0; }

.credits__param {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-family: var(--fontRegular);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    padding: 5px 0 5px 7px; }

.credits__perc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    font-weight: 400;
    line-height: 18pt;
    min-width: 200px;
    padding: 0 5px 0 0;
    width: 25%; }

.credits__percent {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    font-weight: 500;
    line-height: 18pt;
    min-width: 200px;
    padding: 0 5px;
    width: 33%; }

.credits__percent_th {
    font-size: 10pt;
    font-weight: 100;
    padding: 0 10px; }

.credits__perc_th {
    font-size: 10pt;
    font-weight: 100;
    margin: 0;
    padding: 10px 5px 10px 0; }

.credits__period {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    font-weight: 500;
    line-height: 18pt;
    min-width: 100px;
    padding: 0 5px;
    width: 33%; }

.credits__period_th {
    font-size: 10pt;
    font-weight: 100;
    padding: 0 10px; }

.credits__row {
    cursor: pointer; }

.credits__sum-period {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    font-weight: 100;
    line-height: 18pt;
    min-width: 200px;
    padding: 0 5px 0 0;
    width: 30%; }

.credits__sum-period_th {
    font-size: 10pt;
    font-weight: 100;
    margin: 0;
    padding: 10px 5px 10px 0; }

.credits__sum {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    font-weight: 500;
    line-height: 14pt;
    min-width: 200px;
    padding: 0 5px;
    width: 33%; }

.credits__sum_th {
    font-size: 10pt;
    font-weight: 100;
    padding: 0 10px; }

.credits__tbl {
    border: 1px solid #e0e0f0;
    margin: 10px;
    min-width: 250px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); }

.credits__tblRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px; }

.credits__tblRows {
    overflow-x: auto;
    width: 100%; }

.credits__tblTop {
    background: #efeff9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    width: 100%; }

.credits__total_th {
    display: none;
    font-size: 10pt;
    font-weight: 100;
    padding: 12px 10px; }

.credits__val {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--fontRegular);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px 0 5px 7px;
    width: 90px; }

.tbl__td.credit__logo {
    flex-direction: column;
}

@media screen and (max-width: 480px) {
    .credit__buttons {
        flex-wrap: wrap;
    }
    .credit__buttons .button {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 550px) {
    .tbl__gr.credit__group {
        -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px; } }

@media screen and (max-width: 550px) {
    .credit__info .tbl__td {
        width: 100%; } }

@media screen and (max-width: 745px) {
    .tbl__td.credit__logo {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 120px; }
    .credit__logo img {
        width: 100px;
        height: 50px; } }

@media screen and (max-width: 885px) {
    .credit__name {
        display: none; } }

@media screen and (max-width: 400px) {
    .credit__order {
        display: none; } }

@media screen and (max-width: 700px) {
    .credits__age {
        display: none; } }

@media screen and (max-width: 1200px) {
    .credits__details {
        text-align: left;
        padding-right: 50px; } }

@media screen and (max-width: 480px) {
    .credits__hidden {
        display: none; }
    .credit__buttonBox .credit__button {
        max-width: inherit;
        width: 100%;
    }
    .credit__details {
        margin: 3px 0;
    }
    .credits__details-link {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .credits__info-crd_th {
        display: none; } }

@media screen and (max-width: 1200px) {
    .credits__info {
        min-width: 200px; } }

@media screen and (max-width: 950px) {
    .credits__info {
        display: block;
        padding: 0; } }

@media screen and (max-width: 500px) {
    .credits__info {
        margin: 0;
        margin-top: -10px;
        margin-left: 20px;
        width: 100%; }
    .credits__info_th {
        margin-top: 0; } }

@media screen and (max-width: 1200px) {
    .credits__logo {
        margin-right: 20px; } }

@media screen and (max-width: 500px) {
    .credits__logo_th {
        display: none; } }

@media screen and (max-width: 500px) {
    .credits__name_th {
        font-size: 10pt;
        padding: 10px 0 10px 20px; } }

@media screen and (max-width: 1200px) {
    .credits__order {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0;
        margin-left: 20px;
        padding: 0 0 10px;
        width: 100%; } }

@media screen and (max-width: 550px) {
    .credits__order {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }

@media screen and (max-width: 1200px) {
    .credits__order_th {
        display: none; } }

@media screen and (max-width: 900px) {
    .credits__other {
        display: none; } }

@media screen and (max-width: 950px) {
    .credits__percent {
        padding-top: 5px;
        text-align: left;
        width: 100%; } }

@media screen and (max-width: 950px) {
    .credits__percent_th {
        display: none; } }

@media screen and (max-width: 950px) {
    .credits__period {
        font-size: 10pt;
        font-weight: 500;
        text-align: left;
        width: 100%; } }

@media screen and (max-width: 950px) {
    .credits__period_th {
        display: none; } }

@media screen and (max-width: 950px) {
    .credits__sum {
        font-size: 10pt;
        font-weight: 500;
        text-align: left;
        width: 100%; } }

@media screen and (max-width: 950px) {
    .credits__sum_th {
        display: none; } }