@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&display=swap");
.hidden {
  display: none !important;
}

.fixed-right {
  position: fixed;
  right: 1%;
  top: 95%;
  transform: translateY(-50%);
  z-index: 1050;
}
@media (max-width: 768px) {
  .fixed-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: -2%;
  }
}
.fixed-right button {
  background-color: #fff !important;
}

.frame-visible.block-footer-link {
  color: white !important;
}

.alert.alert_success {
  background-color: #fff;
  color: #262626;
  font-weight: bold;
}

.agreement, .agreement a {
  font-size: 14px !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-32 {
  margin-top: 32px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

.h1 {
  color: #262626;
  font-weight: 700;
  line-height: 40px;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .h1 {
    font-size: 2rem !important;
    color: #262626;
    font-weight: 700;
    line-height: 40px;
    margin: 0 !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest";
  color: #262626;
  font-weight: 700;
  line-height: 40px;
  margin: 0 !important;
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 120%;
  }
}

ul {
  padding-left: 1rem;
}

.block-footer-links-item a {
  color: #fff !important;
}

.block-footer-about-item ul li a {
  color: #fff !important;
}

a:not(.nav-link):not(.footer-nav-link):not(.avatar-cabinet__close),
p {
  font-family: "Inter";
  color: #262626;
  text-decoration: none;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  a:not(.nav-link):not(.footer-nav-link):not(.avatar-cabinet__close),
  p {
    width: 100%;
  }
}

.avatar-cabinet__user, .avatar-cabinet__user.email {
  font-family: "Inter" !important;
  color: #262626;
  text-decoration: none;
  font-size: 20px !important;
  line-height: 150%;
}

.avatar-cabinet__user {
  font-size: 20px !important;
}

.avatar-cabinet__user.email {
  font-size: 16px !important;
}

body {
  font-family: "Inter";
  color: #262626;
  background-color: #fff;
}
body.modal-open {
  overflow: hidden;
}

.navbar {
  max-width: 1280px;
  margin: auto;
}

/* header.header {
  width: 100%;
  background-color: $bg-light;
  position: fixed !important;
  top: 0;
  z-index: 150;
  right: 0;
  left: 0;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-height: 100px;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
} */
main {
  /* width: 100%; */
  /* position: relative;
  margin: auto;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 5%; */
  /* width: 90%; */
  max-width: 1280px;
  margin: auto;
  padding: 0 4px;
}
@media (max-width: 768px) {
  main {
    margin-top: 20px;
  }
}
main.main {
  margin-top: 50px;
}

a.center {
  display: flex;
  justify-content: center;
}

footer.footer {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #262626;
  width: 100%;
  position: relative;
  padding: 32px 5% 16px 5%;
}

.text-link {
  color: #7c45f1 !important;
  transition: border-bottom 0.5s ease;
  border-bottom: solid 2px transparent;
}
.text-link:hover {
  border-bottom: solid 2px #7c45f1;
}
@media (max-width: 768px) {
  .text-link {
    font-size: 16px;
  }
}

img.border {
  border-radius: 20px;
  border: 1px solid #E4E4E4 !important;
}

hr {
  border-bottom: #4d5157 !important;
  border-bottom-width: 2px !important;
  border-style: solid !important;
  width: 100%;
  margin: 0 !important;
}

.logo-image span a {
  font-family: "Inter" !important;
  font-weight: 600 !important;
  font-size: 24px;
  color: #262626 !important;
  text-decoration: none;
}

.nav-link {
  font-weight: 600 !important;
}

.button-login {
  font-size: 16px;
}

a:not(.nav-link) button:not(.button-login) {
  border-radius: 40px !important;
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  gap: 12px;
  color: #262626 !important;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #262626;
  cursor: pointer;
  transition: gap 0.5s ease, padding 0.5s ease;
  width: max-content;
}
a:not(.nav-link) button:not(.button-login).another {
  background: linear-gradient(to right, #FED7FF, #D3C7FF) !important;
  border: none !important;
}
a:not(.nav-link) button:not(.button-login):hover {
  gap: 14px;
  padding: 12px 36px;
}
a:not(.nav-link) button:not(.button-login).secondary {
  background-color: #262626;
  border: 2px solid #262626;
  color: #fff !important;
  transition: color 0.5s ease, background-color 0.5s ease;
  width: auto;
}
a:not(.nav-link) button:not(.button-login).secondary[disabled] {
  background-color: transparent;
  color: #262626 !important;
  cursor: not-allowed;
}
a:not(.nav-link) button:not(.button-login).secondary:hover {
  padding: 12px 32px;
  background-color: transparent;
  border: 2px solid #262626;
  color: #262626 !important;
}
.hero img {
  width: 100%;
}

.text-secondary {
  color: #4d5157 !important;
}

.text-white {
  color: #fff !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.navbar-brand img {
  width: 48px;
  height: auto;
}

.mirta-row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mirta-row {
    flex-direction: column;
    flex-wrap: wrap;
    text-wrap: wrap;
    width: 100%;
  }
}
.mirta-row.gap-16 {
  gap: 16px !important;
}
.mirta-row.gap-8 {
  gap: 8px !important;
}
.mirta-row.gap-4 {
  gap: 4px !important;
}
.mirta-row.justify-between {
  justify-content: space-between;
}
.mirta-row.start {
  align-items: flex-start;
}
.mirta-row.mobile-no-wrap {
  flex-direction: row;
  flex-wrap: nowrap;
}

.mirta-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
  height: 100%;
}
.mirta-column.gap-16 {
  gap: 16px !important;
}
.mirta-column.gap-8 {
  gap: 8px !important;
}
.mirta-column.gap-4 {
  gap: 4px !important;
}
.mirta-column.card-section img {
  width: 800px !important;
}

.mirta-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mirta-center.mirta-hero {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .mirta-center {
    align-items: flex-start;
  }
}

.spacer-16 {
  margin-top: 16px !important;
}
.spacer-32 {
  margin-top: 32px !important;
}
.spacer-64 {
  margin-top: 64px !important;
}
@media (max-width: 768px) {
  .spacer-64 {
    margin-top: 32px !important;
  }
}
.spacer-72 {
  margin-top: 72px !important;
}
@media (max-width: 768px) {
  .spacer-72 {
    margin-top: 32px !important;
  }
}

.w-100 {
  width: 100% !important;
}
.w-75 {
  width: 75% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.w-10 {
  width: 10% !important;
}

.text-64 {
  font-size: 64px !important;
}

.text-32 {
  font-size: 32px !important;
  line-height: normal !important;
}

.text-40 {
  font-size: 40px !important;
}
@media (max-width: 768px) {
  .text-40 {
    font-size: 32px !important;
  }
}
.text-40.text-secondary {
  font-size: 32px !important;
}

.bordered {
  border-radius: 20px;
}

.text-48 {
  font-size: 48px !important;
  line-height: normal;
}
@media (max-width: 768px) {
  .text-48 {
    font-size: 32px !important;
  }
}

.mirta-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  justify-items: flex-start;
  align-items: flex-start;
  text-align: start;
  height: max-content;
}
.mirta-grid h3 {
  line-height: normal;
}
.mirta-grid.border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .mirta-grid.border-bottom {
    border-bottom: none !important;
  }
}
@media (max-width: 768px) {
  .mirta-grid {
    justify-items: center;
    text-align: center;
  }
}
.mirta-grid.template-2 {
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  .mirta-grid.template-2 {
    grid-template-columns: 100%;
    text-align: start;
  }
}
.mirta-grid.template-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .mirta-grid.template-4 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.mirta-grid.template-1 {
  grid-template-columns: 20% 80%;
}
@media (max-width: 768px) {
  .mirta-grid.template-1 {
    grid-template-columns: 100%;
    text-align: start;
    justify-items: flex-start;
    text-align: flex-start;
  }
}
.mirta-grid.gap-16 {
  gap: 16px !important;
}
.mirta-grid.gap-8 {
  gap: 8px !important;
}
.mirta-grid.start {
  align-items: flex-start;
}
.mirta-grid.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .mirta-grid.px-50 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mirta-grid.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}
@media screen and (max-width: 768px) {
  .mirta-grid.px-75 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mirta-grid.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .mirta-grid.px-100 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mirta-grid.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}
