.c-destiny-sidebar {
  margin-top: -58px;
  background: #fff;
  position: relative;
  z-index: 99;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .c-destiny-sidebar {
    display: none;
  }
}
#single-experience .c-destiny-sidebar {
  margin-top: 0;
}
.c-destiny-sidebar__top {
  border-bottom: 1px dashed #c6c6c6;
  padding: 18px 22px;
}
@media (max-width: 1599.98px) {
  .c-destiny-sidebar__top {
    padding: 10px;
  }
}
#single-experience .c-destiny-sidebar__top {
  border-bottom: none;
}
.c-destiny-sidebar__weather-today {
  padding: 20px;
}
.c-destiny-sidebar__weather-today > p:first-child {
  font-size: 0.875em;
  font-weight: 500;
  margin: 0;
  color: #000;
}
.c-destiny-sidebar__weather-today img {
  width: 84px;
  height: 84px;
  margin: 22px auto 0 auto;
  display: block;
}
@media (max-width: 1599.98px) {
  .c-destiny-sidebar__weather-today img {
    width: 67.2px;
    height: 67.2px;
    margin: 17.6px auto 0 auto;
  }
}
.c-destiny-sidebar__weather-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.c-destiny-sidebar__weather-data p:first-child {
  font-size: 4.375em;
  font-weight: bold;
  margin: 0;
  color: #000;
  line-height: 1;
}
@media (max-width: 1599.98px) {
  .c-destiny-sidebar__weather-data p:first-child {
    font-size: 3.5em;
  }
}
@media (max-width: 1199.98px) {
  .c-destiny-sidebar__weather-data p:first-child {
    font-size: 2.5em;
  }
}
.c-destiny-sidebar__weather-data p:last-child {
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 1.31;
  color: #000;
  margin: 0;
  text-align: right;
}
@media (max-width: 1599.98px) {
  .c-destiny-sidebar__weather-data p:last-child {
    font-size: 0.75em;
  }
}
.c-destiny-sidebar__weather-week {
  background: #fbf6ee;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
}
.c-destiny-sidebar__weather-day {
  border-bottom: 1px dashed #979797;
  display: flex;
  height: 40px;
  justify-content: space-between;
  align-items: center;
}
.c-destiny-sidebar__weather-day > p {
  margin: 0;
  font-size: 0.875em;
  font-weight: 500;
  color: #000;
}
.c-destiny-sidebar__weather-day:last-child {
  border-bottom: none;
}
.c-destiny-sidebar__day-data {
  display: flex;
  align-items: center;
  gap: 6px;
}
.c-destiny-sidebar__day-data p {
  margin: 0;
  font-size: 0.75em;
  font-weight: bold;
  color: #000;
}
.c-destiny-sidebar__day-data img {
  width: 20px;
  height: auto;
}

.c-destiny-fixed {
  position: fixed;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 9999;
  background: #fff;
  box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px 10px 0 0;
  display: none;
  transition: bottom 0.3s ease;
}
@media (max-width: 991.98px) {
  .c-destiny-fixed {
    display: block;
  }
}
.c-destiny-fixed__visible {
  display: flex;
  height: 85px;
  align-items: center;
}
.c-destiny-fixed__valoration {
  width: 50%;
}
.c-destiny-fixed__title {
  margin: 0;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.14;
  color: #000;
  text-align: center;
}
.c-destiny-fixed__stars {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 5px;
}
.c-destiny-fixed__stars img {
  width: 18px;
}
.c-destiny-fixed__result {
  font-size: 0.8125em;
  font-style: italic;
  margin: 10px 0 0 0;
  line-height: 1.14;
  color: #343434;
  text-align: center;
}
.c-destiny-fixed__like {
  width: 14%;
  height: 70%;
  border-left: 1px dashed #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-destiny-fixed__like a {
  width: 30px;
  height: 30px;
  border: 1px solid #ff6600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-destiny-fixed__like a img {
  width: 15px;
}
.c-destiny-fixed__weather-today {
  width: 36%;
  height: 70%;
  border-left: 1px dashed #c6c6c6;
}
.c-destiny-fixed__weather-today > p:first-child {
  text-align: center;
  font-size: 0.8125em;
  font-weight: 500;
  margin: 0;
  color: #000;
}
.c-destiny-fixed__open {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0 15px;
}
.c-destiny-fixed__open > img {
  width: 42px;
}
.c-destiny-fixed__open a img {
  width: 25px;
  transform: rotate(180deg);
  transition: transform 0.4s ease;
}
.is-visible .c-destiny-fixed__open a img {
  transform: rotate(0);
}
.c-destiny-fixed__weather-week {
  background: #fbf6ee;
  padding: 0 20px;
  display: none;
}
.c-destiny-fixed__weather-day {
  border-bottom: 1px dashed #979797;
  display: flex;
  height: 40px;
  justify-content: space-between;
  align-items: center;
}
.c-destiny-fixed__weather-day > p {
  margin: 0;
  font-size: 0.875em;
  font-weight: 500;
  color: #000;
}
.c-destiny-fixed__weather-day:last-child {
  border-bottom: none;
}
.c-destiny-fixed__day-data {
  display: flex;
  align-items: center;
  gap: 6px;
}
.c-destiny-fixed__day-data p {
  margin: 0;
  font-size: 0.75em;
  font-weight: bold;
  color: #000;
}
.c-destiny-fixed__day-data img {
  width: 20px;
  height: auto;
}