/* @font-face {
  font-family: 'WorkSans';
  src: url(../fonts/WorkSans-VariableFont_wght.woff2) format ('woff-variations');
  src: url(../fonts/WorkSans-VariableFont_wght.woff2) format ('woff2') tech ('variations');
  font-weight: 400 600;
  font-display: swap;
} */

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

button {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}


body {
  font-family: "Onest", sans-serif;
  color: #000;
  background-color: #F9F9F9;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}


.container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
}



/* header______________________ */


.header-row {
  border-bottom: 1px solid #E2DDDD;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;

  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;

}

.header__inner-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.logo {}


.menu__list {
  display: flex;
  align-items: center;
  gap: 24px;
}

.menu__btn-closed {
  display: none;
}

.menu__link {
  transition: color 0.3s ease;
}

.menu__link:hover {
  color: #FAC30A;
}

.header__mail {}

.header__contacts {
  display: flex;
  align-items: center;
  gap: 36px;
}

.header__contact {
  display: grid;
  gap: 2px;
  justify-items: end;
  line-height: 1.4;
}

.social__contact {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.social__contact img {
  margin-bottom: 3px;
}

.menu__btn {
  display: none;
}

/* products___________________________ */

.page-row {
  display: flex;
  justify-content: space-between;

  gap: 40px;
  margin-bottom: 40px;
}

.page__title {
  font-size: clamp(1.5rem, 1.182rem + 1.59vw, 2.375rem);
  font-weight: 700;
  max-width: 680px;
}

.page__discription p {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact {
  display: flex;
  gap: 20px;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 600;
}


.products__wrapper {
  margin-top: 100px;
}



.products__list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 20px;
}

.products__list>.product__item:nth-child(4) {
  grid-column: 1 / 3;
}

.products__list>.product__item:nth-child(5) {
  grid-column: 3 / 4;
}

.products__list-rent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.product__item {
  position: relative;
  height: 340px;
  border-radius: 10px;
  border: solid 1px #E2DDDD;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.product__item:hover .product__item-btn {
  background-color: #FAC30A;
}

.product__item-title {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  line-height: 1.2;
}

.product__item-btn {
  height: 40px;
  width: 40px;
  background-color: #F9F9F9;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: background-color 0.3s ease;
}

/* Footer______________________________________ */



.footer {
  padding-top: auto;
}



.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 24px;
  margin-top: 40px;
}

.footer__content-left {
  display: flex;
  align-items: center;
  gap: 40px;
}


.footer__list {
  display: flex;
  align-items: center;
  gap: 4px 24px;
  font-weight: 600;
  flex-wrap: wrap;
}

.footer__list a {
  transition: color 0.3s ease;
}

.footer__list a:hover {
  color: #FAC30A;
}

.footer__copyright {
  font-size: 14px;
  opacity: 0.5;
  text-align: right;
}

.footer__copyright p {
  text-align: right;
}

.wrapper {
  height: 100vh;
  display: grid;
  align-content: space-between;
}

.none {
  display: none;
}

/* Product card______________________________________________ */

.products__row {
  margin-top: 100px;
  gap: 30px;
  display: flex;
}

/* .products__left {
  flex: 1 0 50%;
} */

.products__right {

  display: flex;
  flex-direction: column;
  flex-grow: 1;
  column-gap: 24px;
  align-content: stretch;
  justify-items: start;
  width: 100%;
}

.product__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0px 20px;
  margin-bottom: 24px;
}

.product__price {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  font-weight: 600;
  text-align: right;
}

.product__title {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  font-weight: 600;
}



.tabs__container {
  font-size: 32px;
  display: flex;
  gap: 32px;
}

.description__content {
  display: grid;
  row-gap: 24px;
  margin-bottom: 60px;
}


.banners__noty--info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  background-color: #FFF7D8;
}

.banners__noty--pay {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  background-color: #F3F3F3;
}

.banners__noty--delivery {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  background-color: #F3F3F3;
}

.product__description {
  display: grid;
  row-gap: 16px;
}

.table__title {
  font-size: 16px;
  font-weight: 600;
}


.table__item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0px;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.30);
}

/* Swiper________________________________________ */

