.rect-box img, .icons-f .icon-circl {
  width: 40px;
  height: 40px;
}

.wrap-fon, .rect-opas, .down-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-div #btn-1, .btn-div #btn-opas, .btns-home2 #btn-12 {
  width: 130px;
  height: 50px;
  cursor: pointer;
}

.btn-div #btn-1:hover, .btn-div #btn-opas:hover, .btns-home2 #btn-12:hover {
  -webkit-transition: background-color 0.3s liner;
  transition: background-color 0.3s liner;
  background-color: #f7c05e;
  opacity: 0.8;
}

.ul-1 a:hover, .footer a:hover {
  -webkit-transition: color 0.3s liner;
  transition: color 0.3s liner;
  color: #f7c05e;
}

.header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  -ms-grid-rows: 90px 550px;
      grid-template-rows: 90px 550px;
  color: white;
}

h1, h2, h3 {
  font-family: 'Arial Narrow Bold', sans-serif;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.logo-menu {
  -ms-grid-row: 1;
      grid-row-start: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 95px;
  -ms-grid-columns: 50% 50%;
      grid-template: 95px/50% 50%;
  width: 100%;
  background-color: black;
}

.logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 80px;
      grid-template-columns: 30px 80px;
  -ms-grid-rows: 30px 30px;
      grid-template-rows: 30px 30px;
  margin-left: 90px;
  margin-top: 20px;
}

.logo img {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  width: 24px;
  height: 29px;
}

.logo h2 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  font-size: 1.5em;
}

.logo h3 {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  color: #f7c05e;
  font-size: 1em;
  letter-spacing: 2px;
}

.ul-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 90px;
  margin-right: 100px;
  margin-top: 40px;
}

.ul-1 a {
  color: white;
}

.big-slide, .big-slide-2, .big-slide-3 {
  -ms-grid-row: 2;
      grid-row-start: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 51% 49%;
      grid-template-columns: 51% 49%;
  -ms-grid-rows: 95% 5%;
      grid-template-rows: 95% 5%;
}

.big-slide, .big-slide-2 {
  background-image: url("img/bg_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.big-slide-3 {
  -ms-grid-row: 2;
      grid-row-start: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
  -ms-grid-columns: 100%;
      grid-template: 100% / 100%;
  background-image: url("img/bg_3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.big-slide-3 .slide-dots {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/ 7;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left, .right-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 125px 85px 50px 90px 75px 125px;
  -ms-grid-columns: 100%;
      grid-template: 125px 85px 50px 90px 75px 125px / 100%;
}

.right-2 {
  justify-items: left;
}

.left {
  justify-items: right;
}

.central {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 150px 85px 50px 90px 75px 150px;
  -ms-grid-columns: 100%;
      grid-template: 150px 85px 50px 90px 75px 150px/ 100%;
  justify-items: center;
}

.p-head {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  color: #f7c05e;
  font-family: 'Freehand', cursive;
  font-size: 40px;
}

h1 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  margin-top: 20px;
}

.p-head-2 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  margin-top: 40px;
  width: 95%;
  text-align: center;
  font-size: 18px;
  font-weight: 100;
}

.btn-div {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}

.btn-div #btn-1 {
  color: black;
  background-color: #f7c05e;
  border: none;
}

.btn-div #btn-opas {
  background-color: rgba(100, 200, 255, 0);
  border: 1px solid white;
  color: white;
}

.slide-dots {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -40px;
}

.dot {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #b1a7a6;
  margin: 0 5px;
  border-color: #b1a7a6;
  cursor: pointer;
}

.dot:hover {
  -webkit-transition: color 0.3s liner;
  transition: color 0.3s liner;
  background-color: white;
  opacity: 0.7;
  border: 2px solid #b1a7a6;
}

.right img, .left-2 img {
  width: 65%;
  height: 70%;
  margin-top: 120px;
}

.left-2 {
  text-align: end;
  margin-right: 20px;
}

.right {
  margin-left: 20px;
}

.slider.active {
  display: -ms-grid;
  display: grid;
}

.dot.active {
  background-color: white;
}

.slider {
  display: none;
}

#prev, #next {
  position: absolute;
  left: 0;
  top: 0;
  height: 642px;
  width: 50px;
  background-color: black;
  opacity: 0.3;
  cursor: pointer;
}

#prev:hover, #next:hover {
  opacity: 0.4;
}

#next {
  left: auto;
  right: 0;
}

.home-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: (1fr)[auto-fill];
      grid-template: 1fr/repeat(auto-fill, 1fr);
}

.gallery-1 {
  background-image: url("img/bg_4.jpg");
}

.gallery-1 img {
  width: 24%;
  height: 100%;
}

.gallery-2 {
  background-color: black;
}

.wrap-fon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[25];
      grid-template-columns: repeat(25, 1fr);
  background-image: url("img/bg_22.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 250px;
  color: #f7c05e;
}

.rect-opas {
  display: -ms-grid;
  display: grid;
  width: 70px;
  height: 70px;
  border: 2px solid #f7c05e;
}

