/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.calculator-item {
  margin-bottom: 40px;
}

.calculator-item__image {
  margin-bottom: 20px;
}

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

.calculator-item__name {
  font-weight: bold;
}

.valign-center-icon {
  display: flex;
  align-items: center;
  height: 100%;
}

.line-height-text-title {
  line-height: 160%;
}

.margin-top-bottom {
  margin-top: 15px;
  margin-bottom: 15px;
}

.header-messengers {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 900px) {
  .header-messengers {
    gap: 10px;
    position: absolute;
    right: -50px;
  }
}
@media (max-width: 450px) {
  .header-messengers {
    right: -40px;
  }
}
.header-messengers a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-messengers svg {
  width: 35px;
}
@media (max-width: 900px) {
  .header-messengers svg {
    width: 20px;
  }
}
@media (max-width: 450px) {
  .header-messengers svg {
    width: 15px;
  }
}

#mobileheader .logo-block {
  display: flex;
  position: relative;
  align-items: center;
}

/*
#mobileheader {
    display: flex;
    align-items: center;
    .header-messengers {
        gap: 10px;
        svg {
            width: 20px;

        }
    }
    .right-icons {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
}
*/
.header-contact-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  height: 100%;
}

#headerfixed .search-block {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.footer_stars {
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
}
.footer_stars .star {
  width: 21px;
  height: 21px;
  background: url("/include/footer/star.svg") center/contain no-repeat;
}

@media (max-width: 900px) {
  .hide-on-mobile {
    display: none !important;
  }
}/*# sourceMappingURL=custom.css.map */


.detail-whatsapp {
  display: flex;
  font-size: 20px;
  color: #63E426;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 50px;
}

.detail-whatsapp a {
  display: flex;
  align-items: center;
}

.detail-whatsapp svg path {
  fill:#63E426;
}

.detail-whatsapp svg {
  margin-right:10px;
}