#uslugi {
  margin-bottom: 20px; }
  #uslugi .items {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px; }
    #uslugi .items a {
      flex: 1 0 18%;
      box-sizing: border-box;
      color: #171e42;
      margin: 5px;
      text-align: center;
      background: #105b92;
      color: white;
      font-size: 16px;
      vertical-align: middle;
      text-decoration: none;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      display: flex; }
      #uslugi .items a:nth-child(even) {
        background: #1a9bf9; }
      #uslugi .items a:hover {
        opacity: 0.7; }
      #uslugi .items a > div {
        padding: 15px 30px;
        line-height: 22px; }

@media (max-width: 767px) {
  #uslugi .items a {
    width: 100%;
    flex: 1 0 100%;
    margin-left: 0px;
    margin-right: 0px; }
  #uslugi .megatitle .right a {
    padding-right: 15px;
    padding-left: 0px;
    float: left; } }

/*# sourceMappingURL=uslugi.css.map */