.swiper {
  width: 600px;
  height: 600px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev {
  color: #FAC30A !important;
}

.swiper-button-next {
  color: #FAC30A !important;
}




/* media__index______________________________________________ */

@media (max-width: 1008px) {
  .swiper {
    width: 400px;
    height: 400px;
  }
}


@media (max-width: 820px) {
  .menu__list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50vh;
    flex-direction: column;
    align-items: start;
    background-color: #fff;
    padding: 40px 0px 0px 32px;
    gap: 32px;
    height: 1000px;
    font-size: 24px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    opacity: 0;
    box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .menu__list.menu--active {
    transform: translateY(0);
    opacity: 1;
  }

  .menu__btn {
    display: flex;
    width: 30px;
    gap: 4px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    align-items: center;
    background-color: #F9F9F9;

    justify-content: center;

    position: relative;
    z-index: 5;
  }

  .menu__btn span {
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
  }


  .menu__btn-closed {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
  }


  .logo {
    position: relative;
    z-index: 5;
  }

  .header__contact {
    position: relative;
    z-index: 5;
  }

  .header__mail {
    position: relative;
    z-index: 5;
  }

  .products__list-rent {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .products__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .products__list>.product__item:nth-child(3) {
    grid-column: 1 / 3;
  }

  .products__list>.product__item:nth-child(4) {
    grid-column: 1 / 1;
  }

  .products__list>.product__item:nth-child(5) {
    grid-column: 2 / 2;
  }

  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer__content-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer__list {
    flex-wrap: wrap;
    gap: 10px 24px;

  }

  .footer__inner {
    padding-top: 32px;
  }

  .page-row {
    flex-wrap: wrap;
    gap: 20px;
  }

  .products__row {
    flex-direction: column;
  }
}


/* media_______________________________________________ */


@media (max-width: 560px) {
  .logo {
    flex: 0 0 40px;
    overflow: hidden;
  }

  .header__mail {
    display: none;
  }

  .header__inner-left {
    gap: 20px;
  }

  .product__item {
    height: 260px;
  }

  .products__list-rent {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }

  .products__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }

  .products__list>.product__item:nth-child(3) {
    grid-column: 1;
  }

  .products__list>.product__item:nth-child(4) {
    grid-column: 1;
  }

  .products__list>.product__item:nth-child(5) {
    grid-column: 1;
  }

  .swiper {
    width: 290px;
    height: 290px;
  }
}



/* media__product______________________________________________ */

table {
  overflow-x: auto;
  width: 100%;
}

table,
th,
td {
  padding: 16px 0px;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.30);
  text-align: left;
}


th,
td {
  padding: 16px 8px;
}

td:last-child {
  font-weight: 600;
}

td:first-child {
  padding-left: 0px;
}

th:first-child {
  padding-left: 0px;
}

caption {
  font-size: clamp(1.5rem, 1.182rem + 1.59vw, 2.375rem);
  font-weight: 600;
  margin-bottom: 24px;
  text-align: left;
}



/* barbecue______________________________________________ */


.header {
  padding-top: 120px;
}


.header__row {
  display: flex;
  justify-content: space-between;
  gap: 12px 40px;
  flex-wrap: wrap;
  margin-bottom:100px;
}

.barbe__title-caps {
  max-width: 668px;
  font-weight: 700;
  font-size: clamp(2rem, 1.545rem + 2.27vw, 3.25rem);
  line-height: 130%;
  text-transform: uppercase;

}

.price__card {
  z-index: 1;
  display: block;
  text-align: right;
  background-color: #FAC30A;
  padding: 24px;
  height: 190px;
}

.price__title {
  font-weight: 600;
  font-size: clamp(2rem, 1.545rem + 2.27vw, 3.25rem);
  margin-bottom: 10px;
}

.price__phone {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 4px 12px;
}

.price__contact {
  display: flex;
  gap: 4px 16px;
  font-size: 24px;
}

.header__imges {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}


.header__img-02 {
  margin-top: -100px;
  margin-left: 100px;
}

.header__img-01 img {
  max-width: 100%;
  height: auto;
}

.header__img-02 img {
  max-width: 100%;
  height: auto;
}

.header__img::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 250px;
  left: 150px;
  height: 200px;
  width: 200px;
  background-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 100%;
  filter: blur(100px);
}

.barbe-header__description {
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  max-width: 688px;
}


.quality {
  margin-top: 150px;
  margin-bottom: 150px;
}

.quality h2 {
  margin-bottom: 80px;
}

.quality__row--first {
  display: flex;
  justify-content: space-between;
  gap: 40px 40px;
  position: relative;
  align-items: center;
  margin-bottom: 100px;
}

.quality__row--first::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 300px;
  background-color: #FAC30A;
}

.quality__row--second {
  display: flex;
  justify-content: space-between;
  gap: 40px 40px;
  position: relative;
  align-items: center;
}

.quality__row--second::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 300px;
  background-color: #FAC30A;
}

.quality__img-first {
  /* width: 500px; */
}

