@charset "UTF-8";
/**
 * @category	Individ
 * @link		http://individ.ru
 * @revision	$Revision: 2222 $
 * @date		$Date: 2014-12-18 12:09:21 +0300 (Чт, 18 дек 2014) $
 */
/* Стили по умолчанию */
a {
  /* Псевдоссылки */
}

a[href] {
  /*	text-decoration: underline;*/
}

a:focus {
  outline: none;
}

a.fake {
  text-decoration: none;
  border-bottom: 1px dotted;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

p > img {
  float: left;
  margin: 0 1em .5em 0;
}

/* Плоские списки (с обнулёнными стилями) */
ul.flat,
ol.flat {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

ul.flat li,
ol.flat li {
  margin: 0;
  padding: 0;
}

/* Служебные стили */
.out-of-bounds {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.no-user-select {
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* для IE использовать атрибут unselectable="on" */
}

/* Стили для визуального редактора Bitrix */
.f-img {
  float: left;
  margin: 0 20px 5px 0;
}

.f-imgr {
  float: right;
  margin: 0 0 20px 5px;
}

#CashCarry.modal {
  z-index: 9997;
}

img[src*='loader.gif'] {
  filter: none !important;
  object-fit: scale-down !important;
  object-position: center;
}

.global-loader {
  position: fixed;
  z-index: 9500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: wait;
}

.global-loader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url("/images/loader2.gif") center center no-repeat;
}

.sidebar .action-button {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 0.25em;
  overflow: hidden;
  padding: 0.25em;
  font-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.1s linear;
  position: relative;
  bottom: 0;
}

.sidebar #new-year-sale-button {
  color: white;
  background-color: #3f2a66;
  text-shadow: 0 1px 3px #120c1e;
  box-shadow: 0 1px 3px #3f2a66;
  background-image: url(/images/new-year-button-bg.jpg);
}

.sidebar #new-year-sale-button:hover {
  box-shadow: 0 3px 12px #3f2a66;
  bottom: 2px;
}

.sidebar #year-2020-symbol-button {
  background-color: #831b1a;
  box-shadow: 0 1px 3px #2e0909;
  background-image: url(/images/year-2020-symbol.jpg);
}

.sidebar #year-2020-symbol-button:hover {
  box-shadow: 0 3px 12px #831b1a;
  bottom: 2px;
}

/* временно */
#location-field {
  display: none;
}

/*# sourceMappingURL=styles.css.map */