

/* Start:/ua/about/kredit/style.css?175507976815178*/
#kredit_info .kredit_header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /*gap: 10px;*/
    background-color: #facb25;
    border-radius: 10px;
    padding: 30px 0;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px){
    #kredit_info .kredit_header {
        gap: 60px;
        padding: 15px 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 510px){
    #kredit_info .kredit_header {
        gap: 40px;
        padding: 6px 0;
        margin-bottom: 40px;
    }
}

#kredit_info .kredit_header_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #0087e7;
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    #kredit_info .kredit_header_title {
        font-size: 34px;
    }
}

@media screen and (max-width: 510px){
    #kredit_info .kredit_header_title {
        font-size: 20px;
    }
}

#kredit_info .kredit_header_title span {
    color: #ffffff;
}

#kredit_info .kredit_header img {
    width: 318px;
}

@media screen and (max-width: 768px) {
    #kredit_info .kredit_header img {
        width: 180px;
    }
}

@media screen and (max-width: 510px) {
    #kredit_info .kredit_header img {
        width: 100px;
    }
}

#kredit_info .title_block {
    position: relative;
    color: #0087e7;
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
}

@media screen and (max-width: 499px) {
    #kredit_info .title_block {
        font-size: 28px;
    }
}

#kredit_info .title_block::after {
    position: absolute;
    left: 0;
    bottom: -23px;
    content: "";
    display: block;
    width: 100px;
    height: 8px;
    background-color: #fcce04;
}

#kredit_info a {
    text-decoration: none;
    color: #000;
}

#kredit_info .content {
    /*text-align: center;*/
    font-size: 16pt;
    /*margin: 0 10%;*/
}

#kredit_info .banks_header {
    margin: 0 auto;
}

#kredit_info #banks_header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(30px, 1fr));
    width: 100%;
    z-index: 5;
    /*position: fixed;*/
    top: 10px;
}

#kredit_info #banks_header.fixed {
    position: fixed;
    left: 0;
    right: 0;
}

#kredit_info .bank_in_header {
    margin: 1%;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    opacity: 0.9;
}

#kredit_info .bank_in_header_active {
    margin: 1%;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    border: 2px solid orange;
    opacity: 0.9;
}

#kredit_info .text_on_header_button {
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.text_on_header_button img {
    vertical-align: middle;
    max-width: 50%;
    max-height: 80%;
}

#kredit_info .small_header {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20pt;
}

/*#kredit_info .small_header_1 {*/
/*    margin: 40px auto;*/
/*    font-weight: bold;*/
/*    font-size: 22pt;*/
/*}*/

/*#kredit_info .small_header_1:after {*/
/*    content: " ";*/
/*    display: block;*/
/*    height: 1px;*/
/*    width: 20%;*/
/*    border-bottom: 2px solid orange;*/
/*    margin-top: 15px;*/
/*    position: absolute;*/
/*    left: 40%;*/
/*}*/

.small_header_hide {
    height: 0;
    overflow: hidden;
}

#kredit_info .steps_and_advantages {
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));*/
    display: flex;
    font-size: 12pt;
    margin: 8% 3% 3% 3%;
    position: relative;
    text-align: center;
}

#kredit_info .steps_and_advantages > div {
    position: relative;
}

#kredit_info .steps_and_advantages .arrow {
    width: 50px;
}

#kredit_info .steps_and_advantages .first {
    position: absolute;
    top: 50px;
    left: 25%;
    transform: translate(-50%, -50%);
}

#kredit_info .steps_and_advantages .second {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#kredit_info .steps_and_advantages .third {
    position: absolute;
    top: 50px;
    left: 75%;
    transform: translate(-50%, -50%);
}

#kredit_info .step_or_advantage {
    display: inline-block;
    /*margin: 5%;*/
    width: 32%;
    vertical-align: top;
}

#kredit_info .step_or_advantage img {
    width: 100px;
}

#kredit_info a > img {
    width: 100%;
    border-radius: 10px;
}

#kredit_info .bank_rates {
    margin: 50px 0;
    text-align: left;
    font-weight: bold;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

#kredit_info .rate_alpha {
    margin: 0 50px;
    color: rgb(197, 35, 50);
    font-size: 19px;
    line-height: 1;
}

#kredit_info .rate_alpha span {
    color: #000;
    font-size: 16pt;
}

