:root {
  --color-sb: #f1d3b6;
}

.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%);
  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 {
  overflow: hidden;
}

.product__image img {
  -o-object-fit: cover;
  object-fit: cover;
}

#vk_groups {
  width: 100% !important;
}

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

.uk-accordion-title {
  background-color: var(--color-sb);
  padding: 7px 12px;
}

.uk-open .uk-accordion-title {
  background-color: var(--color-primary);
  color: #fff;
}

.uk-dotnav > .uk-active > * {
  background-color: var(--color-primary);
  border-color: rgba(var(--color-primary), 0.25);
}

.sale-paysystem-wrapper{
  text-align: center;
  padding: 20px;
}

.sale-paysystem-wrapper .sale-paysystem-yandex-button{
  margin-top: 20px;
  display: inline-block;
}

.sale-paysystem-wrapper .btn.btn-primary{
  -webkit-appearance: none;
  border: 2px solid var(--color-primary);
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  font: inherit;
  font-size: 14px;
  line-height: 36px;
  margin: 0;
  overflow: visible;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  vertical-align: middle;
  background: #fff;
  color: var(--color-primary);
}


.sale-paysystem-wrapper .btn.btn-primary:hover{
  background: var(--color-primary);
  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%;
  }
}
