#main .left-menu .panel-heading.green {
  background-color: #6da362;
  border-bottom-color: #0f4204;
}
#main .left-menu-with-toggle .panel .panel-heading.green:hover {
  background-color: #1c730a;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.media-vendor-select {
  float: right;
}
#link_showall.current {
  color: #424243;
  text-decoration: none;
  cursor: default;
}
#link_showdiff.current {
  color: #424243;
  text-decoration: none;
  cursor: default;
}
.basket_table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.basket_table > div {
  display: table-row;
}
.basket_table > div > div {
  display: table-cell;
  padding: 10px 15px;
  border: 1px solid #000000;
  color: #424243 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  vertical-align: center;
}

@media (max-width:767px) {
  .media-vendor-select {
    float: none;
    width: 100%;
  }
}

@media (max-width:1200px) {
  .media-vendor-select {
    padding: 0 15px;
  }
}

.banner-delivery {
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: right;
}
.banner-delivery__content {
  max-width: 440px;
  background: #205C9E;
  text-align: center;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-top: 10%;
  margin-right: 30px;
}
.banner-delivery__date {
  width: 100%;
  background-color: #FFF;
  color: #BE1E2D;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  padding: 10px;
  margin-bottom: 10px;
}
.banner-delivery__date .fa {
  display: inline-block;
  margin-right: 6px;
}
.banner-delivery__text {
  padding: 0 30px 10px 30px;
}
.banner-delivery__text p {
  font-size: 16px;
}
.banner-delivery__text a {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-delivery__text a:hover, .banner-delivery__text a:focus {
  color: #fff;
  text-decoration: underline;
}
.banner-delivery__delivery-free {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 10px;
}
.banner-delivery__button {
  margin: 20px 30px 30px 30px;
}
.banner-delivery__button .btn-read_more {
  display: inline-block;
  background-color: #BE1E2D;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-delivery__button .btn-read_more .fa {
  margin-left: 6px;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.banner-delivery__button .btn-read_more:hover {
  background-color: #ec2c3e;
}
.banner-delivery__button .btn-read_more:hover .fa {
  right: -2px;
}
.banner-delivery__button .btn-read_more:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

/* Адаптация баннера 1 */
@media only screen and (max-width: 767px) {
  .banner-delivery {
    height: 380px;
    padding: 0 30px;
  }

  .banner-delivery__content {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .banner-delivery {
    height: 340px;
    text-align: center;
  }

  .banner-delivery__content {
    margin-top: 8%;
    background: rgba(32, 92, 158, 0.84);
    margin-right: 0;
  }

  .banner-delivery__date {
    font-size: 16px;
    margin-bottom: 0;
  }

  .banner-delivery__text {
    padding: 15px 20px;
  }
  .banner-delivery__text p {
    font-size: 14px;
  }

  .banner-delivery__delivery-free {
    font-size: 18px;
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .banner-delivery {
    height: inherit;
    min-height: 300px;
    padding: 30px;
  }

  .banner-delivery__content {
    margin-top: 0;
  }

  .banner-delivery__button {
    margin: 20px;
  }
  .banner-delivery__button .btn-read_more {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 380px) {
  .banner-delivery {
    background-position: -70px 0;
  }

  .banner-delivery__date {
    font-size: 14px;
    line-height: 1.3;
  }
  .banner-delivery__date .fa {
    display: none;
  }

  .banner-delivery__delivery-free {
    font-size: 14px;
  }

  .banner-delivery__button .btn-read_more {
    padding: 0 30px;
  }

  .banner-delivery__button .btn-read_more span {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .banner-delivery {
    padding: 15px;
  }

  .banner-delivery__text {
    padding: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .banner-delivery {
    height: 380px;
    padding: 20px;
  }

  .banner-delivery__content {
    margin-right: 0;
    background: rgba(32, 92, 158, 0.84);
    margin-top: 7%;
  }
}
/* / Адаптация баннера 1 */
/* ================== End Banner delivery One ========================== */
/* ================== Banner delivery Two ========================== */

.banner-delivery-two {
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 20px;
}
.banner-delivery-two__content {
  max-width: 440px;
  background: #205C9E;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-top: 8%;
  padding: 20px;
}
.banner-delivery-two__date {
  font-weight: bold;
  font-size: 20px;
}
.banner-delivery-two__date .fa {
  display: inline-block;
  margin-right: 6px;
}
.banner-delivery-two__text {
  margin-top: 10px;
}
.banner-delivery-two__text p {
  font-size: 16px;
}
.banner-delivery-two__text a {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-delivery-two__text a:hover, .banner-delivery-two__text a:focus {
  color: #fff;
  text-decoration: underline;
}
.banner-delivery-two__delivery-free {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.banner-delivery-two__button {
  margin-bottom: 10px;
}
.banner-delivery-two__button .btn-read_more {
  display: inline-block;
  background-color: #BE1E2D;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-delivery-two__button .btn-read_more .fa {
  margin-left: 6px;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.banner-delivery-two__button .btn-read_more:hover {
  background-color: #ec2c3e;
}
.banner-delivery-two__button .btn-read_more:hover .fa {
  right: -2px;
}
.banner-delivery-two__button .btn-read_more:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

/* Адаптация баннера 2 */
@media only screen and (max-width: 767px) {
  .banner-delivery-two__content {
    margin-top: 11%;
  }
}
@media only screen and (max-width: 600px) {
  .banner-delivery-two {
    background-position: -70px 0;
  }

  .banner-delivery-two__content {
    margin-top: 12%;
    background: rgba(32, 92, 158, 0.84);
  }
}
@media only screen and (max-width: 480px) {
  .banner-delivery-two {
    height: inherit;
    min-height: 300px;
  }

  .banner-delivery-two__content {
    margin-top: 0;
  }

  .banner-delivery-two__date {
    font-size: 18px;
  }

  .banner-delivery-two__text p {
    font-size: 14px;
  }

  .banner-delivery-two__delivery-free {
    padding: 10px 0;
    font-size: 18px;
  }

  .banner-delivery-two__button .btn-read_more span {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  .banner-delivery-two__date {
    font-size: 16px;
  }

  .banner-delivery-two__delivery-free {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 0;
  }

  .banner-delivery-two__button {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  .banner-delivery-two__date {
    font-size: 16px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .banner-delivery-two {
    height: 380px;
    padding: 20px;
  }

  .banner-delivery-two__content {
    margin-right: 0;
    background: rgba(32, 92, 158, 0.84);
    margin-top: 7%;
  }
}
/* / Адаптация баннера 2 */
/* ================== Banner delivery Two ========================== */

   /* The container */
 .checkbox_container {
   display: inline-flex;
   position: relative;
   padding-left: 35px;
   margin-bottom: 12px;
   cursor: pointer;
   font-size: 22px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark, .checkmark_black {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .checkmark_black:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox_container input:checked ~ .checkmark_black:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  content: '\2713';
  left: 4px;
  top: -4px;
  color: white;
}
.checkbox_container .checkmark_black:after {
  content: '\2713';
  left: 4px;
  top: -4px;
  color: black;
}

h3.list-cat-title > a {
  border-bottom: 1px dotted #205c9e;
  text-decoration: none;
}

.zoom {
  position: absolute;
  top: 40%;
  left: 40%;
  transition: .3s ease;
  /*background-color: gray;*/
  width: 100%;
  height: 100%;
  opacity: 0;
}

.itemGalleryModal_open:hover .zoom {
  opacity: 1;
}

.zoom-icon {
  color: #8a8a8a;
  font-size: 6rem !important;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_wrapper {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.product_block {
  width: 33.333%;
  /* min-height: 321px; */
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  vertical-align: top;
  margin-bottom: 20px;
}
.product_box {
  display: block;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  /* height: 100%; */
}
.product_link {
  color: #000;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.product_image_box {
  padding-top: 66%;
  /* height: 225px; */
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.product_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product_description_box {
  display: block;
  min-height: 120px;
  padding-top: 35px;
  text-align: center;
  background-color: #fbfbfb;
}
.product_title {
  font-weight: 500;
  /*line-height: 1.35;*/
  font-size: 17px;
}
.product_box a:hover{
  text-decoration: none;
  color: #003588;
}

.offers-brands img {
  width: 125px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: auto;
  /*max-height: 50px;*/
  /*max-width: 100%;*/
  opacity: 0.5;
  padding: 5px;
}

.offers-brands img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.offers-of-the-month .bx-wrapper .bx-prev {
  /*left: -20px;*/
  opacity: 0.5;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.offers-of-the-month .bx-wrapper .bx-prev:hover {
  background: url(images/controls.png) no-repeat 0 -32px;
  opacity: 1;
}

.offers-of-the-month .bx-wrapper .bx-next {
  /*right: -10px;*/
  background: url(images/controls.png) no-repeat -43px -32px;
  opacity: 0.5;
}
.offers-of-the-month .bx-wrapper .bx-next:hover {
  opacity: 1;
}

.bx-wrapper {
  text-align: left;
  display: inline-block;
}

.offers-brands .brand-logo {
  margin-right: 20px;
}


.offers-of-the-month .bx-wrapper .bx-next span {
  color: #b1b1b1;
}

@media screen and (min-width: 391px)
{
  .offers-of-the-month .bx-wrapper .bx-prev {
    left: -20px !important;
  }

}

@media screen and (max-width: 820px)
{
  .offers-of-the-month .bx-wrapper .bx-prev {
    left: -10px !important;
  }
  .offers-of-the-month .bx-wrapper .bx-next {
    right: 1px !important;
  }
}


@media screen and (max-width: 390px)
{
  .offers-of-the-month .bx-wrapper .bx-prev {
    left: -15px !important;
  }
  .offers-of-the-month .bx-wrapper .bx-next {
    right: 1px !important;
  }
}


.offers-of-the-month .bx-wrapper .bx-prev span {
  color: #b1b1b1;
}

.info-text {
  max-height: 100px;
  margin-bottom: 10px;
  display: block !important;
  overflow: hidden;
  margin-top:-20px;
  /*color: transparent;*/
  /*-webkit-background-clip: text;*/
  /*background-clip: text;*/
  /*background-image: linear-gradient(to bottom, #000, #000, rgba(0, 0, 0, 0));*/
}

.info-text:before {
  content:"";
  display:block;
  height:20px;
  position:relative;
  top:80px;
  background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}

.btn-outline-blue {
  --bs-btn-color: #205c9e;
  --bs-btn-border-color: #205c9e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #205c9e;
  --bs-btn-hover-border-color: #205c9e;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #205c9e;
  --bs-btn-active-bg: #205c9e;
  --bs-btn-active-border-color: #205c9e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #205c9e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #205c9e;
  --bs-gradient: none;
}