.index-presection__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media (max-width: 1249px) {
    .index-presection__header {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 20px; } }

.index-presection__right {
  display: flex; }
  @media (max-width: 1249px) {
    .index-presection__right {
      margin-top: 20px;
      max-width: 100%;
      flex-direction: column; } }
  .index-presection__right .index-presection__link {
    margin-left: 0; }

.index-presection__links {
  display: flex;
  gap: 20px;
  align-items: center; }
  @media (min-width: 1250px) {
    .index-presection__links {
      margin-right: 20px; } }

.index-presection__left {
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .index-presection__left {
      flex-direction: column;
      align-items: flex-start; } }
  .index-presection__left:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='7.82617' width='12.1739' height='12.1739' fill='url(%23paint0_linear_227_13159)'/%3E%3Crect x='12.1738' width='7.82609' height='7.82609' fill='url(%23paint1_linear_227_13159)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_227_13159' x1='-8.03853e-08' y1='10.261' x2='12.7826' y2='9.95661' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004897'/%3E%3Cstop offset='1' stop-color='%23004897'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_227_13159' x1='12.1738' y1='1.56522' x2='20.3912' y2='1.36957' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004897'/%3E%3Cstop offset='1' stop-color='%23004897'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px; }

.index-presection__title {
  font-family: "AlegreyaSansSC", Arial, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 800;
  margin-right: 15px; }
  .index-presection__title span {
    background: linear-gradient(90deg, #0047ba 63%, #f741b0 125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline; }
  @media (max-width: 767px) {
    .index-presection__title {
      font-size: 20px; } }

.index-presection__descr {
  font-size: 22px;
  font-weight: 500;
  font-family: "AlegreyaSansSC", Arial, Verdana, sans-serif;
  color: rgba(24, 24, 24, 0.3); }
  @media (max-width: 767px) {
    .index-presection__descr {
      font-size: 14px;
      margin-left: 0px; } }

.index-presection__link {
  display: flex;
  align-items: center;
  margin-left: 30px; }
  @media (max-width: 1249px) {
    .index-presection__link {
      margin-left: 0px;
      margin-bottom: 10px; } }
  .index-presection__link span {
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    transition: all 0.3s ease; }
    .index-presection__link span:after {
      position: absolute;
      content: "";
      transition: all 0.3s ease;
      bottom: 0;
      left: 2px;
      right: 100%;
      background-color: #0047ba;
      height: 1px; }
    @media (max-width: 767px) {
      .index-presection__link span {
        font-size: 16px; } }
  @media (min-width: 1024px) {
    .index-presection__link:hover {
      cursor: pointer;
      color: #004897; }
      .index-presection__link:hover span:after {
        position: absolute;
        content: '';
        right: 0; } }
  .index-presection__link--color {
    color: #dd1281; }

.index-presection--no-cuboid .index-presection__left {
  padding-left: 0px; }
  .index-presection--no-cuboid .index-presection__left:before {
    position: absolute;
    content: "";
    display: none; }