#kredit_info .rate_pb {
    margin: 0 50px;
    color: rgb(85, 174, 44);
    font-size: 19px;
    line-height: 1;
}

#kredit_info .rate_pb span {
    color: #000;
    font-size: 16pt;
}

#kredit_info .rate_ukrsib {
    margin: 0 50px;
    color: rgb(47, 131, 37);
    font-size: 19px;
    line-height: 1;
}

#kredit_info .rate_ukrsib span {
    color: #000;
    font-size: 16pt;
}

#kredit_info .rate_sport {
    margin: 0 50px;
    color: rgb(47, 131, 37);
    font-size: 19px;
    line-height: 1;
}

#kredit_info .rate_sport span {
    color: #000;
    font-size: 16pt;
}

#kredit_info .oc_title_logo {
    margin: 0 auto;
    width: 300px;
}

#kredit_info .oc_title_logo img {
    width: 100px;
}

#kredit_info .oc_title_logo h4,
#kredit_info .oc_title_logo h1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

#kredit_info .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

#kredit_info .float {
    float: left;
}

#kredit_info .oc_tariffs_grid {
    margin-bottom: 70px;
    text-align: left;
    text-transform: uppercase;
    width: 94%;
    margin: 3%;
}

#kredit_info .oc_tariffs_grid th,
#kredit_info .oc_tariffs_grid td {
    margin: 30px;
}

#kredit_info .oc_tariffs_table {
    text-transform: uppercase;
    width: 94%;
    margin: 3%;
}

.over_oc {
    overflow: auto;
}

.tariffs_oc {
    font-size: 16px;
    display: none;
}

.how_oc_works_text {
    width: 80%;
    line-height: 1.15;
    margin: 30px auto;
}

.how_oc_works_img {
    text-align: center;
}

.how_oc_works_img img {
    width: 80%;
    margin: 0 auto;
}

#right {
    padding-right: 0
}

#right > h1,
#personalMenu {
    padding-left: 12px
}


@media screen and (max-width: 1024px) {
    #kredit_info .content {
        margin: 0 0;
        font-size: 16pt;
    }

    #left {
        width: calc(100% - 48px);
    }
}

@media screen and (max-width: 700px) {
    #left {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    #kredit_info .steps_and_advantages .arrow {
        width: 35px;
    }

    #kredit_info .steps_and_advantages .first {
        top: 43px;
    }

    #kredit_info .steps_and_advantages .second {
        top: 43px;
    }

    #kredit_info .steps_and_advantages .third {
        top: 43px;
    }

    #kredit_info .step_or_advantage img {
        width: 86px;
    }
}

@media screen and  (max-width: 559px) {
    #kredit_info .steps_and_advantages .arrow {
        width: 20px;
    }

    #kredit_info .steps_and_advantages .first {
        top: 35px;
    }

    #kredit_info .steps_and_advantages .second {
        top: 35px;
    }

    #kredit_info .steps_and_advantages .third {
        top: 35px;
    }

    #kredit_info .step_or_advantage img {
        width: 70px;
    }

    #kredit_info .steps_and_advantages h4 {
        font-size: 8pt;
    }

    #kredit_info .bank_rates {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    #kredit_info .text_on_header_button {
        line-height: 35px !important;
        height: 35px !important;
    }

    #kredit_info .rate_alpha {
        font-size: 18pt;
        margin: 0 15px
    }

    #kredit_info .rate_alpha span {
        font-size: 12pt;
    }

    #kredit_info .rate_pb {
        margin: 0 15px;
        font-size: 18pt;
    }

    #kredit_info .rate_pb span {
        font-size: 12pt;
    }

    #kredit_info .rate_ukrsib {
        margin: 0 15px;
        font-size: 18pt;
    }

    #kredit_info .rate_ukrsib span {
        font-size: 12pt;
    }

    #kredit_info .rate_sport {
        margin: 0 15px;
        font-size: 18pt;
    }

    #kredit_info .rate_sport span {
        font-size: 12pt;
    }

    /*#kredit_info .steps_and_advantages {*/
    /*    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
    /*}*/

    #kredit_info .oc_tariffs_grid tr {
        font-size: 11pt;
    }

    #kredit_info .content {
        font-size: 11pt;
    }
}

