* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

@media (min-width: 800px) {
  html, body {
    overflow-x: hidden;
  }
}
body {
  color: rgb(46, 44, 40);
  font-size: 14px;
  font-family: "Wix Madefor Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.container {
  max-width: 1420px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px !important;
}

.section-title {
  font-size: clamp(32px, 1.5vw + 1rem, 44px);
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

button {
  font-family: "Wix Madefor Display", sans-serif;
}

@media (max-width: 480px) {
  #offcanvasExample {
    width: 100% !important;
  }
}
#order-a-call.show {
  overflow: hidden;
}

body:not(.modal-open) .header {
  z-index: 9999;
}

button,
input[type=button] {
  cursor: pointer;
  border: none;
}

ul {
  padding-left: 0;
  margin-block: 0;
  list-style: none;
}

p {
  font-size: 14px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn-primary label {
  padding-inline: 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  cursor: pointer;
}
.btn-primary label span {
  background-color: #2E2C28;
  height: 2px;
  margin-block: 3px;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.btn-primary span:nth-of-type(1) {
  width: 100%;
}
.btn-primary span:nth-of-type(2) {
  width: 100%;
}
.btn-primary span:nth-of-type(3) {
  width: 50%;
}
.btn-primary input[type=checkbox] {
  display: none;
}
.btn-primary label.active span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(5px, 5px);
}
.btn-primary label.active span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.btn-primary label.active span:nth-of-type(3) {
  width: 0;
}

body {
  padding-top: 68px;
}
@media (min-width: 801px) {
  body {
    padding-top: 120px;
  }
}

.header {
  background-color: #fff;
  padding-block: 10px;
  width: 100%;
  transition: padding-block 0.3s linear;
  position: fixed;
  top: 0;
  z-index: 5;
}
@media (min-width: 1141px) {
  .header {
    padding-block: 30px;
  }
}
.header.active {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding-block: 5px;
}
.header.active .column-logo {
  max-width: 220px;
}
.header.active .btn-modal button {
  border-radius: 10px;
  padding-block: 10px;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .column-nav {
  display: flex;
  align-items: center;
}

#offcanvasRight {
  top: 68px;
}
#offcanvasRight.active {
  top: 58px;
}
@media (max-width: 670px) {
  #offcanvasRight {
    width: 100%;
  }
}

.column-nav .btn label {
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: rgb(222, 184, 93);
}
@media (max-width: 800px) {
  .column-nav .btn {
    display: block !important;
  }
}

.column-logo {
  max-width: 190px;
  width: 100%;
  transition: max-width 0.3s linear;
}
@media (min-width: 1141px) {
  .column-logo {
    max-width: 344px;
  }
}
.column-logo img {
  width: 100%;
  height: auto;
}

.menu {
  list-style: none;
  display: flex;
}
@media (max-width: 800px) {
  .menu {
    display: none;
  }
}
.menu li {
  margin-right: 10px;
}
@media (min-width: 851px) and (max-width: 1140px) {
  .menu li {
    margin-right: 20px;
  }
}
@media (min-width: 1141px) {
  .menu li {
    margin-right: 36px;
  }
}
.menu a {
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s linear;
}
.menu a:hover, .menu a.active {
  color: #DEB85D;
}

@media (max-width: 800px) {
  .btn-modal {
    display: none;
  }
}
@media (min-width: 1141px) {
  .btn-modal {
    padding-left: 14px;
  }
}
.btn-modal button {
  border-radius: 10px;
  background-color: rgba(46, 44, 40, 0);
  cursor: pointer;
  width: 160px;
  display: block;
  border: 1px solid rgb(46, 44, 40);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding-block: 13px;
  transition: all 0.3s linear;
}
@media (min-width: 1141px) {
  .btn-modal button {
    border-radius: 18px;
    width: 206px;
    padding-block: 21px;
  }
}
.btn-modal button:hover {
  border-color: rgb(222, 184, 93);
  color: rgb(46, 44, 40);
  background-color: rgb(222, 184, 93);
}

.hidden {
  display: none;
}

.modal.show {
  display: flex !important;
}
.modal.show .modal-dialog {
  margin: auto !important;
}

