.amr-home-block,
.amr-catalog {
  color: #2a2a2a;
}

.page-title-wrapper.p_tilte_small.amr-empty-title {
  display: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.amr-home-block {
  padding: 20px 0;
}

.amr-home-block__header h2 {
  margin-bottom: 8px;
  font-size: 30px;
}

.amr-home-block__search {
  margin: 14px 0 18px;
  padding: 14px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background: #fff;
}

.amr-home-block__search label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.amr-home-block__search-row {
  display: flex;
  gap: 8px;
}

.amr-home-block__search-row input {
  flex: 1 1 auto;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  padding: 0 14px;
  font-size: 16px;
}

.amr-home-block__search-row button {
  flex: 0 0 auto;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: #c70909;
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
  cursor: pointer;
}

.amr-home-block__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.amr-home-block__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 14px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.amr-home-block__item:hover {
  transform: translateY(-2px);
  border-color: #c70909;
}

.amr-home-block__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  border: 1px solid #efefef;
  border-radius: 10px;
  background: linear-gradient(180deg, #fcfcfc 0%, #f7f7f7 100%);
  overflow: hidden;
  padding: 8px;
}

.amr-home-block__media img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.amr-home-block__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #696969;
  font-size: 18px;
  font-weight: 700;
}

.amr-home-block__item-title {
  color: #1f1f1f;
  font-weight: 700;
  font-size: 18px;
}

.amr-home-block__item-desc {
  color: #626262;
  font-size: 13px;
  line-height: 1.4;
  min-height: 38px;
}

.amr-home-block__item-arrow {
  color: #c70909;
  font-size: 13px;
  font-weight: 700;
}

.amr-catalog {
  padding: 10px 0 24px;
}

.amr-catalog p {
  text-indent: 0 !important;
}

.amr-catalog p::first-letter {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  text-transform: none !important;
}

.amr-catalog h1::before,
.amr-catalog h1::after,
.amr-catalog h2::before,
.amr-catalog h2::after,
.amr-catalog h3::before,
.amr-catalog h3::after,
.amr-catalog h4::before,
.amr-catalog h4::after {
  content: none !important;
  display: none !important;
}

.amr-catalog__header {
  margin-bottom: 16px;
}

.amr-catalog__header h1 {
  margin-bottom: 8px;
}

.amr-catalog__header p {
  margin: 0;
  color: #555;
  text-indent: 0 !important;
}

.amr-catalog__header p::first-letter {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  text-transform: none !important;
}

.amr-catalog__search {
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background: #fff;
}

.amr-catalog__search label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.amr-catalog__search-row {
  display: flex;
  gap: 8px;
}

.amr-catalog__search-row input {
  flex: 1 1 auto;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  padding: 0 14px;
  font-size: 16px;
}

.amr-catalog__search-row button {
  flex: 0 0 auto;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: #c70909;
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
  cursor: pointer;
}

.amr-search-suggest {
  margin-top: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.amr-search-suggest__item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid #efefef;
  background: #fff;
  color: #252525;
  cursor: pointer;
}

.amr-search-suggest__item:last-child {
  border-bottom: 0;
}

.amr-search-suggest__item:hover {
  background: #f8f8f8;
  color: #c70909;
}

.amr-catalog__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 4px 0 14px;
  font-size: 14px;
}

.amr-catalog__breadcrumbs a {
  color: #c70909;
  text-decoration: none;
}

.amr-catalog__breadcrumbs strong {
  color: #1f1f1f;
}

.amr-catalog__steps {
  display: grid;
  gap: 14px;
}

.amr-catalog__column {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 14px;
}

.amr-catalog__column h2 {
  margin-bottom: 10px;
  font-size: 22px;
}

.amr-catalog__cards {
  display: grid;
  gap: 10px;
}

