.deal-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 20px 0;
}

.deal-icon_item {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  padding: 15px 0px;

}

.deal-icon_img {
  width: 90px;
  max-width: 90px;
  min-width: 90px;
}

.deal-icon_img img {
  width: 100%;
  padding: 20px;
}

.deal-icon_text {
  flex: 1;
}

.deal-icon_text p {
  margin: 0;
}

.deal-icon_text a:hover {
  text-decoration: underline !important;
  color: #555;
}

.dealofweek .deal-area {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.shop-list__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 30px;
}

.shop-list__item {
  width: calc(100% / 3 - 40px);
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
  border-radius: 15px;
  margin: 20px;
  display: flex;
  flex-direction: column;

}

.shop-list__content {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  padding: 16px;
  justify-content: space-between;
  flex: 1;
}

.shop-list__title h3 {
  text-transform: uppercase;
  padding-bottom: 32px;
  font-size: 16px;
}

.shop-list__buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.shop-list__buttons div {
  margin: 30px;
}

.shop-list__price-block {
  display: none;
}

.shop-list__price-block.active {
  display: flex;
  justify-content: center;

}

@media (max-width:1200px) {
  .shop-list__buttons div {
    margin: 15px;
  }
}

.shop-list__buttons div:last-child button {
  background-color: #b85d43 !important;
  border-color: #b85d43 !important;
}

.shop-list__buttons div:last-child button:hover span {
  color: #b85d43 !important;
}

.shop-list__buttons div:last-child>*,
.shop-list__buttons div:first-child>* {
  margin: -25px;
}

.shop-list__amount {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 20px;
}

.shop-list__text {
  padding-bottom: 10px;
  flex: 1;
}

.shop-list__amount-item {
  width: calc(100% / 4);
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  border: 0px;
  background: transparent;
  cursor: pointer
}

.shop-list__amount-item.shop-list_amount-1 {
  width: calc(100% / 1);
}

.shop-list__amount-item.shop-list_amount-2 {
  width: calc(100% / 2);
}

.shop-list__amount-item.shop-list_amount-3 {
  width: calc(100% / 3);
}

.shop-list__amount-item.shop-list_amount-4 {
  width: calc(100% / 4);
}

.shop-list__amount-item:active {
  outline: none !important;
}

.deal-icon__items-add {
  display: none;
}

.button-deal-closed {
  display: none;
}

.deal-icon__items-add.active {
  display: flex !important;
}

.button-deal-add.hidden {
  display: none;
}

.button-deal-closed.active {
  display: block !important;
}

.shop-list__amount-item span {
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(2, 80, 197, 0.1);
  font-size: 14px;
  padding: 5px 0px;
}

.shop-list__amount-item span:hover {
  background-color: #00a550;
  color: #fff;
}

.shop-list__amount-item.active span {
  background-color: #00a550;
  color: #fff;
}

button:focus {
  outline: none;
}


.shop-list__img {
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
  position: relative;
}

.shop-list__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px 15px 0 0;
}

.shop-list__label span {
  background-color: #00a550;
  color: white;
  border-radius: 7px;
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 20px;

}

.shop-list__buttons-rub {
  width: calc(100% /2);
  text-align: center;
  margin: 0px 5px;
  padding: 0px 5px;
}

.shop-list__buttons-rub:last-child {
  /* border-left: 1px solid #e1dfdf; */
}

.shop-list__buttons-rub>p {
  margin-bottom: 6px;

}

.shop-list__buttons-rub h3 {
  font-size: 20px;
  font-weight: 800;
}

@media(max-width:400px) {
  .shop-list__buttons-rub h3 {
    font-size: 17px;
  }
}

.about-us__container {
  display: flex;
  flex-direction: row;
  padding: 120px 0px 100px 0px;
}

.about-us__img {
  width: 40%;
  position: relative;
  border-radius: 15px;
}

