.search-page__content {
    position: relative;
    padding: 0 0 0 128px;
}


.search-page__title {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    /* or 36px */
    color: #394053;
}

.search-page__inner {
    width: 100%;
}

.search-page__wrap {
    /*max-width: 941px;
    margin: 50px auto 50px auto;*/
    padding: 50px 100px 50px 100px;
}

.search-page__form {
    padding: 0 0 40px 0;
}

.search-page__form-input {
    position: relative;
    padding: 0 58px 0 0;
}
.search-page__form input[type="text"] {
    width: 100%;
    color: #252543;
    font-size: 14px;
    border: none;
    height: 40px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #478CC9;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
}
.search-page__form input[type="submit"] {
    height: 44px;
    width: 44px;
    line-height: 44px;
    border: 0;
    border-radius: 50%;
    background: url(../images/slider_search.png) no-repeat center #80A0D4;
    background-size: 25px auto;
    position: absolute;
    top: 0;
    right: 0;
}

.search-page__form-region {
    display: flex;
}
.search-page__form-region .search-page__form-region-item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #80A0D4;
    margin: 0 30px 0 0;
    cursor: pointer;
}
.search-page__form-region .search-page__form-region-item:hover {
    color: #394053;
    text-decoration-line: none;
}
.search-page__form-region .search-page__form-region-item.is-active {
    color: #394053;
    text-decoration-line: none;
}

.search-page__result {
    padding: 0 58px 50px 0;
}
.search-page__result-item {
    padding: 0 0 20px 0;
}
.search-page__result-item a {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */
    color: #80A0D4;
    text-decoration: none;
}
.search-page__result-item a b {
    font-weight: normal;
}

.search-page__result-item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */
    color: #827E7E;
    margin: 0;
    padding: 0;
}
.search-page__result-item p b {
    font-weight: 300;
}

.search-page__content .search-page {
    padding: 0;
}

.modal.modal-bottom .modal-content {
    padding: 0;
}
.modal.modal-bottom .modal-header {
    padding: 80px 100px 40px 100px;
}

.modal.modal-bottom .modal-header-draggable {
    display: none;
}

@media(max-width: 575.98px){
    #search-modal .search-page {
        margin-bottom: 20px;
    }
    #search-modal .modal-footer {
        padding-bottom: 20px;
    }
    #search-modal .modal-header {
        display: none;
    }
    .modal.modal-bottom .modal-header-draggable {
        display: block;
        padding: 20px 0;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 46px;
        background: #ffffff;
        border-radius: 30px 30px 0 0;
        z-index: 10;
        cursor: pointer;
    }
    /*.modal.modal-bottom .modal-header-draggable:hover, .modal.modal-bottom .modal-header-draggable:active {
        background: #f5f5f5;
    }*/
    .modal.modal-bottom .modal-header-draggable:after {
        content: '';
        width: 100px;
        height: 6px;
        background: #394053;
        border-radius: 100px;
        display: block;
        margin: 0 auto;
    }
    .modal.modal-bottom .modal-content-wrap {
        position: relative;
        z-index: 1;
    }
    .search-page__wrap {
        padding: 10px 15px 10px 15px;
    }
    .search-page__content {
        padding: 0;
    }
    .search-page__title {
        position: static;
        padding: 0 0 10px 0;
        font-weight: 900;
        font-size: 30px;
        line-height: 130%;
        text-transform: uppercase;
        color: #394053;
    }
    .search-page__result {
        padding-right: 0;
    }
    .modal.modal-bottom .modal-content {
        border-radius: 30px 30px 0 0;
    }
    .modal.modal-bottom .modal-body {
        padding: 0;
    }

    .modal.modal-bottom .modal-dialog {
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100vh - 120px);
        pointer-events: auto;
    }

    .modal.modal-bottom .modal-content {
        transition: top .1s ease;
        height: calc(100vh - 120px);
        padding-top: 46px;
        position: relative;
        z-index: 1;
    }

    .modal.modal-bottom.fade .modal-dialog {
        transition: opacity 0.5s linear, bottom 0.5s ease-out;
    }

    .modal.modal-bottom .btn-close {
        display: none;
    }

    .modal.modal-bottom .modal-header {
        font-size: 30px;
        line-height: 130%;
        padding: 10px 15px 35px 15px;
    }

    .modal.modal-bottom .modal-footer {
        display: none !important;
    }

    .modal.modal-bottom .modal-header .modal-title {
        font-size: 30px;
        line-height: 130%;
    }

    /*.modal.modal-bottom .modal-dialog {
        position: relative;
    }
    .modal.modal-bottom.fade.show .modal-dialog {
        bottom: auto;
        top: 100%;
        transform: translateY(-100%);
    }
    .modal.modal-bottom.fade .modal-dialog {
        bottom: auto;
        top: 100%;
        transform: translateY(0);
        transition: opacity 0.3s linear, top 0.3s ease-out, transform 0.3s ease-out;
    }*/

    .search-page__form-input {
        padding: 0 0 0 0;
    }

    .search-page__form input[type="submit"] {
        display: none;
    }
}