.amr-catalog__cards--categories,
.amr-catalog__cards--brands {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.amr-catalog__cards--models {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.amr-choice {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  color: #242424;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.amr-choice:hover,
.amr-choice.is-active {
  border-color: #c70909;
  transform: translateY(-1px);
}

.amr-choice__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  border: 1px solid #efefef;
  border-radius: 10px;
  background: linear-gradient(180deg, #fcfcfc 0%, #f7f7f7 100%);
  overflow: hidden;
}

.amr-choice__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.amr-choice__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #efefef;
  color: #686868;
  font-size: 20px;
  font-weight: 700;
}

.amr-all-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 84px;
  min-height: 56px;
  border-radius: 12px;
  border: 1px solid #d9e0ef;
  padding: 8px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
  overflow: hidden;
}

.amr-all-placeholder__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  color: #243047;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .06em;
}

.amr-all-placeholder__label {
  margin-top: 6px;
  color: #1c2940;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

.amr-all-placeholder::after {
  content: '';
  position: absolute;
  right: 9px;
  bottom: 8px;
  opacity: .85;
}

.amr-all-placeholder--phone {
  background: radial-gradient(circle at 12% 20%, #f4f9ff 0%, #dfefff 52%, #cde4ff 100%);
  border-color: #c9dcf5;
}

.amr-all-placeholder--phone::after {
  width: 12px;
  height: 18px;
  border: 2px solid #4f6f9b;
  border-radius: 4px;
  box-shadow: inset 0 -2px 0 #4f6f9b;
}

.amr-all-placeholder--tablet {
  background: radial-gradient(circle at 15% 22%, #f2fcff 0%, #dcf4ff 52%, #c9ecff 100%);
  border-color: #bfe0ef;
}

.amr-all-placeholder--tablet::after {
  width: 18px;
  height: 13px;
  border: 2px solid #3f7d97;
  border-radius: 3px;
}

.amr-all-placeholder--notebook {
  background: radial-gradient(circle at 15% 20%, #f8f5ff 0%, #e7e1ff 52%, #d7ceff 100%);
  border-color: #cec5f5;
}

.amr-all-placeholder--notebook::after {
  width: 18px;
  height: 10px;
  border: 2px solid #5e5796;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 8px 0 -4px #5e5796;
}

.amr-all-placeholder--watch {
  background: radial-gradient(circle at 15% 20%, #f6fff6 0%, #e3f8e3 52%, #d0efcf 100%);
  border-color: #c7e8c6;
}

.amr-all-placeholder--watch::after {
  width: 12px;
  height: 12px;
  border: 2px solid #4f8a5f;
  border-radius: 4px;
  box-shadow: 0 -8px 0 -5px #4f8a5f, 0 8px 0 -5px #4f8a5f;
}

.amr-all-placeholder--headphones {
  background: radial-gradient(circle at 15% 20%, #fff8f8 0%, #ffe9e9 52%, #ffd9d9 100%);
  border-color: #f4c5c5;
}

.amr-all-placeholder--headphones::after {
  width: 16px;
  height: 14px;
  border: 2px solid #8f5151;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  box-shadow: -6px 7px 0 -5px #8f5151, 6px 7px 0 -5px #8f5151;
}

.amr-all-placeholder--pc {
  background: radial-gradient(circle at 15% 20%, #f3f6ff 0%, #e3ebff 52%, #d2defe 100%);
  border-color: #c4d3f7;
}

.amr-all-placeholder--pc::after {
  width: 17px;
  height: 11px;
  border: 2px solid #5368a0;
  border-radius: 3px;
  box-shadow: 0 8px 0 -6px #5368a0;
}

.amr-all-placeholder--other {
  background: radial-gradient(circle at 15% 20%, #fff8f2 0%, #ffeedb 52%, #ffe2c2 100%);
  border-color: #f4d4ae;
}

.amr-all-placeholder--other::after {
  width: 15px;
  height: 15px;
  border: 2px dashed #8a6a47;
  border-radius: 50%;
}

.amr-choice__title {
  font-weight: 700;
  font-size: 16px;
  color: #1f1f1f;
}

.amr-choice__desc {
  color: #5e5e5e;
  font-size: 12px;
  line-height: 1.4;
}

.amr-choice--compact .amr-choice__media {
  height: 84px;
}

.amr-choice--compact .amr-choice__title {
  font-size: 14px;
}

.amr-catalog__selected {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background: #fff;
  padding: 14px;
}

.amr-catalog__selected-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  border: 1px solid #efefef;
  border-radius: 10px;
  background: linear-gradient(180deg, #fcfcfc 0%, #f7f7f7 100%);
}

.amr-catalog__selected-media img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.amr-catalog__selected-body h2 {
  margin: 0 0 10px;
  font-size: 32px;
}

.amr-catalog__selected-body p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

.amr-catalog__selected-body p + p {
  margin-top: 10px;
}

.amr-catalog__prices {
  margin-top: 16px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.amr-catalog__request {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background: #fff;
}

.amr-catalog__request-head {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.amr-catalog__request h2 {
  margin: 0;
  font-size: 24px;
}

.amr-catalog__request > p {
  margin: 0 0 14px;
  color: #5c5c5c;
}

.amr-request-toggle {
  border: 1px solid #c70909;
  background: #fff;
  color: #c70909;
  border-radius: 8px;
  min-height: 40px;
  padding: 0 14px;
  font-weight: 700;
  cursor: pointer;
}

.amr-request-toggle:hover {
  background: #c70909;
  color: #fff;
}

.amr-catalog__request-body.is-collapsed {
  display: none;
}

.amr-request-form__otp-note {
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff4d6;
  color: #7f5a00;
  font-size: 13px;
}

.amr-request-otp {
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid #f0d7d7;
  border-radius: 10px;
  background: #fff8f8;
}

.amr-request-otp h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.amr-request-otp p {
  margin: 0 0 8px;
}

.amr-request-otp__form {
  margin-top: 10px;
}

.amr-request-otp__row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.amr-request-otp__row input {
  flex: 1 1 180px;
  min-height: 42px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 8px 10px;
}

.amr-request-otp__row button,
.amr-request-otp__resend-btn {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #c70909;
  color: #fff;
  font-weight: 700;
  padding: 0 16px;
  cursor: pointer;
}

.amr-request-otp__resend {
  margin-top: 10px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.amr-request-otp__resend span {
  color: #5c5c5c;
  font-size: 13px;
}

.amr-request-form__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px 12px;
}

.amr-request-form__field {
  margin-bottom: 10px;
}

.amr-request-form__field label {
  display: block;
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
}

.amr-request-form .amr-request-form__field label {
  text-align: left !important;
  float: none !important;
}

.amr-request-form__radios {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  min-height: 44px;
}

.amr-request-form__radio-option {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
}

.amr-request-form__field .amr-request-form__radio-option::before,
.amr-request-form__field .amr-request-form__radio-option::after {
  display: none !important;
  content: none !important;
}

.amr-request-form__radio-option input[type="radio"] {
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.amr-request-form__radio-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 76px;
  padding: 0 16px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
  color: #2d2d2d;
  font-style: normal;
  line-height: 1;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}

.amr-request-form__radio-option input[type="radio"]:checked + .amr-request-form__radio-chip {
  border-color: #c70909;
  background: #fff1f1;
  color: #8b0707;
}

.amr-request-form__field input:not([type="radio"]),
.amr-request-form__field select,
.amr-request-form__field textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px;
  font-size: 14px;
  color: #1f1f1f;
}

.amr-request-form__field input:not([type="file"]):not([type="radio"]),
.amr-request-form__field select {
  text-align: left;
  direction: ltr;
}

.amr-request-form .amr-request-form__field input:not([type="file"]):not([type="radio"]),
.amr-request-form .amr-request-form__field select,
.amr-request-form .amr-request-form__field textarea {
  text-align: left !important;
}

.amr-request-form__field textarea {
  min-height: 120px;
  resize: vertical;
  text-align: left;
}

.amr-request-form__pickup {
  margin: 8px 0 12px;
  padding: 12px;
  border: 1px dashed #e0e0e0;
  border-radius: 10px;
  background: #fafafa;
}

.amr-request-form__pickup h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.amr-request-form__actions button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #c70909;
  color: #fff;
  font-weight: 700;
  padding: 0 22px;
  cursor: pointer;
}

.amr-request-form__delivery-note {
  margin: 2px 0 12px;
  padding: 10px 12px;
  border: 1px solid #f0d7d7;
  border-radius: 8px;
  background: #fff9f9;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.45;
}

.amr-request-form__delivery-note a {
  color: #c70909;
  text-decoration: underline;
}

.amr-request-cta {
  margin: 12px 0;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
}

.amr-request-cta__title {
  margin: 0 0 8px;
  font-size: 22px;
}

.amr-request-cta__description {
  margin: 0 0 10px;
  color: #555;
}

.amr-request-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  background: #c70909;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.amr-catalog-embed {
  margin: 12px 0;
}

.amr-catalog-embed__title {
  margin: 0 0 8px;
  font-size: 22px;
}

.amr-catalog-embed__description {
  margin: 0 0 12px;
  color: #555;
}

.amr-catalog-embed__frame {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #fff;
}

.amr-catalog--embed {
  display: flex;
  flex-direction: column;
}

.amr-catalog--embed .amr-catalog__header { order: 1; }
.amr-catalog--embed .amr-catalog__search { order: 2; }
.amr-catalog--embed .amr-catalog__breadcrumbs { order: 3; }
.amr-catalog--embed .amr-catalog__request { order: 4; }
.amr-catalog--embed .amr-catalog__steps { order: 5; }
.amr-catalog--embed .amr-catalog__selected { order: 6; }
.amr-catalog--embed .amr-catalog__prices { order: 7; }
.amr-catalog--embed .amr-catalog__service-blog { order: 8; }

.amr-catalog__prices h2 {
  margin: 0;
  padding: 16px;
  background: #c70909;
  color: #fff;
  font-size: 24px;
}

.amr-catalog__table {
  width: 100%;
  border-collapse: collapse;
}

.amr-catalog__table th,
.amr-catalog__table td {
  padding: 12px 16px;
  border-bottom: 1px solid #ededed;
}

.amr-catalog__table th:last-child,
.amr-catalog__table td:last-child {
  text-align: right;
  white-space: nowrap;
}

.amr-catalog__price-note {
  margin: 0;
  padding: 12px 16px;
  font-size: 13px;
  color: #5d5d5d;
}

.amr-catalog__prices > p {
  margin: 0;
  padding: 16px;
}

.amr-catalog__service-blog {
  margin-top: 18px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.amr-catalog__service-blog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #efefef;
}

.amr-catalog__service-blog-head h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  color: #1f1f1f;
}

.amr-catalog__service-blog-head a {
  color: #c70909;
  font-weight: 700;
  text-decoration: none;
}

.amr-catalog__service-blog-head a:hover {
  text-decoration: underline;
}

.amr-catalog__service-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
}

.amr-service-blog-card {
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.amr-service-blog-card:hover {
  border-color: #e4b0b0;
  box-shadow: 0 10px 22px rgba(199, 9, 9, 0.12);
  transform: translateY(-1px);
}

.amr-service-blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
}

.amr-service-blog-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f1f1f1;
}

.amr-service-blog-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amr-service-blog-card__placeholder {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #8f8f8f;
}

.amr-service-blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  flex: 1 1 auto;
}

.amr-service-blog-card__title {
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.amr-service-blog-card__text {
  color: #5a5a5a;
  line-height: 1.5;
  font-size: 14px;
}

.amr-service-blog-card__cta {
  margin-top: auto;
  color: #c70909;
  font-weight: 700;
  font-size: 14px;
}

.amr-embed {
  margin: 12px 0;
}

.amr-embed__title {
  margin: 0 0 10px;
  font-size: 24px;
}

.amr-embed__items {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.amr-embed__item {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 600;
  transition: border-color .2s ease, transform .2s ease;
}

.amr-embed__item:hover {
  border-color: #c70909;
  color: #c70909;
  transform: translateY(-1px);
}

.amr-request-status {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background: #fff;
}

.amr-request-status h1 {
  margin: 0 0 8px;
}

.amr-request-status__lead {
  margin: 0 0 14px;
  color: #5f5f5f;
}

.amr-request-status__alert {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 8px;
}

.amr-request-status__alert--error {
  border: 1px solid #f3c3c3;
  background: #fff3f3;
  color: #862323;
}

.amr-request-status__alert--ok {
  border: 1px solid #b8dfbf;
  background: #effaf1;
  color: #205b2a;
}

.amr-request-status__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.amr-request-status__card {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 14px;
  background: #fff;
}

.amr-request-status__card h2 {
  margin: 0 0 12px;
  font-size: 24px;
}

.amr-request-status__table {
  width: 100%;
  border-collapse: collapse;
}

.amr-request-status__table th,
.amr-request-status__table td {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  vertical-align: top;
}

.amr-request-status__table th {
  width: 170px;
  color: #444;
  font-weight: 700;
}

.amr-request-status__status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.amr-request-status__status--otp_pending,
.amr-request-status__status--new,
.amr-request-status__status--sms_verified,
.amr-request-status__status--under_review {
  background: #e9f4ff;
  color: #205a8a;
}

.amr-request-status__status--needs_info {
  background: #fff4df;
  color: #9a5b00;
}

.amr-request-status__status--responded {
  background: #e7f5ff;
  color: #1b5f90;
}

.amr-request-status__status--approved,
.amr-request-status__status--converted {
  background: #eaf9ee;
  color: #1f6b31;
}

.amr-request-status__status--rejected {
  background: #fff1f1;
  color: #a42626;
}

.amr-request-status__attachments {
  margin: 0;
  padding-left: 18px;
}

.amr-request-status__attachments li {
  margin-bottom: 6px;
}

.amr-request-status__attachments a {
  color: #c70909;
  text-decoration: underline;
}

.amr-request-status__events {
  margin-top: 14px;
}

.amr-request-status__event {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.amr-request-status__event-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
}

.amr-request-status__event--employee .amr-request-status__event-head {
  background: #edf8ef;
}

.amr-request-status__event--customer .amr-request-status__event-head {
  background: #fff2f2;
}

.amr-request-status__event--system .amr-request-status__event-head {
  background: #f6f6f6;
}

.amr-request-status__event-body {
  padding: 12px;
  white-space: pre-wrap;
}

.amr-request-status__message-form textarea {
  min-height: 130px;
}

.amr-request-status__message-form button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #c70909;
  color: #fff;
  font-weight: 700;
  padding: 0 22px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .amr-catalog__service-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amr-catalog__selected {
    grid-template-columns: 1fr;
  }

  .amr-home-block__search-row,
  .amr-catalog__search-row {
    flex-direction: column;
  }

  .amr-home-block__search-row button,
  .amr-catalog__search-row button {
    width: 100%;
  }

  .amr-home-block__media {
    height: 100px;
  }

  .amr-catalog__request-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .amr-request-toggle {
    width: 100%;
  }

  .amr-request-status {
    padding: 14px;
  }

  .amr-request-status__top {
    grid-template-columns: 1fr;
  }

  .amr-request-status__table th,
  .amr-request-status__table td {
    display: block;
    width: 100%;
    padding: 6px 0;
  }

  .amr-request-status__table th {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .amr-catalog__service-blog-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .amr-catalog__service-blog-grid {
    grid-template-columns: 1fr;
  }
}

#header .amr-header-quick-actions {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-left: 14px;
  vertical-align: middle;
}

#header .amr-header-quick-actions__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit !important;
  box-shadow: none !important;
}

#header .amr-header-quick-actions__btn--wa {
  background: #25d366;
  color: #fff !important;
}

#header .amr-header-quick-actions__btn--chat {
  border-color: #d41414;
  background: #fff;
  color: #d41414;
}

#header .amr-header-quick-actions__btn--chat:hover {
  background: #d41414;
  color: #fff;
}

