.page-header--sticky .time-header {
  font-size: 0.75rem;
}

#map-event {
  width: 100%;
  height: 408px;
  margin: 0;
  padding: 0;
}

.map-item {
  padding: 3px 0;
  line-height: 1.6;
}

.map-item a {
  color: inherit;
  text-decoration: none;
}

.map-icon {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 7px;
}

.map-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* @media (min-width: 960px) {
  .loaded #bx-panel {
    width: calc(100% - 310px) !important;
  }
} */

.select2-container {
  width: 100% !important;
}

/* .uk-flex>.select2-container{
    max-width: 300px;
} */

.select2-container--default .select2-selection--single {
  width: 100%;
  max-width: 100%;
  height: 34px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  background-color: #fff;
  color: var(--color-global);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
  border-radius: 5px;
  font-size: 0.875rem;
  outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 26px;
  height: 32px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-dropdown {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #e5e5e5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #e5e5e5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  border-radius: 5px;
  outline: 0;
  font-size: 0.75rem;
  padding-left: 10px;
}

.fly-basket--line .select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: 1px solid #655050;
  background-color: transparent;
  border-radius: 0;
}

.fly-basket--line
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.field-loaded {
  position: relative;
}

.field-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.select2-results {
  font-size: 0.75rem;
}

.uk-form-small {
  height: 30px;
}

.select2-container--default .select2-results .select2-results__option {
  padding: 6px;
  border-radius: 0;
}

.in_cart {
  display: none !important;
}

.product__size .uk-button {
  width: auto;
  min-width: 80px;
}

.page__middle:after {
  opacity: 0.65;
}

.first-slider {
  max-height: 768px;
}

.main-menu.main-menu--text .main-menu__item {
  padding: 0.6em 1em;
}

.page-header .header-login--mobile:hover,
.page-header .header-login--mobile:focus {
  color: #fff;
  opacity: 0.7;
}

@media (max-width: 959px) {
  .page-footer {
    padding-bottom: 90px;
  }

  .dtk-info {
    display: none;
  }
}

@media (max-width: 460px) {
  .first-slider__link.uk-position-large {
    margin: 15px;
  }

  .first-slider__link.uk-position-large {
    width: calc(65% - 15px);
  }
}

.product__image {
  background-color: var(--color-secondary);
  /* background-image: linear-gradient(
    135deg,
    hsl(264deg 13% 8%) 0%,
    hsl(257deg 12% 10%) 17%,
    hsl(249deg 11% 13%) 33%,
    hsl(242deg 10% 16%) 50%,
    hsl(235deg 9% 18%) 67%,
    hsl(227deg 8% 21%) 83%,
    hsl(220deg 7% 24%) 100%
  ); */
  background: linear-gradient(135deg, rgba(19, 19, 25, 1) 0%, rgba(60, 56, 63, 1) 100%);
  border-radius: 20px;
  overflow: hidden;
}

#vk_groups {
  width: 100% !important;
}

#vk_groups iframe {
  width: 100% !important;
}

.basketItem__img {
  object-fit: center;
}

@media (max-width: 639px) {
  #flyOrder.uk-card-small.uk-card-body {
    padding: 0;
  }

  .basketItem__img {
    max-width: 40px;
  }
}

@media (max-width: 959px) {
  .header-search_mobile {
    padding: 6px 0;
  }
}

.taeb-switch {
  background-color: #e2e2e2;
}

.taeb-switch:after {
  background-color: var(--color-primary);
}

.sidebar-delivery .taeb-switch > * > a {
  color: #000;
}

.sidebar-delivery .taeb-switch > .uk-active > a {
  color: #fff;
}

#deliveryDate,
#deliveryTime {
  width: 100%;
}

@media screen and (min-width: 960px) {
  #deliveryDate,
  #deliveryTime {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  #deliveryDate,
  #deliveryTime {
    width: 25%;
  }
}

.product-add-item .product-add-item__image{
  padding-left: 5px;
  padding-right: 5px;
}

.product-add-item .product-add-item__image img{
  display: inline-block;
  width: 80px;
}

.product_sticker {
  position: absolute;
  left: 10px;
  bottom: 15px;
  background: var(--color-primary);
  color: #fff;
  font-size: .75rem;
  line-height: 1.4;
  padding: 2px 15px 3px;
  border-radius: 4px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.product_sticker__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.float-field {
  position: relative;
}

.float-field .uk-form-label {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #888;
  pointer-events: none;
  transition: 0.15s ease;
}

.float-field input:focus + .uk-form-label,
.float-field input:not(:placeholder-shown) + .uk-form-label {
  background: #fff;
  top: 10px;
  left: 35px;
  transform: translateY(-100%);
  font-size: 11px;
  color: #333 !important;
  padding: 0px 5px;
}

@media (min-width: 1200px) {
  .page-header{
    height: 168px;
  }
}

.uk-logo__descr {
  color: #fff;
  font-size: 11px;
}

.page-header--sticky .uk-logo__link {
  padding-top: 8px;
}

.page-header--mobile .uk-logo__descr {
  font-size: .315em;
}

.page-header--mobile .uk-logo img {
  margin-bottom: -13px;
}
