* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html,
body {
    height: 100%;
    overflow-x: hidden;
}

body {
    width: 100vw;
    height: 100vh;
}

header {
    display: flex;
    width: 100%;
    height: 20%;
    align-items: center;
    justify-content: space-around;
}

.header_left {
    width: 30%;

}

.header_left a {
    text-decoration: none;
    font-size: 26px;
    color: #000;

}

.header_middle p {
    font-size: 26px;
}




.sign_in {
    width: 20%;
    height: 6rem;
    margin-left: 9rem;
    border-radius: 50px;
    justify-content: flex-end;
    position: relative;

}

.sign_in img {
    position: absolute;
    width: 5rem;
    right: 1.8rem;
    top: 1.5rem;
    background: #fff;
    object-fit: cover;
    border-radius: 50%;
}

#fileInput {
    display: none;
}

section {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: auto;
    justify-content: space-around;
    align-items: center;
}

.section_1 {
    width: 50%;
    height: auto;
    overflow: visible;

}

.section_1_1 {
    width: 100%;
    margin: 0 auto;
    margin-left: 10px;
    position: relative;
    border-radius: 10px;
    background-color: #F5F5F5;

}

.section__top input {
    width: 90%;
    border: none;
    outline: none;
    margin: 10px auto;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    background-color: #F5F5F5;
}

.section__top img {
    position: absolute;
    background: #5C17FC;
    border-radius: 10px;
    width: 2rem;
    right: 1rem;
    top: 0.5rem;

}

.section__bottom {
    display: flex;
    width: 100%;

}

.section__bottom_left {
    width: 60%;
    /* background: #000; */
}

.section__bottom input {
    width: 90%;
    border: none;
    outline: none;
    margin: 10px auto;
    margin-left: 2.5rem;
    font-size: 16px;
    color: #000;
}

.section_1 {
    max-height: 80vh;
    /* Və ya özünə uyğun başqa hündürlük */
    overflow-x: hidden;
    overflow-y: auto;
}

.section__bottom_right {
    height: 6rem;
    margin-left: 9rem;
    border-radius: 50px;
    justify-content: flex-end;
    position: relative;

}

.section__bottom_right img {
    position: absolute;
    width: 4rem;
    right: 1.8rem;
    top: 1.5rem;
    background: #fff;
    object-fit: cover;
    border-radius: 50%;
}



#fileInput1 {
    display: none;
}

.section_1 {
    max-height: 80vh;
    /* Və ya özünə uyğun başqa hündürlük */
    overflow-x: hidden;
    overflow-y: auto;
}


.section_1_2 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 55%;
    margin: 5px auto;
    margin-left: 10px;
    margin-top: 1.2rem;
    border-radius: 10px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.profile_label {
    margin-left: 1.5rem;
    font-size: 20px;
    font-weight: 700;
    padding: 1rem;
}


.section_1_2 button {
    font-size: 16px;
    color: #6E666F;
    font-weight: 700;

}



.profile_label,
.profile_input {
    margin-left: 1.5rem;
    font-size: 20px;
    font-weight: 700;
    padding: 1rem;
    box-sizing: border-box;
    display: inline-block;
    width: 25rem;
    /* label və input eyni eni alsın */
    font-family: inherit;
    /* eyni font olsun */
    line-height: normal;
    /* line height da eyni olsun */
    vertical-align: middle;

}


.profile_input {
    display: none;
    border: none;
    outline: none;
}

.arrow_click {
    position: absolute;
    width: 2rem;
    right: 1rem;
    cursor: pointer;


}

.section_1_2 .add_entry_btn {
    width: 8rem;
    display: none;
    position: absolute;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #1653CD;
    color: #fff !important;
    padding: 0.4rem 1rem;
    border: none;
    font-size: 12px;
    left: 7rem;
    top: 6rem;
    right: 15rem;
    /* uyğunlaşdırıldı */
    border-radius: 6px;
    cursor: pointer;
}

