@media screen and (max-width: 720px) {
    body.ma
    .trebs_part {
        position: relative;
        display: block;
        margin: 0px auto;
        width: 100%;
        max-width: 400px;
        padding: 10px;
    }

    .trebs_part ul li {
        margin-bottom: 6px;
    }
.donate_part .bottom_text ul li{

    margin-top: 5px;
    margin-bottom: 0px;
}
    .trebs_block {

        width: 100%;
    }

    .devider {
        width: 101%;
        left: -0.5%;
        background-size: contain;
        height: 11px;
        max-width: 100vw;
        position: absolute;
        bottom: 0px;
        background-repeat: no-repeat;
        background-repeat-x: repeat;
        background-image: url(../img/center-line.png);
        display: inline-block;
        margin: 0px auto;
    }

    ul li {
        position: relative;
        margin-bottom: 0px;
        top: 0px;
        max-width: 100vw;
        width: 100%;
    }

    .modal_submit_button {
        width: 50%;
        padding: 10px;
        font-size: 12px;
    }

    .modal_description_small {
        font-size: 12px;
    }

    .modal_window form {
        padding: 0px 20px 0px;
    }

    .devider {
        bottom: -9px;
    }

    ul li {
        margin-bottom: 15px;
    }

    .modal_window {
        width: calc(100% - 40px);
    }

    .modal_window form {
        max-width: 100vw;
        width: auto;
    }

    .modal_window {
        padding: 20px;
    }

    .modal_window form {
        width: auto;
        max-width: calc(100vw - 80px);
        position: relative;
    }

    .modal_date {
        width: calc(40% - 5px);
    }

    .modal_name {
        width: 60%;
        position: relative;
        top: 10px;
    }

    .modal_name input {
        font-size: 15px;
    }

    .modal_input input {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .names_all {
        max-height: 115px;
    }

    .modal_repeater {
        padding: 5px 0px;
    }

    .modal_name input {
        position: relative;
        left: 5px;
    }

    .donate_part .bottom_text {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .donate_part {
        max-width: 100vw;
    }

    .devider:before, .devider:after {
        top: 1px;
    }
}

@media screen and (max-width: 350px) {
    .trebs_part ul {
        height: 50vh;
        font-size: 13px;
    }



    .bottom_text {
        margin-top: 15px;
        line-height: 1.2;
        font-size: 13px;
    }

    .trebs_block:before {
        top: -6px;
    }

    .trebs_part ul li {
        margin-bottom: 6px;
    }

    .devider {
        bottom: -18%;
    }

    .title_trebs {
        line-height: 1;
    }
    .bottom_text ul {
        height: auto;
    }

    .bottom_text ul li {
        margin-bottom: 0px;
    }
    .currency {
        top: 2px;
    }
    .block_price_top {
        padding-left: 10px;
    }
}
@media screen and (max-width: 400px) {
    .info_order{
        width: 99%;
    }
    .title_trebs {
        width: 73%;
        left: 0%;
    }
    .price_trebs {
        width: 27%;
          right:1%;
    }
}

@media screen and (max-width: 380px) {
    .modal_description_small{
        display:none
    }
    .bottom-block {
        position: absolute;
        width: 90%;
        bottom: 0px;
        left: 5%;
    }
    .modal_subtitle {
        font-size: 14px;
        font-family: "Geometria", sans-serif;
        color: rgb(255, 255, 255);
        line-height: 1.2;
        text-align: center;
        margin-bottom: 10px;
    }
    .modal_title {
        font-size: 18px;
        color: rgb(255, 255, 255);
        font-family: "GeometriaBold", sans-serif;
        line-height: 1.2;
        margin-top: 25px;
        margin-bottom: 25px;

    }
}
