.card-icons-group .row {
  margin-left: -33px !important;
  margin-right: -33px !important; }

.large-icons:has(.card-icon) .card-icon .photo {
  width: 80px;
  height: 80px; }
  .large-icons:has(.card-icon) .card-icon .photo img {
    max-width: 45px;
    max-height: 45px; }

.icons-center .card-icon .photo .image {
  justify-content: center; }
.icons-center .card-icon .photo img {
  max-height: 75px; }
.icons-center .card-icon h3 {
  color: var(--element1-color); }
.icons-center .card-icon h3,
.icons-center .card-icon p {
  text-align: center; }

.center-icons .row {
  justify-content: center; }
.center-icons .card-icon .photo .image {
  justify-content: center; }
.center-icons .card-icon .photo img {
  max-height: 75px; }
.center-icons .card-icon h3 {
  margin-bottom: 15px; }
.center-icons .card-icon h3,
.center-icons .card-icon p {
  text-align: center; }

.city-prices .card-icon {
  max-height: 200px; }
  .city-prices .card-icon h3 {
    font-size: 35rem;
    color: var(--element1-color); }
  .city-prices .card-icon p {
    font-size: 25rem;
    color: #000; }

.rounded-icons .card-icon .photo figure {
  margin: 0;
  width: 120px;
  height: 120px; }
.rounded-icons .card-icon .photo img {
  width: 120px;
  height: 120px;
  max-height: unset;
  padding: 20px;
  background-color: var(--element1-color);
  border-radius: 30px 30px 30px 0; }

.border-none .card-icon .wrapper {
  border: none; }

.special-card .card-icon:last-child h3 {
  margin-bottom: 20px; }
.special-card .card-icon:last-child .wrapper {
  position: relative;
  background-color: var(--transparent-color2); }
.special-card .card-icon:last-child .photo {
  width: fit-content;
  height: fit-content;
  border-radius: 0;
  background: none;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0; }
  .special-card .card-icon:last-child .photo img {
    max-width: 285px;
    max-height: 500px;
    width: 285px;
    height: auto;
    object-fit: contain; }
.special-card .card-icon:last-child .text {
  position: relative;
  z-index: 1; }

.icons-orange .card-icon .photo {
  width: 56px;
  height: 56px;
  min-height: 56px;
  background-color: var(--bg-hover);
  border-radius: 50%;
  display: flex;
  align-items: center; }
  .icons-orange .card-icon .photo img {
    max-width: 40px;
    max-height: 30px; }
  .icons-orange .card-icon .photo .image {
    display: flex;
    justify-content: center; }

.card-icon {
  padding: 0 33px;
  margin-bottom: 40px; }
  .card-icon .buttons {
    justify-content: flex-start;
    margin-top: 25px; }
    .card-icon .buttons .btn {
      font-size: 14px;
      margin: 0;
      padding: 9px 14px; }
      .card-icon .buttons .btn:after {
        display: none; }
  .card-icon h3 {
    font-size: 21rem;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 29px; }
    .card-icon h3 span {
      color: var(--element1-color); }
  .card-icon p {
    line-height: 1.57;
    color: var(--transparent-color1);
    margin-bottom: 0; }
  .card-icon a.wrapper {
    overflow: hidden;
    position: relative; }
    .card-icon a.wrapper::after {
      content: '';
      display: block;
      height: 2px;
      width: 0%;
      background-color: #ffbe15;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: 0.3s;
      border-radius: 3px; }
    .card-icon a.wrapper:hover::after {
      width: 100%;
      right: 0; }
  .card-icon .wrapper {
    border-radius: 15px;
    padding: 20px 40px;
    display: block;
    height: 100%;
    width: 100%;
    border: none;
    border: 1px solid var(--light-bg2);
    border-radius: 8px;
    min-height: 379px; }
  .card-icon .wrapper:has(.photos-wrapper) .photos-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px; }
  .card-icon .wrapper:has(.photos-wrapper) .photo {
    margin-bottom: 0; }
  .card-icon .photo {
    margin-bottom: 29px; }
    .card-icon .photo .image {
      display: flex;
      align-items: center; }
    .card-icon .photo img {
      max-width: 56px;
      max-height: 60px; }
  .card-icon .text {
    height: 100%; }
  .card-icon .text-inner {
    height: 100%; }

@media (max-width: 575.5px) {
  .special-card .card-icon:last-child .photo img {
    max-width: 250px;
    max-height: 172px;
    width: 250px;
    height: auto;
    object-fit: contain; }

  .card-icons-group .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }

  .card-icon {
    padding: 0 15px;
    margin-bottom: 30px; }
    .card-icon .wrapper {
      min-height: auto; }
    .card-icon h3 {
      margin-bottom: 19px; }
    .card-icon .wrapper {
      padding: 25px 15px; }
    .card-icon .photo {
      margin-bottom: 19px; }

  .center-icons .row .card-icon.first {
    order: 3; }
  .center-icons .row .card-icons.second {
    order: 1; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .special-card .card-icon:last-child .photo img {
    max-width: 250px;
    max-height: 172px;
    width: 250px;
    height: auto;
    object-fit: contain; }

  .card-icons-group .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }

  .card-icon {
    padding: 0 15px;
    margin-bottom: 30px; }
    .card-icon .wrapper {
      padding: 15px; }

  .center-icons .row .card-icon.first {
    order: 3; }
  .center-icons .row .card-icons.second {
    order: 1; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-icons-group .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }

  .card-icon {
    padding: 0 15px;
    margin-bottom: 30px; }
    .card-icon .wrapper {
      padding: 20px 25px; }

  .center-icons .row .card-icon.first {
    order: 3; }
  .center-icons .row .card-icons.second {
    order: 1; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-icons-group .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }

  .card-icon {
    padding: 0 15px;
    margin-bottom: 30px; }
    .card-icon .wrapper {
      padding: 20px 25px; } }

/*# sourceMappingURL=card_icons.css.map */
