/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.page_cityselect .b-cityselect__wrapper--megashop3 .b-cityselect__city {
  color: var(--top-header-link-color);
}
.page_cityselect .cityselect-modal .b-cityselect__change--megashop3 {
  padding: 0;
}
.page_cityselect .b-cityselect__notifier {
  border: none;
  border-radius: 10px;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes {
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
  padding: 8px 14px 9px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: var(--button-text-color);
  border: 1px solid transparent;
  border-radius: var(--inputs-buttons-border-radius);
  background-color: var(--button-color);
  font-weight: 500;
  user-select: none;
  text-shadow: none;
  outline: none;
  font-size: 13px;
  border-radius: var(--inputs-buttons-border-radius);
  padding: 4px 9px 5px;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes:hover, .page_cityselect .b-cityselect__notifier .b-cityselect__city_yes.button_active {
  background-color: var(--button-color-hover);
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes:disabled, .page_cityselect .b-cityselect__notifier .b-cityselect__city_yes.button_disabled {
  background: #fafafa;
  color: #cfcfcf;
  cursor: default;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes.button_icon {
  padding: 0;
  border-radius: 3px;
  width: 18px;
  height: 18px;
}
@media (max-width: 1023px) {
  .page_cityselect .b-cityselect__notifier .b-cityselect__city_yes {
    padding: 4px 9px 5px;
  }
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no {
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
  padding: 8px 14px 9px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: var(--button-text-color);
  border: 1px solid transparent;
  border-radius: var(--inputs-buttons-border-radius);
  background-color: var(--button-color);
  font-weight: 500;
  user-select: none;
  text-shadow: none;
  outline: none;
  color: var(--button-color);
  border-color: var(--button-color);
  background-color: transparent;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  font-size: 13px;
  border-radius: var(--inputs-buttons-border-radius);
  padding: 4px 9px 5px;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no:hover, .page_cityselect .b-cityselect__notifier .b-cityselect__city_no.button_active {
  background-color: var(--button-color-hover);
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no:disabled, .page_cityselect .b-cityselect__notifier .b-cityselect__city_no.button_disabled {
  background: #fafafa;
  color: #cfcfcf;
  cursor: default;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no:hover {
  color: var(--button-color-dark);
  background-color: transparent;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no:disabled {
  background: #fafafa;
  color: #cfcfcf;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no.button_active {
  color: var(--button-color-dark);
  background-color: transparent;
}
.page_cityselect .b-cityselect__notifier .b-cityselect__city_no.button_icon {
  padding: 0;
  border-radius: 3px;
  width: 18px;
  height: 18px;
}
@media (max-width: 1023px) {
  .page_cityselect .b-cityselect__notifier .b-cityselect__city_no {
    padding: 4px 9px 5px;
  }
}
.page_cityselect .b-cityselect__notifier_triangle::before {
  border: 7px solid transparent;
  border-top: 0;
  border-bottom-color: #eaeaea;
  top: auto;
  left: 20px;
  bottom: 100%;
}
.page_cityselect .b-cityselect__notifier_triangle::after {
  border: 6px solid transparent;
  top: auto;
  left: 20px;
  bottom: 100%;
  border-top: 0;
  border-bottom-color: #fff;
}
@media (max-width: 1023px) {
  .page_cityselect .b-cityselect__notifier {
    position: fixed;
    top: 45px;
    left: 20px;
  }
  .page_cityselect .b-cityselect__notifier_triangle {
    display: none;
  }
}

.r-cityselect-block .b-cityselect__wrapper {
  width: 100%;
}
.r-cityselect-block .b-cityselect__wrapper .b-cityselect__city {
  display: block;
  font-size: 14px;
  line-height: 60px;
  color: var(--link-color);
  border: none;
}
.r-cityselect-block .b-cityselect__wrapper .b-cityselect__city svg,
.r-cityselect-block .b-cityselect__wrapper .b-cityselect__city .fa,
.r-cityselect-block .b-cityselect__wrapper .b-cityselect__city i {
  display: none;
}