@charset "UTF-8";
@font-face {
  font-family: CeraRoundPro-Regular;
  src: url(../fonts/CeraRoundPro-Light.otf);
}
@font-face {
  font-family: CeraRoundPro-Bold;
  src: url(../fonts/CeraRoundPro-Bold.otf);
}
@font-face {
  font-family: CeraRoundPro-Black;
  src: url(../fonts/CeraRoundPro-Black.otf);
}
@font-face {
  font-family: RistrettoProBold;
  src: url(../fonts/RistrettoProBold.ttf);
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}
body {
  font-family: "CeraRoundPro-Regular", sans-serif;
  font-size: 16px;
  margin: 0;
  position: relative;
}

@media (min-width: 1400px) {
  .block-1320 {
    max-width: 1320px;
  }
}
.block-1320 {
  margin: auto;
  padding: 0 15px;
}

p {
  margin: 0;
}

.title {
  font-family: "RistrettoProBold", sans-serif;
  font-size: 57px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: black;
}

.button-basket {
  color: white;
  background: #FF6900;
  border-radius: 54px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  height: 41px;
  width: 133px;
  font-family: "CeraRoundPro-Bold", sans-serif;
  -webkit-box-shadow: inset 0px 4px 39px rgba(255, 255, 255, 0.4);
          box-shadow: inset 0px 4px 39px rgba(255, 255, 255, 0.4);
}

.button-basket:hover {
  -webkit-box-shadow: 0px 3px 0px 0px #D38239;
          box-shadow: 0px 3px 0px 0px #D38239;
}

.button-all {
  cursor: pointer;
  color: white;
  background: #FF6900;
  -webkit-box-shadow: 0px 3px 0px 0px #D38239, 0px 4px 39px 0px rgba(255, 255, 255, 0.4) inset;
          box-shadow: 0px 3px 0px 0px #D38239, 0px 4px 39px 0px rgba(255, 255, 255, 0.4) inset;
  height: 51px;
  width: 148px;
  border-radius: 54px;
  border: none;
  font-family: "Montserrat-SemiBold", sans-serif;
}

.button-list {
  border: 2px solid #EE7F1B;
  border-radius: 52px;
  height: 52px;
  width: 181px;
  color: #EE7F1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "CeraRoundPro-Bold", sans-serif;
}

.button-list::after {
  content: "";
  background: url(../img/list.svg);
  background-size: 100%;
  display: block;
  width: 15px;
  height: 21px;
  margin-left: 5px;
}

.slick-dots li button:before {
  font-size: 40px;
  color: #FFC38C;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #EE7F1B;
}

.slick-dots {
  text-align: left;
}

.slick-dots::before {
  content: "";
  background: #EE7F1B;
  width: 40px;
  height: 10px;
  border-radius: 40px;
  display: inline-block;
  position: relative;
  top: 6px;
}

.swiper-pagination-bullet-active {
  background: #ee7f1b;
}

.swiper-pagination-bullet {
  background: #FFC38C;
  width: 11px;
  height: 11px;
  margin: 0 4px;
}

.ib-comment .slick-dots::before {
  top: 1px;
}

.ib-comment .slick-dots {
  bottom: -40px;
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  display: none;
}

/* модалка */
.modalka-1_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modalka-1_v {
  margin-right: 7px;
}

.modalka-1_foto {
  overflow: hidden;
  border-radius: 12px;
  margin-right: 15px;
}

.modalka-1_bl1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 26px;
  margin-bottom: 23px;
}

.modalka-1_name {
  font-family: "CeraRoundPro-Bold", sans-serif;
  color: rgb(87, 87, 87);
  line-height: 15px;
  font-size: 14px;
  text-align: start;
  margin-bottom: 12px;
}

.modalka-1_v-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modalka-1_gr {
  color: rgb(136, 136, 136);
  font-family: "CeraRoundPro-Regular", sans-serif;
}

.modalka-1_button {
  color: white;
  font-family: "CeraRoundPro-Bold", sans-serif;
  width: 100%;
  border-radius: 54px;
  border: none;
  cursor: pointer;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FF6900;
  -webkit-box-shadow: 0px 4px 39px 0px rgba(255, 255, 255, 0.4) inset;
          box-shadow: 0px 4px 39px 0px rgba(255, 255, 255, 0.4) inset;
}

