.notification-counter {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.container {
  padding: 15px;
}

.container .tab-switcher {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.container .tab-tip {
  font-size: 14px;
}

.container .question-time {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #808080;
}

.container .question-item {
  margin-bottom: 8px;
  display: flex;
  flex-flow: column;
  padding: 10px;
  border-radius: 4px;
  gap: 8px;
  position: relative;
}

.container .question-item p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.container .question-item.__open {
  background: #f1f9e1;
  box-shadow: 0 4px 8px 0 #b6b6b633;
}

.container .question-item.__close {
  background: #fff;
  box-shadow: 0 4px 8px 0 #b6b6b633;
}

.container .tab-btn {
  background: linear-gradient(180deg, #ddea9a 0%, #b0cb1f 97.41%);
  padding: 0;
  border-radius: 8px;
  height: 46px;
  box-shadow: 0 1px 0 0 #00000026, inset 0 1px 0 0 #ffffff40;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .3s;
  text-decoration: none;
  color: #1b1b1b !important;
}

.container .tab-btn:hover {
  background: linear-gradient(180deg, #b0cb1f 100%, #ddea9a 0%);
}

.container .tab-btn.__orange {
  background: #e8b257;
  box-shadow: 0 1px 0 0 #00000026, inset 0 1px 0 0 #ffffff40;
}

.container .tab-btn.__orange:hover {
  background: #e0a747;
}

.container .menu-wrapper {
  padding: 10px 0;
}

.container .menu-search {
  padding: 10px 0 12px;
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.container .menu-search-form {
  display: flex;
  flex-flow: column;
  gap: 7px;
}

.container .menu-search-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 28px;
  padding: 0 10px;
  border-radius: 20px;
  color: #b22c27;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-right: auto;
  border: 1px solid #fae178;
  background: linear-gradient(0deg, #fae178, #fae178), linear-gradient(0deg, #fdf2c4, #fdf2c4);
}

.container .menu-search-btn:hover {
  background: linear-gradient(0deg, #fdf2c4, #fdf2c4), linear-gradient(0deg, #fae178, #fae178);
}

.container .menu-search-input {
  height: 36px;
  width: calc(100% - 20px);
  padding: 0 8px;
  border-radius: 6px;
  border: 2px solid #8bb5f2;
  gap: 8px;
  background: #fdf2c4;
}

.container .menu-wrapper .dotted {
  padding-right: 18px;
  padding-left: 18px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 8px;
}

.container .menu-wrapper .dotted img {
  width: 16px;
  height: 16px;
}

.container .menu-wrapper .dotted:first-child {
  border-top: 2px dotted #d4d4d4;
}

.container .menu-wrapper .dotted.menu-collapse-block {
  flex-flow: column;
  align-items: stretch;
}

.container .menu-wrapper .dotted.menu-collapse-block.__open {
  background: #fffefe;
  margin-top: -3px;
}

.container .menu-wrapper .menu-collapse-tip {
  font-size: 11px;
}

.container .menu-wrapper .menu-collapse-btn {
  display: inline-flex;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding-left: 16px;
  color: #8c1a10;
  cursor: pointer;
}

.container .menu-wrapper .dotted.menu-collapse-block.__open .menu-collapse-btn {
  font-weight: bold;
}

.container .menu-wrapper .menu-collapse-btn::before {
  content: '+';
  position: absolute;
  top: 0;
  left: 0;
}

.container .menu-wrapper .dotted.menu-collapse-block.__open .menu-collapse-btn::before {
  content: '-';
}

.container .menu-wrapper .menu-collapse-text {
  background: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.container .menu-wrapper .menu-collapse-text ol,
.container .menu-wrapper .menu-collapse-text ul {
  padding-left: 0;
  list-style-position: inside;
}

.form-title {
  font: 400 16px/19px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.form-title b {
  color: #ec6432;
}

.reg-phone_msg {
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  z-index: 1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  background: #fff;
  padding: 8px 16px;
  box-shadow: 4px 4px 10px 0 #a2a2a226;
  border-radius: 6px;
  transition: opacity .3s, transform .3s;
  transform: translate(-50%, -2px);
  font: 400 13px/15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.reg-phone {
  display: inline-flex;
  padding: 9px 24px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  font: 700 22px/26px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  margin: 8px 0 14px;
}

.reg-phone__copy {
  position: relative;
  cursor: pointer;
}

.reg-phone__copy.__done .reg-phone_msg {
  opacity: 1;
  transform: translate(-50%, -22px);
}

.reg-phone__copy img {
  pointer-events: none;
  display: block;
  width: 24px;
}

.btn-submit {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  padding: 2px 25px;
  font-size: 12px;
  color: #c2161d;
  background-color: #fff2bf;
  border: 1px solid #ffe064;
}

.reg-info {
  padding-top: 2px;
  font: 400 13px/15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.__fz-14 {
  font-size: 14px;
  line-height: 17px;
}

.link-abs-0 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.photo-holder {
  margin-bottom: 0;
}

.photo-holder img {
  display: block;
  margin: 0 auto;
}

#js-swiper .swiper-button-lock {
  display: unset;
}

.photo-description {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background: none;
  will-change: opacity;
  /*transition: opacity 0.1s ease-in-out;*/
}

.photo-description__text {
  position: relative;
  display: inline-block;
}

.photo-description__text span {
  position: relative;
  z-index: 1;
}

.photo-description__text::after {
  background: #D9D9D9;
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: -4px;
  bottom: -4px;
}

.photo-description__comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0;
  gap: 4px;
  margin-bottom: 12px;
  background: #FFFFFF;
}

.photo-description__comment p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  opacity: 0.8;
}

.photo-description__comment a {
  color: #DB531B;
  text-decoration: none;
}

#js-swiper[data-use-fade='true'] .swiper-slide .photo-description {
  opacity: var(--fade-in);
}

#js-swiper[data-use-fade='true'] .swiper-slide.vis .photo-description {
  opacity: var(--fade-out);
}

#js-swiper .swiper-slide[data-fade-mode="fade-in"] .photo-description {
  opacity: var(--fade-in);
}

#js-swiper .swiper-slide[data-fade-mode="fade-out"] .photo-description {
  opacity: var(--fade-out);
}

.photo-holder {
  position: relative;
  overflow: hidden;
  max-height: 70vh;
  /*height: 480px;*/
}

.photo-holder::before {
  content: '';
  pointer-events: none;
  display: block;
  padding-bottom: 125%;
}

.photo-holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.embla {
  overflow: hidden;
  width: 100%;
  --slide-size: 100%;
}

.embla__viewport {
  overflow: hidden;
  width: 100%;
}

.embla__container {
  display: flex;
}

.embla__slide {
  flex: 0 0 100%;
}


.top + .swiper,
.top + .embla,
.top + .photo-holder {
  margin-top: -3px;
}

.ratings {
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-bottom: 0;
  background-color: transparent;
}

.ratings div {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.profile-rating {
  display: block;
  position: relative;
  overflow: hidden;
}

.profile-rating-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff4f0;
  bottom: -6px;
  right: -6px;
}

.profile-rating-corner img {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 1px 1px 0;
}

.profile-rating-corner.__fire img {
  margin-bottom: 3px;
}

.ratings-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #fff;
}

.ratings-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  background: #fff;
  padding: 4px 0;
}

.ratings-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.ratings-holder div {
  background: inherit;
}

.ratings-data {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 32px;
  margin-top: -16px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ff7f50;
}

.ratings .svg-icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.ratings-data:not(.__wow) .svg-icon img {
  margin-right: 4px;
  display: block;
}

.ratings-data.__wow .svg-icon img {
  width: 32px;
  height: 32px;
}

.ratings-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #808080;
}

