@charset "UTF-8";
/* Глобальные переменные ----------------------------------------------------------------- */
/* Глобальные переменные ----------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Цвета палитры АптекаМос --------------------------------------------------------------- */
/* Цвета палитры АптекаМос --------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Примеси ------------------------------------------------------------------------------- */
/* Примеси ------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Общий стиль --------------------------------------------------------------------------- */
/* Общий стиль --------------------------------------------------------------------------- */
.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-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-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-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-button-3,
.am-pc-button-3.am-pc-disabled:active {
  color: #ff8c00 !important;
  background-color: #fff;
}

.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-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, .am-pc-main-menu-item-img-7 {
  background-image: url(../../../../am/img/home/@2405071215@am_icn_home_app_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_che_services_home, .am-pc-main-menu-item-img-9 {
  background-image: url(../../../../am/img/home/@2405071215@am_icn_home_che_services_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_chenet_home, .am-pc-main-menu-item-img-2 {
  background-image: url(../../../../am/img/home/@2405071215@am_icn_home_chenet_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_lekarstva_home, .am-pc-main-menu-item-img-1 {
  background-image: url(../../../../am/img/home/@2405071215@am_icn_home_lekarstva_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_roslek_home, .am-pc-main-menu-item-img-5 {
  background-image: url(../../../../am/img/home/@2405071215@am_icn_home_roslek_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_mobile_home, .am-pc-main-menu-item-img-8 {
  background-image: url(../../../../am/img/home/@2405071215@am_icn_home_mobile_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_sale_home, .am-pc-main-menu-item-img-6 {
  background-image: url(../../../../am/img/home/@2405071215@am_icn_home_sale_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_settings_home, .am-pc-main-menu-item-img-4 {
  background-image: url(../../../../am/img/home/@2405071215@am_icn_home_settings_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_sick_home, .am-pc-main-menu-item-img-3 {
  background-image: url(../../../../am/img/home/@2405071215@am_icn_home_sick_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_publish_home, .am-pc-main-menu-item-img-10 {
  background-image: url(../../../../am/img/home/@2405071215@am_icn_home_publish_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_site_stat_home, .am-pc-main-menu-item-img-11 {
  background-image: url(../../../../am/img/home/@2405071215@am_icn_home_site_stat_160x160_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_site_stat_rc_home, .am-pc-main-menu-item-img-13 {
  background-image: url(../../../../am/img/home/@2405071215@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/@2405071215@am_icn_home_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_logo {
  background-image: url(../../../../am/img/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@am_icn_huawei_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_nashstore, footer #am-pc-mobile-nashstore {
  background-image: url(../../../../am/img/@2405071215@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/@2405071215@am_icn_rustore_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_loading, .am-pc-loading:before {
  background-image: url(../../../../am/img/@2405071215@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/@2405071215@am_icn_lens_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.am_icn_roslek_seal {
  background-image: url(../../../../am/img/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@am_sprite_50x50_cmprs.png);
  background-position: -180px -72px;
}

.am_icn_info_green_28x28, .am-pc-img-info-small {
  background-size: 196px 168px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 196px 168px;
  background-image: url(../../../../am/img/@2405071215@am_sprite_50x50_cmprs.png);
  background-position: -140px -84px;
}

.am_icn_instock_green, .am-pc-img-instock {
  background-size: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@am_sprite_50x50_cmprs.png);
  background-position: -36px -108px;
}

.am_icn_chenet_green, .am-pc-img-chenet {
  background-size: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@am_sprite_50x50_cmprs.png);
  background-position: -72px -36px;
}

.am_icn_region_green, .am-pc-img-region {
  background-size: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@am_sprite_50x50_cmprs.png);
  background-position: -36px -36px;
}

.am_icn_metro_green, .am-pc-img-metro {
  background-size: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@am_sprite_50x50_cmprs.png);
  background-position: 0px -108px;
}

.am_icn_selected_green, .am-pc-img-selected {
  background-size: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@am_sprite_50x50_cmprs.png);
  background-position: -72px -180px;
}

.am_icn_map_green, .am-pc-img-map {
  background-size: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@am_sprite_50x50_cmprs.png);
  background-position: -72px -108px;
}

.am_icn_street_green, .am-pc-img-street {
  background-size: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@am_sprite_50x50_cmprs.png);
  background-position: -108px -180px;
}

.am_icn_action_green, .am-pc-img-action {
  background-size: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@am_sprite_50x50_cmprs.png);
  background-position: 0px -36px;
}

.am_icn_clear_green, .am-pc-img-clear {
  background-size: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@am_sprite_50x50_cmprs.png);
  background-position: -108px -36px;
}

.am_icn_clear_green_28x28, .am-pc-img-clear-28x28 {
  background-size: 196px 168px;
  background-image: url(../../../../am/img/@2405071215@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: 196px 168px;
  background-image: url(../../../../am/img/@2405071215@am_sprite_50x50_cmprs.png);
  background-position: -84px -28px;
}

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

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

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

.am_icn_basket_green, .am-pc-img-basket {
  background-size: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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: 252px 216px;
  background-image: url(../../../../am/img/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@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/@2405071215@am_icn_star_active_cmprs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.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-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-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-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;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Анимации ------------------------------------------------------------------------------ */
/* Анимации ------------------------------------------------------------------------------ */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-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 runLeft2Right {
  to {
    left: 92%;
    transform-origin: bottom;
  }
}
@-webkit-keyframes runLeft2Right {
  to {
    left: 92%;
    transform-origin: bottom;
  }
}
@keyframes runLeft2Right {
  to {
    left: 92%;
    transform-origin: bottom;
  }
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Модальное окно  ----------------------------------------------------------------------- */
/* Модальное окно  ----------------------------------------------------------------------- */
#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-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;
  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 -------------------------------------------------------------------------------- */
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 {
  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,
footer #am-pc-mobile-rustore {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 3px;
}

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-right: 5px;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Стиль таблицы с продуктами ------------------------------------------------------------ */
/* АМ.Таблица Продуктов.Тип 2 ------------------------------------------------------------ */
#am-pc-products-2 {
  display: table;
  width: 100%;
}

#am-pc-products-2 #am-pc-products-h {
  display: table-header-group;
}

#am-pc-products-2 #am-pc-products-d {
  display: table-row-group;
}

#am-pc-products-2 #am-pc-products-h-row {
  display: table-row;
}

#am-pc-products-2 #am-pc-products-h-row > * {
  display: table-cell;
  padding: 10px 0;
}

#am-pc-products-2 #am-pc-products-h-1 {
  white-space: nowrap;
}

#am-pc-products-2 #am-pc-products-h-2,
#am-pc-products-2 #am-pc-products-h-3 {
  text-align: center;
}

#am-pc-products-2 .am-pc-product-type-2-c {
  display: table-row;
}

#am-pc-products-2 .am-pc-product-type-2-c > * {
  display: table-cell;
}

#am-pc-products-2 .am-pc-product-type-2-group-1,
#am-pc-products-2 .am-pc-product-type-2-group-2,
#am-pc-products-2 .am-pc-product-type-2-group-3 {
  vertical-align: bottom;
}

#am-pc-products-2 .am-pc-product-type-2-group-2,
#am-pc-products-2 .am-pc-product-type-2-group-3 {
  white-space: nowrap;
  text-align: center;
}

#am-pc-products-2 .am-pc-product-type-2-c.TRADEFORM .am-pc-product-type-2-group-1 {
  padding-left: 60px;
}

#am-pc-products-2 .am-pc-product-type-2-group-2 > * {
  padding: 0 8px;
}

#am-pc-products-2 #am-pc-products-h-3,
#am-pc-products-2 .am-pc-product-type-2-group-3 {
  width: 22%;
}

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

#am-pc-products-2 .am-pc-product-type-2-c + .am-pc-product-type-2-c > * {
  padding-top: 25px;
}

#am-pc-products-2 .am-pc-product-img-c {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

#am-pc-products-2 .am-pc-product-img {
  font-size: 0.7em;
}

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

#am-pc-products-2 .am-pc-product-type-2-group-1 .am-pc-product-services {
  margin-top: 0;
}

#am-pc-products-2 .am-pc-product-type-2-group-1 .am-pc-product-services > * {
  margin-top: 10px;
}

#am-pc-products-2 .am-pc-product-type-2-group-1 .am-pc-product-services .am-pc-button {
  min-width: 125px;
  padding-left: 0;
  padding-right: 0;
}

#am-pc-products-2 .am-pc-product-type-2-group-1 .am-pc-product-services .am-pc-product-info-2-large {
  min-width: 0;
  padding-left: 18px;
  padding-right: 18px;
}

#am-pc-products-2 .am-pc-product-type-2-c .am-pc-product-services > * {
  margin-right: 5px;
  margin-left: 0;
}

#am-pc-products-2 .am-pc-product-type-2-c .am-pc-product-services > *:last-child {
  margin-right: 0;
}

#am-pc-products-2 .am-pc-product-type-2-c .am-pc-product-info-c,
#am-pc-products-2 .am-pc-product-type-2-c .am-pc-product-info-2-c {
  display: inline-block;
}

#am-pc-products-2 .am-pc-product-type-2-c .am-pc-product-info-c,
#am-pc-products-2 .am-pc-product-type-2-c .am-pc-product-info-2-c,
#am-pc-products-2 .am-pc-product-type-2-c .am-pc-product-info-c > * {
  vertical-align: bottom;
}

