button:focus {
    outline: none;
}

.md-text-link {
    text-decoration: underline;
}

.homepage table {
    font-size: 12px;
    width: 100% !important;
}

.offersbild {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;

}

.buttonbild {
    border: none;
}

.md_button_block {
    margin-bottom: 20px;
    text-align: center;
}

.md_custom_button {
    width: auto !important;
}

.md_custom_banner_block {
    text-align: center;
}

.md_custom_banner {
    margin-bottom: 10px;
}

.md_main_wraper {
    width: 100%;
}

.md_main_wraper .w-75 {
    margin: auto;
    max-width: 760px;
}

.button-padding:hover {
    text-decoration: unset !important;
}

.MsoNormalTable td {
    padding: 10px;
}

.b24-form-btn {
    min-width: 223px;
    min-height: 40px;
    background: #FCB205;
    box-shadow: 0 10px 16px rgba(206, 151, 21, 0.4);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b24-form-btn:hover {
    background-color: #FBC955FF !important;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0;
    margin-bottom: 20px;
}

.md-big-banner {
    margin: 80px 20px;
    background-color: #f4f6fa;
    height: 300px;
    padding: 20px;
    border-radius: 20px;
    display: flex;
}

.md-big-banner-left {
    width: 75%;
}

.md-big-banner-right {
    width: 25%;
}

.md-big-banner-right img {
    width: 100%;
    height: auto;
}

.md-big-banner-right .md-right-img {
    float: right;
    height: 250px;
}

.md-banner-right-block-img {
    width: 100%;
    height: 100%;
}

.md-banner-title {
    font-size: 35px;
    font-weight: 700;
    color: #fcb205;
    line-height: 45px;
    margin: 0 0 20px 0;
}

.md-banner-description {
    min-height: 100px;
}

.md-banner-button {
    width: 100px;
}

.md-3-columns {
    display: flex;
    margin: 20px;
    padding: 20px;
}

.md-column-element {
    width: 33.333%;
    text-align: center;
}

.md-column-picto {
    margin-bottom: 20px;
}

.md-column-description {
    font-size: 14px;
    color: #9fa2af;
}

.md-column-description h5 {
    color: black;
    font-weight: 600;
}

.md-text-block {
    margin: 20px;
    padding: 20px;
    text-align: center;
}


.md-3-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 40px;
    margin: 20px;
    padding: 20px;
}

.md-column-3-element {
    width: 100%;
    background-color: #f4f6fa;
    color: #6A6A6AFF;
    border-radius: 20px;
    padding: 20px;
    min-height: 300px;
    font-size: 14px;
}

.md-column-3-element h3 {
    color: black;
    text-align: center;
}


.md-column-3-element:nth-child(1), .md-column-3-element:nth-child(2) {
    margin: 0 20px 0 0;
}

.md-column-3-element .md_adv_logo {
    margin: 10px auto 20px;
    text-align: center;
}

.md-column-3-element .md_adv_logo img{
    border-radius: 10px;
    width: 250px;
    height: 250px;
}

.md-3-column-text {
    text-align: center;
    font-weight: bold;
}

.md-faq-columns {
    display: flex;
    padding: 20px;
    margin-bottom: 50px;
}

.md-faq-left-column, .md-faq-right-column {
    width: 50%;
}

.md-faq-left-column h4 {
    font-weight: 600;
}

.md-faq-left-column-picto {
    margin-bottom: 20px;
}

.md-faq-full-width .card {
    border: 0;
}

.md-faq-full-width .accordion-item button {
    background-color: #f4f6fa;
    font-weight: 600;
    color: #6A6A6AFF;
}

.md-faq-full-width .accordion .card .btn::before {
    content: "-";
    position: absolute;
    right: 15px;
    top: -1px;
    font-size: 24px;
    margin-top: 8px;
}

.md-faq-full-width .accordion .card .btn.collapsed::before {
    content: "+";
    position: absolute;
    right: 15px;
    bottom: -2px;
    font-size: 24px;
    margin-top: 8px;
}

.md-app-buttons-block {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 40px;
}

.md-app-button-container .md-app-button-link {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 56px;
    background: #1f232b;
    border-radius: 10px;
}

.md-app-button-container .app-button-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.md-mir-description-block {
    /* background-color: #FCB205;*/
    border: 1px solid #FFEFC5;
    margin: 100px 20px 20px 20px;
    height: 220px;
    padding: 20px;
    border-radius: 20px;
}

.md-mir-description-block-small {
    height: 190px;
}

.md-app-block-right {
    margin: auto;
    text-align: center;
}

.app-block-img {
    height: 250px;
}

.md-app-button-container .app-button-img--googleplay {
    width: 128px;
    height: 30px;
}

.md_algoritm_block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 40px;
    margin: 50px 0;
}

