.contact-form {
  height: 100vh;
  width: 100%;
  background-color: var(--color-background);
  border: none;
  position: relative;
  overflow-x: hidden;
}

.contact-form > svg {
  position: absolute;
  height: 500px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.popover-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 42px 0;
  height: 100%;
  max-width: 1312px;
  width: 100%;
  justify-self: center;
}

.popover-container {
  padding: 40px 50px;
  border: 1px solid var(--coppy);
  border-radius: 27px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.popover-container > button {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 31px;
  right: 47px;
}

.popover-container > button svg path {
  fill: var(--soc-svg-bg);
  transition: fill 0.5s ease-out;
}

.popover-container > button svg path:active svg path {
  fill: var(--link-active);
}

.popover-title {
  color: var(--color-text);
  font-weight: 700;
  font-size: 58px;
  line-height: 100%;
  vertical-align: middle;
}

.popover-h2 {
  color: var(--color-text);
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
  padding: 24px 0 0 0;
}

.popover-box-1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 0 0 0;
}

.popover-box-1 > div {
  flex: 1;
}

.pr-box-1 > p,
.pr-col-1 span p {
  color: var(--color-text);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  vertical-align: middle;
}

.pr-box-1 > a {
  padding: 8px 0 26px 0;
  display: table;
}

.pr-box-1 > a,
.pr-col-1 span a {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  vertical-align: middle;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.pr-col-1 span a {
  width: 255px;
  padding: 8px 0 0 0;
}

.pr-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.pr-col-1 {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.pr-col-2 p {
  color: var(--color-text);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.pr-col-2 div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}

.pr-col-2 div a:active svg path {
  fill: var(--link-active);
}

.pr-col-1 a {
  width: fit-content;
}

.pr-col-1 a span {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.pr-col-2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pr-col-1 > div {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.or-mmet {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.pr-box-2 p {
  color: var(--color-text);
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
}

.pr-box-2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 84px 0 0 0;
}

.pr-box-2 button {
  color: var(--color-button-bg);
  border: 2px solid var(--color-button-bg);
  background-color: transparent;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 613px;
  height: 44px;
  border-radius: 40px;
  padding: 8px 32px;
}

.popover-box-1 > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -webkit-fill-available;
}

.popover-box-2 {
  padding: 48px 0 0 0;
}

.pr-col-2 div svg path {
  fill: var(--color-text);
}

@media (hover: hover) and (pointer: fine) {
  .popover-container > button:hover svg path,
  .pr-col-2 div a:hover svg path {
    fill: var(--link-active);
  }
}
