@charset "UTF-8";/*$media-sm-max-width: 576px;*//*$media-md-max-width: 768px;*//*$media-lg-max-width: 1200px;*/body {
  font-family: 'MyriadPro-regular';
  font-size: 18px;
  position: relative;
}

.h1 {
  font-family: 'MyriadPro-bold', Arial;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}

.h3 {
  position: relative;
  font-size: 30px;
}

.h3_shadow {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
  line-height: 1.2;
}

.h3_white {
  color: #fff;
}

.btn {
  font-family: 'MyriadPro-semibold', Arial;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 3px solid #000;
  padding: 15px 20px;
  color: #000;
  font-size: 16px;
}

.btn:hover {
  color: #fff;
  background: #414141;
  border-color: #414141;
}

.btn_white {
  color: #fff;
  border-color: #fff;
}

.btn_white:hover {
  background: #fff;
  color: #000;
}

.header {
  background: url(../img/bg-head.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.logotype {
  position: relative;
  width: 50%;
}

.menu {
  font-family: 'MyriadPro-cond', Arial;
  margin-top: 20px;
  padding: 0 15px;
  font-size: 20px;
}

.menu-footer {
  font-family: 'MyriadPro-regular', Arial;
  color: #a33e0b;
  margin-bottom: 30px;
}

.menu__link {
  color: #682300;
  margin: 0 5px;
}

.menu__link:last-child {
  margin-right: 0;
}

.menu__link:hover {
  color: #682300;
}

.menu__link_footer {
  color: #a33e0b;
}

.slogan {
  font-family: 'MyriadPro-bold', Arial;
  color: #fff;
  font-size: 16px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  margin-top: 30px;
}

.contacts {
  color: #fff;
  margin-top: 35px;
  margin-bottom: 50px;
}

.contacts-cap {
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.contacts__phone {
  width: 100%;
}

.contacts__phone_big-shadow {
  font-family: 'MyriadPro-bold', Arial;
  font-size: 24px;
  line-height: 42px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.section-about-pita {
  margin-top: 45px;
  margin-bottom: 15px;
}

.section-production {
  background: url(../img/bg-prod.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-top:1px solid #fff;
}

.section-gallery {
  background-color: #ebebeb;
  padding: 1px;
}

.section-recipes {
  background: url(../img/bg-recipes.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-contacts {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #680e0e;
}

.section-map {
  height: 605px;
  overflow: hidden;
}

.section-map iframe {
  width: 100%;
  height: 615px;
  border: 0;
}

.about-pita {
  margin-bottom: 66px;
}

.about-pita-text {
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 18px;
}

.about-pita-pic {
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.about-pita-pic__img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: 95%;
  width: 100%;
}

.about-pita-pic__img img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
 /*margin-top: -150px;*/;
}

.production {
  padding-top: 45px;
  padding-bottom: 55px;
}

.production-header {
  margin-bottom: 45px;
}

.video-block {
  width: 710px;
}

.video-block iframe {
  height: 390px;
  width: 100%;
  border: 2px solid #fff;
}

.quote {
  margin-top: 50px;
  font-size: 20px;
  margin-bottom: 50px;
}

.quote-block {
  font-family: Georgia;
  font-style: italic;
  padding-left: 30px;
  padding-top: 20px;
  background: url(../img/quote.png) no-repeat left 15px top;
  -webkit-background-size: 25px 25px;
  background-size: 25px;
}

.quote-pic {
  margin-top: 30px;
}

.quote-pic img {
  width: 50%;
}

.quote-pic__cap {
  margin-top: 20px;
  width: 100%;
  font-family: Georgia;
  font-size: 18px;
  text-align: right;
}

.gallery {
  margin-top: 60px;
  margin-bottom: 70px;
}

.gallery-items {
  margin-bottom: 50px;
}

.gallery-items__item {
  margin-top: 25px;
}

.gallery-items__item img {
  width: 100%;
}

.gallery-text {
  margin-top: 30px;
}

.fotos {
  padding-bottom: 20px;
}

.recipes {
  padding-top: 45px;
  padding-bottom: 45px;
}

.recipes-text {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  position: relative;
  padding: 20px;
  margin: 40px 0 55px 0;
}

.recipes-text__item {
  margin-bottom: 20px;
  line-height: 1.1;
}

.recipes-text__item:last-child {
  margin-bottom: 0;
}

.recipes-text__item span:first-child {
  display: block;
  font-weight: 600;
}

.contacts-block {
  color: #fff;
}

.contacts-block-items {
  margin-top: 60px;
}

.contacts-block-item {
  line-height: 1.2;
  margin-bottom: 20px;
}

.contacts-block-item span {
  display: block;
  margin-bottom: 5px;
}

.nakarte {
	padding:50px 0 0 0;
}

.sostavy {
	display:block; 
	padding:5px 0 0 20px;
}


.reciepty {
  background: url(../img/bg-more.jpg);
  padding-top: 60px;
  padding-bottom: 50px;
  font-size:18px;
}

.rec-top {
  padding-top: 50px;
  text-align:center;
  line-height:22px;
}

.rec-top img{
  border-radius: 500px;
  width:100%;
  max-width: 200px;
  padding:0 0 10px 0;
}

.venzel {
	width:100px; 
	padding-top:10px;
}

.otstup {
	padding-bottom:40px;
}

.footer {
  background-color: #170000;
  padding-bottom: 25px;
}

.credits {
  color: #682300;
  font-size: 18px;
  line-height: 1.2;
}

.scroll-top {
  position: fixed;
  z-index: 99;
  display: none;
  bottom: 20px;
  right: 20px;
  width: 81px;
  height: 81px;
  cursor: pointer;
  background: url(../img/scroll-top.png) no-repeat;
}

.scroll-top_stick {
  position: absolute;
  bottom: 180px;
}

@font-face {
  font-family:'MyriadPro-cond';src:url("../fonts/MyriadPro-cond/MyriadPro-cond.eot");src:local("☺"), url("../fonts/MyriadPro-cond/MyriadPro-cond.woff") format("woff"), url("../fonts/MyriadPro-cond/MyriadPro-cond.ttf") format("truetype"), url("../fonts/MyriadPro-cond/MyriadPro-cond.svg") format("svg");font-weight:normal;font-style:normal;
}

@font-face {
  font-family:'MyriadPro-semibold';src:url("../fonts/MyriadPro-semiboldd/MyriadPro-semibold.eot");src:local("☺"), url("../fonts/MyriadPro-semiboldd/MyriadPro-semibold.woff") format("woff"), url("../fonts/MyriadPro-semiboldd/MyriadPro-semibold.ttf") format("truetype"), url("../fonts/MyriadPro-semiboldd/MyriadPro-semibold.svg") format("svg");font-weight:normal;font-style:normal;
}

@font-face {
  font-family:'MyriadPro-bold';src:url("../fonts/MyriadPro-bold/MyriadPro-bold.eot");src:local("☺"), url("../fonts/MyriadPro-bold/MyriadPro-bold.woff") format("woff"), url("../fonts/MyriadPro-bold/MyriadPro-bold.ttf") format("truetype"), url("../fonts/MyriadPro-bold/MyriadPro-bold.svg") format("svg");font-weight:normal;font-style:normal;
}

@font-face {
  font-family:'MyriadPro-regular';src:url("../fonts/MyriadPro//MyriadPro-regular.eot");src:local("☺"), url("../fonts/MyriadPro//MyriadPro-regular.woff") format("woff"), url("../fonts/MyriadPro//MyriadPro-regular.ttf") format("truetype"), url("../fonts/MyriadPro//MyriadPro-regular.svg") format("svg");font-weight:normal;font-style:normal;
}

@media all and (min-width: 576px) {
  .h3::before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #000;
    top: 50%;
    left: -70px;
  }

  .h3::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #000;
    top: 50%;
    right: -70px;
  }

  .h3_shadow::before {
    display: none;
  }

  .h3_shadow::after {
    display: none;
  }

  .h3_white::before {
    background-color: #fff;
  }

  .h3_white::after {
    background-color: #fff;
  }

  .menu {
    font-size: 22px;
  }
}

@media all and (min-width: 768px) {
	 .rec-top {
  text-align:left;
}
  .h1 {
    font-size: 45px;
  }

  .h3 {
    font-size: 32px;
  }

  .logotype {
    width: 130%;
  }

  .menu {
    margin-top: 70px;
  }

  .menu__link {
    margin-right: 10px;
  }

  .slogan {
    font-size: 28px;
  }

  .contacts-cap {
    font-size: 20px;
  }

  .contacts__phone_big-shadow {
    font-size: 30px;
  }
  


}

@media all and (min-width: 980px) {
  body {
    font-size: 22px;
  }

  .btn {
    padding: 20px 40px;
    font-size: 20px;
  }

  .logotype {
    width: auto;
    left: -100px;
  }

  .menu {
    margin-bottom: 90px;
    font-size: 24px;
  }

  .menu-footer {
    margin-bottom: 25px;
    margin-top: 35px;
  }

  .menu__link {
    margin-right: 30px;
  }

  .slogan {
    margin-top: 0;
  }

  .contacts {
    margin-bottom: 120px;
  }

  .contacts-cap {
    font-size: 24px;
  }

  .contacts__phone_big-shadow {
    font-size: 36px;
  }

  .section-about-pita {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .section-contacts {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .about-pita-pic {
    margin-bottom: 0;
  }

  .production {
    padding-top: 65px;
    padding-bottom: 85px;
  }

  .production-header {
    margin-bottom: 75px;
  }

  .quote {
    margin-top: 90px;
    margin-bottom: 90px;
    font-size: 24px;
  }

  .quote-block {
    -webkit-background-size: auto auto;
    background-size: auto;
    padding-left: 140px;
    padding-top: 60px;
    margin-left: 0;
  }

  .quote-pic {
    margin-top: 0;
  }

  .quote-pic img {
    width: 100%;
  }

  .recipes {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .recipes-text {
    left: -20px;
  }

  .contacts-block-item {
    margin-bottom: 0;
  }
}

@media all and (min-width: 1100px) {
  .h1 {
    font-size: 60px;
  }

  .h3 {
    font-size: 60px;
  }

  .slogan {
    font-size: 36px;
  }
}