.md_algorithm_element{
    padding: 0 20px;
    display: -webkit-box;
}

.md_step_number {
    width: 46px;
    height: 46px;
    background-color: #fcb205;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
    color: #1f232b;
    font-size: 25px;
    font-weight: 600;
    padding: 5px;
}

.md_step_description {

}

.md-questions-button-block {
    margin: 50px 20px;
    padding: 20px 0;
}

.md-questions-button-block .button-highlight {
    min-width: 223px;
    max-width: 200px;
    min-height: 40px;
    background: #FCB205;
    box-shadow: 0 10px 16px rgba(206, 151, 21, 0.4);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.md-in-banner-button {
    max-width: 50px;
    margin-top: 15px;
}


.md-3-columns-v2 {
    display: flex;
    margin: 20px;
    padding: 20px;
}

.md-3-columns-v2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 40px;
    margin: 20px;
    padding: 20px;
}

.md-column-3-element-v2 {
    width: 100%;
    border-radius: 20px;
    background-color: #f4f6fa;
    color: #212121;
    padding: 20px;
    min-height: 300px;
    font-size: 14px;
}

.md-column-3-element-v2 h3 {
    color: black;
    text-align: center;
}


.md-column-3-element-v2:nth-child(1), .md-column-3-element-v2:nth-child(2) {
    margin: 0 20px 0 0;
}


.md-column-3-element-v2:nth-child(4), .md-column-3-element-v2:nth-child(5) {
    margin-left: 55%;
}


.md-column-3-element-v2 .md_adv_logo {
    margin: 10px auto 20px;
    text-align: center;
}

.md-column-3-element-v2 .md_adv_logo img{
    border-radius: 10px;
    width: 150px;
    height: 150px;
}

.md-3-column-text-v2 {
    text-align: center;
    font-weight: bold;
    color: #495057;
}

.md_adv_v2_name {
    font-weight: bold;
    margin-bottom: 20px;
}

.md_adv_v2_text {
    font-weight: bold;
}

.b24-form-btn {
    min-width: 223px;
    min-height: 40px;
    background: #FCB205 !important;
    box-shadow: 0 10px 16px rgba(206, 151, 21, 0.4);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b24-form-btn:hover {
    background-color: #FBC955FF !important;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0 !important;
    margin-bottom: 20px  !important;
}


@media (max-width: 990px) {

    .md_step_description {
        text-align: center;
    }

    .app-block-img {
        height: 200px !important;
    }

    .md-app-buttons-block {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 10px;
        text-align: center;
    }

    .b-container__title {
        font-size: 1.2rem;
    }

    .b-container__subtitle {
        font-size: 1.1rem;
    }


    .md-faq-right-column .accordion .card .btn {

        padding: 10px 30px 10px 10px;
    }

    .md-big-banner {
        display: block;
        margin: 40px 0px;
        background-color: #f4f6fa;
        height: 320px;
        padding: 20px;
        border-radius: 20px;
    }

    .md-big-banner-left {
        width: 100%;
        background-image: none;
        background-size: 150px 100px;
    }

    .md-banner-title {
        font-size: 30px;
        line-height: 33px;
    }

    .md-banner-button {
        width: 100%;
    }

    .md-big-banner-right {
        display: none;
    }

    .md-mir-description-block {
        margin: 40px 0 20px 0;
        height: 500px;
    }

    .md-mir-description-block-small {
        height: 420px;
    }


    .md-3-columns {
        display: block;
    }

    .md-column-element {
        width: 100%;
        margin-bottom: 20px;
    }

    .md-3-columns {
        display: block;
        margin: 0;
    }

    .md-column-3-element {
        width: 100%;
        margin-bottom: 20px !important;
        background-size: 100px 100px;
    }

    .md-column-3-element:nth-child(1), .md-column-3-element:nth-child(2) {
        margin: 0;
    }

    .md-faq-columns {
        display: block;
    }

    .md-faq-left-column {
        width: 100%;
        margin-bottom: 20px;
    }

    .md-faq-right-column {
        width: 100%;
    }

    .md-faq-right-column .accordion-item button {
        font-size: 14px;
    }

    .md-text-block {
        margin: 0;
    }

    .md_algoritm_block {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 20px;
        row-gap: 40px;
        margin: 50px 0;
    }

    .btn {
        padding: 0.375rem 2.75rem 0.375rem 0.75rem;
    }

}


@media (max-width: 575px) {
    .button-highlight {
        min-width: 160px;
    }

    .md_algorithm_element {
        display: ruby;
    }


    .md-3-columns-v2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md-column-3-element-v2:nth-child(4), .md-column-3-element-v2:nth-child(5) {
        margin-left: 0;
    }

    .md-3-columns-v2 {
        margin: 0;
    }

}