.edit_btn {
    display: none;
    position: absolute;
    background-color: #1653CD;
    color: #fff !important;
    margin: 0 3rem;
    padding: 0.5rem 1.5rem;
    border: none;
    right: 1rem;
    top: 0.5rem;
    border-radius: 6px;


}

.edit_btn img {
    width: 2rem;
    position: absolute;
    top: 0.1rem;
}

.profile_input {
    display: none;
    border: none;
    outline: none;

}

.new_entry {
    display: none;
    width: 25rem;
    margin-left: 2.4rem;
    margin-bottom: 3rem;
    border: none;
    outline: none;
    background-color: #F5F5F5;
    border-radius: 6px;
    padding: 8px 10px;



}


.extra_entries input {
    display: block;
    width: 250px;
    padding: 8px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.arrow_click {
    position: absolute;
    right: 1rem;
    top: 0;
    width: 2rem;
    cursor: pointer;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.arrow_click.rotated {
    transform: rotate(180deg);
}

.section_right {
    width: 44%;
    height: 70vh;
    /* background: blue; */
    display: flex;
    position: relative;
    flex-direction: column;

}

.section_right_top {
    width: 23vw;
    min-height: 200px;
    height: auto;
    margin-left: 7rem;
    display: flex;
    align-items: stretch;
    /* ƏN VACİB hissə */
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.3);

}

#fileInput2 {
    display: none;
}

.section_right_top_left {
    width: 40%;
    background: #F0F0F0;
}

.section_right_top_right {
    width: 100%;
}


.info_input {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.name_form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* ƏN VACİB hissə */
    width: 70%;
    position: absolute;
    border: none;
    color: #000000;
    margin-left: 4rem;
    resize: none;
    font-size: 10px;
    font-weight: 700;


}

.input_h1,
.input_h2,
.input_h1::placeholder,
.input_h2::placeholder {
    width: 100%;
    min-height: 50px;
    height: auto;
    resize: none;
    border: none;
    outline: none;
    color: #000000;
    font-size: 12px;
    background-color: #ffff;
    font-weight: 700;
    color: #000000;
    white-space: pre-wrap;
    word-wrap: break-word;

}




.top_form {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100px;
    height: auto;
    text-align: center;
    margin-top: 5px;
    border: none;
    color: #000000;
    background: #070707;
    resize: none;


}


.phoneR {
    margin-top: 2rem;
}

.phoneR,
.emailR,
.adressR {
    width: 80%;
    height: 100%;
    resize: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: none;
    outline: none;
    color: #000000;
    font-size: 8px;
    margin-left: 1rem;
}

.phoneR::placeholder,
.emailR::placeholder,
.adressR::placeholder {
    color: #000000;
    font-size: 8px;
    width: 100%;



}

#preview2 {
    margin: 0 auto;
    margin: 2.7rem 1rem;
}

.section_right_r_side_r {
    position: relative;
}

.p_resume_22 {
    z-index: 111;
}

.bg_resume22 {
    position: absolute;
    left: 3rem;
    top: 0;
    border: none;
    z-index: 0;
}

/* melumat , skill language and experience parts */
.section_right_r_side {
    /* ŞƏRTLİDİR – yoxsa şəkil görünməz */
    z-index: 0;
    position: relative;
}

.section_right_r_side_names {
    position: static;
    left: 1rem;
    top: 1rem;
    width: 70%;
}

.input_h1,
.input_h2 {
    border: none;
    outline: none;
    color: #000;
    text-align: center;
    width: 100%;


}

.section_right_side_2 {
    margin-left: 0.5rem;
    text-align: left;
    width: 90%;
    background: #F0F0F0;
}

.section_right_side_2 .outputArea,
.section_right_side_2 .outputArea::placeholder {
    resize: none;
    text-align: left;
    width: 100%;
    height: 80px;
    border: none;
    outline: none;
    font-size: 8px;
    color: #000;
    background: #F0F0F0;

}




