#header_city_modal {
  display: none;
  /* position: absolute;
  z-index: 10;
  left: 80px;
  top: 30px;
  width: 270px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  background: #fff;
  font-family: 'Roboto Regular', sans-serif;
  font-size: 14px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); */
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 0px 13px rgb(0 0 0 / 13%);
  box-shadow: 0px 0px 13px rgb(0 0 0 / 13%);
  position: absolute;
  top: 50%;
  left: 100%;
  min-width: 275px;
  background-color: #fff;
  z-index: 100;
  padding: 6px 45px 6px 10px; 
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  white-space: nowrap;
  transform: translateY(-50%);
  display: none;
}
#header_city_modal.header-city-modal--alt{
    top: 0;
    transform: translate(0, 0);
    white-space: normal;
    padding: 10px 45px 10px 15px;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}

#header_city_modal.header-city-modal--alt::before{
    bottom: auto;
    top: 5px;
    transform: translate(0,0);
}

#header_city_modal::before{
    bottom: 50%;
    content: " ";
    display: block;
    height: 20px;
    left: -22px;
    position: absolute;
    border-color: transparent #ffffff transparent transparent;
    border-style: solid;
    border-width: 11px;
    transform: translateY(50%);
}

.header-city-modal-btns{
    display: flex;
    align-items: center;
}

.header_city_confirm {
  /* display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  background: #a6d600;
  color: #fff;
  font-size: 16px; */
  padding: 7px 14px;
  min-height: auto;
  font-size: 16px;
  margin-right: 15px;
}

.header_city_another {
  /* display: inline-block;
  line-height: 30px;
  margin-left: 20px;
  text-decoration: underline;
  color: #555; */
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3a7bcb;
  text-decoration: none;
}

.header_city_another:hover{
    text-decoration: none;
}

.header_city_another:active,
.header_city_another:focus{
    text-decoration: none;
    color: #3a7bcb;
    opacity: 0.7;
}


.header_city_modal_close .close{
    top: 5px;
    right: 5px;
    background-color: transparent;
    background-size: 30px 30px;
}

.choosed-delivery__pick-date,
.choosed-delivery__pick-time {
  margin-bottom: -20px;
  margin-right: 20px;
}

#order-more-modal .modal-right {
  width: 100%;
}