.ratings-btn .svg-icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.ratings-claim {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.ratings-claim a {
  color: #E73A3A;
}

.ratings-stat {
  display: flex;
  gap: 8px;
  padding: 12px 0;
}

.ratings-info {
  display: flex;
  gap: 8px;
}

.ratings .ratings-control {
  z-index: 2;
  height: 50px;
  margin: -25px 0 0 !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: transparent;
}

.ratings-control::before {
  content: '';
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
}

.ratings-click {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 50px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  box-shadow: 0 2px 10px rgba(47, 47, 47, 0.17);
}

.ratings-click.__text {
  padding: 0 20px;
}

.ratings-click.__white {
  background: #fff;
}

.ratings-click.__peach {
  background: #ff7f50;
  color: #fff;
}

.ratings-click.__salmon {
  background: #FFEBE4;
  color: #FF7F50;
}

.ratings-points {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  gap: 4px;
  height: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ff7f50;
  background: #ffebe4;
  border-radius: 16px;
}

.ratings-points .svg-icon img {
  display: block;
  width: 16px;
  height: 16px;
}

.profile-location {
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 155px);
  display: block;
  text-overflow: ellipsis;
}

.profile-location span {
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 24px);
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.toastify.snackbar {
  z-index: 2;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 16px;
  gap: 12px;
  max-width: 328px;
  background: #2D2D2D;
  border-radius: 16px;
}

