.reviews .wgt-revws__reviews-footer-btn, .contact .button-form {
  align-items: center;
  border: none;
  border-radius: 77.18px;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.1490196078);
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  height: 50px;
  min-width: 136px;
  opacity: 1;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  font-family: var(--tpl-font-primary);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
}
.reviews .wgt-revws__reviews-footer-btn:hover, .contact .button-form:hover {
  filter: brightness(0.9);
}
.reviews .wgt-revws__reviews-footer-btn:disabled, .contact .button-form:disabled, .reviews [disabled].wgt-revws__reviews-footer-btn, .contact [disabled].button-form {
  background-color: #ccc !important;
  color: #9B9B9B !important;
}
.contact-form-input::placeholder {
  color: gray !important;
  opacity: 0.8;
  font-size: 11px;

}
.contact-form-textarea::placeholder {
  color: gray !important;
  opacity: 0.8; 
  font-size: 11px;
}
@media screen and (min-width: 758px) {
  .reviews .wgt-revws__reviews-footer-btn, .contact .button-form {
    font-size: 18px;
    height: 60px;
    min-width: 157px;
  }
}
@media screen and (min-width: 1200px) {
  .reviews .wgt-revws__reviews-footer-btn, .contact .button-form {
    border-radius: 77.18px;
    height: 70px;
    padding: 11px 24px;
  }
}