.goods-card__amount-counter-more {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-red {
  color: red;
}

.catalog-wrapper {
  padding-top: 20px;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #64b820;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader {
  margin: 0 auto;
}

.bill-company .easy-autocomplete {
  width: 100% !important;
}

.easy-autocomplete-container {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.link-recover {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3a7bcb;
  text-decoration: none;
}

.ui-state-active {
  border: 1px solid #e6e0e0 !important;
  background: #e6e0e0 !important;
  color: black !important;
  font-weight: bold !important;
}

.btn.disabled {
  opacity: 1 !important;
}

.catalog-list__sorting-item.active {
  color: #64b820;
  font-weight: bold;
}

.has-error .input-style {
  border-color: #f23434;
}
.invalid .input-style {
  border-color: #f23434;
}

.has-error .input-style ~ .inputs-name {
  color: #f23434;
}

.review-page__mark {
  width: 200px;
}

.cart-goods__price-total {
  font-size: 15px;
}

.ui-menu-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#payment-methods .eac-item {
  padding: 0;
}

.easy-autocomplete.has-error + span.inputs-name {
  color: #f23434;
}

input.border-green.input-style {
  border-color: #64b820;
}

.goods-amount-input {
  border-bottom: 1px solid #000000 !important;
}

.btn-to-cart-wrapper .btn-add-to-cart,
.cart-amount {
  font-size: 17px !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

.btn.disabled.btn-add-bazis,
.btn.disabled.btn-add-bazis:hover {
  background-color: #ccc !important;
}

.flex-end {
  align-items: end !important;
}

.back-to-cart,
.back-to-cart:hover {
  color: #3a7bcb;
  text-decoration: none;
}

.profile .goods-card__code {
  color: #222222 !important;
}

.edge-panel {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 100%;
}

.edge-panel__item:hover {
  transition: all 0.2s linear;
}
.edge-panel__item:hover {
  opacity: 0.9;
}
.edge-panel__item a {
  display: block;
  padding: 11px 16px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.edge-panel__item a .bold {
  font-weight: 700;
}
.edge-panel__item a:hover {
  text-decoration: none;
}
.edge-panel__item .call-btn {
  padding-left: 41px;
  background-image: url('/images/icons/telephone.png');
  background-size: 20px 20px;
  background-position: left 15px center;
  background-repeat: no-repeat;
}
.edge-panel__item .whatsapp {
  padding-left: 41px;
  background-image: url('/images/icons/whatsapp.png');
  background-size: 20px 20px;
  background-position: left 15px center;
  background-repeat: no-repeat;
}
.edge-panel__item .red {
  background-color: #ed4037;
}
.edge-panel__item .green {
  background-color: #4f9923;
}

.goods-availability {
  width: fit-content;
}
.goods-availability + .popover {
  border: none;
}
.goods-availability + .popover .popover-content {
  padding: 5px 10px;
}
.goods-card__amount-counter .goods-amount-input + .popover {
  border: none;
}
.goods-card__amount-counter .goods-amount-input + .popover .popover-content {
  padding: 5px 10px;
}
.goods-info__amount-counter .goods-amount-input + .popover {
  border: none;
}
.goods-info__amount-counter .goods-amount-input + .popover .popover-content {
  padding: 5px 10px;
}
.goods-info__availability-info + .popover {
  border: none;
}
.goods-info__availability-info + .popover .popover-content {
  padding: 5px 10px;
}

.goods-card__amount-counter .goods-amount-input + .popover {
  border: none;
}
.goods-card__amount-counter .goods-amount-input + .popover .popover-content {
  padding: 5px 10px;
}
.goods-info__amount-counter .goods-amount-input + .popover {
  border: none;
}
.goods-info__amount-counter .goods-amount-input + .popover .popover-content {
  padding: 5px 10px;
}
.goods-info__availability-info + .popover {
  border: none;
}
.goods-info__availability-info + .popover .popover-content {
  padding: 5px 10px;
}

.cart-item .goods-card__amount-counter .goods-amount-input + .popover .popover-content {
    padding: 0;
}

.edge-panel-position {
  position: relative;
  right: -32px;
}

.btn-close-edge {
  width: 32px;
  height: 100%;
  padding: 10px;
  border: none;
  background-color: transparent;
  background-image: url('/images/icons/close.svg');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
}

.contacts-subtitle {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #222222;
}

.points {
  margin-bottom: 50px;
}

.point {
}
.point-top {
  display: flex;
  margin-bottom: 40px;
}
.point-top-left {
  flex-shrink: 0;
  margin-right: 20px;
}
.point__icon {
  width: 35px;
  height: 35px;
}
.point-top-right {
}
.point__address {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #222222;
}
.point__hours {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #ef1820;
}
.point__hours-item {
}
.point__added {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #777777;
}
.point-imgs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -25px;
  margin-right: -25px;
}
.point-imgs__item {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 250px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.free-delivery .lbl-receiving__subtitle--free {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.lbl-receiving__subtitle-icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.lbl-receiving__subtitle-text {
  max-width: 145px;
}

.delivery-disabled .lbl-receiving {
  cursor: default;
  border-color: #f1f1f1;
}
.delivery-disabled .lbl-receiving__title {
  opacity: 0.3;
}
.delivery-disabled .lbl-receiving__subtitle {
  opacity: 0.3;
}
.delivery-disabled .lbl-receiving__term {
  opacity: 0.3;
}
.free-delivery.delivery-disabled .lbl-receiving::after {
  opacity: 0.3;
}

@media (max-width: 1199.98px) {
  .delivery-disabled .lbl-receiving__terms {
    opacity: 1;
    order: 2;
  }

  .lbl-receiving__subtitle-text {
    max-width: none;
  }
}

.goods-badges__item.description {
  background-color: #fff;
  padding: 0;
}

.goods-badges__item.discount.description {
  color: #f23434;
}
.goods-badges__item.hit.description {
  color: #fe9600;
}
.goods-badges__item.best.description {
  color: #0084f4;
}
.goods-badges__item.expiry.description {
  color: #963cf3;
}
.goods-badges__item.personal.description {
  color: #222222;
}

.cart-item .goods__discount {
  top: -25px;
}

.delivery-plan {
  font-size: 16px;
  margin-bottom: 15px;
}

.location-popup {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 0px 13px rgb(0 0 0 / 13%);
  box-shadow: 0px 0px 13px rgb(0 0 0 / 13%);
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  z-index: 100;
  padding: 10px 15px;
}

.location-btn {
  padding: 7px 14px;
  min-height: auto;
  font-size: 16px;
  margin-right: 20px;
}

img{
    max-width: 100%;
    max-height: 100%;
}
img.lazy {
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
}
img.lazy:not(.initial) {
  transition: opacity 0.2s;
  max-width: 100%;
  max-height: 100%;
}
img.lazy.initial,
img.lazy.loaded,
img.lazy.error {
  opacity: 1;
}
img.lazy:not([src]) {
  visibility: hidden;
}
.lazy.bg-img-cover,
.lazy.bg-img-contain {
  opacity: 0;
  transition: opacity 1s;
}
.lazy.bg-img-cover[data-was-processed],
.lazy.bg-img-contain[data-was-processed] {
  opacity: 1;
}
.lazy.bg-img-cover:not([style]),
.lazy.bg-img-contain:not([style]) {
  visibility: hidden;
}
.btn_filter_mobil {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 10;
  padding-bottom: 5%;
  padding-top: 5%;
}
.filter-warning {
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #ebebeb;
}

.filter-warning__icon {
  background-color: #64b820;
  border-radius: 50%;
  flex-shrink: 0;
  color: #ffffff;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 700;
  margin-right: 15px;
}
.btn_filter_mobil {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 10;
  padding-bottom: 5%;
  padding-top: 5%;
}
.filter-warning {
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #ebebeb;
}

.filter-warning__icon {
  background-color: #64b820;
  border-radius: 50%;
  flex-shrink: 0;
  color: #ffffff;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 700;
  margin-right: 15px;
}
.sale-banner {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
  .sale-banner {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .sale-banner {
    margin-bottom: 30px;
  }
}

.sale-banner img {
  width: 100%;
  height: auto;
}

.header-center.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
}

@media (min-width: 1199px) {
  .catalog::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 3px;
    height: 0px;
  }
  .catalog::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  .catalog::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #b3b3b3;
  }
  .catalog::-webkit-scrollbar-thumb:hover {
    background-color: #bbbbbb;
  }
  .catalog::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 4px;
    height: 0px;
  }
  .catalog::-webkit-scrollbar {
    width: 4px;
    height: 8px;
  }

  .catalog-inner-menu {
    overflow-y: auto;
    padding-bottom: 30px;
    scrollbar-width: thin;
    scrollbar-color: #ebebeb #ffffff;
  }
  .catalog-inner-menu::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 3px;
    height: 0px;
  }
  .catalog-inner-menu::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  .catalog-inner-menu::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #ebebeb;
  }
  .catalog-inner-menu::-webkit-scrollbar-thumb:hover {
    background-color: #bbbbbb;
  }
  .catalog-inner-menu::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 4px;
    height: 0px;
  }
  .catalog-inner-menu::-webkit-scrollbar {
    width: 4px;
    height: 8px;
  }

  .actualCatClass {
    scrollbar-width: thin;
    scrollbar-color: #ebebeb #ffffff;
  }
  .actualCatClass::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 3px;
    height: 0px;
  }
  .actualCatClass::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  .actualCatClass::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #ebebeb;
  }
  .actualCatClass::-webkit-scrollbar-thumb:hover {
    background-color: #bbbbbb;
  }
  .actualCatClass::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 4px;
    height: 0px;
  }
  .actualCatClass::-webkit-scrollbar {
    width: 4px;
    height: 5px;
  }
}