.section_right_side_2 p {
    padding: 5px;
    color: #000000;
    font-weight: 700;
    font-size: 12px;

}




#language_form_range {
    display: none;
}

#itemListLanguage_right1 {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.section_right_top_skills,
.section_right_top_language,
.rightSideContainer {
    margin-left: 0.5rem;
    width: 80%;
    height: auto;
    margin-top: 1rem;
}



.section_right_top_skills i {
    margin: 0.5rem 1rem;
}


.language_form_range {
    display: flex;
    width: 90%;
    background: #F0F0F0;


}

.language_input {
    border: none;
    outline: none;
    width: 48%;
    font-size: 10px;

}

.language_input::placeholder {
    font-size: 10px;
    background: #F0F0F0;


}



#sendedParts h2 {
    margin: 5px;
}

.work_experience_right {
    margin-top: 4rem;
}

#sendList {
    font-size: 8px;
}

.rightSideContainer {
    margin-bottom: 5px;
}

.rightSideContainer h2 {
    padding: 5px;
    font-size: 10px;
}

.section_right_side_2 .outputArea::placeholder {
    color: #000000;
    font-size: 10px;
    background: #F0F0F0;

}

#sendList {
    list-style-type: none;
}

.rightSideContainer {
    display: none;
}

#sendTitle1 {
    font-size: 10px;
}

#sendList1 {
    font-size: 8px;
    margin: 0.5rem;
}

#language_form_range {
    display: none;
}

#itemListLanguage_right1 {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.language_form_range {
    display: flex;
    width: 90%;
}

.language_input {
    border: none;
    outline: none;
    width: 48%;
    font-size: 10px;

}

.language_input::placeholder {
    font-size: 10px;
    background: #EEFBFF;

}

.language-range {
    -webkit-appearance: none;
    width: 30%;
    height: 4px;
    border-radius: 5px;
    background: linear-gradient(to right,
            #000 0%,
            #000 var(--value, 50%),
            #fff var(--value, 50%),
            #fff 100%);
}


.language-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
}

.language-range::-moz-range-thumb {
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.language-range::-moz-range-thumb {
    background: #0000;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    border: none;
}

.language-remove {
    flex: 0 0 10%;
    /* 10% */
    text-align: center;
    cursor: pointer;
    width: 10px;
}



.work_experience_right {
    display: none;
    flex-direction: column;
    gap: 10px;
}



.section_right_top_language h2,
.rightSideContainer h2,
.work_experience_right h2,
.section_right_top_skills h2 {
    flex-direction: column;
    margin-top: 1rem;
    font-size: 12px;
}



.work_experience_right {
    display: none;
}


.work_experience_right form,
.education_right form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1rem;
    margin-left: 1rem;

}




.section_bottom_2 ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: row;
    width: 100%;
    list-style-type: none;

}

.section_bottom_2 ul li {
    margin: 2rem;
    width: 40%;
    text-decoration: none;
    border-radius: 20px;
    padding: 0.5rem;
    margin: 0 auto;
    border: 1px solid #0D5EFF;
    margin-top: 1rem;
}

.section_bottom_2 ul li a {
    text-decoration: none;
    color: #868693;
    font-size: 20px;
    font-weight: 700;


}


/* 1024px RESPONSIVE */

@media(max-width:1280px) {
    #sendTitle1 {
        white-space: pre-wrap;
        word-wrap: break-word;
        width: 62%;
    }
}

/* 1024px RESPONSIVE */