.modalka-1_r {
  width: 13px;
  margin-left: 2px;
  position: relative;
  top: 1px;
}

.modalka-1_s-cr {
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkbox {
  margin-bottom: 19px;
}

.modalka-1_s {
  font-family: "CeraRoundPro-Bold", sans-serif;
  color: rgb(70, 70, 70);
}

.modalka-1_c {
  font-family: "CeraRoundPro-Bold", sans-serif;
  font-size: 21px;
  color: rgb(70, 70, 70);
}

.modalka-1_50 {
  font-family: "CeraRoundPro-Regular", sans-serif;
  font-size: 14px;
  color: rgb(238, 127, 27);
}

.modalka-1_sale {
  background: white;
  width: 47px;
  height: 24px;
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

.form_radio {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_radio::after {
  content: "+50р.";
  background: white;
  width: 47px;
  height: 24px;
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(238, 127, 27);
  margin-left: 10px;
}

input[type=checkbox] {
  display: none;
}

.checkbox label {
  padding-left: 25px;
  position: relative;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
}

input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  z-index: 1;
  font-size: 15px;
  background: #EE7F1B;
  text-align: center;
  line-height: 15px;
  display: block;
  width: 9px;
  height: 9px;
  top: 10px;
  left: 3px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px rgb(242, 134, 37);
          box-shadow: 0px 0px 4px rgb(242, 134, 37);
}

.remodal.modalka-1 {
  padding: 0;
}

.modalka-1_form {
  padding: 28px;
  text-align: start;
}

.modalka-1_bl2 {
  background: #F6F6F6;
  border-radius: 16px;
  width: 100%;
}

.modalka-1 {
  width: 336px;
  height: auto;
  min-height: auto;
  background: #ffffff;
  border-radius: 16px;
  position: fixed;
  top: 65px;
  left: calc(50% - 168px);
  z-index: 100;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
}

.modalka-1_title {
  padding-top: 20px;
  color: #434343;
  font-family: "CeraRoundPro-Bold", sans-serif;
  margin-bottom: 19px;
}

.remodal-close {
  border: none;
}

.remodal-close:after {
  color: #EE7F1B;
}

.remodal-close {
  right: 5px;
  left: auto;
  top: 15px;
}

body.remodal_active .remodal-overlay {
  background: rgba(0, 0, 0, 0.7294117647);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

/* конец модалка */
/*header-bl3 */
.header {
  position: relative;
}

.header_ico {
  position: absolute;
  bottom: -50px;
  right: 49.4%;
}

.hdr-bl-3-4_btn-sp {
  position: relative;
  margin: 0 40px;
}

.hdr-bl-3-4_span-1 {
  color: wheat;
  color: wheat;
  border-left: 1px solid white;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding-left: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "CeraRoundPro-Bold", sans-serif;
  right: 17px;
  top: 5%;
}

.hdr-bl-3-4_button {
  height: 47px;
  width: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 17px;
}

.hdr-bl-3-4 {
  display: none;
}

.hdr-bl4_ico {
  margin-right: 20px;
}

.hdr-bl4_bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hdr-bl4_span {
  display: block;
  font-family: "CeraRoundPro-Regular", sans-serif;
  line-height: 24px;
}

.hdr-bl4_span1,
.hdr-bl4_span3,
.hdr-bl4_span6 {
  font-family: "CeraRoundPro-Bold", sans-serif;
}

.hdr-bl4_bl-v {
  color: white;
}

.hdr-bl4 {
  width: 843px;
  border: 1px solid transparent;
  -o-border-image: -o-linear-gradient(357.92deg, #EE7F1B -23.96%, rgba(0, 0, 0, 0) 33.86%, #EE7F1B 95.68%);
     border-image: linear-gradient(92.08deg, #EE7F1B -23.96%, rgba(0, 0, 0, 0) 33.86%, #EE7F1B 95.68%);
  border-image-slice: 1;
  height: 100px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-box-shadow: 0px 16px 53px 0px #000000;
          box-shadow: 0px 16px 53px 0px #000000;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 60px;
}

.hdr-bl3_shaurma-img {
  display: none;
  width: 450px;
  margin: auto;
  margin-bottom: 30px;
}

.hdr-bl3 {
  margin-bottom: 61px;
}

.hdr-bl3_title {
  font-family: "RistrettoProBold", sans-serif;
  font-size: 111px;
  line-height: 101px;
  color: white;
  display: block;
  text-transform: uppercase;
}

.hdr-bl3_title-org {
  color: #EE7F1B;
  display: block;
  margin-bottom: 15px;
}

.hdr-bl3_text {
  font-family: "CeraRoundPro-Regular", sans-serif;
  font-size: 19px;
  line-height: 29px;
  color: #EDEDED;
}

.hdr-bl3_text-bld {
  font-family: "CeraRoundPro-Bold", sans-serif;
}

.hdr-bl3_img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 512px;
  margin-bottom: 41px;
}

.hdr-bl3_ico1 {
  margin-right: 10px;
}

.hdr-bl3 .hdr-bl3_button {
  height: 87px;
  width: 354px;
  border-radius: 12px;
  margin-right: 20px;
  text-decoration: none;
}

.hdr-bl3_blsh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #242424;
  border-radius: 12px;
  height: 90px;
  width: 299px;
  -webkit-box-shadow: inset 0px 0px 28px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0px 0px 28px rgba(255, 255, 255, 0.1);
}

.hdr-bl3_btn-blsh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hdr-bl3_ico2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 45px;
  width: 28px;
  margin-right: 15px;
}

.hdr-bl3_blsh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
}

.hdr-bl3_text-all {
  color: white;
}

.hdr-bl3_text1 {
  font-family: "CeraRoundPro-Regular", sans-serif;
}

.hdr-bl3_text2 {
  font-family: "CeraRoundPro-Bold", sans-serif;
}

/*конец header-bl3 */
/*header-bl2 */
.hdr-bl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 90px;
}
.hdr-bl2_logo {
  position: relative;
  top: -10px;
}
.hdr-bl2_text {
  font-family: "CeraRoundPro-Regular", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5019607843);
  line-height: 21px;
  width: 183px;
}
.hdr-bl2 .button-all {
  height: 47px;
  width: 126px;
  border-radius: 61px;
}
.hdr-bl2_adr1 {
  font-family: "CeraRoundPro-Regular", sans-serif;
  line-height: 21px;
  color: white;
  display: block;
}
.hdr-bl2_adr2 {
  font-family: "CeraRoundPro-Bold", sans-serif;
  line-height: 21px;
  color: #EE7F1B;
  display: block;
}
.hdr-bl2_bl-adr, .hdr-bl2_bl-dost, .hdr-bl2_bl-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hdr-bl2_bl-adr {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hdr-bl2_ico {
  margin-right: 10px;
}
.hdr-bl2_dost1 {
  font-family: "CeraRoundPro-Regular", sans-serif;
  line-height: 21px;
  color: white;
  display: block;
}
.hdr-bl2_dost2 {
  font-family: "CeraRoundPro-Bold", sans-serif;
  line-height: 21px;
  color: white;
  display: block;
}
.hdr-bl2_tel1 {
  font-family: "CeraRoundPro-Bold", sans-serif;
  line-height: 29px;
  color: white;
  display: block;
  font-size: 19px;
  text-decoration: none;
}
.hdr-bl2_tel2 {
  font-family: "CeraRoundPro-Regular", sans-serif;
  line-height: 21px;
  color: #EE7F1B;
  display: block;
}
.hdr-bl2_ya {
  display: none;
}
.hdr-bl2_yandex {
  font-family: "CeraRoundPro-Bold", sans-serif;
  line-height: 14px;
  color: white;
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
.hdr-bl2_rtg {
  font-family: "CeraRoundPro-Regular", sans-serif;
  line-height: 10px;
  color: #B0B0B0;
  display: block;
  font-size: 7px;
}

/*конец header-bl2 */
.header {
  background-image: url(../img/bg-header.png);
  background-size: 100%;
  margin-bottom: 108px;
  background-repeat: no-repeat;
  height: 930px;
  position: relative;
}

/*header-menu */
.nav-icon.nav-icon--active .nav-icon__middle::before,
.nav-icon.nav-icon--active .nav-icon__middle::after,
.nav-icon__middle::before,
.nav-icon__middle::after,
.nav-icon__middle {
  background: #EE7F1B;
}

.header-m_tel {
  margin-right: 10px;
}

.nav a {
  color: #B0B0B0;
  font-family: "CeraRoundPro-Regular", sans-serif;
  margin-right: 30px;
}

.header__logo {
  display: none;
}

.nav--active {
  background-image: url(../img/header-m-rash-fon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.header__row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header-m {
  margin-bottom: 24px;
}
.header-m .header-m_welcom-2 {
  display: none;
}
.header-m_rr-org {
  color: #EE7F1B;
}
.header-m_rr {
  color: white;
  font-size: 14px;
  font-family: "CeraRoundPro-Bold", sans-serif;
}
.header-m_img-rr {
  display: none;
}
.header-m_logo-1 {
  display: none;
  width: 114px;
}
.header-m_img-tel {
  display: none;
}
.header-m_ya-welcom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-m_welcom {
  background: #181818;
  color: white;
  font-family: "CeraRoundPro-Regular", sans-serif;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
  border-radius: 72px;
  height: 31px;
  width: 89px;
}
.header-m_welcom::before {
  content: "";
  width: 10px;
  height: 13px;
  display: block;
  background-image: url(../img/welcom-piple.svg);
  margin-right: 8px;
}
.header-m_ya-bottom {
  font-size: 7px;
  font-family: "CeraRoundPro-Regular", sans-serif;
  color: #B0B0B0;
  display: block;
}
.header-m_yandex {
  color: white;
  font-family: "CeraRoundPro-Bold", sans-serif;
  font-size: 14px;
  margin-right: 7px;
}
.header-m_ya-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-m_zvz {
  position: relative;
  bottom: -2px;
}
.header-m_ya {
  margin-left: 30px;
}
.header-m_tel {
  color: white;
  font-family: "CeraRoundPro-Bold", sans-serif;
  font-size: 13px;
  text-decoration: none;
}
.header-m_p {
  color: #EE7F1B;
  font-family: "CeraRoundPro-Regular", sans-serif;
  font-size: 11px;
}

/*конец header-menu */
/*comment */
.ib-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ib-comment_padding {
  padding: 0 15px;
}
.ib-comment .title {
  color: white;
}
.ib-comment_fon {
  background-image: url(../img/comment-fon.jpg);
  background-size: cover;
  padding: 100px 0;
  max-width: 1520px;
  margin: 0 auto 120px;
  border-radius: 41px;
}
.ib-comment .ib-comment_title-org {
  color: #EE7F1B;
}
.ib-comment_left {
  margin-right: 32px;
}
.ib-comment_right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 70%;
  position: relative;
}
.ib-comment_title {
  margin-bottom: 22px;
}
.ib-comment_textfive {
  color: white;
  font-size: 22px;
  margin-bottom: 39px;
}
.ib-comment_text1 {
  font-family: "CeraRoundPro-Regular", sans-serif;
}
.ib-comment_text2 {
  font-family: "CeraRoundPro-Bold", sans-serif;
}
.ib-comment_text3 {
  font-family: "CeraRoundPro-Bold", sans-serif;
}
.ib-comment_text4 {
  font-family: "CeraRoundPro-Bold", sans-serif;
  color: #EE7F1B;
}
.ib-comment_text5 {
  font-family: "CeraRoundPro-Regular", sans-serif;
}
.ib-comment_ya {
  font-family: "CeraRoundPro-Bold", sans-serif;
  font-size: 23px;
  color: white;
  display: block;
}
.ib-comment_rtng {
  font-family: "CeraRoundPro-Regular", sans-serif;
  font-size: 14px;
  color: #B0B0B0;
  display: block;
}
.ib-comment_ya-rtng {
  margin-bottom: 42px;
}
.ib-comment_button {
  -webkit-box-shadow: 0px -5px 13px 0px rgba(255, 255, 255, 0.2509803922) inset, 0px 3px 0px 0px #b16929, 0px 10px 30px 0px rgba(219, 166, 120, 0.3803921569);
          box-shadow: 0px -5px 13px 0px rgba(255, 255, 255, 0.2509803922) inset, 0px 3px 0px 0px #b16929, 0px 10px 30px 0px rgba(219, 166, 120, 0.3803921569);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF993D), to(#EE7F1B));
  background-image: -o-linear-gradient(#FF993D 0%, #EE7F1B 100%);
  background-image: linear-gradient(#FF993D 0%, #EE7F1B 100%);
  height: 87px;
  width: 304px;
  border-radius: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-family: "CeraRoundPro-Bold", sans-serif;
  font-size: 18px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

/*конец comment*/
/*comment slide */
.ib-comment-s {
  background-image: url(../img/comment-s-fon.jpg);
  background-size: cover;
  height: 480px;
  padding: 37px 30px;
  border-radius: 17px;
  overflow: hidden;
}
.ib-comment-s_foto {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  overflow: hidden;
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ib-comment-s_ya {
  font-family: "CeraRoundPro-Bold", sans-serif;
  font-size: 18px;
  color: white;
  display: block;
  margin-bottom: 5px;
}
.ib-comment-s_rtng {
  font-family: "CeraRoundPro-Regular", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4196078431);
  display: block;
}
.ib-comment-s_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.ib-comment-s_p {
  color: white;
  font-family: "CeraRoundPro-Regular", sans-serif;
  line-height: 24px;
}

/*конец comment slide*/
/*spec */
.ib-spec {
  margin-bottom: 92px;
}
.ib-spec_top {
  margin-bottom: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ib-spec .slick-slide img {
  width: 100%;
}
.ib-spec .slick-initialized .slick-slide {
  display: block;
  padding: 10px;
}
.ib-spec .button-all {
  position: absolute;
  bottom: 36px;
  left: 39px;
}
.ib-spec_slide-div {
  position: relative;
}

/*конец spec */
/*much */
.ib-much_fon {
  background-image: url(../img/much-fon.jpg);
  background-size: cover;
  padding: 65px 0 129px;
  margin-bottom: 88px;
}
.ib-much .title {
  color: white;
}
.ib-much_hit {
  background: #FF665C;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat-SemiBold", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  width: 134px;
  height: 41px;
  margin-left: 20px;
}
.ib-much_t-hit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib-much_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 29px;
}
.ib-much .slick-dots {
  position: relative;
}
.ib-much_slider-adaptive {
  display: none;
}

/*конец much*/
/*much slide */
.ib-much-s {
  background-image: url(../img/fon-much-s.jpg);
  border-radius: 17px;
  padding: 30px;
}
.ib-much-s_foto {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 35px;
}
.ib-much-s_padding {
  padding: 0 15px;
}
.ib-much-s_img {
  width: 100%;
}
.ib-much-s_title {
  color: white;
  font-family: "CeraRoundPro-Bold", sans-serif;
  font-size: 22px;
}
.ib-much-s_gr {
  font-family: "CeraRoundPro-Regular", sans-serif;
  color: white;
  margin-left: 3px;
}
.ib-much-s_ico-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib-much-s_fotter-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
}
.ib-much-s_fotter-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
}
.ib-much-s_sum {
  color: white;
  font-size: 31px;
  font-family: "CeraRoundPro-Bold", sans-serif;
}
.ib-much-s .button-all {
  height: 41px;
  width: 133px;
}
.ib-much-s_r {
  width: 17px;
  height: 20px;
  position: relative;
  top: 2px;
  left: 3px;
}
.ib-much-s_sum-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib-much-s_fotter-3 {
  color: rgba(255, 255, 255, 0.5490196078);
  line-height: 20px;
  font-family: "CeraRoundPro-Regular", sans-serif;
}

/*конец slide*/
/* блок шаурма*/
.ib-sh-border {
  height: 10px;
  border-radius: 22px;
  background: #ededed;
  display: block;
  position: relative;
  top: -10px;
  width: 100%;
}

.ib-sh-menu {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ib-sh-menu_a {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #434343;
  text-decoration: none;
  margin-right: 59px;
  font-size: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ib-sh-menu_a::after {
  content: "";
  background: #EDEDED;
  width: 120%;
  height: 10px;
  border-radius: 22px;
  display: block;
  position: relative;
  bottom: -15px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ib-sh-menu_a:hover::after {
  background: #EE7F1B;
}
.ib-sh-menu_a:hover {
  color: #EE7F1B;
}
.ib-sh-menu_a:nth-child(1) {
  color: #EE7F1B;
}
.ib-sh-menu_a:nth-child(1)::after {
  background: #EE7F1B;
}

.ib-sh {
  margin-bottom: 144px;
}
.ib-sh .title {
  margin-top: 47px;
  display: block;
  margin-bottom: 38px;
}

.shaurma-offers {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* конец блок шаурма */
/* блок шаурма 2*/
.ib-sh-2 .ib-sh-menu_a:nth-child(1) {
  color: #434343;
}

.ib-sh-2 .ib-sh-menu_a:nth-child(2) {
  color: #EE7F1B;
}

.ib-sh-2 .ib-sh-menu_a:nth-child(1)::after {
  background: #EDEDED;
}

.ib-sh-2 .ib-sh-menu_a:nth-child(2)::after {
  background: #EE7F1B;
}

.sh-offer-2_dob {
  font-family: "CeraRoundPro-Bold", sans-serif;
  color: #EE7F1B;
  text-decoration: none;
}

.sh-offer-2_pl-dob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sh-offer-2_pl {
  margin-right: 10px;
}

/* конец блок шаурма 2 */
/*best */
.ib-best {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 104px;
}
.ib-best_left {
  padding-right: 94px;
}
.ib-best_title2 {
  color: #EE7F1B;
  margin-bottom: 21px;
}
.ib-best_bl-shp {
  background: #FCFCFC;
  padding: 20px;
  font-family: "CeraRoundPro-Bold", sans-serif;
  color: #434343;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
  line-height: 23px;
}
.ib-best_text-org {
  color: #EE7F1B;
}
.ib-best_text2 {
  margin-bottom: 15px;
  font-family: "CeraRoundPro-Bold", sans-serif;
}
.ib-best_text3 {
  margin-bottom: 28px;
  font-family: "CeraRoundPro-Bold", sans-serif;
}
.ib-best_button {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF993D), to(#EE7F1B));
  background-image: -o-linear-gradient(#FF993D 0%, #EE7F1B 100%);
  background-image: linear-gradient(#FF993D 0%, #EE7F1B 100%);
  height: 87px;
  width: 354px;
  border-radius: 12px;
  border: none;
  -webkit-box-shadow: inset 0px -5px 13px rgba(255, 255, 255, 0.25), 0px 3px 0px 0px #B16929, 0px 10px 30px 0px #dba678;
          box-shadow: inset 0px -5px 13px rgba(255, 255, 255, 0.25), 0px 3px 0px 0px #B16929, 0px 10px 30px 0px #dba678;
  font-family: "CeraRoundPro-Bold", sans-serif;
}

/*конец best */
/* блок шаурма*/
.sh-offer {
  margin: 15px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.sh-offer_foto {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sh-offer_img {
  display: block;
  width: 100%;
}
.sh-offer_title {
  color: #575757;
  font-size: 18px;
  font-family: "CeraRoundPro-Bold", sans-serif;
  margin-bottom: 14px;
  display: block;
}
.sh-offer_text {
  color: #222222;
  margin-bottom: 18px;
}
.sh-offer_summ {
  font-size: 31px;
  font-family: "CeraRoundPro-Bold", sans-serif;
  margin-right: 3px;
}
.sh-offer_ingr {
  height: 41px;
  width: 133px;
  background: #F2F2F2;
  display: block;
  border-radius: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #9E9A9A;
  font-family: "CeraRoundPro-Bold", sans-serif;
}
.sh-offer_ico {
  margin-right: 2px;
}
.sh-offer_footer1 {
  margin-bottom: 17px;
}
.sh-offer_footer1, .sh-offer_footer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sh-offer_gr {
  color: #888888;
}
.sh-offer_summ {
  color: #464646;
}

/* конец блок шаурма */
/*new */
.ib-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 106px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ib-new_block {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.ib-new_img {
  margin-bottom: 19px;
}
.ib-new_title {
  font-size: 22px;
  line-height: 28px;
  font-family: "CeraRoundPro-Bold", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
  height: 56px;
}
.ib-new_text {
  line-height: 23px;
  color: #434343;
}

/*конец new */
/*vk */
.ib-vk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 130px;
}
.ib-vk_title-org {
  color: #EE7F1B;
  letter-spacing: 1px;
}
.ib-vk .title {
  margin-bottom: 15px;
}
.ib-vk .ib-best_button {
  height: 91px;
  width: 304px;
  margin-top: 27px;
}
.ib-vk_right {
  border-radius: 14px;
  background: #F2F2F2;
  padding: 10px;
}
.ib-vk_img {
  width: 100%;
}

/*конец vk */
/*new */
.ib-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 138px;
}
.ib-map_img {
  width: 100%;
}
.ib-map_tetle-org {
  color: #EE7F1B;
}
.ib-map_right {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ib-map_left {
  padding-right: 51px;
}
.ib-map_right-img {
  padding: 10px;
  border-radius: 16px;
  background-color: #F4F3F3;
  margin-bottom: 34px;
}
.ib-map .title {
  margin-bottom: 27px;
}
.ib-map_text {
  font-family: "Montserrat-SemiBold", sans-serif;
  padding-right: 95px;
}
.ib-map_text1 {
  margin-bottom: 22px;
}
.ib-map_text2 {
  margin-bottom: 28px;
}
.ib-map_span-map {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #BBBBBB;
  text-align: center;
  display: block;
}
.ib-map_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 52px;
}
.ib-map button {
  height: 66px;
  width: 194px;
  border-radius: 12px;
  text-transform: none;
  font-family: "Montserrat-SemiBold", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ib-map_button-ell {
  background: #FED700;
  -webkit-box-shadow: 0px 3px 0px 0px #E5C40D, 0px 10px 30px 0px #d1c062;
          box-shadow: 0px 3px 0px 0px #E5C40D, 0px 10px 30px 0px #d1c062;
  color: #000000;
}
.ib-map_button-grn {
  background: #0EC645;
  -webkit-box-shadow: 0px 3px 0px 0px #10AC3F, 0px 10px 30px 0px #78c58f;
          box-shadow: 0px 3px 0px 0px #10AC3F, 0px 10px 30px 0px #78c58f;
}
.ib-map_button-org::after, .ib-map_button-grn::after, .ib-map_button-ell::after {
  content: "";
  background: url(../img/arrow-btn.svg);
  background-size: 100%;
  display: block;
  width: 9px;
  height: 9px;
  margin-left: 5px;
}
.ib-map_button-ell::after {
  background: url(../img/arrow-btn-black.svg);
  background-size: 100%;
}
.ib-map_p-adr-org {
  color: #EE7F1B;
}
.ib-map_foto-adr {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #181818;
  -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25), inset 0px 0px 12px rgba(255, 255, 255, 0.15);
          box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25), inset 0px 0px 12px rgba(255, 255, 255, 0.15);
}
.ib-map_adr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 48px;
}
.ib-map_p-adr {
  font-family: "CeraRoundPro-Bold", sans-serif;
  line-height: 21px;
}
.ib-map_p-adr {
  color: #2D2D2D;
  text-decoration: none;
}
.ib-map_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ib-map_adr-rr {
  margin-top: 30px;
  width: 200px;
}

/*конец new */
/*футер */
.mb-05 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb--05 {
  margin-bottom: -5px;
}

.mb--10 {
  margin-bottom: -10px;
}

.mb--20 {
  margin-bottom: -20px;
}

.mb--30 {
  margin-bottom: -30px;
}

.mb--40 {
  margin-bottom: -40px;
}

.mb--50 {
  margin-bottom: -50px;
}

.mb--60 {
  margin-bottom: -60px;
}