body {
  color: #656363;
  font-family: 'Open Sans', sans-serif;;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  display: flex;
  flex-direction: column;
  
}

header {
  background: url('./img/header_bg.png') no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

header a {
  color: #fff;
  font-weight: 700; 
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.main-manu {
  display: flex;  
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  width: 55%;
}

.main-manu li {
  padding-right: 15px;
}

.main-manu li a:hover {
  color: #FF7400;

}

.logo {
  margin-right: auto;
}

.cart {
  border-right: 1px solid #fff;
  padding-right: 20px;
  height: 51px;
  display: flex;
  align-items: center;
}

.phone-info {
  width: 22%;
  margin: 0 auto;
  display: flex;
}

.phone-info img {
  width: 15%;
  height: 15%;
  margin-right: 8px;
}

.phone {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.phone-number {
  transition: color 0.3s linear;
  font-size: 18px;
}

.phone-number:hover {
  color: #FF7400;
}

.button {
  color: #fff;
  font-weight: 700;
  border: 1px solid #FF7400;
  background-color: #FF7400;
  text-transform: uppercase;
  width: fit-content;
  transition: background-color 0.3s linear;
}

.button:hover,
.button-shadow:hover {
  background-color: #b75505;
  border: 1px solid #b75505;
  color: #FFF;
}

.button-shadow {
  color: #fff;
  font-weight: 700;
  border: 1px solid #D67E34;
  background-color: #D67E34;
  text-transform: uppercase;
  width: fit-content;
  transition: background-color 0.3s linear;
  box-shadow: 5px 5px 10px 0 #00000040;
}


h1 {
  color: #D67E35;
  font-family: 'Tinos', serif;
  
  font-style: normal;
  font-weight: 400;
}

h2 {
  color: #D67E35;
  font-family: 'Tinos', serif;
  
  font-style: normal;
  font-weight: 400;
  height: 85px;
  margin-bottom: 15px;
  
}

.header-group-line{
  display: flex;
  justify-content: space-between;
  width: 65%;
  margin: 20px auto 40px;
  align-items: center;
}


.header-subtitle {
  color: #FFF;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;  
  text-transform: uppercase;
}

h4 {
  color: #000;
  font-family: 'Tinos', serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  padding: 35px 0 20px;
}

.another-color {
  color: #fff;
  padding: 0 0 20px;
}


h5 {
  color: #D67E34;
  font-family: 'Tinos', serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
}

.header-bottom {
  width: 50%;
  text-align: center;
  padding: 200px 0;
  
}

/* Blocks group */

.header-block-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
  width: 58%;
  position: absolute;
  top: 700px;
  gap: 20px;
  
}

.header-block {
  display: flex;
  flex-direction: column;
  width: 15rem;
  background: #fff;
  align-items: center;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 10px 10px 10px #27262639;
  font-family: 'Tinos', serif;
}

.header-block p {
  padding: 5px 0;
}

main {
  background: #FFF;
}


.color {
  color: #D67E35;
}

.content-about {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 350px auto 120px;
}

.complect-content-about {
  width: 40%;
  text-align: center;
}


.counter {
  display: flex;
  width: 70%;
  justify-content: space-between;
  margin: 70px auto;
}

.count-1 {
  color: #BC9060;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}

.count-2 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.content-offer {
  margin: 0px auto;
  padding: 80px 0 120px;
  width: 80%;
  display: flex;
  justify-content: space-between;
  row-gap: 200px;
  align-items: center;

}
.offer {
  width: 60%;
}

.content-offer p {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  padding-top: 15px;
}


.bg-section-1 {
  background: url('./img/bg_section_1.png') no-repeat;
  background-size: cover;
}

.usual-content {
  width: 80%;
  padding: 92px 0 120px;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.menu-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  padding-top: 140px;
}

.menu-items-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.menu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  
}

.title {
  font-family: 'Tinos', serif;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
}

.bg-section-2 {
  background: url('./img/bg_section_2.png') #E5E5E5;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg {
  background-color: #E5E5E5;
}

.menu-cards-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0 150px;

}

.menu-card {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: space-between;
  background: #fff;
  width: 31%;
  position: relative;
}

.recomend {
  border-radius: 1px solid #D67E34;
  background-color: #D67E34;
  padding: 7px 12px;
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-img {
  border-radius: 50%;
  align-self: center;
}


.price {
  position:sticky;
  margin: -5px 0 0 130px;
}


.price {
  border: 6px solid #fff;
  background-color:#D67E34;
  color: #fff;
  border-radius: 50%;
  padding: 25px;
  width: fit-content;
  font-family: 'Cookie', cursive;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  position: absolute; 
  top: 200px;
  right: 45px;
}


/* Slider */

.slider {
  max-width: 900px;
  min-height: 530px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;

}

.slider input{
  display: none;
}

.controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  gap: 10px;
}

.controls label {
  width: 15px;
  height: 15px;
  border: 3px solid #817e7e;
  background-color: #fff;
  border-radius: 15px;
  cursor: pointer;
}


.slider input:nth-child(1):checked ~ .controls label:nth-child(1),
.slider input:nth-child(2):checked ~ .controls label:nth-child(2),
.slider input:nth-child(3):checked ~ .controls label:nth-child(3) {
  border: 3px solid #D67E34;
}

#r1:checked ~ .wrapper > .comment-1,
#r2:checked ~ .wrapper > .comment-2,
#r3:checked ~ .wrapper > .comment-3 {
	opacity: 1;
	z-index: 1;
}


