/**
FIRST MODAL
*/
.modals-first {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    justify-content: center;
    z-index:1000;

    @media (min-width: 1024px) {
        padding: 1rem;
    }
}
.overlay {
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    background: rgba(144, 144, 144, 0.2);
    backdrop-filter: blur(6px)
}
.modals-first-wrapper {
    /*align-items: center;*/
    /*flex-direction: row;*/
    /*height: 100%;*/
    /*justify-content: center;*/
    /*max-width: 800px;*/
    /*display: flex;*/
    /*padding: 0;*/
    /*width: 100%;*/

    align-items: baseline;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin: auto;
    max-width: 800px;
    padding: 0;
    width: 100%;

    @media (min-width: 1024px) {

    }
}
.modals-first-contents {
    display: flex;
    flex-direction: row;
    /*height: 900px;*/
    justify-content: flex-start;
    max-width: 800px;
    /*padding: 0;*/
    width: 100%;
    background-color: #F4F7F8;
    border-radius: 36px;
    transition: opacity 0.3s ease;
}
.close-first-modal {
    position: absolute;
    top: 36px;
    left: 802px;
    width: 20.89px;
    height: 20.89px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.close-first-modal:hover {
    opacity: 1;
}

.close-first-modal::before,
.close-first-modal::after {
    content: "";
    position: absolute;
    width: 20.89px;
    height: 1px;
    background-color: #000;
}

.close-first-modal::before {
    transform: rotate(45deg);
}

.close-first-modal::after {
    transform: rotate(-45deg);
}

.close-first-modal {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}
.block-number {
    width: 46.81px;
    height: 46.36px;
    padding: 12.68px 16.91px;
    gap: 12.68px;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    border: 1px solid #95B1B580;
}
.number-modal {
    /*width: 13px;*/
    /*height: 21px;*/
    gap: 0px;
    font-family: 'PFRegalTextPro',serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 21.12px;
    text-align: left;
    color: #333333;
}
label[for="story"] {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    /*position: absolute;*/
    /*top: 49px;*/
    /*left: 102.81px;*/
    opacity: 1;
    text-align: left;
}
textarea#story {
    width: 673px;
    height: 140px;
    /*position: absolute;*/
    /*top: 79px;*/
    /*left: 103px;*/
    border-radius: 10px;
    border: 1px solid #95B1B580;
    background: #FFFFFF;
    padding: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.block-number-input_first {
    width: 46.81px;
    height: 46.36px;
    /*position: absolute;*/
    /*top: 259px;*/
    /*left: 36px;*/
    gap: 0px;
    border-radius: 10px;
    border: 1px solid #95B1B580;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;


}
.number-modal-input_first {
    width: 13px;
    height: 21px;
    gap: 0px;
    opacity: 1;
    font-family: 'PFRegalTextPro',serif, serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 21.12px;
    text-align: left;
    color: #333333;
}
label[for="photo"] {
    width: 200px;
    height: 20px;
    /*position: absolute;*/
    /*top: 272px;*/
    /*left: 102.81px;*/
    gap: 0px;
    opacity: 1;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 19.8px;
    text-align: left;
    color: #333333;
}
.file-upload-content {
    position: relative;
    width: fit-content;
    height: auto;
    /*top: 310px;*/
    /*left: 103px;*/
    padding: 10px 28px;
    line-height: 1.2;
    font-weight: 400;
    font-size: 15.10px;
    gap: 14px;
    border-radius: 34px;
    opacity: 1;
    background: #627072;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    transition: background 0.3s;
}
.file-upload-content.delete-mode {
    width: auto;
    height: auto;
    background-color: #8b0000;
    color: #fff;
}
.file-upload-content:hover {
    background: #BA9762;
}
.plus-icon {
    width: 13px;
    height: 13px;
    gap: 0;
    opacity: 1;
    display: inline-block;
    position: relative;
}
.plus-icon::before, .plus-icon::after {
    content: '';
    position: absolute;
    background: #FFFFFF;
}
.plus-icon::before {
    width: 1px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.plus-icon::after {
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.file-upload-text {
    width: auto;
    height: auto;
    gap: 0;
    opacity: 1;
    font-family: var(--fontfamilyFont1);
    font-size: 15.10px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    text-align: left;
    color:  #FFFFFF;
    padding: 0 0 0 10px;
}

.block-number-input_second {
    width: 46.81px;
    height: 46.36px;
    /*top: 259px;*/
    /*left: 444px;*/
    gap: 0;
    border-radius: 10px;
    border: 1px solid #95B1B580;
    opacity: 1;
    /*position: absolute;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.number-modal-input_second {
    width: 13px;
    height: 21px;
    gap: 0;
    opacity: 1;
    font-family: 'PFRegalTextPro',serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 21.12px;
    text-align: left;
}
label[for="second_photo"] {
    width: 221px;
    height: 20px;
    /*top: 272px;*/
    /*left: 510.81px;*/
    gap: 0;
    opacity: 1;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 19.8px;
    text-align: left;
    /*position: absolute;*/
    color: #333333;
}
.file-upload-content-second {
    position: relative;
    width: fit-content;
    height: auto;
    /*top: 274px;*/
    /*left: 512px;*/
    padding: 10px 28px;
    line-height: 1.2;
    font-weight: 400;
    font-size: 15.10px;
    gap: 14px;
    border-radius: 34px;
    opacity: 1;
    background: #627072;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
}
.file-upload-content-second.delete-mode {
    background-color: #8b0000;
    color: #fff;
}
.file-upload-content-second:hover {
    background: #BA9762;
}
.plus-icon-second {
    width: 13px;
    height: 13px;
    gap: 0;
    opacity: 1;
    display: inline-block;
    position: relative;
}
.plus-icon-second::before, .plus-icon-second::after {
    content: '';
    position: absolute;
    background: #FFFFFF;
}
.plus-icon-second::before {
    width: 1px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.plus-icon-second::after {
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.file-upload-text-second {
    width: fit-content;
    height: auto;
    gap: 0;
    opacity: 1;
    font-family: var(--fontfamilyFont1);
    text-align: left;
    color:  #FFFFFF;
    display: inline-block;
    padding: 0;
    margin-left: 10px;
}
.block-number-input_third{
    width: 46.81px;
    height: 46.36px;
    /*top: 396px;*/
    /*left: 36px;*/
    gap: 0;
    border-radius: 10px;
    border: 1px solid #95B1B580;
    /*position: absolute;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.number-modal-input_third {
    width: 13px;
    height: 21px;
    gap: 0;
    font-family: 'PFRegalTextPro',serif, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 21.12px;
    text-align: left;
    color:  #333333;
}
label[for="number-section"] {
    width: 174px;
    height: 20px;
    /*top: 408.7px;*/
    /*left: 102.81px;*/
    gap: 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 19.8px;
    text-align: left;
    color: #333333;
    /*position: absolute;*/
}
label[for="name"] {
    width: auto;
    height: auto;
    /*top: 457.23px;*/
    /*left: 103px;*/
    gap: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    color: #333333;
    /*position: absolute;*/
}
input[type="text"]#name {
    width: 310px;
    height: 40px;
    /*top: 480px;*/
    /*left: 103px;*/
    gap: 0;
    border-radius: 10px;
    border: 1px solid #95B1B580;
    opacity: 1;
    background: #FFFFFF;
    /*position: absolute;*/
    padding: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
label[for="city"] {
    width: auto;
    height: auto;
    /*top: 457.23px;*/
    /*left: 444px;*/
    gap: 0;
    opacity: 1;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    color: #333333;
    /*position: absolute;*/
}
input[type="text"]#city {
    width: 310px;
    height: 40px;
    /*top: 480.29px;*/
    /*left: 444px;*/
    gap: 0;
    border-radius: 10px;
    border: 1px solid #95B1B580;
    opacity: 1;
    background: #FFFFFF;
    /*position: absolute;*/
    padding: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
label[for="activity"] {
    width: auto;
    height: auto;
    /*top: 540px;*/
    /*left: 103px;*/
    gap: 0;
    opacity: 1;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    color: #333333;
    /*position: absolute;*/
}
input[type="text"]#activity {
    width: 310px;
    height: 40px;
    /*top: 563.43px;*/
    /*left: 103px;*/
    gap: 0;
    border-radius: 10px;
    border: 1px solid #95B1B580;
    opacity: 1;
    background: #FFFFFF;
    /*position: absolute;*/
    padding: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
label[for="age"] {
    width: auto;
    height: auto;
    /*top: 540px;*/
    /*left: 444px;*/
    gap: 0;
    opacity: 1;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    /*position: absolute;*/
    color: #333333;
}
input[type="number"]#age {
    width: 310px;
    height: 40px;
    /*top: 563px;*/
    /*left: 444px;*/
    gap: 0;
    border-radius: 10px;
    border: 1px solid #95B1B580;
    opacity: 1;
    background: #FFFFFF;
    /*position: absolute;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
label[for="who-are-you"] {
    width: 183px;
    height: 15px;
    /*top: 609px;*/
    /*left: 103px;*/
    gap: 0;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-align: left;
    /*position: absolute;*/
    color: #333333;
}
.checked-first {
    width: 21.13px;
    height: 21.13px;
    /*top: 662px;*/
    /*left: 103px;*/
    padding: 8.45px 16.91px;
    gap: 12.68px;
    cursor: pointer;
    border-radius: 4.23px;
    border: 0.42px solid #333333;
    background: #FFFFFF;
    /*position: absolute;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
label[for="policy-good"] {
    /*width: 328px;*/
    /*height: 18px;*/
    /*top: 664.96px;*/
    /*left: 133.43px;*/
    gap: 0px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    /*position: absolute;*/
    color: #333333;
}
.checked-second {
    width: 21.13px;
    height: 21.13px;
    /*top: 703px;*/
    /*left: 103px;*/
    padding: 8.45px 16.91px;
    gap: 12.68px;
    cursor: pointer;
    border-radius: 4.23px 0px 0px 0px;
    border: 0.42px solid #333333;
    background: #FFFFFF;
    /*position: absolute;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
label[for="pass-user"] {
    /*width: 367px;*/
    /*height: 18px;*/
    /*top: 705.96px;*/
    /*left: 133.43px;*/
    gap: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    /*position: absolute;*/
    color: #333333;
}
label[for="photo-good"] {
    /*width: 261px;*/
    /*height: 18px;*/
    /*top: 746.95px;*/
    /*left: 133.43px;*/
    gap: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    /*position: absolute;*/
    color: #333333;
}
.checked-third {
    width: 21.13px;
    height: 21.13px;
    /*top: 743.99px;*/
    /*left: 103px;*/
    padding: 8.45px 16.91px;
    gap: 12.68px;
    cursor: pointer;
    border-radius: 4.23px 0px 0px 0px;
    border: 0.42px solid #333333;
    background: #FFFFFF;
    /*position: absolute;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
label[for="personal-data"] {
    /*width: 437px;*/
    /*height: 18px;*/
    /*top: 787.96px;*/
    /*left: 133.43px;*/
    gap: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    /*text-align: left;*/
    /*position: absolute;*/
    color: #333333;
}
.checked-forth {
    width: 21.13px;
    height: 21.13px;
    /*top: 785px;*/
    /*left: 103px;*/
    padding: 8.45px 16.91px;
    gap: 12.68px;
    cursor: pointer;
    border-radius: 4.23px 0 0 0;
    border: 0.42px solid #333333;
    background: #FFFFFF;
    /*position: absolute;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-send {
    /*width: 168px;*/
    /*height: 56px;*/
    /*top: 848px;*/
    /*left: 348px;*/
    padding: 14px 28px;
    gap: 0;
    border-radius: 34px;
    border: 0.42px solid #ffffff;
    background-color: #627072;
    /*position: absolute;*/
}
.btn-send:hover {
    background: #BA9762;
}
.btn-text {
    /*width: 112px;*/
    /*height: 28px;*/
    gap: 0;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #FFFFFF;
}