.toastify.custom-toast {
  opacity: 0 !important;
  transform: translateY(0);
  /*transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
}

.toastify.custom-toast.on {
  /*--bottom: 15px;*/
  opacity: 1 !important;
  transform: translateY(0);
}

.toastify-bottom.custom-toast.toast-closing {
  margin-bottom: -100px;
  opacity: 1 !important;
}

.toastify-top.custom-toast.toast-closing {
  margin-top: -100px;
}

.snackbar-inner {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
  align-items: flex-start;
}

.snackbar-text {
  color: #FFFFFF;
  mix-blend-mode: normal;
}

.snackbar-btn {
  background: none;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: #FF7F50;
}

.reset-default-div {
  margin: 0;
  background: unset;
}

.snack-popup-holder {
  z-index: 10;
  position: fixed;
  inset: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  isolation: isolate;
  background: rgba(0, 0, 0, 0.0);
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.snack-popup-holder.__opened {
  pointer-events: all;
  background: rgba(0, 0, 0, 0.6);
}

.snack-popup-holder.__opened.__closing {
  background: rgba(0, 0, 0, 0.0);
}

.toastify.popup {
  z-index: 2;
  box-shadow: none;
  box-sizing: border-box;
  max-width: 328px;
  transform: translate(0px, calc(50vh - 50%)) !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 40px 20px 32px;
  gap: 12px;
  isolation: isolate;
  background: #FFFFFF;
  border-radius: 28px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #2D2D2D;
}

.snack-popup-close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}

.popup-content-prices {
  margin: 8px 0 0;
}

.popup-content-price + .popup-content-price {
  margin-top: 12px;
}

.popup-content-price {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.popup-content-price dd {
  display: flex;
  flex-flow: row nowrap;
  gap: 4px;
}

.popup-content-price .svg-icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.popup-content-free {
  font-weight: 500;
  color: rgba(84, 182, 82, 0.9);
}

.popup-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
}

.popup-content p {
  margin: 0;
}

.popup-content-image + p {
  margin-top: 10px;
}

.popup-content-image {
  margin-bottom: -5px;
}

.popup-content-image img {
  max-width: 100%;
  display: inline-block;
}

.popup-content-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  mix-blend-mode: normal;
  margin: 0;
}

.popup-content-check {
  text-align: left;
}

.checkbox-wow {
  display: flex;
  position: relative;
  padding-left: 32px;
  margin-top: 12px;
}

.checkbox-wow input {
  display: none;
}

.checkbox-wow input:disabled + span::before {
  opacity: 0.5;
}

.checkbox-wow input:checked + span::before {
  border-color: #FF7F50;
  background: #FF7F50 url(../imgs/check.svg) no-repeat center;
}

.checkbox-wow span::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  border-radius: 6px;
  border: 2px solid #808080;
}

.checkbox-wow span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #808080;
}

.popup-content-controls {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  align-items: center;
  padding: 12px 0 0;
}

.popup-content-controls .ratings-click {
  max-width: 100%;
  width: 184px;
  box-shadow: none;
  font-size: 18px;
  line-height: 21px;
}

.popup-content-controls .ratings-click .svg-icon img {
  display: block;
  width: 20px;
  height: 20px;
}
