.rmUIlanding__urok {
    gap: 12px;
}

.rmUIlanding__content--short--green {
    padding: 25px 25px 32px 25px;
    background: url(../img/background-green.png);
}

.rmUIlanding__content-title--urok {
    display: -webkit-box;
    font-size: 30px !important;
    margin-bottom: 14px;
    word-break: break-word;
}

.rmUIlanding__content-describe {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--white-color);
    font-size: 17px;
    margin-bottom: 44px;
}

.rmUIlanding__content-info__block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.rmUIlanding__info {
    display: inline-flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
}

.rmUIlanding__info-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--white-color);
    font-size: 18px;
}

.rmUIlanding__info svg {
    height: 23px;
    width: 23px;
    fill: var(--white-color);
    flex-shrink: 0;
}


/* ФОРМА ЗАПОЛНЕНИЯ */
.rmUIsend {
    display: flex;
    flex-direction: column;
    position: relative;
}

.rmUIsend__content {
    display: grid;
    grid-template-columns: 1fr 430px;
    padding: 16px;
    background-color: var(--white-color);
    border-radius: 25px;
    gap: 24px;
    position: relative;
}

.rmUIforms__block {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.rmUIsend__form-add-button {
    display: inline-flex;
    flex-direction: row;
    gap: 2px;
    border: 2px solid var(--second-gray-color);
    padding: 11px 23px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--second-gray-color);
    font-size: 17px;
    transition: all 0.6s;
    border-radius: 12px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.rmUIsend__form-add-button svg {
    height: 23px;
    width: 23px;
    fill: var(--second-gray-color);
    transition: all 0.6s;
    flex-shrink: 0;
}

.rmUIsend__form-add-button:hover {
    color: var(--orange-color);
    border: 2px solid var(--orange-color);
}

.rmUIsend__form-add-button:hover svg {
    fill: var(--orange-color);
}


.rmUIsend__content-child-text {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 28px;
}

.rmUIsend__content-child-text__title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 600;
    color: var(--black-color);
    font-size: 24px;
}

.rmUIsend__content-child-text__delete-button {
    display: inline-flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--second-gray-color);
    font-size: 18px;
    transition: all 0.4s;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.rmUIsend__content-child-text__delete-button svg {
    height: 23px;
    width: 23px;
    flex-shrink: 0;
    transition: all 0.4s;
    fill: var(--second-gray-color);
}

.rmUIsend__content-child-text__delete-button:hover {
    color: var(--orange-color);
}

.rmUIsend__content-child-text__delete-button:hover svg {
    fill: var(--orange-color);
}


.rmUIsend__form {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-bottom: 20px;
}

.rmUIsend__form-input__block {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.rmUIsend__form-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--black-color);
    font-size: 18px;
    transition: all 0.4s;
}

.rmUIsend__form-label span {
    color: var(--red-color);
}


.rmUIsend__form-input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--black-color);
    font-size: 16px;
    border: 1px solid var(--second-gray-color);
    border-radius: 13px;
    background-color: var(--urok-input-bg);
    padding: 14px 22px;
    transition: all 0.4s;
}

.rmUIsend__form-input:hover {
    border: 1px solid var(--green-color);
}

.rmUIsend__form-input:focus {
    border: 1px solid var(--orange-color);
}

.rmUIsend__form-input::placeholder {
    color: var(--second-gray-color);
}






.rmUIsend__content-parent-text {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 28px;
}

.rmUIsend__content-parent-text__title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 600;
    color: var(--black-color);
    font-size: 24px;
}

.rmUIsend__content-parent-text__delete-button {
    display: inline-flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--second-gray-color);
    font-size: 18px;
    transition: all 0.4s;
}

.rmUIsend__content-parent-text__delete-button svg {
    height: 23px;
    width: 23px;
    flex-shrink: 0;
    transition: all 0.4s;
    fill: var(--second-gray-color);
}

.rmUIsend__content-parent-text__delete-button:hover {
    color: var(--orange-color);
}

.rmUIsend__content-parent-text__delete-button:hover svg {
    fill: var(--orange-color);
}


.rmUIsend__form {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-bottom: 20px;
}

.rmUIsend__form-input__block {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.rmUIsend__form-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--black-color);
    font-size: 18px;
    transition: all 0.4s;
}

.rmUIsend__form-label span {
    color: var(--red-color);
}


.rmUIsend__form-input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--black-color);
    font-size: 16px;
    border: 1px solid var(--second-gray-color);
    border-radius: 13px;
    background-color: var(--urok-input-bg);
    padding: 14px 22px;
    transition: all 0.4s;
}

.rmUIsend__form-input:hover {
    border: 1px solid var(--green-color);
}

.rmUIsend__form-input:focus {
    border: 1px solid var(--orange-color);
}

.rmUIsend__form-input::placeholder {
    color: var(--second-gray-color);
}



/* СТОИМОСТЬ */
.rmUIprices__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    border-radius: 25px;
    border: 1px solid var(--second-gray-color);
    padding: 13px;
    background-color: var(--price-bg);
    min-height: 400px;
    height: fit-content;
}

.rmUIprices__block-title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 600;
    color: var(--black-color);
    font-size: 24px;
    margin-bottom: 20px;
}

.rmUIprices__block-parents__container,
.rmUIprices__block-children__container {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    width: 100%;
}

.rmUIprices__block-parent,
.rmUIprices__block-child {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.rmUIprice__user {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--second-gray-color);
    font-size: 18px;
}

.rmUIprice__price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--orange-color);
    font-size: 18px;
}


.rmUIprices__block-sales,
.rmUIprices__block-finish {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.rmUIprices__block-sales {
    margin-bottom: 40px;
}

.rmUIprices__block-finish {
    margin-bottom: 30px;
}

.rmUIprices__block-sale {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.rmUIprice__sale-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--black-color);
    font-size: 17px;
}

.rmUIprice__sale-cost {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--green-color);
    font-size: 17px;
}


.rmUIprice__finish-cost {
    display: flex;
    flex-direction: column;
}

.rmUIprice__finish-cost__text {
    font-family: 'Unbounded', sans-serif;
    font-weight: 600;
    color: var(--black-color);
    font-size: 21px;
}

.rmUIprice__finish-cost__number {
    font-family: 'Unbounded', sans-serif;
    font-weight: 600;
    color: var(--green-color);
    font-size: 21px;
}


.rmUIprices__block-button {
    display: flex;
    flex-direction: row;
    padding: 13px;
    text-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
    background-color: var(--black-color);
    font-family: 'Unbounded', sans-serif;
    font-weight: 600;
    color: var(--white-color);
    font-size: 16px;
    transition: all 0.6s;
    user-select: none;
}

.rmUIprices__block-button:hover {
    background-color: var(--orange-color);
    border-radius: 35px;
}

.rmUIprices__block-button:active {
    transform: scale(0.95);
}
