.search-page {
    background:  #F1F1F2;
    color:  #122D4E;
}

.search__title-main {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    margin: 24px 0;

}
.sort__wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(31, 31, 31, 0.10);
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.sort__count p {
    color:  #122D4E;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.sort__count span {
    color:  #B90106;
    font-size: 16px;
    font-weight: 500;
    margin-left: 35px;
}
.search-language-guess {
    margin-top: 20px;
}
.search-language-guess a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.search-input {
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
}
.search-form-wrapper {
    display: flex;
    border-bottom: 1px solid #B90106;
    padding-bottom: 15px;
    margin-bottom: 45px;
}
.search-submit {
    content: '';
    display: inline-block;
    background: url(/local/templates/dvgafk/template/img/index/search.svg);
    width: 24px;
    height: 24px;
    margin-right: 20px;
    border: none;
    cursor: pointer;
}
.sort {
    display: flex;
    color:  #122D4E;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;

}
.search-sort-text .search-sort {
    color: #122D4E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #122D4E;
}

.search-sort-text {
    color:  #6C6C70;
    font-size: 16px;
    font-weight: 500;
    text-transform: lowercase;
}

.sort__title{
    margin-right: 35px;
}

.search-result {
    border-bottom: 1px solid rgba(31, 31, 31, 0.10);
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.search-result small {
    color: #818181;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
}
.notetext {
    display: block;
    margin-bottom: 20px;
}
.search-page .modern-page-title {
   display: none;
}

.container__search {
    margin-bottom: 40px;
}

.bx-pagination .bx-pagination-container {
    text-align: end;
}
.bx-pagination-container li {
    text-align: center;
}
.bx-active span{
    background-color: #122D4E!important;
    border-radius: 0!important;
}
.bx-pag-prev span,
.bx-pag-next span {
    opacity: 0!important;
}
.bx-pag-prev,
.bx-pag-next{
    background: url("/local/templates/dvgafk/template/img/arrow right.svg")no-repeat center center;
    width: 32px;
    height: 32px;
}
.bx-pag-prev {
    transform: rotate(180deg);
}

.bx-pagination  {
    padding-top: 65px;
}
.search-page {
    padding-bottom: 100px;
}