@media (max-width: 1024px) {

    header {
        justify-content: space-between;
        padding: 0 1rem;
        height: auto;
    }

    .header_left {
        width: auto;
    }

    .sign_in {
        width: 25%;
        margin-left: 0;
    }

    /* SECTION LAYOUT */
    section {
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 2rem;
        padding-bottom: 2rem;
    }

    .section_1 {
        width: 90%;
        max-height: none;
    }

    .section_1_1,
    .section_1_2 {
        width: 100%;
        margin-left: 0 !important;
    }

    .profile_label,
    .profile_input {
        width: 90%;
        margin-left: 1rem;
    }

    .new_entry {
        width: 90%;
    }

    /* RIGHT SIDE */
    .section_right {
        width: 60%;
        margin-top: 4rem;
        margin-left: 0;
        height: auto;
    }

    .section_right_1 {
        width: 90%;
        margin-left: 0;
        height: auto;
    }

    /* Right side header input area */
    .section_right_top {
        width: 100%;
        flex-direction: row;
        padding: 1rem;
    }

    #sendTitle1 {
        margin-top: 15px;
        font-size: 14px;
        width: 78%;
    }
.section_right_r_side_names{
    width: 100%;
}
    .input_h1 {
        width: 100%;
        margin-left: 0;
    }

    .phone,
    .email,
    .adress {
        width: 31%;
        margin-top: 0.5rem;
    }

    .section_right_1_1 .outputArea {
        width: 90%;
        margin-left: 1rem;
    }

    .section_right_1_2 {
        flex-direction: row;
        gap: 1rem;
    }

    .section_right_1_2_left,
    .section_right_1_2_right {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }

    .section_right_1_2_left form input {
        width: 4rem;
    }

    .vertical_hr {
        border-left: 1px solid #868693;
        height: 306px;
        margin: 0 5px;
    }

    /* Certificates */
    .certificates textarea {
        width: 90%;
        margin-left: 1rem;
    }

    /* SKILLS & LANGUAGES */
    .skills_right input,
    .languages_right input {
        width: 90%;
        margin-left: 1rem;
    }

    .languages_right label {
        margin-left: 1rem;
    }



    /* Bottom buttons (ul li) */
    .section_bottom_2 ul {
        flex-direction: column;
        align-items: center;
    }

    .section_bottom_2 ul li {
        width: 80%;
        margin: 1rem 0;
    }

    /* Images reposition */
    .sign_in img {
        width: 4rem;
        top: 1rem;
        right: 1rem;
    }

    .section_right_r_side_r img {
        top: 1rem;
        left: 10rem;
        width: 40%;
    }

    .arrow_click {
        right: 1rem;
        top: 1rem;
    }

    .section_right_top {
        margin: 0 auto;
        margin: 0.2rem 0;
    }

    .section_right_side_2 {
        margin-top: 2rem;
    }

    .outputArea {
        width: 100%;
    }
    .section_right_r_side_r img{
    left: 7rem;
}
    /* Right side header input area */
    .section_right_top {
        width: 100%;
        min-height: 250px;
        flex-direction: row;
        padding: 1rem;
    }
    .section_right_r_side_names{
        width: 100%;
        
    }
    .input_h1,
    .input_h1::placeholder{
        text-align: center;
        font-size: 14px;
    }
}

@media(max-width:820px){
    .section_right_r_side_r img{
    left: 6rem;
}
    /* Right side header input area */
    .section_right_top {
        width: 100%;
        min-height: 230px;
        flex-direction: row;
        padding: 1rem;
    }
       .section_right_r_side_names{
        width: 100%;

    }
    .input_h1,
    .input_h1::placeholder{
        font-size: 14px;
    }
}
@media (max-width:768px) {
    header {
        justify-content: space-between;
        padding: 0 1rem;
        height: auto;
    }

    .header_left {
        width: auto;
    }

    .sign_in {
        width: 25%;
        margin-left: 0;
    }

    /* SECTION LAYOUT */
    section {
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 2rem;
        padding-bottom: 2rem;
    }

    .section_1 {
        width: 90%;
        max-height: none;
    }

    .section_1_1,
    .section_1_2 {
        width: 100%;
        margin-left: 0 !important;
    }

    .profile_label,
    .profile_input {
        width: 90%;
        margin-left: 1rem;
    }

    .new_entry {
        width: 90%;
    }

    #sendTitle1 {
        margin-top: 15px;
        font-size: 14px;
        width: 50%;
    }

    /* RIGHT SIDE */
    .section_right {
        width: 60%;
        margin-top: 4rem;
        margin-left: 0;
        height: auto;
    }

    .section_right_1 {
        width: 90%;
        margin-left: 0;
        height: auto;
    }