.catalog-list {
  position: relative;
}

@media (max-width: 1199.98px) and (min-width: 992px){
    .catalog-list {
       padding-top: 20px;
    }
}

/* #loaderDesktop #loading-indicator {
  position: absolute;
}

@media (max-width: 1199.98px) {
  #loaderDesktop #loading-indicator {
    position: fixed;
  }
} */
.actualCatClass,
.actualMobileCatClass {
  overflow-x: auto;
}

.btn-remove-filters-custom {
  display: none;
  background-image: url('/images/icons/close.svg');
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 9px 9px;
  padding-right: 30px;
}

@media (max-width: 575px) {
  .hdn-sm-down {
    display: none !important;
  }
}

#actualMobileCat .sales-badge,
.actualMobileCatClass .sales-badge {
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
}

.filters-category__content.shadow {
  -webkit-box-shadow: inset 0px -7px 10px -7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -7px 10px -7px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -7px 10px -7px rgba(0, 0, 0, 0.1);
}

.filters-category__content .scroll-content {
  padding-bottom: 5px;
}

.catalog-list__cards.tile .goods-card__code {
  display: block;
  font-size: 13px;
  line-height: 100%;
  margin-bottom: 7px;
}

.catalog-list__cards.tile .goods-info-block {
  margin-bottom: auto;
}

.slick-slider .goods-info-block{
    margin-top: auto;
}

