img {
  max-width: 100%;
  height: auto;
}

.catalog {
  background-color: #fff;
  margin: 0px;
  padding: 60px 0;
}

.catalog__header h2 {
  font-size: 32px;
  font-weight: 500;
}

.catalog__content {
  margin-top: 30px;
}

@media screen and (max-width: 576px) {
  .catalog__header {
    margin: 0 10px;
  }
  .catalog__content {
    margin-top: 10px;
  }
}

.card {
  background-color: #fffacc4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px;
  border-style: solid;
  border-color: red;
  margin: 10px 0;
}

.card__image {
  width: 33.33%;
  max-width: 250px;
}

.card__image img {
  width: 100%;
}

.card__title {
  display: block;
  width: 100%;
  color: #16a4ec;
  font-size: 1.3em;
  text-decoration: none;
  margin: 10px 0px;
}

.card__content {
  width: 66.66%;
  padding: 0px 20px 20px 20px;
}

.card__keywords {
  display: none;
}

@media screen and (max-width: 940px) {
  .card__image {
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .card {
    padding: 10px;
  }
  .card__image {
    width: 100%;
  }
  .card__content {
    width: 100%;
    padding: 0px;
  }
}

.services {
  padding: 60px 0px;
}

.platforms {
  width: 100%;
  padding: 20px;
}

.platforms__title {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.platforms__items {
  width: 100%;
}

.platforms__item {
  display: block;
  padding: 15px 25px;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
  background-color: #f3bf42;
  margin: 15px 0px;
}

.platforms__item:hover,
.platforms__item:visited {
  display: block;
  color: #000;
}

.platforms__item:hover {
  -webkit-box-shadow: #cca42f73 1px 1px 21px;
          box-shadow: #cca42f73 1px 1px 21px;
}

@media screen and (max-width: 992px) {
  .services .col-md-6 {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .platforms {
    padding: 20px 0px;
  }
}

/* ==========================================================================
11. FOOTER
========================================================================= */
#footer {
  padding: 60px 0px;
  background-color: #222222;
}

.footer__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-info {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #999999;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-info a {
  color: #999999;
}

.footer-info strong {
  color: #bbbbbb;
}

.icon-container {
  max-width: 22px;
  margin-right: 7px;
  width: 100%;
  height: auto;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .col-footer-logo {
    width: 100%;
    max-width: 100%;
  }
  .footer-info {
    margin-bottom: 20px;
  }
}

.copyright {
  background-color: #111;
  padding: 20px 0px;
}

.copyright__info {
  font-size: 14px;
  color: #999;
}

.copyright__info strong {
  color: #bbbbbb;
}

.button__opisanie {
  background: #000000;
  padding: 3px;
  padding-left: 11px;
  padding-right: 11px;
  color: #f6f9f6;
  -webkit-box-shadow: #000000b0 1px 2px 7px;
          box-shadow: #000000b0 1px 2px 7px;
  border-radius: 10px;
}
