@media (min-width: 768px) {
  .mainContent {
    padding-top: 17px;
  }
}

section h1 {
  color: #005151;
  font-weight: 700;
}
section h1 + h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
section .section-cont .section-izda .contentStyledText h2, section .section-cont .section-izda .contentStyledText h3 {
  margin-top: 0;
  color: #FF585D;
}
section .section-cont .section-izda .contentStyledText * + h2,
section .section-cont .section-izda .contentStyledText * + h3 {
  margin-top: 40px;
}
section .section-cont .section-izda .contentStyledText + .btn {
  margin-top: 30px;
}
section .section-cont .section-dcha picture + picture {
  margin-top: 40px;
}
@media (min-width: 1440px) {
  section h1 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 52px;
  }
  section h1 + h2 {
    margin-bottom: 60px;
  }
  section .section-cont {
    padding-left: 116px;
  }
  section .section-cont .section-izda {
    width: 629px;
  }
  section .section-cont .section-dcha {
    width: 564px;
  }
  section .section-cont .section-dcha picture {
    width: calc(100% + 82px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .section-cont .section-izda {
    width: 472px;
  }
  section .section-cont .section-dcha {
    width: 420px;
  }
  section .section-cont .section-dcha picture {
    width: calc(100% + 40px);
  }
}
@media (min-width: 1024px) {
  section .section-cont {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section h1 {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 46px;
  }
  section h1 + h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  section .section-cont .section-dcha {
    margin-top: 40px;
  }
  section .section-cont .section-dcha picture img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  section h1 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 38px;
  }
  section h1 + h2 {
    margin-bottom: 30px;
  }
  section .section-cont .section-dcha {
    margin-left: -20px;
    margin-right: -20px;
  }
}/*# sourceMappingURL=nosotros.css.map */