/* Servis -> /servis */
@media not all and (min-width: 576px) and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    max-width: 33%;
  }
}

.service_block h4 {
  font-size: 34px;
  font-weight: 800;
  text-align: center;
}

.service_block .service-header {
  width: 100%;
}

.service_block .reclamation-links {
  display: flex;
}

@media (max-width: 991px) {
  .service_block .reclamation-links {
    flex-direction: column;
  }
}

.service_block .fieldset .inner {
  padding: 15px;
}

.service_block .hickup {
  line-height: 20px;
}

@media (max-width: 550px) {
  .service_block .hickup {
    line-height: 50px;
  }
}

.service_block .service__hr {
  background-color: #c4c7cc;
  margin: var(--aRem-20) auto;
}

@media (min-width: 551px) {
  .service_block .service__hr {
    display: none;
  }
}

@media (min-width: 551px) {
  .service_block .answer {
    padding-bottom: 10px;
  }
}

.service_block .purple_box {
  padding: 0 15px;
  max-width: 33.33%;
  flex: 0 0 33.3333333333%;
}

@media (max-width: 991px) {
  .service_block .purple_box {
    max-width: 100%;
    padding: 10px 0;
  }
}

.service_block .purple_box .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 70px;
  font-size: 19px;
  line-height: 44px;
  border: 1px solid #665ec7;
  background: #fbf7ff;
  color: #665ec7;
}

.service_block .purple_box .inner span {
  font-size: 16px;
  line-height: 18px;
}

.service_block .purple_box .inner a {
  min-width: max-content;
  margin-left: 10px;
  padding: 2px 15px 3px;
  font-size: 17px;
  line-height: 25px;
}

.service_block .purple_box .inner [class^="icon-"] {
  height: 35px;
  margin-right: 15px;
}

.service_block .reclamation-links svg {
  height: 35px;
  width: 35px;
  fill: #665ec7;
}

.service_block .service-facilities {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

@media (min-width: 600px) {
  .service_block .service-facilities .col-sm-4 {
    max-width: 33.33%;
    flex: 0 0 33.3333333333%;
  }
}

.service_block .service-facilities svg {
  height: 65px;
  width: 65px;
  fill: #665ec7;
}

.service_block .service-facilities > div {
  position: relative;
  margin-top: 50px;
  padding: var(--aRem-60) var(--aRem-20) var(--aRem-16);
  line-height: 28px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 575px) {
  .service_block .service-facilities > div {
    margin-top: 25px;
    width: 100%;
  }
}

.service_block .service-facilities > div > span {
  position: absolute;
  transform: translateX(-50%);
  top: 0;
}

.service_block .service-facilities .icon-star-badge {
  top: -10px;
}

.service_block .service-facilities .icon-czech-map {
  top: -7px;
}

.service_block .service-facilities .icon-star-badge:after {
  content: "2";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  color: #fff;
}

.service_block .footer {
  margin: 80px 0;
}

.service_block .footer .small {
  display: block;
  padding-top: 10px;
  font-weight: 600;
  text-align: center;
}

.service_block .footer a {
  color: #25282a;
  text-decoration: underline;
}

.service_block .footer a:hover {
  text-decoration: none;
}

.service_block .faq {
  margin: 30px 0;
  text-align: center;
}

.service_block .faq .more-services {
  display: block;
  margin: 30px 0 60px 0;
  cursor: pointer;
}

.service_block .faq .more-services:hover {
  text-decoration: underline;
}

.service_block .v-expansion-panel .service-operation-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
}

@media (max-width: 550px) {
  .service_block .v-expansion-panel .service-operation-summary {
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 40px;
  }
}

.service_block .v-expansion-panel .service-operation-summary .duration-label {
  color: #8bcc00;
}

.service_block .v-expansion-panel .service-operation-summary .service-operation-price {
  font-weight: 800;
  line-height: 0.05;
}

.service_block .v-expansion-panel .service-operation-summary .service-operation-price .price {
  font-size: 30px;
  padding-left: 10px;
}

.service_block .v-expansion-panel .service-operation-summary .service-operation-price .text {
  position: relative;
  bottom: 6px;
}

@media (max-width: 1263px) {
  .repurchase-shops .layout {
    flex-direction: column;
  }
}

.repurchase-shops .v-card {
  border-radius: 0;
}

.repurchase-shops .v-card .v-card-actions {
  padding: 0;
  margin-bottom: 30px;
}

.repurchase-shops .v-card .v-card-actions .v-btn {
  margin: 0 !important;
  border-radius: 0;
  font-size: 16px;
}

.repurchase-shops .v-card .v-item-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2px;
  width: 100%;
}

@media (max-width: 850px) {
  .repurchase-shops .v-card .v-item-group {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.repurchase-shops .col-lg-8 {
  min-width: 66.66%;
  max-width: 66.66%;
  flex: 0 0 66.66%;
}

.repurchase-shops .col-lg-8 img {
  width: calc(100% - var(--aRem-30));
}

@media (max-width: 1263px) {
  .repurchase-shops .col-lg-8 img {
    width: 100%;
  }
}

.repurchase-shops .col-lg-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media (max-width: 1263px) {
  .repurchase-shops .col-lg-8, .repurchase-shops .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.shopBaseInfo {
  display: flex;
  flex-direction: column;
  border: 1px solid #e9ecee;
  background: #fafafa;
  font-size: 16px;
  height: 100%;
}

.shopBaseInfo .base-info {
  border-bottom: 1px solid #e9ecee;
  padding: 20px;
  line-height: 30px;
}

.shopBaseInfo .base-info a {
  color: #25282a;
}

.shopBaseInfo .base-info, .shopBaseInfo .opening-hours {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shopBaseInfo .opening-hours {
  padding: 20px;
  line-height: 1.5;
  font-size: 15px;
}

.shopBaseInfo .opening-hours table {
  margin: 0 0 20px;
}

.shopBaseInfo table {
  width: unset;
}

.shopBaseInfo table td:first-child {
  width: 75px;
}

.shopBaseInfo .shop-links {
  display: flex;
  height: 100%;
}

.shopBaseInfo .shop-links a {
  display: flex;
  justify-content: center;
  min-width: var(--aRem-300);
  max-width: var(--aRem-300);
  line-height: 30px;
  margin: auto auto 30px;
}

.shopBaseInfo__services {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

@media (max-width: 500px) {
  .shopBaseInfo__services {
    flex-direction: column;
    gap: 30px;
    max-width: 300px;
  }
}

.shopBaseInfo__services img {
  max-width: 300px;
  width: 100%;
}
