.head__section .head__row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .head__section .head__row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .head__section .head__row.column-reverse {
    flex-direction: column-reverse;
  }
}
.head__section .head__row .text-content {
  width: 55%;
  max-width: 674px;
}
@media (max-width: 767px) {
  .head__section .head__row .text-content {
    width: 100%;
  }
}
.head__section .head__row .text-content h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 66.56px;
  letter-spacing: -1px;
  color: #0b0b0a;
  text-transform: uppercase;
  margin-top: 39px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .head__section .head__row .text-content h1 {
    font-size: 40px;
    line-height: 41.6px;
  }
}
.head__section .head__row .text-content h1 strong {
  font-weight: 800;
}
.head__section .head__row .text-content .text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #2d2d2a;
}
@media (max-width: 767px) {
  .head__section .head__row .text-content .text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.head__section .head__row .text-content .head-link-block {
  display: flex;
  margin-top: 94px;
  gap: 24px;
}
@media (max-width: 767px) {
  .head__section .head__row .text-content .head-link-block {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.head__section .head__row .text-content .head-link-block > div {
  width: 50%;
  background: #becfcf;
  border: 0.3px solid #ebebea;
  border-radius: 12px;
  border-width: 0.3px;
  padding-top: 40px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
}
@media (max-width: 767px) {
  .head__section .head__row .text-content .head-link-block > div {
    width: 100%;
  }
}
.head__section .head__row .text-content .head-link-block > div.partner-block {
  background: #ffffff;
}
.head__section .head__row .text-content .head-link-block > div .icon-head {
  width: 64px;
  height: 64px;
  padding: 10px;
  border-radius: 400px;
  display: flex;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 24px 2px rgba(126, 160, 160, 0.1);
  align-items: center;
  justify-content: center;
  margin-top: -70px;
}
@media (max-width: 767px) {
  .head__section .head__row .text-content .head-link-block > div .icon-head {
    width: 48px;
    height: 48px;
    margin-top: -52px;
  }
}
.head__section .head__row .text-content .head-link-block > div .icon-head img {
  width: 26px;
}
@media (max-width: 767px) {
  .head__section .head__row .text-content .head-link-block > div .icon-head img {
    width: 20px;
  }
}
.head__section .head__row .text-content .head-link-block > div .link {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.5px;
  text-decoration: none;
  color: #0b0b0a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .head__section .head__row .text-content .head-link-block > div .link {
    font-size: 20px;
    line-height: 24px;
  }
}
.head__section .head__row .text-content .head-link-block > div .link:hover span.circle {
  background: #0b0b0a;
  border: 1.3px solid #0b0b0a;
  transition: 500ms;
}
.head__section .head__row .text-content .head-link-block > div .link:hover span.circle svg path {
  stroke: #fff;
  transition: 500ms;
}
.head__section .head__row .text-content .head-link-block > div .link span.text-link {
  width: calc(100% - 44px);
}
.head__section .head__row .text-content .head-link-block > div .link span.circle {
  width: 44px;
  gap: 10px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.head__section .head__row .text-content .head-link-block > div .link span.circle svg {
  width: 24px;
  height: 24px;
}
.head__section .head__row .image-content {
  width: 40.523%;
  position: relative;
}
@media (max-width: 767px) {
  .head__section .head__row .image-content {
    width: 100%;
  }
}
.head__section .head__row .image-content img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 400px;
  border: 0.3px solid #ebebea;
  aspect-ratio: 496/528;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  animation: fadeInUp150 1.5, sease-in-out both;
}
@media (max-width: 767px) {
  .head__section .head__row .image-content img {
    aspect-ratio: 361/328;
  }
}
.head__section .head__row .image-content .link-donat {
  width: 128px;
  height: 128px;
  border-radius: 400px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  color: white;
  background: #ff5f33;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform: rotate(345deg);
  top: 38px;
  position: absolute;
  left: -64px;
  z-index: 1;
}
@media (max-width: 767px) {
  .head__section .head__row .image-content .link-donat {
    left: 10%;
    bottom: 46px;
    top: auto;
    font-size: 20px;
  }
}
.head__section .head__row .image-content .link-donat:hover {
  background: #dd4e25;
  color: white;
  transition: 500ms;
}/*# sourceMappingURL=main_screen.css.map */