
.redsign__pizza__container {
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     height: auto;
     padding-top: 90px;
     padding-bottom: 90px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     background-color: #f5f5f5;
   }


.redsign__pizza__container__white {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     padding-top: 110px;
     padding-bottom: 110px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     background-color: #fff;
   }


.redsign__pizza__wrapp-content {
     position: relative;
     z-index: 10;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     max-width: 1170px;
     margin-top: 0px;
     margin-bottom: 0px;
     padding-right: 0px;
     padding-left: 0px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
   }


.redsign__pizza__wrapp-content__banner-sale {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     max-width: 1170px;
     padding-right: 100px;
     padding-left: 100px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
   }


.redsign__pizza__heading {
     margin-top: 0px;
     font-family: 'Roboto Slab', sans-serif;
     font-weight: 700;
     text-align: center;
     letter-spacing: 1px;
   }


.redsign__pizza__wrapp-sign {
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     height: 5px;
     margin-top: 15px;
     margin-bottom: 30px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }


.redsign__pizza__sign__gray {
     position: relative;
     left: 0px;
     top: 0px;
     right: 0px;
     width: 85px;
     height: 3px;
     background-color: #ebebeb;
   }


.redsign__pizza__sign__red {
     position: absolute;
     width: 20px;
     height: 4px;
     border-style: none;
     border-bottom-left-radius: 2px;
     border-bottom-right-radius: 2px;
     background-color: #ec1c24;
   }


.redsign__pizza__wrapp-item {
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }


.redsign__pizza__item {
     position: relative;
     z-index: 50;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     max-width: 22%;
     margin: 15px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     border: 1px solid #ebebeb;
     background-color: #fff;
     cursor: pointer;
   }


.redsign__pizza__item:hover {
     box-shadow: 0 0 20px 5px rgba(51, 51, 51, .05);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
   }


.redsign__pizza__item__box__img {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     height: 195px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }


.redsign__pizza__item__info {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding: 20px 30px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     border: 1px none #ebebeb;
   }


.redsign__pizza__item__name {
     margin-bottom: 0px;
     font-family: 'Roboto Slab', sans-serif;
     font-size: 21px;
     line-height: 1.4em;
     font-weight: 700;
     text-align: center;
   }


.redsign__pizza__item__price {
     margin-top: 10px;
     margin-bottom: 15px;
     font-family: 'Roboto Slab', sans-serif;
     font-size: 34px;
     line-height: 1em;
     font-weight: 700;
     text-align: center;
   }


.redsign__pizza__item__option {
     font-family: Montserrat, sans-serif;
     font-size: 13px;
     line-height: 1em;
     font-weight: 300;
     text-align: center;
   }


.redsign__pizza__item__composition {
     font-family: Montserrat, sans-serif;
     font-size: 13px;
     text-align: center;
     letter-spacing: 0.15px;
   }


.redsign__pizza__item__sign__red {
     position: absolute;
     left: 0px;
     right: 0px;
     bottom: 0px;
     display: none;
     width: 100%;
     height: 4px;
     background-color: #ec1c24;
   }


.redsign__pizza__item__box__img {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     height: 195px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }


.redsign__pizza__item__info {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding: 20px 30px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     border: 1px none #ebebeb;
   }


.redsign__pizza__item__name {
     margin-bottom: 0px;
     font-family: 'Roboto Slab', sans-serif;
     font-size: 21px;
     line-height: 1.4em;
     font-weight: 700;
     text-align: center;
   }


.redsign__pizza__item__price {
     margin-top: 10px;
     margin-bottom: 15px;
     font-family: 'Roboto Slab', sans-serif;
     font-size: 34px;
     line-height: 1em;
     font-weight: 700;
     text-align: center;
   }


.redsign__pizza__item__option {
     font-family: Montserrat, sans-serif;
     font-size: 13px;
     line-height: 1em;
     font-weight: 300;
     text-align: center;
   }