.delivery {
  margin-bottom: 20px;
}
@media (min-width: 741px) {
  .delivery .mobile {
    display: none !important;
  }
}
@media (max-width: 740px) {
  .delivery button.desktop {
    display: none !important;
  }
}
.delivery .content {
  display: flex;
  border-radius: 22px;
  overflow: hidden;
}
@media (max-width: 740px) {
  .delivery .content {
    background: #F1F1F1 url("../images/banner-bg.png") no-repeat center top/100% auto;
    flex-direction: column;
  }
}
@media (min-width: 741px) {
  .delivery .content {
    background: url("../images/bg.svg") no-repeat left center;
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    min-height: 270px;
    border-radius: 30px;
    background-color: #F1F1F1;
  }
}
@media (min-width: 801px) and (max-width: 1060px) {
  .delivery .content {
    min-height: 300px;
  }
}
@media (min-width: 1061px) and (max-width: 1200px) {
  .delivery .content {
    min-height: 400px;
  }
}
@media (min-width: 1201px) {
  .delivery .content {
    min-height: 500px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 380px) {
  .delivery .content .column:first-child {
    padding: 15px !important;
  }
}
@media (max-width: 740px) {
  .delivery .content .column:first-child {
    padding: 25px;
  }
  .delivery .content .column:first-child button:first-child {
    display: none !important;
  }
}
@media (min-width: 741px) {
  .delivery .content .column:first-child {
    padding-left: 25px;
  }
}
@media (min-width: 801px) and (max-width: 1200px) {
  .delivery .content .column:first-child {
    padding-left: 45px;
  }
}
@media (max-width: 1200px) {
  .delivery .content .column:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1201px) {
  .delivery .content .column:first-child {
    padding-left: 83px;
    padding-top: 98px;
  }
}
.delivery .content .column:first-child h1 ,
.delivery .content .column:first-child h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 381px) and (max-width: 740px) {
  .delivery .content .column:first-child h1 ,
  .delivery .content .column:first-child h2 {
    font-size: 38px;
  }
}
@media (min-width: 741px) and (max-width: 800px) {
  .delivery .content .column:first-child h1 ,
  .delivery .content .column:first-child h2 {
    font-size: 24px;
  }
}
@media (min-width: 801px) {
  .delivery .content .column:first-child h1 ,
  .delivery .content .column:first-child h2 {
    font-size: clamp(17px, 2vw + 1rem, 44px);
    margin-bottom: 20px;
  }
}
.delivery .content .column:first-child p {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 1061px) {
  .delivery .content .column:first-child p {
    font-size: 20px;
  }
}
.delivery .content .column:first-child .btn {
  padding-top: 30px;
}
@media (min-width: 1061px) {
  .delivery .content .column:first-child .btn {
    padding-top: 70px;
  }
}
@media (min-width: 1201px) {
  .delivery .content .column:first-child .btn {
    padding-top: 80px;
  }
}
.delivery .content .column:first-child .btn button {
  padding-block: 22.5px;
  color: #2E2C28;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "Wix Madefor Display", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.delivery .content .column:first-child .btn button:hover {
  color: rgb(222, 184, 93);
  background-color: rgb(46, 44, 40);
}
@media (min-width: 381px) {
  .delivery .content .column:first-child .btn button {
    width: 245px;
  }
}
@media (min-width: 741px) {
  .delivery .content .column:first-child .btn button {
    color: #fff;
    background-color: rgb(222, 184, 93);
  }
}
@media (min-width: 1061px) {
  .delivery .content .column:first-child .btn button {
    border-radius: 18px;
    padding-block: 25px;
  }
}
.delivery .content .column:last-child {
  display: flex;
}
@media (min-width: 741px) {
  .delivery .content .column:last-child {
    background: url("../images/bg-2.png") no-repeat right center;
  }
}
@media (max-width: 740px) {
  .delivery .content .column:last-child {
    border-top-left-radius: 45%;
    border-top-right-radius: 45%;
    background: url("../images/main-banner.jpg") no-repeat center/cover;
    padding-bottom: 50%;
  }
}
@media (max-width: 1200px) {
  .delivery .content .column:last-child {
    background-size: cover;
  }
}
@media (max-width: 960px) {
  .delivery .content .column:last-child {
    justify-content: flex-end;
  }
}
.delivery .content .column:last-child ul {
  color: #2E2C28;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  margin-block: auto;
}
@media (max-width: 740px) {
  .delivery .content .column:last-child ul {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .delivery .content .column:last-child ul {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 25px;
  }
}
.delivery .content .column:last-child ul li {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  background-color: #fff;
}
@media (max-width: 960px) {
  .delivery .content .column:last-child ul li {
    line-height: 1;
    max-width: 220px;
  }
}
.delivery .content .column:last-child ul li div:last-child {
  padding-left: 10px;
}
@media (min-width: 961px) {
  .delivery .content .column:last-child ul li:first-child {
    margin-left: 65px;
  }
}
@media (min-width: 1201px) {
  .delivery .content .column:last-child ul li:first-child {
    margin-bottom: 75px;
  }
}
@media (max-width: 960px) {
  .delivery .content .column:last-child ul li:nth-child(2) {
    max-width: 280px;
  }
}
@media (min-width: 961px) {
  .delivery .content .column:last-child ul li:nth-child(2) {
    margin-left: -65px;
  }
}
@media (min-width: 1061px) and (max-width: 1200px) {
  .delivery .content .column:last-child ul li:nth-child(2) {
    margin-block: 45px;
  }
}
@media (max-width: 1060px) {
  .delivery .content .column:last-child ul li:nth-child(2) {
    margin-block: 20px;
  }
}
@media (min-width: 961px) {
  .delivery .content .column:last-child ul li:last-child {
    margin-left: 65px;
  }
}
@media (min-width: 1201px) {
  .delivery .content .column:last-child ul li:last-child {
    margin-top: 90px;
  }
}

.info {
  padding-bottom: 40px;
}
@media (min-width: 721px) {
  .info {
    padding-bottom: 100px;
  }
}
@media (min-width: 721px) {
  .info .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 961px) {
  .info .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 721px) {
  .info .swiper-button-prev,
  .info .swiper-button-next {
    display: none !important;
  }
}
.info .item {
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.info .item .icon {
  position: absolute;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.info .item:hover .icon {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@media (max-width: 610px) {
  .info .item img {
    width: 100%;
    height: auto;
  }
}
.info .item-1 .icon {
  top: 0;
  left: 70%;
}
@media (min-width: 611px) {
  .info .item-1 .icon {
    left: 74%;
  }
}
@media (max-width: 610px) {
  .info .item-1 .icon {
    width: 50px;
  }
}
.info .item-2 .icon {
  top: 0;
  left: 45%;
}
@media (min-width: 611px) {
  .info .item-2 .icon {
    left: 60%;
  }
}
@media (max-width: 610px) {
  .info .item-2 .icon {
    width: 93px;
  }
}
.info .item-3 .icon {
  top: 0;
  right: 0;
}
.info .item-4 .icon {
  bottom: 0;
  right: 8%;
}
.info .item-5 .icon {
  bottom: 23%;
  right: 0;
}
.info .item-6 .icon {
  top: 0;
  right: 9%;
}
.info .header-item {
  color: #DEB85D;
  font-size: 20px;
  font-weight: bold;
}
.info h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px;
}
@media (min-width: 741px) {
  .info h5 {
    font-size: 20px;
  }
}
.info p {
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 741px) {
  .info p {
    font-size: 18px;
  }
}
.info .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  border-radius: 22px;
  border: 1px solid #E7E7E7;
  min-height: 194px;
}
@media (min-width: 741px) {
  .info .item {
    padding: 30px;
  }
}

#swiper-nav-block {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
#swiper-nav-block div {
  background-color: rgba(231, 231, 231, 0);
  display: flex;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid rgb(231, 231, 231);
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin: unset;
  width: 60px;
  height: 60px;
  transition: background-color 0.3s linear;
}
#swiper-nav-block div:hover {
  background-color: rgb(231, 231, 231);
}
#swiper-nav-block div svg {
  width: 35px;
  margin: auto;
}
#swiper-nav-block div:after {
  display: none;
}
#swiper-nav-block .swiper-button-prev {
  order: 1;
}
#swiper-nav-block .swiper-button-next {
  order: 2;
}

