﻿.main_title {
    font-size: 1.33rem;
    color: #000;
    font-weight: normal;
}

.main_slider {
    max-height: 500px;
    margin-bottom: 20px;
}

    .main_slider .main_slider_itm {
        max-height: 500px;
    }

        .main_slider .main_slider_itm img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            max-height: 500px;
            min-height: 300px;
        }

    .main_slider .owl-dots {
        position: absolute;
        top: 90%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .main_slider .owl-dots .owl-dot {
            outline: none;
        }

            .main_slider .owl-dots .owl-dot .active span, .main_slider .owl-dots .owl-dot:hover span {
                background-color: #898989;
            }

            .main_slider .owl-dots .owl-dot span {
                background: none;
                border: 1px solid #fff;
                -webkit-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all .2s ease-out;
            }

.information_wrap {
    margin: 10px auto;
}

.information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(31, 32, 41, 0.1);
    box-shadow: 0 0 20px 0 rgba(31, 32, 41, 0.1);
    margin: 15px auto;
}

    .information .information_itm {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100px;
        -ms-flex: 1 1 100px;
        flex: 1 1 100px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .information .information_itm:not(last-child) {
            border-right: 1px solid #e2e2e2;
        }

        .information .information_itm a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            color: #000;
            text-decoration: none;
            -webkit-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            height: 9.5rem;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            position: relative;
        }

            .information .information_itm a:hover, .information .information_itm a:focus, .information .information_itm a.active {
                text-decoration: none;
                color: #000;
                background-color: #e2e2e2;
                outline: none;
            }

            .information .information_itm a:before {
                position: absolute;
                display: none;
                content: "";
                width: 0;
                height: 0;
                border-left: 26px solid transparent;
                border-right: 26px solid transparent;
                border-bottom: 11px solid #fff7ed;
                left: 50%;
                -webkit-transform: translateX(-26px);
                -ms-transform: translateX(-26px);
                transform: translateX(-26px);
                top: 105%;
                z-index: 1;
            }

            .information .information_itm a.active:before {
                display: block;
            }

.information_itm_descr {
    color: #000;
    line-height: 1.1;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    min-height: 3rem;
}

.information_itm__img_wrap {
    min-height: 50px;
    text-align: center;
}

.information_full {
    background-color: #fff7ed;
    -webkit-box-shadow: 0 0 20px 0 rgba(31, 32, 41, 0.1);
    box-shadow: 0 0 20px 0 rgba(31, 32, 41, 0.1);
    padding: 1rem 1.5rem;
    min-height: 6rem;
}

.information_full_benefit {
    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;
}

.information_full_benefit_itm {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 1.2;
}

.information_full_benefit_btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
    margin: 20px auto;
}

