/* pay office */
.payment-method.office .submit.change a {
  background: #f3f5f7;
  color: #1f222d;
  margin-top: 0;
  border-radius: 10px;
}

.payment-method.office .checkbox {
  border-radius: 12px;
  margin-bottom: 4px;
}

.payment-method.office .checkbox .item label:hover {
  background: #f3f5f7;
}

.payment-method.office .information p.title b {
  color: #f24d68;
}

.payment-method.office .map {
  border-radius: 10px;
}

.payment-method.office .map img {
  max-width: 100%;
}

.payment-method {
  margin-top: 20px;
}

.page-tracker .item {
  position: relative;
}

.page-tracker .preloader {
  position: absolute;
  top: 150px;
  width: 100%;
  text-align: center;
  left: 0;
  display: none;
  z-index: 100;
}

.page-tracker .preloader img {
  width: 40px;
  height: 40px;
}

.payment-method .checkbox {
  background: #f3f5f7;
  border-radius: 16px;
  overflow: hidden;
}

.payment-method .checkbox .item {
  border-top: 1px solid #fff;
  position: relative;
  cursor: pointer;
}

.payment-method .checkbox .item label {
  display: block;
  padding: 10px;
  transition: 0.1s;
}

.payment-method .checkbox .item label:hover {
  background: #fcf1f1;
}

.payment-method .checkbox .item:first-child {
  border: none;
}

.payment-method .checkbox .item p.title {
  font: bold 16px "GTEestiPro", sans-serif;
  color: #22313c;
  padding: 0;
  margin: 0 0 6px;
}

.payment-method .checkbox .item p.desc {
  font: 400 14px / 1.14286 "GTEestiPro", sans-serif;
  color: #6a778b;
  padding: 0;
  margin: 0;
}

.payment-method .checkbox .item input[type="radio"] {
  display: none;
}

.payment-method .checkbox .item input[type="radio"] + .checbox-radio {
  border: 0px;
  box-shadow: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  right: 8px;
  background: #e6eaf0;
}

.payment-method .checkbox .item input[type="radio"]:checked + .checbox-radio {
  background: url(https://votprikid.ru/catalog/view/theme/unishop/«/check.svg)
    #f24d68 center center;

  background-repeat: no-repeat;
}

.payment-method .submit a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 12px 16px;
  background: #f24d68;
  margin: 30px 0;
}

.information {
  border-radius: 12px;
  padding: 10px;
  background: #f3f5f7;
  margin-bottom: 30px;
}

.information p.title {
  font: bold 16px "GTEestiPro", sans-serif;
  color: #22313c;
  margin: 0 0 6px;
}

.information p.desc {
  font: 300 14px "GTEestiPro", sans-serif;
  color: #6a778b;
  margin: 0;
}

.table-price button {
  transition: 0.2s;

  border: 0;
  box-shadow: 0;
  background: none;
}

.table-price button.collapsed {
  rotate: 180deg;
}

.table-price .table-box {
  border: 1px solid #e0e8ee;
  border-radius: 12px;
}

.table-price table thead {
  font: 400 14px "GTEestiPro", sans-serif;
  color: #768e9e;
}

.table-price table tr {
  border-collapse: unset;
  border-bottom: 1px solid #e0e8ee;
}

.table-price table tr td:last-child {
  width: 70px;
}

.table-price table td {
  padding: 10px;
}

.table-price table tfoot tr {
  border: none;
}

.progress {
  overflow: hidden;
  border-radius: 5px;
}

.progress-bar {
  background-color: #f24d68;
}

.page-tracker table {
  width: 100%;
}

.inform > .item {
  max-width: 480px;
  width: 100%;
  display: block;
  margin: 0 auto 24px auto;
  padding: 24px;
  border-radius: 10px;
  /*-webkit-box-shadow: 0px 12px 80px -20px rgba(129, 141, 155, 0.4);
        -moz-box-shadow: 0px 12px 80px -20px rgba(129, 141, 155, 0.4);
        box-shadow: 0px 12px 80px -20px rgba(129, 141, 155, 0.4);*/

  -webkit-box-shadow: 0px 12px 80px -10px rgba(129, 141, 155, 0.6);
  -moz-box-shadow: 0px 12px 80px -10px rgba(129, 141, 155, 0.6);
  box-shadow: 0px 12px 80px -10px rgba(129, 141, 155, 0.6);
}

.inform > .item > p.title {
  color: #22313c;
  font-size: 24px;
  font-weight: bold;
}

.inform > .item > p.title b {
  color: #f24d68;
}

.inform > .item > p.desc {
  color: #6a778b;
  font-size: 16px;
  font-weight: 300;
}

.inform > .item > p.desc span {
  color: #f24d68;
}

.page-tracker .status {
  text-align: center;
  max-width: 480px;
  margin: 24px auto;
  display: flex;
  justify-content: space-between;
}

.page-tracker .status .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 64px;
}

.page-tracker .status .item .status-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e6eaf0;
  position: relative;
}

.page-tracker .status .item p {
  font: 400 14px / 1 "GTEestiPro", sans-serif;
  text-align: center;
  color: #6a778b;
  margin:0;
}

.page-tracker .item.inprogress p {
  color: #22313c;
}

.page-tracker .item.checked p {
  opacity: 0.3;
}
/* 
    .page-tracker .item.inprogress:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: -54px;
        border: 26px solid transparent;
        border-top: 28px solid #fff;
        transform: rotate(180deg);
        left: 6px;
        z-index: 222;

    } */

