body {
  font-family: Manrope, sans-serif;
  background: rgb(243, 235, 217);
  padding: 0px;
  margin: 0px;
}

.conteiner {
  width: 1150px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  border-bottom: 1px solid rgba(46, 74, 57, 0.14);
}
.header .conteiner {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  vertical-align: middle;
}
.header__phone-link {
  width: 200px;
  text-align: right;
}
.header__phone-link span {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgb(154, 46, 53);
  font-weight: 600;
}
.header__phone-link div {
  font-family: Comfortaa, cursive;
  font-weight: 700;
  font-size: 21px;
  color: rgb(46, 74, 57);
  text-decoration: none;
}
.header__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background: rgb(46, 74, 57);
  color: rgb(243, 235, 217);
  text-decoration: none;
  font-size: 20px;
  box-shadow: rgba(46, 74, 57, 0.32) 0px 6px 16px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.footer {
  background: rgb(34, 56, 44);
}
.footer iframe {
  margin-top: 30px;
  border-radius: 15px;
  height: 275px;
}
.footer .conteiner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-info {
  grid-column: 1/5;
}
@media (max-width: 768px) {
  .footer-info {
    grid-column: 1/13;
  }
}
.footer-info img {
  width: 60px;
  height: 60px;
}
.footer-info p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
  color: rgb(169, 187, 166);
}
.footer-underline {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(215, 224, 212, 0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  font-size: 13px;
  color: rgb(143, 163, 140);
}
.footer-menu {
  grid-column: span 4;
}
@media (max-width: 768px) {
  .footer-menu {
    grid-column: span 6;
  }
}
@media (max-width: 500px) {
  .footer-menu {
    grid-column: span 12;
  }
}
.footer-menu h3 {
  font-family: Comfortaa, cursive;
  color: rgb(224, 168, 90);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-menu ul {
  list-style: none;
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.9;
  color: rgb(195, 208, 191);
}
.footer-menu ul a {
  color: rgb(195, 208, 191);
  text-decoration: none;
}

.info {
  position: relative;
}
.info .conteiner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.info .grid > div {
  grid-column: span 5;
}
@media (max-width: 996px) {
  .info .grid > div {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .info .grid > div {
    grid-column: span 12;
  }
}
.info .grid > div:nth-child(2) {
  grid-column: span 2;
}
@media (max-width: 996px) {
  .info .grid > div:nth-child(2) {
    display: none;
  }
}
.info .grid > div h2 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgb(154, 46, 53);
  font-weight: 700;
}
.info .grid > div h1 {
  font-family: Comfortaa, cursive;
  font-weight: 700;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.1;
  margin: 0px;
  color: rgb(46, 74, 57);
  text-wrap: balance;
}
.info-btns {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-flow: column;
}
.info-btns a {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  border-radius: 18px;
  background: rgb(251, 246, 234);
  text-decoration: none;
  color: rgb(51, 39, 28);
  box-shadow: rgba(60, 36, 21, 0.12) 0px 10px 26px;
  border: 1px solid rgba(154, 46, 53, 0.18);
  transition: transform 0.18s, box-shadow 0.18s;
  cursor: pointer;
}
.info-btns a:hover {
  transform: translateY(-5px);
}
.info-btns__icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgb(154, 46, 53);
  color: rgb(243, 235, 217);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.info-btns__text {
  flex: 1 1 0%;
}
.info-btns__text h3 {
  display: block;
  font-family: Comfortaa, cursive;
  font-weight: 700;
  font-size: 20px;
  color: rgb(46, 74, 57);
  margin-top: 0px;
  margin-bottom: 0px;
}
.info-btns__text p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.info-btns__arrow {
  flex: 0 0 auto;
  font-size: 22px;
  color: rgb(154, 46, 53);
}
.info svg {
  z-index: -1;
  transform: scaleX(-1) rotate(180deg);
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 996px) {
  .info svg {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .info svg {
    height: 60px;
  }
}

body.pdf-popup-open {
  overflow: hidden;
}

.pdf-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pdf-popup.is-open {
  display: flex;
}
.pdf-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(34, 56, 44, 0.72);
  backdrop-filter: blur(4px);
}
.pdf-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  height: min(85vh, 900px);
  background: rgb(251, 246, 234);
  border-radius: 20px;
  border: 1px solid rgba(154, 46, 53, 0.18);
  box-shadow: rgba(60, 36, 21, 0.28) 0px 24px 60px;
  overflow: hidden;
}
.pdf-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgb(46, 74, 57);
  color: rgb(243, 235, 217);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s;
}
.pdf-popup__close:hover {
  background: rgb(154, 46, 53);
}
.pdf-popup__frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.coffee-slider {
  height: 100%;
  margin-bottom: 0px !important;
}
.coffee-slider > div {
  overflow: hidden;
  border-radius: 10px;
}
.coffee-slider .slide__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 515px;
  border: 10px solid white;
  border-radius: 20px;
  margin: 0px 5px;
}
@media (max-width: 768px) {
  .coffee-slider .slide__img {
    height: 300px;
  }
}
.coffee-slider .slide__img img {
  height: 100%;
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: auto;
  margin-bottom: auto;
}

.slick-dots {
  bottom: 20px;
}
.slick-dots * {
  z-index: 20;
  font-size: 100px;
}
.slick-dots button:before {
  font-size: 30px !important;
  color: white !important;
}/*# sourceMappingURL=style.css.map */