.section_right_r_side_r img{
    left: 6rem;
}
    /* Right side header input area */
    .section_right_top {
        width: 100%;
        min-height: 230px;
        flex-direction: row;
        padding: 1rem;
    }

    .input_h1 {
        width: 100%;
        margin-left: 0;
    }

    .phone,
    .email,
    .adress {
        width: 31%;
        margin-top: 0.5rem;
    }

    .section_right_1_1 .outputArea {
        width: 90%;
        margin-left: 1rem;
    }

    .section_right_1_2 {
        flex-direction: row;
        gap: 1rem;
    }

    .section_right_1_2_left,
    .section_right_1_2_right {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }

    .section_right_1_2_left form input {
        width: 4rem;
    }

    .vertical_hr {
        border-left: 1px solid #868693;
        height: 306px;
        margin: 0 5px;
    }
   .section_right_r_side_names{
        width: 100%;

    }
    /* Certificates */
    .certificates textarea {
        width: 90%;
        margin-left: 1rem;
    }

    /* SKILLS & LANGUAGES */
    .skills_right input,
    .languages_right input {
        width: 90%;
        margin-left: 1rem;
    }

    .languages_right label {
        margin-left: 1rem;
    }

    /* Bottom buttons (ul li) */
    .section_bottom_2 ul {
        flex-direction: column;
        align-items: center;
    }

    .section_bottom_2 ul li {
        width: 80%;
        margin: 1rem 0;
    }

    /* Images reposition */
    .sign_in img,
    .section__bottom_right img {
        width: 4rem;
        top: 1rem;
        right: 1rem;
    }

    .arrow_click {
        right: 1rem;
        top: 1rem;
    }

    .section_right_side_2 {
        margin-top: 2rem;
    }
}

@media (max-width:600px) {
    header {
        justify-content: space-between;
        padding: 0 1rem;
        height: auto;
    }

    .header_left {
        width: auto;
    }

    .sign_in {
        width: 25%;
        margin-left: 0;
    }

    /* SECTION LAYOUT */
    section {
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 2rem;
        padding-bottom: 2rem;
    }

    .section_1 {
        width: 90%;
        max-height: none;
    }

    .section_1_1,
    .section_1_2 {
        width: 100%;
        margin-left: 0 !important;
    }

    .profile_label,
    .profile_input {
        width: 90%;
        margin-left: 1rem;
    }

    #sendTitle1 {
        margin-top: 5px;
        width: 75%;
        font-size: 12px;
    }

    .new_entry {
        width: 90%;
    }

    /* RIGHT SIDE */
    .section_right {
        width: 60%;
        margin-top: 4rem;
        margin-left: 0;
        height: auto;
    }

    .section_right_1 {
        width: 90%;
        margin-left: 0;
        height: auto;
    }