.quality__img-first img {
  max-width: 100%;
}

.quality__img--second {
  /* width: 500px; */
}

.quality__img--second img {
  max-width: 100%;
}

.quality__description {
  max-width: 480px;
  display: grid;
  gap: 32px;
}

.quality__title {
  font-size: clamp(1.5rem, 1rem + 2.5vw, 2.875rem);
  line-height: 120%;
}

.quality__sizes-top {
  display: flex;
  justify-content: space-between;
  gap: 16px 32px;
}

.size {
  font-size: 32px;
}

.size__description {
  opacity: 0.5;
}

.quality__text {
  display: grid;
  gap: 16px;
}


.property {
  margin-top: 100px;
  margin-bottom: 100px;
}


.property__row {
  display: flex;
  gap: 40px;
}

.property__item {}

.property__image {
  width: 367px;
  height: 453px;
  margin-bottom: 24px;
}

.property__image img {
  max-width: 100%;
  height: auto;
}

.property__title {
  font-size: 32px;
  margin-bottom: 12px;
}

.property__text p:not(:last-child) {
  margin-bottom: 16px;
}

.video {
  position: relative;
}

.video__cover {
  overflow: hidden;
  height: 444px;
  width: 100%;
  border-radius: 20px;
  margin: 0 auto;
}

.video__cover img:not(:first-child) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 555px);
  transform: translate(-50%, 0%);
  opacity: 0.02;
}

.video__link {
  position: relative;
  display: block;
  text-align: center;
  height: 100%;
}

.video__link::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(36, 43, 51, 0.2);
  transition: all 0.2s ease-in;
}

.video__link:hover::before {
  background: rgba(36, 43, 51, 0.5);
}

.video__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.patent {
  margin-top: 150px;
  margin-bottom: 150px;
}

.container {}