.page-tracker .status .item img {
  filter: invert(35%) sepia(16%) saturate(640%) hue-rotate(216deg)
    brightness(92%) contrast(40%);
  opacity: 0.3;
}

.page-tracker .status .item.inprogress .status-image {
  background: #f24d68;
}

.page-tracker .status .item.inprogress img {
  filter: grayscale(1) hue-rotate(208deg) brightness(300%) contrast(300%);
      opacity: 0.9;
}

.page-tracker .status .item.checked .status-image {
  /*background: #F3F5F7;*/
  background: #feedf0;
}

.page-tracker .status .item.checked .status-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: url("https://votprikid.ru/catalog/view/theme/unishop/image/tracker_icon/check.svg")
    no-repeat center center #feedf0;
    top: 0;
    left: 0;
}

.page-tracker .status .item.checked img {
  filter: none;
}

.page-tracker .address {
  margin-top: 20px;
}

.page-tracker .address .route {
  border-radius: 10px;
  padding: 8px 10px;
  background: #f3f5f7;
  font: 400 14px "GTEestiPro", sans-serif;
  color: #1f222d;
}

.page-tracker .address p.title {
  font: 600 16px "GTEestiPro", sans-serif;
  color: #22313c;
  padding-bottom: 12px;
  margin: 0;
}

.page-tracker .address p {
  font: 400 14px / 1.14286 "GT Eesti Pro Display", sans-serif;
  color: #6a778b;
  line-height: 140%;
}

.page-tracker .address .map {
  margin: 30px 0;
}
.statusSwiper {
  padding: 24px;
}
.statusSwiperNext,
.statusSwiperPrev {
  --swiper-navigation-size: 24px;
  --swiper-theme-color: #f24d68;
}

@media screen and (max-width: 550px) {
  .page-tracker .status {
    padding-inline: 20px;
  }
  .page-tracker .status .item .status-image {
    width: 48px;
    height: 48px;
  }
  .page-tracker .status .item p {
    font: 400 12px / 1 "GTEestiPro", sans-serif;
    white-space: nowrap;
  }
  .page-tracker .status .item img {
    width: 24px;
    height: 24px;
  }
  .page-tracker .status .item {
    line-height: 48px;
    width: 48px;
  }
  .page-tracker .status .item.checked .status-image:before {
    width: 18px;
    height: 18px;
    background-size: 12px;
  }
}

/* форма отзыва */

.rating-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.rating-label {
    font-size: 16px;
    color: #22313C;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1;
    /* font-family:GTEestiPro-Bold; */
}

.rating-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 6px;
}

.rating-stars input {
    display: none;
}

.star-container {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.star-empty,
.star-filled {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s;
}

.star-empty {
    opacity: 1;
}

.star-filled {
    opacity: 0;
}

/* Выбранная звезда */
.rating-stars input:checked ~ .star-container .star-empty,
.rating-stars input:checked ~ .star-container .star-filled,
.rating-stars .star-container:hover .star-empty,
.rating-stars .star-container:hover .star-filled,
.rating-stars .star-container:hover ~ .star-container .star-empty,
.rating-stars .star-container:hover ~ .star-container .star-filled {
    /* Оставляем только базовые стили, конкретные правила ниже */
}

/* При наведении на звезду - показываем заполненную для нее и предыдущих */
.rating-stars .star-container:hover .star-empty,
.rating-stars .star-container:hover ~ .star-container .star-empty {
    opacity: 0;
}

.rating-stars .star-container:hover .star-filled,
.rating-stars .star-container:hover ~ .star-container .star-filled {
    opacity: 0.8; /* Полупрозрачность при наведении */
}

/* Выбранные звезды (и те, что перед ними) */
.rating-stars input:checked ~ .star-container .star-empty {
    opacity: 0;
}

.rating-stars input:checked ~ .star-container .star-filled {
    opacity: 1; /* Полная непрозрачность для выбранных */
}

.rating-textarea {
    resize: none;
    width: 100%;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #F3F4F5;
    font-size: 16px;
    color: #22313C;
    transition: all 0.2s ease-in-out;
}
.rating-textarea:hover {
    outline: none;
    border-color: #f24d689f;
}
.rating-textarea:focus {
    outline: none;
    border-color: #F24D68;
}
.rating-textarea::placeholder  {
    color: #9AA8B3;
}

.rating-submit-button {
    background-color: #F24D68;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 10px;
    border: 1px solid #F24D68;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    line-height: 1;
    width: 100%;
}
.rating-submit-button:hover {
    background-color: #fff;
    color: #F24D68;
}

.rating-thank-section {
    border-top: 1px solid #D0DEEB;
    padding-top: 32px;
    margin-top: 32px;
}

.rating-thank-section .rating-label {
    margin-bottom: 6px;
}

.rating-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 20px 0;
}

.rating-link {
    padding: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    background-color: #F3F5F7;
    color: #22313C;
    border: 1px solid #F3F5F7;

}

.rating-link:hover {
    border: 1px solid #F24D68;
}

.rating-img {
    width: 24px;
    height: 24px;
}

.rating-text {
    font-size: 14px;
    
    line-height: 1;
}

.rating-thank-section .desc {
    color: #6a778b;
    font-size: 16px;
}

.rating-error {
    color: #F24D68;
    font-size: 14px;
}

.mobile-break {
  display: none;
}

@media screen and (max-width: 550px) {
  .mobile-break {
    display: block;
  }
}