/*.bx-top-nav-container,
.bx-nav-list.bx-nav-list-2-lvl.hidden_list {
    max-height: 459px;
    position: relative;
}*/
/*#catalog_menu_XEVOpk,
.bx-nav-list.bx-nav-list-2-lvl.hidden_list{
 max-height: 459px;
overflow:auto;
}*/

.popular-category {
  margin-bottom: 30px;
}

.popular-category__item {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 15px;
}

/*Скрытие поля общий вес в корзине*/
.bx-soa-cart-total-line:nth-child(2) {
    display: none;
}

.slider .product-item-container,
.slider .product-item-container.hover{
  height: 100% !important;
}
.main-slider .product_item{
  height: 100%;
}

.app-link {
  display: grid;
  grid-template: 1fr/repeat(3, 1fr);
  gap: 15px;
}

.app-link__item img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.app-link__item img:hover {
  opacity: 0.6;
}

.footer-qr{
	max-width: 125px;
}
.navigation-box {
    font-size: 14px;
}

.app-link__item {
    display: none;
}
.app-link__item.active {
    display: block;
}
@media screen and (max-width: 1024px) {
  .popular-category__item {
    margin: 0 5px;
  }
}

@media(max-width: 560px){
	.app-link {
		grid-template: 1fr/1fr;
	}
}

.popular-category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popular-category__img {
  width: 100%;
  max-width: 65px;
  height: auto;
  margin: 0 15px 0 0;
}

.popular-category__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.owl-carousel.popular-category .owl-nav button.owl-prev,
.owl-carousel.popular-category .owl-nav button.owl-next {
  top: calc(50% - 25px);
}

.wrapper-inner.danger-text {
    color: #ff0000;
    font-weight: 400;
    text-align: center;
    padding: 5px;
font-size: 1.1rem;
}

.owl-stage{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.popular-category__item {
    height: 100%;
}

/*.career-list__item {
    margin-bottom: 40px;
}*/

.career-list__item:not(:last-child){
	padding-bottom: 30px;
    margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.wrapper-inner.danger-text.large-text {
    font-size: 1.5rem;
}
@media(max-width: 576px){
	.main_banner picture img {
		max-width: 100%;
		height: auto;
		margin: 0;
		position: unset;
	}
}

.modal-store {
  width: 905px;
}
.modal-store h2.title {
  font-size: 24px;
  font-weight: 700;
}
.modal-store p.subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #8A8A8A;
}
.modal-store .modal-store-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 16px;
}
.modal-store-left {
  width: 442px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-store-left .modal-store-left-choises {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.modal-store-left .modal-store-left-choises label {
  font-weight: 700;
  font-size: 16px;
  padding: 14px 0px;
  width: 100%;
}
.modal-store-left .modal-store-left-choises label:not(:last-child) {
  border-bottom: 1px solid #D6D5D5;
}
.modal-store-left button.js-main-select-btn {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
  border-radius: 3px;
  background: #E21E23;
  color: #fff;
}
.modal-store-right {
  width: 458px;
  margin-left: 16px;
}
@media (max-width: 1024px) {
  .modal-store {
    width: 90%;
  }
  .modal-store .modal-store-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .modal-store-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .modal-store-left .modal-store-left-choises label:last-child {
    margin-bottom: 10px;
  }

  .modal-store-right {
    width: 100%;
    margin: 0;
  }
}

.basket-items-store-item {
  margin-left: 5px;
  font: 500 14px / 14px 'GothamPro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}