.lunch {
  padding-top: 60px;
}
@media (min-width: 961px) {
  .lunch {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .lunch .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    padding: 40px;
    border-radius: 34px;
    background-color: #F1F1F1;
  }
}
@media (max-width: 768px) {
  .lunch .content .text {
    border-radius: 22px;
    background-color: #F1F1F1;
    padding: 30px;
    margin-bottom: 10px;
  }
}
.lunch .content .text h3 {
  font-size: clamp(17px, 1.2vw + 1rem, 34px);
  font-weight: bold;
  margin-bottom: 30px;
}
.lunch .content .text p {
  font-size: clamp(14px, 1.2vw + 1rem, 18px);
}
@media (min-width: 1061px) {
  .lunch .content .img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
}
@media (max-width: 1060px) {
  .lunch .content .img img:first-child {
    display: none;
  }
}
.lunch .content .img img {
  width: 100%;
  height: auto;
}

.food-example {
  background-color: #F1F1F1;
  padding-top: 55px;
  padding-bottom: 90px;
}
@media (min-width: 961px) {
  .food-example {
    padding-block: 100px;
  }
}
.food-example h2 {
  margin-bottom: 30px;
  font-size: clamp(17px, 2vw + 1rem, 44px);
  font-weight: bold;
}
@media (min-width: 961px) {
  .food-example h2 {
    margin-bottom: 60px;
  }
}
.food-example .block {
  position: relative;
}
.food-example .glide__bullets {
  text-align: center;
}
.food-example .glide__bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #B8AE96;
  border-radius: 50%;
  margin: 0 1px;
  cursor: pointer;
}
.food-example .glide__bullet:hover,
.food-example .glide__bullet--active {
  background-color: #2E2C28;
}
.food-example .swiper-slide-header .swiper-button-next, .food-example .swiper-slide-header .swiper-button-prev {
  display: block !important;
  width: 30px !important;
  height: 45px !important;
}
.food-example .swiper-slide-header .swiper-button-next svg, .food-example .swiper-slide-header .swiper-button-prev svg {
  display: block !important;
  width: 20px;
  height: auto;
}
@media (min-width: 741px) {
  .food-example .swiper-slide-header .swiper-button-next svg, .food-example .swiper-slide-header .swiper-button-prev svg {
    width: 10px;
  }
}
.food-example .swiper-slide {
  overflow: hidden;
  border-radius: 22px;
  background-color: #fff;
}
.food-example .swiper-top img {
  width: 100%;
  height: auto;
}
.food-example #block > .splide > .splide__arrows .splide__arrow--next {
  background-image: url("../images/next-btn.svg");
  right: 0px;
}
@media (min-width: 1551px) {
  .food-example #block > .splide > .splide__arrows .splide__arrow--next {
    right: -80px;
  }
}
.food-example #block > .splide > .splide__arrows .splide__arrow--prev {
  background-image: url("../images/prev-btn.svg");
  left: 0px;
}
@media (min-width: 1551px) {
  .food-example #block > .splide > .splide__arrows .splide__arrow--prev {
    left: -80px;
  }
}
.food-example .swiper-slide-footer {
  padding: 20px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.food-example .swiper-slide-footer .name {
  font-size: 18px;
  font-weight: bold;
}
.food-example .swiper-slide-footer .description span {
  color: #2E2C28;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #F1EEEA;
  font-size: 14px;
  font-weight: 500;
}
.food-example #block > .splide > .splide__arrows .splide__arrow--prev,
.food-example #block > .splide > .splide__arrows .splide__arrow--next {
  display: flex;
  border-radius: 100%;
  background-color: #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1551px) {
  .food-example #block > .splide > .splide__arrows .splide__arrow--prev,
  .food-example #block > .splide > .splide__arrows .splide__arrow--next {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1550px) {
  .food-example #block > .splide > .splide__arrows .splide__arrow--prev,
  .food-example #block > .splide > .splide__arrows .splide__arrow--next {
    top: 106%;
  }
}
.food-example #block > .splide > .splide__arrows .splide__arrow--prev svg,
.food-example #block > .splide > .splide__arrows .splide__arrow--next svg {
  display: none !important;
}
.food-example #block > .splide > .splide__arrows .splide__arrow--prev[disabled=""],
.food-example #block > .splide > .splide__arrows .splide__arrow--next[disabled=""] {
  opacity: 0.5;
}
.food-example .splide__slide-top {
  border-radius: 22px;
  background-color: #fff;
}
.food-example .swiper-slide-footer {
  min-height: 150px;
  padding: 12px 20px 20px 20px;
}
.food-example #block > .splide > .splide__pagination {
  display: none !important;
}
@media (max-width: 410px) {
  .food-example #block > .splide > .splide__track {
    padding-left: 0 !important;
  }
}
.food-example .swiper-slide-header {
  position: relative;
}
.food-example .swiper-slide-header .glide__slide {
  border-radius: 22px;
  overflow: hidden;
}
.food-example .swiper-slide-header .glide__arrows button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 70% auto;
  width: 20px;
  height: 35px;
  text-indent: -9999px;
}
.food-example .swiper-slide-header .prev {
  left: 2%;
  background-image: url("../images/sl-prev.svg");
}
.food-example .swiper-slide-header .next {
  right: 2%;
  background-image: url("../images/sl-next.svg");
}