.patent__row {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.patent__image {
  height: 420px;
  width: 300px;
  flex: 0 0 auto;
}

.patent__image img {
  width: 100%;
  height: auto;
}

.patent__content {
  max-width: 800px;
  padding-left: 60px;
  padding-right: 60px;
}

.patent__title {
  font-size: 32px;
  margin-bottom: 24px;
}

.patent__text p:not(:last-child) {
  margin-bottom: 16px;
}

.benefits__row {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 40px 10px;
  flex-wrap: wrap;

}

.benefit__item {
  flex: 0 0 22%;
  min-width: 200px;
}

.benefit__icon {
  margin-bottom: 30px;
}

.benefit__text {
  font-size: 18px;
}


.why {
  padding-top: 150px;
}

.why__row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.why__content {
  max-width: 580px;
}

.why__benefits {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.why__betefit p {
  font-size: 18px;
}

.why__image {
  flex: 0 0 50%;
}

.why__image img {
  max-width: 100%;
  height: auto;
}

.gallery {
  padding-top: 150px;
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  overflow-y: hidden;
}

.parent img {
  border-radius: 16px;
}

.div1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.div2 img {
  width: 100%;
  //height: 100%;
  object-fit: cover;
}

.div3 img {
  width: 100%;
  //height: 100%;
  object-fit: cover;
}

.div4 img {
  width: 100%;
  //height: 100%;
  object-fit: cover;
}

.div5 img {
  width: 100%;
  //height: 100%;
  object-fit: cover;
}

.div6 img {
  width: 100%;
  //height: 100%;
  object-fit: cover;
}

.div7 img {
  width: 100%;
  //height: 100%;
  object-fit: cover;
}

.div8 img {
  width: 100%;
  //height: 100%;
  object-fit: cover;
}

.div9 img {
  width: 100%;
  //height: 100%;
  object-fit: cover;
}

.div10 img {
  width: 100%;
  //height: 100%;
  object-fit: cover;
}

.div1 {
  grid-column: span 2 / span 2;
}

.div2 {
  grid-column-start: 3;
}

.div3 {
  grid-column-start: 4;
}

.div4 {
  grid-row-start: 2;
}

.div5 {
  grid-row-start: 2;
}

.div6 {
  grid-row-start: 2;
}

.div7 {
  grid-row-start: 2;
}


.div9 {
  grid-row-start: 3;
}

.div10 {
  grid-column: span 2 / span 2;
}

.cta {
  padding-top: 150px;
  padding-bottom: 100px;
  overflow-y: hidden;
}

.cta__row {
  display: flex;
  justify-content: space-between;
  gap: 12px 40px;
  flex-wrap: wrap;
}

.cta__img {
  width: 553px;
  height: 550px;
  margin-top: -100px;
  margin-left: 400px;
}

.cta__img img {
  max-width: 100%;
  height: auto;
}

.cta__contacts {
  display: inline-block;
  margin-top: -100px;
}

.cta__contacts p {
  font-size: 18px;
  margin-bottom: 12px;
}

.cta__list {
  display: flex;
  gap: 40px;
}

.cta__item {
  font-size: 32px;
  font-weight: 600;
  transform: color 0.2s;
}

.cta__item a {
  transition: color 0.3s ease;
}

.cta__item a:hover {
  color: #FAC30A;
}


.feedback {
  padding-top: 120px;
  /* padding-bottom: 120px; */
}

.feedback__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.feedback__item {
  border-radius: 16px;
  background-color: #fff;
  padding: 16px;
}

.user__photo {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}

.user__text {
  font-size: 18px;
  margin-bottom: 8px;
}

.user__name {
  opacity: 0.5;
}

/* barbecue_media_____________________________________________ */


@media (max-width: 1156px) {
  .header__img {
    margin-top: -100px;
    margin-left: 400px;
  }

  .quality__img img {
    width: 100%;
  }

  .quality__img::after {
    display: none;
  }
}

@media (max-width: 1001px) {
  .parent {
    display: flex;
    flex-wrap: wrap;
    /* overflow-y: hidden; */
  }

  .div2,
  .div3,
  .div4,
  .div5,
  .div6,
  .div7,
  .div8,
  .div9 {

  }


  .div1,
  .div10 {
    display: none;
  }

  .why__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }

  .why__content {
    max-width: 100%;
  }

  .why {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta__img {
    width: 553px;
    height: 550px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .cta__contacts {
    margin-top: 0px;
    padding-top: 30px;
  }
}

@media (max-width: 790px) {
  .header__imges {
    gap: 0px;
  }

  .header__img-02 {
    margin-top: 0px;
    margin-left: 0px;
  }


  .quality {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .quality h2 {
    margin-bottom: 40px;
  }

  .quality__row,
  .quality__row-midle {
    flex-wrap: wrap;
  }

  .quality__row--first,
  .quality__row--second {
    flex-direction: column;
    align-items: flex-start;
  }

  .quality__row--first::after {
    top: auto;
    bottom: 0px;
    right: 0px;
    height: 50%;
    width: 200px;
  }

  .quality__row--second::after {
    top: 0px;
    right: 0px;
    height: 50%;
    width: 200px;
  }

  .quality__sizes-top {
    flex-wrap: wrap;
    gap: 16px 16px;
  }

  .quality__description {
    gap: 20px;
  }

  .property {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .property__row {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  .benefits__row {
    flex-wrap: wrap;
  }


  .quality__row-midle {
    flex-direction: column;
    align-content: flex-start;
  }

  .quality__description {
    flex-direction: column;
  }

  .quality__row::after {
    display: none;
  }

  .quality__row-midle::after {
    display: none;
  }

  .feedback__items {
    grid-template-columns: repeat(2, 1fr);
  }


  .patent {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .patent__row {
    flex-direction: column;
    padding: 40px;
    gap: 40px;
  }

  .patent__image {
    height: 420px;
    width: 300px;
    flex: 0 0 auto;
  }

  .patent__image img {
    border-radius: 20px;
  }

  .patent__content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .cta {
    padding-top: 60px;
    margin-bottom: 60px;
  }
    th,
    td {
      padding: 8px 0px;
      font-size: 14px;
    }
}


@media (max-width: 644px) {
  .header__img {

    margin-top: -20px;
    margin-left: 0px;
    padding-left: 0px;
    width: 280px;
  }

  .header__img img {
    width: 100%;
  }

  .price__contact {
    flex-wrap: wrap;
  }

  .price__card {
    justify-content: flex-start;
    text-align: left;
    width: 280px;
    height: 210px;
  }

  .quality__img {
    width: 280px;
  }

  .quality__img img {
    width: 100%;
  }

  .quality__img::after {
    display: none;
  }

  .why {
    padding-top: 80px;
  }

  .why__benefits {
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .why__image {
    flex: 0 0 100%;
  }

  .benefit__item {
    max-width: 100%;
  }

  .cta__img {
    max-width: 290px;
    height: auto;
  }

  .cta__row {
    margin-bottom: 40px;
  }

  /* .cta__img img {
    width: 100%;
  } */

  .cta__contacts {
    margin-top: 0px;
  }

  .cta__list {
    flex-direction: column;
    gap: 5px;
  }

  .feedback__items {
    grid-template-columns: repeat(1, 1fr);
  }
}