.info-label div {
  position: absolute;
  top: 5px;
  width: 290px;
  left: -145px;
  background: #292929;
  border-radius: 10px;
  z-index: 10;
  cursor: default;
  text-align: left;
  display: none;
}

.info-label div span {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #FFF;
  margin-top: 23px;
  margin-left: 20px;
  margin-bottom: 20px;
  display: block;
}

.info-label div table {
  margin-left: 19px;
  margin-bottom: 24px;
  width: 250px;
  color: #FFF;
  font-size: 14px;
}

.info-label div div table tr {
  color: #FFF;
  font-size: 14px;
}

.info-label div table tr td:first-child {
  text-align: left;
  padding: 0px;
}

.info-label div table tr td:nth-child(2) {
  text-align: right;
  padding: 0px;
}

.info-label.info div::before {
  content: "";
  position: absolute;
  right: 44%;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-bottom: 6px solid #292929;
}

.info-label.open {
  color: #22A322;
  border: 1.5px solid #22A322;
}

.info-label.open div {
  display: block !important;
}

.select-list-btn.trad .select-list-btn-slide {
  width:100% !important;
}

.select-list-btn.trad .pizza-row__item-control-item-thin {
  display:none;
}

.radiomark {
  border-radius: 50%;
}

.custom-checkbox input:checked ~ .radiomark {
  background-color: #fff;
}

.custom-checkbox .radiomark::after {
  content: "\25CF";
  color: #B6B6B6;
  width: 4px;
  height: 4px;
  border: 0px;
  left: 3px;
  top: -1px;
  font-size: 14px;
  transform: rotate(0deg);
}

.banner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 73px 0px;
}

.banner_out {
  width: 100%;
  max-height: 500px;
  margin: 0px auto;
}

#banners {
  margin: 0px auto;
}

#banners .owl-nav {
  transition: opacity 0.3s ease-out;
  margin-top: 0;
}
#banners .owl-dots {
  transition: opacity 0.3s ease-out;
}
#banners .owl-nav button {
  background: transparent;
  cursor: pointer;
  border: none;
  position: absolute;
  outline: 0;
  top: 50%;
}


#banners .owl-nav .owl-prev {
  left: -30px;
  width: 30px;
  height: 44px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  background: url("/images/icons/banner-arrow-active.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}

#banners .owl-nav .owl-next {
  right: -45px;
  width: 30px;
  height: 44px;
  background: url("/images/icons/banner-arrow-active.svg");
  /*background: url("../images/icons/banner-arrow.svg");*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  margin-top: -18px;
}
/*#banners .owl-nav .owl-next:hover {
  background: url("/images/icons/banner-arrow-active.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}*/

.owl-theme .owl-nav + .owl-dots {
  position: absolute;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #49965D;
}

.owl-theme .owl-dots .owl-dot {
  outline: 0;
}
.owl-theme .owl-dots .owl-dot span {
  background: #ECECEC;
}

.owl-carousel .owl-item {
  overflow: hidden;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 30px;
  object-fit: contain;
}

.select-item-mods {
  font-weight: 300;
  border-radius: 7px;
  padding: 3px 9px;
  cursor: pointer;
  outline: 0;
  border: 1px solid black;
  user-select: none;
	background-color: #FFF;
	width: 100%;
  font-size: 13px;
  margin-bottom: 10px;
}

a span{
  cursor: pointer;
}

.product-item__img_photo {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 295px;
  max-height: 295px;
  height: 100%;
}

.product-item__img picture source, .product-item__img picture img{
  margin: -15px 0 0 0;
}

.text-outer{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.text-row__item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.text-row__item span {
  font-size: 18px;
  /*color: #292929;*/
  line-height: 26px;
  display: block;
  max-width: 255px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.text-row__item p {
  margin: 15px 0px;
  /*color: #6D7384;*/
  font-size: 15px;
  line-height: 20px;
  display: block;
  max-width: 255px;
}

.text-row__item-outer {
  width: 300px;
  height: 200px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  border-color: #22a322;
  border-width: 2px;
  border-style: solid;
}

.text-row__item-empty {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}

.text-outer img {
  display: inline;
}

.text-row__item-outer label {
  position: absolute;
  color: #FFF;
  /*font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  left: 25%;*/
  margin: auto 20px;
}

section {
  margin-top: 10px;
}

.text-block{
  padding: 20px;
  background-color: #FFF;
}

.label-favorite {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  left: 10px;
  top: 25px;
  z-index: 1;
  cursor: pointer;
  background-image: url(/img/favorite_tovar.svg?ver=1.01);
  height: 28px;
  width: 30px;
}

.label-favorite_mobile {
  display: none;
}

.label-favorite.active {
  background-image: url(/img/favorite_tovar_active.svg?ver=1.01);
}

#popup_mp {
  text-align: center;
}
#popup_mp .popup__form{
  max-width: 360px;
}
.mp_logo_img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}
.mp_download {
  font-size: 16px;
  background-color: #000;
}
#popup_mp .popup-btn:first-of-type {
  background-color: #000;
}
#popup_mp .popup-btn:first-of-type:hover {
  background-color: #444;
}