.splide-header .splide__arrow {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 24px;
  height: 24px;
}
.splide-header .splide__arrow svg {
  display: none;
}
.splide-header .splide__arrow[disabled=""] {
  opacity: 0.5;
}
.splide-header .splide__arrow--prev {
  background-image: url("../images/sl-prev.svg");
  left: 10px;
}
.splide-header .splide__arrow--next {
  background-image: url("../images/sl-next.svg");
  right: 10px;
}
.splide-header img {
  border-radius: 22px;
  width: 100%;
  height: auto;
}

.splide__pagination .splide__pagination__page {
  background-color: #B8AE96;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-inline: 2px;
}
.splide__pagination .is-active {
  background-color: #2E2C28;
}

.how-we-work {
  padding-top: 55px;
  padding-bottom: 10px;
}
@media (min-width: 801px) {
  .how-we-work {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.how-we-work .section-title {
  margin-bottom: 15px;
}
.how-we-work .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
@media (min-width: 1081px) {
  .how-we-work .items {
    grid-column-gap: 20px;
  }
}
@media (min-width: 981px) {
  .how-we-work .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 980px) {
  .how-we-work .items {
    grid-row-gap: 10px;
  }
}
.how-we-work .item {
  border: 1px solid #F1EEEA;
  border-radius: 15px;
  min-height: 206px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1081px) {
  .how-we-work .item {
    border-radius: 22px;
    padding: 20px;
  }
}
.how-we-work .item h5 {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1081px) {
  .how-we-work .item h5 {
    font-size: 20px;
  }
}
.how-we-work .item p {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1081px) {
  .how-we-work .item p {
    font-size: 16px;
  }
}
.how-we-work .item.last {
  color: #fff;
  border-color: #DEB85D;
  background-color: #DEB85D;
}
.how-we-work .line {
  width: 100%;
  height: 25px;
}
.how-we-work .line-top {
  background: url("../images/line-top.svg") no-repeat center;
  margin-bottom: 20px;
}
.how-we-work .line-bottom {
  margin-top: 20px;
}
@media (min-width: 981px) {
  .how-we-work .line-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 980px) {
  .how-we-work .line-bottom div:first-child {
    width: 100%;
  }
  .how-we-work .line-bottom div:last-child {
    display: none;
  }
}
.how-we-work .line-bottom div {
  height: 100%;
  background: url("../images/line-bottom.svg") no-repeat center;
}

.faq {
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq h2 {
  margin-bottom: 60px;
}
.faq .faq-item {
  border: 1px solid #F1EEEA;
  border-radius: 22px;
  padding: 30px;
  margin-bottom: 20px;
}
.faq .faq-item h5 {
  font-size: 20px;
  font-weight: bold;
}
.faq .faq-item p {
  font-size: 18px;
  font-weight: 500;
}

.contacts {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 1081px) {
  .contacts {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.contacts .section-title {
  margin-bottom: 30px;
}
@media (min-width: 1081px) {
  .contacts .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1080px) {
  .contacts .items {
    grid-row-gap: 10px;
  }
}
@media (min-width: 1081px) {
  .contacts .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media (min-width: 601px) and (max-width: 1080px) {
  .contacts .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 601px) {
  .contacts .items {
    display: grid;
    grid-column-gap: 10px;
  }
}
.contacts .item {
  border-radius: 22px;
  background-color: #F1F1F1;
  min-height: 160px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 601px) {
  .contacts .item {
    min-height: 206px;
    border-radius: 22px;
  }
}
@media (max-width: 600px) {
  .contacts .item {
    margin-bottom: 10px;
  }
}
.contacts .item h5 {
  font-size: 19px;
  font-weight: bold;
}
.contacts .item p {
  font-size: 16px;
}
.contacts .item.last {
  color: #fff;
  border-color: #DEB85D;
  background-color: #DEB85D;
}

.footer {
  background-color: #2E2C28;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  color: #F1EEEA;
}
.footer h2 {
  color: #F1EEEA;
  font-size: clamp(32px, 1.5vw + 1rem, 44px);
  font-weight: bold;
  margin-bottom: 23px;
}
@media (min-width: 1041px) {
  .footer h2 {
    margin-bottom: 60px;
  }
}
.footer .top {
  padding-block: 40px;
}
@media (min-width: 1041px) {
  .footer .top {
    padding-block: 100px;
  }
}
.footer .bottom {
  border-top: 1px solid #413F3A;
  display: flex;
  justify-content: space-between;
  padding-block: 20px;
}
@media (max-width: 400px) {
  .footer .bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer .bottom .first {
    margin-bottom: 15px;
  }
}
.footer .first {
  color: #F1EEEA;
}
.footer .last a {
  color: #5E5A53;
}
@media (min-width: 681px) {
  .footer .form-container {
    display: grid;
    grid-column-gap: 10px;
  }
}
@media (min-width: 681px) and (max-width: 1040px) {
  .footer .form-container {
    grid-template-columns: 1fr 200px;
  }
}
@media (min-width: 1041px) {
  .footer .form-container {
    grid-template-columns: 1fr 360px;
    grid-column-gap: 20px;
  }
}
@media (max-width: 1040px) {
  .footer .form-container {
    align-items: center;
  }
}
@media (max-width: 680px) {
  .footer .form-logo {
    padding-block: 25px;
  }
}
.footer .form-logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 561px) {
  .footer .form {
    border-radius: 22px;
    border: 1px solid #413F3A;
    flex: 1;
  }
}
@media (min-width: 561px) and (max-width: 1200px) {
  .footer .form {
    padding: 25px;
  }
}
@media (min-width: 1201px) {
  .footer .form {
    padding: 60px;
  }
}
@media (min-width: 561px) {
  .footer .form form {
    display: grid;
    grid-gap: 10px;
    margin-bottom: 30px;
  }
}
@media (min-width: 561px) and (max-width: 1040px) {
  .footer .form form {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1041px) {
  .footer .form form {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .footer .form form .form-item {
    margin-bottom: 8px;
  }
}
.footer .form label {
  display: none;
}
.footer .form input {
  background-color: #32302C;
  padding: 23px 20px;
  font-size: 16px;
  color: #F1EEEA;
  border-radius: 10px;
  border: 1px solid #413F3A;
  width: 100%;
  transition: all 0.3s linear;
}
.footer .form input:hover, .footer .form input:focus-visible {
  border-color: rgb(222, 184, 93);
}
.footer .form [type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  text-transform: uppercase;
  padding: 23px 20px;
  font-size: 16px;
  color: #F1EEEA;
  border-radius: 10px;
  border: 1px solid #fff;
  width: 100%;
  transition: all 0.3s linear;
}
.footer .form [type=submit]:hover {
  border-color: rgb(222, 184, 93);
  color: rgb(222, 184, 93);
}
.footer .form [type=submit]:hover span.icon {
  background-image: url("../images/button-hover.svg");
}
.footer .form [type=submit] span.icon {
  background-image: url("../images/button.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 8px;
}
.footer .form .text {
  color: #fff;
  height: 100%;
}
.footer .form .text .text-wrapping {
  height: 100%;
  display: flex;
}
.footer .form .text .text-wrapping > div {
  margin: auto;
}
.footer .form .text h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .form .text p {
  font-size: 18px;
  color: #fff;
}
.footer .form .text-block {
  text-align: center;
}
.footer .form p {
  color: #5E5A53;
}
.footer .form p a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: color 0.3s linear;
}
.footer .form p a:hover {
  color: rgb(222, 184, 93);
}