.pr__title {
    margin-bottom: 28px;
}

.controls {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
}

.search {
    position: relative;
    display: block;
    width: 200px;
    padding: 5px 40px 5px 12px;
    border: 1px solid #dadada;
    border-radius: 8px;
    outline: none;
    line-height: 126%;
}

label {
    position: relative;
}

.icon {
    position: absolute;
    right: -10px;
    width: 16px;
    height: 16px;
    transform: translateX(-20px);
    top: 10px;
}

.search::placeholder {
    color: #bfbfbf;
    line-height: 136%;
}

.scenario {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 24px;
    border: 1px solid #dadada;
    border-radius: 8px;
    margin-bottom: 18px;
}

.top, .center, .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.top__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: var(--clr-blue-main);
}

.divider {
    border: 1px solid #f0f0f0;
}

.comment {
    font-size: 14px;
    line-height: 143%;
    color: var(--clr-text-secondary);
}

.buttons {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 415px;
}

.btn1 {
    width: 341px;
    height: 74px;
    margin-left: auto;
}

.btn2 {
    width: 150px;
    height: 150px;
}




