#am-pc-products-2 .am-pc-product-orgs-count-nir.function {
  word-wrap: break-word;
  word-break: break-word;
  max-width: 140px;
  max-height: 3.6em;
  margin: auto;
  overflow: hidden;
  white-space: normal;
  color: #ff8c00;
  text-decoration: underline dotted;
}

#am-pc-products-2 .am-pc-product-prices-c {
  max-width: 200px;
  margin: auto;
}

#am-pc-products-2 .am-pc-product-orgs-count,
#am-pc-products-2 .am-pc-product-prices {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

#am-pc-products-2 #am-pc-products-2-not-found-text {
  margin-top: 40px;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* Стиль рекламы ------------------------------------------------------------------------- */
/* Advert -------------------------------------------------------------------------------- */
.am-pc-advert-c {
  margin: auto;
  overflow: hidden;
}

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

.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 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-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#am-pc-search-results-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

#am-pc-search-results-region-filter-c {
  min-width: 250px;
  overflow: hidden;
  padding: 0 25px;
  text-align: center;
}

#am-pc-search-results-h,
#am-pc-products {
  margin-top: 10px;
}

#am-pc-search-results-text-c {
  min-width: 22%;
}

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

#am-pc-search-results-filters-c {
  /*width: 22%;*/
  min-width: 22%;
  text-align: center;
  /*text-align: right;*/
  white-space: nowrap;
}

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

