.modal-content {
    width: 101%;
    border: 0px;
    border-radius: 0rem;
}
.modal-dialog {
    max-width: 100% !important;
    margin: 0;
}
.modal__close {
    border-radius: 50px;
    height: 42px;
    width: 44px;
    background: #fff;
    color: #546367;
    margin-bottom: 42px;
    font-size: 18px;
    border: 1px solid #546367;
    cursor: pointer;
    outline: none;
}
.modal__search__btn {
    border-radius: 50px;
    height: 42px;
    width: 130px;
    background: #546367;
    color: #fdf8f9;
    margin-bottom: 42px;
    font-size: 18px;
    cursor: pointer;
}
.modal__input {
    height: 42px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #59686c;
    color: #58696d;
    padding-left: 32px;
    font-size: 18px;
    margin-bottom: 32px;
}
.card-header {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(80, 100, 120, 1);
    background-color: rgba(200, 220, 240, 1);
    text-transform: uppercase;
    border: 0;
    position: relative;
}
.card-title {
    font-size: 1rem;
    color: rgba(20, 30, 45, 1);
    line-height: 1.5rem;
    font-weight: 600;
  }
.card-subtitle {
  color: rgba(80, 110, 120, 1);
  font-size: 0.9rem;
  font-weight: 100;
}
.margin-modal{
    margin: 62px 0 0 0;
}
ul.search_index {
    list-style: none;
}
ul.search_index h3 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
}
span.span__h3 {
    font-size: 1.4rem;
}
ul.search_index p {
    margin-bottom: 22px;
    color: #717171;
}
.badge__modal {
    display: inline-block;
    padding: 5px 23px;
    padding-right: 0.7em;
    padding-left: 0.7em;
    border-radius: 10rem;
    background-color: #ECF0F6;
    margin-left: 18px;
    color: #b9b9b9;
    font-weight: 100;
    font-size: 13px;
    border: 1px solid #ECF0F6;
}
ul.search_index li a:hover > h3 span{
    color: #1771b6;
    border-bottom: 1px dashed #5f9fe4;s
}
ul.search_index li a:hover > p{
    color: #1771b6;
}
ul.search_index li a:hover > h3 span.badge__modal{
    color: #1771b6;
    background-color: #fff;
    border: 1px solid #1771b6;
}

.search__catalog{
    list-style: none;
}
.search__catalog p {
    color: #486671;
    border: 1px solid #486671;
    border-radius: 50px;
    font-size: 18px;
    height: 30px;
    width: 30px;
    padding-top: 2px;
    padding-left: 7px;
    margin-bottom: 3px;
}
.search__catalog__ul{
    list-style: none;
    margin-bottom: 24px;
}
.search__catalog li {
    line-height: 24px;
    color: #050b1a;
}
button.search__catalog__btn {
    cursor: pointer;
    background: #fff;
    font-size: 13px;
    opacity: 0.5;
    position: absolute;
    top: -14px;
    left: -16px;
}
button.search__catalog__btn img{
    height: 42px;
    margin-bottom: 2px;
}
img.arrow__down {
    transform: rotate(270deg);
    height: 32px;
    opacity: 0.5;
    cursor: pointer;
    margin-top: 7px;
}
img.arrow__up {
    transform: rotate(90deg);
    height: 32px;
    opacity: 0.5;
    margin-bottom: 10px;
    cursor: pointer;
}
ul.search__catalog__alfa {
    list-style: none;
    position: absolute;
    top: 67px;
    left: -12px;
}
.search__catalog__alfa p{
    opacity: 0.5;
    cursor: pointer;
}
p.search__modal__p__dark {
    background-color: #486671;
    opacity: 0.9;
    color: #fff;
}
.modal-content-height{
    height: 780px
}
.scroll.scroll-modal {
    height: 70% !important;
}
.input__pading{
    padding-left: 0;
}