.card-icon {
  margin-bottom: 30px;
  margin-top: 30px; }
  .card-icon h3 {
    font-size: 24rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500; }
  .card-icon p {
    text-align: center;
    color: var(--transparent-color1);
    margin-bottom: 0;
    flex: 1; }
  .card-icon a.wrapper {
    overflow: hidden;
    position: relative; }
    .card-icon a.wrapper:after {
      content: "";
      display: block;
      height: 48px;
      min-height: 48px;
      width: 48px;
      background-color: #36aef9;
      background-image: url("/img/card_icon_arrow.png");
      background-repeat: no-repeat;
      background-size: 27px;
      background-position: center;
      border-radius: 50%; }
    .card-icon a.wrapper:hover {
      width: 100%;
      right: 0; }
      .card-icon a.wrapper:hover .photo img {
        bottom: 40px;
        transform: scale(1.2); }
      .card-icon a.wrapper:hover .photo:before {
        transform: rotate(0deg);
        background-size: 257px;
        opacity: 1; }
  .card-icon .wrapper {
    border-radius: 15px;
    padding: 20px;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .card-icon .photo {
    position: relative;
    height: 330px;
    margin-bottom: 0px;
    display: flex;
    align-items: flex-end;
    width: 100%; }
    .card-icon .photo .image {
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
      height: 100%; }
    .card-icon .photo img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      bottom: 0;
      position: relative;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
    .card-icon .photo:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      opacity: 0.12;
      background-image: url(/img/kropla_bg.png);
      background-size: 230px;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      transform: rotate(120deg);
      transition: 0.3s;
      -webkit-transition: 0.3s;
      pointer-events: none; }
  .card-icon .text {
    height: 100%; }
  .card-icon .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .card-icon .buttons {
    margin-top: 0; }

@media (max-width: 575.5px) {
  .card-icons-group .row {
    margin: 0; }
  .card-icons-group .card-icons-wrapper {
    padding: 0; }

  .card-icon h3 {
    font-size: 20rem; }
  .card-icon a.wrapper {
    padding: 10px 5px; }
    .card-icon a.wrapper:after {
      height: 38px;
      min-height: 38px;
      width: 38px;
      background-size: 20px; }
    .card-icon a.wrapper:hover .photo:before {
      background-size: 165px; }
  .card-icon .wrapper {
    padding: 0px; }
  .card-icon .photo {
    height: 100%; }
    .card-icon .photo:before {
      background-size: 145px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-icon h3 {
    font-size: 20rem; }
  .card-icon a.wrapper {
    padding: 10px 5px; }
    .card-icon a.wrapper:after {
      height: 38px;
      min-height: 38px;
      width: 38px;
      background-size: 20px; }
    .card-icon a.wrapper:hover .photo:before {
      background-size: 165px; }
  .card-icon .wrapper {
    padding: 0px; }
  .card-icon .photo {
    height: 165px; }
    .card-icon .photo:before {
      background-size: 145px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-icon h3 {
    font-size: 20rem; }
  .card-icon a.wrapper {
    padding: 10px 5px; }
    .card-icon a.wrapper:after {
      height: 38px;
      min-height: 38px;
      width: 38px;
      background-size: 20px; }
    .card-icon a.wrapper:hover .photo:before {
      background-size: 165px; }
  .card-icon .wrapper {
    padding: 0px; }
  .card-icon .photo {
    height: 185px; }
    .card-icon .photo:before {
      background-size: 145px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-icon h3 {
    font-size: 20rem; }
  .card-icon a.wrapper {
    padding: 10px 5px; }
    .card-icon a.wrapper:after {
      height: 38px;
      min-height: 38px;
      width: 38px;
      background-size: 20px; }
    .card-icon a.wrapper:hover .photo:before {
      background-size: 165px; }
  .card-icon .photo {
    height: 250px; }
    .card-icon .photo:before {
      background-size: 145px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .card-icon h3 {
    font-size: 21rem; }
  .card-icon a.wrapper:hover .photo:before {
    background-size: 195px; }
  .card-icon .photo {
    height: 300px; }
    .card-icon .photo:before {
      background-size: 175px; } }

/*# sourceMappingURL=card_icons.css.map */