#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;
}

/* --------------------------------------------------------------------------------------- */
/* Стиль модального окна со списком медикаментов(Используется на поисковой выдаче) ------- */
#am-pc-medicine-list .am-pc-medicine-c {
  padding: 10px;
}

/* --------------------------------------------------------------------------------------- */
/* Статьи -------------------------------------------------------------------------------- */
.am-pc-article-date {
  white-space: nowrap;
  color: #ff8c00;
}

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

.am-pc-ribbon-article-group-1,
.am-pc-ribbon-article-group-2 {
  -webkit-flex-basis: 150px;
  flex-basis: 150px;
}

.am-pc-ribbon-article-img-c-1 {
  position: absolute;
  display: inline-block;
  padding: 2px;
  border: 1px solid #3f9792;
  background-color: #fcffff;
}

.am-pc-article-img-c.am-pc-ribbon-article-img-c {
  position: relative;
  width: 100%;
  padding-bottom: calc(66.66667% + 2px);
}

.am-pc-article-img.am-pc-ribbon-article-img {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0.7em;
}

.am-pc-ribbon-article-header {
  word-wrap: break-word;
  word-break: break-word;
}

.am-pc-ribbon-article-date-d,
.am-pc-ribbon-article-date-my {
  display: inline-block;
}

.am-pc-ribbon-article-group-2 .am-pc-ribbon-article-header-c {
  margin-top: 5px;
  max-height: 3.5em;
  overflow: hidden;
}

.am-pc-ribbon-article-date-d,
.am-pc-ribbon-article-date-my,
.am-pc-ribbon-article-header {
  font-size: 0.9em;
}

.am-pc-ribbon-article > * + * {
  margin-left: 5px;
}

/* --------------------------------------------------------------------------------------- */
#am-pc-data-block-central-h,
#am-pc-data-block-central-d {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#am-pc-data-block-central-h {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#am-pc-data-block-central-h .am-pc-data-block-central-1 h1 {
  max-height: 3.5em;
  overflow: hidden;
}

#am-pc-data-block-central-h #am-pc-home-region-filter-c {
  max-width: calc(100% - 100px);
  margin: auto;
}

#am-pc-data-block-central-d {
  margin-top: 5px;
}

.am-pc-data-block-central-1,
.am-pc-data-block-central-3 {
  -webkit-flex-basis: 22%;
  flex-basis: 22%;
}

.am-pc-data-block-central-1,
.am-pc-data-block-central-3 {
  min-width: 270px;
}

.am-pc-data-block-central-2 {
  -webkit-flex-basis: 56%;
  flex-basis: 56%;
  overflow: hidden;
}

#am-pc-data-block-central-h .am-pc-data-block-central-2 {
  overflow: hidden;
  white-space: nowrap;
}

