.progressive-tech {
  background-color: #e9eef4;
  padding: 65px 0; }
  @media only screen and (max-width: 991px) {
    .progressive-tech {
      padding: 45px 0; } }
  @media only screen and (max-width: 479px) {
    .progressive-tech {
      padding: 45px 0 0; } }
  .progressive-tech__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media only screen and (max-width: 991px) {
      .progressive-tech__grid {
        display: block; } }
  .progressive-tech__content {
    color: #333; }
    @media only screen and (max-width: 991px) {
      .progressive-tech__content {
        margin-bottom: 20px; } }
  .progressive-tech__title {
    color: #333;
    font: 29px/1.25 "Futura New", sans-serif;
    margin-bottom: 45px;
    max-width: 470px; }
    @media only screen and (max-width: 1299px) {
      .progressive-tech__title {
        font-size: 25px;
        margin-bottom: 35px; } }
    @media only screen and (max-width: 991px) {
      .progressive-tech__title {
        max-width: none;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .progressive-tech__title {
        max-width: none;
        font-size: 20px;
        margin-bottom: 25px; } }
  .progressive-tech__grid-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -40px; }
    @media only screen and (max-width: 1299px) {
      .progressive-tech__grid-content {
        margin: 0; } }
  .progressive-tech__item {
    width: -webkit-calc(50% - 80px);
    width: calc(50% - 80px);
    min-width: -webkit-calc(50% - 80px);
    min-width: calc(50% - 80px);
    margin: 0 40px 35px; }
    @media only screen and (max-width: 1299px) {
      .progressive-tech__item {
        width: 100%;
        min-width: unset;
        margin: 0 0 30px; } }
  .progressive-tech__title-item {
    font: bold 19px/1.25 "Futura New", sans-serif;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1299px) {
      .progressive-tech__title-item {
        font-size: 17px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 991px) {
      .progressive-tech__title-item {
        text-align: center; } }
  .progressive-tech__text {
    font: normal 17px/1.6 "Museo Sans Cyrl", sans-serif; }
    @media only screen and (max-width: 991px) {
      .progressive-tech__text {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .progressive-tech__text {
        font-size: 15px; } }
  .progressive-tech__scheme {
    width: 370px;
    min-width: 370px;
    padding: 10px;
    margin-left: 80px;
    background: #fff; }
    @media only screen and (max-width: 1299px) {
      .progressive-tech__scheme {
        margin-left: 50px; } }
    @media only screen and (max-width: 991px) {
      .progressive-tech__scheme {
        min-width: unset;
        max-width: 100%;
        margin: 0 auto; } }
    @media only screen and (max-width: 479px) {
      .progressive-tech__scheme {
        padding: 0;
        margin: 0 -15px;
        width: 100%; }
        .progressive-tech__scheme .scheme-teeth {
          width: -webkit-calc(100% + 30px);
          width: calc(100% + 30px);
          overflow: hidden; } }