.redsign__pizza__button {
     position: relative;
     z-index: 20;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: auto;
     margin-top: 20px;
     margin-bottom: 20px;
     padding: 16px 40px 13px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-radius: 3em;
     color: #fff;
     background-color: #ec1c24;
     -webkit-transition: background-color 400ms ease;
     transition: background-color 400ms ease;
     font-family: Montserrat, sans-serif;
     font-size: 16px;
     line-height: 1em;
     font-weight: 700;
     letter-spacing: 0.5px;
     text-decoration: none;
     cursor: pointer;
   }


.redsign__pizza__button:active {
    color: #fff;
   }


.redsign__pizza__button:focus {
    color: #fff;
   }


.redsign__pizza__button:hover {
      color: #fff;
      text-decoration: none;
      background-color: #c50c13;
      box-shadow: 0 5px 20px -3px rgba(51, 51, 51, .3);
   }


.redsign__pizza__button__link {
     font-family: Montserrat, sans-serif;
     color: #fff;
     font-size: 16px;
     line-height: 1em;
     font-weight: 700;
     text-decoration: none;
   }


.redsign__pizza__item__composition {
     font-family: Montserrat, sans-serif;
     font-size: 13px;
     text-align: center;
     letter-spacing: 0.15px;
   }


.redsign__pizza__wrapp-marker {
     position: absolute;
     top: 0px;
     right: 0px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-top: 20px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
     background-color: transparent;
   }


.redsign__pizza__marker__new {
     margin-bottom: 5px;
     padding: 5px 10px 4px 20px;
     border-bottom-left-radius: 2.5em;
     background-color: #7ac52e;
   }


.redsign__pizza__marker__name {
    display: inline;
    padding: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
  }


.redsign__pizza__marker__hit {
    padding: 5px 10px 4px 20px;
    margin-bottom: 5px;
    border-bottom-left-radius: 2.5em;
    background-color: #fc0;
  }


.redsign__pizza__marker__super-price {
    padding: 5px 10px 4px 20px;
    margin-bottom: 5px;
    border-bottom-left-radius: 2.5em;
    background-color: #ec1c24;
  }


.redsign__pizza__item__sign__red {
     position: absolute;
     left: 0px;
     right: 0px;
     bottom: 0px;
     display: none;
     width: 100%;
     height: 4px;
     background-color: #ec1c24;
   }


.redsign__pizza__moveitem__left {
     position: absolute;
     left: -140px;
     top: -100px;
     z-index: 100;
     overflow: visible;
   }


.redsign__pizza__moveitem__img {
     position: relative;
     overflow: visible;
   }


.redsign__pizza__moveitem__img__orange {
     position: relative;
     left: -52px;
     z-index: 60;
   }


.redsign__pizza__movieitem__right {
     position: absolute;
     top: 465px;
     right: -207px;
     z-index: 100;
     overflow: visible;
   }


.redsign__pizza__moveitem__tomato__down {
     position: relative;
     left: 177px;
     right: 0px;
   }


.redsign__pizza__moveitem__tomato_up {
     position: relative;
     right: 42px;
   }

@media (max-width: 767px) {
.redsign__pizza__container {
       margin-right: 0px;
       padding: 80px 15px;
     }
.redsign__pizza__container__white {
       padding-top: 80px;
       padding-bottom: 80px;
     }
.redsign__pizza__wrapp-content__banner-sale {
       padding-right: 50px;
       padding-left: 50px;
     }
.redsign__pizza__wrapp-item {
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
     }
.redsign__pizza__item {
       max-width: 44%;
     }
}

@media (max-width: 991px) {
.redsign__pizza__wrapp-content__banner-sale {
       padding-right: 70px;
       padding-left: 70px;
     }
.redsign__pizza__wrapp-item {
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
     }
.redsign__pizza__item {
       max-width: 29%;
     }
.redsign__pizza__button__link {
       letter-spacing: 0.8px;
     }
}

@media (max-width: 479px) {
.redsign__pizza__wrapp-content__banner-sale {
       padding-right: 30px;
       padding-left: 30px;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
.redsign__pizza__wrapp-item {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
.redsign__pizza__item {
       max-width: 85%;
     }
}
