/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \*******************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "MontserratAlternates";
  font-weight: 100;
  src: url(../fonts/MontserratAlternates-Thin.ttf);
}
@font-face {
  font-family: "MontserratAlternates";
  font-weight: 200;
  src: url(../fonts/MontserratAlternates-ExtraLight.ttf);
}
@font-face {
  font-family: "MontserratAlternates";
  font-weight: 300;
  src: url(../fonts/MontserratAlternates-Light.ttf);
}
@font-face {
  font-family: "MontserratAlternates";
  font-weight: 400;
  src: url(../fonts/MontserratAlternates-Regular.ttf);
}
@font-face {
  font-family: "MontserratAlternates";
  font-weight: 500;
  src: url(../fonts/MontserratAlternates-Medium.ttf);
}
@font-face {
  font-family: "MontserratAlternates";
  font-weight: 600;
  src: url(../fonts/MontserratAlternates-SemiBold.ttf);
}
@font-face {
  font-family: "MontserratAlternates";
  font-weight: 700;
  src: url(../fonts/MontserratAlternates-Bold.ttf);
}
@font-face {
  font-family: "MontserratAlternates";
  font-weight: 800;
  src: url(../fonts/MontserratAlternates-ExtraBold.ttf);
}
@font-face {
  font-family: "MontserratAlternates";
  font-weight: 900;
  src: url(../fonts/MontserratAlternates-Black.ttf);
}
@font-face {
  font-family: "Mulish";
  font-weight: 200;
  src: url(../fonts/Mulish-ExtraLight.ttf);
}
@font-face {
  font-family: "Mulish";
  font-weight: 300;
  src: url(../fonts/Mulish-Light.ttf);
}
@font-face {
  font-family: "Mulish";
  font-weight: 400;
  src: url(../fonts/Mulish-Regular.ttf);
}
@font-face {
  font-family: "Mulish";
  font-weight: 500;
  src: url(../fonts/Mulish-Medium.ttf);
}
@font-face {
  font-family: "Mulish";
  font-weight: 600;
  src: url(../fonts/Mulish-SemiBold.ttf);
}
@font-face {
  font-family: "Mulish";
  font-weight: 700;
  src: url(../fonts/Mulish-Bold.ttf);
}
@font-face {
  font-family: "Mulish";
  font-weight: 800;
  src: url(../fonts/Mulish-ExtraBold.ttf);
}
@font-face {
  font-family: "Mulish";
  font-weight: 900;
  src: url(../fonts/Mulish-Black.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 500;
  src: url(../fonts/OpenSans-Medium.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 600;
  src: url(../fonts/OpenSans-SemiBold.ttf);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.container {
  max-width: 1380px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media screen and (max-width: 576px) {
  .container {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

/* Стабільний скрол, щоб не було стрибків */
html {
  scrollbar-gutter: stable;
}

/* Стилізація скролбару для Webkit-браузерів */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #000; /* або #111 якщо хочеш легкий контраст */
}

::-webkit-scrollbar-thumb {
  background-color: #F7931E; /* Оранжевий акцент */
  border-radius: 8px;
  border: 2px solid #000; /* Робить "вплавлення" */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #FECF7E; /* Жовтий при наведенні */
}

/* Для Firefox */
html {
  scrollbar-color: #F7931E #000;
  scrollbar-width: thin;
}

body {
  background: #242424;
  position: relative;
}
body.body-active {
  overflow: hidden;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

h1 {
  font-family: "MontserratAlternates";
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #FFF8EA;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

h2 {
  font-family: "MontserratAlternates";
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #FFF8EA;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3 {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  color: #FFF8EA;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

h4 {
  font-family: "MontserratAlternates";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #FFF8EA;
}
@media screen and (max-width: 992px) {
  h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

h5 {
  font-family: "MontserratAlternates";
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #FFF8EA;
}
@media screen and (max-width: 992px) {
  h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  h5 {
    font-size: 22px;
    line-height: 28px;
  }
}

h6 {
  font-family: "MontserratAlternates";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #FFF8EA;
}
@media screen and (max-width: 992px) {
  h6 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 576px) {
  h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

.woocommerce-notices-wrapper {
  display: none !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  border-radius: 12px;
}

.breadcrumbs__overlay {
  background: #030303;
  padding: 40px 0px;
}
.breadcrumbs__overlay .breadcrumb-wrapper {
  overflow: hidden;
}
.breadcrumbs__overlay .breadcrumb-wrapper > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}
.breadcrumbs__overlay .breadcrumb-wrapper span {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__overlay .breadcrumb-wrapper a {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #EDEDED;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.breadcrumbs__overlay .breadcrumb-wrapper a:hover {
  color: #FED385;
}
.breadcrumbs__overlay .breadcrumb-wrapper .breadcrumb_last {
  color: #FED385;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  display: inline-block;
}
.breadcrumbs__overlay .breadcrumb-wrapper .breadcrumb-separator {
  padding: 0px 12px;
}

.btn-border {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FCFEFF;
  width: 264px;
  height: 52px;
  border: 2px solid #FFBB40;
  border-radius: 12px;
}
.btn-border:hover {
  background: #FFBB40;
}

.btn-yellow {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #383838;
  padding: 14px 42px;
  border-radius: 12px;
  background: #FED385;
  margin-top: 28px;
  width: 264px;
  text-align: center;
  display: block;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-yellow:hover {
  background: #FFBB40;
}

.chef-checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-family: "OpenSans";
  font-size: 18px;
  color: #FFF8EA;
  gap: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .chef-checkbox-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .chef-checkbox-label {
    font-size: 14px;
  }
}
.chef-checkbox-label .chef-checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #F2BC57;
  border-radius: 4px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.chef-checkbox-label .chef-checkbox-input:hover {
  border-color: #d9a24a;
}
.chef-checkbox-label .chef-checkbox-input:checked {
  border-color: #F2BC57;
}
.chef-checkbox-label .chef-checkbox-input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
      -ms-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #F2BC57;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
}

.text-area {
  width: 100%;
  resize: none;
  margin-bottom: 4px;
  border-radius: 12px;
  padding: 12px;
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #7E7E85;
  max-height: 120px;
  border: 2px solid #FFF8EA;
}
.text-area.wpcf7-not-valid {
  border: 2px solid #FF0000;
}

.input-text {
  width: 100%;
  margin-bottom: 4px;
  border-radius: 12px;
  padding: 12px;
  border: none;
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #7E7E85;
  border: 2px solid #FFF8EA;
}
.input-text.wpcf7-not-valid {
  border: 2px solid #FF0000;
}

.input-mail {
  width: 100%;
  margin-bottom: 4px;
  border-radius: 12px;
  padding: 12px;
  border: none;
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #7E7E85;
  border: 2px solid #FFF8EA;
}
.input-mail.wpcf7-not-valid {
  border: 2px solid #FF0000;
}

.home .header__hidden {
  padding-top: 80px;
}
.home .header__hidden::before {
  top: 40px;
}

.header {
  padding: 16px 0px;
  background: #030303;
  position: relative;
  z-index: 999;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__left .menu-triger {
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.header__left .menu-triger span {
  height: 40px;
  width: 40px;
}
.header__left .menu-triger span:first-child {
  display: block;
}
.header__left .menu-triger span:first-child svg:first-child {
  display: block;
}
.header__left .menu-triger span:first-child svg:last-child {
  display: none;
}
.header__left .menu-triger span:first-child:hover svg:first-child {
  display: none;
}
.header__left .menu-triger span:first-child:hover svg:last-child {
  display: block;
}
.header__left .menu-triger span:last-child {
  display: none;
}
.header__left .menu-triger.active span:first-child {
  display: none;
}
.header__left .menu-triger.active span:last-child {
  display: block;
}
.header__left .main_header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__left .main_header_menu li {
  margin-left: 40px;
}
.header__left .main_header_menu li a {
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #FFF8EA;
}
.header__left .main_header_menu li a:hover {
  color: #FDC153;
}
@media screen and (max-width: 768px) {
  .header__left .main_header_menu {
    display: none;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__right-btn {
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FCFEFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFF8EA;
  border-radius: 12px;
  height: 40px;
  width: 235px;
  margin-right: 32px;
}
.header__right-btn:hover {
  color: #FDC153;
  border: 1px solid #FDC153;
}
@media screen and (max-width: 768px) {
  .header__right-btn {
    display: none;
  }
}
.header__right-cart a:first-child {
  display: block;
}
.header__right-cart a:last-child {
  display: none;
}
.header__right-cart:hover a:first-child {
  display: none;
}
.header__right-cart:hover a:last-child {
  display: block;
}
.header__right-cart__wrapper {
  position: relative;
}
.header__right-cart__wrapper .cart-count {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  height: 16px;
  width: 16px;
  background: #FFAA0F;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #383838;
  position: absolute;
  top: 0;
  right: 0;
}
.header__hidden {
  padding-top: 40px;
  display: none;
  width: 600px;
  position: absolute;
  z-index: 9999;
  height: 100%;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .header__hidden {
    width: 100%;
  }
}
.header__hidden.active {
  display: block;
}
.header__hidden-wrapper {
  position: relative;
}
.header__hidden::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 100vh;
  background: rgba(10, 10, 10, 0.9215686275);
  z-index: -1;
  -webkit-transform: translateX(-70%);
      -ms-transform: translateX(-70%);
          transform: translateX(-70%);
}
@media screen and (max-width: 576px) {
  .header__hidden::before {
    width: calc(100% + 20px);
    -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.header__hidden .nav-header-hidden {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow-y: auto;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  height: 600px;
  position: relative;
}
.header__hidden .nav-header-hidden.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media screen and (max-height: 800px) {
  .header__hidden .nav-header-hidden {
    height: 500px;
  }
}
@media screen and (max-height: 700px) {
  .header__hidden .nav-header-hidden {
    height: 400px;
  }
}
@media screen and (max-height: 600px) {
  .header__hidden .nav-header-hidden {
    height: 350px;
  }
}
.header__hidden .hidden_header_menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 46px;
}
@media screen and (max-width: 576px) {
  .header__hidden .hidden_header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 24px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .header__hidden .hidden_header_menu::-webkit-scrollbar {
    display: none;
  }
}
.header__hidden .hidden_header_menu .menu-item a {
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #FFF8EA;
  margin-bottom: 26px;
  padding-right: 40px;
}
.header__hidden .hidden_header_menu .menu-item a:hover {
  color: #FDC153;
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNDE0MjEgNS4zNjcxN0M2LjYzMzE3IDYuMTQ4MjEgNS4zNjY4NCA2LjE0ODIyIDQuNTg1NzkgNS4zNjcxN0wxLjE0MTY3IDEuOTIzMDVDMC43ODcyODQgMS41Njg2NiAwLjc4NzI4NCAwLjk5NDA5NiAxLjE0MTY3IDAuNjM5NzE0QzEuNDk2MDUgMC4yODUzMzEgMi4wNzA2MiAwLjI4NTMzMSAyLjQyNSAwLjYzOTcxNEw2IDQuMjE0NzFMOS41NzUgMC42Mzk3MTNDOS45MjkzOCAwLjI4NTMzIDEwLjUwNCAwLjI4NTMzMSAxMC44NTgzIDAuNjM5NzE0QzExLjIxMjcgMC45OTQwOTcgMTEuMjEyNyAxLjU2ODY2IDEwLjg1ODMgMS45MjMwNUw3LjQxNDIxIDUuMzY3MTdaIiBmaWxsPSIjRjdFQUQxIi8+PC9zdmc+);
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 75px;
  z-index: -1;
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children .sub-menu {
  display: none;
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children.active::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNDI1IDUuNDUyMjFDMi4wNzA2MiA1LjgwNjYwIDEuNDk2MDUgNS44MDY2MCAxLjE0MTY3IDUuNDUyMjFDMC43ODcyODQgNS4wOTc4MyAwLjc4NzI4NCA0LjUyMzI2IDEuMTQxNjcgNC4xNjg4OEw0LjU4NTc5IDAuNzI0NzYyQzUuMzY2ODMtMC4wNTYyODYgNi42MzMxNiAtMC4wNTYyODgyIDcuNDE0MjEgMC43MjQ3NjBMMTAuODU4MyA0LjE2ODg4QzExLjIxMjcgNC41MjMyNiAxMS4yMTI3IDUuMDk3ODMgMTAuODU4MyA1LjQ1MjIxQzEwLjUwNCA1LjgwNjYwIDkuOTI5MzggNS44MDY2MCA5LjU3NSA1LjQ1MjIxTDYgMS44NzcyMUwyLjQyNSA1LjQ1MjIxWiIgZmlsbD0iI0ZGQkI0MCIvPjwvc3ZnPg==);
}
@media screen and (max-width: 576px) {
  .header__hidden .hidden_header_menu .menu-item.menu-item-has-children.active::after {
    left: 82px;
    right: auto;
  }
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children.active .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .header__hidden .hidden_header_menu .menu-item.menu-item-has-children.active .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children.active .sub-menu li {
  margin-left: 16px;
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children.active > a {
  color: #FDC153;
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children .menu-item.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .header__hidden .hidden_header_menu .menu-item.menu-item-has-children .menu-item.menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children .menu-item.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNDE0MjEgNS4zNjcxN0M2LjYzMzE3IDYuMTQ4MjEgNS4zNjY4NCA2LjE0ODIyIDQuNTg1NzkgNS4zNjcxN0wxLjE0MTY3IDEuOTIzMDVDMC43ODcyODQgMS41Njg2NiAwLjc4NzI4NCAwLjk5NDA5NiAxLjE0MTY3IDAuNjM5NzE0QzEuNDk2MDUgMC4yODUzMzEgMi4wNzA2MiAwLjI4NTMzMSAyLjQyNSAwLjYzOTcxNEw2IDQuMjE0NzFMOS41NzUgMC42Mzk3MTNDOS45MjkzOCAwLjI4NTMzIDEwLjUwNCAwLjI4NTMzMSAxMC44NTgzIDAuNjM5NzE0QzExLjIxMjcgMC45OTQwOTcgMTEuMjEyNyAxLjU2ODY2IDEwLjg1ODMgMS45MjMwNUw3LjQxNDIxIDUuMzY3MTdaIiBmaWxsPSIjRjdFQUQxIi8+PC9zdmc+);
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 90px;
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children .menu-item.menu-item-has-children .sub-menu {
  display: none;
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children .menu-item.menu-item-has-children.active::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNDI1IDUuNDUyMjFDMi4wNzA2MiA1LjgwNjYwIDEuNDk2MDUgNS44MDY2MCAxLjE0MTY3IDUuNDUyMjFDMC43ODcyODQgNS4wOTc4MyAwLjc4NzI4NCA0LjUyMzI2IDEuMTQxNjcgNC4xNjg4OEw0LjU4NTc5IDAuNzI0NzYyQzUuMzY2ODMtMC4wNTYyODYgNi42MzMxNiAtMC4wNTYyODgyIDcuNDE0MjEgMC43MjQ3NjBMMTAuODU4MyA0LjE2ODg4QzExLjIxMjcgNC41MjMyNiAxMS4yMTI3IDUuMDk3ODMgMTAuODU4MyA1LjQ1MjIxQzEwLjUwNCA1LjgwNjYwIDkuOTI5MzggNS44MDY2MCA5LjU3NSA1LjQ1MjIxTDYgMS44NzcyMUwyLjQyNSA1LjQ1MjIxWiIgZmlsbD0iI0ZGQkI0MCIvPjwvc3ZnPg==);
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children .menu-item.menu-item-has-children.active .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .header__hidden .hidden_header_menu .menu-item.menu-item-has-children .menu-item.menu-item-has-children.active .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children .menu-item.menu-item-has-children.active .sub-menu li {
  margin-left: 16px;
}
.header__hidden .hidden_header_menu .menu-item.menu-item-has-children .menu-item.menu-item-has-children.active > a {
  color: #FDC153;
}
.header__hidden-btn {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FCFEFF;
  border: 2px solid #FFF8EA;
  border-radius: 12px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
}
.header__hidden-btn-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #030303;
  width: 100%;
  height: 88px;
  display: none;
  z-index: 9999;
}
.header__hidden-btn-wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__hidden-btn-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100dvh;
  width: 100%;
  display: none;
}
.header__hidden-btn-overlay.active {
  display: block;
}
.header__logo img {
  max-width: 115px;
  max-height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}

.body-blur-menu {
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, 0.4784313725);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.body-blur-menu.body-blur-menu-active {
  display: block;
}

.footer {
  padding-top: 32px;
  padding-bottom: 48px;
  background: #030303;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 54px;
}
@media screen and (max-width: 1200px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__top-content {
  width: 430px;
  padding-right: 100px;
}
@media screen and (max-width: 1200px) {
  .footer__top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer__top-content {
    padding-right: 0;
  }
}
.footer__top-content p {
  font-family: "MontserratAlternates";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #FCFEFF;
}
@media screen and (max-width: 1200px) {
  .footer__top-content p {
    max-width: 415px;
  }
}
.footer__top-content p a {
  color: #FED385;
}
.footer__top-content p a:hover {
  opacity: 0.7;
}
.footer__top-content-logo {
  margin-bottom: 24px;
  max-width: 115px;
  max-height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__top-lists {
  width: calc(100% - 430px);
  padding-left: 32px;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .footer__top-lists {
    padding-left: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .footer__top-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer__top-lists-left {
    margin-bottom: 32px;
  }
}
.footer__top-lists-left h4 {
  font-family: "Mulish";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FED385;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.footer__top-lists-left .sections-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
}
@media screen and (max-width: 768px) {
  .footer__top-lists-left .sections-list {
    gap: 16px 80px;
  }
}
.footer__top-lists-left .sections-list a {
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #FFF8EA;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .footer__top-lists-left .sections-list a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__top-lists-left .sections-list a:hover {
  color: #FED385;
}
.footer__top-lists-right h4 {
  font-family: "Mulish";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FED385;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.footer__top-lists-right .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__top-lists-right .contact-list a {
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #FFF8EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__top-lists-right .contact-list a svg {
  margin-right: 12px;
}
.footer__top-lists-right .contact-list a:hover {
  color: #FED385;
}
.footer__top-lists-right .contact-list a:not(:last-child) {
  margin-bottom: 14px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .footer__bottom-left {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
  }
}
.footer__bottom-left a {
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #FFF8EA;
}
@media screen and (max-width: 768px) {
  .footer__bottom-left a {
    color: #FFF8EA;
  }
}
.footer__bottom-left a:not(:last-child) {
  margin-right: 32px;
}
.footer__bottom-left a:hover {
  color: #FED385;
}
.footer__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .footer__bottom-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__bottom-right-top {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .footer__bottom-right-top {
    margin-bottom: 16px;
  }
}
.footer__bottom-right-top a {
  font-family: "MontserratAlternates";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .footer__bottom-right-top a {
    margin-bottom: 16px;
  }
}
.footer__bottom-right-top a:not(:last-child) {
  margin-right: 24px;
}
.footer__bottom-right-top a:hover {
  color: #FED385;
}
.footer__bottom-right-bottom .copyright {
  font-family: "MontserratAlternates";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #FFFFFF;
}
.footer__mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .footer__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .footer__mobile {
    display: none;
  }
}
.footer__mobile a {
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #FFF8EA;
}
.footer__mobile a:not(:last-child) {
  margin-right: 32px;
}
.footer__mobile a:hover {
  opacity: 0.7;
}

.small-baner {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.small-baner__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.small-baner__bg {
  background: rgba(3, 3, 3, 0.4784313725);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.small-baner__wrapper {
  padding: 146px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .small-baner__wrapper {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 576px) {
  .small-baner__wrapper {
    padding: 60px 0px;
  }
}
.small-baner__wrapper span {
  font-family: "MontserratAlternates";
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
  color: #FED385;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .small-baner__wrapper span {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .small-baner__wrapper span {
    line-height: 26px;
  }
}
.small-baner__wrapper h1 {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  color: #FCFEFF;
  text-transform: uppercase;
  max-width: 900px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .small-baner__wrapper h1 {
    font-size: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .small-baner__wrapper h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.mobile-form-small {
  background: #FFF8EA;
  width: 300px;
  height: 100dvh;
  padding: 24px 16px;
  position: fixed;
  z-index: 9;
  top: 145px;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-form-small {
    display: block;
  }
}
.mobile-form-small.mobile-form-active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-form-small.mobile-form-up {
  top: 0px;
}
.mobile-form-small.mobile-form-up .mobile-form-small__inner {
  min-height: 700px;
}
.mobile-form-small__wrapper {
  height: 100%;
  overflow: auto;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.mobile-form-small__wrapper::-webkit-scrollbar {
  display: none;
}
.mobile-form-small__inner {
  min-height: 900px;
}
.mobile-form-small h3 {
  font-family: "MontserratAlternates";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #030303;
  margin-bottom: 12px;
}
.mobile-form-small__icon {
  position: absolute;
  right: -40px;
  top: 350px;
  height: 100px;
  width: 40px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #FFF8EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-form-small__subtitle {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1F1F;
  margin-bottom: 24px;
}
.mobile-form-small .advice__form {
  background: #FFF8EA;
}
.mobile-form-small .advice__form-head p {
  grid-template-columns: auto;
  gap: 16px;
}
.mobile-form-small .advice__form-head .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.mobile-form-small .advice__form-chackbox {
  margin-top: 16px;
}
.mobile-form-small .advice__form-chackbox .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 16px !important;
  color: #1F1F1F !important;
}
.mobile-form-small .advice__form-chackbox .wpcf7-list-item input[type=checkbox]:checked {
  background-color: transparent !important;
  border-color: #F2BC57;
}
.mobile-form-small .advice__form .chef-checkbox-label {
  font-size: 16px;
  line-height: 20px;
  color: #1F1F1F;
}
.mobile-form-small .advice__form .btn-yellow {
  margin-top: 16px;
  width: 100%;
  border: none;
  color: #383838;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-form-small .advice__form .input-text {
  font-size: 18px;
  line-height: 22px;
}
.mobile-form-small .advice__form .text-area {
  max-height: 80px;
  font-size: 16px;
  line-height: 20px;
}
.mobile-form-small .advice__form h4 {
  display: none;
}

.page-404 {
  background: #0A0A0A;
  padding: 80px 0px 140px 0px;
}
@media screen and (max-width: 992px) {
  .page-404 {
    padding: 20px 0px 80px 0px;
  }
}
.page-404__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .page-404__wrapper {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 0px;
  }
  .page-404__wrapper > *:nth-child(1) {
    grid-row: 2;
  }
  .page-404__wrapper > *:nth-child(2) {
    grid-row: 1;
  }
}
.page-404__content span {
  font-family: "MontserratAlternates";
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .page-404__content span {
    font-size: 48px;
    line-height: 56px;
  }
}
.page-404__content h1 {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .page-404__content h1 {
    font-size: 23px;
    line-height: 40px;
  }
}
.page-404__content p {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .page-404__content p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 992px) {
  .page-404__img {
    margin-left: auto;
    max-width: 470px;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@media screen and (max-width: 768px) {
  .page-404__img {
    max-width: 370px;
  }
}
@media screen and (max-width: 576px) {
  .page-404__img {
    max-width: 280px;
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
  }
}
@media screen and (max-width: 350px) {
  .page-404__img {
    max-width: 260px;
  }
}

.promo {
  padding: 56px 0px 64px 0px;
  background: #030303;
}
@media screen and (max-width: 576px) {
  .promo {
    padding: 24px 0px 40px 0px;
  }
}
.promo__mobile-subtitle {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #FFAA0F;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: none;
}
@media screen and (max-width: 992px) {
  .promo__mobile-subtitle {
    display: block;
  }
}
.promo__mobile-title {
  font-family: "MontserratAlternates";
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #FFF8EA;
  text-align: center;
  display: none;
}
@media screen and (max-width: 992px) {
  .promo__mobile-title {
    display: block;
  }
}
.promo__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .promo__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.promo__content {
  width: 578px;
  padding-left: 48px;
}
@media screen and (max-width: 992px) {
  .promo__content {
    width: 50%;
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .promo__content {
    width: 100%;
    padding-left: 0;
  }
}
.promo__content span {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFAA0F;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .promo__content span {
    display: none;
  }
}
.promo__content h1 {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #FFF8EA;
}
@media screen and (max-width: 992px) {
  .promo__content h1 {
    display: none;
  }
}
.promo__content-text {
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .promo__content-text {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .promo__content-text {
    margin-top: 24px;
  }
}
.promo__content-text p {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FCFEFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .promo__content-text p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .promo__content-text p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .promo__content .btn-yellow {
    margin: 0px auto;
    margin-top: 24px;
  }
}
.promo__img {
  width: calc(100% - 578px);
}
@media screen and (max-width: 992px) {
  .promo__img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .promo__img {
    width: 100%;
  }
}
.promo__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .promo__img img {
    width: 100%;
    max-height: 340px;
  }
}

.intro {
  position: relative;
  padding: 177px 0px;
}
@media screen and (max-width: 992px) {
  .intro {
    padding: 42px;
  }
}
@media screen and (max-width: 576px) {
  .intro {
    padding: 76px 8px 48px 8px;
  }
}
.intro .intro-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(3, 3, 3, 0.7215686275);
  border-radius: 16px;
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 32px 40px 32px;
}
@media screen and (max-width: 576px) {
  .intro__wrapper {
    padding: 16px 16px 24px 16px;
  }
}
.intro__wrapper span {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #F2BC57;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 992px) {
  .intro__wrapper span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .intro__wrapper span {
    font-size: 16px;
    line-height: 24px;
  }
}
.intro__wrapper h2 {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #FFF8EA;
}
@media screen and (max-width: 992px) {
  .intro__wrapper h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .intro__wrapper h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.intro__wrapper p {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  text-align: center;
  color: #FCFEFF;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .intro__wrapper p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .intro__wrapper p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.intro__wrapper .btn-yellow {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 576px) {
  .intro__wrapper .btn-yellow {
    width: auto;
    padding: 14px 32px;
  }
}
.intro-form {
  max-width: 890px;
  background: #0A0A0A;
  border-radius: 16px;
  padding: 104px 32px 36px 32px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  min-height: 440px;
  min-width: 890px;
}
@media screen and (max-width: 992px) {
  .intro-form {
    min-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .intro-form {
    min-width: 520px;
    padding: 60px 24px 32px 24px;
  }
}
@media screen and (max-width: 576px) {
  .intro-form {
    min-width: calc(100% - 32px);
    padding: 60px 16px 24px 16px;
  }
}
.intro-form.form-active {
  z-index: 9999;
  display: block;
}
.intro-form h5 {
  font-family: "MontserratAlternates";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
  color: #FFF8EA;
  margin-bottom: 16px;
}
.intro-form__front {
  display: block;
}
.intro-form__front.front-active {
  display: none;
}
.intro-form__front-wrapper br {
  display: none;
}
.intro-form__front-wrapper p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 576px) {
  .intro-form__front-wrapper p {
    grid-template-columns: auto;
    gap: 16px;
  }
}
.intro-form__front-wrapper .wpcf7-form-control-wrap:last-child .wpcf7-not-valid-tip {
  display: none;
}
.intro-form__front-wrapper .wpcf7-form-control-wrap:last-child .phone-error-message {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #DBDBD9 !important;
  padding-left: 12px;
}
.intro-form__front-wrapper .wpcf7-form-control-wrap .name-error-message {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #DBDBD9 !important;
  padding-left: 12px;
}
.intro-form__front-wrapper .input-text::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.intro-form__front-wrapper .input-text::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.intro-form__front-wrapper .input-text:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.intro-form__front-wrapper .input-text::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.intro-form__front-wrapper .input-text::placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.intro-form__front-wrapper .input-text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.intro-form__front-wrapper .input-text:focus::-moz-placeholder {
  opacity: 0;
}
.intro-form__front-wrapper .input-text:focus:-ms-input-placeholder {
  opacity: 0;
}
.intro-form__front-wrapper .input-text:focus::-ms-input-placeholder {
  opacity: 0;
}
.intro-form__front-wrapper .input-text:focus::placeholder {
  opacity: 0;
}
.intro-form__front-paragraph {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  text-align: left;
  color: #EDEDED;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .intro-form__front-paragraph {
    font-size: 16px;
    line-height: 22px;
  }
}
.intro-form__front .btn-yellow {
  padding: 14px 20px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .intro-form__front .btn-yellow {
    width: 100%;
  }
}
.intro-form__front .wpcf7-not-valid-tip {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #DBDBD9;
  padding-left: 12px;
}
.intro-form__front .wpcf7-response-output {
  border-radius: 12px;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #DBDBD9;
  border-color: #FF0000;
  padding: 12px 16px !important;
}
.intro-form__front .wpcf7-spinner {
  display: none;
}
.intro-form__sent {
  display: none;
}
.intro-form__sent.sent-active {
  display: block;
}
.intro-form__sent p {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  text-align: left;
  color: #EDEDED;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .intro-form__sent p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .intro-form__sent h5 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 576px) {
  .intro-form__sent .btn-yellow {
    width: 100%;
  }
}
.intro-form__background {
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, 0.4784313725);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.intro-form__background.active {
  display: block;
}
.intro-form__close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .intro-form__close {
    top: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 576px) {
  .intro-form__close {
    top: 16px;
    right: 16px;
  }
}
.intro-form__close:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-section {
  padding: 56px 0px 64px 0px;
  background: #030303;
}
.blog-section__subtitle {
  width: 100%;
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #F2BC57;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .blog-section__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.blog-section__title {
  width: 100%;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .blog-section__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.blog-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 48px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.blog-section__list-wrapper {
  max-width: calc(1380px + 50% - 690px);
  width: 100%;
  margin: auto 0 auto auto;
  padding-left: 15px;
  overflow: auto;
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.blog-section__list-wrapper.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.blog-section__list .blog-item {
  max-width: 420px;
  margin-right: 32px;
  cursor: -webkit-grab;
  cursor: grab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-height: 640px;
}
@media screen and (max-width: 992px) {
  .blog-section__list .blog-item {
    max-width: 310px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 576px) {
  .blog-section__list .blog-item {
    max-width: 280px;
  }
}
.blog-section__list .blog-item img {
  margin-bottom: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  max-height: 322px;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 992px) {
  .blog-section__list .blog-item img {
    max-height: 240px;
  }
}
.blog-section__list .blog-item img:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.blog-section__list .blog-item h4 {
  font-family: "MontserratAlternates";
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #FFF8EA;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .blog-section__list .blog-item h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog-section__list .blog-item p {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FCFEFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .blog-section__list .blog-item p {
    font-size: 18px;
    line-height: 24px;
  }
}
.blog-section__list .blog-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.blog-section__list .blog-item__footer span {
  font-family: "MontserratAlternates";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #FFF8EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-section__list .blog-item__footer span svg {
  margin-right: 4px;
}
.blog-section__list .blog-item:hover h4 {
  color: #FED385;
}
.blog-section__btn {
  margin: 0 auto;
}

.portfolio {
  padding: 56px 0px 64px 0px;
  background: #030303;
}
@media screen and (max-width: 992px) {
  .portfolio {
    padding: 24px 0px 32px 0px;
  }
}
.portfolio__subtitle {
  width: 100%;
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #F2BC57;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .portfolio__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.portfolio__title {
  width: 100%;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .portfolio__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.portfolio__btn {
  margin: 0 auto;
  width: 300px;
}
.portfolio__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 992px) {
  .portfolio__cat {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1000px;
  }
}
.portfolio__cat-wrap {
  overflow: auto;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.portfolio__cat-wrap::-webkit-scrollbar {
  display: none;
}
.portfolio__cat-item {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FFF8EA;
  background: #0A0A0A;
  border: 2px solid #FED385;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 8px 12px !important;
  display: block;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.portfolio__cat-item:not(:last-child) {
  margin-right: 24px;
}
.portfolio__cat-item:hover {
  background: #FED385;
  color: #383838;
}
.portfolio__cat-item.active {
  background: #FED385;
  color: #383838;
}
.portfolio__list {
  margin-bottom: 48px;
}
.portfolio__list-content {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(9, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 992px) {
  .portfolio__list-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .portfolio__list-content {
    grid-template-columns: auto !important;
    grid-template-rows: auto !important;
  }
}
.portfolio__item:nth-child(1) {
  grid-area: 1/1/4/4;
}
@media screen and (max-width: 576px) {
  .portfolio__item:nth-child(1) {
    grid-area: auto;
  }
}
.portfolio__item:nth-child(2) {
  grid-area: 1/4/4/9;
}
@media screen and (max-width: 576px) {
  .portfolio__item:nth-child(2) {
    grid-area: auto;
  }
}
.portfolio__item:nth-child(3) {
  grid-area: 4/1/7/3;
}
@media screen and (max-width: 576px) {
  .portfolio__item:nth-child(3) {
    grid-area: auto;
  }
}
.portfolio__item:nth-child(4) {
  grid-area: 4/3/7/6;
}
@media screen and (max-width: 576px) {
  .portfolio__item:nth-child(4) {
    display: none;
  }
}
.portfolio__item:nth-child(5) {
  grid-area: 4/6/7/9;
}
@media screen and (max-width: 576px) {
  .portfolio__item:nth-child(5) {
    display: none;
  }
}
.portfolio__item:nth-child(6) {
  grid-area: 7/1/10/3;
}
@media screen and (max-width: 576px) {
  .portfolio__item:nth-child(6) {
    display: none;
  }
}
.portfolio__item:nth-child(7) {
  grid-area: 7/3/10/9;
}
@media screen and (max-width: 576px) {
  .portfolio__item:nth-child(7) {
    display: none;
  }
}
.portfolio__item-wrapper {
  width: 100%;
  height: 100%;
  max-height: 436px;
}
@media screen and (max-width: 992px) {
  .portfolio__item-wrapper {
    max-height: 270px;
  }
}
.portfolio__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio__item img:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.services {
  background: #0A0A0A;
  padding: 40px 0px;
}
@media screen and (max-width: 576px) {
  .services {
    padding: 0;
  }
}
.services .services-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .services .services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.services .services-item__img {
  width: calc(50% - 16px);
  max-width: 660px;
}
@media screen and (max-width: 900px) {
  .services .services-item__img {
    width: 100%;
    max-width: 100%;
  }
}
.services .services-item__img h4 {
  display: none;
  font-family: "MontserratAlternates";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 900px) {
  .services .services-item__img h4 {
    display: block;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 576px) {
  .services .services-item__img h4 {
    font-weight: 700;
  }
}
.services .services-item__img img {
  max-height: 495px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 900px) {
  .services .services-item__img img {
    max-height: 400px;
  }
}
.services .services-item__img img:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.services .services-item__content {
  width: calc(50% + 16px);
  padding-right: 32px;
}
@media screen and (max-width: 900px) {
  .services .services-item__content {
    padding-right: 0;
    width: 100%;
  }
}
.services .services-item__content h4 {
  font-family: "MontserratAlternates";
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .services .services-item__content h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 900px) {
  .services .services-item__content h4 {
    display: none;
  }
}
.services .services-item__content p {
  font-family: "MontserratAlternates";
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  margin-bottom: 8px;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .services .services-item__content p {
    font-size: 16px;
    line-height: 22px;
  }
}
.services .services-item__content p > p {
  margin-bottom: 4px;
}
.services .services-item__content a {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #525151;
  padding: 14px 42px;
  border-radius: 12px;
  background: #FED385;
  margin-top: 28px;
}
.services .services-item__content a:hover {
  background: #FFBB40;
}
.services .services-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .services .services-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.services .services-item:nth-child(even) .services-item__content {
  padding-left: 32px;
}
@media screen and (max-width: 900px) {
  .services .services-item:nth-child(even) .services-item__content {
    padding-left: 0;
  }
}

.baner {
  background: #030303;
  padding: 40px 0px 80px 0px;
}
.baner__slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.baner__slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 992px) {
  .baner__slide-img {
    min-height: 500px;
  }
}
.baner__slide-content {
  background: rgba(10, 10, 10, 0.6392156863);
  border-radius: 16px;
  padding: 32px;
  max-width: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .baner__slide-content {
    max-width: 100%;
    width: 500px;
  }
}
@media screen and (max-width: 576px) {
  .baner__slide-content {
    padding: 24px 16px;
    width: calc(100% - 48px);
  }
}
.baner__slide-content span {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #F2BC57;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 992px) {
  .baner__slide-content span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .baner__slide-content span {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.baner__slide-content h2 {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #FFF8EA;
  max-width: 600px;
}
@media screen and (max-width: 992px) {
  .baner__slide-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .baner__slide-content h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.baner__slide-content p {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  text-align: center;
  color: #FCFEFF;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .baner__slide-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  .baner__slide-content p {
    font-size: 16px;
    line-height: 22px;
  }
}
.baner__swiper {
  overflow-y: visible !important;
  overflow-x: clip !important;
}
.baner .swiper-pagination {
  bottom: -48px !important;
}
.baner .swiper-pagination .swiper-pagination-bullet {
  background: #FFF8EA;
  height: 16px;
  width: 16px;
  margin: 0px 8px !important;
}
@media screen and (max-width: 768px) {
  .baner .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
  }
}
.baner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFB224;
}

.our-services {
  background: #030303;
  padding: 56px 0px 64px 0px;
}
@media screen and (max-width: 576px) {
  .our-services {
    padding: 24px 0px;
  }
}
.our-services__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .our-services__wrapper {
    grid-template-columns: auto;
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .our-services__wrapper {
    gap: 16px;
  }
}
.our-services__subtitle {
  width: 100%;
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #F2BC57;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .our-services__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .our-services__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.our-services__title {
  width: 100%;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .our-services__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .our-services__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.our-services__item {
  position: relative;
  height: 495px;
  cursor: pointer;
  padding: 32px 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 992px) {
  .our-services__item {
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .our-services__item {
    padding: 16px 12px;
  }
}
.our-services__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-services__item-blur {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -o-linear-gradient(255.9deg, rgba(3, 3, 3, 0) 18.89%, rgba(3, 3, 3, 0.64) 93.46%);
  background: linear-gradient(194.1deg, rgba(3, 3, 3, 0) 18.89%, rgba(3, 3, 3, 0.64) 93.46%);
}
.our-services__item-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.our-services__item-content h4 {
  font-family: "MontserratAlternates";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #FFF8EA;
  text-transform: uppercase;
  max-width: 450px;
}
@media screen and (max-width: 992px) {
  .our-services__item-content h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .our-services__item-content h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.our-services__item-content-svg {
  padding: 14px;
  background: #FED385;
  border-radius: 12px;
  opacity: 0;
}
.our-services__item-content-svg svg {
  display: block;
}
.our-services__item:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.our-services__item:hover .our-services__item-content .our-services__item-content-svg {
  opacity: 1;
}

.services-content {
  padding: 40px 0px 56px 0px;
  background: #030303;
}
.services-content h2 {
  font-family: "MontserratAlternates";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #FFF8EA;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .services-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .services-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.services-content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}
@media screen and (max-width: 576px) {
  .services-content__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
    margin-top: 16px;
  }
}
.services-content__buttons .btn-yellow {
  margin-top: 0;
  margin-right: 32px;
}
@media screen and (max-width: 576px) {
  .services-content__buttons .btn-yellow {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .services-content__buttons .btn-border {
    width: 100%;
  }
}
.services-content__text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .services-content__text {
    grid-template-columns: auto;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .services-content__text {
    gap: 12px;
  }
}
.services-content__text-item {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FCFEFF;
}
@media screen and (max-width: 992px) {
  .services-content__text-item {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .services-content__text-item {
    font-size: 16px;
    line-height: 22px;
  }
}
.services-content__text-item p {
  margin-bottom: 12px;
}
.services-content__list {
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .services-content__list {
    margin-bottom: 16px;
  }
}
.services-content__list li {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FCFEFF;
  list-style: disc;
  max-width: 660px;
  margin-left: 16px;
}
.services-content__list li:not(:last-child) {
  margin-bottom: 24px;
}
.services-content__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 40px;
}
.services-content__gallery-wrapper {
  max-width: calc(1380px + 50% - 690px);
  width: 100%;
  margin: auto 0 auto auto;
  padding-left: 15px;
  overflow: auto;
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.services-content__gallery-wrapper::-webkit-scrollbar {
  display: none;
}
.services-content__gallery-wrapper.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.services-content__gallery-item {
  max-width: 545px;
  margin-right: 24px;
  height: 410px;
}
.services-content__gallery-item img {
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .services-content__gallery-item {
    max-width: 480px;
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .services-content__gallery-item {
    max-width: 400px;
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .services-content__gallery-item {
    max-width: 300px;
    height: 225px;
  }
}
.services-content__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .services-content__blocks {
    grid-template-columns: auto;
    gap: 24px;
  }
}
.services-content__blocks-item {
  border: 1px solid #FED385;
  border-radius: 16px;
  padding: 16px;
}
.services-content__blocks-item h4 {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  text-align: left;
  color: #FEE5B8;
  margin-bottom: 16px;
}
.services-content__blocks-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.services-content__blocks-item ul li {
  margin-bottom: 8px;
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  text-align: left;
  color: #FCFEFF;
}

.callout-text {
  padding: 40px 0px;
  background: #030303;
}
.callout-text h2 {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  max-width: 890px;
  margin: auto;
  color: #FFF8EA;
}
@media screen and (max-width: 992px) {
  .callout-text h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .callout-text h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

.about-us-highlights {
  padding: 40px 0px 40px 0px;
  background: #030303;
}
@media screen and (max-width: 576px) {
  .about-us-highlights {
    padding: 24px 0px 32px 0px;
  }
}
.about-us-highlights__subtitle {
  width: 100%;
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #F2BC57;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .about-us-highlights__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .about-us-highlights__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-us-highlights__title {
  width: 100%;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .about-us-highlights__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .about-us-highlights__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.about-us-highlights__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .about-us-highlights__content {
    grid-template-columns: auto;
  }
}
.about-us-highlights__list {
  padding-right: 32px;
}
@media screen and (max-width: 992px) {
  .about-us-highlights__list {
    padding-right: 0;
  }
}
.about-us-highlights__list li {
  margin-bottom: 24px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.about-us-highlights__list li svg {
  width: 16px;
  height: 16px;
  display: block;
  width: 16px;
}
.about-us-highlights__list li span {
  display: block;
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FCFEFF;
  padding-left: 16px;
  width: calc(100% - 16px);
}
@media screen and (max-width: 992px) {
  .about-us-highlights__list li span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .about-us-highlights__list li span {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-us-highlights__img {
  max-height: 495px;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .about-us-highlights__img {
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .about-us-highlights__img {
    max-height: 300px;
  }
}
.about-us-highlights__footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .about-us-highlights__footer {
    grid-template-columns: auto;
    padding: 40px 0px;
  }
}
@media screen and (max-width: 576px) {
  .about-us-highlights__footer {
    padding: 40px 0px 20px 0px;
  }
}
.about-us-highlights__footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-us-highlights__footer-item strong {
  font-family: "MontserratAlternates";
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #FFAA0F;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .about-us-highlights__footer-item strong {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  .about-us-highlights__footer-item strong {
    font-size: 32px;
    line-height: 40px;
  }
}
.about-us-highlights__footer-item span {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FCFEFF;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .about-us-highlights__footer-item span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .about-us-highlights__footer-item span {
    font-size: 16px;
    line-height: 24px;
  }
}

.team {
  padding: 40px 0px 0px 0px;
  background: #030303;
}
@media screen and (max-width: 576px) {
  .team {
    padding: 24px 0px 32px 0px;
  }
}
.team__subtitle {
  width: 100%;
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: start;
  color: #F2BC57;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .team__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .team__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.team__title {
  width: 100%;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  text-align: start;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .team__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 576px) {
  .team__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.team__text {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FFFFFF;
  margin-bottom: 40px;
  max-width: 890px;
}
@media screen and (max-width: 992px) {
  .team__text {
    font-size: 18px;
    line-height: 24px;
  }
}
.team__gallery {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 32px;
  margin-bottom: 56px;
  padding-top: 16px;
}
@media screen and (max-width: 992px) {
  .team__gallery {
    gap: 24px;
    min-width: 950px;
  }
}
@media screen and (max-width: 576px) {
  .team__gallery {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.team__gallery-wrapper {
  overflow: auto;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.team__gallery-wrapper::-webkit-scrollbar {
  display: none;
}
.team__gallery img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team__gallery img:nth-child(1) {
  grid-area: 1/1/4/4;
}
.team__gallery img:nth-child(2) {
  grid-area: 4/1/7/4;
}
.team__gallery img:nth-child(3) {
  grid-area: 1/4/7/7;
}
.team__gallery img:nth-child(4) {
  grid-area: 1/7/4/10;
}
.team__gallery img:nth-child(5) {
  grid-area: 4/7/7/10;
}
.team__gallery img:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.team__footer {
  padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .team__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.team__footer-content {
  width: calc(100% - 200px);
}
@media screen and (max-width: 576px) {
  .team__footer-content {
    width: 100%;
    margin-bottom: 24px;
  }
}
.team__footer-content p {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FCFEFF;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .team__footer-content p {
    font-size: 18px;
    line-height: 26px;
  }
}
.team__footer-content a {
  margin-top: 24px;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
  color: #FFF8EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .team__footer-content a {
    font-size: 18px;
    line-height: 24px;
  }
}
.team__footer-content a svg {
  margin-right: 8px;
}
.team__footer-img {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 576px) {
  .team__footer-img {
    margin: auto;
  }
}

.clients {
  padding: 40px 0px 80px 0px;
  background: #030303;
}
@media screen and (max-width: 576px) {
  .clients {
    padding: 24px 0px 32px 0px;
  }
}
.clients__subtitle {
  width: 100%;
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: start;
  color: #F2BC57;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.clients__title {
  width: 100%;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  text-align: start;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .clients__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.clients__text {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FFFFFF;
  margin-bottom: 40px;
  max-width: 890px;
}
@media screen and (max-width: 992px) {
  .clients__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.clients__logos .clients-swiper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
}
.clients__logos .clients-swiper:nth-child(even) .swiper-slide {
  -webkit-transform: scaleX(-1) !important;
      -ms-transform: scaleX(-1) !important;
          transform: scaleX(-1) !important;
}
.clients__logos .clients-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.clients__logos .clients-swiper .swiper-slide {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.clients__logos .flip-card {
  width: 314px;
  height: 177px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media screen and (max-width: 576px) {
  .clients__logos .flip-card {
    width: 260px;
    height: 140px;
  }
}
.clients__logos .flip-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.clients__logos .flip-card-front,
.clients__logos .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}
.clients__logos .flip-card-front {
  background: #fff;
}
.clients__logos .flip-card-back {
  background: #fff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  padding: 8px;
}
.clients__logos .flip-card-back p {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.blog-list {
  padding: 40px 0px 80px 0px;
  background: #030303;
}
.blog-list__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
.blog-list__list .blog-item {
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .blog-list__list .blog-item {
    margin: auto;
  }
}
.blog-list__list .blog-item img {
  margin-bottom: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  max-height: 322px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.blog-list__list .blog-item img:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 992px) {
  .blog-list__list .blog-item img {
    max-height: 240px;
  }
}
.blog-list__list .blog-item h4 {
  font-family: "MontserratAlternates";
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #FFF8EA;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.blog-list__list .blog-item p {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FCFEFF;
  margin-bottom: 16px;
}
.blog-list__list .blog-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blog-list__list .blog-item__footer span {
  font-family: "MontserratAlternates";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #FFF8EA;
}
.blog-list__list .blog-item__footer span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-list__list .blog-item__footer span:last-child svg {
  margin-right: 4px;
}
.blog-list__list .blog-item:hover h4 {
  color: #FED385;
}
@media screen and (max-width: 992px) {
  .blog-list__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .blog-list__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-list .blog-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FCFEFF;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.blog-list .blog-load-more svg {
  margin-right: 16px;
}
.blog-list .blog-load-more:hover {
  color: #FED385;
}
.blog-list .blog-load-more:hover svg path {
  stroke: #FED385;
}

.portfolio-page {
  padding: 0px 0px 40px 0px;
  background: #030303;
  position: relative;
}
@media screen and (max-width: 576px) {
  .portfolio-page {
    padding: 24px 0px 32px 0px;
  }
}
.portfolio-page__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 48px;
  max-width: 800px;
}
@media screen and (max-width: 576px) {
  .portfolio-page__cat {
    margin-bottom: 36px;
  }
}
.portfolio-page__cat-item {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FFF8EA;
  background: #0A0A0A;
  border: 2px solid #FED385;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 8px 12px !important;
}
@media screen and (max-width: 576px) {
  .portfolio-page__cat-item {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.portfolio-page__cat-item:not(:last-child) {
  margin-right: 24px;
}
.portfolio-page__cat-item:hover {
  background: #FED385;
  color: #383838;
}
.portfolio-page__cat-item.active {
  background: #FED385;
  color: #383838;
}
.portfolio-page__cat-wrapper {
  width: 100%;
  overflow: auto;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.portfolio-page__cat-wrapper::-webkit-scrollbar {
  display: none;
}
.portfolio-page__list-content {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .portfolio-page__list-content {
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .portfolio-page__list-content {
    grid-template-columns: auto;
    grid-auto-rows: auto;
  }
}
.portfolio-page__item {
  cursor: pointer;
}
.portfolio-page__item:nth-child(12n+1) {
  grid-area: auto/1/span 2/span 4;
}
@media screen and (max-width: 576px) {
  .portfolio-page__item:nth-child(12n+1) {
    grid-area: auto;
  }
}
.portfolio-page__item:nth-child(12n+2) {
  grid-area: auto/5/span 2/span 6;
}
@media screen and (max-width: 576px) {
  .portfolio-page__item:nth-child(12n+2) {
    grid-area: auto;
  }
}
.portfolio-page__item:nth-child(12n+3) {
  grid-area: auto/1/span 2/span 2;
}
@media screen and (max-width: 576px) {
  .portfolio-page__item:nth-child(12n+3) {
    grid-area: auto;
  }
}
.portfolio-page__item:nth-child(12n+4) {
  grid-area: auto/3/span 2/span 4;
}
@media screen and (max-width: 576px) {
  .portfolio-page__item:nth-child(12n+4) {
    grid-area: auto;
  }
}
.portfolio-page__item:nth-child(12n+5) {
  grid-area: auto/7/span 2/span 4;
}
@media screen and (max-width: 576px) {
  .portfolio-page__item:nth-child(12n+5) {
    grid-area: auto;
  }
}
.portfolio-page__item:nth-child(12n+6) {
  grid-area: auto/1/span 2/span 2;
}
@media screen and (max-width: 576px) {
  .portfolio-page__item:nth-child(12n+6) {
    grid-area: auto;
  }
}
.portfolio-page__item:nth-child(12n+7) {
  grid-area: auto/3/span 2/span 8;
}
@media screen and (max-width: 576px) {
  .portfolio-page__item:nth-child(12n+7) {
    grid-area: auto;
  }
}
.portfolio-page__item:nth-child(12n+8) {
  grid-area: auto/1/span 2/span 2;
}
@media screen and (max-width: 576px) {
  .portfolio-page__item:nth-child(12n+8) {
    grid-area: auto;
  }
}
.portfolio-page__item:nth-child(12n+9) {
  grid-area: auto/3/span 2/span 4;
}
@media screen and (max-width: 576px) {
  .portfolio-page__item:nth-child(12n+9) {
    grid-area: auto;
  }
}
.portfolio-page__item:nth-child(12n+10) {
  grid-area: auto/7/span 2/span 4;
}
@media screen and (max-width: 576px) {
  .portfolio-page__item:nth-child(12n+10) {
    grid-area: auto;
  }
}
.portfolio-page__item:nth-child(12n+11) {
  grid-area: auto/1/span 2/span 4;
}
@media screen and (max-width: 576px) {
  .portfolio-page__item:nth-child(12n+11) {
    grid-area: auto;
  }
}
.portfolio-page__item:nth-child(12n+12) {
  grid-area: auto/5/span 2/span 6;
}
@media screen and (max-width: 576px) {
  .portfolio-page__item:nth-child(12n+12) {
    grid-area: auto;
  }
}
.portfolio-page__item img {
  width: 100%;
  height: 100%;
  max-height: 436px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-page__item img:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 992px) {
  .portfolio-page__item img {
    max-height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .portfolio-page__item img {
    max-height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .portfolio-page__item img {
    max-height: 270px;
  }
}
.portfolio-page__load-more {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FCFEFF;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-page__load-more svg {
  margin-right: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-page__load-more:hover {
  color: #FED385;
}
.portfolio-page__load-more:hover svg path {
  stroke: #FED385;
}
.portfolio-page .portfolio-galery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  padding: 0px 8px;
}
.portfolio-page .portfolio-galery.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.portfolio-page .portfolio-galery__list {
  padding: 32px 0px;
}
.portfolio-page .portfolio-galery__list-item img {
  margin: auto;
  height: 500px;
  width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .portfolio-page .portfolio-galery__list-item img {
    height: 420px;
  }
}
@media screen and (max-width: 576px) {
  .portfolio-page .portfolio-galery__list-item img {
    height: 380px;
  }
}
.portfolio-page .portfolio-galery .portfolio-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 42px;
  right: 32px;
  cursor: pointer;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FFF8EA;
  z-index: 9999;
}
.portfolio-page .portfolio-galery .portfolio-close svg {
  margin-left: 12px;
}
@media screen and (max-width: 576px) {
  .portfolio-page .portfolio-galery .portfolio-close {
    right: 24px;
  }
}
.portfolio-page .portfolio-galery .swiper-pagination {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FFFFFF;
  text-align: end;
  max-width: 1380px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  bottom: 64px;
}
.portfolio-page .portfolio-galery .swiper-pagination .swiper-pagination-current {
  font-size: 28px;
  font-weight: 500;
}
.portfolio-page .portfolio-galery .swiper-button-prev {
  left: 48px;
}
.portfolio-page .portfolio-galery .swiper-button-prev::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2756%27 height=%2756%27 viewBox=%270 0 56 56%27 fill=%27none%27><rect width=%2756%27 height=%2756%27 rx=%2728%27 fill=%27%231F1F1F%27 fill-opacity=%270.88%27/><path d=%27M24.3568 28L32.8618 36.505C33.4088 37.052 33.4346 37.9306 32.9207 38.5087C32.3622 39.1369 31.3901 39.1655 30.7958 38.5711L21.6389 29.4142C20.8578 28.6331 20.8578 27.3668 21.6388 26.5857L30.7958 17.4288C31.3901 16.8345 32.3622 16.863 32.9207 17.4912C33.4346 18.0694 33.4088 18.9479 32.8618 19.4949L24.3568 28Z%27 fill=%27%23FCFEFF%27/></svg>");
  width: 56px;
  height: 56px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .portfolio-page .portfolio-galery .swiper-button-prev {
    left: 24px;
  }
}
.portfolio-page .portfolio-galery .swiper-button-next {
  right: 48px;
}
.portfolio-page .portfolio-galery .swiper-button-next::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2756%27 height=%2756%27 viewBox=%270 0 56 56%27 fill=%27none%27><rect width=%2756%27 height=%2756%27 rx=%2728%27 fill=%27%231F1F1F%27 fill-opacity=%270.88%27/><path d=%27M30.1901 27.9999L21.8289 19.6388C21.2135 19.0233 21.2189 18.0237 21.8411 17.415C22.4537 16.8157 23.4346 16.821 24.0406 17.4271L33.1993 26.5857C33.9803 27.3668 33.9803 28.6331 33.1993 29.4141L24.0406 38.5728C23.4346 39.1788 22.4537 39.1842 21.8411 38.5848C21.2189 37.9761 21.2135 36.9765 21.8289 36.3611L30.1901 27.9999Z%27 fill=%27%23FCFEFF%27/></svg>");
  width: 56px;
  height: 56px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .portfolio-page .portfolio-galery .swiper-button-next {
    right: 24px;
  }
}

.blog-single {
  background: #030303;
  padding-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .blog-single {
    padding-bottom: 40px;
  }
}
.blog-single__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 992px) {
  .blog-single__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-single__content {
  background: #FCFEFF;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 42px;
}
@media screen and (max-width: 992px) {
  .blog-single__content {
    padding: 24px;
  }
}
@media screen and (max-width: 576px) {
  .blog-single__content {
    padding: 16px;
    margin-bottom: 24px;
  }
}
.blog-single__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.blog-single__content-head span {
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #70706F;
}
.blog-single__content-head span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-single__content-head span:last-child svg {
  margin-right: 4px;
}
.blog-single__content h1 {
  font-family: "MontserratAlternates";
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #0A0A0A;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .blog-single__content h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog-single__list-text {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #1F1F1F;
}
@media screen and (max-width: 992px) {
  .blog-single__list-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .blog-single__list-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.blog-single__list-text p {
  margin-bottom: 24px;
}
.blog-single__list-text img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 620px;
  border-radius: 16px;
}
.blog-single__list-text h1 {
  font-family: "MontserratAlternates";
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #0A0A0A;
}
@media screen and (max-width: 992px) {
  .blog-single__list-text h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .blog-single__list-text h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
.blog-single__list-text h2 {
  font-family: "MontserratAlternates";
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #0A0A0A;
}
@media screen and (max-width: 992px) {
  .blog-single__list-text h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  .blog-single__list-text h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.blog-single__list-text h3 {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  color: #0A0A0A;
}
@media screen and (max-width: 992px) {
  .blog-single__list-text h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .blog-single__list-text h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.blog-single__list-text h4 {
  font-family: "MontserratAlternates";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #0A0A0A;
}
@media screen and (max-width: 992px) {
  .blog-single__list-text h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .blog-single__list-text h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog-single__list-text h5 {
  font-family: "MontserratAlternates";
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #0A0A0A;
}
@media screen and (max-width: 992px) {
  .blog-single__list-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .blog-single__list-text h5 {
    font-size: 22px;
    line-height: 28px;
  }
}
.blog-single__list-text h6 {
  font-family: "MontserratAlternates";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #0A0A0A;
}
@media screen and (max-width: 992px) {
  .blog-single__list-text h6 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 576px) {
  .blog-single__list-text h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.blog-single__list-text ul {
  padding-left: 16px;
}
.blog-single__list-text ul li {
  list-style: inside;
}
.blog-single__list-text ol {
  padding-left: 16px;
}
.blog-single__list-text ol li {
  list-style: auto;
}
.blog-single__list-text strong {
  font-weight: 600;
}
.blog-single__list-imges {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.blog-single__list-imges img {
  max-height: 300px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single__list-imges-wrapper {
  overflow: auto;
}
.blog-single__list-imges-wrapper::-webkit-scrollbar {
  display: none;
}
.blog-single__recommended {
  padding-left: 24px;
  width: 100%;
}
.blog-single__recommended h3 {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
  margin: 32px 0px;
  text-transform: uppercase;
}
.blog-single__posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .blog-single__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-width: 1260px;
  }
}
@media screen and (max-width: 576px) {
  .blog-single__posts {
    min-width: 1000px;
  }
}
.blog-single__posts .blog-item {
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .blog-single__posts .blog-item {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .blog-single__posts .blog-item {
    max-width: 320px;
  }
}
.blog-single__posts .blog-item img {
  margin-bottom: 16px;
  max-height: 332px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .blog-single__posts .blog-item img {
    max-height: 250px;
  }
}
.blog-single__posts .blog-item h4 {
  font-family: "MontserratAlternates";
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #FFF8EA;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .blog-single__posts .blog-item h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .blog-single__posts .blog-item h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.blog-single__posts .blog-item p {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FCFEFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .blog-single__posts .blog-item p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .blog-single__posts .blog-item p {
    font-size: 16px;
    line-height: 22px;
  }
}
.blog-single__posts .blog-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}
.blog-single__posts .blog-item__footer span {
  font-family: "MontserratAlternates";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #FFF8EA;
}
.blog-single__posts .blog-item__footer span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-single__posts .blog-item__footer span:last-child svg {
  margin-right: 4px;
}
.blog-single__posts .blog-item__bottom {
  margin-top: auto;
}
.blog-single__posts .blog-item:hover h4 {
  color: #FED385;
}
@media screen and (max-width: 992px) {
  .blog-single__posts-wrapper {
    overflow: auto;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .blog-single__posts-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.blog-single__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-single__navigation a {
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FFF8EA;
}
.blog-single__navigation a:first-child svg {
  margin-right: 12px;
}
.blog-single__navigation a:last-child svg {
  margin-left: 12px;
}
@media screen and (max-width: 576px) {
  .blog-single__navigation a {
    font-size: 14px;
  }
}

.contact {
  padding: 32px 0px 64px 0px;
  background: #030303;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 16px 0px 32px 0px;
  }
}
.contact__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .contact__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.contact__content h1 {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFF8EA;
  margin-bottom: 64px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .contact__content h1 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}
@media screen and (max-width: 576px) {
  .contact__info {
    margin-bottom: 24px;
  }
}
.contact__info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FFF8EA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 576px) {
  .contact__info a {
    font-size: 16px;
    line-height: 22px;
  }
}
.contact__info a img {
  margin-right: 8px;
}
.contact__info a:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 576px) {
  .contact__info a:not(:last-child) {
    margin-bottom: 24px;
  }
}
.contact__info a:hover {
  color: #FFBB40;
}
.contact__social a {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FFF8EA;
  text-transform: uppercase;
}
.contact__social a:not(:last-child) {
  margin-right: 32px;
}
.contact__social a:hover {
  color: #F2BC57;
}
.contact__form br {
  display: none;
}
.contact__form span {
  margin: 0;
}
.contact__form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.contact__form .wpcf7-not-valid-tip {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #DBDBD9;
  padding-left: 12px;
}
.contact__form .wpcf7-response-output {
  border-radius: 12px;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #DBDBD9;
  border-color: #FF0000 !important;
  padding: 12px 16px !important;
}
.contact__form .wpcf7-spinner {
  display: none;
}
.contact__form .btn-yellow {
  border: none;
  cursor: pointer;
}
.contact__form-send {
  padding: 16px;
}
.contact__form-send h3 {
  margin-bottom: 24px;
}
.contact__form-send p {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #EDEDED;
}

.advice {
  padding-bottom: 58px;
  background: #030303;
  position: relative;
}
.advice__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .advice__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advice__content h1 {
  font-family: "MontserratAlternates";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #FFF8EA;
}
@media screen and (max-width: 992px) {
  .advice__content h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .advice__content h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.advice__content-submit {
  display: none;
}
.advice__subtitle {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FCFEFF;
  margin-bottom: 24px;
  max-width: 450px;
}
@media screen and (max-width: 992px) {
  .advice__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .advice__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.advice__form br {
  display: none;
}
.advice__form span {
  margin: 0;
}
.advice__form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 576px) {
  .advice__form .wpcf7-form-control-wrap {
    margin-bottom: 0;
  }
}
.advice__form .wpcf7-form-control-wrap .text-area {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
@media screen and (max-width: 576px) {
  .advice__form .wpcf7-form-control-wrap .text-area {
    margin-bottom: 16px;
  }
}
.advice__form .wpcf7-not-valid-tip {
  font-family: "OpenSans";
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 22px !important;
}
.advice__form .wpcf7-response-output {
  display: none;
}
.advice__form-head p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 576px) {
  .advice__form-head p {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-bottom: 16px;
  }
}
.advice__form-head .phone-error-message {
  font-size: 12px;
  font-family: "OpenSans";
  color: #FF0000;
}
.advice__form-chackbox .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.advice__form-chackbox .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.advice__form-chackbox .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
}
.advice__form-chackbox .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #F2BC57;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.advice__form-chackbox .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #030303;
  border-color: #F2BC57;
}
.advice__form-chackbox .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: relative;
  display: block;
  width: 5px;
  height: 10px;
  border: solid #F2BC57;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}
.advice__form-chackbox .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FFF8EA;
}
@media screen and (max-width: 576px) {
  .advice__form-chackbox .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 22px;
  }
}
.advice__form-social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .advice__form-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.advice__form-social a {
  margin-left: 16px;
}
@media screen and (max-width: 576px) {
  .advice__form-social a {
    margin-right: 16px;
  }
}
.advice__form-social a:hover {
  opacity: 0.8;
}
.advice__form h4 {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #FFF8EA;
  margin-bottom: 12px;
}
@media screen and (max-width: 576px) {
  .advice__form h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .advice__form .submit-form-btn {
    width: 100% !important;
  }
}
.advice__img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .advice__img img {
    max-height: 770px;
    width: 100%;
    margin: auto;
  }
}

.disclaimer {
  padding: 32px 0px;
  background: #0A0A0A;
}
.disclaimer__tabs {
  margin-bottom: 16px;
  width: 850px;
}
.disclaimer__tabs-item {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  padding: 10px 24px;
  border-radius: 12px;
  border: 2px solid #FFF8EA;
  color: #FCFEFF;
  background: none;
  cursor: pointer;
  margin-right: 32px;
  margin-bottom: 16px;
}
.disclaimer__tabs-item:hover {
  border: 2px solid #FED385;
  color: #FED385;
}
.disclaimer__tabs-item.active {
  border: 2px solid #FED385;
  color: #FED385;
}
.disclaimer__tabs-wrapper {
  overflow: auto;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.disclaimer__tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.disclaimer__content {
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
}
.disclaimer__content-item {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  padding: 32px 24px;
  border-radius: 16px;
  background: #FCFEFF;
  display: none;
  color: #494949;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.disclaimer__content-item::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 576px) {
  .disclaimer__content-item {
    padding: 16px;
  }
}
.disclaimer__content-item.active {
  display: block;
}
.disclaimer__content-item pre, .disclaimer__content-item p {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  text-align: left;
  margin-bottom: 16px;
  color: #494949;
}
@media screen and (max-width: 992px) {
  .disclaimer__content-item pre, .disclaimer__content-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .disclaimer__content-item pre, .disclaimer__content-item p {
    font-size: 14px;
    line-height: 22px;
  }
}
.disclaimer__content-item h1, .disclaimer__content-item h2, .disclaimer__content-item h3, .disclaimer__content-item h4, .disclaimer__content-item h5, .disclaimer__content-item h6 {
  color: #494949;
  margin-bottom: 16px;
  font-weight: 600;
}
.disclaimer__content-item ul {
  margin-bottom: 32px;
}
.disclaimer__content-item ul li {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  text-align: left;
  margin-bottom: 4px;
  color: #494949;
  list-style: inside;
}
.disclaimer__content-item strong {
  font-weight: 600 !important;
}

.lunchroom {
  background: #0A0A0A;
  padding-bottom: 40px;
  padding-top: 24px;
}
.lunchroom h2 {
  font-family: "MontserratAlternates";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #F7EAD1;
  padding-left: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .lunchroom h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
.lunchroom__subtitle {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #F7EAD1;
  padding-left: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .lunchroom__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}
.lunchroom__list-block {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px 24px;
}
@media screen and (max-width: 576px) {
  .lunchroom__list-block {
    padding: 16px 16px 24px 16px;
  }
}
.lunchroom__salat-title {
  margin-bottom: 46px;
  margin-top: 46px;
}
.lunchroom__salat-title h3 {
  font-family: "MontserratAlternates";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #4D4D4D;
}
@media screen and (max-width: 576px) {
  .lunchroom__salat-title h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.lunchroom__salat-title span {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #4D4D4D;
}
@media screen and (max-width: 576px) {
  .lunchroom__salat-title span {
    font-size: 16px;
    line-height: 24px;
  }
}
.lunchroom .meal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .lunchroom .meal-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lunchroom .meal-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .lunchroom .meal-item__right {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .lunchroom .meal-item__right {
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  .lunchroom .meal-item__right {
    width: 100%;
    margin-top: 16px;
  }
}
@media screen and (max-width: 992px) {
  .lunchroom .meal-item__left {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.lunchroom .meal-item__price {
  font-family: "MontserratAlternates";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #F2BC57;
}
@media screen and (max-width: 768px) {
  .lunchroom .meal-item__price {
    position: absolute;
    top: 12px;
    right: 200px;
  }
}
.lunchroom .meal-item__price .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}
.lunchroom .meal-item__title {
  font-family: "MontserratAlternates";
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #F2BC57;
}
@media screen and (max-width: 576px) {
  .lunchroom .meal-item__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.lunchroom .meal-item__description-item {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #1F1F1F;
}
@media screen and (max-width: 576px) {
  .lunchroom .meal-item__description-item {
    font-size: 16px;
    line-height: 22px;
  }
}
.lunchroom .meal-item__cart {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .lunchroom .meal-item__cart {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .lunchroom .meal-item__cart {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lunchroom .meal-item__cart .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.lunchroom .meal-item__cart form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lunchroom .meal-item__cart .add_to_cart_button {
  padding: 10px 32px;
  border-radius: 12px;
  background: #FED385;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #383838;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  margin-left: 24px;
  cursor: pointer;
  width: 240px;
}
.lunchroom .meal-item__cart .add_to_cart_button:hover {
  background: #FFBB40;
}
.lunchroom .meal-item__cart .add_to_cart_button svg {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .lunchroom .meal-item__cart .add_to_cart_button {
    width: 300px;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .lunchroom .meal-item__cart .add_to_cart_button {
    width: 100%;
  }
}
.lunchroom .meal-item__cart .added_to_cart {
  display: none;
}
.lunchroom .meal-item__cart .custom-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 152px;
  height: 52px;
  border: 1px solid #383838;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lunchroom .meal-item__cart .custom-quantity {
    margin-bottom: 24px;
  }
}
.lunchroom .meal-item__cart .custom-quantity .qty-input {
  width: 40px;
  text-align: center;
  font-size: 18px;
  border: none;
  outline: none;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  pointer-events: none;
}
.lunchroom .meal-item__cart .custom-quantity .qty-input::-webkit-outer-spin-button, .lunchroom .meal-item__cart .custom-quantity .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.lunchroom .meal-item__cart .custom-quantity .qty-btn {
  width: 50px;
  height: 100%;
  font-size: 20px;
  background: none;
  border: none;
  color: #383838;
  cursor: pointer;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lunchroom .meal-item__cart .custom-quantity .qty-btn:hover {
  background-color: #f5f5f5;
}
.lunchroom .corporate-salads__title {
  font-family: "MontserratAlternates";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #F7EAD1;
  padding-left: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .lunchroom .corporate-salads__title {
    font-size: 28px;
    line-height: 36px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.lunchroom .corporate-salads-list .meal-item {
  margin-bottom: 60px;
}
.lunchroom .corporate-salads-list .meal-item:last-child {
  margin-bottom: 30px;
}
.lunchroom .corporate-drinks__title {
  font-family: "MontserratAlternates";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #F7EAD1;
  padding-left: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .lunchroom .corporate-drinks__title {
    font-size: 28px;
    line-height: 36px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.lunchroom .corporate-drinks-list .meal-item {
  margin-bottom: 60px;
}
.lunchroom .corporate-drinks-list .meal-item:last-child {
  margin-bottom: 30px;
}

.lunchroom-conditions {
  background: #0A0A0A;
  padding: 40px 0px;
}
@media screen and (max-width: 576px) {
  .lunchroom-conditions {
    padding: 24px 0px 32px 0px;
  }
}
.lunchroom-conditions__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #F2BC57;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .lunchroom-conditions__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .lunchroom-conditions__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
.lunchroom-conditions__title {
  font-family: "MontserratAlternates";
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #FFF8EA;
}
@media screen and (max-width: 992px) {
  .lunchroom-conditions__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .lunchroom-conditions__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.lunchroom-conditions__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
@media screen and (max-width: 992px) {
  .lunchroom-conditions__wrapper {
    grid-template-columns: auto;
  }
}
.lunchroom-conditions__list li {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.8%;
  color: #FCFEFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lunchroom-conditions__list li:not(:last-child) {
  margin-bottom: 24px;
}
.lunchroom-conditions__list li svg {
  margin-right: 16px;
}
@media screen and (max-width: 992px) {
  .lunchroom-conditions__list li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .lunchroom-conditions__list li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 992px) {
  .lunchroom-conditions__img {
    margin: auto;
  }
}

.clientsay {
  background: #0A0A0A;
  padding: 40px 0px;
}
@media screen and (max-width: 576px) {
  .clientsay {
    padding: 24px 0px 32px 0px;
  }
}
.clientsay__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #F2BC57;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .clientsay__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .clientsay__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.clientsay__title {
  font-family: "MontserratAlternates";
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  width: 100%;
  text-transform: uppercase;
  color: #FFF8EA;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .clientsay__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .clientsay__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
.clientsay__paragraph {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.8%;
  color: #FFFFFF;
  max-width: 890px;
}
@media screen and (max-width: 992px) {
  .clientsay__paragraph {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .clientsay__paragraph {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.clientsay__wrapper {
  max-width: calc(1380px + 50% - 690px);
  width: 100%;
  overflow-x: auto;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  margin-top: 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.clientsay__wrapper::-webkit-scrollbar {
  display: none;
}
.clientsay__wrapper.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.clientsay__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.clientsay__list.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.clientsay__item {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 400px;
}
@media screen and (max-width: 576px) {
  .clientsay__item {
    width: 280px;
  }
}
.clientsay__text {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #1F1F1F;
  height: 100%;
  overflow-y: auto;
  margin-bottom: 20px;
  padding-right: 16px;
  position: relative;
  z-index: 0;
  scrollbar-width: thin;
  scrollbar-color: #d4d4d4 transparent;
}
@media screen and (max-width: 576px) {
  .clientsay__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.clientsay__text::-webkit-scrollbar {
  width: 6px;
}
.clientsay__text::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.clientsay__text::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.clientsay__text::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
}
.clientsay__text-wrapper {
  position: relative;
  height: 208px;
  overflow: hidden;
}
.clientsay__text-wrapper::-webkit-scrollbar {
  display: none !important;
}
.clientsay__text-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  z-index: 1;
}
.clientsay__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid #F1F0EF;
  padding-top: 12px;
  margin-top: 12px;
}
.clientsay__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.clientsay__name {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1F1F1F;
  margin-bottom: 4px;
}
@media screen and (max-width: 576px) {
  .clientsay__name {
    font-size: 14px;
    line-height: 20px;
  }
}
.clientsay__company {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1%;
  color: #525151;
}
@media screen and (max-width: 576px) {
  .clientsay__company {
    font-size: 12px;
    line-height: 16px;
  }
}
.clientsay__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 18px;
  color: #FFB400;
}
.clientsay__stars .star {
  opacity: 0.3;
}
.clientsay__stars .star.active {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .clientsay__stars .star svg {
    height: 16px;
    width: 16px;
  }
}

.site-main {
  background: #030303;
}

.woocommerce-breadcrumb {
  max-width: 1380px;
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin-bottom: 0 !important;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #EDEDED !important;
  background: #030303;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .woocommerce-breadcrumb {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px !important;
  }
}
.woocommerce-breadcrumb a {
  color: #EDEDED !important;
}
.woocommerce-breadcrumb a:hover {
  color: #FED385 !important;
}
.woocommerce-breadcrumb svg {
  margin: 0px 16px;
}
@media screen and (max-width: 576px) {
  .woocommerce-breadcrumb svg {
    margin: 0px 8px;
  }
}
.woocommerce-breadcrumb .breadcrumb-last {
  color: #FED385 !important;
}

.product__info {
  margin-top: 16px;
  margin-bottom: 32px;
}
.product__info-weight {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FCFEFF;
  border: 2px solid #FFF8EA;
  border-radius: 12px;
  width: 98px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
.product__info-title {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .product__info-title {
    font-size: 16px;
  }
}
.product__info-list li {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FFFFFF;
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  .product__info-list li {
    font-size: 16px;
  }
}

.single-product .product .single-custom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1380px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 992px) {
  .single-product .product .single-custom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .single-product .product .single-custom-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.single-product .product .single-custom-wrapper .custom-thumbnails__wrapper {
  width: 545px;
  margin-top: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  cursor: -webkit-grab;
  cursor: grab;
  scrollbar-width: none;
}
.single-product .product .single-custom-wrapper .custom-thumbnails__wrapper.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media screen and (max-width: 992px) {
  .single-product .product .single-custom-wrapper .custom-thumbnails__wrapper {
    width: 0;
  }
}
.single-product .product .single-custom-wrapper .custom-thumbnails__wrapper::-webkit-scrollbar {
  display: none;
}
.single-product .product .single-custom-wrapper .custom-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 8px;
}
.single-product .product .single-custom-wrapper .custom-thumbnails img {
  border-radius: 8px;
  width: 108px;
  height: 108px;
  display: block;
}
.single-product .product .single-custom-wrapper .custom-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  scroll-snap-align: start;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.single-product .product .related.products {
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  .single-product .product .related.products {
    margin-top: 30px;
  }
}
.single-product .product .related.products h2 {
  font-family: "OpenSans";
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  color: #FFFFFF;
  margin-bottom: 40px;
  text-transform: uppercase;
  margin-left: 24px;
  max-width: 1380px !important;
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media screen and (max-width: 576px) {
  .single-product .product .related.products h2 {
    font-family: "MontserratAlternates";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}
.single-product .product .related .products {
  min-width: 1900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 576px) {
  .single-product .product .related .products {
    min-width: 1500px;
  }
}
.single-product .product .related .related-list-wrapper {
  max-width: calc(1380px + 50% - 690px);
  width: 100%;
  margin: auto 0 auto auto;
  padding-left: 15px;
  overflow: auto;
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.single-product .product .related .related-list-wrapper.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.single-product .product .related .related-list-wrapper::-webkit-scrollbar {
  display: none;
}
.single-product .product .related .related-list-wrapper .products {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.single-product .product .related .related-list-wrapper .products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 430px;
}
@media screen and (max-width: 576px) {
  .single-product .product .related .related-list-wrapper .products .product {
    max-width: 340px;
  }
}
.single-product .product .related .related-list-wrapper .products .product .attachment-woocommerce_thumbnail {
  border-radius: 16px;
}
.single-product .product .related .related-list-wrapper .products .product .woocommerce-loop-product__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-product .product .related .related-list-wrapper .products .product .add_to_cart_button {
  width: 100%;
}
.single-product .product .related .related-list-wrapper .products .product .product-item-weight {
  display: none;
}
.single-product .product .related .related-list-wrapper .products .product .added_to_cart {
  display: none;
}
.single-product .product .related .product {
  border-radius: 12px;
  width: 430px;
  margin-right: 32px !important;
}
@media screen and (max-width: 576px) {
  .single-product .product .related .product {
    max-width: 340px;
  }
}
.single-product .product .related .product h2 {
  font-family: "MontserratAlternates";
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  text-align: center;
  color: #FFF8EA;
}
@media screen and (max-width: 576px) {
  .single-product .product .related .product h2 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
.single-product .product .related .product .woocommerce-loop-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
.single-product .product .related .product .woocommerce-loop-product__content span {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  text-align: center;
  color: #FCFEFF;
}
@media screen and (max-width: 576px) {
  .single-product .product .related .product .woocommerce-loop-product__content span {
    font-size: 18px;
    line-height: 24px;
  }
}
.single-product .product .related .product img {
  max-height: 430px;
}
.single-product .product .related .product .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .product .related .product .price bdi {
  font-family: "MontserratAlternates";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #FFF8EA;
}
.single-product .product .related .product.sale .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .product .related .product.sale .price ins bdi {
  font-family: "MontserratAlternates";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #FFF8EA;
  text-decoration: none;
  text-decoration-thickness: auto;
  text-decoration-color: inherit;
  display: inline-block;
  line-height: normal;
}
.single-product .product .related .product.sale .price del {
  margin-left: 8px;
}
.single-product .product .related .product.sale .price del bdi {
  font-family: "MontserratAlternates";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #F1F0EF;
  text-decoration: line-through;
  text-decoration-thickness: auto;
  text-decoration-color: inherit;
  display: inline-block;
  line-height: normal;
}
.single-product .product .related .product .button {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FED385;
  max-width: 380px;
  border-radius: 12px !important;
  margin-left: auto;
  margin-right: auto;
}
.single-product .product .related .product .button svg {
  margin-left: 8px;
}
.single-product .product ul.products {
  margin-bottom: 0px !important;
}
.single-product .product .woocommerce-product-gallery {
  width: 545px !important;
}
@media screen and (max-width: 992px) {
  .single-product .product .woocommerce-product-gallery {
    width: 100% !important;
  }
}
.single-product .product .custom-main-image .wp-post-image {
  border-radius: 16px;
}
.single-product .product .custom-main-image .woocommerce-product-gallery__image a {
  width: 100%;
}
.single-product .product .custom-main-image .woocommerce-product-gallery__image a img {
  width: 100%;
}
.single-product .product .summary {
  width: calc(100% - 545px) !important;
  padding-left: 48px;
}
@media screen and (max-width: 992px) {
  .single-product .product .summary {
    width: 100% !important;
    padding-left: 0;
    margin-top: 24px;
  }
}
.single-product .product .summary .product_title {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  color: #FFF8EA;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .single-product .product .summary .product_title {
    font-size: 28px;
    line-height: 36px;
  }
}
.single-product .product .summary .product_meta {
  display: none;
}
.single-product .product .summary .single_add_to_cart_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px !important;
  background: #FED385 !important;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #383838 !important;
  width: 270px;
  height: 52px;
  margin-right: 24px;
  margin-bottom: 16px;
}
.single-product .product .summary .single_add_to_cart_button svg {
  margin-left: 8px;
}
.single-product .product .summary .single_add_to_cart_button:hover {
  background: #FFBB40 !important;
}
@media screen and (max-width: 576px) {
  .single-product .product .summary .single_add_to_cart_button {
    width: 100%;
  }
}
.single-product .product .summary .added_to_cart {
  display: none;
}
.single-product .product .summary .btn-quick-buy {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FED385;
  border: 2px solid #FED385;
  border-radius: 12px;
  height: 52px;
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .product .summary .btn-quick-buy svg {
  margin-left: 8px;
}
.single-product .product .summary .btn-quick-buy:hover {
  background: #FFBB40 !important;
  color: #FFF8EA;
  border: 2px solid #FFBB40;
}
.single-product .product .summary .btn-quick-buy:hover svg path {
  stroke: #FFF8EA;
}
@media screen and (max-width: 576px) {
  .single-product .product .summary .btn-quick-buy {
    width: 100%;
  }
}
.single-product .product .custom-price-quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.single-product .product .custom-price-quantity-wrapper .custom-price .single-product-price .woocommerce-Price-amount {
  text-decoration: none !important;
}
.single-product .product .custom-price-quantity-wrapper .custom-price .single-product-price .woocommerce-Price-amount bdi {
  font-family: "MontserratAlternates" !important;
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 48px !important;
  color: #FED385 !important;
}
@media screen and (max-width: 576px) {
  .single-product .product .custom-price-quantity-wrapper .custom-price .single-product-price .woocommerce-Price-amount bdi {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}
.single-product .product .custom-price-quantity-wrapper .custom-price .single-product-price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-weight: 500 !important;
}
.single-product .product .custom-price-quantity-wrapper .custom-price .single-product-price span.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.single-product .product .custom-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}
.single-product .product .custom-quantity.is-single {
  opacity: 0.6;
  cursor: not-allowed;
}
.single-product .product .custom-quantity.is-single .quantity {
  cursor: not-allowed;
}
.single-product .product .custom-quantity .quantity {
  margin-right: 0px !important;
}
.single-product .product .custom-quantity .quantity .qty {
  margin-bottom: 0;
  border-radius: 0px;
  width: 60px !important;
  border: none;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background: #030303;
  border-top: 2px solid #FFF8EA;
  border-bottom: 2px solid #FFF8EA;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FFF8EA;
  pointer-events: none;
}
.single-product .product .custom-quantity .quantity-decrease {
  border: none;
  width: 60px;
  color: #FFF8EA;
  font-size: 26px;
  background: #030303;
  border: 2px solid #FFF8EA;
  border-right: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-product .product .custom-quantity .quantity-decrease:hover {
  color: #FED385;
}
.single-product .product .custom-quantity .quantity-decrease:disabled {
  cursor: not-allowed;
}
.single-product .product .custom-quantity .quantity-increase {
  border: none;
  width: 60px;
  color: #FFF8EA;
  font-size: 26px;
  background: #030303;
  border: 2px solid #FFF8EA;
  border-left: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-product .product .custom-quantity .quantity-increase:hover {
  color: #FED385;
}
.single-product .product .custom-quantity .quantity-increase:disabled {
  cursor: not-allowed;
}
.single-product .product.sale .custom-price-quantity-wrapper .custom-price .single-product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.single-product .product.sale .custom-price-quantity-wrapper .custom-price .single-product-price del {
  opacity: 1 !important;
  margin-left: 16px;
}
.single-product .product.sale .custom-price-quantity-wrapper .custom-price .single-product-price del bdi {
  font-family: "MontserratAlternates" !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #F1F0EF !important;
  text-decoration: line-through;
  text-decoration-thickness: auto;
  text-decoration-color: inherit;
  display: inline-block;
  line-height: normal;
}
.single-product .product.sale .custom-price-quantity-wrapper .custom-price .single-product-price del bdi .woocommerce-Price-currencySymbol {
  font-weight: 400 !important;
}
.single-product .lightboxOverlay {
  opacity: 1 !important;
}
.single-product .lightbox .lb-outerContainer {
  width: 100% !important;
  height: calc(100vh - 150px) !important;
  background-color: transparent !important;
}
.single-product .lightbox .lb-outerContainer .lb-image {
  margin: auto !important;
  height: 600px !important;
  width: 600px !important;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .single-product .lightbox .lb-outerContainer .lb-image {
    height: 500px !important;
    width: 500px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 576px) {
  .single-product .lightbox .lb-outerContainer .lb-image {
    height: 340px !important;
    width: 340px !important;
  }
}
@media screen and (max-width: 400px) {
  .single-product .lightbox .lb-outerContainer .lb-image {
    height: 300px !important;
    width: 300px !important;
    border-radius: 8px !important;
  }
}
.single-product .lightbox .lb-outerContainer .lb-container {
  height: 100% !important;
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.single-product .lightbox .lb-dataContainer .lb-closeContainer {
  position: absolute;
  top: 0;
  right: 32px;
  z-index: 999;
}
@media screen and (max-width: 400px) {
  .single-product .lightbox .lb-dataContainer .lb-closeContainer {
    right: 24px;
  }
}
.single-product .lightbox .lb-dataContainer .lb-details {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: absolute;
  bottom: 0;
  right: 32px;
  z-index: 99;
}
@media screen and (max-width: 400px) {
  .single-product .lightbox .lb-dataContainer .lb-details {
    right: 24px;
  }
}
.single-product .lightbox .lb-dataContainer .lb-details .lb-number {
  font-family: "OpenSans";
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.008em;
  color: #FFFFFF;
}
.single-product .woocommerce-notices-wrapper {
  display: block !important;
  max-width: 1380px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error {
  border-radius: 12px;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #383838;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-product .woocommerce-notices-wrapper .woocommerce-error li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error li .button {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #383838;
  padding: 14px 28px;
  border-radius: 12px;
  background: #FED385;
  width: auto;
  text-align: center;
  display: block;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none !important;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error li .button:hover {
  background: #FFBB40;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  border-radius: 12px;
  display: none !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  all: unset;
  font-size: inherit;
  color: inherit;
}

.woocommerce-shop .woocommerce-products-header {
  visibility: hidden;
  height: 0;
}
.woocommerce-shop .site-main {
  padding-bottom: 48px;
}
.woocommerce-shop .products {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0 !important;
  min-height: 500px;
  position: relative !important;
  max-width: 1380px;
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  gap: 32px !important;
}
@media screen and (max-width: 576px) {
  .woocommerce-shop .products {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.woocommerce-shop .products::before {
  display: none !important;
}
.woocommerce-shop .products .product {
  border-radius: 12px;
  width: 415px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.woocommerce-shop .products .product .product-item-weight {
  background: rgba(25, 25, 25, 0.6392156863);
  border: 2px solid #FFF8EA;
  border-radius: 12px;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FCFEFF;
  width: 98px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 16px;
  bottom: 32px;
}
.woocommerce-shop .products .product .product-item-img-wrapper {
  position: relative;
}
.woocommerce-shop .products .product .woocommerce-LoopProduct-link {
  width: 100%;
}
.woocommerce-shop .products .product .woocommerce-LoopProduct-link .onsale {
  display: none;
}
.woocommerce-shop .products .product .added_to_cart {
  display: none;
}
.woocommerce-shop .products .product h2 {
  font-family: "MontserratAlternates";
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  text-align: center;
  color: #FFF8EA;
  text-transform: uppercase;
}
.woocommerce-shop .products .product .woocommerce-loop-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
.woocommerce-shop .products .product .woocommerce-loop-product__content span {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  text-align: center;
  color: #FCFEFF;
}
.woocommerce-shop .products .product img {
  height: 415px;
  max-width: 415px;
  border-radius: 16px;
}
.woocommerce-shop .products .product .price {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.woocommerce-shop .products .product .price bdi {
  font-family: "MontserratAlternates";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #FFF8EA;
}
.woocommerce-shop .products .product.sale .price {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.woocommerce-shop .products .product.sale .price ins bdi {
  font-family: "MontserratAlternates";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #FFF8EA;
  text-decoration: none;
  text-decoration-thickness: auto;
  text-decoration-color: inherit;
  display: inline-block;
  line-height: normal;
}
.woocommerce-shop .products .product.sale .price del {
  margin-left: 8px;
}
.woocommerce-shop .products .product.sale .price del bdi {
  font-family: "MontserratAlternates";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #F1F0EF;
  text-decoration: line-through;
  text-decoration-thickness: auto;
  text-decoration-color: inherit;
  display: inline-block;
  line-height: normal;
}
.woocommerce-shop .products .product .button {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #383838;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FED385;
  max-width: 380px;
  width: 100%;
  border-radius: 12px !important;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-shop .products .product .button svg {
  margin-left: 8px;
}
.woocommerce-shop .products .product .button:hover {
  background: #FFBB40;
}
.woocommerce-shop .products .product .woocommerce-loop-product__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.woocommerce-shop .products .product .add_to_cart_button {
  width: 100%;
}
.woocommerce-shop .products .product .img-title-top-wrapper {
  width: 100%;
  max-width: 415px;
}
.woocommerce-shop .products .product .img-title-top-wrapper .img-relate-wrapper {
  position: relative;
}
.woocommerce-shop .products .shop-load-more-category {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.woocommerce-shop .product-categories-wrapper {
  margin-bottom: 40px;
  padding-left: 10px;
  overflow-y: auto;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.woocommerce-shop .product-categories-wrapper::-webkit-scrollbar {
  display: none;
}
.woocommerce-shop .product-categories-wrapper.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.woocommerce-shop .product-categories-wrapper .product-categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-right: 40px;
}
.woocommerce-shop .product-categories-wrapper .product-categories-list .product-category-item {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FCFEFF;
  border: 2px solid #FFF8EA;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 24px;
  width: 205px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-shop .product-categories-wrapper .product-categories-list .product-category-item:hover {
  border: 2px solid #FED385;
}
.woocommerce-shop .product-categories-wrapper .product-categories-list .product-category-item.active {
  border: 2px solid #FED385;
  background: #FED385;
  color: #383838;
}
.woocommerce-shop .product-categories-section {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.woocommerce-shop .product-categories-section .product-categories-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background-color: #030303;
  cursor: pointer;
}
.woocommerce-shop .product-categories-section .product-categories-arrow::before {
  content: "";
  position: absolute;
  right: 40%;
  top: 26px;
  -webkit-transform: translate(50%, -50%) rotate(0deg);
      -ms-transform: translate(50%, -50%) rotate(0deg);
          transform: translate(50%, -50%) rotate(0deg);
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 56 56\" fill=\"none\"><circle cx=\"28\" cy=\"28\" r=\"26\" fill=\"%23030303\" stroke=\"%23FFF8EA\" stroke-width=\"2\"/><path d=\"M30.1862 28L21.825 19.6389C21.2096 19.0234 21.215 18.0239 21.8372 17.4152C22.4498 16.8158 23.4307 16.8212 24.0367 17.4272L33.1954 26.5858C33.9764 27.3669 33.9764 28.6332 33.1954 29.4143L24.0367 38.5729C23.4307 39.1789 22.4498 39.1843 21.8372 38.5849C21.215 37.9762 21.2096 36.9767 21.825 36.3612L30.1862 28Z\" fill=\"%23FFF8EA\"/></svg>") no-repeat center/contain;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-shop .product-categories-section .product-categories-arrow:hover::before {
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 56 56\" fill=\"none\"><circle cx=\"28\" cy=\"28\" r=\"26\" fill=\"%23030303\" stroke=\"%23FED385\" stroke-width=\"2\"/><path d=\"M30.1862 28L21.825 19.6389C21.2096 19.0234 21.215 18.0239 21.8372 17.4152C22.4498 16.8158 23.4307 16.8212 24.0367 17.4272L33.1954 26.5858C33.9764 27.3669 33.9764 28.6332 33.1954 29.4143L24.0367 38.5729C23.4307 39.1789 22.4498 39.1843 21.8372 38.5849C21.215 37.9762 21.2096 36.9767 21.825 36.3612L30.1862 28Z\" fill=\"%23FFF8EA\"/></svg>") no-repeat center/contain;
}
.woocommerce-shop .product-categories-section .product-categories-arrow.arrow-active::before {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
      -ms-transform: translate(50%, -50%) rotate(180deg);
          transform: translate(50%, -50%) rotate(180deg);
}
.woocommerce-shop .shop-load-more-all {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FCFEFF;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-shop .shop-load-more-all svg {
  margin-right: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-shop .shop-load-more-all:hover {
  color: #FED385;
}
.woocommerce-shop .shop-load-more-all:hover svg path {
  stroke: #FED385;
}
.woocommerce-shop .woocommerce-shop-head {
  padding: 32px 16px;
  border: 2px solid #F7EAD1;
  border-radius: 16px;
  margin-bottom: 40px;
  max-width: 1380px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media screen and (max-width: 1420px) {
  .woocommerce-shop .woocommerce-shop-head {
    margin-right: 16px !important;
    margin-left: 16px !important;
    max-width: 100%;
    width: auto !important;
  }
}
.woocommerce-shop .woocommerce-shop-head h2 {
  font-family: "MontserratAlternates";
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #FFF8EA;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .woocommerce-shop .woocommerce-shop-head h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.woocommerce-shop .woocommerce-shop-head__content {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FCFEFF;
  text-align: center;
  max-width: 890px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .woocommerce-shop .woocommerce-shop-head__content {
    font-size: 16px;
    line-height: 22px;
  }
}
.woocommerce-shop .small-baner.shop-small-baner {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.woocommerce-shop .small-baner.shop-small-baner .small-baner__img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.woocommerce-shop .small-baner.shop-small-baner .small-baner__bg {
  background: rgba(3, 3, 3, 0.4784313725);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.woocommerce-shop .small-baner.shop-small-baner .small-baner__wrapper {
  padding: 146px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .woocommerce-shop .small-baner.shop-small-baner .small-baner__wrapper {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-shop .small-baner.shop-small-baner .small-baner__wrapper {
    padding: 60px 0px;
  }
}
.woocommerce-shop .small-baner.shop-small-baner .small-baner__wrapper span {
  font-family: "MontserratAlternates";
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
  color: #FED385;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .woocommerce-shop .small-baner.shop-small-baner .small-baner__wrapper span {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-shop .small-baner.shop-small-baner .small-baner__wrapper span {
    line-height: 26px;
  }
}
.woocommerce-shop .small-baner.shop-small-baner .small-baner__wrapper h1 {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  color: #FCFEFF;
  text-transform: uppercase;
  max-width: 890px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .woocommerce-shop .small-baner.shop-small-baner .small-baner__wrapper h1 {
    font-size: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-shop .small-baner.shop-small-baner .small-baner__wrapper h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.woocommerce-shop .shop-footer {
  position: relative;
  padding-bottom: 64px;
  padding-top: 56px;
}
@media screen and (max-width: 576px) {
  .woocommerce-shop .shop-footer {
    padding-top: 76px;
    padding-bottom: 48px;
  }
}
.woocommerce-shop .shop-footer img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.woocommerce-shop .shop-footer__content {
  position: relative;
  background: rgba(3, 3, 3, 0.7215686275);
  border-radius: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 40px 32px;
}
@media screen and (max-width: 576px) {
  .woocommerce-shop .shop-footer__content {
    padding: 16px 16px 24px 16px;
  }
}
.woocommerce-shop .shop-footer__content__wrapper {
  margin: auto;
  max-width: 890px;
}
.woocommerce-shop .shop-footer__subtitle {
  font-family: "OpenSans";
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #F2BC57;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .woocommerce-shop .shop-footer__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.woocommerce-shop .shop-footer__title {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  color: #FFF8EA;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .woocommerce-shop .shop-footer__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.woocommerce-shop .shop-footer__text {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  text-align: center;
  color: #FCFEFF;
}
@media screen and (max-width: 576px) {
  .woocommerce-shop .shop-footer__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.woocommerce-shop .shop-footer__text p {
  margin-bottom: 24px;
}
.woocommerce-shop a.add_to_cart_button.loading {
  background-image: none !important;
}
.woocommerce-shop a.add_to_cart_button.loading::after {
  display: none !important;
}

.woocommerce-cart {
  background: #030303;
  width: 100%;
}
.woocommerce-cart h1 {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  text-align: left;
  width: 100%;
  margin-bottom: 32px;
  color: #FFF8EA;
}
.woocommerce-cart .cart-page-title {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  color: #FFF8EA;
  text-transform: uppercase;
  margin-bottom: 64px;
}
.woocommerce-cart .cart-empty-section {
  padding-bottom: 260px;
}
.woocommerce-cart .cart-empty-section__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 48px;
  max-width: 425px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce-cart .cart-empty-section p {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.woocommerce-cart .cart-empty-section .btn-yellow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.woocommerce-cart .wp-block-group {
  background: #030303;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form {
  width: calc(100% - 430px);
  padding-right: 32px;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .wp-block-group .woocommerce-cart-form {
    width: 100%;
    padding-right: 0;
  }
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
  padding-top: 24px;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item__info {
    position: relative;
    padding-bottom: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item:not(:last-child) {
  border-bottom: 2px solid #B3B2B1;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-thumbnail {
  max-width: 120px;
  max-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 32px;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-thumbnail img {
  border-radius: 12px;
}
@media screen and (max-width: 425px) {
  .woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-thumbnail {
    margin-right: 16px;
  }
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details__col {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details__col .product-remove {
  margin-left: 32px;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details__col .product-remove a:hover {
  background: none !important;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details__col .product-quantity .quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
  border: 1px solid #FFF8EA;
  border-radius: 10px;
  padding: 5px 24px;
  width: 180px;
  height: 50px;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details__col .product-quantity .quantity-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  z-index: 1;
  pointer-events: all;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details__col .product-quantity .quantity-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details__col .product-quantity .quantity-button svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: auto;
  pointer-events: none;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details__col .product-quantity .quantity-input {
  width: 50px;
  text-align: center;
  border: none;
  background: none;
  color: #FFF8EA;
  font-size: 18px;
  outline: none;
  margin-bottom: 0 !important;
  pointer-events: none;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details__col .product-quantity .quantity-input::-webkit-inner-spin-button, .woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details__col .product-quantity .quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details .product-name {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-details .product-name a {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-price {
    display: none;
  }
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-price .regular-price {
  font-family: "MontserratAlternates";
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #F2BC57;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-price .sale-price {
  font-family: "MontserratAlternates";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #F7EAD1;
  margin-left: 6px;
  text-decoration: line-through;
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-price__mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-items .cart-item .product-price__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.woocommerce-cart .wp-block-group .woocommerce-cart-form .cart-actions {
  visibility: hidden;
}
.woocommerce-cart .wp-block-group .cart-collaterals {
  width: 430px;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .wp-block-group .cart-collaterals {
    width: 100%;
  }
}
.woocommerce-cart .wp-block-group .cart-collaterals::before {
  display: none;
}
.woocommerce-cart .wp-block-group .cart-collaterals::after {
  display: none;
}
.woocommerce-cart .wp-block-group .cart-collaterals .cart_totals {
  width: 100% !important;
}
.woocommerce-cart .cart-page-wrapper {
  max-width: 1380px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  padding-right: 15px !important;
  padding-left: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #030303;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .cart-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce-cart .cart-collaterals {
  margin-top: 24px !important;
  padding: 24px 24px 32px 24px;
  border: 2px solid #FFF8EA;
  border-radius: 16px;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .cart-collaterals {
    padding: 16px 16px 24px 16px;
  }
}
.woocommerce-cart .cart-collaterals h2 {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFF8EA;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart-totals-content .cart-totals-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart-totals-content .cart-totals-item.shipping {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart-totals-content .cart-totals-item.cart-discount {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart-totals-content .cart-totals-item.cart-subtotal {
  padding-bottom: 24px;
  border-bottom: 1px solid #FFFFFF;
}
.woocommerce-cart .cart-collaterals .cart-totals-content .cart-totals-item.cart-subtotal .label {
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.012em;
  color: #F1F0EF;
}
.woocommerce-cart .cart-collaterals .cart-totals-content .cart-totals-item.cart-subtotal .value {
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #FCFEFF;
}
.woocommerce-cart .cart-collaterals .cart-totals-content .cart-totals-item.order-total {
  padding-top: 24px;
}
.woocommerce-cart .cart-collaterals .cart-totals-content .cart-totals-item.order-total .label {
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.012em;
  color: #F1F0EF;
}
.woocommerce-cart .cart-collaterals .cart-totals-content .cart-totals-item.order-total .value {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FCFEFF;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  padding: 0 !important;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #383838;
  padding: 14px 42px;
  border-radius: 12px;
  background: #FED385;
  margin-top: 28px;
  text-align: center;
  display: block;
  margin-bottom: 0 !important;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
  background: #FFBB40;
  color: #383838;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    padding: 14px 16px;
  }
}
.woocommerce-cart .woocommerce-shop-head {
  padding: 32px 16px;
  border: 2px solid #F7EAD1;
  border-radius: 16px;
  margin-bottom: 40px;
  max-width: 1380px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media screen and (max-width: 1420px) {
  .woocommerce-cart .woocommerce-shop-head {
    margin-right: 16px !important;
    margin-left: 16px !important;
    max-width: 100%;
    width: auto !important;
  }
}
.woocommerce-cart .woocommerce-shop-head h2 {
  font-family: "MontserratAlternates";
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #FFF8EA;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .woocommerce-shop-head h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.woocommerce-cart .woocommerce-shop-head__content {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #FCFEFF;
  text-align: center;
  max-width: 890px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .woocommerce-shop-head__content {
    font-size: 16px;
    line-height: 22px;
  }
}
.woocommerce-cart .recommended-product {
  padding: 24px;
  background: #FFF8EA;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 32px;
  margin-top: 32px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .woocommerce-cart .recommended-product {
    margin-right: 10px !important;
    margin-left: 10px !important;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .recommended-product {
    padding: 16px;
  }
}
.woocommerce-cart .recommended-product .close-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .recommended-product .close-button {
    top: 16px;
    right: 16px;
  }
}
.woocommerce-cart .recommended-product .recommended-add-to-cart:hover {
  color: #383838 !important;
}
.woocommerce-cart .recommended-product-title {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  color: #030303;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .recommended-product-title {
    padding-right: 40px;
  }
}
.woocommerce-cart .recommended-product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .recommended-product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.woocommerce-cart .recommended-product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .recommended-product-details {
    margin-bottom: 16px;
  }
}
.woocommerce-cart .recommended-product-details__content .recommended-product-name {
  font-family: "MontserratAlternates";
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 12px;
  max-width: 900px;
}
@media screen and (max-width: 425px) {
  .woocommerce-cart .recommended-product-details__content .recommended-product-name {
    font-size: 20px;
    line-height: 28px;
  }
}
.woocommerce-cart .recommended-product-details__content .recommended-product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce-cart .recommended-product-details__content .recommended-product-price .current-price {
  font-family: "MontserratAlternates";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #030303;
}
@media screen and (max-width: 425px) {
  .woocommerce-cart .recommended-product-details__content .recommended-product-price .current-price {
    font-size: 20px;
    line-height: 28px;
  }
}
.woocommerce-cart .recommended-product-details__content .recommended-product-price .original-price {
  font-family: "MontserratAlternates";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #807F7E;
}
@media screen and (max-width: 425px) {
  .woocommerce-cart .recommended-product-details__content .recommended-product-price .original-price {
    font-size: 14px;
  }
}
.woocommerce-cart .recommended-product-image {
  max-width: 116px;
  max-height: 116px;
  margin-right: 24px;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .recommended-product-image {
    margin-right: 12px;
  }
}
.woocommerce-cart .recommended-product-image img {
  border-radius: 16px;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .recommended-product-actions {
    width: 100%;
  }
}
.woocommerce-cart .recommended-product-actions .add-to-cart-button {
  padding: 10px 24px;
  border-radius: 12px;
  background: #FED385;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #383838;
}
.woocommerce-cart .recommended-product-actions .add-to-cart-button:hover {
  background: #FFBB40;
}
.woocommerce-cart .recommended-product-actions .add-to-cart-button svg {
  display: block;
  margin-left: 8px;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .recommended-product-actions .add-to-cart-button {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
.woocommerce-cart .blockUI.blockOverlay {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  background: none !important;
}
.woocommerce-cart .blockUI.blockOverlay::before {
  display: none !important;
  content: none !important;
}

.cart-empty .wp-block-group {
  display: block !important;
}

.woocommerce-checkout {
  background: #030303;
  color: #FCFEFF;
  padding-bottom: 64px;
}
@media screen and (max-width: 576px) {
  .woocommerce-checkout {
    padding-bottom: 32px;
  }
}
.woocommerce-checkout.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce-checkout h1 {
  font-family: "MontserratAlternates";
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 64px;
  margin-top: 48px;
  color: #FFF8EA;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}
.woocommerce-checkout .checkout_customer_details-wrapper {
  width: calc(100% - 430px);
  padding-right: 48px;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .checkout_customer_details-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.woocommerce-checkout .checkout_customer_details-wrapper .checkout_customer_details {
  float: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 430px;
  color: #FFF8EA !important;
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
    margin-top: 24px;
  }
}
.woocommerce-checkout .page-template {
  max-width: 1380px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media screen and (max-width: 576px) {
  .woocommerce-checkout .page-template {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper h4 {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  color: #EDEDED;
  margin-bottom: 24px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_self_pickup_field {
  margin-bottom: 16px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_delivery_option_field {
  margin-bottom: 16px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #order_comments_field {
  margin-bottom: 32px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_no_call_field {
  margin-bottom: 16px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_need_cutlery_field {
  margin-bottom: 32px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field .name-error-message {
  font-family: "OpenSans";
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 22px !important;
  color: #FF0000;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field .name-error-message.is-error-active {
  display: block !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #delivery_date_field .input-text {
  padding: 11px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid input {
  border-color: #FF0000 !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid .select2-selection__rendered {
  border: 2px solid #FED385 !important;
  border-radius: 12px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-validated input {
  border-color: #FED385 !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-validated .select2-selection__rendered {
  border: 2px solid #FED385 !important;
  border-radius: 12px;
}
.woocommerce-checkout .woocommerce-billing-fields__shipping_title {
  margin-bottom: 16px;
}
.woocommerce-checkout .woocommerce-billing-fields__shipping_info {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  text-align: left;
  color: #FCFEFF;
  max-width: 680px;
}
.woocommerce-checkout .woocommerce-billing-fields__personal_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .woocommerce-checkout .woocommerce-billing-fields__personal_info {
    grid-template-columns: auto;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__shipping_date {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 32px;
  margin-top: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .woocommerce-checkout .woocommerce-billing-fields__shipping_date {
    grid-template-columns: auto;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__shipping_date .flatpickr-date {
  margin-bottom: 0px !important;
  position: relative;
}
.woocommerce-checkout .woocommerce-billing-fields__shipping_date .flatpickr-date .flatpickr-input {
  max-height: 54px;
}
.woocommerce-checkout .woocommerce-billing-fields__shipping_date .flatpickr-date:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg width=%2711%27 height=%277%27 viewBox=%270 0 11 7%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M5.5 6.81254L0.5 1.81254L1.66667 0.645874L5.5 4.47921L9.33333 0.645874L10.5 1.81254L5.5 6.81254Z%27 fill=%27%23030303%27/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.woocommerce-checkout .woocommerce-billing-fields__shipping_date .flatpickr-date.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.woocommerce-checkout .woocommerce-billing-fields__shipping_date label[for=delivery_date] {
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields__address {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
.woocommerce-checkout .woocommerce-billing-fields__address span {
  display: block;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.8%;
  color: #FFF8EA;
}
.woocommerce-checkout .woocommerce-billing-fields__delivery-info {
  width: 100%;
  display: none;
  margin-bottom: 32px;
}
.woocommerce-checkout .woocommerce-billing-fields__delivery-info .form-row {
  margin: 0 !important;
}
.woocommerce-checkout .woocommerce-billing-fields__delivery-info__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .woocommerce-checkout .woocommerce-billing-fields__delivery-info__wrapper {
    grid-template-columns: auto;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.woocommerce-checkout .select2-container .select2-selection {
  height: 54px;
  border-radius: 12px;
}
.woocommerce-checkout .select2-container .select2-selection__rendered {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #36363B !important;
}
.woocommerce-checkout .select2-container .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.woocommerce-checkout .select2-container .select2-selection__placeholder {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.008em;
  color: #7E7E84 !important;
}
.woocommerce-checkout .select2-container .select2-results {
  border: 2px solid #FED385;
  max-height: 220px !important;
}
.woocommerce-checkout .select2-container .select2-results ul {
  padding: 8px;
  border-radius: 12px;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.woocommerce-checkout .select2-container .select2-results ul li {
  height: 48px;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #383838;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  margin-bottom: 2px;
}
.woocommerce-checkout .select2-container .select2-results ul li.select2-results__option--highlighted {
  background: #ddd;
}
.woocommerce-checkout .select2-container--default .select2-dropdown--above {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.woocommerce-checkout .select2-container--default .select2-dropdown--above .select2-results {
  margin-top: 0px;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.woocommerce-checkout .select2-container--default .select2-dropdown--above .select2-results ul {
  padding: 8px;
  border-radius: 12px;
}
.woocommerce-checkout .select2-container--default .select2-dropdown--above .select2-results ul li {
  height: 48px;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #383838;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  margin-bottom: 2px;
}
.woocommerce-checkout .select2-container--default .select2-dropdown--above .select2-results ul li.select2-results__option--highlighted {
  background: #ddd;
}
.woocommerce-checkout .select2-container--default .select2-dropdown--below {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
.woocommerce-checkout .select2-container--default .select2-dropdown--below .select2-results {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
.woocommerce-checkout .woocommerce-input-wrapper label.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-family: "OpenSans", sans-serif;
  font-size: 18px;
  color: #FFF8EA;
  gap: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .woocommerce-input-wrapper label.checkbox {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-checkout .woocommerce-input-wrapper label.checkbox {
    font-size: 14px;
  }
}
.woocommerce-checkout .woocommerce-input-wrapper input.input-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #F2BC57;
  border-radius: 4px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce-input-wrapper input.input-checkbox:hover {
  border-color: #d9a24a;
}
.woocommerce-checkout .woocommerce-input-wrapper input.input-checkbox:checked {
  border-color: #F2BC57;
}
.woocommerce-checkout .woocommerce-input-wrapper input.input-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
      -ms-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #F2BC57;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
}
.woocommerce-checkout .woocommerce-input-wrapper .required {
  display: none;
}
.woocommerce-checkout .woocommerce-input-wrapper .optional {
  display: none;
}
.woocommerce-checkout .woocommerce-input-wrapper textarea {
  min-height: 120px;
  resize: none;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.woocommerce-checkout .woocommerce-input-wrapper .phone-error-message {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #FF0000;
}
.woocommerce-checkout .woocommerce-input-wrapper .input-text.input-error {
  border-color: #a00 !important;
}
.woocommerce-checkout .custom-payment-methods .payment_methods {
  background: #030303;
}
.woocommerce-checkout .custom-payment-methods .payment_box {
  display: none;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  display: none;
}
.woocommerce-checkout .checkout-inline-error-message {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #FF0000 !important;
  display: inline-block;
  margin-top: 2px;
  display: none !important;
}
.woocommerce-checkout #delivery_time_field .checkout-inline-error-message {
  margin-top: 6px;
}

.custom-payment-methods .place-order {
  display: none !important;
}
.custom-payment-methods .woocommerce-checkout-payment .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-payment-methods .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  font-family: "OpenSans", sans-serif;
  font-size: 18px;
  color: #FFF8EA;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 768px) {
  .custom-payment-methods .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .custom-payment-methods .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
    font-size: 14px;
  }
}
.custom-payment-methods .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input.input-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #F2BC57;
  border-radius: 4px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.custom-payment-methods .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input.input-radio:hover {
  border-color: #d9a24a;
}
.custom-payment-methods .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input.input-radio:checked {
  border-color: #F2BC57;
  background-color: #030303;
}
.custom-payment-methods .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input.input-radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
      -ms-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #F2BC57;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
}
.custom-payment-methods .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
  cursor: pointer;
}
.custom-payment-methods ul.payment_methods {
  padding: 0px !important;
}

.flatpickr-calendar {
  min-width: 340px;
  padding: 4px 12px !important;
  border-radius: 12px !important;
  border: 1px solid #FED385 !important;
}
.flatpickr-calendar .flatpickr-months {
  margin-bottom: 8px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #030303;
  left: 0;
  text-align: left;
}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month .numInputWrapper {
  display: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  padding-right: 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
  left: calc(100% - 70px) !important;
  top: 4px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
  display: block;
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  top: 4px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: block;
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.flatpickr-calendar .flatpickr-weekdays {
  margin-bottom: 8px;
}
.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.flatpickr-calendar .flatpickr-innerContainer {
  width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer {
  width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days {
  width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.selected {
  background: #FED385 !important;
  border-color: #FED385 !important;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.today {
  border: none;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.flatpickr-disabled {
  color: #B3B2B1 !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container__wrapper {
  padding: 24px 24px 32px 24px;
  border: 2px solid #FFF8EA;
  border-radius: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .woocommerce-checkout-review-order .woocommerce-checkout-review-order-container__wrapper {
    padding: 16px 16px 24px 16px;
  }
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container h4 {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFF8EA;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-header {
  margin-bottom: 26px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-header .cart-subtotal, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-header .order-total {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-header .cart-subtotal span, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-header .order-total span {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FCFEFF;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-header .cart-subtotal span.first, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-header .order-total span.first {
  font-weight: 400;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-header .cart-subtotal__wrapper {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 24px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-header .order-total {
  padding-top: 16px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-header .cart-discount {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-header .cart-discount span {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FCFEFF;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .cart-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  cursor: pointer;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .cart-summary__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #F7EAD1;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .cart-summary__wrapper .cart-count {
  margin-right: 6px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .cart-summary .cart-arrow {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .cart-summary .cart-arrow.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-body {
  display: none;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-body.active {
  display: block;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-body .cart-item {
  margin-bottom: 24px;
  display: block;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-body .cart-item .cart-item-image img {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 8px;
  border-radius: 8px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-body .cart-item .cart-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-body .cart-item .cart-item-wrapper .cart-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-body .cart-item .cart-item-wrapper .product-name {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #FFF8EA;
  text-transform: uppercase;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-body .cart-item .cart-item-wrapper .product-quantity {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #F1F0EF;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-checkout-review-order-body .cart-item .cart-item-wrapper .cart-item-total {
  font-family: "OpenSans";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FCFEFF;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-payment-submit button {
  width: 100%;
  height: 52px;
  background-color: #FED385;
  border: 2px solid #FED385;
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 24px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-payment-submit button:hover {
  background: #FFBB40;
  color: #383838;
  border: 2px solid #FFBB40;
}
@media screen and (max-width: 576px) {
  .woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-payment-submit button {
    height: auto;
    padding: 12px 6px;
  }
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .checkout_privacy_policy {
  width: 100%;
  display: block;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #EDEDED;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .checkout_privacy_policy:hover {
  opacity: 0.7;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon {
  padding: 24px 16px 32px 16px;
  border: 2px solid #FFF8EA;
  border-radius: 16px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon h5 {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FCFEFF;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__form {
  margin-bottom: 8px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__form.active {
  display: none;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__form .custom-checkout-coupon-input.active {
  border: 2px solid #FF0000;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__form .invalid_promo_text {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #DBDBD9;
  display: block;
  margin-top: 4px;
  padding-left: 12px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__form button {
  width: 100%;
  background: #FED385;
  border-radius: 12px;
  margin-top: 24px;
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__form button:hover {
  background: #FFBB40;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__result {
  margin-top: 8px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__result .cart-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__result .cart-discount .label {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBDBD9;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__result .cart-discount .label strong {
  display: block;
  margin-left: 8px;
  font-weight: 600;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__result .cart-discount .value {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #F2BC57;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__result .cart-discount .value .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__result .change-coupon-code {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #383838;
  height: 52px;
  border-radius: 12px;
  background: #FED385;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #FED385;
  cursor: pointer;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__result .change-coupon-code:hover {
  background: #FFBB40;
  border: 2px solid #FFBB40;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__result .woocommerce-remove-coupon {
  width: 100%;
  height: 52px;
  background: #0A0A0A;
  border-radius: 12px;
  margin-top: 24px;
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FED385;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #FED385;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-container .custom-checkout-coupon__result .woocommerce-remove-coupon:hover {
  background: #FED385;
  color: #383838;
}

.woocommerce-message {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-radius: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("data:image/svg+xml;utf8,<svg width=%2711%27 height=%277%27 viewBox=%270 0 11 7%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M5.5 6.81254L0.5 1.81254L1.66667 0.645874L5.5 4.47921L9.33333 0.645874L10.5 1.81254L5.5 6.81254Z%27 fill=%27%23030303%27/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 7px;
  position: absolute;
  top: 50%; /* 🔧 центруємо по вертикалі */
  right: 10px; /* можеш підлаштувати під себе */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); /* 🔧 компенсуємо top: 50% */
  pointer-events: none;
  width: 24px;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; /* 🔄 плавне обертання */
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; /* 🔄 обертання навколо центру */
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); /* ✅ обертається, але не зсувається */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 26px !important;
  right: 8px !important;
}

.payment_method_wayforpay label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
}
.payment_method_wayforpay label::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 28px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE1NTFfMzE5MjgpIj4KPHBhdGggZD0iTTIuMDUxMjggNy4xNzk0NEgzNy45NDg3QzM5LjA4MTYgNy4xNzk0NCA0MCA4LjA5Nzg1IDQwIDkuMjMwNzNWMzAuNzY5MkM0MCAzMS45MDIxIDM5LjA4MTYgMzIuODIwNSAzNy45NDg3IDMyLjgyMDVIMi4wNTEyOEMwLjkxODQxIDMyLjgyMDUgMCAzMS45MDIxIDAgMzAuNzY5MlY5LjIzMDczQzAgOC4wOTc4NSAwLjkxODQxIDcuMTc5NDQgMi4wNTEyOCA3LjE3OTQ0WiIgZmlsbD0iIzBFNDU5NSIvPgo8cGF0aCBkPSJNMTUuMDM2MSAyNS4wNjMxTDE2Ljc0NjkgMTUuMDI0MUgxOS40ODMzTDE3Ljc3MTIgMjUuMDYzMUgxNS4wMzYxWk0yNy42NTcxIDE1LjI0MDVDMjcuMTE1IDE1LjAzNzEgMjYuMjY1NCAxNC44MTg4IDI1LjIwNDcgMTQuODE4OEMyMi41MDA4IDE0LjgxODggMjAuNTk2MiAxNi4xODA0IDIwLjU4MDEgMTguMTMxOEMyMC41NjQ3IDE5LjU3NDQgMjEuOTM5OCAyMC4zNzkxIDIyLjk3NzYgMjAuODU5M0MyNC4wNDI4IDIxLjM1MTQgMjQuNDAwOCAyMS42NjUyIDI0LjM5NTggMjIuMTA0NkMyNC4zODkgMjIuNzc3NSAyMy41NDUyIDIzLjA4NDkgMjIuNzU4NyAyMy4wODQ5QzIxLjY2MzUgMjMuMDg0OSAyMS4wODE3IDIyLjkzMjcgMjAuMTgzIDIyLjU1NzlMMTkuODMwNCAyMi4zOTg0TDE5LjQ0NjMgMjQuNjQ1OEMyMC4wODU0IDI0LjkyNiAyMS4yNjczIDI1LjE2ODcgMjIuNDk0NCAyNS4xODEzQzI1LjM3MDggMjUuMTgxMyAyNy4yMzggMjMuODM1NCAyNy4yNTkzIDIxLjc1MTVDMjcuMjY5NiAyMC42MDk1IDI2LjU0MDYgMTkuNzQwNCAyNC45NjE5IDE5LjAyMzlDMjQuMDA1NCAxOC41NTk1IDIzLjQxOTcgMTguMjQ5NiAyMy40MjU5IDE3Ljc3OTRDMjMuNDI1OSAxNy4zNjIxIDIzLjkyMTcgMTYuOTE1OCAyNC45OTI5IDE2LjkxNThDMjUuODg3OCAxNi45MDIgMjYuNTM2IDE3LjA5NzEgMjcuMDQxIDE3LjMwMDRMMjcuMjg2MiAxNy40MTYzTDI3LjY1NzEgMTUuMjQwNVpNMzQuNjk4NiAxNS4wMjM5SDMyLjU4NDJDMzEuOTI5MSAxNS4wMjM5IDMxLjQzODkgMTUuMjAyNyAzMS4xNTEzIDE1Ljg1NjRMMjcuMDg3NSAyNS4wNTY0SDI5Ljk2MDlDMjkuOTYwOSAyNS4wNTY0IDMwLjQzMDYgMjMuODE5NCAzMC41MzY5IDIzLjU0NzhDMzAuODUxIDIzLjU0NzggMzMuNjQyMyAyMy41NTIxIDM0LjA0MTQgMjMuNTUyMUMzNC4xMjMyIDIzLjkwMzYgMzQuMzc0MiAyNS4wNTY0IDM0LjM3NDIgMjUuMDU2NEgzNi45MTM0TDM0LjY5ODYgMTUuMDIzNlYxNS4wMjM5Wk0zMS4zNDM5IDIxLjUwNjVDMzEuNTcwMSAyMC45MjgxIDMyLjQzNDEgMTguNzAwMiAzMi40MzQxIDE4LjcwMDJDMzIuNDE3OSAxOC43MjcgMzIuNjU4NyAxOC4xMTkgMzIuNzk2OSAxNy43NDJMMzIuOTgxOCAxOC42MDc2QzMyLjk4MTggMTguNjA3NiAzMy41MDU4IDIxLjAwNCAzMy42MTUzIDIxLjUwNjVIMzEuMzQzOVpNMTIuNzEzMSAxNS4wMjM5TDEwLjAzNDEgMjEuODcwMUw5Ljc0ODYzIDIwLjQ3ODhDOS4yNDk5MSAxOC44NzUxIDcuNjk2MDYgMTcuMTM3NSA1Ljk1ODk4IDE2LjI2NzZMOC40MDg1MiAyNS4wNDcxTDExLjMwMzcgMjUuMDQzOEwxNS42MTE2IDE1LjAyMzhIMTIuNzEzMSIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTcuNTM1MTcgMTUuMDIzNkgzLjEyMjgxTDMuMDg3ODkgMTUuMjMyNUM2LjUyMDYxIDE2LjA2MzUgOC43OTE5OSAxOC4wNzE2IDkuNzM1MDcgMjAuNDg0M0w4Ljc3NTU4IDE1Ljg3MUM4LjYwOTk0IDE1LjIzNTMgOC4xMjk1OCAxNS4wNDU2IDcuNTM1MjggMTUuMDIzNCIgZmlsbD0iI0YyQUUxNCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE1NTFfMzE5MjgiPgo8cmVjdCB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==), url(../images/pr-optimized-Mastercard.svg);
  background-repeat: no-repeat;
  background-size: 36px 28px, 36px 28px;
  background-position: left center, right center;
}
.payment_method_wayforpay label img {
  display: none;
}

.woocommerce-checkout-review-order-container > .blockUI.blockMsg,
.woocommerce-checkout-review-order-table > .blockUI.blockMsg,
#order_review > .blockUI.blockMsg,
.woocommerce-checkout-review-order > .blockUI.blockMsg {
  display: none !important;
  background: none !important;
  background-image: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.woocommerce-checkout-review-order-container > .blockUI.blockMsg::before, .woocommerce-checkout-review-order-container > .blockUI.blockMsg::after,
.woocommerce-checkout-review-order-table > .blockUI.blockMsg::before,
.woocommerce-checkout-review-order-table > .blockUI.blockMsg::after,
#order_review > .blockUI.blockMsg::before,
#order_review > .blockUI.blockMsg::after,
.woocommerce-checkout-review-order > .blockUI.blockMsg::before,
.woocommerce-checkout-review-order > .blockUI.blockMsg::after {
  content: none !important;
  display: none !important;
}

.woocommerce-checkout-review-order-container > .blockUI.blockOverlay,
.woocommerce-checkout-review-order-table > .blockUI.blockOverlay,
#order_review > .blockUI.blockOverlay,
.woocommerce-checkout-review-order > .blockUI.blockOverlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.woocommerce-checkout-review-order-container > .blockUI.blockOverlay::before, .woocommerce-checkout-review-order-container > .blockUI.blockOverlay::after,
.woocommerce-checkout-review-order-table > .blockUI.blockOverlay::before,
.woocommerce-checkout-review-order-table > .blockUI.blockOverlay::after,
#order_review > .blockUI.blockOverlay::before,
#order_review > .blockUI.blockOverlay::after,
.woocommerce-checkout-review-order > .blockUI.blockOverlay::before,
.woocommerce-checkout-review-order > .blockUI.blockOverlay::after {
  content: none !important;
  display: none !important;
}

.woocommerce-order-details {
  padding: 44px 0px 64px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .woocommerce-order-details {
    grid-template-columns: auto;
  }
}
.woocommerce-order-details__content .order-thank-you-title {
  font-family: "MontserratAlternates";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 24px;
  color: #FFF8EA;
}
@media screen and (max-width: 576px) {
  .woocommerce-order-details__content .order-thank-you-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.woocommerce-order-details__content .order-message {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FCFEFF;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .woocommerce-order-details__content .order-message {
    font-size: 16px;
    line-height: 24px;
  }
}
.woocommerce-order-details__content .order-info {
  margin-bottom: 32px;
}
.woocommerce-order-details__content .order-info .order-info-item {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}
.woocommerce-order-details__content .order-info .order-info-item:first-child {
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .woocommerce-order-details__content .order-info .order-info-item {
    font-size: 16px;
    line-height: 24px;
  }
}
.woocommerce-order-details__content .order-additional-message {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .woocommerce-order-details__content .order-additional-message {
    font-size: 16px;
    line-height: 24px;
  }
}
.woocommerce-order-details__img img {
  max-height: 660px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .woocommerce-order-details__img img {
    margin: auto;
  }
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/swiper.min.css ***!
  \******************************************************************************************************************/
/**
 * Swiper 9.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 12, 2023
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/modules/navigation/navigation.min.css ***!
  \*****************************************************************************************************************************************/
:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/modules/pagination/pagination.min.css ***!
  \*****************************************************************************************************************************************/
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
