@import url(https://fonts.googleapis.com/css?family=Roboto:,regular,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:regular);
@import url(https://fonts.googleapis.com/css?family=Quicksand:500,600,700);

body {
  font-size: 16px;
  font-family: Quicksand;
  height: 100%;
}

[class*="__container"] {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0px 15px;
}

.wrapper {
  min-height: 100%;
  overflow: clip;
  display: flex;
  flex-direction: column;
}
.page {
  flex: 1;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 95px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header_body {
  display: flex;
  align-items: center;
  column-gap: 47px;
}
.header_menu {
  display: flex;
  column-gap: 47px;
}
.menu_list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu_link {
  color: var(--primary, #f46a06);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.menu_link:hover {
  color: black;
}
.header_button {
  width: 150px;
  height: 40px;
  background: var(--primary, #f46a06);
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: background-color 0.3s;
}
.header_button:hover {
  background-image: linear-gradient(to right, #000, #f36c1b);
}
/* ---------Бургер меню----------- */

.burger_menu {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.burger_menu span {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  background-color: #f36c1b;
  transition: all 0.5s;
}

.burger_menu span:nth-child(3) {
  width: 20px;
}

.burger_menu span:nth-last-of-type(2) {
  top: calc(50% - 5px);
}
.burger_menu span:nth-last-of-type(3) {
  top: calc(50% + 5px);
}

/*------- Main -------  */

.main__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.main_title {
  width: 539px;
  height: 145px;
  color: var(--accent, #000);
  font-family: Quicksand;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 26px;
}
.main_subtitle {
  width: 429px;
  height: 53px;
  color: var(--gray, #555);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 26px;
}
.main_button {
  width: 165px;
  height: 50px;
}
#butt_pay::after{
  content:url(../images/vector_pay.svg);
  margin-left: 10px;
}
.button_orange {
  background: var(--primary, #f46a06);
  color: var(--white, #fff);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  column-gap: 23px;
}

.button_orange:hover {
  background-image: linear-gradient(to right, #000, #f36c1b);
}
.button_white {
  background: var(--white, #fff);
  box-shadow: 0px 0px 5px 1px rgba(85, 85, 85, 0.05);
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 23px;
}
.button_white:hover {
  background-color: black;
  color: white;
}
.main_img {
  width: 502px;
  height: 502px;
}
.foodImage {
  width: 653px;
  height: 435.333px;
  border-radius: 10px;
}
.block_counter {
  width: 100%;
  height: 165px;
  background: var(--primary, #f46a06);
  margin-top: 46px;
}
.counter_content {
  display: flex;
  flex-wrap: wrap;
}
.counter_info {
  text-align: center;
  margin: 47px 0px 0px 171px;
}
.counter_title {
  color: #fff;
  font-family: Quicksand;
  font-size: 40px;
  font-weight: 700;
}
.title {
  width: 416px;
  height: 145px;
  flex-shrink: 0;
  color: var(--accent, #000);
  font-family: Quicksand;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.counter_subtitle {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
}
.subtitle {
  height: auto;
}
.block_list {
  margin-bottom: 40px;
}
.main_item {
  padding-top: 15px;
}
.main_item::before {
  content: url(../images/check_mark.png);
  margin-right: 15px;
}
.hr {
  display: none;
  border: 2px solid orangered;
  width: 65%;
  margin: 100px auto;
}
.image-container {
  position: relative;
  width: auto;
  height: auto;
}
.img_burger {
  width: 682px;
  height: 682px;
}
.overlay-image {
  position: absolute;
  top: -20%;
  left: 70%;
  width: 325.509px;
  height: 303.082px;
  transform: rotate(37.852deg);
}
/*------- Card block -------  */
.block_card {
  width: 100%;
  height: 402px;
  margin: 100px 0px;
  background: url(../images/bg_block.png) 50% / cover no-repeat;
}
.card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 361px 222px 361px;
}
.card_title {
  width: 717px;
  height: 90px;
  color: var(--primary, #f46a06);
  text-align: center;
  font-family: Quicksand;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 21px;
}
.card_subtitle {
  width: 549px;
  height: 53px;
  color: var(--white, #fff);
  text-align: center;
}
.card_video {
  font-family: Roboto;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_video::before {
  content: url(../images/vector_story.svg);
  margin-right: 10px;
  cursor: pointer;
}
/*------- Explore block -------  */
.explore__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.explore_title {
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  width: auto;
  height: auto;
  margin-bottom: 14px;
}
.explore_subtitle {
  text-align: center;
  width: 754px;
  height: 84px;
}
.explore_row {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  margin-top: 73px;
  text-align: center;
}
.explore_cards {
  width: calc(33.33% - 20px);
  margin-top: 40px;
}
.explore_img {
  width: 360px;
  height: 260px;
  border-radius: 10px;
}
.cards_title {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  height: auto;
  margin: 23px 0px 3px 0px;
}
.cards_subtitle {
  margin-bottom: 18px;
}
.cards_price {
  font-family: Quicksand;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 61px;
}
.orange_price {
  color: var(--primary, #f46a06);
}
.gray_price {
  color: #c4c4c4;
}
.cards_butt {
  width: 150px;
  height: 50px;
}
.cards_butt::after {
  content: url(../images/vector_pay.svg);
  margin-left: 3px;
  width: 16px;
  height: 15.273px;
}

/*------- Отзывы -------  */

.testimonials {
  margin: 100px 0;
  width: 100%;
  height: 700px;
  background: var(--primary, #f46a06);
}
.testimonials_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonials_title {
  width: 215px;
  height: 28px;
  color: #fff;
  text-align: center;
  font-family: Quicksand;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 98px 0px;
}
.block_testimonials {
  width: 1140px;
  height: 325px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonials_slider {
  display: flex;
  overflow-x: hidden;
}
#testimonials_logo {
  width: 80px;
  height: 84.084px;
}
.testimonials_text {
  width: 604px;
  height: auto;
  color: #111;
  text-align: center;
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
  margin-top: 12px;
}
.testimonials_subtitle {
  color: var(--primary, #f46a06);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-top: 20px;
} 

.block_navigation {
  margin: 40px auto;
  display: flex;
  gap: 10px;
}
.navigation {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.navigation_gray {
  background-color: rgba(255, 255, 255, 0.3);
}
#testimonials2{
  display: none;
}
/*------- Questions -------  */
.row_questions {
  margin-top: 78px;
}
.block_questions {
  margin-top: 20px;
}
.box_questions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.questions_line {
  color: #f98169;
  font-family: Quicksand;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.questions_title {
  color: var(--accent, #000);
  font-family: Quicksand;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.questions_subtitle {
  width: 506px;
  color: #555;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
/*------- Backet block -------  */
.block_backet {
  width: 100%;
  height: 188px;
  background: #1f1c1c;
  margin-top: 93px;
}
.backet_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}
.backet_title {
  width: 600px;
  height: auto;
  color: #fff;
  font-size: 28px;
}
/*------- Feedback -------  */
.feedback {
  width: 100%;
  height: 347px;
  background: #fff;
}
.feedback_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 78px;
}
.feedback_title {
  width: 604px;
  height: auto;
}
.block_feedback_input {
  display: flex;
  column-gap: 20px;
  margin-top: 15px;
}
.feedback_input {
  width: 400px;
  height: 50px;
  border: 3px solid #e5e5e5;
  background: var(--white, #fff);
  padding: 17px 222px 17px 17px;
  font-family: Roboto;
}
/*------- Footer -------  */
.footer {
  width: 100%;
  height: 260px;
  background: var(--primary, #f46a06);
}
.footer_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 78px;
}
.footer_menu {
  font-family: Roboto;
  font-size: 15px;
  padding-bottom: 40px;
}
.footer_menu a {
  margin-left: 20px;
  color:#FFF;
}
.footer_menu a:hover {
  color: black;
}
.social_media {
  padding-bottom: 28px;
}
.social_media img {
  margin-left: 20px;
}
.copyright_block {
  color: var(--white, #fff);
  font-family: Roboto;
  font-size: 13px;
}
#img:hover {
  background: #f36c1b;
}
