/* Views/www_webpack/pages/dizayneram-i-arkhitektoram/dizayneram-i-arkhitektoram.css */
#forDesigners {
  display: grid;
  gap: 20px;
  padding: 20px clamp(20px, 5vw, 10vw);
}
#forDesigners h2 {
  font-weight: normal;
  text-transform: uppercase;
}
.element_2 {
  display: flex;
  gap: 20px;
}
.element_2:first-child {
  align-items: end;
}
.element_2:first-child > div {
  display: grid;
  grid-template: auto 1fr / auto 1fr;
  grid-template-areas: "img ." "img .";
  column-gap: 20px;
}
.element_2:first-child > div img {
  grid-area: img;
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
.element_2 > div {
  display: grid;
  flex: 1;
  gap: 20px;
}
.element_2 > div:last-child {
  grid-template: auto 1fr / 1fr 1fr;
  grid-template-areas: "big big" ". .";
}
.element_2 > div:last-child > div {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
.element_2 > div:last-child div:first-child {
  display: flex;
  grid-area: big;
  gap: 10px;
}
.element_2 > div:last-child div:first-child img {
  width: auto;
  height: 100%;
}
.element_2 > div:last-child .icon {
  width: 50px;
  height: 50px;
}
.element_2 p {
  font-size: 0.9em;
}
.designer_services {
  columns: 550px;
}
.designer_services li {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 51px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--color-black);
}
.designer_services li .icon {
  max-width: 30px;
  height: 30px;
}
.designer_workplace {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.designer_workplace > div:first-child {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  min-width: 375px;
}
.designer_workplace > div:last-child {
  display: grid;
  flex: 2;
  grid-template: auto 1fr / 1fr 1fr;
  grid-template-areas: "big big" ". .";
  gap: 20px;
  min-width: 682px;
}
.designer_workplace > div:last-child > div {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
.designer_workplace > div:last-child div:first-child {
  display: flex;
  grid-area: big;
  gap: 10px;
}
.designer_workplace > div:last-child .icon {
  width: 50px;
  height: 50px;
}
.designer_workplace__img {
  width: 320px;
  height: 100%;
  object-fit: contain;
}
.work_station__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 10px;
}
.work_station__list img {
  width: 100%;
  height: 100%;
}
.designers_work__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}
.designer_work__item {
  position: relative;
  border-radius: 10px;
  transition: all 200ms;
}
.designer_work__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.designer_work__item button {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff3d;
  border-radius: 8px;
  opacity: 0;
  transition: all 200ms;
}
.designer_work__item button img {
  width: 50px;
  height: 50px;
  padding: 5px;
  background: #ffffffde;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 56%) 0 22px 70px 4px;
  transform: scale(0.2);
  transition: all 150ms;
}
.designer_work__item:hover {
  box-shadow: rgb(14 30 37 / 12%) 0 2px 4px 0, rgb(14 30 37 / 32%) 0 2px 16px 0;
  transform: scale(1.02);
}
.designer_work__item:hover button {
  opacity: 1;
}
.designer_work__item:hover button img {
  transform: scale(1);
}
.worker_card {
  display: flex;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  border: 2px solid var(--color-border);
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
.worker_card__user {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 20px;
  background: var(--color-green-alpha);
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
.worker_card__user a {
  padding: 3px 1em;
  color: var(--color-white);
  white-space: nowrap;
  background: #0000007a;
  border-radius: 8px;
  transition: all 200ms;
}
.worker_card__user a:hover {
  transform: scale(1.02);
}
.worker_card__user .icon {
  width: 60px;
  height: 60px;
}
.worker_card__user [data-edit-file-text] {
  font-size: 0.8em;
}
.worker_card__img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}
.worker_card__details {
  display: grid;
  gap: 20px;
  padding: 20px;
}
.worker_card__details div {
  display: grid;
  justify-items: center;
}
.worker_card__details button {
  margin-left: auto;
}
