.display-flex {
    display: flex;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.pb-16 {
    padding-bottom: 16px;
}

.request-container {
    max-width: 640px;
    padding-left: 30px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    background-color: aliceblue;
}

.request-line {
    width: 100%;
    height: 0px;
    border: 1px solid #828097;
    margin-bottom: 40px;
}

.request-flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.request-transparent-container {
    box-sizing: border-box;
    min-width: 45%;
    flex-grow: 1;
    flex-basis: 300px;
    padding-left: 0px;
    padding-top: 24px;
    padding-right: 12px;
    padding-bottom: 24px;
}

.request-header {
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #37354F;
    margin-bottom: 30px;
}

.request-message {
    margin-bottom: 16px;
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #37354F;
}

.request-blue-container {
    box-sizing: border-box;
    min-width: 40%;
    flex-grow: 1;
    flex-basis: 250px;
    background: #6F68B6;
    border-radius: 4px;
    padding-left: 32px;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 24px;
}

.request-txt-white {
    color: white;
}

.request-open-modal-button {
    width: 190px;
    text-align: center;
    height: 40px;
    background-color: orange;
    font-size: 14px;
    color: darkblue;
    word-spacing: 2px;
    letter-spacing: 0.05rem;
    border: none;
    margin-top: 4px;
    border-radius: 5px;
    font-family: Verdana, Tahoma, Arial;
    vertical-align: middle;
    cursor: pointer;
}

.request-open-modal-button:hover {
    text-shadow: 1px 1px 3px white;
    box-shadow: 1px 1px 3px darkblue;
}

.request-open-modal-button:active {
    text-shadow: 1px 1px 3px white;
    box-shadow: 1px 1px 1px inset darkblue;
}

.form-order1 {
    /* display: flex; */
    justify-content: center;
}

.request-modal-container {
    box-sizing: border-box;
    /* display: flex; */
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 640px;
    padding-left: 12%;
    padding-top: 35px;
    padding-right: 12%;
    padding-bottom: 35px;
    background-color: white;
    z-index: 1100;
    position: fixed;
    top: 10px;
}

.r-mod-header {
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #302F2F;
    margin-bottom: 10px;
}

.r-mod-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 24px;
    border: 0.5px solid #B0ACD7;
    border-radius: 4px;
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #AFACCD;
}

.r-mod-txtarea {
    box-sizing: border-box;
    resize: none;
    width: 100%;
    height: 114px;
    border: 0.5px solid #B0ACD7;
    border-radius: 4px;
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #AFACCD;
    margin-bottom: 24px;
}

.file-area {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    border: 0.5px solid #B0ACD7;
    border-radius: 4px;
    background-color: white;
    margin-bottom: 10px;
}

.back-message-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    border: 0.5px solid #B0ACD7;
    border-radius: 4px;
    background-color: white;
    margin-bottom: 10px;
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #393185;
    cursor: pointer;
}

.back-message-file {
    display: none;
}

.back-message-label:hover {
    text-shadow: 1px 1px 3px white;
    box-shadow: 1px 1px 3px gray;
}

.back-message-label:active {
    text-shadow: 1px 1px 3px white;
    box-shadow: 1px 1px 1px inset gray;
}

.file-area-icon {
    width: 19px;
    height: 19px;
    margin-right: 10px;
}

.file-area-txt {
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #393185;
}

.file-show-area {
    /* display: flex; */
    box-sizing: border-box;
    flex-direction: row;
    gap: 6px;
    justify-content: space-evenly;
    align-items: center;
    width: fit-content;
    height: 34px;
    background: #F0EFFA;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}

.file-area-sm-icon {
    width: 12px;
    height: 12px;
}

.file-area-sm-txt {
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #393185;
}

.close-icon12 {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.close-icon18 {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.r-mod-agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.r-mod-chk {
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    appearance: none;
    margin-left: 0px;
}

.r-mod-chk:checked {
    background-image: url("/ru/icons/Checkmark.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.agree-txt {
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #302F2F;
}

.r-mod-btn {
    width: 100%;
    text-align: center;
    height: 34px;
    background-color: orange;
    font-size: 15px;
    color: darkblue;
    word-spacing: 2px;
    letter-spacing: 0.2em;
    border: none;
    border-radius: 4px;
    font-family: Verdana, Tahoma, Arial;
    vertical-align: middle;
    margin-bottom: 12px;
    cursor: pointer;
}

.r-mod-btn:hover {
    text-shadow: 1px 1px 3px white;
    box-shadow: 1px 1px 3px gray;
}

.r-mod-btn:active {
    text-shadow: 1px 1px 3px white;
    box-shadow: 1px 1px 1px inset gray;
}

.disabled_send_btn {
    background-color: lightgray!important;
}

.agree-full-txt {
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #828097;
}

.modal-backside {
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: var(--bs-backdrop-bg);
    transition: opacity .15s linear;
    box-sizing: border-box;
    opacity: 0.5;
}

@media (max-width:350px) {
    .request-container {
        padding-left: 4%;
        padding-right: 4%;
    }
    .request-open-modal-button {
        width: 100%;
    }
    .request-modal-container {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media (min-width:910px) {
    .request-modal-container {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.success-container {
    justify-content: center;
}

.success-form {
    max-width: 640px;
    background-color: rgb(172, 41, 41);
    box-sizing: border-box;
    z-index: 1100;
    position: fixed;
    top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #F2F3F7;
    border-radius: 6px;
}

.success-header {
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: black;
    margin-bottom: 18px;
}

.success-message {
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: black;
    margin-bottom: 40px;
}

.success-back-container {
    display: flex;
    box-sizing: border-box;
    width: fit-content;
    border: 1px solid #B0ACD7;
    border-radius: 3px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
}

.success-back-container:hover {
    text-shadow: 1px 1px 3px white;
    box-shadow: 1px 1px 3px gray;
}

.success-back-container:active {
    text-shadow: 1px 1px 3px white;
    box-shadow: 1px 1px 1px inset gray;
}

.success-back-arrow {
    width: 16px;
    height: 16px;
    margin-right: 24px;
    cursor: pointer;
}

.success-back-message {
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #393185;
    user-select: none;
}

.imgRoundBtn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-family: Verdana, Tahoma, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    background-color: orange;
    text-align: center;
    color: darkblue;
    word-spacing: 2px;
    border: none;
    font-family: Verdana, Tahoma, Arial;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: 0.05em;
    transition-property: background-color;
    transition-duration: 1s;
    transition-property: width;
    transition-duration: 3s;
}

.imgRoundBtn:hover {
    text-shadow: 1px 1px 3px white;
    box-shadow: 1px 1px 1px gray;
    font-size: 13px;
    width: 102px;
    height: 102px;
}

.imgRoundBtn:active {
    text-shadow: 1px 1px 3px white;
    box-shadow: 1px 1px 1px inset gray;
    font-size: 11px;
    width: 98px;
    height: 98px;
}