@media screen and (max-width: 1170px) {
  .text-row__item {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .text-row__item span {
    margin: 0 auto;
    text-align: center;
  }
  .text-row__item p {
    margin: 0 auto;
    text-align: center;
  }
  .text-row__item-outer {
    margin: 20px auto;
  }

  .text-outer .text-row__item:nth-child(4) {
    flex: 100%;
    max-width: 100%;
  }
  .text-outer .text-row__item:nth-child(4) .text-row__item-outer {
    margin-top: 60px;
    width: 100%;
    height: 80px;
    overflow: hidden;
  }
  .text-outer .text-row__item:nth-child(4) .text-row__item-outer img {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .banner {
    padding: 0;
    margin: 201px 10px 0 10px;
  }
  .select-type-order {
    background-color: #FFF;
    border: none;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #000;
    height: auto;
  }
  .select-type-order option {
    background-color: #FFF;
  }
  .owl-carousel .owl-item img {
    border-radius: 20px;
  }
  .product-item__img_photo {
    min-height: unset;
    max-height: unset;
  }
  .product-item__img picture source, .product-item__img picture img{
    height: unset;
    margin: 10px 0 0 0;
  }
  .text-row__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
  .text-row__item:nth-child(3) p {
    margin-bottom: 10px;
  }
  .text-row__item:nth-child(4) {
    flex: 50%;
    max-width: 50%;
  }
  .text-row__item-outer {
    margin-top: unset !important;
  }
  .end-main-content {
    padding: 28px 16px;
  }

  .header__mobile {
    position: fixed;
    z-index: 998;
    background-color: #FFF;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .header__navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: inherit;
    margin-top: 10px;
  }
  .header.shadow .header__navbar {
    margin-top: 10px;
  }
  .order-type-menu {
    margin-top: 80px;
  }
  .end-main-content h2 {
    font-size: 20px;
  }
  .text-row__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .text-row__item span {
    max-width: 100%;
    text-align: left;
    margin-bottom: 13px;
    font-size: 16px;
  }
  .text-row__item p {
    max-width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }
  .text-row__item:nth-child(4) {
    flex: 100%;
    max-width: 100%;
  }
  .text-row__item:nth-child(4) .text-row__item-outer {
    margin-top: 10px !important;
  }
  .text-row__item-outer {
    margin: 0;
  }
  .text-row__item-outer label {
    font-size: 22px;
  }
  .label-favorite {
    display: none;
  }
  .label-favorite_mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    background-image: url(/img/favorite_tovar_mobile.png?ver=1.02);
    height: 13px;
    width: 14px;
    cursor: pointer;
  }
  .label-favorite_mobile.active {
    background-image: url(/img/favorite_tovar_mobile_active.png?ver=1.03);
  }
  .product_info{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .info-label div {
    width: 255px;
  }
  .info-label div span {
    font-size: 15px;
    font-weight: 300;
    line-height: 17px;
    color: #FFF;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .info-label div table {
    margin-left: 14px;
    margin-bottom: 14px;
    width: 220px;
    font-size: 13px;
  }
  .owl-theme .owl-nav + .owl-dots {
    bottom: unset;
  }
}