.rect-box {
  width: 90px;
  height: 170px;
  text-align: -webkit-center;
}

.rect-box .p-one {
  font-size: 28px;
  margin-top: 50px;
}

.rect-box .p-two {
  font-size: 12px;
  color: white;
  margin-top: 20px;
}

.one {
  -ms-grid-column: 8;
  -ms-grid-column-span: 1;
  grid-column: 8/9;
}

.two {
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
  grid-column: 11/12;
  width: 100px;
}

.four {
  -ms-grid-column: 17;
  -ms-grid-column-span: 1;
  grid-column: 17/18;
}

.three {
  -ms-grid-column: 14;
  -ms-grid-column-span: 1;
  grid-column: 14/15;
  width: 100px;
}

.home-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
      grid-template: 1fr/ 1fr;
  background-image: url("img/bg_4.jpg");
}

.menu-home2 {
  -ms-grid-column: 2;
  grid-column: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100px 500px;
  -ms-grid-columns: 1fr;
      grid-template: 100px 500px/ 1fr;
}

.btns-home2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100px;
  -ms-grid-columns: 70px 75px 80px 70px 100%;
      grid-template: 100px/ 70px 75px 80px 70px 100%;
  grid-gap: 8px;
  margin-left: 50px;
}

.btns-home2 #btn-12 {
  width: 100%;
  height: 50px;
  margin-top: 50px;
  background-color: rgba(100, 200, 255, 0);
  color: #f7c05e;
  border: 1px solid #f7c05e;
}

.btns-home2 #btn-12:hover {
  color: black;
}

.pizza-home2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
  -ms-grid-columns: (1fr)[3];
      grid-template: 100%/repeat(3, 1fr);
  grid-gap: 30px;
  margin: 50px 40px 0 40px;
  color: white;
}

.img-home2 img {
  width: 370px;
  height: 400px;
}

.pizza-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 125px 50px 60px 50px 50px;
  -ms-grid-columns: 1fr;
      grid-template: 125px 50px 60px 50px 50px / 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.pizza-menu img {
  width: 118px;
  height: 118px;
  border-radius: 50%;
}

.pizza-menu .text-home2 {
  opacity: 0.6;
}

.pizza-menu button {
  background-color: rgba(100, 200, 255, 0);
  color: white;
  border: 1px solid white;
  padding: 10px;
  margin-top: 10px;
}

.pizza-menu button:hover {
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  background-color: #f7c05e;
}

.pizza-menu .price-p {
  margin-top: 10px;
  color: #f7c05e;
}

.text-f-small img, .questions-f img {
  width: 15px;
  height: 15px;
}

.footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 400px 150px;
  -ms-grid-columns: 1fr;
      grid-template: 400px 150px/ 1fr;
  color: white;
  background-color: black;
}

.footer a {
  color: white;
}

.text-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 8% 15% 25% 10% 20% 10%;
      grid-template: 1fr/ 8% 15% 25% 10% 20% 10%;
  grid-gap: 40px;
  margin-top: 90px;
}

.text-footer h4 {
  margin-bottom: 35px;
}

.about-f {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.text-f {
  opacity: 0.6;
}

.recent-blog-f {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 45px 75px 75px;
  -ms-grid-columns: 270px;
      grid-template: 45px 75px 75px / 270px;
  grid-gap: 10px;
}

.recent-blog-f h4 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 /3;
  -ms-grid-row: 1;
  grid-row: 1;
}

.recent-blog-f .rec-blog-f1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  grid-row: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 75px;
  -ms-grid-columns: 70px 230px;
      grid-template: 75px / 70px 230px;
}

.recent-blog-f .rec-blog-f {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  grid-row: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 75px;
  -ms-grid-columns: 70px 230px;
      grid-template: 75px / 70px 230px;
  margin-top: 10px;
}

.service-f {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 50px 200px;
  -ms-grid-columns: 100%;
      grid-template: 50px 200px / 100%;
}

.service-f ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[4];
  -ms-grid-columns: 100%;
      grid-template: repeat(4, 1fr)/100%;
  opacity: 0.6;
}

.questions-f {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
}

.questions-f p {
  opacity: 0.7;
}

#rec-img {
  width: 65px;
  height: 65px;
}

.icons-f {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: (45px)[5];
      grid-template: 1fr/repeat(5, 45px);
  grid-gap: 10px;
}

.icons-f .icon-circl {
  background-color: #131212;
  text-align: center;
  border-radius: 50%;
}

.icons-f .icon-circl:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #f7c05e;
}

.icons-f img {
  width: 25px;
  height: 25px;
  opacity: 0.8;
  margin-top: 7px;
}

.text-f-small {
  font-size: 14px;
  margin-left: 10px;
}

.text-f-small p {
  margin-bottom: 18px;
}

.text-f-small span {
  font-size: 12px;
}

.questions-f .phone-f, .questions-f .email-f, .questions-f .address-f {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25px 170px;
      grid-template-columns: 25px 170px;
  margin-top: 15px;
}

.down-footer {
  display: -ms-grid;
  display: grid;
}
/*# sourceMappingURL=home.css.map */