@media screen and (max-width: 480px) {
    /*#kredit_info .steps_and_advantages .arrow {*/
    /*    display: none;*/
    /*}*/

    #kredit_info .step_or_advantage img {
        width: 50px;
    }

    #kredit_info .steps_and_advantages .first {
        top: 25px;
    }

    #kredit_info .steps_and_advantages .second {
        top: 25px;
    }

    #kredit_info .steps_and_advantages .third {
        top: 25px;
    }
}

.div_for_table_info {
    overflow: auto;
}

.table_all_banks_info {
    /*margin: 0 0 20px 0;*/
    padding: 0 0 20px 0;
    width: 100%;
    font-size: 15px;
    text-align: left;
}

.table_all_banks_info tr {
    min-width: 900px;
    display: block;
    padding: 10px 5px;
    vertical-align: middle;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

.table_all_banks_info_bank {
    border-bottom: 1px solid #aaa;
    font-size: 13px;
}

.table_all_banks_info td {
    display: inline-block;
    width: 12%;
    padding: 5px 0 0 0;
}

.table_all_banks_info_bank:hover {
    box-shadow: 0 0 0 3px #FFDF33;
    border-bottom: 1px solid transparent;
    border-radius: 4px;
}

.table_all_banks_info_bank:hover .link_from_table {
    visibility: visible;
}

.link_from_table {
    line-height: 100%;
    background-color: #FFDF33;
    visibility: hidden;
    padding: 10px;
    border-radius: 4px;
}

#td_privat_oc td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/images/credit/privat_logo_new.png');
    content: " ";
    background-size: contain;
}

#td_privat_mr td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/images/credit/privat_logo_new.png');
    content: " ";
    background-size: contain;
}

#td_alfa td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/ua/about/kredit/icons/Sens_new_logo.png');
    content: " ";
    background-size: contain;
}

#td_alfa_2 td:first-child::before {
    display: inline-block;
    position: absolute;
    top: calc(50% - 20px);
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/ua/about/kredit/icons/Sens_LR_new_logo.png');
    content: " ";
    background-size: contain;
}

#td_abank td:first-child::before {
    display: inline-block;
    position: absolute;
    top: calc(50% - 20px);
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/ua/about/kredit/img/àbank-malyiZnak_green_sqr.png') no-repeat center;
    content: " ";
    background-size: contain;
}

#td_mono td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/images/credit/mono_logo_new.png');
    content: " ";
    background-size: contain;
}

#td_ukrsib td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/images/credit/1_193x193.png');
    content: " ";
    background-size: contain;
}

#td_late_pay td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/ua/about/kredit/icons/Plati_pizzhe_new_logo.png') no-repeat;
    content: " ";
    background-size: contain;
}

#td_otp_sk_slice td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/images/bank/OTP_skibochka.png') no-repeat;
    content: " ";
    background-size: contain;
}
#td_otp_slice td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 37px;
    height: 37px;
    background: url('/ua/about/kredit/img/otp_logotype.png') no-repeat;
    content: " ";
    background-size: contain;
}

#td_ukrsibbank td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/images/credit/ukrsibbank.png') no-repeat;
    content: " ";
    background-size: contain;
}

#td_otp td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/images/credit/otp_logo_new.png') no-repeat;
    content: " ";
    background-size: contain;
}

#td_idea td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/images/credit/idea_logo_new.png') no-repeat;
    content: " ";
    background-size: contain;
}

#td_forward td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/images/credit/logo_forvard.png') no-repeat;
    content: " ";
    background-size: contain;
}

#td_sport td:first-child::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url('/images/bank/Sportbank.png') no-repeat;
    content: " ";
    background-size: contain;
}

.table_all_banks_info_bank_name {
    width: 20% !important;
    text-align: left;
}

.table_all_banks_info_bank_name div {
    margin-left: 50px;
}

.table_all_banks_info_bank_ens,
.table_all_banks_info_bank_ens + td {
    width: 8% !important;
}

#kredit_info .step_or_adv {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 20px;
}

#kredit_info .step_or_adv img {
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 559px){
    #kredit_info .step_or_adv img {
        width: 50px;
        height: 50px;
    }
}

#kredit_info .steps_and_adv {
    margin: 20px 0 80px 0;
    line-height: 1.8;
}

@media screen and (max-width: 559px){
    #kredit_info .steps_and_adv {
        margin: 10px 0 50px 0;
        line-height: 1.5;
    }
}

#kredit_info .steps_and_adv h4,
#kredit_info .steps_and_adv p{
    margin: 0;
}
/* End */
/* /ua/about/kredit/style.css?175507976815178 */
