
.md_landing_text_banner {
    width: 100%;
    height: auto;
    background-color: #f4f6fa;
    border-radius: 20px;
    padding: 20px;
    min-height: 250px;
    font-size: 14px;
    text-align: center;
}

.md_landing_text_banner h1 {
    font-size: 35px;
    font-weight: 700;
    color: #fcb205;
    line-height: 45px;
    margin: 0 0 20px 0;
}

.md_landing_text_banner p {
    margin: 20px 0 20px 0;
}

.md_button_in_text_banner {
    max-width: 200px;
    margin: auto;
}

.md_landind_raw_text {
    text-align: center;
    margin: 20px 0 20px 0;
    font-weight: bold;
}

.md-text-block {
    margin: 20px;
    padding: 20px;
    text-align: center;
}


.md_algoritm_block {
    display: grid;
    grid-template-columns: repeat(1, 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 p {
    margin-top: 10px;
}


button:focus {
    outline: none;
}

.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;
}


.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;
    border: 1px solid #fcb205;
    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;
}


.md_bitrix_form_wrapper {
    margin-bottom: 4rem;
}

.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-window-close {
    opacity: 1 !important;
    background-color: #FCB205 !important;
}

.b24-form-btn:hover {
    background-color: #FBC955FF !important;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0 !important;
    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: 2px;
    font-size: 24px;
}

.md-faq-full-width .accordion .card .btn.collapsed::before {
    content: "+";
    position: absolute;
    right: 15px;
    bottom: -2px;
    font-size: 24px;
}


.md_landing_first_text_block {
    margin-top: 3rem;
}

.md_landing_first_text_block h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fcb205;
}


.md_markers_type_1 {
    margin: 0 0 20px 40px;
    padding: 0;
}
.md_markers_type_1 li {
    list-style-image: url(/img/svg/marker_type_1.svg);
    margin: 8px 0 7px 0;
}
.md_markers_type_1 li::marker {
    font-size: 0.9rem;
    line-height: 1;
}

.md_cred_img img {
    border-radius: 15px;
}

/*Таблица с тарифами*/

.md_tarif_table {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border-spacing: 5px 2px;
    border-collapse: separate;
}
.md_tarif_table thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #d8d8d8;
    font-size: 14px;
}

.md_tarif_table thead tr th {
    border-radius: 15px 15px 0 0;
}



.md_tarif_table tbody td{
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: center;
    text-align: center;
}

.md_tarif_table thead th {
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: center;
    text-align: center;
}

.md_tarif_table tbody td:nth-child(even), .md_tarif_table thead th:nth-child(even){
    background: #E1E1E1;
}

.md_tarif_table tbody td:nth-child(odd), .md_tarif_table thead th:nth-child(odd){
    background: #F4F6FA;
}

.md_tarif_table tbody tr:last-child td {
    border-radius: 0 0 15px 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.md_snoska_block {
    font-size: 10px;
}



@media (max-width: 575px) {
    .button-highlight {
        min-width: 160px;
    }


    .md_algorithm_element {
        padding: 0 0;
        display: flex;
    }

    .md_landing_first_text_block h1 {
        font-size: 23px;
        line-height: 24px;
    }

    .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;
    }

}
