.header .user_btn {
  display: flex;
}

.software_section .software_block {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.software_section .software_block:nth-child(even) {
  flex-direction: row-reverse;
}
.software_section .software_block:nth-child(even) .info_block {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.software_section .software_block:nth-child(even) .images_block {
  padding-left: 60px;
  padding-right: 0;
}
.software_section .images_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 60px;
}
.software_section .images_block img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.software_section .info_block {
  flex: 0 0 50%;
  max-width: 680px;
}
.software_section .section_link {
  font-size: 130%;
  line-height: 18px;
  color: #f88a21;
  font-family: "bold", "arm-bold";
  margin-top: 30px;
  display: block;
}
@media (max-width: 1440px) {
  .software_section .software_block {
    padding: 40px 0;
  }
  .software_section .software_block:nth-child(even) .images_block {
    padding-left: 40px;
  }
  .software_section .images_block {
    padding-right: 40px;
  }
  .software_section .section_link {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .software_section .software_block {
    padding: 20px 0;
  }
  .software_section .software_block:nth-child(even) .images_block {
    padding-left: 30px;
  }
  .software_section .images_block {
    padding-right: 30px;
  }
  .software_section .section_description {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .software_section .software_block {
    flex-direction: column;
  }
  .software_section .software_block:nth-child(even) {
    flex-direction: column;
  }
  .software_section .software_block:nth-child(even) .info_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .software_section .software_block:nth-child(even) .images_block {
    padding: 20px 0;
  }
  .software_section .line_title:before {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
  }
  .software_section .images_block {
    padding: 20px 0;
    flex: 0 0 100%;
    max-width: 450px;
  }
  .software_section .info_block {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
  }
}

.web .section_link {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .section_link {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .section_link:hover {
  opacity: 0.5;
}

.touch .section_link:active {
  opacity: 0.5;
}

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