@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Righteous&family=Urbanist:wght@500;600&display=swap");
@import "../libs/fontello/css/fontello.css";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  background: #1C1814;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  padding-bottom: 80px;
}

.swiper-slide {
  font-size: 18px;
  background: #1C1814;
}

.swiper-slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.swiper-pagination-fraction {
  color: #C99E71;
}

.swiper-button-next {
  width: 56px;
  height: 56px;
  color: #000;
}

.swiper-button-next {
  background: #C99E71;
  border-radius: 50px;
  top: calc(100% - 56px);
  left: calc(100% - 56px);
  --swiper-navigation-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper-button-next:hover {
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.swiper-button-prev {
  left: calc(100% - 132px);
  position: absolute;
  top: calc(100% - 56px);
  z-index: 10;
  cursor: pointer;
  --swiper-navigation-size: 25px;
  color: #fff;
  background: #121315;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper-button-prev:hover {
  background-color: #C99E71;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.icon-bag::before {
  margin-right: 15px;
}

.news {
  padding: 35px 0 140px;
  background: #14110E;
}
.news__back {
  margin-right: 35px;
}
.news__subtitle {
  font-family: Urbanist, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #C99E71;
  text-align: center;
}
.news__title {
  font-family: Righteous, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 130%;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 56px;
}
.news__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
.news__col {
  width: 33.33333%;
  background: #1C1814;
}
.news__col-img {
  width: 100%;
}
.news__col-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__col-data {
  padding: 20px 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news__col-data_desc, .news__col-data_data {
  font-family: Urbanist, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.news__col-data_desc span, .news__col-data_data span {
  color: #C99E71;
}
.news__col-data_sub {
  font-family: Urbanist, sans-serif;
  color: #ffffff50;
}
.news__col-date {
  padding: 20px 24px 28px;
}
.news__col-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-family: Urbanist, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #C99E71;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__col-link:hover {
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__col-title {
  font-family: Righteous, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  text-transform: capitalize;
  color: #FFFFFF;
  padding-bottom: 33px;
}

.footer {
  background: #14110E;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__mail-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__icon {
  margin-left: -60px;
  color: #FFF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #C99E71;
  -webkit-box-shadow: 0 22px 44px rgba(201, 158, 113, 0.2);
          box-shadow: 0 22px 44px rgba(201, 158, 113, 0.2);
  cursor: pointer;
}
.footer__img {
  margin-right: 36px;
}
.footer__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  font-family: Urbanist, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}
.footer__link {
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__link:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #C99E71;
}
.footer__email {
  font-family: Urbanist, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 28px;
  width: 328px;
  height: 72px;
  margin-left: 82px;
  background: #1C1814;
  border-radius: 36px;
  border: none;
  outline: none;
}
.footer__end {
  margin-top: 72px;
  padding: 33px 0;
  text-align: center;
  background: #1C1814;
  font-family: Urbanist, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  color: #FFFFFF;
}

@media (max-width: 1281px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 1025px) {
  .news__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px;
  }

  .news__col {
    padding: 15px 8px 0 15px;
    width: 48%;
  }

  .footer__list {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }

  .footer__email {
    width: 275px;
    margin-left: 45px;
  }
}
@media (max-width: 992px) {
  .header__list-second {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .home__title br {
    display: none;
  }

  .instruct {
    padding: 100px 0;
  }

  .customers__slide-box {
    margin: 40px 19px;
  }

  .customers__slide-box1 {
    margin: 40px 10px 40px 0;
  }

  .customers {
    padding-bottom: 100px;
  }

  .reservation__map iframe {
    width: 960px;
  }

  .footer__email {
    width: 265px;
  }
}
@media (max-width: 820px) {
  .container {
    padding: 0 15px;
  }

  .news__row {
    gap: 31px;
  }

  .footer__list {
    -webkit-column-gap: 47px;
       -moz-column-gap: 47px;
            column-gap: 47px;
  }

  .footer__mail-form {
    display: none;
  }
}
@media (max-width: 768px) {
  .news__row {
    gap: 29px;
  }

  .news__col-title {
    font-size: 19px;
  }

  .footer__list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (max-width: 735px) {
  .news__row {
    gap: 28px;
  }

  .footer__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 720px) {
  .news__row {
    gap: 27px;
  }
}
@media (max-width: 685px) {
  .news__row {
    gap: 26px;
  }

  .footer__list {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}
@media (max-width: 635px) {
  .news__row {
    gap: 24px;
  }

  .footer__list {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
}
@media (max-width: 600px) {
  .news__row {
    gap: 22px;
  }

  .footer__img {
    margin-right: 20px;
  }

  .footer__list {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
@media (max-width: 580px) {
  .news__back {
    margin-right: 15px;
  }

  .news__row {
    gap: 22px;
  }

  .news__col-title {
    font-size: 13px;
  }

  .footer__img {
    margin-right: 10px;
  }

  .footer__list {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
@media (max-width: 530px) {
  .footer__nav {
    display: block;
  }

  .news__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }

  .news__row {
    gap: 20px;
  }

  .footer__img {
    display: none;
  }

  .footer__list {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
}
@media (max-width: 540px) {
  .news__row {
    gap: 20px;
  }

  img.news__logo {
    display: none;
  }

  .footer__list {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
}
@media (max-width: 493px) {
  .news__row {
    gap: 18px;
  }

  .footer__list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media (max-width: 480px) {
  .news__col-data_sub {
    font-size: 13px;
  }

  .news__row {
    gap: 18px;
  }

  .footer__list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media (max-width: 450px) {
  .news__row {
    gap: 16px;
  }

  .footer__list {
    font-size: 18px;
  }
}
@media (max-width: 426px) {
  .news {
    padding-bottom: 20px;
  }

  .news__col-data_desc, .news__col-data_data {
    font-size: 12px;
  }

  .news__row {
    gap: 15px;
  }

  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #1C1814;
    position: fixed;
    top: 0;
    left: -550px;
    -webkit-transition: 1s;
    transition: 1s;
  }

  .footer__nav.active {
    display: block;
    padding: 50px 0;
    left: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }

  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__link {
    font-size: 25px;
  }

  .news__back {
    text-align: center;
  }

  .burger {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    right: 15px;
  }
  .burger__line {
    width: 50px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .burger__line::before {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 10px;
  }
  .burger__line::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: -10px;
  }

  .burger.active .burger__line {
    background-color: transparent;
  }
  .burger.active .burger__line::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
  }
  .burger.active .burger__line::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
  }
}
@media (max-width: 390px) {
  .news__row {
    gap: 14px;
  }
}
@media (max-width: 375px) {
  .header__link {
    font-size: 25px;
  }

  .header__nav {
    width: 100%;
    height: 100vh;
    background-color: #000;
    top: 0;
    right: 850px;
    z-index: 99;
    -webkit-transition: 2.5s;
    transition: 2.5s;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header__nav.active {
    right: 0;
    -webkit-transition: 1.4s;
    transition: 1.4s;
  }

  .header__list-first {
    top: 45px;
    right: 0;
    row-gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }

  .header__list-first.active {
    top: 45px;
    right: 100px;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    opacity: 1;
  }

  .header__list-second {
    left: 0;
    top: 240px;
    row-gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }

  .header__list-second.active {
    left: 135px;
    top: 240px;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    opacity: 1;
  }

  .header__logo {
    bottom: 25px;
    position: absolute;
    left: 130px;
  }

  .home {
    padding: 55px 0 75px;
  }

  .home__title {
    font-size: 37px;
  }

  .instruct__content {
    width: 100%;
  }

  .history__box2-text {
    padding: 35px 35px 15px;
  }

  .history__box2-title {
    font-size: 30px;
    padding: 12px 0 15px;
  }

  .machine__content {
    padding: 15px 23px 35px 0;
  }

  .menu__title {
    font-size: 35px;
    padding: 12px 0 33px;
  }

  .menu__box-title {
    font-size: 16px;
    margin-right: 100px;
  }

  .customers__title {
    font-size: 33px;
    padding: 12px 0 36px;
  }

  .swiper-slide {
    width: 350px !important;
  }

  .customers__slider {
    width: 350px !important;
  }

  .swiper-slide-next {
    width: 350px !important;
  }

  .swiper-slide-prev {
    width: 350px !important;
  }

  .swiper-slide-active {
    width: 350px !important;
  }

  .reservation__map iframe {
    width: 344px;
  }

  .reservation__col-title {
    font-size: 40px;
    padding: 12px 0 20px;
  }

  .reservation__col label input {
    width: 305px;
  }

  .reservation__btn {
    width: 185px;
    height: 55px;
    margin: 20px 191px 0 192px;
  }

  .popup__close {
    width: 100px;
    height: 26px;
  }

  .news__title {
    font-size: 40px;
    padding-bottom: 35px;
  }

  .news__col {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .footer__nav.active {
    padding: 25px 0;
  }
}