

/** Стили для функционала скрытия и показа текста */
.io_item {
  width: 100%;
  padding-bottom: 20px;
}

.io_button_wrap {
  text-align: center;
  margin-top: 10px;
}

.io_button {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  line-height: 32px;
  vertical-align: top;
  color: #fc4c6d !important;
  font-size: 10pt;
  border-radius: 22px;
  cursor: pointer;
}

a.io_button:hover {
  text-decoration: none;
}

.io_item .btn_close {
  display: none;
}

.io_item .btn_open {
  display: inline-block;
}

.io_item.open .btn_close {
  display: inline-block;
}

.io_item.open .btn_open {
  display: none;
}

.io_trans {
  width: inherit;
  position: absolute;
  height: 80px;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  transition: 1s;
}

.io_item.open .io_trans {
  height: 0;
  transition: 1s;
}

.io_item_wrap {
  position: relative;
  overflow: hidden;
  max-height: 100px;
  width: inherit;
  transition: max-height 0.5;
}
.io_item.open .io_item_wrap {
  max-height: 9999px !important;
  transition: max-height 1s;
}

.form-box {
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #13a3bf;
}
.form-box form {
  color: #4c4c4c;
}
.form-box table {
  width: 100%;
}
.form-box .g-recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-box img + img {
  display: none;
}
.form-box h3 {
  color: #13a3bf;
  margin: 5px 0 -5px 0;
}
.form-box input {
  max-width: 100%;
}

:root {
  --star-color: #fff;
  --star-background: #fc0;
}

.rating-block {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 60px;
  padding: 3px 10px;
  border-radius: 17px;
  box-shadow: inset 0px 1px 3px rgb(0 0 0 / 25%);
  margin-top: 10px;
}

.rating-block__star {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size:  25px;
  line-height: 1;
  text-align:left;
  letter-spacing:-8px;
  padding-left:0px;
  padding-right:0px;
  margin-top: -25px;
}
.rating-block__star::before {
  content: '★';
  letter-spacing:-8px;
  background:
    linear-gradient(90deg, var(--star-background) 0%, var(--star-background) var(--percent), rgba(0,0,0,1) var(--percent), rgba(0,0,0,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translatey(25px);
  display: block;
  position: relative;
  width: 20px;
}
.rating-block__value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-right: 12px;
}
.rating-block__tooltip {
  visibility: hidden;
  width: 457px;
  background-color: #13a3bf;
  color: #fff;
  text-align: center;
  padding: 3px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: 0px;
  font-size: 12px;
  top: 36px;
  line-height: 1.5;
  opacity: 0;
  transition: 0.55s opacity, 0.55s visibility;
  max-width: calc(100vw - 130px);
}
.rating-block:hover .rating-block__tooltip {
  visibility: visible;
  opacity: 1
}
/* Safari 6.1+, Chrome для iOS */
.bx-macos .rating-block__star {
  font-size: 20px;
  margin-top: -20px;
}
.bx-macos .rating-block__star::before {
  transform: translatey(20px);
}

.b-copyright {
  color: #6E6464;
}
.b-copyright a {
  color: #6E6464;
}

.ag_cookie_alert_window {
  z-index: 2147483650;
}
.footer_links {
  text-align: center;
}