@media screen and (max-width: 768px) {
  .mirta-grid.px-150 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mirta-grid.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}
@media screen and (max-width: 768px) {
  .mirta-grid.px-200 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mirta-grid.px-400 {
  padding-left: 400px;
  padding-right: 400px;
}
@media screen and (max-width: 768px) {
  .mirta-grid.px-400 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mirta-card {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid transparent;
  height: max-content;
}
.mirta-card.fix-height {
  height: 315px !important;
}
@media (max-width: 768px) {
  .mirta-card.fix-height {
    height: max-content !important;
  }
}
.mirta-card.fix-height-2 {
  height: 100% !important;
}
.mirta-card.fix-height-2 div {
  height: auto !important;
  min-height: 270px;
  gap: 4px !important;
}
@media (max-width: 768px) {
  .mirta-card.fix-height-2 div {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .mirta-card.fix-height-2 {
    height: max-content;
  }
}
@media (max-width: 768px) {
  .mirta-card h3 {
    text-align: start;
  }
}
.mirta-card.border-right {
  border: none;
  border-right: solid 1px #4d5157;
  border-radius: 0;
  padding-right: 32px !important;
}
@media (max-width: 768px) {
  .mirta-card.border-right {
    border: none !important;
  }
}
.mirta-card.center {
  align-items: center;
  justify-content: center;
}
.mirta-card .number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px !important;
  color: #dbdfe5;
}
.mirta-card.p-8 {
  padding: 8px !important;
}
.mirta-card.p-16 {
  padding: 16px !important;
}
.mirta-card.transparent {
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-right: 0px;
}
.mirta-card.purple {
  background: #d8ceff;
  gap: 8px;
  border-radius: 25px;
  height: 100%;
}
@media (max-width: 768px) {
  .mirta-card.purple {
    height: max-content;
  }
}
.mirta-card.pink {
  background: #fedcff;
  gap: 8px;
  border-radius: 25px;
  height: 100%;
}
@media (max-width: 768px) {
  .mirta-card.pink {
    height: max-content;
  }
}
.mirta-card.aqua {
  background-color: #b6f0f6;
  gap: 64px;
  min-height: 600px;
  border-radius: 50px;
  padding: 0px !important;
}

.padding-64 {
  padding: 64px;
}
@media (max-width: 768px) {
  .padding-64 {
    padding: 16px;
  }
}

.special-padding-64 {
  padding: 64px 0px 0px 0px;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 235px;
}
@media (max-width: 768px) {
  .special-padding-64 {
    padding: 16px;
  }
}

.left-padding-64 {
  padding: 0px 0px 0px 64px;
}
@media (max-width: 768px) {
  .left-padding-64 {
    text-align: start;
    padding: 16px;
  }
}

.text-red {
  color: red !important;
}

[data-modal],
.close-dialog {
  cursor: pointer;
}

@keyframes open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
label {
  font-size: 20px;
}
label:not(.thin) {
  font-weight: 600;
}
@media (max-width: 768px) {
  label {
    text-align: start;
    font-size: 16px;
  }
}

input,
textarea {
  background-color: #fff;
  border-radius: 40px;
  padding: 16px;
  border: solid 2px #4d5157 !important;
  outline: none;
}
input:focus,
textarea:focus {
  border: solid 2px #7c45f1 !important;
  outline: none;
}

textarea {
  resize: none;
  overflow: hidden;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #7c45f1;
  width: 30px;
  height: 30px;
}
input[type=checkbox]:not([checked]),
input[type=radio]:not([checked]) {
  background-color: #262626;
  border: solid 2px #7c45f1 !important;
}

dialog {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: none;
  width: 80%;
  height: 90%;
  transition: display 1s allow-discrete, overlay 1s allow-discrete;
  animation: close 1s forwards;
  border: none !important;
  outline: none !important;
}
dialog[open] {
  border: none !important;
  outline: none !important;
  animation: open 1s forwards;
}
@media (max-width: 768px) {
  dialog {
    width: 100%;
    height: 100%;
  }
}
dialog:active, dialog:focus, dialog a:focus, dialog a:active, dialog button:focus, dialog button:active {
  border: none !important;
  outline: none !important;
}
dialog .button-close {
  position: sticky;
  bottom: 4px;
}

.dialog-modal {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .dialog-modal {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.dialog-modal .image {
  min-width: 640px;
  max-width: 640px;
  width: 640px;
  object-fit: contain;
  float: left;
  margin: 16px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .dialog-modal .image {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 0 !important;
  }
}
.dialog-modal li {
  list-style: inside;
}
.dialog-modal a {
  text-decoration: underline;
}
.dialog-modal .body {
  margin-top: 20px;
}

.mirta-button svg {
  cursor: pointer;
}

.close-dialog {
  position: absolute;
  top: -20px;
  right: 25px;
}

.mirta-image-card {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid transparent;
  margin-bottom: 16px;
  height: max-content;
}
.mirta-image-card.first {
  border: none;
}
.mirta-image-card .image {
  width: 100%;
  height: 220px;
  border-radius: 16px 16px 0px 0px;
  object-fit: cover;
  max-height: 220px;
  object-position: top;
  min-height: 220px;
}
.mirta-image-card .image.contain {
  object-fit: contain;
  height: max-content !important;
  max-height: max-content !important;
  min-height: max-content !important;
}
.mirta-image-card.small {
  max-width: 20rem;
  height: 25rem;
  max-height: 40rem;
}
.mirta-image-card .body {
  padding: 8px 16px 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 250px;
}

.lh-16 {
  line-height: 16px !important;
}
.lh-24 {
  line-height: 24px !important;
}
.lh-32 {
  line-height: 32px !important;
}

.text-secondary {
  color: rgba(255, 255, 255, 0.5);
}

.footer-mirta-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 32px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .footer-mirta-row {
    flex-direction: column;
  }
}

.multiline-ellipsis {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.multiline-ellipsis.multiline-ellipsis-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.show-mobile {
  display: flex !important;
}

.show-desktop {
  display: none !important;
}

@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
  .show-desktop {
    display: flex !important;
  }
}
.custom-navbar {
  position: relative;
  z-index: 1000;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.menu-toggle {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
  color: #262626;
}

.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  padding: 32px;
}

.nav-menu.open {
  transform: translateY(0);
}

.nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.nav-menu li {
  margin: 16px 0;
}

.nav-menu a {
  font-size: 24px;
  text-decoration: none;
  color: #262626 !important;
}

a.gap-8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px !important;
}

.nav-menu .button {
  background-color: rgba(0, 0, 0, 0.1);
  color: #262626 !important;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 20px;
}

img.w-150 {
  width: 150px;
  height: auto;
}
img.w-250 {
  width: 250px;
  height: auto;
}
img.w-350 {
  width: 350px;
  height: auto;
}

p.size-16 {
  font-size: 16px;
}

.video-bordered {
  border-radius: 20px;
}

/******************************************************/

/*# sourceMappingURL=grant.css.map */