#header .amr-header-quick-actions__icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
}

#header .amr-header-quick-actions__icon svg {
  display: block;
  width: 14px;
  height: 14px;
}

.page-cms .am-servis-brand {
  max-width: 1120px;
  margin: 0 auto;
  color: #1f2737;
}

.page-cms .am-servis-brand h1 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.2;
}

.page-cms .am-servis-brand h2 {
  margin: 20px 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.page-cms .am-servis-brand p {
  margin: 0 0 10px;
  line-height: 1.65;
}

.page-cms .am-servis-brand ul {
  margin: 0 0 12px 18px;
  padding: 0;
}

.page-cms .am-servis-brand ul li {
  margin: 0 0 6px;
  line-height: 1.5;
}

.page-cms .am-servis-brand__catalog {
  width: 100%;
  max-width: 1120px;
  margin: 14px auto 18px;
}

.page-cms .am-servis-brand__catalog iframe {
  display: block;
  width: 100%;
  min-height: 540px;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.page-cms .am-servis-brand__faq {
  margin-top: 10px;
}

.page-cms .am-servis-brand__faq-list {
  display: grid;
  gap: 10px;
}

.page-cms .am-servis-brand__faq-item {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fff !important;
  overflow: hidden;
}

.page-cms .am-servis-brand__faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 14px 42px 14px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  background: #fff !important;
  transition: background-color .2s ease;
}

.page-cms .am-servis-brand__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-cms .am-servis-brand__faq-item summary::after {
  content: '+';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #c70909;
  font-size: 20px;
  font-weight: 700;
}

.page-cms .am-servis-brand__faq-item[open] summary::after {
  content: '−';
}

.page-cms .am-servis-brand__faq-item:hover summary {
  background: #fafbfc;
}

.page-cms .am-servis-brand__faq-answer {
  padding: 0 16px 14px;
}

.page-cms .am-servis-brand__faq-answer p {
  margin: 0;
  color: #4f5a6f;
}

.page-cms .am-servis-brand__cta-row {
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-cms .am-servis-brand__cta-btn {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-weight: 700;
}

.page-cms .am-servis-brand__cta-btn--wa {
  background: #1fa84a !important;
  border-color: #1fa84a !important;
  color: #fff !important;
}

.page-cms .am-servis-brand__cta-btn--wa .amr-wa-icon {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M16.04 3C8.85 3 3 8.78 3 15.9c0 2.51.74 4.96 2.15 7.06L3 29l6.29-2.07a13.14 13.14 0 0 0 6.73 1.83h.01c7.18 0 13.03-5.78 13.03-12.89C29.06 8.78 23.22 3 16.04 3zm7.58 18.28c-.31.87-1.83 1.65-2.52 1.75-.65.1-1.47.14-2.37-.15-.54-.17-1.24-.4-2.14-.78-3.77-1.61-6.22-5.39-6.41-5.64-.19-.25-1.54-2.02-1.54-3.85 0-1.83.96-2.73 1.3-3.11.35-.37.77-.47 1.03-.47.25 0 .52 0 .75.01.24.01.56-.09.88.66.32.74 1.09 2.55 1.18 2.74.1.19.16.41.03.66-.12.25-.19.4-.37.62-.19.22-.39.48-.56.64-.18.18-.37.38-.16.74.22.36.97 1.6 2.08 2.6 1.43 1.29 2.64 1.69 3 1.88.37.18.58.15.8-.09.22-.25.94-1.06 1.19-1.43.25-.37.5-.31.84-.18.35.12 2.18 1.02 2.55 1.2.37.19.62.28.71.43.09.15.09.84-.22 1.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-cms .am-servis-brand__cta-btn--wa:hover {
  background: #18843a;
  border-color: #18843a;
}

.page-cms .am-servis-brand__cta-btn--chat {
  background: #d41414 !important;
  border-color: #d41414 !important;
  color: #fff !important;
}

.page-cms .am-servis-brand .js-amr-open-live-chat {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-weight: 700;
  background: #d41414 !important;
  border-color: #d41414 !important;
  color: #fff !important;
}

.page-cms .am-servis-brand__cta-btn--chat:hover,
.page-cms .am-servis-brand .js-amr-open-live-chat:hover {
  background: #b20f0f !important;
  border-color: #b20f0f !important;
}

@media (max-width: 768px) {
  .page-cms .am-servis-brand__cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.page-cms .amr-service-brands,
.cms-id-7 .amr-service-brands {
  margin: 14px 0 18px;
  padding: 14px;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  background: #fff;
}

.amr-service-brands__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #1f2737 !important;
}

.amr-service-brands__intro {
  margin: 8px 0 0;
  color: #5d677a !important;
}

.amr-service-brands__grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
}

.amr-service-brands__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  border: 1px solid #e8ebf0;
  border-radius: 10px;
  padding: 12px 10px;
  background: #fff;
  text-decoration: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.amr-service-brands__item:hover {
  border-color: #c70909;
  box-shadow: 0 6px 16px rgba(20, 20, 20, .08);
  transform: translateY(-1px);
}

.amr-service-brands__media {
  width: 100%;
  height: 60px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amr-service-brands__media img {
  width: auto;
  max-width: 96px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

.amr-service-brands__fallback {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef2f7;
  color: #223047;
  font-weight: 700;
}

.amr-service-brands__name {
  width: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2737;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.amr-service-brands__cta {
  min-height: 16px;
  color: #c70909;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.amr-footer-utility {
  margin-top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px;
  width: 100%;
}

.amr-footer-utility__social .pos-socials-widget ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.amr-footer-utility__social .pos-socials-widget li {
  margin: 0;
}

.amr-footer-qr {
  margin-top: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  color: #fff;
}

.amr-footer-qr img {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 8px;
  background: #fff;
}

.amr-footer-qr strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}

.amr-footer-qr span {
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.amr-footer-qr a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  line-height: 1.2;
}

.amr-google-reviews {
  margin-top: 20px;
}

.amr-google-reviews__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 12px;
}

.amr-google-reviews__meta {
  margin: 0;
  color: #5d677a;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.amr-google-reviews__link {
  color: #c70909;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

.amr-google-reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.amr-google-reviews__item {
  border: 1px solid #e2e6ee;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}

.amr-google-reviews__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.amr-google-reviews__item-top strong {
  color: #1f2737;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.amr-google-reviews__stars {
  color: #f5a100;
  font-size: 14px;
  line-height: 1;
}

.amr-google-reviews__item p {
  margin: 0;
  color: #4f5668;
  font-size: 14px;
  line-height: 1.55;
}

.amr-google-reviews__time {
  display: block;
  margin-top: 8px;
  color: #7a8393;
  font-size: 12px;
  line-height: 1.3;
}

@media (max-width: 991px) {
  #header .amr-header-quick-actions {
    display: none;
  }

  .amr-footer-utility {
    justify-content: center;
    flex-wrap: wrap;
  }

  .amr-footer-utility__social .pos-socials-widget ul {
    flex-direction: row;
  }

  .amr-footer-qr {
    margin-top: 0;
  }
}