/* Microsite */
.store {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 38px;
  width: 100%;
}
.store__wrap {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  max-width: 350px;
  width: 100%;
}
.store__content {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.071);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
  padding: 35px 38px;
  width: 100%;
}
.store__content .btn {
  min-width: 167px;
}
.store__title, .store__address {
  text-align: center;
}
@media screen and (min-width: 758px) {
  .store__wrap {
    max-width: 684px;
    position: relative;
    z-index: 1;
  }
  .store__content {
    gap: 8px;
    min-height: 344px;
    padding: 60px 100px;
  }
  .store__title {
    font-weight: 800;
  }
  .store .btn {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .store__wrap {
    max-width: 1114px;
  }
  .store__content {
    gap: 20px;
    padding: 62px 74px 57px;
  }
  .store__title {
    font-weight: 500;
    line-height: 1.5;
  }
  .store__address {
    font-size: 20px;
  }
  .store .btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .store__wrap {
    max-width: 1302px;
  }
}

.details {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}
.details__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
  border-radius: 20px;
}
.details__map {
  background-color: #F9F9F9;
  border-radius: 8px;
  display: flex;
  min-height: 147px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.details__map img {
  border-radius: 8px;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.details__map .map-vertical {
  display: none;
}
.details__content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 19px 0;
  width: 100%;
}
.details__info, .details__store, .details__hours {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.details__store {
  gap: 2px;
}
.details__info-store, .details__info-hours {
  display: flex;
  width: 100%;
}
.details__info-title {
  color: var(--primary_color);
  font-family: var(--tpl-font-secondary);
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
.details__info-item {
  align-items: flex-start;
  color: var(--tpl-body-alt-color);
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}
.details__info-item .info-item__phone {
  color: inherit;
  margin: auto 0;
  text-decoration: underline;
}
.details__info-item .info-item__link {
  align-items: center;
  color: var(--primary_color);
  display: flex;
  gap: 4px;
}
.details__info-item .info-item__link svg path {
  fill: var(--primary_color);
}
.details__info-item .info-item__address {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.details__info-item .font-paragraph {
  color: #000;
}
.details__info-item + .details__info-item {
  margin-top: 24px;
}
.details__info-item > svg {
  display: flex;
  min-width: 32px;
}
.details__info-item > svg path {
  fill: rgba(61, 61, 61, 0.541);
}
.details__social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.details__social-list {
  display: flex;
  gap: 3px;
}
.details__social-list a {
  display: flex;
  box-sizing: border-box;
  padding: 10px;
}
.details__hours {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
  font-family: var(--tpl-font-secondary);
  font-weight: 400;
  font-size: 12px;
}
.details__hours::before {
  background-color: #C4C4C4;
  content: "";
  height: 1px;
  width: 100%;
}
.details__hours-availability {
  align-items: center;
  display: flex;
  gap: 0px;
}
.details__hours-label {
  font-family: var(--tpl-font-secondary);
  font-weight: 500;
  font-size: 12px;
  margin-left: 16px;
}
.details__hours-label:last-child {
  margin-left: 8px;
}
.details__hours .microsite__store_hours {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.details__hours .schedule__schedule-day-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.details__hours .schedule__schedule-day-week {
  display: flex;
}
.details__hours .schedule__schedule-day-label {
  display: flex;
  min-width: 157px;
}
.details__hours .active-day {
  color: var(--primary_color);
}

@media screen and (min-width: 1400px) {
.details__hours::before {
  left: -92px !important;
}
}

@media screen and (min-width: 758px) {
  .details__wrap {
    background-color: #fff;
    max-width: 684px;
  }
  .details__map {
    min-height: 430px;
  }
  .details__content {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding: 42px 96px;
  }
  .details__store {
    gap: 24px;
  }
  .details__info {
    max-width: 255px;
    width: 100%;
  }
  .details__info-item .font-base {
    font-size: 18px;
    width: 207px;
  }
  .details__info-item > svg path {
    fill: #000;
    fill-opacity: 1;
  }
  .details__info-item + .details__info-item {
    margin: 0;
  }
  .details__info .info-item__link {
    margin-top: 8px;
    text-decoration: underline;
  }
  .details__hours {
    margin: 0;
    max-width: 309px;
    width: 100%;
  }
  .details__hours-label {
    font-size: 20px;
  }
  .details__hours .schedule__schedule-day-week, .details__hours .schedule__schedule-day-label {
    font-size: 18px;
  }
  .details__hours .microsite__store_hours {
    gap: 8px;
    margin: 0;
  }
  .details__hours::before {
    content: none;
  }
}
@media screen and (min-width: 1200px) {
  .details__wrap {
    border-radius: 32px;
    flex-direction: row;
    max-width: 1114px;
  }
  .details__map {
    border-radius: 32px;
      width: 700px;
    height: 410px;
  }
  .details__map img {
    border-radius: 32px;
  }
  .details__map .map-horizontal {
    display: none;
  }
  .details__map .map-vertical {
    display: flex;
  }
  .details__hours {
    position: relative;
  }
  .details__hours::before {
    content: "";
    height: 222px;
    position: absolute;
    top: 68px;
    left: -22px;
    width: 2px;
  }
  .details__hours .microsite__store_hours {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .details__wrap {
    max-width: 1303px;
  }
}

.services {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 38px;
  width: 100%;
}
.services__wrap {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  max-width: 375px;
  padding: 56px 24px;
  width: 100%;
}
.services__title, .services__subtitle {
  font-family: var(--tpl-font-secondary);
  font-weight: 400;
  text-align: center;
}
.services__content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
}
.services__list {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 18px 6px;
  width: 100%;
}
.services__item {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.149);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 315px;
  min-height: 254px;
  padding: 22px 28px;
  width: 100%;
}
.services__item-header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.services__item-title {
  color: var(--tpl-title-color);
  font-family: var(--tpl-font-secondary);
  font-size: 16px;
  font-weight: 400;
  padding: 9px;
}
.services__item-subtitle {
  color: var(--tpl-title-color);
  font-family: var(--tpl-font-secondary);
  font-size: 12px;
  min-height: 118px;
  padding: 16px 9px;
  text-align: center;
}
@media screen and (min-width: 758px) {
  .services {
    margin-bottom: 25px;
  }
  .services__wrap {
    gap: 20px;
    max-width: 662px;
    padding: 0;
  }
  .services__content {
    max-width: 570px;
  }
  .services__subtitle {
    font-size: 16.4px;
  }
  .services__list {
    margin: 0;
    padding: 0;
  }
  .services__item {
    min-height: 272px;
    max-width: 316px;
  }
  .services__item-title {
    font-size: 20px;
  }
  .services__item-subtitle {
    font-size: 16.4px;
    padding: 15px 9px;
  }
}
@media screen and (min-width: 1200px) {
  .services {
    margin: 56px 0;
  }
  .services__wrap {
    max-width: 1114px;
  }
  .services__content {
    max-width: 667px;
  }
  .services__item {
    max-width: 356px;
    min-height: 239px;
  }
  .services__list {
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .services__wrap {
    max-width: 1348px;
  }
  .services__item {
    max-width: 422px;
  }
}

.reviews {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 13px;
  width: 100%;
}
.reviews__title, .reviews__subtitle {
  font-family: var(--tpl-font-secondary);
  font-weight: 400;
  text-align: center;
}
.reviews__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
.reviews__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  max-width: 350px;
  width: 100%;
}
.reviews .swiper-button-next, .reviews .swiper-button-prev, .reviews .wgt-review__lbl-bottom {
  display: none !important;
}
.reviews .wgt-revws__reviews-item {
  background-color: #fff !important;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.251);
  border-radius: 15px !important;
  height: 224px !important;
  width: 300px !important;
}
.reviews .wgt-revws__reviews-footer {
  align-items: center;
  background: transparent !important;
  display: flex;
  justify-content: center;
}
.reviews .wgt-revws__reviews-footer-btn {
  background-color: var(--primary_color);
  width: 100%;
}
.reviews .wgt-revws__reviews-footer-btn .wgt-revws__reviews-btn-icon {
  display: none !important;
}
.reviews .wgt-revws__reviews-footer-btn .wgt-review__lbl-btn {
  color: #fff !important;
  font-size: 14px;
  white-space: nowrap;
}
.reviews .wgt-revws__reviews-footer-btn svg path {
  stroke: #fff !important;
}
.reviews .wgt-revws__reviews-footer-label-content {
  position: initial;
  transform: none;
}
@media screen and (min-width: 758px) {
  .reviews {
    margin-top: 20px;
  }
  .reviews__content {
    max-width: 672px;
  }
  .reviews__title {
    max-width: 320px;
  }
  .reviews__subtitle {
    font-size: 18px;
  }
  .reviews .wgt-revws__reviews-list {
    width: 100%;
  }
  .reviews .wgt-revws__reviews-item {
    height: 266px !important;
    min-width: 375px !important;
    width: 375px !important;
  }
  .reviews .wgt-revws__reviews-footer-btn .wgt-review__lbl-btn {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .reviews__content {
    max-width: 724px;
  }
  .reviews__title {
    max-width: unset;
  }
}

.contact {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
  width: 100%;
}
.contact__content {
  display: flex;
  flex-direction: column;
  padding: 50px 0 28px;
  max-width: 320px;
}
.contact__text {
  align-items: center;
  display: flex;
  justify-content: center;
}
.contact__title {
  font-family: var(--tpl-font-secondary);
  font-weight: 400;
  margin-bottom: 25px;
}
.contact .contact-form__container {
  box-sizing: border-box;
  gap: 13px !important;
  padding: 0;
  width: 100%;
}
.contact .contact-form-description {
  gap: 15px;
}
.contact .contact-form-title {
  color: var(--tpl-title-color);
  font-family: var(--tpl-font-primary);
  font-size: 32px;
  line-height: 1.5;
}
.contact .contact-form-subtitle {
  color: var(--tpl-body-primary-color);
  font-family: var(--tpl-font-secondary);
  font-size: 12px;
  line-height: 1.5;
}
.contact .contact-form-label {
  font-family: var(--tpl-font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.09px;
  margin: 0 !important;
}
.contact .contact-form-input, .contact .contact-form-textarea {
  box-sizing: border-box;
  font-family: var(--tpl-font-primary);
  font-size: 14px;
  height: 54.6376800537px;
  padding: 12px;
  width: 100% !important;
}
.contact .contact-form-input::placeholder, .contact .contact-form-textarea::placeholder {
  color: #495057;
}
.contact .contact-form-textarea {
  height: 97px;
}
.contact .contact-form-agreement__container {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.contact .contact-form-customer-agreement {
  height: auto;
  max-width: 348px;
}
.contact .contact-form-controls {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 758px) {
  .contact .contact-form__input-content {
    width: 302.2210998535px !important;
  }
  .contact .contact-form-customer-agreement {
    max-width: 100%;
  }
  .contact .contact-form-customer-agreement .agreement-text, .contact .contact-form-customer-agreement .agreement-link {
    font-size: 18px !important;
  }
  .contact .contact-form-customer-agreement .slider {
    background-color: #7D7D7D;
  }
  .contact .contact-form-controls {
    margin: 0;
    max-width: 315px;
  }
  .contact .contact-form-label {
    font-size: 20px;
  }
  .contact .contact-form-input, .contact .contact-form-textarea {
    font-size: 18px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .contact-form-title {
    font-size: 60px;
  }
  .contact .contact-form-subtitle {
    font-size: 18px;
  }
  .contact .contact-form-controls {
    margin-top: 20px;
  }
}
.contact .store-select-form, .contact .contact-form-customer-info, .contact .contact-form-customer-message {
  gap: 10px;
  height: auto;
  max-width: 348px;
}
.contact .store-select-form {
  margin-bottom: 10px;
}
.contact .wrapper {
  margin-bottom: 0;
}
.contact .content {
  box-shadow: 2.43px 2.43px 12.17px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 15px;
  margin-top: 10px;
  padding: 8px;
}
.contact .contact-form__input-content, .contact .message-form {
  gap: 7px;
  height: auto;
  margin: 0;
}
.contact .select-btn {
  background-color: var(--secondary_color);
  border-radius: 100px;
  box-sizing: border-box;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.149);
  color: #fff;
  font-family: var(--tpl-font-primary);
  font-size: 14px;
  height: 44px;
}
.active .contact .select-btn {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
  color: #fff;
}
.contact .options {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.contact .options li {
  border: 1px solid #fff;
  border-radius: 100px !important;
  font-family: var(--tpl-font-secondary);
  font-size: 18px;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  min-height: 35px;
}
.contact .options li:hover, .contact .options li.selected {
  background-color: transparent;
  border-color: var(--primary_color);
  color: var(--primary_color);
}
.contact .agreement-text {
  color: var(--tpl-body-primary-color);
  display: flex !important;
  font-family: var(--tpl-font-primary);
  font-weight: 400;
  font-size: 12px !important;
  gap: 0 5px;
  line-height: 1.5;
  letter-spacing: 0;
}
.contact .agreement-text .text-space {
  padding: 0 !important;
}
.contact .agreement-link {
  color: var(--primary_color);
  font-family: var(--tpl-font-primary);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 758px) {
  .contact .store-select-form, .contact .contact-form-customer-info, .contact .contact-form-customer-message {
    column-gap: 20px;
    max-width: 100%;
    row-gap: 28px;
  }
  .contact .select-btn {
    font-size: 18px;
    height: 60px;
    padding: 0 30px;
  }
}
.contact .contact-form-description {
  display: none !important;
}
.contact .button-form {
  min-width: 192px;
}
@media screen and (min-width: 758px) {
  .contact__content {
    max-width: 672px;
  }
  .contact .contact-form__container {
    padding: 0 14px;
  }
  .contact .contact-form-customer-info {
    row-gap: 16px;
  }
  .contact .contact-form-customer-agreement {
    padding: 20px 0 25px;
  }
  .contact .contact-form__input-content {
    width: 310px !important;
  }
}
@media screen and (min-width: 1200px) {
  .contact .contact-form-customer-agreement .agreement-text, .contact .contact-form-customer-agreement .agreement-link {
    font-size: 14px !important;
  }
  .contact .contact-form-label {
    font-size: 12px;
  }
  .contact .contact-form-input, .contact .contact-form-textarea {
    font-size: 14px;
    height: 40px;
    padding: 9px 13px;
  }
  .contact .contact-form-input::placeholder, .contact .contact-form-textarea::placeholder {
    color: #495057 !important;
  }
  .contact .contact-form-textarea {
    height: 106px;
  }
  .contact .contact-form-controls {
    max-width: 100%;
  }
  .contact .contact-form__input-content {
    width: 312px !important;
  }
  .contact .button-form {
    font-size: 18px;
    height: 60px;
    width: 100%;
  }
}