body .search-form input[type='text'].styler {
    border: 1px solid rgb(27 27 27 / 50%);
    padding: 12px 25px;
    height: inherit;
    font-size: 18px;
    line-height: 20px;
}

body .search-form button.styler {
    margin-left: 10px;
    padding: 12px 70px;
    line-height: 20px;
    height: inherit;
}

body .search-form .form-item {
    border: none;
    padding: 0;
}

body .search-form {
    margin-bottom: 50px;
}

body .search-list {
    max-width: 100%;
}

body .search-item {
    padding-bottom: 12px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 12px;
}

.search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.search-item .picture_block {
    width: 226px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 226px;
            flex: 0 0 226px;
    height: 145px;
}

.search-item .picture_block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.search-item .text_block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 10px;
}

.search-item a.search-item-title {
    font-size: 18px;
    font-family: 'Bodoni';
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

.search-item a.search-item-title:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.search-item .block_authors {
    border-left: 2px solid rgba(18, 17, 17, 0.20);
    padding-left: 7px;
    line-height: 16px;
    margin-bottom: 10px;
}

.search-item .search-item-type, .search-item .search-item-type a{
    color: #A6A6A6;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 3px;
    text-transform: none;
    margin: 0;
}

.search-item .search-item-type a {
    z-index: 3;
    position: relative;
}

.search-item .search-item-text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

div#suggestions {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #8d8d8d;
    border-top: none;
    z-index: 4;
}

label.search_input {
    position: relative;
}

div#suggestions div {
    padding: 6px 25px;
    color: #1B1B1B;
    font-family: 'Museo Sans Cyrl 300', serif;
}

div#suggestions div span {
    font-size: 12px;
    display: block;
    margin-top: -8px;
    color: rgba(18, 17, 17, 0.60);
}

body .search-form input[type='text'].styler {
    color: #1B1B1B;
}

div#suggestions div:hover, #suggestions div.highlight {
    background: #d0011c69;
}

div#suggestions div:not(:last-child) {
    border-bottom: 1px solid #8d8d8d;
}

body .search-form input[type='text'].styler::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 18px;
    height: inherit;
    bottom:0;
}
body .search-form input[type='text'].styler::-moz-placeholder {
    font-size: 16px;
    line-height: 18px;
    height: inherit;
    bottom:0;
}
body .search-form input[type='text'].styler:-ms-input-placeholder {
    font-size: 16px;
    line-height: 18px;
    height: inherit;
    bottom:0;
}
body .search-form input[type='text'].styler::-ms-input-placeholder {
    font-size: 16px;
    line-height: 18px;
    height: inherit;
    bottom:0;
}
body .search-form input[type='text'].styler::placeholder {
    font-size: 16px;
    line-height: 18px;
    height: inherit;
    bottom:0;
}

.search-page h2 {
    font-family: 'Bodoni';
}

.search-page h1 {
    display: none;
}

.title_result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.total_result_count p {
    font-size: 14px;
    line-height: 40px;
    font-family: 'Museo Sans Cyrl 500', serif;
    color: #a6a6a6;
    margin-bottom: 26px;
    /* margin-top: 4px; */
}

@media (max-width: 799px) {
    .search-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse
    }
    
    .search-item .picture_block {
        width: 180px;
        -ms-flex: 0 0 180px;
        -webkit-box-flex: 0;
                flex: 0 0 180px;
        height: 95px;
    }
    
    .search-item .text_block {
        padding-left: 0px;
        padding-right: 10px;
    }
}

@media (max-width: 646px) {
    body .search-form input[type='text'].styler {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 15px;
    }
    div#suggestions div {
        padding: 6px 15px;
    }
    .search-item .picture_block {
        width: 150px;
        -ms-flex: 0 0 150px;
        -webkit-box-flex: 0;
                flex: 0 0 150px;
    }
}

@media (max-width: 765px) {
    .title_result {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    
    .total_result_count {
        -ms-flex-item-align: end;
            -ms-grid-row-align: end;
            align-self: end;
    }
    
    .total_result_count p {
        margin-top: 0;
        margin-bottom: 3px;
        line-height: 20px;
    }
}

@media (max-width: 599px) {
    /* .search-form .form-item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    } */
    
    body .search-form button.styler {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 12px 25px;
        line-height: 18px;
        /* margin: 20px 0 0; */
    }
    
    body .search-page h2 {
        font-size: 22px;
        line-height: 26px;
        padding-left: 7px;
        border-left: 2px solid #C5242A;
    }
    
    body .search-page h1 {
        display: block;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    .search-item .picture_block {
        width: 125px;
        -ms-flex: 0 0 125px;
        -webkit-box-flex: 0;
                flex: 0 0 125px;
        height: 80px;
    }
}