.catalog-list__cards.tile .goods-price__per-item {
  position: absolute;
  top: 205px;
  background-color: #fff;
  z-index: 10;
  width: fit-content;
}

.catalog-list__cards.tile .goods-price-loyalty .goods-price-loyalty-item{
    pointer-events: none;
}

@media (max-width: 1400px) {
  .catalog-list__cards.tile .goods-price__per-item {
    top: 230px;
  }
}
@media (max-width: 1199.98px) {
  .catalog-list__cards.tile .goods-price__per-item {
    top: 215px;
  }
}
@media (max-width: 991.98px) {
  .catalog-list__cards.tile .goods-price__per-item {
    top: 215px;
  }
}
@media (max-width: 767.98px) {
  .catalog-list__cards.tile .goods-price__per-item {
    top: 210px;
  }
}
@media (max-width: 575.98px) {
  .catalog-list__cards.tile .goods-price__per-item {
    top: 195px;
  }
}

@media (max-width: 1199.98px) {
  .field-delivery-delivery_date {
    margin: 0;
  }
  .field-delivery-delivery_date .help-block {
    margin: 0;
  }
  
}

.related-offers__group {
  margin-bottom: 40px;
}

.related-offers__group-title {
  margin-bottom: 20px;
  font-size: 16px;
}

.related-offers__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.related-offers__list li {
  margin-bottom: 10px;
  width: 100%;
}

.related-offers__list li a {
  border: 2px solid #ebebeb;
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  width: 100%;
  border-radius: 3px;
  max-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
}
.related-offers__list li.active a {
  border-color: #64b820;
  text-decoration: none;
}
.related-offers__list li a:hover,
.related-offers__list li a:focus {
  text-decoration: none;
  border-color: #777777;
}