.information_icon_wrap {
    width: 56px;
    height: 56px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    line-height: 56px;
    background-color: #ef547a;
    text-align: center;
    margin-right: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.partner_slider {
    padding: 10px 0;
}

    .partner_slider .partner_slider_itm {
        height: 5rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-shadow: 0 0 20px 0 rgba(31, 32, 41, 0.1);
        box-shadow: 0 0 20px 0 rgba(31, 32, 41, 0.1);
    }

        .partner_slider .partner_slider_itm img {
            -o-object-fit: cover;
            object-fit: cover;
            height: 5rem;
        }

    .partner_slider .owl-dot {
        outline: none;
        background-color: #898989;
        cursor: pointer;
    }

        .partner_slider .owl-dot span {
            background-color: #898989;
        }

.promo_full {
    padding: 1rem;
}

    .promo_full .promo_full_itm_wrap {
        padding: 1rem .5rem;
        background-color: #f7eee5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2rem;
    }

    .promo_full .main_title {
        color: #ef547a;
        width: 70%;
        line-height: 1.2;
        margin: 0;
        padding: 0;
        margin-bottom: 1rem;
    }

    .promo_full .promo_full_img_wrap {
        width: 40%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        margin-right: 2rem;
    }

        .promo_full .promo_full_img_wrap img {
            max-width: 100%;
            min-height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .promo_full .promo_full_text_wrap {
        width: 60%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        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;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.step_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

    .step_wrap .step_itm {
        padding: 2rem 1rem 1rem;
        min-height: 8rem;
        width: 30%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        background-color: #f7eee5;
        text-align: center;
        position: relative;
        font-size: 14px;
        min-width: 280px;
        margin-bottom: 1rem;
    }

        .step_wrap .step_itm:not(:last-child):after {
            content: "\f105";
            position: absolute;
            top: -webkit-calc(50% - 20px);
            top: calc(50% - 20px);
            right: -18px;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            line-height: 40px;
            background-color: #fff7ed;
            font-family: FontAwesome;
            z-index: 100;
            font-size: 24px;
            border: 1px solid #f7eee5;
        }

        .step_wrap .step_itm .step_itm_title {
            color: #ef547a;
            margin: 1rem auto .5rem;
        }

        .step_wrap .step_itm img {
            height: 70px;
        }

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

        .switch input:checked + .slider:before {
            -webkit-transform: translateX(36px);
            -ms-transform: translateX(36px);
            transform: translateX(36px);
        }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-border-radius: 34px;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #ef547a;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.bank_info_title {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem auto;
}

    .bank_info_title .main_title {
        font-size: 24px;
        padding: 0 2rem;
        cursor: pointer;
    }

        .bank_info_title .main_title .active {
            color: #ef547a;
        }

.bank_info_wrap {
    min-height: 20rem;
}

.bank_icon_wrap {
    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;
    margin: 1rem auto;
}

    .bank_icon_wrap .bank_icon {
        height: 3rem;
        padding: .5rem 2rem;
        border: 1px solid #e2e2e2;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        text-align: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
        color: #000;
    }

        .bank_icon_wrap .bank_icon:not(:last-child) {
            border-right: none;
        }

        .bank_icon_wrap .bank_icon:hover, .bank_icon_wrap .bank_icon:focus, .bank_icon_wrap .bank_icon.active {
            text-decoration: none;
            outline: none;
            background-color: #f7eee5;
            cursor: pointer;
        }

        .bank_icon_wrap .bank_icon img {
            max-height: 100%;
        }

.bank_icon p {
    margin: 0;
}

.bank_choose_wrap {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .bank_choose_wrap .bank_choose_itm {
        color: #000;
        padding: 1rem;
        min-height: 13rem;
        width: 30%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        background-color: #f7eee5;
        text-align: center;
        position: relative;
        font-size: 14px;
        min-width: 250px;
        margin-bottom: 1.5rem;
    }

        .bank_choose_wrap .bank_choose_itm p {
            width: 80%;
            margin: 1rem auto;
            height: 4rem;
        }

        .bank_choose_wrap .bank_choose_itm .main_btn {
            display: block;
            margin: 0 auto;
            width: 100%;
        }

        .bank_choose_wrap .bank_choose_itm img {
            width: 30px;
        }


.partner_list_text {
    text-align: center;
}

.partner_list_group {
    margin-bottom: 1.5rem;
}

.partner_list_input {
    display: none;
}

.partner_list_label {
    text-align: center;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: .5rem 2rem;
    display: inline-block;
    color: #ef547a;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .partner_list_label.active, .partner_list_label:hover, .partner_list_label:focus {
        background-color: #ef466f;
        -webkit-box-shadow: 0 10px 30px 0 rgba(31, 32, 41, 0.2);
        box-shadow: 0 10px 30px 0 rgba(31, 32, 41, 0.2);
        color: #fff;
        text-decoration: none;
        outline: none;
    }

.partner_list_search {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 70%;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    position: relative;
}

    .partner_list_search .partner_list_search_input {
        width: 100%;
        padding: .3rem 2rem;
        font-size: 18px;
        color: #58585a;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #fff;
        border: none;
    }

        .partner_list_search .partner_list_search_input:hover, .partner_list_search .partner_list_search_input:focus {
            outline: none;
        }

    .partner_list_search .partner_list_search_label {
        position: absolute;
        display: inline-block;
        z-index: 2;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 1.5rem;
        right: 10px;
        cursor: pointer;
        color: #58585a;
    }

.partner_list_filter_wrap {
    padding: 0 .5rem;
}

    .partner_list_filter_wrap input {
        display: none;
    }

    .partner_list_filter_wrap .partner_list_filter {
        color: #1c8ba8;
        font-size: 14px;
        margin: 0;
        min-width: 60px;
        cursor: pointer;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        text-align: center;
    }

        .partner_list_filter_wrap .partner_list_filter:hover, .partner_list_filter_wrap .partner_list_filter:focus, .partner_list_filter_wrap .partner_list_filter.active {
            background-color: #ffffff;
            color: #58585a;
        }

.partner_list_itm {
    width: 300px;
    margin-bottom: 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 32, 41, 0.2);
    box-shadow: 0 10px 30px 0 rgba(31, 32, 41, 0.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    .partner_list_itm .partner_list_itm_img {
        height: 140px;
    }

        .partner_list_itm .partner_list_itm_img img {
            width: 100%;
            height: 100%;
        }

    .partner_list_itm .main_title {
        font-size: 1rem;
        color: #000000;
        text-align: center;
    }

.partner_list_itm_text_wrap {
    padding: 1rem;
}

.partner_list_itm_text {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .partner_list_itm_text span {
        font-size: 14px;
        color: #e2e2e2;
        margin: 0;
    }

.partner_list_filter_wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    text-align: center;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1201px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 993px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 769px) {
    body {
        font-size: 16px;
    }

    .information_full_benefit {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .information_full_benefit .information_full_benefit_itm {
            width: 50%;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 50%;
            -ms-flex: 1 1 50%;
            flex: 1 1 50%;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

    .main_title {
        font-size: 1.3rem;
    }

    .step_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .step_wrap .step_itm {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            margin-bottom: 20px;
            min-width: 280px;
        }

            .step_wrap .step_itm:not(:last-child):after {
                content: "\f107";
                left: -webkit-calc(50% - 20px);
                left: calc(50% - 20px);
                top: 97%;
            }

    .promo_full .promo_full_itm_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

        .promo_full .promo_full_itm_wrap .promo_full_text_wrap, .promo_full .promo_full_itm_wrap .promo_full_img_wrap {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            width: 100%;
            margin-bottom: 1rem;
        }

        .promo_full .promo_full_itm_wrap .promo_full_text_wrap {
            padding: 1rem 2rem;
        }

        .promo_full .promo_full_itm_wrap .main_title {
            width: 100%;
        }

    .information .information_itm a.active:before {
        display: none;
    }

    .info_list_nav {
        left: 0;
    }

        .info_list_nav:before {
            left: 40px;
        }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 481px) {
    .information_full_benefit .information_full_benefit_itm {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .information {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .information .information_itm:not(:last-child) {
            border-bottom: 1px solid #e2e2e2;
        }

    .bank_choose_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .bank_info_title {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .bank_info_title .main_title {
            padding: 0 1rem;
        }

    .bank_icon_wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .bank_icon_wrap .bank_icon {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 50%;
            -ms-flex: 1 1 50%;
            flex: 1 1 50%;
            border: 1px solid #e2e2e2;
        }

            .bank_icon_wrap .bank_icon:not(:last-child) {
                border-right: 1px solid #e2e2e2;
            }

    .promo_full_itm_wrap {
        text-align: center;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .bank_info_title .main_title {
        padding: 0 .3rem;
    }

    .main_slider .owl-dots {
        width: 100%;
    }
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /**/
}