.about-us__img img {
  border-radius: 15px;
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.about-us__content {
  margin-left: 40px;
  flex: 1;
}

.about-us__sign {
  border-top: 1px solid #CCC;
  margin-right: 24px;
  padding-top: 16px;
  transform: translateY(35%);
  color: #000;
}

.about-us__sign-img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  transform: rotate(180deg);
}

.about-us__footer {
  display: flex;
}

.about-us__title h2 {
  font-size: 30px;
}

.feature1 {
  margin: 50px 0px 70px 0px;
}

@media(max-width:991px) {
  .deal-icon_item {
    flex-wrap: wrap;
    width: 100%;
    padding: 5px 0px;
  }

  .about-us__container {
    display: flex;
    flex-direction: column;
  }

  .about-us__img {
    width: 100%;
    height: 400px;
  }

  .about-us__content {
    margin-left: 0px;
    margin-top: 40px;
    flex: 1;
  }

  .dealofweek .deal-area {
    padding: 20px 20px 20px;
  }
}

@media(max-width:480px) {
  .deal-icon_img {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
  }

  .dealofweek .deal-area {
    padding: 10px 10px 10px;
  }
}

@media(max-width:1200px) {
  .shop-list__buttons {
    flex-direction: column;
  }

  .shop-list__price-block {
    padding-bottom: 20px;
  }

  .shop-list__amount-item {
    width: calc(100% / 3);
  }

  .shop-list__item {
    width: calc(100% / 2 - 40px);
  }
}

@media(max-width:768px) {
  .shop-list__item {
    width: 100%;
  }
}

#form_inline iframe {
  height: 140px !important;
}


select {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .7em 1.4em .6em 1em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('/assets/images/icons/arrow-select.png');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

select::-ms-expand {
  display: none;
}

select:hover {
  border-color: #888;
}

select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(69, 161, 43, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

select option {
  font-weight: normal;
}

*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}


.modal-product__price {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.modal-product__select {
  width: calc(100% / 3);
}

.shop-list_modal-price {
  flex: 1;
}

.shop-list_modal-price .shop-list__buttons-rub h3 {
  font-size: 32px;
  color: #004e27;
}

.shop-list_modal-price .shop-list__buttons-rub>p {
  font-size: 18px;
}

.shop-list__img img {
  display: none;
}

.shop-list__img img.active {
  display: block;
}

.owl-carousel.owl-loaded {
  display: flex;
  flex-direction: column;
}

.owl-carousel.owl-loaded .owl-stage-outer {
  order: 2;
}


.owl-carousel.owl-loaded .owl-nav {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-end;
  height: auto;
}

.owl-carousel.owl-loaded .owl-nav .owl-prev,
.owl-carousel.owl-loaded .owl-nav .owl-next {
  padding: 0px 18px !important;
  background-color: rgba(202, 227, 199, .4);
  border-radius: 8px;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  height: 42px;
}

.owl-carousel.owl-loaded .owl-nav .owl-prev.disabled,
.owl-carousel.owl-loaded .owl-nav .owl-next.disabled {
  opacity: .4;
}

.owl-carousel.owl-loaded .owl-nav.disabled {
  display: none;
}

@media(max-width:768px) {
  .modal-product__price {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .modal-product__select {
    width: 100%;
    margin-bottom: 24px;
  }

  .shop-list__price-block {
    padding-bottom: 0px;
  }

  .shop-list__buttons-rub {
    padding-left: 0;
    margin-left: 0;
  }

  .shop-list__buttons-rub:last-child {
    margin-right: 0;
    padding-right: 0;
    border-left: none;
    margin-right: 5px;
    padding-right: 5px;
  }

  .shop-list_modal-price .shop-list__buttons-rub h3 {
    font-size: 20px;
  }

  .shop-list_modal-price .shop-list__buttons-rub>p {
    font-size: 14px;
  }

  .shop-list__price-block.active {
    width: 100%;
  }

  .modal-product__content>.card-list__item:last-child {
    padding-bottom: 24px;
    padding-top: 20px;
  }

  .modal-product__content {
    padding: 20px !important;
  }

  .modal-product__name {
    font-size: 19px !important;
    padding-right: 0px !important;
  }


}