#am-pc-data-block-central-d .am-pc-data-block-central-2 {
  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-data-block-central-h > .am-pc-data-block-central-2 {
  text-align: center;
}

#am-pc-data-block-central-d > .am-pc-data-block-central-1,
#am-pc-data-block-central-d > .am-pc-data-block-central-2,
#am-pc-data-block-central-d > .am-pc-data-block-central-3 {
  margin-top: 20px;
}

#am-pc-left-seo-c,
#am-pc-ribbon-articles-c {
  height: 100%;
}

#am-pc-left-seo-c {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#am-pc-left-seo-line-c {
  padding: 0 10px 0 0;
}

#am-pc-left-seo-line {
  width: 1px;
  padding: 1px;
  border-top: 1px solid #90e6db;
  border-bottom: 1px solid #90e6db;
  border-left: 1px solid #90e6db;
  background: #d8f7f3;
  height: calc(100% - 2px);
}

#am-pc-left-seo-texts-c,
#am-pc-ribbon-articles-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;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.am-pc-left-seo-text {
  line-height: 1.4em;
  font-size: 0.9em;
  color: #3f9792;
}

.am-pc-left-seo-text .am-pc-phone {
  color: #ff8c00;
}

.am-pc-left-seo-text + .am-pc-left-seo-text {
  margin-top: 2px;
}

#am-pc-main-menu-c {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#am-pc-main-menu-c {
  padding: 0 10px;
}

.am-pc-main-menu-item-c {
  padding: 0 10px 10px;
}

.am-pc-main-menu-item-c.am-pc-main-menu-item-empty {
  margin-bottom: 0;
}

.am-pc-main-menu-item {
  width: 100%;
}

.am-pc-main-menu-item:hover .am-pc-main-menu-item-text {
  color: #ff8c00;
}

.am-pc-main-menu-item-text-img-c {
  position: relative;
}

.am-pc-main-menu-item-img-c {
  width: 100%;
}

.am-pc-main-menu-item-img-c-1 {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.am-pc-main-menu-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 5px;
}

.am-pc-main-menu-item-itext-c {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.am-pc-main-menu-item-text-c {
  margin-top: 15px;
}

.am-pc-main-menu-item-text {
  font-size: 1.1em;
  color: #3f9792;
  text-align: center;
}

.am-pc-main-menu-item-img-1 {
  box-shadow: 0 5px 5px #c3b9ad, 0px 7px 0 #c3b9ad, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #faf0e4;
}

.am-pc-main-menu-item-img-2 {
  box-shadow: 0 5px 5px #728759, 0px 7px 0 #728759, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #ccddb3;
}

.am-pc-main-menu-item-img-3 {
  box-shadow: 0 5px 5px #719ec9, 0px 7px 0 #719ec9, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #ccedfc;
}

.am-pc-main-menu-item-img-4 {
  box-shadow: 0 5px 5px #9fa0a0, 0px 7px 0 #9fa0a0, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #f8faf9;
}

.am-pc-main-menu-item-img-5 {
  box-shadow: 0 5px 5px #5f9090, 0px 7px 0 #5f9090, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #e4f3f8;
}

.am-pc-main-menu-item-img-6 {
  box-shadow: 0 5px 5px #c5a7a7, 0px 7px 0 #c5a7a7, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #f5d3d2;
}

.am-pc-main-menu-item-img-7 {
  box-shadow: 0 5px 5px #cbcccc, 0px 7px 0 #cbcccc, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #f9f9f9;
}

.am-pc-main-menu-item-img-8 {
  box-shadow: 0 5px 5px #c6be89, 0px 7px 0 #c6be89, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #fff2a9;
}

.am-pc-main-menu-item-img-9 {
  box-shadow: 0 5px 5px #9fa0a0, 0px 7px 0 #9fa0a0, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #f9f9f9;
}

.am-pc-main-menu-item-img-10 {
  box-shadow: 0 5px 5px #bbc9ce, 0px 7px 0 #bbc9ce, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #e9f4fa;
}

.am-pc-main-menu-item-img-11 {
  box-shadow: 0 5px 5px #c3b9ad, 0px 7px 0 #c3b9ad, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #faf0e4;
}

.am-pc-main-menu-item-img-12 {
  box-shadow: 0 5px 5px #bbc9ce, 0px 7px 0 #bbc9ce, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #fafeff;
}

.am-pc-main-menu-item-img-13 {
  box-shadow: 0 5px 5px #bbc9ce, 0px 7px 0 #bbc9ce, 0px 9px 10px rgba(63, 151, 146, 0.4), inset 0px 2px 9px rgba(63, 151, 146, 0.2);
  background-color: #fafeff;
}

.am-pc-main-menu-stat-request .am-pc-main-menu-item-itext-c {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.am-pc-main-menu-stat-request .am-pc-main-menu-stat-request-text-h {
  font-size: 0.5em;
  fill: #646464;
}

.am-pc-main-menu-stat-request .am-pc-main-menu-stat-request-text-val {
  font-weight: bold;
}

.am-pc-main-menu-stat-request #am-pc-main-menu-stat-request-today-val {
  font-size: 0.9em;
  fill: #ff8c00;
}

.am-pc-main-menu-stat-request #am-pc-main-menu-stat-request-today-val.am-pc-text-size-middle {
  font-size: 0.8em;
}

