html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

*:focus {
    outline: 0 !important;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
    white-space: pre-line;
}

body {
    margin: 0;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    background-color: #d4d4d4;
}

.visible {
    visibility: hidden;
}

.wrapper_profile {
    max-width: 1150px;
    padding: 20px 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.profile_nav {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

.profile_header-logo {
    margin-top: 20px;
    margin-left: 20px;
}

.profile_header-logo img {
    width: 130px;
    height: 30px;
}

.profile_nav-menu-list {
    display: flex;
    flex-direction: column;

    justify-content: space-around;
    margin-top: 40px;
    border-radius: 25px;
    background-color: #efefef;
    height: 220px;
    width: 190px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.profile_nav-menu-item {
    display: block;
    width: 180px;
    padding: 10px;
    margin-left: 5px;
    padding-left: 30px;
    cursor: pointer;
    border-radius: 25px;
}

.profile_nav-menu-link {
    width: 100%;
}

.profile_nav-menu-item:hover {
    background-color: #4a4a4a;
    color: white;
}

.profile_content {
    width: 80%;
}

.profile_content-wrapper {
    display: grid;
    gap: 20px;
}

.profile_content-user-card {
    background-color: #efefef;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.profile_content-user-card-top {
    height: 200px;
    background-image: url("/images/6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: inherit;
    position: relative;
}

.profile_content-user-card-edit {
    display: none;
    position: absolute;
    right: 15px;
    top: 10px;
    background-color: #efefef82;
    border: none;
    border-radius: 15px;
}

.profile_content-user-card-top img {
    width: 20px;
    height: 20px;
}

.profile_content-user-card-bottom {
    display: flex;

    height: 75px;
    position: relative;
}

.profile_content-user-card-text {
    display: flex;
    flex-direction: column;
    margin-left: 170px;
    position: relative;
    width: 80%;
}

.profile_content-user-card-text p {
    display: inline-block;
    padding-bottom: 5px;
}

.profile_content-user-card-name {
    font-size: 26px;
    padding-top: 10px;
}

.profile_content-user-card-city {
    font-style: italic;
}

.profile_content-user-card-status {
    position: absolute;
    right: 10px;
    bottom: 30px;

    border-radius: 20px;
    padding: 5px 10px;
}

.profile-status-active {
    color: rgba(78, 202, 34, 1);
    border: 1px solid rgba(78, 202, 34, 1);
    box-shadow: 0px 3px 3px 0px rgba(78, 202, 34, 0.25);
}

.profile-status-passive {
    color: rgb(87, 34, 202);
    border: 1px solid rgba(87, 34, 202);
    box-shadow: 0px 3px 3px 0px rgba(87, 34, 202, 0.25);
}

.profile-status-not-active {
    color: rgb(202, 34, 34);
    border: 1px solid rgb(202, 34, 34);
    box-shadow: 0px 3px 3px 0px rgba(202, 34, 34, 0.25);
}

.profile_content-user-card-img {
    position: absolute;
    top: -75px;
    left: 20px;

    border-radius: 50%;
}

.background-avatar {
    background-color: #efefef;
}

.profile_content-user-card-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.profile_content-user-box {
    display: flex;
    justify-content: space-between;
}

.profile_content-user-skills {
    background-color: #efefef;
    border-radius: 25px;
    width: 60%;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.profile_content-user-skills-list {
    display: flex;
    flex-wrap: wrap;
}

.profile_content-user-skills-item {
    margin-top: 10px;
    margin-left: 10px;
    min-width: 55px;
    height: 30px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 4px;
    border-radius: 25px;
    /* border: 1px solid rgba(243, 99, 99, 1);
    box-shadow: 0px 4px 4px 0px rgba(255, 111, 111, 0.25); */
}

.profile_content-user-skills-item-default {
    margin-top: 28px;
    margin-left: 10px;
    min-width: 55px;
    height: 30px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 4px;
    border-radius: 25px;
    color: #3f3f3f;
    border: 1px solid rgb(49, 49, 49);
    box-shadow: 0px 4px 4px 0px rgba(49, 49, 49, 0.25);
}

.junior {
    border: 1px solid #9ede55;
    box-shadow: 0px 3px 2px 0px #b5fe62ac;
}

.middle {
    border: 1px solid rgb(12, 210, 228);
    box-shadow: 0px 3px 2px 0px rgba(12, 210, 228, 0.368);
}

.senior {
    border: 1px solid rgb(254, 15, 119);
    box-shadow: 0px 3px 2px 0px rgba(254, 15, 119, 0.368);
}

.AI {
    border: 1px solid rgb(152, 11, 228);
    box-shadow: 0px 3px 2px 0px rgba(152, 11, 228, 0.368);
}

.profile_content-user-contacts {
    background-color: #efefef;
    border-radius: 25px;
    width: 39%;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.profile_content-user-edit {
    display: none;
    position: absolute;
    right: 50px;
    top: 10px;
    background-color: #77777782;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}

.profile_content-user-edit img {
    width: 17px;
    height: 17px;
}

.profile_content-user-delete {
    display: none;
    position: absolute;
    right: 15px;
    top: 10px;
    background-color: #77777782;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.profile_content-user-delete img {
    width: 18px;
    height: 18px;
}

.profile_content-user-contacts-list {
    /* padding: 10px 0; */
}

.profile_content-user-contacts-list-item {
    padding-top: 10px;
    padding-left: 30px;
}

.profile_content-user-contacts-link:hover {
    color: royalblue;
}

.email-link {
    position: relative;
}

.email-link::before {
    position: absolute;
    content: "";
    background-image: url("/images/icons/email-link2.svg");
    height: 20px;
    width: 20px;
    left: -25px;
}

.telegram-link {
    position: relative;
}

.telegram-link::before {
    position: absolute;
    content: "";
    background-image: url("/images/icons/telegram-link.svg");
    height: 20px;
    width: 20px;
    left: -25px;
}

.phone-link {
    position: relative;
}

.phone-link::before {
    position: absolute;
    content: "";
    background-image: url("/images/icons/phone-link.svg");
    height: 17px;
    width: 17px;
    left: -25px;
}

.off {
    display: none !important;
}

.profile_content-user-summary {
    background-color: #efefef;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.profile_content-user-summary h2 {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 0;
}

.summary-div {
    border: #ffffff solid 1px;
    border-radius: inherit;
    padding: 20px;
    margin: 10px;
    background-color: #fbfbfb;
    position: relative;
}

.profile_content-user-summary-title-post {
    text-align: center;
    padding: 5px;
    font-size: 22px;
}

.profile_content-user-summary-title-salary {
    text-align: center;
}

.profile_content-user-summary-exp {
}

.summary-btn {
    display: none;
    border: none;
    background-color: #fbfbfb;
    cursor: pointer;
    margin: 10px;
    color: #3f3f3f;
    position: relative;
}

.summary-btn::before {
    content: "";
    position: absolute;
    background-image: url("/images/icons/plus4.svg");
    height: 9px;
    width: 9px;
    left: -7px;
    top: 4px;
}

.summary-btn:hover {
    font-weight: 700;
}

.edit-btn-visible {
    display: block;
}

.profile_content-user-summary-exp-wrapper {
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-radius: inherit;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
}

.summary_exp-company-name {
    padding: 10px 15px;
}

.summary_exp-date {
    padding: 0 10px;
    font-style: italic;
}

.summary_exp-city {
    padding: 10px;
}

.summary_exp-title {
    padding: 10px 15px;
}

.summary_exp-requirements {
    padding: 0 5px;
    white-space: pre-line;
}

.summary_exp-projects {
    padding: 0 5px;
}

.profile_content-user-summary-project h3 {
    padding: 15px;
}

.profile_content-user-summary-project-wrapper {
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-radius: 25px;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
}

.profile_content-user-summary-project-wrapper p,
h4 {
    padding: 5px 15px;
}

.summary_project-name {
}

.summary_project-description {
    width: 80%;
}

.profile_content-user-summary-project-wrapper a {
    text-decoration: underline;
}

.profile_content-user-summary-project-wrapper a:hover {
    color: royalblue;
}

.summary_about-title {
    padding: 10px 20px;
}

.summary_about-description {
    padding: 5px 10px;
    width: 90%;
}

@media (max-width: 450px) {
    .wrapper_profile {
        flex-direction: column;
        padding: 0;
    }

    .profile_nav {
        margin-right: 0;
        position: fixed;
        bottom: 0px;
        z-index: 1;
    }

    .profile_header-logo {
        display: none;
    }

    .profile_nav-menu {
        width: 100%;
    }

    .profile_nav-menu-list {
        flex-direction: row;
        width: 100vw;
        height: 45px;
        background-color: #4a4a4a;
        border-radius: 25px 25px 0 0;
    }

    .profile_nav-menu-item {
        padding: 15px;
        width: max-content;
        padding-left: 10px;
        color: #efefef;
    }

    .profile_content {
        width: 100%;
        padding: 10px;
    }

    .profile_content-user-card-top {
        height: 150px;
    }

    .profile_content-user-card-bottom {
        height: 115px;
    }

    .profile_content-user-card-img {
        left: 5px;
    }

    .profile_content-user-card-text {
        margin-left: 140px;
    }

    .profile_content-user-card-name {
        font-size: 20px;
    }

    .profile_content-user-card-status {
        right: 13px;
        bottom: 7px;
        font-size: 15px;
    }

    .profile_content-user-box {
        flex-direction: column;
    }

    .profile_content-user-skills {
        width: 100%;
        margin-bottom: 20px;
    }

    .profile_content-user-contacts {
        width: 100%;
    }

    .profile_content-user-summary {
        margin-bottom: 50px;
    }

    .profile_content-user-summary h2 {
        font-size: 22px;
    }

    .profile_content-user-summary-title-post {
        font-size: 20px;
    }
}

@media (max-width: 350px) {
    .profile_nav-menu-list {
        flex-wrap: wrap;
        height: max-content;
    }

    .profile_nav-menu-item {
        padding: 10px;
    }

    .wrapper_profile {
        padding: 0;
    }

    .profile_content-user-card-bottom {
        height: 125px;
    }

    .profile_content-user-card-img {
        left: 2px;
    }

    .profile_content-user-card-img img {
        width: 115px;
        height: 115px;
    }

    .profile_content-user-card-text {
        margin-left: 110px;
    }

    .profile_content-user-card-name {
        font-size: 17px;
    }

    .profile_content-user-card-city {
        font-size: 14px;
    }

    .profile_content-user-card-status {
        right: 10px;
        bottom: 5px;
        font-size: 14px;
    }

    .profile_content-user-summary {
        margin-bottom: 80px;
    }
}
