* {
    box-sizing: border-box;
    padding: 0 0 2px;
    margin: 0;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #000;
}

a:hover {
    color:#606060;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon {
    width: 20px;
    height: 20px;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    column-gap: 30px;
    border-radius: 50px;
}

.container__left {
    max-width: 250px;
}

.container__right {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 300px;
    min-width: 0; 
}

.container__info {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #000080;
    border-radius: 10px;
}

.common {
    color: #000080;
}

.container__info h3 {
    color: #000080;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid #000080;
    margin-bottom: 8px;
}

.container__info li {
    margin-left: 18px;
}

.container__info-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.container__info-fields h4 {
    margin-bottom: 5px;
}

.photo {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border: 2px solid #000080;
    border-radius: 100px;
}

.person {
    justify-self: center;
    text-align: center;
    margin-bottom: 5px;
}

.icon-link {
    display: inline-flex;
    align-items: center;  
}

hr {
    padding: 0;
    margin-bottom: 20px;
}

.language-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language-item progress {
    max-width: 50%;
}

.first-column {
    text-align: left;
    vertical-align: top;
}

.second-column, .third-column {
    padding-left:15px;
}

.table {
    border: none;
    width: 100%;
}

.education__years, .work-term {
    color: #606060;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 5px;
}

.pet-projects-item {
    line-height: 3;
}

@media (max-width: 768px) {
    .container__left {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .container {
        justify-content: center;
    }
}