.am-pc-main-menu-stat-request #am-pc-main-menu-stat-request-today-val.am-pc-text-size-small {
  font-size: 0.7em;
}

.am-pc-main-menu-stat-request #am-pc-main-menu-stat-request-total-val {
  font-size: 0.6em;
  fill: #3f9792;
}

.am-pc-main-menu-lekarstva-prices .am-pc-index-trend-header {
  fill: #3f9792;
  font-size: 0.49em;
}

.am-pc-main-menu-lekarstva-prices .am-pc-index-trend-text {
  font-size: 0.77em;
}

.am-pc-main-menu-lekarstva-prices .am-pc-index-trend-text.am-pc-text-size-small {
  font-size: 0.65em;
}

.am-pc-main-menu-lekarstva-prices #am-pc-index-trend-triangle-year-up,
.am-pc-main-menu-lekarstva-prices #am-pc-index-trend-triangle-week-up,
.am-pc-main-menu-lekarstva-prices #am-pc-index-trend-text-year,
.am-pc-main-menu-lekarstva-prices #am-pc-index-trend-text-week {
  fill: #ff8c00;
}

.am-pc-main-menu-lekarstva-prices #am-pc-index-trend-triangle-year-down,
.am-pc-main-menu-lekarstva-prices #am-pc-index-trend-triangle-week-down,
.am-pc-main-menu-lekarstva-prices .am-pc-index-trend-year-down #am-pc-index-trend-text-year,
.am-pc-main-menu-lekarstva-prices .am-pc-index-trend-week-down #am-pc-index-trend-text-week {
  fill: #3f9792;
}

.am-pc-main-menu-lekarstva-prices #am-pc-index-trend-triangle-year-down,
.am-pc-main-menu-lekarstva-prices #am-pc-index-trend-triangle-week-down {
  display: none;
}

.am-pc-main-menu-lekarstva-prices .am-pc-index-trend-year-down #am-pc-index-trend-triangle-year-down,
.am-pc-main-menu-lekarstva-prices .am-pc-index-trend-week-down #am-pc-index-trend-triangle-week-down {
  display: inherit;
}

.am-pc-main-menu-lekarstva-prices .am-pc-index-trend-year-down #am-pc-index-trend-triangle-year-up,
.am-pc-main-menu-lekarstva-prices .am-pc-index-trend-week-down #am-pc-index-trend-triangle-week-up {
  display: none;
}

.am-pc-main-menu-lekarstva-prices .am-pc-main-menu-item-img #am-pc-google-chart-c {
  margin-top: 30%;
  height: 70%;
}

.am-pc-ribbon-article-c + .am-pc-ribbon-article-c {
  margin-top: 10px;
}

#am-pc-partners-news-c {
  margin-top: 35px;
  overflow: hidden;
}

#am-pc-partners-news-h {
  text-align: center;
  margin-bottom: 10px;
}

/*@media screen and (max-width: 1302px) {
  #am-pc-left-seo-c,
  #am-pc-ribbon-articles-c {
    height: $am-height-news-seo-2;
  }
}*/
/*@media screen and (max-width: 1176px) {
  #am-pc-left-seo-c,
  #am-pc-ribbon-articles-c {
    height: $am-height-news-seo-1;
  }
}*/
@media screen and (max-width: 1160px) {
  #am-pc-main-menu-c {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .am-pc-main-menu-item-c.am-pc-main-menu-empty-item-c {
    display: none;
  }
  #am-pc-left-seo-c,
  #am-pc-ribbon-articles-c {
    height: calc(100% - 47px);
  }
}
/*@media screen and (max-width: 1108px) {
  #am-pc-left-seo-c,
  #am-pc-ribbon-articles-c {
    height: $am-height-news-seo-2;
  }
}*/
