.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: 12px;
      max-width: 100%;
      flex-direction: column-reverse; } }

.index-presection__left {
  display: flex;
  align-items: baseline;
  position: relative;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .index-presection__left {
      flex-direction: column;
      align-items: flex-start; } }

.index-presection__title {
  font-family: "Mulish", Arial, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-right: 15px; }
  @media (max-width: 767px) {
    .index-presection__title {
      font-size: 28px; } }

.index-presection__descr {
  font-size: 20px;
  font-weight: 500;
  color: #ADB1B5; }
  @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; }
    @media (max-width: 767px) {
      .index-presection__link span {
        font-size: 16px; } }
  @media (min-width: 1024px) {
    .index-presection__link:hover {
      cursor: pointer;
      color: #F1B336; } }

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