:root {
  --itech-color-1: #E71321;
  --itech-color-1-light: #E713211A;
  --itech-color-2: #008578;
  --itech-color-2-light: #E1EDED;
  --itech-color-3: #5DE600;
  --itech-color-3-light: #5DE6001A;
  --itech-color-4: #963CBD;
  --itech-color-4-light: #963CBD1A;
}

.team-profile { 
    display: grid; 
    grid-template-columns: 320px 1fr; 
    gap: 2.5rem
}

@media (max-width: 900px) { 
    .team-profile { 
        grid-template-columns: 1fr;
        padding: 0 20px
    } 
}

#nsk-team-person-profile .team-profile__photo-img {
  width: 192px !important;
  height: 192px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

#nsk-team-person-profile .team-profile__title,
#nsk-team-person-profile .team-profile__col--right h2 {
    font-family: TTSupermolot-Bold;
    font-weight: 400;
    line-height: 1.2;
    text-transform: initial
}

#nsk-team-person-profile .team-profile__col--right h2 { 
    font-size: 2rem !important
}

#nsk-team-person-profile .team-profile__title {
    font-size: 1.5rem !important
}

#nsk-team-person-profile .team-profile__subtitle,
.team-profile__col--left .team-profile__heading {
    font-family: TTSupermolot-Regular;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.3;
    text-transform: initial
}

.team-profile__col--left .team-profile__heading {
    letter-spacing: .35px
}

#nsk-team-person-profile .heading-divider::after {
  content: "";
  display: block;
  width: 20%;
  border-bottom: 2px solid #5DE600;
  margin-top: .5rem
}

.team-profile__photo,
.team-profile__title,
.team-profile__meta_label {
    margin-bottom: .5rem
}

.team-profile__subtitle {
    margin-bottom: 1rem
}

.team-profile__section {
    margin-bottom: 2rem
}

.team-profile__heading {
    margin-bottom: 0
}

.team-profile__col--right .team-profile__heading {
    margin-top: 0
}

#nsk-team-person-profile .team-profile__content ol,
#nsk-team-person-profile .team-profile__content ul {
    padding-left: 1.2rem
}

.team-profile__meta a,
.team-profile__meta--office {
   display: flex;
   gap: 1rem;
   align-items: center
}

.team-profile__meta a {
    text-decoration: none
}

.team-profile__meta__data-wapper {
    display: flex;
    flex-direction: column
}

.team-profile__meta_label {
    color: #646A77;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.2;
    letter-spacing: .35px
}

.team-profile__meta_data {
    color: #374151;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.2
}

.team-profile__section {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.team-profile__meta_icon,
.team-profile__social-link {
    display: flex
}

.team-profile__social-link:focus-visible {
    outline-offset: 2px
}

.team-profile__areas,
.team-profile__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 0;
  margin: 0;
  list-style: none
}

.team-profile__areas .team-profile__area {
  padding: 4px 8px;
  border: 2px solid #000;
  border-radius: 4px;
  font-size: 1rem;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s ease
}

.team-profile__areas .team-profile__area a {
    text-decoration: none;
    transition: .3s ease
}

.team-profile__areas .team-profile__area:hover {
    background-color: #000
}

.team-profile__areas .team-profile__area:hover,
.team-profile__areas .team-profile__area:hover a {
    color: #fff
}

.team-profile__area.colored-1 {
    border-color: var(--itech-color-1)
}

.team-profile__area.colored-2 {
    border-color: var(--itech-color-2)
}

.team-profile__area.colored-3 {
    border-color: var(--itech-color-3)
}

.team-profile__area.colored-4 {
    border-color: var(--itech-color-4)
}

.team-profile__area.colored-1:hover {
    background-color: var(--itech-color-1)
}

.team-profile__area.colored-2:hover {
    background-color: var(--itech-color-2)
}

.team-profile__area.colored-3:hover {
    background-color: var(--itech-color-3)
}

.team-profile__area.colored-3:hover,
.team-profile__area.colored-3:hover a {
    color: #000
}

#nsk-team-person-profile .team-profile__area.colored-4:hover {
    background-color: var(--itech-color-4)
}

#nsk-team-person-profile .team-profile__social-icon {
    height: 24px;
    width: 24px
}
