:root {
  --white: #fff;
  --bleached-cedar: #2f243a;
  --spring-wood: #f5f5e9;
  --vermilion: #fe4101;
  --pink: #fec7dc;
  --keppel: #36b08b;
  --blue: #004af0;
  --font-family: "FixelVariable", sans-serif;
  --second-family: "Inter", sans-serif;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a {
  transition: 0.3s;
}
img {
  max-width: 100%;
  max-height: 100%;
}
ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container {
  width: 1396px;
  padding: 0 15px;
  margin: auto;
}
body,
input,
textarea,
button {
  font-family: "Inter", sans-serif;
}
.modal {
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 233, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal .close-modal-times {
  color: #2F243A;
  font-size: 24px;
  position: absolute;
  right: 24px;
  top: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.modal .close-modal-times:hover {
  color: var(--vermilion);
}
.modal .modal-block {
  max-width: calc(100% - 24px);
  display: none;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
}
.open-modal {
  cursor: pointer;
}
.menu_mob {
  width: 22px;
  height: 22px;
  display: none;
  position: relative;
  top: 4px;
  right: 0;
}
.menu_mob span {
  width: 100%;
  height: 3px;
  display: block;
  background-color: var(--bleached-cedar);
  position: absolute;
  border-radius: 10px;
  top: 0;
  transition: 0.5s;
}
.active_drop_men.menu_mob span {
  top: 13px;
  background: #969696;
}
.menu_mob span:nth-child(2) {
  top: 7px;
}
.menu_mob span:nth-child(3) {
  top: 14px;
}
.active_drop_men.menu_mob span {
  top: 7px;
  background: #969696;
}
.active_drop_men span:nth-child(1) {
  transform: rotate(225deg);
}
.active_drop_men span:nth-child(2) {
  transform: rotate(135deg);
}
.active_drop_men span:nth-child(3) {
  transform: rotate(225deg);
}
.header-menu {
  background: var(--spring-wood);
}
.overflow-wrap {
  overflow-x: auto;
  padding-bottom: 10px;
}
.overflow-wrap::-webkit-scrollbar-track {
  background-color: #efebe0;
}
.overflow-wrap::-webkit-scrollbar {
  height: 4px;
  background-color: #efebe0;
}
.overflow-wrap::-webkit-scrollbar-thumb {
  background-color: var(--vermilion);
  border-radius: 15px;
}
.scroll-top {
  position: fixed;
  bottom: 12px;
  right: 15px;
  width: 34px;
  height: 34px;
  display: block;
  background-color: var(--vermilion);
  border: 1px solid #fff;
  background-image: url(../img/up-arrow.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(150%);
  z-index: 10;
  border-radius: 7px;
}
.scroll-top:hover {
  background-color: #da4b1b;
}
.scroll-top.active {
  opacity: 1;
  transform: none;
}
@keyframes scall {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.center {
  text-align: center;
}
.btn-white {
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--white);
  border: 1.5px solid var(--white);
  border-radius: 32px;
  padding: 15px 21px 13px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn-white.big {
  padding: 23px 21px 19px;
}
.btn-white:hover {
  background-color: #ffffff;
  color: #2F243A;
}
.header-logo:hover {
  opacity: 0.7;
}
.header {
  background: var(--spring-wood);
  padding: 21px 0;
  top: 0;
  position: sticky;
  z-index: 100;
  transition: 0.4s;
}
.header.active {
  padding: 14px 0;
  box-shadow: 0 0 9px 4px rgba(255, 255, 255, 0.7);
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-logo img {
  display: block;
}
.header-menu {
  display: flex;
  gap: 40px;
}
.header-menu .social-list {
  display: none;
}
.header-menu li {
  overflow: hidden;
}
.header-menu li:hover a {
  /* animation: slideUpDown 0.4s ease-in-out; */
  color: var(--vermilion);
}
.header-menu li a {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: var(--bleached-cedar);
}
.header-right {
  display: flex;
  align-items: center;
}
/* @keyframes slideUpDown {
  0% {
    transform: translateY(0);
    color: var(--bleached-cedar);
  }
  50% {
    transform: translateY(-20px);
  }
  51% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
} */
.cafe-link {
  padding-left: 23px;
  padding-right: 30px;
  position: relative;
}
.cafe-link:before {
  content: '';
  width: 15px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../img/map-icon.svg);
}
.cafe-link span {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  padding-bottom: 3px;
  border-bottom: 2px solid;
  position: relative;
  transition: 0.3s;
}
.cafe-link span:before,
.cafe-link span:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #deded4;
  position: absolute;
  top: 0;
}
.cafe-link span:before {
  right: -16px;
}
.cafe-link span:after {
  display: none;
}
.cafe-link:hover span {
  color: var(--vermilion);
}
.cafe-link:hover:before {
  background-image: url(../img/map-orange-icon.svg);
}
.basket-btn {
  width: 18px;
  height: 17px;
  background-image: url(../img/basket-icon.svg);
  cursor: pointer;
  display: block;
}
.basket-btn:hover {
  background-image: url(../img/basket-orange-icon.svg);
}

.crti2:has(.activecart) .basket-btn{
  background-image: url(../img/basket-orange-icon.svg);
  padding-left: 24px;
  background-repeat: no-repeat;
}
.crti2:has(.activecart) .activecart{
 color: #fe4101;
}
.crti2{
  display: flex;
      gap: 6px;
}
.social-list {
  display: flex;
  gap: 20px;
}
.social-list li a {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid var(--vermilion);
}
.social-list li a:hover {
  background-color: var(--vermilion);
}
.social-instagram {
  background-image: url(../img/social-icon-instagram.svg);
}
.social-instagram:hover {
  background-image: url(../img/social-white-icon-instagram.svg);
}
.social-facebook {
  background-image: url(../img/social-icon-facebook.svg);
}
.social-facebook:hover {
  background-image: url(../img/social-white-icon-facebook.svg);
}
.social-youtube {
  background-image: url(../img/social-icon-youtube.svg);
}
.social-youtube:hover {
  background-image: url(../img/social-white-icon-youtube.svg);
}
.banner {
  background-image: url(../img/banner-photo.png);
  background-size: cover;
  background-position: top center;
}
.banner-box {
  padding: 310px 0 80px;
}
.banner-box h1 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 82px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  margin-bottom: 12px;
}
.swiper-banner .swiper-pagination-bullets {
  bottom: 25px;
}
.swiper-banner .swiper-pagination-bullet {
  background: #ffffff;
}
.marquee-wrapper {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: var(--vermilion);
  padding: 10px 0;
}
.running-line {
  display: flex;
  list-style: disc;
  gap: 40px;
  min-width: 200%;
  position: absolute;
  will-change: transform;
}
.running-line li {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  padding-left: 5px;
}
.section {
  background-color: var(--spring-wood);
  padding: 88px 0;
}
.section.white {
  background-color: var(--white);
}
.section .team-block {
  border: 1.5px solid rgba(47, 36, 58, 0.14);
}
.title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--bleached-cedar);
  margin-bottom: 52px;
}
.title.left {
  text-align: left;
}
.cakes-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.cakes-block {
  width: calc(25% - 13.5px);
}
.cakes-block:first-child {
  margin-bottom: 22px;
}
.cakes-photo {
  margin-bottom: 40px;
}
.cakes-photo img {
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
	    height: 328px;
}
.cakes-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: var(--bleached-cedar);
}
.section-top {
  margin-bottom: 52px;
}
.section-top .title {
  margin-bottom: 28px;
}
.section-top p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: var(--bleached-cedar);
}
.section-top p.left {
  text-align: left;
}
.mini-cakes-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.mini-cakes-block {
  width: calc(25% - 10.5px);
}
.mini-cakes-block:hover .cakes-photo-first {
  display: none;
}
.mini-cakes-block:hover .cakes-photo-second {
  display: block;
}
.mini-cakes-block.long {
  background-image: url(../img/mini-cakes-bg.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-radius: 20px;
}
.mini-cakes-photo {
  position: relative;
}
.mini-cakes-photo img {
  width: 100%;
  height: 331px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 20px 0 0;
}
.mini-cakes-photo .cakes-photo-second {
  display: none;
}
.mini-cakes-plate {
  padding: 7px 16px 4px;
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--white);
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vermilion);
  border-radius: 32px;
}
.mini-cakes-content {
  border-radius: 0 0 20px 20px;
  padding: 32px;
  background: var(--spring-wood);
}
.mini-cakes-content h4 {
  min-height: 60px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  margin-bottom: 44px;
}
.mini-cakes-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cakes-bottom p {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
}
.plus-btn {
  width: 90px;
  height: 52px;
  border-radius: 100px;
  background-color: var(--bleached-cedar);
  background-image: url(../img/plus-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.plus-btn:hover {
  background-color: var(--vermilion);
}
.mini-cakes-info h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 34px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 44px;
}
.mini-cakes-info p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--white);
}
.delivery-product-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.delivery-product-block {
  width: calc(50% - 55px);
  display: flex;
  justify-content: space-between;
}
.delivery-product-block:not(:last-child) {
  position: relative;
}
.delivery-product-block:not(:last-child):before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #cbcbcb;
  position: absolute;
  bottom: 0;
  right: -55px;
}
.delivery-product-icon {
  width: 180px;
  height: 180px;
  border: 1.5px solid var(--vermilion);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.delivery-product-content {
  width: calc(100% - 220px);
}
.delivery-product-content h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 39px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  line-height: 1.15;
  margin-bottom: 20px;
}
.delivery-product-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  color: var(--bleached-cedar);
}
.bestsellers .mini-cakes-block.long {
  background-image: url(../img/bestsellers-bg.jpg);
}
.happiness {
  overflow: hidden;
}
.happiness .swiper-container {
  overflow: visible;
  padding-bottom: 85px;
}
.happiness .swiper-pagination-bullet {
  width: 56px;
  height: 8px;
  background: var(--bleached-cedar);
  border-radius: 100px;
  opacity: 0.05;
}
.happiness .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--vermilion);
  opacity: 1;
}
.happiness .swiper-container-horizontal > .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
}
.happiness .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--vermilion);
}
.happiness .swiper-slide {
  transition: transform 0.3s ease;
}
.happiness .swiper-slide:nth-child(odd) {
  transform: rotate(-5deg);
}
.happiness .swiper-slide:nth-child(even) {
  transform: rotate(5deg);
}
.arrow-slider {
  width: 104px;
  height: 104px;
  position: absolute;
  top: calc(50% - 100px);
  z-index: 101;
  border-radius: 100%;
  background-color: #ffffff;
  background-image: url(../img/arrow-slider-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.5s;
}
.arrow-slider.prev {
  left: 0;
}
.arrow-slider.next {
  right: 0;
  transform: rotate(180deg);
}
.arrow-slider:hover {
  opacity: 1;
}
.excursion {
  background-image: url(../img/excursion-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 0;
}
.excursion-btn {
  width: 100%;
  height: 570px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1.5px solid var(--white);
  border-radius: 1000px;
}
.excursion-btn span {
  background-image: url(../img/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  color: var(--white);
}
.excursion-btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.btn-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 48px;
}
.btn-list li a {
  width: 236px;
  height: 52px;
  border: 1.5px solid var(--bleached-cedar);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-list li a span {
  padding-right: 25px;
  background-image: url(../img/btn-black-icon.svg);
  background-position: right 2px;
  background-repeat: no-repeat;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: var(--bleached-cedar);
}
.btn-list li a:hover {
  background-color: var(--bleached-cedar);
}
.btn-list li a:hover span {
  color: #ffffff;
  background-image: url(../img/btn-white-icon.svg);
}
.chain-cafes-wrap {
  display: flex;
  justify-content: space-between;
	  justify-content: center;
  flex-wrap: wrap;
	    gap: 20px;
}
.chain-cafes-block {
  width: calc(33.3333% - 9.5px);
}
.chain-cafes-block {
  width: calc(32.3333% - 9.5px);
}
.chain-cafes-photo {
  margin-bottom: 12px;
}
.chain-cafes-photo img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  max-height: 350px;
}
@media (max-width: 768px){
  .chain-cafes-photo img {
    max-height: 250px;
  }
}
.chain-cafes-content {
  display: flex;
  justify-content: space-between;
  background: rgba(245, 245, 233, 0.6);
  border-radius: 20px;
  padding: 28px 32px;
}
.chain-cafes-content h5 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 29px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  margin-bottom: 6px;
}
.chain-cafes-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--bleached-cedar);
}
.chain-cafes-icon {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url(../img/map-orange-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.chain-cafes-icon:hover {
  background-color: #fff0eb;
}
.footer {
  background-color: var(--spring-wood);
  padding: 88px 0;
}
.footer-box {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  display: inline-block;
}
.footer-logo:hover {
  opacity: 0.7;
}
.copyright-text {
  margin-top: 100px;
}
.copyright-text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--bleached-cedar);
}
.copyright-text p:not(:last-child) {
  margin-bottom: 15px;
}
.footer-right {
  width: 600px;
  display: flex;
  justify-content: space-between;
}
.footer-right .social-list {
  flex-direction: column;
}
.footer-list li {
  margin-bottom: 28px;
}
.footer-list li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: var(--bleached-cedar);
  position: relative;
}
.footer-list li a:hover:before {
  width: 100%;
}
.footer-list li a:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: var(--bleached-cedar);
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: 0.4s;
}
.navigation-list {
  padding: 26px 0;
  display: flex;
}
.navigation-list li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--bleached-cedar);
}
.navigation-list li:not(:last-child) {
  position: relative;
}
.navigation-list li:not(:last-child) a {
  opacity: 0.4;
  margin-right: 48px;
}
.navigation-list li:not(:last-child) a:hover {
  opacity: 1;
}
.navigation-list li:not(:last-child):before {
  content: '';
  width: 5px;
  height: 8px;
  background-image: url(../img/arrow-pagination.svg);
  position: absolute;
  top: 7px;
  right: 20px;
}
.navigation-list li:last-child {
  pointer-events: none;
}
.banner-video {
  height: 580px;
  position: relative;
}
.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-video:before {
  content: '';
  width: 100%;
  height: 512px;
  max-height: 100%;
  background: linear-gradient(180deg, rgba(254, 65, 1, 0) 0%, #fe4101 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.video-content {
  position: relative;
  z-index: 5;
  text-align: center;
  padding-top: 65px;
}
.video-content h1 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  margin-top: 55px;
}
.play-btn-video {
  width: 120px;
  height: 120px;
  background-image: url(../img/video-play-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  border-radius: 50%;
  border: 1.5px solid var(--white);
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
}
.play-btn-video:hover {
  background-color: rgba(245, 245, 233, 0.15);
}
.play-btn-video.pause {
  background-image: url(../img/video-stop-icon.svg);
  opacity: 0.5;
}
.play-btn-video.pause:hover {
  opacity: 1;
}
.advantages-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantages-block {
  width: 33.333%;
  padding: 0 40px;
  text-align: center;
}
.advantages-block:not(:last-child) {
  border-right: 1px solid #EBEBE0;
}
.advantages-block h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  color: var(--bleached-cedar);
  line-height: 1.1;
  margin-bottom: 17px;
}
.advantages-block p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: var(--bleached-cedar);
}
.advantages-icon {
  width: 180px;
  height: 180px;
  border: 1.5px solid var(--vermilion);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.compound-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 26px;
}
.compound-block {
  width: calc(33.333% - 18px);
  border: 1.55px solid var(--spring-wood);
  border-radius: 24px;
  padding: 8px 8px 48px 8px;
}
.compound-content {
  padding: 45px 35px 0;
}
.compound-content h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 33px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  margin-bottom: 17px;
}
.list-info li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: var(--bleached-cedar);
  padding-left: 24px;
  position: relative;
}
.list-info li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--vermilion);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.list-info li:not(:last-child) {
  margin-bottom: 15px;
}
.list-info.small li {
  font-size: 18px;
}
.list-info.small li:before {
  top: 7px;
}
.volumes-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.volumes-box {
  width: calc(16.666% - 12px);
  background: var(--white);
  border: 1px solid var(--white);
  border-radius: 20px;
  padding: 36px 16px;
  text-align: center;
}
.volumes-box h6 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--vermilion);
  margin-bottom: 10px;
}
.volumes-box p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--bleached-cedar);
}
.block-photo img {
  width: 100%;
  max-height: 700px;
  display: block;
  object-fit: cover;
  object-position: center;
	object-position: top;
}
.teams-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 52px;
}
.team-block {
  width: calc(33.333% - 14px);
  border: 1.5px solid var(--spring-wood);
  border-radius: 24px;
  padding: 24px 24px 32px;
}
.team-photo img {
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  margin: auto;
}
.team-content {
  padding-top: 30px;
  text-align: center;
}
.team-name {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
}
.team-job {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  margin: 8px 0 20px;
}
.team-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--vermilion);
  position: relative;
  padding: 0 10px;
}
.team-text:before,
.team-text:after {
  content: '';
  width: 12px;
  height: 8px;
  background-size: cover;
  position: absolute;
}
.team-text:before {
  background-image: url(../img/brackets-icon-top.svg);
  top: -8px;
  left: 0;
}
.team-text:after {
  background-image: url(../img/brackets-icon-bottom.svg);
  bottom: -8px;
  right: 0;
}
.cities-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cities-block {
  width: calc(33.333% - 14px);
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  padding: 28px;
  border: 1.5px solid var(--spring-wood);
  cursor: pointer;
  transition: 0.3s;
}
.cities-block:hover {
  background-color: rgba(245, 245, 233, 0.5);
}
.cities-block.active {
  background: var(--vermilion);
  border-color: var(--vermilion);
}
.cities-block.active .cities-info h5,
.cities-block.active .cities-info p {
  color: var(--spring-wood);
}
.cities-block.active .cities-icon {
  background-color: var(--white);
}
.cities-info h5 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 29px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  margin-bottom: 6px;
}
.cities-info p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--bleached-cedar);
}
.cities-icon {
  width: 50px;
  height: 50px;
  display: block;
  background-color: var(--spring-wood);
  border-radius: 50%;
  background-image: url(../img/map-orange-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.cities-icon:hover {
  background-color: #fff0eb;
}
.job-wrap {
  border-radius: 20px;
  background-color: rgba(249, 249, 242, 0.6);
  overflow: hidden;
}
.job-block {
  justify-content: space-between;
  flex-wrap: wrap;
}
.vacancies-list {
  width: 30%;
  border-right: 1px solid #EEEEE9;
}
.vacancies-list li {
  padding: 38px 0;
  cursor: pointer;
  transition: 0.4s;
}
.vacancies-list li span {
  height: 38px;
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  color: var(--bleached-cedar);
  text-transform: uppercase;
  padding-left: 100px;
  background-position: 65px center;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.vacancies-list li span img{
  margin-right: 25px;
}
.vacancies-list li.active span img{
  filter: invert(41%) sepia(92%) saturate(5268%) hue-rotate(3deg) brightness(103%) contrast(103%);
}
.vacancies-list li:not(:last-child) {
  border-bottom: 1px solid #EEEEE9;
}
.vacancies-list li:hover {
  background-color: var(--spring-wood);
}
.vacancies-list li.active span {
  color: var(--vermilion);
}
.vacancies-list li.active .barista {
  background-image: url(../img/vacancy-orange-icon-1.svg);
}
.vacancies-list li.active .confectioner {
  background-image: url(../img/vacancy-orange-icon-2.svg);
}
.vacancies-list li.active .courier {
  background-image: url(../img/vacancy-orange-icon-3.svg);
}
.barista {
  background-image: url(../img/vacancy-icon-1.svg);
}
.confectioner {
  background-image: url(../img/vacancy-icon-2.svg);
}
.courier {
  background-image: url(../img/vacancy-icon-3.svg);
}
.vacancy,
.job-block {
  display: none;
}
.vacancy:first-child {
  display: block;
}
.job-block:first-child {
  display: flex;
}
.vacancy-content {
  width: 70%;
  padding: 40px 45px;
}
.vacancy-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: var(--bleached-cedar);
  margin-bottom: 48px;
}
.vacancy-info-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vacancy-info-box {
  width: calc(50% - 16px);
}
.vacancy-info-box h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: var(--bleached-cedar);
  margin-bottom: 25px;
}
.join-team {
  display: flex;
  /* justify-content: space-around;
  align-items: center; */
  flex-wrap: wrap;
  gap: 32px;
  /* border: 1.5px solid var(--spring-wood);
  border-radius: 16px;
  padding: 36px 40px; */
  flex-direction: column;
  align-items: start;
}
.join-team p {
  max-width: 610px;
  margin-right: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: var(--bleached-cedar);
}
.btn-icon {
  width: 337px;
  height: 72px;
  background-color: var(--spring-wood);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
}
.btn-icon span {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  border-bottom: 1px solid var(--bleached-cedar);
}
.btn-icon:hover {
  background-color: #EEEEE9;
}
.friendly-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.friendly-list li {
  width: 20%;
  padding: 25px 35px 0;
  text-align: center;
}
.friendly-list li span {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  color: var(--bleached-cedar);
  position: relative;
}
.friendly-list li span:before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--vermilion);
  position: absolute;
  top: -25px;
  left: calc(50% - 4px);
  border-radius: 50%;
}
.friendly-list li:not(:last-child) {
  border-right: 1px solid rgba(47, 36, 58, 0.1);
}
.beliefs-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.beliefs-block {
  width: calc(33.33% - 9.5px);
  border: 1.5px solid var(--spring-wood);
  border-radius: 16px;
  padding: 32px 24px 36px 24px;
  text-align: center;
}
.beliefs-icon {
  margin-bottom: 30px;
}
.beliefs-content h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  margin-bottom: 17px;
}
.beliefs-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--bleached-cedar);
}
.working .team-job {
  margin-bottom: 0;
}
.more-intagram-btn {
  width: 100%;
  height: 115px;
  background-color: rgba(245, 245, 233, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 20px;
  margin-top: 52px;
}
.more-intagram-btn span {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 29px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  transition: 0.3s;
}
.more-intagram-btn:hover {
  background-color: var(--vermilion);
}
.more-intagram-btn:hover span {
  color: var(--white);
}
.create-culture-banner {
  padding: 52px 0;
}
.create-culture-banner .section-top {
  margin: 0;
}
.steps-container {
  padding-top: 85px;
  border-top: 1px solid rgba(47, 36, 58, 0.1);
}
.steps-title {
  max-width: 996px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--bleached-cedar);
  margin: 52px auto 88px;
}
.step-list {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.step-number {
  width: 25%;
}
.step-number.active span {
  background: var(--vermilion);
}
.step-number span {
  width: 80px;
  height: 80px;
  background: #ebebe0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--spring-wood);
  position: relative;
  z-index: 3;
  transition: 1.2s;
}
.step-line {
  width: 80%;
  height: 8px;
  background: #ebebe0;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  overflow: hidden;
}
.step-line-progress {
  width: 0%;
  height: 100%;
  background: var(--vermilion);
  border-radius: 100px;
  transition: 1.2s;
}
.step-content {
  display: flex;
}
.step-content-block {
  width: 25%;
  padding-right: 15px;
}
.step-content-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  transition: 1.2s;
}
.step-content-title.active {
  color: var(--vermilion);
}
.step-content-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: var(--bleached-cedar);
  margin-top: 20px;
}
.mission-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mission-block:not(:last-child) {
  border-bottom: 1px solid rgba(47, 36, 58, 0.1);
  padding-bottom: 52px;
  margin-bottom: 52px;
}
.mission-content {
  width: calc(50% - 57px);
  text-align: center;
}
.mission-content h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--bleached-cedar);
}
.mission-content h6,
.mission-content p {
  max-width: 546px;
}
.mission-content h6 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  margin: 36px auto 32px;
}
.mission-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: var(--bleached-cedar);
  margin: auto;
}
.mission-content .btn {
  margin-top: 48px;
}
.mission-photo {
  width: calc(50% - 7px);
}
.mission-photo img {
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  margin: auto;
}
.btn {
  max-width: 100%;
  border: 1px solid var(--vermilion);
  border-radius: 32px;
  padding: 17px 24px 16px 24px;
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--vermilion);
}
.btn:hover {
  background-color: var(--vermilion);
  color: #ffffff;
}
.list-pagination {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.list-pagination li {
  border: 1.5px solid rgba(47, 36, 58, 0.1);
  border-radius: 22px;
  /* padding: 18px 24px; */
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--bleached-cedar);
  cursor: pointer;
  transition: 0.3s;
}
.list-pagination li:hover {
  background: #f4f4f3;
}
.list-pagination li.active {
  background: var(--vermilion);
  color: var(--white);
}
.cakes-tap-block {
  display: none;
}
.cakes-tap-block.active {
  display: block;
}
.cakes-bunner {
  position: relative;
  margin-bottom: 52px;
}
.cakes-bunne-photo {
  display: flex;
  object-fit: cover;
  object-position: center;
}
.cakes-bunner-content {
  width: 100%;
  padding: 40px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.cakes-bunner-title {
  max-width: 770px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  margin: auto;
}
.controls-map {
  display: flex;
}
.controls-map li {
  width: 33.333%;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: var(--bleached-cedar);
  padding-bottom: 20px;
  border-bottom: 6px solid #EBEBE0;
  transition: 0.3s;
  cursor: pointer;
}
.controls-map li:hover {
  border-color: #d2d2d2;
}
.controls-map li.active {
  color: var(--vermilion);
  border-color: var(--vermilion);
}
#map {
  width: 100%;
  height: 560px;
  margin-bottom: 86px;
}
.map-info {
  width: 310px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 15px;
  background-color: var(--vermilion);
}
.map-info:hover {
  background-color: #db4715;
}
.map-info-photo {
  width: 60px;
  border-radius: 12px;
  display: block;
}
.map-info-content {
  width: calc(100% - 80px);
  background-image: url(../img/circle-map-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 35px;
  padding-right: 40px;
}
.map-info-content h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 21px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
}
.map-info-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--white);
}
.gm-style .gm-style-iw-c,
.gm-style-iw-d {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.gm-ui-hover-effect,
.gm-style .gm-style-iw-tc {
  display: none !important;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.cafes-white .chain-cafes-content {
  background: #ffffff;
}
.cafes-white .chain-cafes-icon {
  background-color: var(--spring-wood);
}
.why-we-wrap {
  display: flex;
  flex-wrap: wrap;
}
.why-we-block {
  width: 33.333%;
  text-align: center;
}
.why-we-block:not(:last-child) {
  border-right: 1px solid #F4F4F5;
}
.why-we-content {
  padding: 40px 40px 0;
}
.why-we-content h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  margin-bottom: 20px;
}
.why-we-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--bleached-cedar);
}
.border-top {
  border-top: 2px solid #F5F5E9;
}
.border-top.footer {
  border-top: 2px solid #E2E1D8;
}
.cafe-info-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 102px;
}
.cafe-info-photo {
  width: 561px;
}
.cafe-info-photo img {
  display: block;
  margin: auto;
}
.cafe-info-content {
  width: 446px;
}
.info-contact-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}
.info-contact-box:not(:first-child) {
  padding-top: 24px;
}
.info-contact-box:not(:last-child) {
  border-bottom: 1px solid #F5F5E9;
}
.cafe-info-contact {
  margin-bottom: 16px;
}
.info-contact-icon {
  width: 48px;
}
.info-contact-content {
  width: calc(100% - 84px);
  padding-top: 8px;
}
.info-contact-content h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  margin-bottom: 12px;
}
.link-btn {
  display: inline-flex;
  justify-content: space-between;
  align-content: center;
  gap: 8px;
}
.link-btn img {
  width: 24px;
}
.link-btn span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.04em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--bleached-cedar);
}
.link-btn:hover {
  opacity: 0.7;
}
.phone-list li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: var(--bleached-cedar);
}
.phone-list li a:hover {
  color: var(--vermilion);
}
.phone-list li:not(:last-child) {
  margin-bottom: 8px;
}
.btn-orange {
  display: flex;
  justify-content: center;
  align-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--white);
  border-radius: 32px;
  padding: 17px 24px 16px 24px;
  background: var(--vermilion);
}
.btn-orange.big {
  padding: 32px 16px;
}
.btn-orange:hover {
  background: #d74514;
}
.delivery-payment-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.delivery-payment-block {
  width: calc(50% - 12px);
  background-color: #F9F9F2;
  border-radius: 24px;
  padding: 53px 64px 59px;
}
.delivery-payment-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.delivery-payment-title h3 {
  width: 250px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 39px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
}
.delivery-payment-box {
  display: flex;
  justify-content: space-between;
}
.delivery-payment-box:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #F1F0EB;
  margin-bottom: 24px;
}
.delivery-payment-content {
  width: calc(100% - 60px);
}
.delivery-payment-content h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  margin-bottom: 12px;
}
.delivery-payment-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--bleached-cedar);
}
.delivery-payment-icon {
  padding-top: 8px;
}
.btn-black {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--white);
  border-radius: 32px;
  padding: 17px 24px 16px 24px;
  background: var(--bleached-cedar);
  cursor: pointer;
}
.btn-black:hover {
  background: #32154a;
}
.delivery-payment-btn {
  text-align: center;
  margin-top: 55px;
}
.faq-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-delivery-wrap {
  width: 50%;
}
.faq-info {
  display: none;
  padding-bottom: 20px;
}
.faq-delivery-info p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--bleached-cedar);
}
.faq-block:not(:last-child) {
  border-bottom: 1px solid #F1F0EB;
}
.faq-block.active .faq-title:before {
  transform: rotate(180deg);
}
.faq-title {
  position: relative;
  padding: 24px 20px 24px 0;
  cursor: pointer;
}
.faq-title:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/faq-arrow.svg);
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  transition: 0.4s;
}
.faq-delivery-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 22px;
  color: var(--bleached-cedar);
}
.product-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-slider {
  width: calc(50% - 7px);
}
.product-block {
  width: calc(50% - 122px);
}
.product-block .section-top {
  margin-bottom: 32px;
}
.gallery-top {
  position: relative;
  margin-bottom: 20px;
}
.product-top-slider img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 20px;
  height: auto;
}
.roduct-bottom-slider {
  padding: 6px;
  border-radius: 14px;
  cursor: pointer;
  width: 25%;
}
.roduct-bottom-slider img {
  /* width: 100%; */
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 14px;
  height: auto;
}
.roduct-bottom-slider.swiper-slide-thumb-active {
  border: 1.5px solid rgba(47, 36, 58, 0.1);
}
.arrows-gallery-top {
  width: 108px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 3;
}
.btn-arrow-slider {
  width: 50px;
  height: 50px;
  background-image: url(../img/arrow-white-slider.svg);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
.btn-arrow-slider:hover {
  opacity: 0.7;
}
.gallery-top-next {
  transform: rotate(180deg);
}
.info-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EBEAEC;
}
.info-product-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid var(--vermilion);
  border-radius: 32px;
  padding: 16px 28px 15px 28px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: var(--vermilion);
}
.size-btns-list {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.size-btns-list li {
  width: calc(50% - 6px);
  border: 1.5px solid rgba(47, 36, 58, 0.1);
  padding: 8px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
}
.size-btns-list li img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.size-btns-list li span {
  width: calc(100% - 96px);
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--bleached-cedar);
}
.size-btns-list li:hover {
  border: 1.5px solid rgba(47, 36, 58, 0.3);
}
.size-btns-list li.active {
  border: 1.5px solid var(--bleached-cedar);
}
.price-box {
  padding: 40px 0;
  border-top: 1.5px solid rgba(47, 36, 58, 0.1);
  border-bottom: 1.5px solid rgba(47, 36, 58, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-text {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 42px;
  line-height: 80%;
  text-transform: uppercase;
  color: var(--bleached-cedar);
}
.add-btn {
  border-radius: 32px;
  padding: 17px 24px 16px 48px;
  background-color: var(--bleached-cedar);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
  position: relative;
}
.add-btn:before {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(../img/plus-icon.svg);
  background-size: cover;
  position: absolute;
  top: calc(50% - 7px);
  left: 24px;
}
.add-btn:hover {
  background-color: #1f1727;
  opacity: .8;
}
.candles-container {
  padding: 40px 0;
}
.candles-list {
  display: flex;
  gap: 11px;
}
.candles-list-item {
  width: calc(25% - 8.5px);
  border: 1.5px solid var(--spring-wood);
  border-radius: 12px;
  padding: 4px 4px 16px 4px;
  transition: 0.5s;
}
.candles-list-item.active {
  background: var(--spring-wood);
}
.candles-list-item.active .candles-list-btn {
  opacity: 1;
}
.candles-list-item.active .candles-list-btn:before {
  background-image: url(../img/candles-orange-arrow.svg);
}
.candles-list-photo {
  margin-bottom: 16px;
}
.candles-list-photo img {
  display: block;
  border-radius: 9px;
  margin: auto;
}
.candles-list-btn {
  width: calc(100% - 36px);
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--bleached-cedar);
  line-height: 1.2;
  padding-left: 32px;
  margin: auto;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.candles-list-btn:hover {
  opacity: 0.8;
}
.candles-list-btn:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  background-image: url(../img/candles-black-plus.svg);
  background-size: cover;
}
.candles-accordion {
  display: none;
}
.candles-block {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  background-color: var(--spring-wood);
  border-radius: 12px;
  padding: 20px 20px 16px;
  margin-top: 17px;
}
.candles-box {
  width: calc(25% - 11px);
  background: var(--white);
  border: 1px solid var(--spring-wood);
  border-radius: 8px;
  padding: 4px 5px 0;
  margin-bottom: 16px;
  position: relative;
}
.candles-box-photo img {
  border-radius: 6px 6px 0 0;
  display: block;
  margin: auto;
}
.candles-box-content {
  padding: 15px 0;
}
.candles-box-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--bleached-cedar);
  line-height: 1.2;
  padding: 0 7px;
  margin-bottom: 8px;
}
.candles-box-cost {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--bleached-cedar);
}
.candles-add-box {
  /* width: 72px;
  height: 36px;
  background: var(--bleached-cedar);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  cursor: pointer; */
  display: block;
  max-width: max-content;
  margin: 0 auto;
  margin-top: 10px;
}
.candles-add-box.active-count {
  background: var(--vermilion);
}
.candles-add-box.active-count .candles-add-btn {
  display: none;
}
.candles-add-box.active-count .counter-box {
  display: flex;
}
.candles-add-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--white);
  background: var(--bleached-cedar);
  border-radius: 50px;
  padding: 10px 20px;
}
.candles-add-btn:hover {
  background-color: #3b2650;
}
.counter-box {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  display: flex;
  background: var(--vermilion);
  border-radius: 50px;
  margin-bottom: 5px;
}
.count-number {
  width: 18px;
  text-align: center;
  font-family: var(--font-family);
  font-size: 14px;
  color: var(--white);
}
.count-btn {
  font-family: var(--font-family);
  font-size: 18px;
  color: var(--white);
  padding: 3px;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
.count-btn:hover {
  opacity: 1;
}
.count-btn.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.modal-candles {
  width: 446px;
  padding: 48px;
}
.modal-candles .candles-add-box {
  position: initial;
  margin: auto;
}
.modal-candles .candles-add-box .counter-box {
  display: flex;
  background: var(--vermilion);
}
.modal-candles .btn-black {
  width: 100%;
  margin-top: 40px;
}
.modal-candles-photo {
  margin-bottom: 24px;
  text-align: center;
}
.modal-candles-photo img {
  max-width: 150px;
}
.modal-candles-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--bleached-cedar);
  margin-bottom: 8px;
}
.modal-candles-cost {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  color: var(--bleached-cedar);
  margin-bottom: 20px;
}
.specify-number {
  width: 240px;
  border-top: 1px solid var(--spring-wood);
  margin: 24px auto 0 auto;
  padding-top: 24px;
}
.specify-number-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: var(--bleached-cedar);
  margin-bottom: 20px;
}
.specify-number-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.specify-number-input {
  width: 52px;
  height: 52px;
  border: 1px solid var(--spring-wood);
  border-radius: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--bleached-cedar);
  outline: none;
}
.specify-number-input:focus {
  border: 1px solid var(--bleached-cedar);
}
.candles-add-arrow {
  width: 36px;
  height: 36px;
  background-color: var(--bleached-cedar);
  background-image: url(../img/arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 18px);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.candles-add-arrow:hover {
  opacity: 0.85;
}
.candles-add-arrow.active {
  background-color: var(--vermilion);
}
.faq-product .faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-product .faq-title p {
  width: calc(100% - 80px);
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--bleached-cedar);
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table tr:not(:last-child) {
  border-bottom: 1.5px solid rgba(47, 36, 58, 0.05);
}
.table tr:not(:last-child) td {
  padding-bottom: 15px;
}
.table tr:not(:first-child) td {
  padding-top: 15px;
}
.table tr td {
  font-family: var(--font-family);
  font-size: 22px;
  color: var(--bleached-cedar);
}
.table tr td:first-child {
  font-weight: 800;
}
.table tr td:last-child {
  text-align: right;
}
.not-found-wrap {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.not-found-content,
.not-found-photo {
  width: calc(50% - 12px);
}
.not-found-content {
  text-align: center;
}
.not-found-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
}
.not-found-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--bleached-cedar);
  padding: 40px 10px 50px;
}
.links-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.links-not-found .btn-black {
  width: 185px;
}
.link-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--bleached-cedar);
}
.link-text:hover {
  color: var(--vermilion);
}
.order-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-block:not(:last-child) {
  border-bottom: 1.5px solid var(--spring-wood);
  padding-bottom: 52px;
  margin-bottom: 52px;
}
.order-left {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
.order-left,
.order-right {
  width: calc(50% - 7px);
}
.order-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--bleached-cedar);
}
.order-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1.5px solid var(--spring-wood);
  padding-bottom: 40px;
}
.order-box .input {
  margin-top: 32px;
}
.order-box:not(:first-child) {
  padding-top: 40px;
}
.order-photo {
  width: 124px;
}
.order-photo img {
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.order-content {
  width: calc(100% - 160px);
}
.order-product-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bleached-cedar);
}
.order-product-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--bleached-cedar);
  margin: 16px 0 36px;
}
.order-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-btns-wrap {
  display: flex;
  gap: 4px;
}
.order-cost {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bleached-cedar);
}
.order-btn {
  width: 76px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--spring-wood);
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
}
.order-btn:hover {
  opacity: 0.7;
}
.order-count-input {
  width: 98px;
  height: 56px;
  background: var(---white);
  border: 1.5px solid var(--spring-wood);
  border-radius: 100px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
  text-align: center;
}
.input {
  width: 100%;
  height: 68px;
  border: 1.50px solid #ededed;
  border-radius: 12px;
  padding-left: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--bleached-cedar);
  outline: none;
}
.certificate-block {
  margin-top: 40px;
}
.certificate-block.active .certificate-btn {
  display: none;
}
.certificate-block.active .certificate-number-box {
  display: flex;
}
.certificate-block.done .certificate-box {
  background: rgba(47, 36, 58, 0.06);
  pointer-events: none;
}
.certificate-block.done .certificate-box .certificate-input {
  background: none;
}
.certificate-block.done .certificate-box .certificate-add {
  width: auto;
  height: auto;
  background: none;
}
.certificate-block.done .certificate-box .certificate-text {
  display: flex;
}
.certificate-block.error .wrong-certificate {
  display: block;
}
.certificate-box {
  height: 66px;
  border: 1.5px solid rgba(47, 36, 58, 0.15);
  border-radius: 100px;
  overflow: hidden;
}
.certificate-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--bleached-cedar);
  cursor: pointer;
  transition: 0.3s;
}
.certificate-btn:hover {
  background-color: rgba(47, 36, 58, 0.03);
}
.certificate-number-box {
  height: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 5px 33px;
}
.certificate-input {
  width: calc(100% - 170px);
  height: 100%;
  border: none;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--bleached-cedar);
}
.certificate-add {
  width: 112px;
  height: 42px;
  background: var(--spring-wood);
  background-image: url(../img/success-black-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.certificate-add:hover {
  background-color: #efefe7;
}
.certificate-text {
  display: none;
  background-image: url(../img/success-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  align-items: center;
  color: var(--vermilion);
  padding-right: 36px;
}
.wrong-certificate {
  display: none;
  color: var(--vermilion);
  font-size: 16px;
  margin-top: 10px;
}
.order-navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-navigation li {
  width: calc(50% - 6px);
  border: 1px solid rgba(47, 36, 58, 0.15);
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.order-navigation li h6 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: var(--bleached-cedar);
}
.order-navigation li p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #827C89;
}
.order-navigation li:hover {
  background-color: rgba(47, 36, 58, 0.02);
}
.order-navigation li.active {
  background-color: var(--bleached-cedar);
}
.order-navigation li.active h6 {
  color: var(--white);
}
.order-navigation li.active p {
  color: rgba(255, 255, 255, 0.6);
}
.form-order {
  margin-top: 24px;
}
.label-form {
  display: block;
  margin-bottom: 16px;
}
.error-text {
  display: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--vermilion);
  margin-top: 8px;
}
.select {
  width: 100%;
  height: 68px;
  border-radius: 12px;
  padding-left: 28px;
  border: 1px solid rgba(47, 36, 58, 0.15);
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--bleached-cedar);
  cursor: pointer;
  background-image: url(../img/arrow-select.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: calc(50% - 3px);
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 16px;
}
.select::-ms-expand {
  display: none;
}
.time-info {
  width: 100%;
  background: rgba(47, 36, 58, 0.05);
  border-radius: 12px;
  padding: 32px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.time-info p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: var(--bleached-cedar);
}
.textarea {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  padding: 22px 28px;
  border: 1px solid rgba(47, 36, 58, 0.15);
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 26px;
  color: var(--bleached-cedar);
  resize: none;
}
.textarea::placeholder {
  font-size: 20px;
}
.order-delivery-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.order-delivery-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: var(--bleached-cedar);
}
.order-delivery-item b {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--bleached-cedar);
}
.order-delivery-item:not(:last-child) {
  border-bottom: 1px solid #F4F4F5;
}
.successful-order-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.successful-order-left {
  width: calc(50% - 7px);
  text-align: center;
}
.successful-order-left h2 span {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--vermilion);
  line-height: 1.2;
  display: block;
  margin-top: 24px;
}
.successful-order-left p {
  font-family: var(--font-family);
  font-size: 20px;
  line-height: 150%;
  color: var(--bleached-cedar);
  margin: 40px 0 52px;
}
.successful-order-right {
  width: calc(50% - 30px);
  max-width: 561px;
}
.successful-order-box {
  background: rgba(245, 245, 233, 0.4);
  border-radius: 20px;
  padding: 24px 40px;
}
.successful-order-box:not(:last-child) {
  margin-bottom: 12px;
}
.successful-order-item {
  display: flex;
  justify-content: space-between;
}
.successful-order-item p,
.successful-order-item span {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}
.successful-order-item p {
  color: var(--bleached-cedar);
}
.successful-order-item span {
  color: var(--vermilion);
}
.successful-order-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #D2D0D1;
}
.successful-order-info h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bleached-cedar);
}
.successful-order-info p {
  width: 116px;
  display: flex;
  justify-content: space-between;
}
.successful-order-info p span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  text-align: right;
  color: var(--bleached-cedar);
}
.cafe-single {
  padding-bottom: 0;
}
.cafe-single #map {
  margin-bottom: 0;
}
.certificate-block .woocommerce-error{
display: none;
}

.banner-video-img{
	    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.order-navigation-online #paymant-1{
  display: none;
}
.order-navigation-online #paymant-2{
  width: 100%;
}

#paymant-2{
  width: 100%;
}
.order-adress-additional{
  display: flex;
      gap: 10px;
}
.order-times{
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
}

.phonechec{
  color: #ff4101;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  display: inline-block;
}
footer .phonechec{
  display: block;
  margin-top: 40px;
  font-size: 24px;
}
@media (max-width: 768px){
  .order-times {
    font-size: 10px;
}
.phonechec {
  font-size: 16px;
  padding-top: 5px;
}
}