.related-offers__list--fit {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.related-offers__list--fit li {
  width: auto;
  margin-right: 10px;
}

.link-extender {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #2b74c2;
}

.goods-info-new {
  position: relative;
  z-index: 10;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
  padding: 30px;
}

.goods-info-new .goods-info__amount {
  flex-direction: column;
  align-items: flex-start;
}

.goods-info-new .goods-info__price-per-item {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (min-width: 1400px) {
  .goods-preview-block .goods-info-center .gic-left {
    max-width: 438px;
  }
}

@media (min-width: 1199px) and (max-width: 1400px) {
  .goods-preview-block .goods-info-center .gic-left {
    max-width: 327px;
  }
  
}

.goods-preview-block .goods-info-center .gic-rigth .goods-delivery-block{
    background-color: #f7f7f7;
    border: none;
}

.goods-preview-block .goods-info-center .gic-rigth .goods-delivery-block .goods-delivery__info{
    position: relative;
    z-index: 5;
}


.goods-preview-block .goods-info-center .gic-rigth .goods-delivery-block{
    position: relative;
}

.goods-preview-block .goods-info-center .gic-rigth .goods-delivery-block::before{
    content: '';
    position: absolute;
    left: -50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
}
.goods-preview-block .goods-info-center .gic-rigth .goods-delivery-block::after{
    content: '';
    position: absolute;
    right: -50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
}

@media (min-width: 1200px){
    .goods-preview-block .goods-info-center .gic-rigth .goods-delivery-block{
        display: none;
    }
}



.goods-delivery-block__title {
  font-size: 17px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

@media (max-width: 1400px){
    .related-offers__list li a{
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
  .blockToExtend{
    padding-right: 0 !important;
  }
  .related-offers__list li a{
     font-size: 16px;
  }
  .goods-info-new {
    padding: 5px 0 10px 0px;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-top: 5px;
    border: none;
  }

  .goods-info-center {
    padding-bottom: 0;
  }

  .goods-info__price-per-item {
    line-height: 20px;
  }

  .goods-preview-block .goods-info-center .gic-left{
    order: 2;
  }
  .goods-preview-block .goods-info-center .gic-left .goods-delivery{
    padding: 0;
  }
  .goods-preview-block .goods-info-center .gic-left .goods-delivery .goods-delivery-block:last-child{
    display: none;
  }
  .related-offers__group {
    margin-bottom: 10px;
  }
}



.goods-delivery-block .goods-delivery__info {
  flex-direction: row;
  justify-content: flex-start;
}

.goods-delivery-block .goods-delivery__info .goods-info__link {
  font-size: 16px;
}

.goods-delivery-block .goods-delivery__info > .goods-info__link {
  margin-right: 20px;
}

.goods-delivery-block .goods-delivery__info .goods-delivery__info-position {
  margin-top: 0;
}

.blockToExtend.extended {
  max-height: none;
}

.blockToExtend {
  max-height: 260px;
  overflow-y: auto;
  /* padding-right: 20px; */
  scrollbar-width: thin;
  scrollbar-color: #ebebeb #ffffff;
}
.blockToExtend::-webkit-scrollbar-button {
  background-image: none;
  background-repeat: no-repeat;
  width: 3px;
  height: 0px;
}
.blockToExtend::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.blockToExtend::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #ebebeb;
}
.blockToExtend::-webkit-scrollbar-thumb:hover {
  background-color: #bbbbbb;
}
.blockToExtend::-webkit-resizer {
  background-image: none;
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}
.blockToExtend::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

.related-offers__discount {
  background-color: #f23434;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 2px 4px;
}

.related-offers__time-count {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  margin-left: 15px;
}

.related-offers__count {
  margin-left: auto;
}

.related-offers__type--discount li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.related-offers__list .actual-term a {
  padding-left: 48px;
  position: relative;
}

.related-offers__list .actual-term a::before {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #64b820;
  border-radius: 50%;
}

.related-offers__list .actual-term a::after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: 20px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border: 2px solid #64b820;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-45deg);
}

.actual-term__top-margin {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.input-style:focus::placeholder {
  opacity: 1;
}

.input-style::placeholder {
  opacity: 0;
}
.search-result__discount {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.search-result__discount-amount {
  margin-right: 7px;
  display: block;
  padding: 3px 5px;
  background-color: #f23434;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  height: 18px;
}
.search-result__discount-time {
  font-size: 13px;
  color: #222222;
}

hr {
  border-top: 1px solid #ebebeb;
}

@media (max-width: 991.98px) {
  .catalog-list__cards.list .goods-card {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 135px;
  }
  .catalog-list__cards.list .goods-card.goods-card--discount{
    padding-top: 30px;
  }
  .catalog-list__cards.list .goods-card .goods-info-block {
    order: 3;
    width: auto;
    flex: 0 0 auto;
  }
  .catalog-list__cards.list .goods-card .goods-info-wrap {
    margin: 0;
  }
  .catalog-list__cards.list .goods-card .goods-price-total {
    margin-bottom: 5px;
  }
  .catalog-list__cards.list .goods-card .goods-card__code {
    position: absolute;
    top: 10px;
  }
  .catalog-list__cards.list .goods-card.goods-card--discount .goods-card__code{
    top: 30px;
  }
  /* .catalog-list__cards.list .goods-card .goods__favorite {
    position: absolute;
    top: 33px;
    right: 0;
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
  } */
  .catalog-list__cards.list .goods-card .goods-price {
    margin-top: 0px;
    order: 2;
    width: 100%;
  }
  .catalog-list__cards.list .goods-card .goods-price .goods-price__info {
    display: none;
  }
  .catalog-list__cards.list .goods-card .goods__img,
  .catalog-list__cards.list .goods-card .goods-image-slider {
    width: 120px;
    height: 130px;
    position: absolute !important;
    top: 0px;
    left: 0;
  }
  .catalog-list__cards.list .goods-card .goods-card__amount {
    margin-top: 15px;
  }
  .catalog-list__cards.list .goods-card .goods__favorite {
    position: absolute;
    top: 18px;
    right: 0;
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
  }
  .catalog-list__sorting-btns {
    position: static;
    order: 1;
  }
  .catalog-list__sorting-select {
    order: 2;
  }
  .catalog-list__sorting-item.catalog-list__sorting-panel_inStock {
    order: 3;
  }
  .btn-sorting-filter {
    order: 4;
  }
}

@media (max-width: 767.98px){
    .catalog-list__cards.list .goods-card {
        padding-top: 30px;
    }
    .catalog-list__cards.list .goods-card .goods-price {
        flex-direction: column;
        align-items: flex-start;
    }
     .catalog-list__cards.list .goods-card .goods__favorite {
        top: 10px;
     }
}

@media (max-width: 575.98px) {
  .catalog-list__sorting-item.catalog-list__sorting-panel_inStock {
    display: none;
  }
  .related-offers__list li a{
    font-size: 14px;
 }
}
@media (max-width: 767px) {
  .inputs-code {
    margin-bottom: 30px;
  }
}
.offers-slider .goods__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

.choosed-payer .select-selected + .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
}

.select2-results__option {
  line-height: 18px;
  padding-right: 40px;
}
.choosed-payer .add-company-btn .btn {
  padding-top: 21px;
  padding-bottom: 21px;
}
.choosed-payer__company {
  /* max-width: 320px !important;
  min-width: 300px; */
  max-width: 423px !important;
  min-width: 423px !important;
}
@media (max-width: 575px){
    .choosed-payer__company {
        max-width: 100% !important;
        min-width: 100% !important;
    }
}
.input-style:focus::placeholder {
  opacity: 1;
}

.input-style::placeholder {
  opacity: 0;
}
.input__item--width-1 {
  width: 280px !important;
  margin-right: 10px !important;
  margin-bottom: 22px !important;
  flex: 0 1 250px;
}

@media (max-width: 767.98px){
    .input__item.input__item--width-1 {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 22px !important;
    }

    .input__item.input__item--width-1 .inputs-wrapper {
        max-width: 100%;
    }

    .btn-cancel-search-company{
        max-width: 260px;
        width: 260px;
    }

}

.company-search-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.company-search__status-text {
  font-weight: bold;
  font-size: 16px;
  color: #64b820;
  order: 2;
  margin: 0px 0px 0px 30px;
}


.company-search__status {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px){
    .company-search__status{
        display: block;
    }
    .company-search__status-text{
        margin: 0px 0px 10px 40px;
    }
}

@media (max-width: 575.98px) {
  .company-search-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .company-search__status {
    margin-top: 15px;
  }
}
.btn-cancel-search-company {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: #fff;
  background-color: #c0c0c0;
  border-color: #c0c0c0;
  padding: 21px 40px;
}

.company-found {
  margin-top: 30px;
}

.company-found__title {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}

.company-found__subtitle {
  margin-top: 15px;
  font-size: 15px;
  color: #222222;
}

.company-found-info {
  padding: 25px;
  margin-top: 30px;
  background-color: #f0f0f0;
}
.company-found-info__item-key {
  font-size: 14px;
}
.company-found-info__item-value {
  font-size: 16px;
}

.approximate-details {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #e4b862;
  padding-left: 15px;
}

.lbl-receiving__approximate {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #dda41b;
}
.btn-cart-counter:disabled, .btn-cart-counter.disabled {
  background-color: #b0b0b0 !important;
  pointer-events: none;
}
.custom-tooltip {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 300px;
  max-width: 300px;
  border-radius: 5px;
  z-index: 100;
  background-color: #fff;
  top: calc(100% + 15px);
  left: 82%;
  transform: translateX(0);
  transition: all 0.2s ease 0s;
}

.custom-tooltip.hide-tooltip{
    opacity: 0;
    visibility: hidden;
}



/* @media (max-width: 370.98px) {
  .custom-tooltip {
    left: -110px;
    right: 0;
    transform: translateX(0);
    width: 260px;
  }
} */

.catalog-list__cards.tile .custom-tooltip {
  left: 0;
  transform: translateX(0);
}
.custom-tooltip-content {
  padding: 15px 25px;
  position: relative;
}
.custom-tooltip-content::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: -7px;
  left: 10px;
  background-color: #fff;
  transform: translateX(0) rotate(45deg);
  box-shadow: -3px -3px 5px -2px rgba(0, 0, 0, 0.1);
}

.catalog-list__cards.tile .custom-tooltip-content::after {
  left: 30%;
}
.custom-tooltip__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url(/images/icons/close.svg);
  padding: 0;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;

  display: none;

}
.custom-tooltip__header {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}

.online-leftovers-block{
    position: relative;
    margin-left: auto;
    margin-right: 58px;
}
@media (max-width: 1199.98px){
    .online-leftovers-block{
        margin-right: 20px;
    }
}

.online-leftovers{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #64b820;
    cursor: pointer;
}

.online-leftovers:hover + .custom-tooltip.hide-tooltip{
    opacity: 1 !important;
    visibility: visible !important;
}

.error-search-result section:last-child{
    padding-bottom: 70px !important;
}

@media (max-width: 1199.98px) {
  .btn-add-to-cart.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .btn-to-cart-wrapper .btn-add-to-cart {
    font-size: 20px !important;
    line-height: 24px;
  }

  .goods-preview-block .goods-info__availability-info {
    font-size: 16px;
  }
  .goods-info-new .goods-info__price-per-item {
    position: static;
    margin-top: 10px;
    /* margin-left: 15px; */
    /* align-self: flex-end; */
  }
  .goods-info__price-wrap .goods-info__price-per-item{
    margin-bottom: 8px;
  }
}