.section_right_r_side_r img{
    left: 7rem;
}
    /* Right side header input area */
    .section_right_top {
        width: 100%;
        flex-direction: row;
        padding: 1rem;
    }

    .input_h1 {
        width: 100%;
        margin-left: 0;
    }

    .phone,
    .email,
    .adress {
        width: 31%;
        margin-top: 0.5rem;
    }

    .section_right_1_1 .outputArea {
        width: 90%;
        margin-left: 1rem;
    }

    .section_right_1_2 {
        flex-direction: row;
        gap: 1rem;
    }

    .section_right_1_2_left,
    .section_right_1_2_right {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }

    .section_right_1_2_left form input {
        width: 4rem;
    }

    .vertical_hr {
        border-left: 1px solid #868693;
        height: 306px;
        margin: 0 5px;
    }

    /* Certificates */
    .certificates textarea {
        width: 90%;
        margin-left: 1rem;
    }

    /* SKILLS & LANGUAGES */
    .skills_right input,
    .languages_right input {
        width: 90%;
        margin-left: 1rem;
    }

    .languages_right label {
        margin-left: 1rem;
    }

    /* Bottom buttons (ul li) */
    .section_bottom_2 ul {
        flex-direction: column;
        align-items: center;
    }

    .section_bottom_2 ul li {
        width: 80%;
        margin: 1rem 0;
    }

    /* Images reposition */
    .sign_in img,
    .section__bottom_right img {
        width: 4rem;
        top: 1rem;
        right: 1rem;
    }

    .section_right_r_side_r img {
        width: 45%;
        left: 7rem;
        top: 2rem;
    }

    .arrow_click {
        right: 1rem;
        top: 1rem;
    }

    .section_right_top {
        margin: 0 auto;
        margin: 0.2rem 0;
    }

    .section_right_side_2 {
        margin-top: 2rem;
    }

    .outputArea {
        width: 100%;
    }
}
@media(max-width:540px){
    .section_right_r_side_r img{
    left: 4rem;
}
}
@media (max-width:480px) {
    .section_right_1_2_left {
        width: 40%;
    }

    .section_right_1_2_right {
        display: flex;
        flex-direction: column;
        margin-left: -18px;
        width: 40%;
    }

    .certificates textarea {
        resize: none;
        display: block;
        width: 8rem;
        margin-left: 0;
    }

    .section_right_top {
        margin: 0 auto;
        margin: 0.2rem 0;
    }

    .section_right_side_2 {
        margin-top: 2rem;
    }

    .section_right_r_side_r img {
        width: 65%;
        left: 4.5rem;
    }

    .outputArea {
        width: 100%;
    }

    #sendTitle1 {
        white-space: pre-wrap;
        word-wrap: break-word;
        width: 78%;
        font-size: 10px;
    }

}
@media(max-width:430px){
      .section_right_r_side_r img{
        left: 2rem;
    }
}
@media(max-width:420px) {
    header .header_left a {
        font-size: 18px;
    }

    .header_middle p {
        font-size: 18px;
    }

    .sign_in img {
        width: 50%;
        margin-right: 1rem;
    }

    .section_1 input,
    .section_1::placeholder {
        font-size: 14px;
    }

    #sendTitle1 {
        white-space: pre-wrap;
        word-wrap: break-word;
        width: 82%;
        font-size: 10px;
    }

    .section_right_top {
        margin: 0 auto;
        margin: 0.2rem 0;
    }

    .section_right_side_2 {
        margin-top: 2.5rem;
    }

    .outputArea {
        width: 100%;
    }

    .section_right_r_side_r img {
        width: 70%;
        left: 3.5rem;
        top: 2rem;
    }

    .name_form {
        width: 45%;
    }

    #sendTitle1 {
        margin-top: 15px;
        font-size: 10px;
        width: 63%;
    }

    .profile_label {
        font-size: 14px;
    }

    .edit_btn {
        font-size: 10px;
        padding: 10px;
    }
}
@media(max-width:414px){
    .section_right_r_side_r img{
        left: 1.5rem;
    }
     .input_h1,
    .input_h1::placeholder{
        font-size: 12px;
    }
}
@media(max-width:375px){
    .section_right_r_side_r img{
        left: 1.5rem;
    }
}
@media(max-width:360px) {
    .section_right_side_2 {
        margin-top: 1rem;
    }

    #sendTitle1 {
        width: 93%;
    }

    .outputArea {
        width: 100%;
    }

    .work_experience_right h2,
    .rightSideContainer h2,
    .section_right_top_skills h2,
    .section_right_top_language h2 {
        font-size: 10px;

    }

    .profile_label {
        font-size: 14px;
    }

    .edit_btn {
        font-size: 10px;
        padding: 10px;
    }
    .section_right_r_side_names{
        width: 100%;

    }
    .input_h1,
    .input_h1::placeholder{
        font-size: 12px;
    }

}