.wrapper {
  position: relative;
  width: inherit;
}

.comment-1,
.comment-2,
.comment-3 {  
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  font-family: 'Open Sans';
  row-gap: 15px;
  height: inherit;
	opacity: 0;
	position: absolute;
	width: inherit;
	z-index: 0;
}

.comment-txt {  
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.comment-img {
  border-radius: 50%;
  width: 10%;
  margin: 0 auto;
}

.comment-title {
  font-size: 20px;
  font-weight: 600;
}

.comment-name {
  font-size: 20px;
  font-weight: 400;
}

/* ------------------------- */

.gallery-container-1 {
  width: 100%;  
  padding: 59px 0 0;
  margin: 0 auto;
  display: grid;
  gap: 25px;
  grid-template-areas:  "img-1 img-1 img-2 img-3"
                        "img-4 img-5 img-6 img-6";
  grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
  grid-template-rows: 247px 247px;
  

}

.img-1 {
  grid-column: 1/3;
  grid-row: 1/2;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.img-2 {
  grid-column: 3/4;
  grid-row: 1/2;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.img-3 {
  grid-column: 4/5;
  grid-row: 1/2;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.img-4 {
  grid-column: 1/2;
  grid-row: 2/3;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.img-5 {
  grid-column: 2/3;
  grid-row: 2/3;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.img-6 {
  grid-column: 3/5;
  grid-row: 2/3;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.article {
  padding-top: 100px;
}

.gallery-container-2 {
  width: 100%;
  margin: 100px auto;
  display: flex;
  gap: 20px;
}

footer {
  position: sticky;
  bottom: 0;
  background: url('./img/footer_bg.png') no-repeat;
  background-size: cover;
  min-height: 732px;
  z-index: -1;
}


/* Adaptive */


@media screen and (max-width:1920px){
  body {
    font-size: 20px;
  }
  
  header {
    padding: 50px 165px;
  }

  .main-manu {
    font-size: 20px;
    width: 55%;
    color: #fff;
  }

  .cart {
    padding-right: 35px;
  }


  .phone-info {
    width: 25%;
    
  }

  .phone {
    font-size: 20px;
  }

  .phone-info img {
    width: 10%;
  }

  .phone-number {
    font-size: 25px;
  }

  .button {
    font-size: 16px;
    padding: 14px;
  }

  .button-shadow {
    font-size: 16px;
    padding: 14px 60px; 
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 80px;
  }

  .header-group-line {
    width: 20rem;
  }

  .header-block-group {
    margin: 100px 0;
    width: 70%;
    justify-content: center;
    font-size: 24px;
    gap: 25px;
  }
  
  .header-block {
    width: 20rem;
    padding: 15px 10px;
  }

  .menu-items {
    justify-content: center;
  }

  .menu-cards-group {
    width: 100%;
    padding: 30px 10px;
    gap: 16px;
  
  }
  
  .menu-card {
    width: 25rem;
    margin: 0 auto;
    padding: 80px 25px;
  }
  
  .menu-img {
    align-self: center;
  }
  
  .price {
    position:sticky;
    margin: -90px 0 0 130px;
  }

  .gallery-container-1 {
    
    grid-template-rows: 0.7fr 0.7fr ;

}

.gallery-container-2 {
  justify-content: space-between;
}

.gallery-container-2 img {
  min-width: 30%;
}

}

@media screen and (max-width:1440px) {
  header {
    padding: 60px;
  }

  .main-manu {
    width: 50%;
    font-size: 18px;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 55px;
  }

  .header-group-line {
    width: 20rem;
  }

  .header-block-group {
    margin: 110px 0;
    width: 100%;
    justify-content: center;
    font-size: 20px;
    gap: 30px;
  }
  
  .header-block {
    max-width: 30%;
    padding: 10px;
  }

  .content-about {
    gap: 20px;
  }

  h5 {
    font-size: 40px;
  }

  .button {
    font-size: 16px;
    padding: 14px;
  }

  .button-shadow {
    font-size: 16px;
    padding: 14px 60px; 
  }

  .content-offer {
    padding: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
  }
  .offer {
    width: 70%;
  }
  
  .content-offer p {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    padding-top: 15px;
  }


  .usual-content {
    padding: 70px 20px;
  }

  .menu-items {
    width: 100%;
    justify-content: center;
    gap: 15px;
  }
   

  .menu-items-group {
    min-width: 50%;
    align-items: center;
  
  }

.menu-item {
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
}

.bg-section-2 {
  background: url('./img/bg_section_2_small.png') no-repeat #E5E4E4;
  background-size: cover;
  background-position: top center;
}



.menu-cards-group {
  width: 100%;
  padding: 30px 10px;
  gap: 16px;

}

.menu-card {
  width: 20rem;
  margin: 0 auto;
  padding: 80px 25px;
}

.menu-img {
  align-self: center;
}

.price {
  position:sticky;
  margin: -90px 0 0 130px;
}


.slider {
  padding: 0;
  max-width: 700px;
  min-height: 610px;
  
}

.comment-txt {
  font-size: 18px;
  
}

}


/* --------------------------------------------------------------- */

@media screen and (max-width:1024px){
  
.none {
  display: none;
}

  header {
    padding: 30px;
  }

  .header-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .main-manu {
    font-size: 20px;
    width: 75%;
  }


  .phone-info {
    align-self: flex-start;
    width: 100%;
  }

  .phone {
    width: 35%;
    font-size: 20px;
  }

  .phone-info img {
    width: 5%;
  }

  .logo {
    width: 20%;
    height: 20%;
    margin: 0;
  }

  .cart {
    border: none;
  }

  .button {    
    padding: 10px 10px;
    font-size: 15px;   
    color: #fff; 
  }
  
  .button-shadow {
    padding: 10px 64px;
    font-size: 15px;
    color: #fff;
  }

.header-block-group {
    padding: 0 20px;
    min-width: 20rem;
    margin: 170px 0;
    justify-content: center;
    font-size: 20px;
    gap: 30px;
  }
  
  .header-block {
    width: 100%;
    padding: 10px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 50px;
  }


  .header-bottom {
    padding: 130px 0;
    width: 65%;
  }


  .header-subtitle {
    font-size: 20px;
    width: 100%;
  }


  .header-block {
    max-width: 17rem;
    padding: 10px;
  }

  
  .content-about {
    gap: 20px;
    margin: 550px auto 100px;
  }

  .complect-content-about {
    width: 100%;
    
  }

  h5 {
    font-size: 28px;
  }

  .offer {
    width: 75%;
    font-size: 20px;
      
  }

  .content-offer {
    padding: 80px 40px;
    width: 100%;
    
  }

  .content-offer p {
    font-size: 20px;
  }

  .usual-content {
    padding: 70px 20px;
  }

  .menu-items {
    width: 100%;
    justify-content: center;
    gap: 20px;
  }
   

  .menu-items-group {
    width: 50%;
  }

.menu-item {
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
}

.bg-section-2 {
  background: url('./img/bg_section_2_small.png') no-repeat #E5E4E4;
  background-size: cover;
  background-position: top center;
}

.menu-cards-group {
  width: 100%;
  padding: 30px 10px;
  gap: 16px;

}

.menu-card {
  width: 20rem;
  margin: 0 auto;
  padding: 80px 25px;
}

.menu-img {
  align-self: center;
}

.price {
  position:sticky;
  margin: -90px 0 0 130px;
}

.slider {
  padding: 0;
  max-width: 700px;
  min-height: 610px;
  
}

.comment-txt {
  font-size: 18px;
  
}

.gallery-container-1 {
  grid-template-areas:  "img-1"
                        "img-2"
                        "img-3"
                        "img-4"
                        "img-5"
                        "img-6";
  grid-template-columns: 1fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  padding: 40px 25px;
  
  
}
.img-1 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.img-2 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.img-3 {
  grid-column: 1/2;
  grid-row: 3/4;
}
.img-4 {
  grid-column: 1/2;
  grid-row: 4/5;
}
.img-5 {
  grid-column: 1/2;
  grid-row: 5/6;
}
.img-6 {
  grid-column: 1/2;
  grid-row: 6/7;
}

.gallery-container-2 {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.gallery-container-2 img {
  width: 90%;
}

}
/* --------------------------------------------------------------------------*/


@media screen and (max-width:680px){
  
  .none {
    display: none;
  }


  header {
    background: url('./img/header_bg_small.png') no-repeat;
    background-position: top left;
    background-size: cover;
    padding: 20px;
  }

  .header-top {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;

  }

  .header-group-line {
    width: fit-content;
  }

  .main-manu {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    font-size: 18px;
  }

  .logo {
    width: 20%;
    height: 20%;
    margin: 0;
  }

  .cart {
    border: none;
  }

  .phone-info {
    width: 70%;
    display: flex;
    margin: 0px ;

  }

  .phone-number {
    font-size: 22px;
  }

  .phone {
    width: 90%;
    font-size: 18px;
  }

  .button {    
    padding: 7px 6px;
    font-size: 12px;    
  }
  
  .button-shadow {
    padding: 10px 64px;
    font-size: 12px;
  }

  .header-bottom {
    padding: 100px 0;
    width: 95%;
    margin: 0 auto;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 40px;
  }

  h5 {
    font-size: 30px;
  }


  .header-subtitle {
    font-size: 15px;
    width: 100%;
  }

.header-block-group {
  min-width: 20rem;
  padding: 0 20px;
  margin: 160px 0;
  justify-content: center;
  font-size: 20px;
  gap: 30px;
}

.header-block {
  width: 100%;
  padding: 10px;
}

.block-title {
  font-size: 26px;
}


.content-about {
  padding: 15px;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
  margin: 750px auto 100px;
}

.complect-content-about {
  width: 100%;
}

.counter {
  width: 50%;
  flex-direction: column;
  gap: 20px;
}

.bg-section-1 {
  background-size: cover;
}

.content-offer {
  flex-direction: column;
  padding: 20px;
  width: 100%;
  gap: 20px;
}

.offer {
  width: 100%;
  text-align: center;
  font-size: 24px;
}

.usual-content {
  padding: 60px 0;
  width: 100%;
  
}

.menu-items {
  width: 100%;
  margin: 0;
  justify-content: center;
}

.menu-items-group {
  width: 65%;
  margin: 0 auto;
  flex-wrap: wrap;
  font-size: 22px;
  gap: 15px;

}

.menu-item {
  min-width: 90%;
  flex-wrap: wrap;
  justify-content: center;
}

.bg-section-2 {
  background: url('./img/bg_section_2_small.png') no-repeat #E5E4E4;
  background-size: contain;
  background-position: top center;
}

.menu-cards-group {
  width: 100%;
  padding: 30px 10px;
  gap: 16px;
}

.menu-card {
  width: 90%;
  margin: 0 auto;
  padding: 80px 25px;
}

.menu-img {
  align-self: center;
}

.price {
  position:sticky;
  margin: -90px 0 0 130px;
}

.slider {
  padding: 0 20px;
  max-width: 500px;
  min-height: 610px;
  
}

.comment-txt {
  font-size: 18px;
  
}

.small {
  padding: 60px 20px;
}


.gallery-container-1 {
  grid-template-areas:  "img-1"
                        "img-2"
                        "img-3"
                        "img-4"
                        "img-5"
                        "img-6";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 0px;
  
}
.img-1 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.img-2 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.img-3 {
  grid-column: 1/2;
  grid-row: 3/4;
}
.img-4 {
  grid-column: 1/2;
  grid-row: 4/5;
}
.img-5 {
  grid-column: 1/2;
  grid-row: 5/6;
}
.img-6 {
  grid-column: 1/2;
  grid-row: 6/7;
}

.gallery-container-2 {
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.gallery-container-2 img {
  width: 100%;
}
}