@charset "UTF-8";
/* Глобальные переменные ----------------------------------------------------------------- */
/* Глобальные переменные ----------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Цвета палитры АптекаМос --------------------------------------------------------------- */
/* Цвета палитры АптекаМос --------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Примеси ------------------------------------------------------------------------------- */
/* Примеси ------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Анимации ------------------------------------------------------------------------------ */
/* Анимации ------------------------------------------------------------------------------ */
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pulse {
  from {
    background-color: inherit;
  }
  50% {
    background-color: rgba(245, 245, 245, 0.6392156863);
  }
  to {
    background-color: inherit;
  }
}
@-webkit-keyframes pulse {
  from {
    background-color: inherit;
  }
  50% {
    background-color: rgba(245, 245, 245, 0.6392156863);
  }
  to {
    background-color: inherit;
  }
}
@keyframes pulse {
  from {
    background-color: inherit;
  }
  50% {
    background-color: rgba(245, 245, 245, 0.6392156863);
  }
  to {
    background-color: inherit;
  }
}
@-moz-keyframes pulse2 {
  from {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.88);
    -ms-transform: scale(0.88);
    transform: scale(0.88);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulse2 {
  from {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.88);
    -ms-transform: scale(0.88);
    transform: scale(0.88);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse2 {
  from {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.88);
    -ms-transform: scale(0.88);
    transform: scale(0.88);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes runLeft2Right {
  to {
    left: 92%;
    transform-origin: bottom;
  }
}
@-webkit-keyframes runLeft2Right {
  to {
    left: 92%;
    transform-origin: bottom;
  }
}
@keyframes runLeft2Right {
  to {
    left: 92%;
    transform-origin: bottom;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Общие стили --------------------------------------------------------------------------- */
/* Общие стили --------------------------------------------------------------------------- */
[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-placeholder);
}

.am-com-highlited-block-1 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), -30px 0 10px -30px rgba(0, 0, 0, 0.3), 30px 0 10px -30px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.1);
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Общий стиль --------------------------------------------------------------------------- */
/* Общий стиль --------------------------------------------------------------------------- */
#am-pc-search-results-filters-c .am-pc-st-filter[data-link]:hover, .am-pc-checkbox-c:hover .am-pc-checkbox,
.am-pc-checkbox-c:hover .am-pc-checkbox-label, .function:hover {
  color: #ff8c00;
  cursor: pointer;
  text-decoration: none;
}

.am-pc-disabled {
  opacity: 0.4 !important;
  cursor: inherit !important;
  pointer-events: none !important;
}

.am-pc-hidden {
  display: none !important;
}

.am-pc-visible {
  visibility: visible !important;
}

.am-pc-not-visible {
  visibility: hidden !important;
}

.am-pc-bold-txt {
  font-weight: bold !important;
}

.am-pc-center-txt {
  text-align: center !important;
}

.function {
  color: #3f9792;
  text-decoration: none;
}

.am-pc-loading:before {
  content: "";
  display: inline-block;
  position: absolute;
  visibility: visible;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  margin: auto;
  z-index: 999;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.am-pc-loading-1 {
  position: relative;
}

.am-pc-loading-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
  transform: skewX(-45deg);
  transform-origin: top;
  -webkit-animation: runLeft2Right 2s linear infinite;
  -moz-animation: runLeft2Right 2s linear infinite;
  animation: runLeft2Right 2s linear infinite;
}

h {
  color: #ff8c00 !important;
}

.am-pc-row-odd {
  background-color: #fcffff;
}

.am-pc-row-even {
  background-color: #eff9f9;
}

.am-pc-row-odd.am-pc-selected {
  background-color: #fff9f2;
}

.am-pc-row-even.am-pc-selected {
  background-color: #fff2e4;
}

.am-pc-img-zoom-on-hover {
  z-index: 10;
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.am-pc-img-zoom-on-hover:hover {
  z-index: 9999;
  position: absolute;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.am-pc-text-color-1 {
  color: #327d79 !important;
}

.am-pc-text-color-2 {
  color: #4caf50 !important;
}

.am-pc-text-size-1 {
  font-size: 1.3em !important;
}

.am-pc-text-color-green {
  color: #3f9792;
}

.am-pc-text-color-orange {
  color: #ff8c00 !important;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Текстовые поля ------------------------------------------------------------------------ */
/* Текстовые поля ------------------------------------------------------------------------ */
.am-pc-oval-count-c,
.am-pc-oval-count {
  display: inline-block;
}

.am-pc-oval-count-c {
  position: absolute;
  transform: translate(-58%, -45%);
  z-index: 1;
}

.am-pc-oval-count {
  min-width: 11px;
  padding: 4px;
  text-align: center;
  font-size: 0.65em;
  color: #3f9792;
  border-radius: 50%;
  border: 1px solid #3f9792;
  background-color: #fff;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Поля для ввода ------------------------------------------------------------------------ */
/* Поля для ввода ------------------------------------------------------------------------ */
textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=search] {
  width: 100%;
  padding: 9px 10px;
  margin: 0;
  font-size: 100%;
  font-size: 1.1em;
  border: solid 1px #3f9792;
  border-radius: 8px;
  color: inherit;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  font-family: "Helvetica Neue", "Roboto Regular", Helvetica, Arial, sans-serif;
  display: block;
  max-width: 100%;
  min-width: 100%;
  min-height: 7.2em;
  line-height: 1.2em;
  padding-top: 5px;
}

.am-pc-search-field-c,
.am-pc-search-button-c {
  display: inline-block;
}

.am-pc-search-field-c {
  position: relative;
}

.am-pc-search-button-c {
  margin-left: 6px;
}

input.am-pc-search-field {
  padding: 7px 10px 7px 38px;
  background-size: auto !important;
  background-position: 9px !important;
  box-shadow: 0 2px 6px rgba(63, 151, 146, 0.4), inset 0px 2px 15px rgba(63, 151, 146, 0.2);
}

.am-pc-search-field-clear {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%233f9792' stroke='%233f9792' stroke-width='70' viewBox='-63.7 -63.7 617.40 617.40'><polygon points='456.851,0 245,212.564 33.149,0 0.708,32.337 212.669,245.004 0.708,457.678 33.149,490 245,277.443 456.851,490 489.292,457.678 277.331,245.004 489.292,32.337'></polygon></svg>");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.am-pc-search-field:placeholder-shown + .am-pc-search-field-clear {
  display: none;
}

input.am-pc-search-field::-webkit-search-cancel-button {
  display: none;
  /*  opacity: 1;
    cursor: pointer;*/
}

input.am-pc-search-field.am-pc-search-field-l {
  padding-top: 9px;
  padding-bottom: 9px;
}

input.am-pc-search-field.am-pc-search-field-m {
  padding-top: 6px;
  padding-bottom: 6px;
}

.am-pc-search-button-c .am-pc-search-button {
  padding-top: 6px;
  padding-bottom: 6px;
}

textarea.am-spellcheck-fail,
input.am-spellcheck-fail {
  border: 1px solid #f05539;
  background-color: #f6dbd3;
}

textarea:-webkit-autofill.am-spellcheck-fail,
input:-webkit-autofill.am-spellcheck-fail {
  border: 1px solid #f05539;
  -webkit-box-shadow: 0 0 0px 1000px #f6dbd3 inset;
  transition: background-color 5000s ease-in-out 0s;
}

@media screen and (max-width: 1060px) {
  input.am-pc-search-field::placeholder {
    font-size: 0.9em;
  }
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Кнопки, чекбоксы и селекторы ---------------------------------------------------------- */
/* Кнопки -------------------------------------------------------------------------------- */
.am-pc-button,
.am-pc-img-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: normal;
}

.am-pc-button-1,
.am-pc-button-2,
.am-pc-button-3 {
  display: inline-block;
  position: relative;
  padding: 5px 23px;
  border: 1px solid #3f9792;
  border-radius: 8px;
  text-align: center;
}

.am-pc-button-2 {
  border-color: #3f9792;
}

.am-pc-button.am-pc-selected,
.am-pc-button-3 {
  border-color: #ff8c00;
}

.am-pc-button-1.am-pc-disabled:hover,
.am-pc-button-2.am-pc-disabled:hover,
.am-pc-button-3.am-pc-disabled:hover {
  box-shadow: none;
}

.am-pc-button-1:hover {
  box-shadow: 0 0 5px #3f979266;
}

.am-pc-button-2:hover {
  box-shadow: 0 0 5px #3f979266;
}

.am-pc-button.am-pc-selected:hover,
.am-pc-button-3:hover {
  box-shadow: 0 0 5px #ff8c0066;
}

.am-pc-button.am-pc-button-1,
.am-pc-button-1.am-pc-disabled:active {
  color: #3f9792 !important;
  background-color: #fff;
}

.am-pc-button-1:active {
  background-color: #3f979220;
}

.am-pc-button.am-pc-button-2,
.am-pc-button-2.am-pc-disabled:active {
  color: #fff !important;
  background-color: #3f9792;
}

.am-pc-button-2:active {
  background-color: #327d79;
}

.am-pc-button.am-pc-selected,
.am-pc-button.am-pc-button-3,
.am-pc-button-3.am-pc-disabled:active {
  color: #ff8c00 !important;
  background-color: #fff;
}

.am-pc-button.am-pc-selected:active,
.am-pc-button-3:active {
  background-color: #ff8c0020;
}

/* --------------------------------------------------------------------------------------- */
/* Чекбоксы------------------------------------------------------------------------------- */
.am-pc-checkbox-c {
  display: inline-block;
  white-space: nowrap;
  line-height: 24px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.am-pc-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  padding: 1px;
  border: 1px solid #a0d7d7;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: bottom;
}

.am-pc-checkbox.am-pc-selected:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #ff8c00;
}

.am-pc-checkbox.am-pc-selected ~ .am-pc-checkbox-label {
  color: #ff8c00;
}

.am-pc-checkbox.am-pc-semiselected:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #d3d3d3;
}

.am-pc-checkbox-label {
  color: #3f9792;
}

/* --------------------------------------------------------------------------------------- */
/* Селекторы ----------------------------------------------------------------------------- */
.am-pc-selector {
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right !important;
  padding: 5px 24px 5px 7px;
  border: 1px solid #3f9792;
  border-radius: 8px;
  font-size: 1em;
  color: #3f9792;
  background-color: #fff;
}

.am-pc-selector:focus-visible {
  outline: none;
  border-color: #ff8c00;
}

.am-pc-selector.am-pc-selected {
  color: #ff8c00;
  font-weight: bold;
}

.am-pc-selector.am-pc-selected > *:not([selected]) {
  color: #3f9792;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Полосы прокрутки ---------------------------------------------------------------------- */
/* Полосы прокрутки ---------------------------------------------------------------------- */
.am-pc-scrollbar-1::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

.am-pc-scrollbar-1::-webkit-scrollbar-track {
  background-color: #fff;
}

.am-pc-scrollbar-1::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}

.am-pc-scrollbar-1::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #fff;
}

.am-pc-scrollbar-1::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4;
}

.am-pc-scrollbar-1::-webkit-scrollbar-button {
  display: none;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Формы для ввода ----------------------------------------------------------------------- */
/* Формы для ввода ----------------------------------------------------------------------- */
.am-pc-form-1-c > * + *,
.am-pc-form-1-c .am-pc-form-inputs-c > * + * {
  margin-top: 8px;
}

.am-pc-form-1-c .am-pc-form-inputs-group-c {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.am-pc-form-1-c .am-pc-form-inputs-group-c > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  width: 0;
}

.am-pc-form-1-c .am-pc-form-inputs-group-c > * + * {
  margin-left: 8px !important;
}

.am-pc-form-1-c .am-pc-form-input-comment {
  font-size: 0.9em;
  color: #f05539;
}

.am-pc-form-1-c .am-pc-form-agreement-c,
.am-pc-form-1-c .am-pc-form-send-btn-c {
  text-align: center;
}

.am-pc-form-1-c .am-pc-form-agreement {
  padding: 6px 0;
  font-size: 0.9em;
  white-space: normal;
  line-height: 20px;
}

.am-pc-form-1-c .am-pc-form-agreement .am-pc-checkbox {
  width: 15px;
  height: 15px;
}

.am-pc-form-1-c .am-pc-form-agreement .am-pc-checkbox-label {
  color: inherit;
}

.am-pc-form-1-c .am-pc-form-agreement-link {
  white-space: nowrap;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Иконки -------------------------------------------------------------------------------- */
/* Иконки --------------------------------------------------------------------------- */
.am_icn_app_home {
  background-image: url(../../../../am/img/home/@2507141428@am_icn_home_app_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_che_services_home {
  background-image: url(../../../../am/img/home/@2507141428@am_icn_home_che_services_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_chenet_home {
  background-image: url(../../../../am/img/home/@2507141428@am_icn_home_chenet_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_lekarstva_home {
  background-image: url(../../../../am/img/home/@2507141428@am_icn_home_lekarstva_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_roslek_home {
  background-image: url(../../../../am/img/home/@2507141428@am_icn_home_roslek_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_mobile_home {
  background-image: url(../../../../am/img/home/@2507141428@am_icn_home_mobile_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_sale_home {
  background-image: url(../../../../am/img/home/@2507141428@am_icn_home_sale_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_settings_home {
  background-image: url(../../../../am/img/home/@2507141428@am_icn_home_settings_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_sick_home {
  background-image: url(../../../../am/img/home/@2507141428@am_icn_home_sick_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_publish_home {
  background-image: url(../../../../am/img/home/@2507141428@am_icn_home_publish_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_site_stat_home {
  background-image: url(../../../../am/img/home/@2507141428@am_icn_home_site_stat_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_site_stat_rc_home {
  background-image: url(../../../../am/img/home/@2507141428@am_icn_home_site_stat_rc_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_home, header #am-pc-header-home {
  background-image: url(../../../../am/img/@2507141428@am_icn_home_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_logo {
  background-image: url(../../../../am/img/@2507141428@am_icn_logo_340x96_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_android, footer #am-pc-mobile-android {
  background-image: url(../../../../am/img/@2507141428@am_icn_android_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_ios, footer #am-pc-mobile-ios {
  background-image: url(../../../../am/img/@2507141428@am_icn_ios_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_huawei, footer #am-pc-mobile-huawei {
  background-image: url(../../../../am/img/@2507141428@am_icn_huawei_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_nashstore, footer #am-pc-mobile-nashstore-inh {
  background-image: url(../../../../am/img/@2507141428@am_icn_nashstore_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_rustore, footer #am-pc-mobile-rustore {
  background-image: url(../../../../am/img/@2507141428@am_icn_rustore_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_xiaomi, footer #am-pc-mobile-xiaomi {
  background-image: url(../../../../am/img/@2507141428@am_icn_xiaomi_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_samsung, footer #am-pc-mobile-samsung {
  background-image: url(../../../../am/img/@2507141428@am_icn_samsung_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_dzen, footer #am-pc-sn-dzen-img {
  background-image: url(../../../../am/img/@2507141428@am_icn_dzen_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_telegram, footer #am-pc-sn-telegram-img {
  background-image: url(../../../../am/img/@2507141428@am_icn_telegram_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_loading, .am-pc-loading:before {
  background-image: url(../../../../am/img/@2507141428@am_icn_loading_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_search_lens, input.am-pc-search-field {
  background-image: url(../../../../am/img/@2507141428@am_icn_lens_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_roslek_seal {
  background-image: url(../../../../am/img/@2507141428@am_roslek_seal_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_type2_metro_green, .am-pc-img-type-2-metro {
  background-image: url(../../../../am/img/@2507141428@am_icn_metro_green_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_type2_metro_orange, .am-pc-selected .am-pc-img-type-2-metro,
.am-pc-img-type-2-c:hover .am-pc-img-type-2-metro,
.am-pc-img-type-2-c:active .am-pc-img-type-2-metro {
  background-image: url(../../../../am/img/@2507141428@am_icn_metro_orange_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_type2_region_green, .am-pc-img-type-2-region {
  background-image: url(../../../../am/img/@2507141428@am_icn_region_green_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_type2_region_orange, .am-pc-selected .am-pc-img-type-2-region,
.am-pc-img-type-2-c:hover .am-pc-img-type-2-region,
.am-pc-img-type-2-c:active .am-pc-img-type-2-region {
  background-image: url(../../../../am/img/@2507141428@am_icn_region_orange_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_type2_star_green, .am-pc-img-type-2-star {
  background-image: url(../../../../am/img/@2507141428@am_icn_selected_green_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_type2_star_orange, .am-pc-selected .am-pc-img-type-2-star,
.am-pc-img-type-2-c:hover .am-pc-img-type-2-star,
.am-pc-img-type-2-c:active .am-pc-img-type-2-star {
  background-image: url(../../../../am/img/@2507141428@am_icn_selected_orange_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_info_green, .am-pc-img-info {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -180px -72px;
}

.am_icn_info_green_28x28, .am-pc-img-info-small {
  background-size: 252px 168px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -140px -56px;
}

.am_icn_info_orange, .am-pc-img-c:hover .am-pc-img-info,
.am-pc-img-c:active .am-pc-img-info,
.am-pc-selected .am-pc-img-info,
.am-pc-img-info:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -180px -108px;
}

.am_icn_info_orange_28x28, .am-pc-img-c:hover .am-pc-img-info-small,
.am-pc-img-c:active .am-pc-img-info-small,
.am-pc-selected .am-pc-img-info-small,
.am-pc-img-info-small:hover {
  background-size: 252px 168px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -140px -84px;
}

.am_icn_instock_green, .am-pc-img-instock {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -36px -72px;
}

.am_icn_instock_orange, .am-pc-filter:hover .am-pc-img-instock,
.am-pc-filter:active .am-pc-img-instock,
.am-pc-filter.am-pc-selected .am-pc-img-instock, .am-pc-img-c:hover .am-pc-img-instock,
.am-pc-img-c:active .am-pc-img-instock,
.am-pc-selected .am-pc-img-instock,
.am-pc-img-instock:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -36px -108px;
}

.am_icn_chenet_green, .am-pc-img-chenet {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -72px 0px;
}

.am_icn_chenet_orange, .am-pc-filter:hover .am-pc-img-chenet,
.am-pc-filter:active .am-pc-img-chenet,
.am-pc-filter.am-pc-selected .am-pc-img-chenet, .am-pc-img-c:hover .am-pc-img-chenet,
.am-pc-img-c:active .am-pc-img-chenet,
.am-pc-selected .am-pc-img-chenet,
.am-pc-img-chenet:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -72px -36px;
}

.am_icn_region_green, .am-pc-img-region {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: 0px -144px;
}

.am_icn_region_orange, .am-pc-filter:hover .am-pc-img-region,
.am-pc-filter:active .am-pc-img-region,
.am-pc-filter.am-pc-selected .am-pc-img-region, .am-pc-img-c:hover .am-pc-img-region,
.am-pc-img-c:active .am-pc-img-region,
.am-pc-selected .am-pc-img-region,
.am-pc-img-region:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: 0px -180px;
}

.am_icn_reserve_green, .am-pc-img-nh-c.am-pc-img-c:hover .am-pc-img-reserve,
.am-pc-img-nh-c.am-pc-img-c:active .am-pc-img-reserve,
.am-pc-img-nh-c .am-pc-img-reserve:hover, .am-pc-img-reserve {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -36px -144px;
}

.am_icn_reserve_orange, .am-pc-filter:hover .am-pc-img-reserve,
.am-pc-filter:active .am-pc-img-reserve,
.am-pc-filter.am-pc-selected .am-pc-img-reserve, .am-pc-img-c:hover .am-pc-img-reserve,
.am-pc-img-c:active .am-pc-img-reserve,
.am-pc-selected .am-pc-img-reserve,
.am-pc-img-reserve:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -36px -180px;
}

.am_icn_allday_green, .am-pc-img-nh-c.am-pc-img-c:hover .am-pc-img-allday,
.am-pc-img-nh-c.am-pc-img-c:active .am-pc-img-allday,
.am-pc-img-nh-c .am-pc-img-allday:hover, .am-pc-img-allday {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -36px 0px;
}

.am_icn_allday_orange, .am-pc-filter:hover .am-pc-img-allday,
.am-pc-filter:active .am-pc-img-allday,
.am-pc-filter.am-pc-selected .am-pc-img-allday, .am-pc-img-c:hover .am-pc-img-allday,
.am-pc-img-c:active .am-pc-img-allday,
.am-pc-selected .am-pc-img-allday,
.am-pc-img-allday:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -36px -36px;
}

.am_icn_metro_green, .am-pc-img-metro {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -108px -72px;
}

.am_icn_metro_orange, .am-pc-filter:hover .am-pc-img-metro,
.am-pc-filter:active .am-pc-img-metro,
.am-pc-filter.am-pc-selected .am-pc-img-metro, .am-pc-img-c:hover .am-pc-img-metro,
.am-pc-img-c:active .am-pc-img-metro,
.am-pc-selected .am-pc-img-metro,
.am-pc-img-metro:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -108px -108px;
}

.am_icn_delivery_green, .am-pc-img-nh-c.am-pc-img-c:hover .am-pc-img-delivery,
.am-pc-img-nh-c.am-pc-img-c:active .am-pc-img-delivery,
.am-pc-img-nh-c .am-pc-img-delivery:hover, .am-pc-img-delivery {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: 0px -72px;
}

.am_icn_delivery_orange, .am-pc-filter:hover .am-pc-img-delivery,
.am-pc-filter:active .am-pc-img-delivery,
.am-pc-filter.am-pc-selected .am-pc-img-delivery, .am-pc-img-c:hover .am-pc-img-delivery,
.am-pc-img-c:active .am-pc-img-delivery,
.am-pc-selected .am-pc-img-delivery,
.am-pc-img-delivery:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: 0px -108px;
}

.am_icn_selected_green, .am-pc-img-selected {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -72px -144px;
}

.am_icn_selected_orange, .am-pc-filter:hover .am-pc-img-selected,
.am-pc-filter:active .am-pc-img-selected,
.am-pc-filter.am-pc-selected .am-pc-img-selected, .am-pc-img-c:hover .am-pc-img-selected,
.am-pc-img-c:active .am-pc-img-selected,
.am-pc-selected .am-pc-img-selected,
.am-pc-img-selected:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -72px -180px;
}

.am_icn_map_green, .am-pc-img-map {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -72px -72px;
}

.am_icn_map_orange, .am-pc-filter:hover .am-pc-img-map,
.am-pc-filter:active .am-pc-img-map,
.am-pc-filter.am-pc-selected .am-pc-img-map, .am-pc-img-c:hover .am-pc-img-map,
.am-pc-img-c:active .am-pc-img-map,
.am-pc-selected .am-pc-img-map,
.am-pc-img-map:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -72px -108px;
}

.am_icn_street_green, .am-pc-img-street {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -108px -144px;
}

.am_icn_street_orange, .am-pc-filter:hover .am-pc-img-street,
.am-pc-filter:active .am-pc-img-street,
.am-pc-filter.am-pc-selected .am-pc-img-street, .am-pc-img-c:hover .am-pc-img-street,
.am-pc-img-c:active .am-pc-img-street,
.am-pc-selected .am-pc-img-street,
.am-pc-img-street:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -108px -180px;
}

.am_icn_action_green, .am-pc-img-action {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: 0px 0px;
}

.am_icn_action_orange, .am-pc-filter:hover .am-pc-img-action,
.am-pc-filter:active .am-pc-img-action,
.am-pc-filter.am-pc-selected .am-pc-img-action, .am-pc-img-c:hover .am-pc-img-action,
.am-pc-img-c:active .am-pc-img-action,
.am-pc-selected .am-pc-img-action,
.am-pc-img-action:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: 0px -36px;
}

.am_icn_clear_green, .am-pc-img-clear {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -108px 0px;
}

.am_icn_clear_orange, .am-pc-filter:hover .am-pc-img-clear,
.am-pc-filter:active .am-pc-img-clear,
.am-pc-filter.am-pc-selected .am-pc-img-clear, .am-pc-img-c:hover .am-pc-img-clear,
.am-pc-img-c:active .am-pc-img-clear,
.am-pc-selected .am-pc-img-clear,
.am-pc-img-clear:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -108px -36px;
}

.am_icn_region_green_26x26, .am-pc-img-region-small {
  background-size: 234px 156px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: 0px -104px;
}

.am_icn_metro_green_26x26, .am-pc-img-metro-small {
  background-size: 234px 156px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -78px -52px;
}

.am_icn_street_green_26x26, .am-pc-img-street-small {
  background-size: 234px 156px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -78px -104px;
}

.am_icn_clear_green_28x28, .am-pc-img-clear-28x28 {
  background-size: 252px 168px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -84px 0px;
}

.am_icn_clear_orange_28x28, .am-pc-img-c:hover .am-pc-img-clear-28x28,
.am-pc-img-c:active .am-pc-img-clear-28x28,
.am-pc-selected .am-pc-img-clear-28x28,
.am-pc-img-clear-28x28:hover {
  background-size: 252px 168px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -84px -28px;
}

.am_icn_sort, .am-pc-img-sort {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -144px 0px;
}

.am_icn_sort_asc, .am-pc-img-sort-asc {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -144px -36px;
}

.am_icn_sort_desc, .am-pc-img-sort-desc {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -216px 0px;
}

.am_icn_basket_green, .am-pc-img-basket {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -216px -72px;
}

.am_icn_basket_orange, .am-pc-filter:hover .am-pc-img-basket,
.am-pc-filter:active .am-pc-img-basket,
.am-pc-filter.am-pc-selected .am-pc-img-basket, .am-pc-img-c:hover .am-pc-img-basket,
.am-pc-img-c:active .am-pc-img-basket,
.am-pc-selected .am-pc-img-basket,
.am-pc-img-basket:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -216px -108px;
}

.am_icn_arr_up_green, .am-pc-sort-filter.am-pc-sort-filter-price-asc {
  background-image: url(../../../../am/img/@2507141428@am_arr_down_green_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.am_icn_arr_up_orange, .am-pc-sort-filter.am-pc-sort-filter-price-asc:hover,
.am-pc-sort-filter.am-pc-sort-filter-price-asc.am-pc-selected {
  background-image: url(../../../../am/img/@2507141428@am_arr_down_orange_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.am_icn_arr_down_green, .am-pc-sort-filter.am-pc-sort-filter-price-desc, .am-pc-selector {
  background-image: url(../../../../am/img/@2507141428@am_arr_down_green_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_arr_down_orange, .am-pc-sort-filter.am-pc-sort-filter-price-desc:hover,
.am-pc-sort-filter.am-pc-sort-filter-price-desc.am-pc-selected {
  background-image: url(../../../../am/img/@2507141428@am_arr_down_orange_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_arr_left_green {
  background-image: url(../../../../am/img/@2507141428@am_arr_down_green_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.am_icn_arr_left_orange {
  background-image: url(../../../../am/img/@2507141428@am_arr_down_orange_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.am_icn_arr_right_green {
  background-image: url(../../../../am/img/@2507141428@am_arr_down_green_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.am_icn_arr_right_orange {
  background-image: url(../../../../am/img/@2507141428@am_arr_down_orange_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.am_icn_star_inactive, .am-pc-img-star-inactive {
  /*@include am-img-sprite(3, 5);*/
  background-image: url(../../../../am/img/@2507141428@am_icn_star_inactive_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_star_active, .am-pc-img-star-active {
  /*@include am-img-sprite(4, 5);*/
  background-image: url(../../../../am/img/@2507141428@am_icn_star_active_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_st_tree_green, .am-pc-img-st-tree {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -252px 0px;
}

.am_icn_st_tree_orange, .am-pc-img-c:hover .am-pc-img-st-tree,
.am-pc-img-c:active .am-pc-img-st-tree,
.am-pc-selected .am-pc-img-st-tree,
.am-pc-img-st-tree:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -252px -36px;
}

.am_icn_st_list_green, .am-pc-img-st-list {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -252px -72px;
}

.am_icn_st_list_orange, .am-pc-img-c:hover .am-pc-img-st-list,
.am-pc-img-c:active .am-pc-img-st-list,
.am-pc-selected .am-pc-img-st-list,
.am-pc-img-st-list:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -252px -108px;
}

.am_icn_st_plate_green, .am-pc-img-st-plate {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -252px -144px;
}

.am_icn_st_plate_orange, .am-pc-img-c:hover .am-pc-img-st-plate,
.am-pc-img-c:active .am-pc-img-st-plate,
.am-pc-selected .am-pc-img-st-plate,
.am-pc-img-st-plate:hover {
  background-size: 324px 216px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -252px -180px;
}

.am_icn_triangle_green, .am-pc-img-triangle, .am_icn_triangle_orange, .am-pc-img-c:hover .am-pc-img-triangle,
.am-pc-img-c:active .am-pc-img-triangle,
.am-pc-selected .am-pc-img-triangle,
.am-pc-img-triangle:hover,
.am_icn_triangle_green:before,
.am-pc-img-triangle:before,
.am_icn_triangle_orange:before,
.am-pc-img-c:hover .am-pc-img-triangle:before,
.am-pc-img-c:active .am-pc-img-triangle:before,
.am-pc-selected .am-pc-img-triangle:before,
.am-pc-img-triangle:hover:before,
.am_icn_triangle_green:after,
.am-pc-img-triangle:after,
.am_icn_triangle_orange:after,
.am-pc-img-c:hover .am-pc-img-triangle:after,
.am-pc-img-c:active .am-pc-img-triangle:after,
.am-pc-selected .am-pc-img-triangle:after,
.am-pc-img-triangle:hover:after {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-top-right-radius: 30%;
}

.am_icn_triangle_green, .am-pc-img-triangle, .am_icn_triangle_orange, .am-pc-img-c:hover .am-pc-img-triangle,
.am-pc-img-c:active .am-pc-img-triangle,
.am-pc-selected .am-pc-img-triangle,
.am-pc-img-triangle:hover {
  position: relative;
  background-color: #3f9792;
  text-align: left;
}

.am_icn_triangle_green:before, .am-pc-img-triangle:before, .am_icn_triangle_orange:before, .am-pc-img-c:hover .am-pc-img-triangle:before,
.am-pc-img-c:active .am-pc-img-triangle:before,
.am-pc-selected .am-pc-img-triangle:before,
.am-pc-img-triangle:hover:before,
.am_icn_triangle_green:after,
.am-pc-img-triangle:after,
.am_icn_triangle_orange:after,
.am-pc-img-c:hover .am-pc-img-triangle:after,
.am-pc-img-c:active .am-pc-img-triangle:after,
.am-pc-selected .am-pc-img-triangle:after,
.am-pc-img-triangle:hover:after {
  content: "";
  position: absolute;
  background-color: inherit;
}

.am_icn_triangle_green, .am-pc-img-triangle, .am_icn_triangle_orange, .am-pc-img-c:hover .am-pc-img-triangle,
.am-pc-img-c:active .am-pc-img-triangle,
.am-pc-selected .am-pc-img-triangle,
.am-pc-img-triangle:hover {
  transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}

.am_icn_triangle_green:before, .am-pc-img-triangle:before, .am_icn_triangle_orange:before, .am-pc-img-c:hover .am-pc-img-triangle:before,
.am-pc-img-c:active .am-pc-img-triangle:before,
.am-pc-selected .am-pc-img-triangle:before,
.am-pc-img-triangle:hover:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.am_icn_triangle_green:after, .am-pc-img-triangle:after, .am_icn_triangle_orange:after, .am-pc-img-c:hover .am-pc-img-triangle:after,
.am-pc-img-c:active .am-pc-img-triangle:after,
.am-pc-selected .am-pc-img-triangle:after,
.am-pc-img-triangle:hover:after {
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.am_icn_triangle_orange, .am-pc-img-c:hover .am-pc-img-triangle,
.am-pc-img-c:active .am-pc-img-triangle,
.am-pc-selected .am-pc-img-triangle,
.am-pc-img-triangle:hover {
  background-color: #ff8c00;
}

.am_icn_prescription_green, .am-pc-img-prescription {
  background-size: 207px 138px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -184px 0px;
}

.am_icn_prescription_orange, .am-pc-img-c:hover .am-pc-img-prescription,
.am-pc-img-c:active .am-pc-img-prescription,
.am-pc-selected .am-pc-img-prescription,
.am-pc-img-prescription:hover {
  background-size: 207px 138px;
  background-image: url(../../../../am/img/@2507141428@am_sprite_50x50_cmprs.png);
  background-position: -184px -23px;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Картинки ------------------------------------------------------------------------------ */
/* Изображения --------------------------------------------------------------------------- */
.am-pc-filter:hover .am-pc-oval-count,
.am-pc-filter:active .am-pc-oval-count,
.am-pc-filter.am-pc-selected .am-pc-oval-count, .am-pc-selected .am-pc-oval-count,
.am-pc-img-c:hover .am-pc-oval-count,
.am-pc-img-c:active .am-pc-oval-count,
.am-pc-oval-count:hover {
  border-color: #ff8c00;
  color: #ff8c00;
}

.am-pc-img-c {
  display: inline-block;
}

.am-pc-img-bkg-c {
  border-radius: 10px;
  border: 1px solid #3e9791;
}

.am-pc-img-bkg-c:hover,
.am-pc-img-bkg-c:active,
.am-pc-img-bkg-c.am-pc-selected,
.am-pc-selected .am-pc-img-bkg-c {
  border-color: #ff8c00;
}

.am-pc-img-bkg-c.am-pc-img-nh-c:hover,
.am-pc-img-bkg-c.am-pc-img-nh-c:active {
  border-color: #3e9791;
}

.am-pc-img-bkg-1 {
  background: -moz-linear-gradient(45deg, rgb(246, 246, 229) 35%, rgb(152, 204, 204) 100%);
  background: -webkit-linear-gradient(45deg, rgb(246, 246, 229) 35%, rgb(152, 204, 204) 100%);
  background: linear-gradient(45deg, rgb(246, 246, 229) 35%, rgb(152, 204, 204) 100%);
}

.am-pc-img {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}

.am-pc-img-small {
  width: 28px;
  height: 28px;
}

.am-pc-img-small-1, .am-pc-img-street-small, .am-pc-img-metro-small, .am-pc-img-region-small {
  width: 26px;
  height: 26px;
}

.am-pc-img-clear-28x28 {
  width: 28px;
  height: 28px;
}

.am-pc-img-c:hover .am-pc-img-clear-28x28,
.am-pc-img-c:active .am-pc-img-clear-28x28,
.am-pc-selected .am-pc-img-clear-28x28,
.am-pc-img-clear-28x28:hover {
  width: 28px;
  height: 28px;
}

.am-pc-img-type-2 {
  width: 60px;
  height: 56px;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Модальное окно  ----------------------------------------------------------------------- */
/* Модальное окно  ----------------------------------------------------------------------- */
#am-pc-modal-overlay-c {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(189, 189, 189, 0.2);
}

#am-pc-modal-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
}

#am-pc-modal-c {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px #d3d3d3;
  min-height: 35px;
  min-width: 320px;
  max-width: 95%;
  max-height: 95%;
}

#am-pc-modal-header {
  padding-top: 20px;
}

#am-pc-modal-header,
#am-pc-modal-data {
  overflow: auto;
}

#am-pc-modal-data > *,
#am-pc-modal-footer {
  margin-top: 15px;
}

#am-pc-modal-header > *,
#am-pc-modal-data > *,
#am-pc-modal-footer > * {
  max-width: 600px;
}

#am-pc-modal-data > * {
  max-height: 25em;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}

#am-pc-modal-c[am-modal-type=am-modal-img] #am-pc-modal-data > * {
  max-height: none;
}

#am-pc-modal-data p {
  margin: 0;
}

#am-pc-modal-footer {
  padding-bottom: 12px;
}

#am-pc-modal-header > *,
#am-pc-modal-data > *,
#am-pc-modal-footer > * {
  padding-right: 20px;
  padding-left: 20px;
}

#am-pc-modal-c.am-pc-loading #am-pc-modal-data {
  opacity: 0.6;
  pointer-events: none;
}

#am-pc-modal-data {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

#am-pc-modal-header-text {
  text-align: center;
  color: #3f9792;
  font-weight: bold;
  font-size: 1.2em;
}

#am-pc-modal-search-c {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#am-pc-modal-search-c > * {
  padding-top: 10px;
}

#am-pc-modal-search-field-btns-c {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  padding-right: 10px;
}

#am-pc-modal-search-field-c {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  min-width: 300px;
}

#am-pc-modal-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#am-pc-modal-footer-buttons-c {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0 3px;
  width: 100%;
}

#am-pc-modal-footer-buttons-c > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  text-align: center;
  max-width: 200px;
}

#am-pc-modal-data #am-pc-modal-map-c {
  width: 1000px;
  height: 550px;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin-top: 0;
}

#am-pc-modal-data #am-pc-modal-simple-header {
  color: #3f9792;
  font-weight: bold;
  text-align: center;
}

#am-pc-modal-data #am-pc-modal-simple-message {
  text-align: center;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Каркас сайта -------------------------------------------------------------------------- */
/* Общий стиль --------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: Arial, "Helvetica Neue", "Roboto Regular", Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  color: #646464;
}

a, .am-pc-form-1-c .am-pc-form-agreement-link, a:visited, *[data-go-to-link] {
  text-decoration: none;
  color: #3f9792;
}

a:active, .am-pc-form-1-c .am-pc-form-agreement-link:active, a:hover, .am-pc-form-1-c .am-pc-form-agreement-link:hover, *[data-go-to-link]:hover {
  cursor: pointer;
  color: #ff8c00;
}

#am-pc-base-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 1024px;
  max-width: 1350px;
  min-height: 100vh;
  margin: auto;
}

#am-pc-base-container > * {
  margin-left: 20px;
  margin-right: 20px;
}

#am-pc-data-c {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

#am-pc-post-data-adv-c {
  margin-top: 20px;
  text-align: center;
}

#am-pc-data a:not([href]), #am-pc-data .am-pc-form-1-c .am-pc-form-agreement-link:not([href]), .am-pc-form-1-c #am-pc-data .am-pc-form-agreement-link:not([href]),
#am-pc-data a.am-pc-disabled-link,
#am-pc-data .am-pc-form-1-c .am-pc-disabled-link.am-pc-form-agreement-link,
.am-pc-form-1-c #am-pc-data .am-pc-disabled-link.am-pc-form-agreement-link {
  color: inherit;
  font-weight: inherit;
  pointer-events: none;
  cursor: default;
}

#bread-crumbs-c {
  margin-bottom: 15px;
  color: #3f9792;
  font-size: 0.95em;
}

#am-pc-main-header {
  margin-bottom: 15px;
  text-align: center;
}

.am-pc-separator-1 {
  color: #ff8c00;
  font-weight: bold;
}

h1, h2 {
  margin: 0;
  padding: 0;
  color: #327d79;
  font-size: 1.2em;
  font-weight: normal;
}

hr {
  margin: 12px 0;
  border: 0;
  height: 1px;
  background-color: #3f9792;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Header -------------------------------------------------------------------------------- */
/* Header -------------------------------------------------------------------------------- */
/* Стиль модального окна с Поделиться ---------------------------------------------------- */
/* Share --------------------------------------------------------------------------------- */
.am-pc-share-c {
  position: relative;
}

.am-pc-share-btn {
  position: absolute;
  width: 23px;
  height: 23px;
  top: -12px;
  right: 2px;
  fill: #3f9792;
}

.am-pc-share-btn:hover {
  fill: #ff8c00;
}

.am-pc-share-popup-c {
  position: absolute;
  top: 14px;
  right: -3px;
  padding-top: 12px;
  background-color: #fff;
}

.am-pc-share-popup .am-pc-share-popup-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 35px;
  width: 40px;
}

.am-pc-share-popup .am-pc-share-popup-icon:hover {
  background-color: rgba(128, 128, 128, 0.0784313725);
}

.am-pc-share-popup .am-pc-share-popup-copy > * {
  width: 23px;
  height: 23px;
  fill: none;
}

.am-pc-share-popup .am-pc-share-popup-whatsapp > *,
.am-pc-share-popup .am-pc-share-popup-telegram > * {
  width: 20px;
  height: 20px;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

header #am-pc-header-group-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  margin-top: 13px;
}

header #am-pc-header-group-4 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  margin: 0 20px;
}

header #am-pc-header-group-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
}

header #am-pc-header-group-5 {
  margin: 10px 5px 0 5px;
}

header #am-pc-header-group-6 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 41px;
  white-space: nowrap;
}

header #am-pc-header-group-7 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 10px;
}

header #am-pc-header-group-6 > * + * {
  margin-left: 12px;
}

header .am-pc-subheader {
  white-space: nowrap;
  color: #3f9792;
}

header .am-pc-subheader-sep {
  height: 1em;
  border: 1px solid #ff8c00;
}

header #am-pc-header-home {
  width: 30px;
  min-width: 30px;
  height: 30px;
}

header #am-pc-header-logo-c {
  width: 240px;
  /*height: 70px;*/
  min-height: 70px;
}

header #am-pc-header-logo p {
  margin: 0;
  padding: 0;
}

header #am-pc-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

header #am-pc-header-search-c {
  width: 100%;
}

header .am-pc-header-search-sample,
header #am-pc-header-ama-link {
  font-size: 0.9em;
}

header #am-pc-header-ama-link {
  display: inline-block;
}

header #am-pc-header-date-c,
header #am-pc-header-18plus-c {
  font-size: 0.8em;
}

header #am-pc-header-date-c {
  min-width: 100px;
  text-align: center;
}

header #am-pc-header-18plus-c {
  border: 1px solid;
  line-height: 19px;
  height: 18px;
  width: 18px;
  padding: 5px;
  font-weight: bold;
  border-radius: 50%;
  color: #3f9792;
}

#am-pc-header-separator {
  padding: 1px;
  border-bottom: 1px solid #a0d7d7;
  border-right: 1px solid #a0d7d7;
  border-left: 1px solid #a0d7d7;
  background: #eff9f9;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Footer -------------------------------------------------------------------------------- */
/* Footer -------------------------------------------------------------------------------- */
footer {
  min-height: 158px;
  font-size: 0.9em;
  padding-bottom: 20px;
}

footer .am-pc-footer-group-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #3f9792;
  margin-bottom: 20px;
}

footer .am-pc-footer-group-1 a + a, footer .am-pc-footer-group-1 .am-pc-form-1-c .am-pc-form-agreement-link + a, .am-pc-form-1-c footer .am-pc-footer-group-1 .am-pc-form-agreement-link + a, footer .am-pc-footer-group-1 .am-pc-form-1-c a + .am-pc-form-agreement-link, .am-pc-form-1-c footer .am-pc-footer-group-1 a + .am-pc-form-agreement-link, footer .am-pc-footer-group-1 .am-pc-form-1-c .am-pc-form-agreement-link + .am-pc-form-agreement-link, .am-pc-form-1-c footer .am-pc-footer-group-1 .am-pc-form-agreement-link + .am-pc-form-agreement-link,
footer .am-pc-footer-group-1 noindex + a,
footer .am-pc-footer-group-1 .am-pc-form-1-c noindex + .am-pc-form-agreement-link,
.am-pc-form-1-c footer .am-pc-footer-group-1 noindex + .am-pc-form-agreement-link,
footer .am-pc-footer-group-1 a + noindex,
footer .am-pc-footer-group-1 .am-pc-form-1-c .am-pc-form-agreement-link + noindex,
.am-pc-form-1-c footer .am-pc-footer-group-1 .am-pc-form-agreement-link + noindex,
footer .am-pc-footer-group-1 noindex + noindex,
footer .am-pc-footer-group-3 > * + * {
  margin-top: 5px;
}

footer .am-pc-footer-group-2 + .am-pc-footer-group-2,
footer .am-pc-footer-group-2 + .am-pc-footer-group-3 {
  margin-left: 8px;
}

footer .am-pc-footer-group-2 > * {
  display: block;
}

footer .am-pc-footer-group-2 .am-pc-footer-group-h-1,
footer .am-pc-footer-group-3 .am-pc-footer-group-h-1 {
  font-weight: bold;
  white-space: nowrap;
}

footer .am-pc-footer-group-2 .am-pc-footer-group-h-1 {
  border-left: 2px solid #3f9792;
  margin-bottom: 10px;
}

footer .am-pc-footer-group-2 .am-pc-footer-group-h-1 {
  padding-left: 10px;
}

footer .am-pc-footer-group-h-2 br {
  display: none;
}

footer .am-pc-footer-group-2 > * {
  padding-left: 12px;
}

footer .am-pc-footer-group-3 {
  text-align: right;
}

footer #am-pc-mobile-ios,
footer #am-pc-mobile-android,
footer #am-pc-mobile-huawei,
footer #am-pc-mobile-nashstore-inh,
footer #am-pc-mobile-rustore,
footer #am-pc-mobile-xiaomi,
footer #am-pc-mobile-samsung,
footer #am-pc-sn-dzen-img,
footer #am-pc-sn-telegram-img {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 3px;
}

footer .am-pc-footer-sn + .am-pc-footer-sn {
  margin-left: 5px;
}

footer .am-pc-footer-sn-img {
  margin-right: 3px;
  vertical-align: middle;
}

footer .am-pc-footer-group-4 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 34px;
}

footer .am-pc-footer-group-5 {
  width: 275px;
}

footer .am-pc-footer-group-6 + .am-pc-footer-group-5 {
  -webkit-box-flex: 0.5;
  -moz-box-flex: 0.5;
  -webkit-flex-grow: 0.5;
  -ms-flex: 0.5;
  flex-grow: 0.5;
  width: auto;
  max-width: 275px;
}

footer .am-pc-footer-group-6 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

footer #am-pc-copyright {
  white-space: nowrap;
}

footer #am-pc-counters {
  white-space: nowrap;
}

footer .am-pc-counter {
  display: inline-block;
  height: 31px;
}

footer .am-pc-counter > img {
  height: 31px;
}

footer .am-pc-counter + .am-pc-counter {
  margin-left: 8px;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Стиль фильтров ------------------------------------------------------------------------ */
/* Фильтры ------------------------------------------------------------------------------- */
.am-pc-filter {
  display: inline-block;
  max-width: 100%;
  height: 40px;
  white-space: nowrap;
}

.am-pc-filter * + * {
  margin-left: 5px;
}

.am-pc-filter-img {
  display: inline-block;
}

.am-pc-filter-label {
  display: inline;
  vertical-align: middle;
  font-size: 0.95em;
  white-space: nowrap;
  color: #3f9792;
}

.am-pc-filter:hover .am-pc-filter-label,
.am-pc-filter:active .am-pc-filter-label,
.am-pc-filter.am-pc-selected .am-pc-filter-label {
  color: #ff8c00;
}

.am-pc-filter:hover .am-pc-img-bkg-c,
.am-pc-filter:active .am-pc-img-bkg-c,
.am-pc-filter.am-pc-selected .am-pc-img-bkg-c {
  border-color: #ff8c00;
}

.am-pc-filter:hover .am-pc-img-bkg-c.am-pc-img-nh-c,
.am-pc-filter:active .am-pc-img-bkg-c.am-pc-img-nh-c,
.am-pc-filter.am-pc-selected .am-pc-img-bkg-c.am-pc-img-nh-c {
  border-color: #3e9791;
}

.am-pc-sort-filter {
  width: 30px;
  height: 30px;
}

.am-tree-filter-node-c .am-pc-row-odd.am-pc-selected {
  background-color: #fcffff;
}

.am-tree-filter-node-c .am-pc-row-even.am-pc-selected {
  background-color: #eff9f9;
}

.am-tree-filter-en-c {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
}

.am-tree-filter-en-c,
.am-tree-filter-items .am-tree-filter-item {
  padding-top: 6px;
  padding-bottom: 6px;
}

.am-tree-filter-expander {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.4em;
  padding: 0.2em;
  flex-shrink: 0;
}

.am-tree-filter-expander.am-tree-filter-node-expanded {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.am-tree-filter-node {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.am-tree-filter-items .am-tree-filter-en-c {
  padding-left: 31px;
}

.am-tree-filter-items .am-tree-filter-items .am-tree-filter-en-c {
  padding-left: 53px;
}

.am-tree-filter-items .am-tree-filter-item {
  padding-left: 108px;
}

.am-tree-filter-item, .am-list-filter-item-c {
  padding: 8px 0;
}

.am-list-filter-item {
  display: inline-block;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Стиль продуктов ----------------------------------------------------------------------- */
.am-pc-product-group-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.am-pc-product-group-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.am-pc-product-group-4 {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  min-width: 134px;
  text-align: center;
}

.am-pc-product-header {
  line-height: 2em;
}

#am-pc-products-d {
  margin-top: 10px;
}

.am-pc-product {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.am-pc-product + .am-pc-product {
  margin-top: 30px;
}

.am-pc-product-name,
.am-pc-product-inter-phg-c {
  word-wrap: break-word;
  word-break: break-word;
}

.am-pc-product-name {
  font-size: 1.4em;
}

.am-pc-product-name,
.am-pc-product-orgs-count,
.am-pc-product-prices {
  display: inline-block;
  font-weight: bold;
}

.am-pc-product-orgs-count,
.am-pc-product-prices {
  font-size: 1.2em;
}

.am-pc-product-orgs-count-nir,
.am-pc-product-prices-nir {
  font-size: 0.87em;
  color: #646464;
}

.am-pc-product-type-1 .am-pc-product-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.am-pc-product-3,
.am-pc-product-4 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.am-pc-product-3 {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}

.am-pc-product-4 {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.am-pc-product-4 .am-pc-product-group-h-c {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

.am-pc-product-4 .am-pc-product-group-h {
  line-height: 26px;
}

.am-pc-product-type-1 .am-pc-product-img-c,
.am-pc-product-type-1 .am-pc-product-img {
  width: 120px;
  height: 120px;
}

.am-pc-product-type-1 .am-pc-product-img-c {
  min-width: 120px;
  min-height: 120px;
  padding-right: 5px;
}

.am-pc-product-type-1 .am-pc-product-img {
  font-size: 0.7em;
}

.am-pc-img-zoom-on-hover.am-pc-product-img:hover {
  width: 200px;
  height: 200px;
}

.am-pc-product-inter-phg-c > * + * {
  margin-top: 3px;
}

.am-pc-product-inter-c > *,
.am-pc-product-phg-c > * {
  font-size: 0.93em;
}

.am-pc-product-inter-h,
.am-pc-product-phg-h {
  display: inline-block;
  width: 60px;
}

.am-pc-product-inter,
.am-pc-product-phg {
  display: inline;
}

.am-pc-product-inter-phg-c,
.am-pc-product-services {
  margin-top: 15px;
}

.am-pc-product-services > * + * {
  margin-left: 5px;
}

/* АМ.Стили, задающие пропорции блоков и выравнивающие список продуктов, фильтры и список аптек относительно друг друга */
.am-pc-product-group-1,
#am-pc-add-product-group-1,
#am-pc-pot-filters-group-1,
#am-pc-orgs-h-group-1,
.am-pc-org-group-1 {
  width: 78%;
}

.am-pc-product-group-2,
#am-pc-add-product-group-2,
#am-pc-pot-filters-group-2,
#am-pc-orgs-h-group-2,
.am-pc-org-group-2 {
  width: 22%;
}

.am-pc-product-group-3,
#am-pc-add-product-group-3 {
  width: 84%;
}

#am-pc-add-product-group-3 {
  padding-left: 125px;
}

.am-pc-product-group-4,
#am-pc-add-product-group-4 {
  width: 16%;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Стиль фильтра по регионам(Используется на поисковой выдаче) --------------------------- */
/* Фильтр по регионам -------------------------------------------------------------------- */
#am-pc-region-filter {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#am-pc-region-filter .am-pc-filter-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}

/* --------------------------------------------------------------------------------------- */
/* Фильтр по регионам 2------------------------------------------------------------------- */
#am-pc-region-filter-2 #am-pc-region-filter-name-c {
  max-width: 250px;
}

#am-pc-region-filter-2 #am-pc-region-filter-name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Стиль таблиц с продуктами ------------------------------------------------------------- */
/* АМ.Фильтры на таблицу.Тип 2 ----------------------------------------------------------- */
#am-pc-filters-for-table-2 .am-pc-selector-c {
  display: inline-block;
  margin-top: 5px;
}

#am-pc-filters-for-table-2 .am-pc-selector-c {
  margin-right: 8px;
}

#am-pc-filters-for-table-2 .am-pc-selector-c:last-child {
  margin-right: 0;
}

/* --------------------------------------------------------------------------------------- */
/* АМ.Фильтры на таблицу.Тип 3 ----------------------------------------------------------- */
#am-pc-filters-for-table-3 {
  white-space: nowrap;
}

#am-pc-filters-for-table-3 > * + * {
  margin-left: 8px;
}

/* --------------------------------------------------------------------------------------- */
/* АМ.Таблица Продуктов.Тип 2. ----------------------------------------------------------- */
#am-pc-products-type-2-list .am-pc-product-type-2-c {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

#am-pc-products-type-2-list.am-pc-products-type-2-list-with-tt-margins .am-pc-product-type-2-c.TRADEFORM {
  margin-left: 80px;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c + .am-pc-product-type-2-c {
  margin-top: 30px;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-group:last-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  overflow: hidden;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-img-c {
  margin-right: 15px;
  width: 150px;
  height: 150px;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-not-in-retail {
  color: #ff8c00;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-inter-phg-c,
#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-services {
  margin-top: 10px;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-count-prices-c > * + * {
  margin-left: 8px;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-orgs-count,
#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-prices {
  font-size: 1.1em;
  color: #ff8c00;
  font-weight: bold;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-count-prices-c {
  margin-top: 10px;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-count-prices-c > * {
  display: inline-block;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-services {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-services > .am-pc-button-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  width: 0;
  max-width: 145px;
  padding-left: 0;
  padding-right: 0;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-services > .am-pc-product-info-c > * {
  vertical-align: middle;
}

#am-pc-products-type-2-list .am-pc-product-type-2-c .am-pc-product-services > * + * {
  margin-left: 11px;
}

/* --------------------------------------------------------------------------------------- */
/* АМ.Таблица Продуктов.Тип 4 ------------------------------------------------------------ */
#am-pc-products-type-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 18px 8px;
  gap: 18px 8px;
}

#am-pc-products-type-4 .am-pc-product-type-4-c {
  display: block;
  margin: 0;
  text-align: center;
  overflow: hidden;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-buttons-c {
  font-size: 0.95em;
  max-width: 270px;
  min-width: 235px;
  margin: auto;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-buttons-c > * + * {
  margin-top: 8px;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-buttons-c .am-pc-product-type-4-buttons-group-1 .am-pc-button {
  display: block;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-buttons-c .am-pc-product-type-4-buttons-group-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-buttons-c .am-pc-product-type-4-buttons-group-2 .am-pc-button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  width: 0;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-buttons-c .am-pc-button + .am-pc-button {
  margin-left: 5px;
}

#am-pc-products-type-4 .am-pc-product-type-4 > * + * {
  margin-top: 5px;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-group {
  max-width: 100%;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-info-img-c {
  position: relative;
  width: 100%;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-img-c,
#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-img {
  width: 200px;
  height: 200px;
  margin: auto;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-img-c {
  position: relative;
  border-radius: 10px;
  background-color: #fafafa;
  overflow: hidden;
}

#am-pc-products-type-4 .am-pc-product-type-4-img,
#am-pc-products-type-4 .am-pc-product-type-4-info-c {
  z-index: 999;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-info-c {
  position: absolute;
  top: 0;
  right: 50px;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-info {
  background-color: #fff;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-info-2-c {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 29px;
  text-align: left;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-info-2-c * + * {
  margin-left: 5px;
}

#am-pc-products-type-4 .am-pc-product-type-4-info-2-c .am-pc-product-type-4-at {
  display: inline-block;
  min-width: 40px;
  padding: 5px;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
  font-size: 0.95em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#am-pc-products-type-4 .am-pc-product-type-4-prices-txt-c {
  color: inherit;
}

#am-pc-products-type-4 .am-pc-product-type-4-prices-txt,
#am-pc-products-type-4 .am-pc-product-type-4-nir {
  line-height: 1.5em;
}

#am-pc-products-type-4 .am-pc-product-type-4-prices-txt {
  font-weight: bold;
}

#am-pc-products-type-4 .am-pc-product-type-4-prices-txt h {
  color: inherit !important;
}

#am-pc-products-type-4 .am-pc-product-type-4-nir {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ff8c00;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-group > * + * {
  margin-top: 6px;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-name,
#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-sn-2,
#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-sn-3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-mn {
  font-size: 1.1em;
  font-weight: bold;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-sn,
#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-sn-2 {
  font-size: 0.95em;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-sn-3-c {
  margin-top: 0;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-sn-3 {
  font-size: 0.9em;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-sn {
  margin-left: 6px;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-sn-2,
#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-sn-3 {
  line-height: 1.5em;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-name-c {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  height: 2.7em;
  color: inherit;
}

#am-pc-products-type-4 .am-pc-product-type-4 .am-pc-product-type-4-name-c.empty-sn-2 .am-pc-product-type-4-name {
  height: 2.6em;
  text-align: left;
  white-space: normal;
}

#am-pc-products-type-4.am-pc-products-type-4-single-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

#am-pc-products-type-4.am-pc-products-type-4-single-row .am-pc-product-type-4-c {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
}

#am-pc-products-type-4.am-pc-products-type-4-single-row .am-pc-product-type-4 .am-pc-product-type-4-info-c {
  right: 0;
}

@media only screen and (max-width: 1250px) {
  #am-pc-products-type-4 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Стиль рекламы ------------------------------------------------------------------------- */
/* Advert -------------------------------------------------------------------------------- */
.am-pc-advert-c {
  margin: auto;
  overflow: hidden;
}

.am-pc-advert-wh .am-pc-advert-c-1 {
  position: relative;
}

.am-pc-advert-wh .am-pc-advert {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.am-pc-advert p {
  margin: 0 auto;
  padding: 0;
}

.am-pc-advert > p + p {
  margin-left: 10px;
}

.am-pc-advert-vertical .am-pc-advert > p + p {
  margin-top: 5px;
  margin-left: 0;
}

.am-pc-advert img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Стиль сео-текстов --------------------------------------------------------------------- */
/* Seo Text ------------------------------------------------------------------------------ */
#am-pc-seo-text-c {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  margin: 15px 0;
}

#am-pc-seo-text-c .am-pc-seo-text {
  font-size: 0.8em;
  font-weight: bold;
}

#am-pc-seo-text-c .am-pc-seo-text + .am-pc-seo-text {
  margin-top: 5px;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Стиль результатов поиска -------------------------------------------------------------- */
.am-debug-info {
  font-size: 0.8em;
}

#am-pc-search-results-h {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#am-pc-search-results-region-filter-c {
  overflow: hidden;
  text-align: center;
}

#am-pc-search-results-h {
  margin-top: 20px;
}

#am-pc-search-results-filters-c {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

#am-pc-search-results-filters-c-1 {
  max-width: 435px;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0 20px;
}

#am-pc-search-results-c.LIST {
  max-width: 995px;
  margin: auto;
}

#am-pc-search-results-c.LIST #am-pc-search-results-filters-c-1 {
  max-width: inherit;
  white-space: inherit;
  text-align: right;
  margin-left: inherit;
  padding: inherit;
}

#am-pc-search-results-filters-c-1 > * {
  display: inline-block;
}

#am-pc-search-results-filters-c-1 > * + * {
  margin-left: 20px;
}

#am-pc-search-results-filters-2-c {
  margin-left: 12px;
}

#am-pc-products {
  margin-bottom: 10px;
}

#am-pc-search-results-filter-objs-c {
  margin-top: 15px;
  text-align: center;
}

#am-pc-search-results-filter-objs-c > * {
  margin-top: 7px;
}

.am-pc-search-results-filter-obj.am-pc-button-3 {
  pointer-events: none;
}

#am-pc-search-results-filter-c {
  margin-top: 10px;
}

#am-pc-found-products-plate-c {
  margin-top: 25px;
}

#am-pc-products-not-found-c {
  margin-top: 20px;
}

/* --------------------------------------------------------------------------------------- */
/* Стиль модального окна с текстом статьи из редакции ------------------------------------ */
#am-pc-modal-article-text-c {
  max-height: inherit;
}

/* --------------------------------------------------------------------------------------- */
/* Стиль модального окна с выбором регионов ---------------------------------------------- */
#am-pc-selected-regions-names-c {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 290px;
}

#am-pc-selected-regions-names-c > * {
  display: inline-block;
  font-size: 0.9em;
}

#am-pc-selected-regions-names-d {
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ff8c00;
}

#am-pc-regions {
  margin-top: 0;
}

/* --------------------------------------------------------------------------------------- */
/* АМ.Информация о продукте.Тип 1 -------------------------------------------------------- */
#am-pc-product-info-1 #am-pc-product-name-selectors-c {
  margin-bottom: 10px;
}

#am-pc-product-info-1 #am-pc-product-name-selectors-c > * {
  display: inline-block;
}

#am-pc-product-info-1 #am-pc-product-name-c {
  margin-right: 10px;
}

#am-pc-product-info-1 #am-pc-product-name {
  display: inline-block;
  color: #3f9792;
}

#am-pc-product-info-1 #am-pc-product-name:active,
#am-pc-product-info-1 #am-pc-product-name:hover {
  color: #ff8c00;
}

#am-pc-product-info-1 #am-pc-product-link-2-c {
  margin-left: 10px;
}

#am-pc-product-info-1 #am-pc-product-inter-h,
#am-pc-product-info-1 #am-pc-product-phg-h {
  display: inline-block;
  width: 140px;
}

#am-pc-product-info-1 #am-pc-product-phg-c {
  margin-top: 5px;
}

#am-pc-product-info-1 .am-pc-product-inter,
#am-pc-product-info-1 #am-pc-product-phg {
  display: inline;
}

#am-pc-product-info-1 #am-pc-product-invalid-warn-c {
  margin: 40px 0;
  text-align: center;
}

#am-pc-product-info-1 #am-pc-product-invalid-warn-c > * + * {
  margin-top: 10px;
}

#am-pc-product-info-1 #am-pc-product-invalid-warn {
  font-size: 1.4em;
}

/* --------------------------------------------------------------------------------------- */
#am-pc-product #am-pc-product-region-filters-c {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#am-pc-product #am-pc-product-region-filter-c {
  margin-right: 12px;
}

#am-pc-product-info-c {
  margin-top: 15px;
  margin-bottom: 10px;
}

#am-pc-product-info-c #am-pc-product-name-selectors-c > * {
  margin-top: 5px;
}

#am-pc-product-childs {
  margin-top: 30px;
}
