.master__title {
    margin-top: 26px;
    margin-bottom: 24px;
}

.btn1 {
    margin-top: 24px;
}

.master__title2 {
    margin-top: 44px;
    margin-bottom: 24px;
}

.select {
    margin-top: 44px;
    margin-bottom: 18px;
}

.table1 {
    width: 100%;
}

.table1 img {
    width: 100%;
}

.last {
    width: 100%;
    display: flex;
    gap: 12px;
}

.table1,
.table2,
.table3,
.table4,
.select {
    display: block;
    width: 100%;
}

.table5 {
    width: 78%;
}

.buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 22%;
}

.btn {
    position: relative;
    display: block;
    padding: 9px 16px;
    border-radius: 8px;
    background-color: var(--clr-blue-main);
    line-height: 137%;
    color: #fff;
    user-select: none;
}

.btn:after {
    content: url("../images/common/arrow-right-white-24.svg");
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 1;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn:nth-of-type(2):after {
    content: url("../images/common/download-24.svg");
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 1;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.bottom {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 18px;
}
