.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: 70px 40px 70px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  }

  .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;
  }

  

  @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: 30px;
  }
  .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;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none !important;
  }

  .shop-list__amount-item:active {
    outline: none !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__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 h3{
  font-size: 20px;
  text-align:center;
 }

 .about-us__container{
   display: flex;
   flex-direction: row;
   padding: 70px 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;
 }

 .about-us__footer{
   display: flex;
 }

 .about-us__title h2{
    font-size: 30px;
 }

 .feature1{
  margin: 50px 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__buttons-rub{
     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;
}