span {
  font-weight: inherit;
}
span.icon {
  line-height: 0;
  vertical-align: bottom;
}
span.red {
  color: #b2001a;
}
svg {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}
strong {
  font-weight: bold;
}
button:focus {
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.5);
  outline: none;
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.def-sec {
  padding: 0 20px;
  margin-block: 60px;
}
.def-sec > .container {
  width: 100%;
  max-width: 1186px;
  margin: 0 auto;
}
main#root {
  padding: 40px 0 0 0;
}
.notification-sec {
  margin-bottom: 24px;
}
.notif-type-1 {
  position: relative;
  display: flex;
  padding: 32px 20px 24px;
  background-color: #fffbf9;
  margin-bottom: 16px;
}
.notif:last-child {
  margin-bottom: 0px;
}
.notif-type-1 p {
  line-height: 24px;
  font-size: 14px;
  margin-right: 8px;
  color: var(--blck);
}
.notif-type-1 .notif-icon {
  flex-shrink: 0;
}
.notif-type-1 .close {
  position: absolute;
  top: 9px;
  left: 12px;
}
.notif-type-1 .close svg {
  width: 20px;
  height: 20px;
  stroke: var(--blck);
}
.notif-type-2 {
  padding: 32px 20px 24px;
  display: flex;
  justify-content: space-between;
  background-color: #fff9f9;
}
.notif-type-2 h2 {
  font-size: 16px;
  color: #b2001a;
  line-height: 24px;
}
.show-guide {
  display: flex;
  align-items: center;
  gap: 4px;
}
.show-guide span {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: -3px;
  color: #000;
}
.show-guide svg {
  width: 20px;
  height: 20px;
  stroke: #000;
}
.modal {
  top: 50%;
  left: 50%;
  width: 90%;
  right: initial;
  transform: translate(-50%, -50%);
  border: none;
  max-width: 400px;
  border-radius: 8px;
}
.modal .header {
  padding: 28px 16px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  background-color: #edf4ff;
}
.modal .header h3 {
  font-size: 16px;
  color: var(--primary);
}
.modal .header .close-btn svg {
  stroke: var(--blck);
}
.modal .content {
  padding: 16px 16px 24px 16px;
  height: 200px;
  overflow: auto;
}
.modal .content p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--blck);
}
.modal .ctas {
  padding: 0 16px 20px;
}
.modal-type-1 .ctas button {
  width: 100%;
}
.modal-type-2 .header {
  background-color: #edf0f2;
}
.modal-type-2 .header h3 {
  color: #000;
}
.modal-type-2 .ctas button {
  width: 100%;
}
.modal-type-2 .ctas .cta:first-child {
  margin-bottom: 10px;
}
.modal-type-3 {
  max-width: 720px;
}
.modal-type-3 .header {
  background-color: #ffeae6;
}
.modal-type-3 .header h3 {
  color: #b2001a;
}
.modal-type-3 .ctas {
  padding: 20px 16px;
  display: flex;
  gap: 1rem;
}
.modal-type-3 .ctas .cta:first-child {
  flex-grow: 1;
}
.modal-type-3 .options {
  margin-top: 24px;
}
.modal-type-3 .content {
  height: 450px;
}
#cancel-order-modal-after-pay {
  max-width: 400px;
}
#cancel-order-modal-after-pay .content img {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto 24px;
}
#cancel-order-modal-after-pay .content {
  height: 280px;
}
#cancel-order-modal-after-pay .cta {
  flex-grow: 1;
}
.button-type-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  color: var(--primary);
  font-size: 14px;
  padding: 8px 36px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  transition: background-color 200ms, color 200ms;
}
.button-type-1:hover {
  background-color: var(--primary);
  color: #fff;
}
.button-type-1 svg {
  stroke: var(--primary);
  margin-left: 4px;
  transition: stroke 200ms;
}
.button-type-1 svg.spec {
  stroke: none;
  fill: var(--primary);
  transition: fill 200ms;
}
.button-type-1:hover svg {
  stroke: #fff;
}
.button-type-1:hover svg.spec {
  stroke: none;
  fill: #fff;
}
.def-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.def-header .sec-info .title {
  font-size: 18px;
  line-height: 1.55;
  color: #000;
}
.def-header .sec-info .description {
  font-size: 14px;
  line-height: 1.85;
  color: var(--blck);
  margin-top: 8px;
}
.progress-sec {
  margin-top: 0;
}
.progress-sec > .container {
  padding: 24px 16px 32px 24px;
  border-radius: 16px;
  background-color: #f1f6fb;
}
.progress-sec .progress {
  margin: 22px 0;
}
.progress-sec .steps .cont {
  position: relative;
  display: flex;
}
.progress-sec .step {
  width: calc(100% / 5);
  flex-grow: 1;
  flex-shrink: 0;
  z-index: 2;
}
.progress-sec .step .con {
  width: 75px;
}
.progress-sec .step:last-child {
  width: fit-content;
  flex-grow: 0;
}
.progress-sec .step .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #d1d5db;
  margin: 0 auto;
  box-sizing: content-box;
  border-right: 14px solid #f1f6fb;
  border-left: 14px solid #f1f6fb;
}
.progress-sec .step.active .icon {
  background-color: var(--primary);
}
.progress-sec .step .icon svg {
  stroke: #a0acb9;
}
.progress-sec .step.active .icon svg {
  stroke: #fff;
}
.progress-sec .step p {
  font-size: 12px;
  line-height: 1.5;
  color: var(--blck);
  margin-top: 4px;
  text-align: center;
}
.progress-sec .step.active p {
  color: #000;
}
.progress-sec .step .icon.spec svg {
  stroke: none;
  fill: #a0acb9;
}
.progress-sec .step.active .icon.spec svg {
  fill: #fff;
}
.progress-sec .progressbar {
  position: absolute;
  height: 4px;
  background-color: #d1d5db;
  border-radius: 4px;
  width: calc(100% - 40px);
  top: 18px;
  right: 20px;
  overflow: hidden;
}
.progress-sec .progressbar .value {
  display: block;
  height: 100%;
  border-radius: 100vmax;
  background-color: var(--primary);
}
.progress-sec .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.button-type-2,
.button-type-3,
.button-type-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 44px;
  border-radius: 10px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding: 8px 34px;
  transition: background-color 200ms, color 200ms;
}
.button-type-2:hover {
  background-color: transparent;
  color: var(--primary);
}
.button-type-2 svg {
  stroke: #fff;
  transition: stroke 200ms;
}
.button-type-2 svg.spec {
  stroke: none;
  fill: #fff;
  transition: fill 200ms;
}
.button-type-2:hover svg {
  stroke: var(--primary);
}
.button-type-2:hover svg.spec {
  stroke: none;
  fill: var(--primary);
}
.button-type-3,
.button-type-5 {
  background-color: initial;
  color: var(--blck);
  border-color: #d1d5db;
  transition: border-color 200ms, background-color 200ms, color 200ms;
}
.button-type-3:hover {
  background-color: red;
  border-color: red;
  color: #fff;
}
.button-type-5:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.button-type-4,
.button-type-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  border: 1px solid red;
  font-size: 14px;
  line-height: 1.5;
  color: #b2001a;
  padding: 8px 34px;
  transition: background-color 200ms, color 200ms;
}
.button-type-6 {
  background-color: red;
  color: #fff;
}
.button-type-6:hover {
  background-color: transparent;
  color: #b2001a;
}
.button-type-4:hover {
  background-color: red;
  color: #fff;
}
.radio-type-1 button {
  display: block;
  width: 100%;
}
.radio-type-1 button label {
  display: flex;
  width: 100%;
  min-height: 56px;
  padding: 8px 22px;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background-color: #fbfbfb;
  cursor: pointer;
}
.radio-type-1 input {
  display: none;
}
.radio-type-1 button label .marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #d1d5db;
  margin-left: 22px;
  flex-shrink: 0;
}
.radio-type-1 button label input:checked ~ .marker {
  background-color: var(--primary);
  border: 4px solid #edf4ff;
}
.radio-type-1 button label .text {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
/* .radio-type-1 button label .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */
.radio-type-1 button label input:checked ~ .text {
  color: var(--primary);
}
.modal-type-3 .options .radio-type-1 {
  margin-bottom: 8px;
}
.modal-type-3 .options .radio-type-1:last-child {
  margin-bottom: 0;
}
.costs-sec > .container {
  padding: 14px 24px 32px;
  border-radius: 16px;
  border: 1px solid #bac6d3;
}
.costs-sec .row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #d1d5db;
  padding: 12px 6px;
}
.costs-sec .row .label p {
  line-height: 1.75;
  font-size: 16px;
  color: var(--blck);
  display: inline-block;
}
.costs-sec .row .data {
  font-size: 18px;
  line-height: 1.55;
  color: #000;
}
.costs-sec .new-costs svg {
  stroke: #000;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.costs-sec .new-costs .data {
  font-weight: bold;
  color: #008309;
}
.costs-sec .row:where(.date, .code) .data {
  font-size: 16px;
  font-weight: bold;
  color: var(--blck);
}
.costs-sec .row.date {
  border-bottom: none;
}
.costs-sec .discount {
  display: flex;
  gap: 8px;
  padding: 16px 0 0;
}
.costs-sec .discount input {
  width: 50px;
  flex-grow: 1;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  padding: 11px 8px;
  color: var(--blck);
}
.costs-sec .discount input:focus {
  outline: 2px solid var(--primary);
}
.costs-sec .discount button {
  font-size: 14px;
  line-height: 1.7;
  padding: 6px 24px;
  border-radius: 4px;
}
.vet-sec > .container {
  border-radius: 16px;
  background-color: #f1f6fb;
}
.vet-sec .empty-info {
  width: 100%;
  padding: 60px 16px;
  display: grid;
  place-items: center;
  gap: 8px;
}
.vet-sec .empty-info img {
  vertical-align: bottom;
}
.vet-sec .empty-info p,
.vet-sec .empty-info h2 {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  max-width: 90%;
  color: #000;
}
.vet-sec .empty-info h2 {
  line-height: 1.5;
}
.vet-sec.accepted .empty-info {
  display: none;
}
.vet-sec .content {
  display: none;
  background-image: url("../icons/paw-pattern.svg");
  /* background-size: cover; */
}
.vet-sec.accepted .content {
  display: block;
}
.vet-sec .content > .container {
  padding: 24px 16px 40px;
}
.vet-sec .vet {
  margin-top: 24px;
}
.vet-sec .vet .container {
  display: flex;
  border-radius: 9px;
  background-color: #fff;
  border: 1px solid #d1d5db;
  width: 100%;
  max-width: 650px;
  overflow: clip;
}
.vet-sec .vet .vet--pic img {
  display: block;
  width: 200px;
  height: 100%;
  object-fit: cover;
}
.vet-sec .vet--content {
  position: relative;
  flex-grow: 1;
  padding: 16px 24px;
}
.vet-sec .vet--name {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 8px;
}
.vet-sec .vet--profession,
.vet-sec .vet--code {
  font-size: 12px;
  line-height: 1.5;
  color: #6e7a86;
  margin-bottom: 8px;
}
.vet-sec .vet--rate,
.vet-sec .vet--coment-counter {
  width: 64px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  top: 16px;
  left: 0;
  padding: 2px 4px 2px 8px;
  border-radius: 0 4px 4px 0;
  background-color: #edf4ff;
}
.vet-sec .vet--coment-counter {
  top: 48px;
  background-color: #fff0eb;
}
.vet-sec .vet--rating span {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: -3px;
}
.vet-sec .vet--rating svg {
  width: 18px;
  height: 18px;
}
.vet-sec .vet--figures {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 22px 0;
}
.vet-sec .vet--figures > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.vet-sec .vet--figures span {
  font-size: 14px;
  line-height: 1.85;
  color: var(--blck);
  margin-bottom: -2px;
}
.vet-sec .vet--figures svg {
  width: 18px;
  height: 18px;
}
.vet-sec .vet--cta a {
  font-size: 14px;
  font-weight: 500;
}
.vet-sec .vet--cta svg {
  width: 18px;
  height: 18px;
}
.add-service-sec > .container {
  border-radius: 16px;
  border: 1px solid #bac6d3;
  padding: 24px 16px 24px 24px;
}
.add-service-sec .content {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.order-details-sec {
  padding-bottom: 140px;
}
.order-details-sec > .container {
  border-radius: 16px;
  border: 1px solid #bac6ba;
  padding: 24px 24px 32px;
}
.order-details-sec .details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 24px;
}
.order-details-sec .row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #d1d5db;
  padding: 12px 0;
}
.order-details-sec .row .label {
  width: 30%;
  flex-shrink: 0;
}
.order-details-sec .row dt {
  font-size: 16px;
  color: var(--blck);
}
.order-details-sec .row dd {
  font-size: 16px;
  color: #000;
}
.order-details-sec .service-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.order-details-sec .service-tags .tag {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 16px;
  background-color: #fde6d2;
  border-radius: 100vmax;
  cursor: pointer;
  user-select: none;
}
.order-details-sec .service-tags .tag[data-canceled="true"] {
  background-color: #d1d5db;
}
.order-details-sec .service-tags .tag svg {
  width: 18px;
  height: 18px;
  stroke: #000;
}
.order-details-sec .service-tags .tag-text {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: -2px;
  font-weight: bold;
  color: #ed6234;
}
.order-details-sec .service-tags .tag[data-canceled="true"] .tag-text {
  color: #a0acb9;
}
.order-details-sec .service-tags .tag[data-canceled="true"] button {
  display: none;
}
.order-details-sec .service-tags button {
  display: flex;
}
.main-cta-sec {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 24px 20px;
  border-top: 1px solid #d1d5db;
  box-shadow: 0 -1px 2px 0 #0000001f;
  background-color: #fff;
}
.main-cta-sec > .container {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto;
}
.main-cta-sec .notif {
  margin-bottom: 8px;
  border-radius: 8px;
  background-color: #f1f8ff;
  padding: 16px 24px;
}
.main-cta-sec .notif svg {
  stroke: var(--blck);
}
#main-cta svg {
  display: none;
}
#main-cta svg.i13 {
  display: block;
}
#support-btn {
  position: fixed;
  height: 56px;
  max-width: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 100vmax;
  right: 25px;
  bottom: 30%;
  background-color: var(--primary);
  z-index: 95;
  overflow: hidden;
  transition: max-width 200ms;
}
#support-btn span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
  flex-shrink: 0;
}
#support-btn svg {
  width: 40px;
  height: 40px;
  stroke: #fff;
  stroke-width: 2px;
  margin: 0 8px;
  flex-shrink: 0;
}
.add-item-modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  inset: 0;
  background-color: #0000003c;
  z-index: 150;
}
.add-item-modal[data-open] {
  display: flex;
}
.add-item-modal > .container {
  position: relative;
  width: 100%;
  height: 85%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  overflow: clip;
  animation: modal-translate-up 200ms;
}
.add-item-modal .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 24px;
  background-color: #edf0f2;
}
.add-item-modal .header h3 {
  font-size: 16px;
}
.add-item-modal .header .action-btns svg {
  stroke: #000;
}
.add-item-modal .content {
  flex-grow: 1;
  overflow: auto;
  padding: 0 24px 160px;
  scroll-behavior: smooth;
}
.add-item-modal .categories {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  margin: 16px 0 24px -20px;
  padding-left: 20px;
  list-style-type: none;
}
.add-item-modal .categories .category {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  -webkit-user-drag: none;
}
.dragging-scroller.dragging :is(a, button) {
  pointer-events: none;
}
.add-item-modal .categories .category .pic {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  background-color: #dbcfff;
}
.add-item-modal .categories .category.green .pic {
  background-color: #f2ffe3;
}
.add-item-modal .categories .category.blue .pic {
  background-color: #d0e0ff;
}
.add-item-modal .categories .category.red .pic {
  background-color: #ffeae3;
}
.add-item-modal .categories .category.yellow .pic {
  background-color: #fffbe3;
}
.add-item-modal .categories .category.teal .pic {
  background-color: #d0fff7;
}
.add-item-modal .categories .category .pic svg {
  width: 32px;
  height: 32px;
}
.add-item-modal .categories .category .txt {
  font-size: 16px;
  white-space: nowrap;
  color: var(--blck);
}
.add-item-modal .content .filter {
  margin: 24px 0 16px;
}
.add-item-modal .content .filter .holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  padding: 0 8px;
  border: 1px solid #d1d5db;
}
.add-item-modal .content .filter .holder input {
  flex-grow: 1;
  font-size: 14px;
  color: var(--blck);
  border: none;
  padding: 11px 0;
  outline: transparent;
}
.add-item-modal .content .didnt-find {
  font-size: 12px;
  color: var(--blck);
}
.add-item-modal .content .didnt-find button {
  font: inherit;
  color: var(--primary);
}
.add-item-modal .items-section {
  margin-top: 36px;
}
.add-item-modal .items-section h2 {
  font-size: 18px;
  margin-bottom: 24px;
}
.add-item-modal .items-section .items {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 1rem;
  margin-bottom: 40px;
}
.add-item-modal .items-section .items label {
  display: flex;
  align-items: center;
  height: 56px;
  border-radius: 4px;
  padding: 0 22px;
  border: 1px solid #d1d5db;
}
.add-item-modal .items-section .items label input {
  width: 20px;
  height: 20px;
  margin-left: 14px;
  accent-color: var(--primary);
}
.add-item-modal
  .items-section
  .items
  label
  input:checked
  ~ :where(.txt, .price) {
  color: var(--primary);
}
.add-item-modal .items-section .items label .txt {
  font-size: 14px;
  margin-left: 8px;
}
.add-item-modal .items-section .items label .price {
  font-size: 14px;
  color: var(--blck);
  margin-left: auto;
}
.add-item-modal .items-section .items label .number {
  display: none;
  align-items: center;
}
.add-item-modal .items-section .items label input:checked ~ .number {
  display: flex;
}
.add-item-modal .items-section .items label .number svg {
  width: 20px;
  height: 20px;
  stroke: var(--blck);
}
.add-item-modal .items-section .items label .number .num {
  font-size: 18px;
  color: var(--primary);
  line-height: 1;
  margin-bottom: -6px;
  width: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: var(--primary);
  text-underline-offset: 4px;
}
.add-item-modal .master {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 16px 24px;
  border-top: 1px solid #d1d5db;
  background-color: #fff;
}
.add-item-modal .master .co {
  flex-direction: column;
}
.add-item-modal .master .cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.add-item-modal .master .cost span {
  font-size: 14px;
}
.add-item-modal .master .cost .price {
  font-size: 16px;
  font-weight: bold;
}
.add-item-modal .master .btns {
  display: flex;
  gap: 24px;
}
.add-item-modal .master .btns button {
  font-size: 16px;
  font-weight: bold;
  flex-grow: 1;
}
.add-item-modal .manually {
  flex-grow: 1;
  overflow: auto;
  padding: 24px 24px 160px;
}
.add-item-modal .manually .inps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.add-item-modal .manually .inps .row {
  display: flex;
  gap: 1rem;
}
.add-item-modal .manually .inps .row .service-name {
  flex-basis: 55%;
}
.add-item-modal .manually .inps .row .service-price {
  flex-basis: 45%;
}
.add-item-modal .manually .inps .row .holder {
  display: flex;
  flex-direction: column;
}
.add-item-modal .manually .inps .row .holder .txt {
  font-size: 14px;
  margin-bottom: 8px;
}
.add-item-modal .manually .inps .row .holder .required {
  color: #ff0000;
}
.add-item-modal .manually .inps .row .holder input {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 8px;
  border: 1px solid #d1d5db;
}
.add-item-modal .manually .inps .row .holder input:focus {
  outline: 2px solid var(--primary);
}
@media (min-width: 768px) {
  #support-btn:hover {
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .notif-type-1,
  .notif-type-2 {
    padding: 32px 8px 24px 16px;
  }
  .notification-sec .notif .close {
    top: 4px;
    left: 8px;
  }
  .modal {
    width: 100%;
    max-width: 100%;
    top: initial;
    bottom: 0;
    left: 0;
    transform: translate(0);
    border-radius: 8px 8px 0 0;
  }
  .modal[open] {
    animation: modal-translate-up 200ms forwards;
  }
  .def-header .sec-info .title {
    font-size: 16px;
  }
  .def-header .sec-info .description,
  .show-guide span {
    font-size: 12px;
  }
  .progress-sec > .container {
    padding: 24px 20px 32px 20px;
  }
  .progress-sec .step .con {
    width: 64px;
  }
  .progress-sec .step {
    width: 120px;
  }
  .progress-sec .steps {
    overflow-x: auto;
  }
  .progress-sec .step .icon {
    width: 32px;
    height: 32px;
  }
  .progress-sec .step p {
    font-size: 11px;
  }
  .progress-sec .step .icon svg {
    width: 20px;
    height: 20px;
  }
  .progress-sec .progressbar {
    top: 14px;
  }
  .progress-sec .steps .cont {
    width: fit-content;
  }
  .progress-sec .buttons button {
    flex-grow: 1;
  }
  .button-type-2,
  .button-type-3,
  .button-type-4,
  .button-type-5,
  .button-type-6 {
    padding: 8px 20px;
  }
  .radio-type-1 button label .text,
  .costs-sec .row:is(.date, .code) .data {
    font-size: 14px;
  }
  .costs-sec .row .label p,
  .vet-sec .empty-info p,
  .vet-sec .vet--figures span,
  .order-details-sec .row dt,
  .add-item-modal .master .cost span,
  .add-item-modal .categories .category .txt,
  .add-item-modal .items-section .items label :is(.txt, .price) {
    font-size: 12px;
  }
  .costs-sec .new-costs svg {
    width: 16px;
    height: 16px;
  }
  .costs-sec .row .data,
  .add-item-modal .items-section h2 {
    font-size: 16px;
  }
  .costs-sec > .container {
    padding: 24px 0;
  }
  .costs-sec .row,
  .costs-sec .discount input {
    padding: 12px;
  }
  .costs-sec .discount button {
    padding: 6px 16px;
  }
  .costs-sec .discount {
    padding: 16px 12px 0;
  }
  .vet-sec .vet .container {
    flex-direction: column;
  }
  .vet-sec .vet .vet--pic img {
    width: 100%;
  }
  .vet-sec .vet--name {
    margin-bottom: 12px;
  }
  .vet-sec .vet--rate,
  .vet-sec .vet--coment-counter {
    top: 40px;
  }
  .vet-sec .vet--coment-counter {
    top: 70px;
  }
  .vet-sec .vet--figures {
    justify-content: stretch;
  }
  .vet-sec .vet--content {
    padding: 16px 0 0 0;
  }
  .vet-sec .vet--profile,
  .vet-sec .vet--figures {
    padding-inline: 24px;
  }
  .vet-sec .vet--cta a {
    border-radius: 0;
  }
  .add-service-sec > .container {
    padding: 32px 12px;
  }
  .def-sec {
    margin-block: 40px;
  }
  .order-details-sec .row .label {
    width: 100px;
  }
  .order-details-sec .row dd,
  .add-item-modal .master .cost .price,
  .add-item-modal .manually .inps .row .holder input {
    font-size: 14px;
  }
  .order-details-sec .service-tags .tag {
    padding: 2px 6px;
  }
  .main-cta-sec {
    padding: 16px 20px;
  }
  .main-cta-sec .notif {
    padding: 16px 20px;
  }
  .main-cta-sec .notif p {
    max-width: 90%;
  }
  #support-btn {
    width: 40px;
    height: 40px;
    border-radius: 16px 0 0 16px;
    right: 0;
  }
  #support-btn svg {
    width: 24px;
    height: 24px;
  }
  .modal.modal-type-1,
  #cancel-order-modal-after-pay,
  .modal.modal-type-2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    bottom: initial;
    border-radius: 8px;
    animation: none;
  }
  .modal-type-3 .content {
    max-height: 65vh;
  }
  .add-item-modal {
    align-items: flex-end;
  }
  .add-item-modal > .container {
    border-radius: 10px 10px 0 0;
  }
  .add-item-modal .content,
  .add-item-modal .header {
    padding-inline: 20px;
  }
}
@keyframes modal-translate-up {
  from {
    opacity: 0.2;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
