@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?1ofbpn");
  src: url("../fonts/icomoon.eot?1ofbpn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1ofbpn") format("truetype"), url("../fonts/icomoon.woff?1ofbpn") format("woff"), url("../fonts/icomoon.svg?1ofbpn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-call:before {
  content: "\e900"; }

.icon-email:before {
  content: "\e901"; }

.icon-telegram:before {
  content: "\e902"; }

.icon-viber:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e947"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-arrow-right:before {
  content: "\ea3c"; }

.icon-cart:before {
  content: "\e93a"; }

body {
  font-family: "Nunito", sans-serif; }

p {
  margin: 0 0 10px 0; }

address {
  margin: 0; }

.page {
  margin: 0; }

.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto; }

.container-flex {
  display: flex;
  flex-wrap: wrap; }

.site.spirt {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

body:not(.home) .site-main {
  padding-top: 45px; }
  @media screen and (max-width: 992px) {
    body:not(.home) .site-main {
      padding-top: 30px; } }

.banner {
  margin: 0 auto;
  width: 100%;
  height: 490px;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../images/banner-big.webp);
  margin-top: -54px; }

@media screen and (max-width: 992px) {
  .banner {
    border-radius: 0; } }

@media screen and (max-width: 992px) {
  .site-content {
    padding-top: 0; } }

.d-flex {
  display: flex; }

.w-100 {
  width: 100%; }

.text-center {
  text-align: center; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.list-no-style {
  list-style: none;
  padding: 0;
  margin: 0; }

a:hover,
button:hover {
  color: #4fa2a2;
  border-color: inherit; }

.breadcrumb {
  display: flex;
  align-items: center; }

.breadcrumb span {
  padding: 0 3px; }

.breadcrumb .post {
  margin: 0; }

.breadcrumb a {
  color: #958b00; }

.breadcrumb a:hover {
  opacity: 0.7; }

.breadcrumb a:visited {
  color: #958b00; }

@keyframes slide-in {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

.site-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  z-index: 1; }

.site-header .site-branding {
  display: none;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 992px) {
    .site-header .site-branding {
      display: flex; } }

@media screen and (max-width: 992px) {
  .site-header {
    position: sticky;
    top: 0; } }

.site-header .logo {
  font-size: 36px;
  font-weight: 700;
  color: #958b00;
  text-decoration: none; }

@media screen and (max-width: 992px) {
  .site-header .logo {
    margin-left: 15px; } }

.site-header-left {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff; }

@media screen and (max-width: 992px) {
  .site-header-left {
    width: 100%;
    padding: 10px 0;
    position: relative;
    background-color: #2c2d32;
    z-index: 1; } }

.footer {
  margin-top: auto;
  color: #fff;
  background-color: #2c2d32; }

.footer-column {
  width: 50%;
  padding: 0 15px; }

@media screen and (max-width: 767px) {
  .footer-column {
    width: 100%;
    margin-bottom: 20px; } }

.footer-column-title {
  font-size: 18px;
  margin: 0 0 15px 0; }

@media screen and (max-width: 767px) {
  .footer-column-title {
    margin: 0 0 10px 0; } }

@media screen and (max-width: 767px) {
  .footer-column:first-child {
    order: 0; } }

.footer .container {
  padding: 10px 0; }

.footer .description {
  padding-top: 12px; }

.footer-nav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 260px; }

@media screen and (max-width: 767px) {
  .footer-nav {
    max-width: 100%; } }

.footer-nav .menu-item {
  white-space: nowrap; }

.footer-nav .menu-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 12px 18px 12px 0; }
  @media screen and (max-width: 767px) {
    .footer-nav .menu-item a {
      padding: 8px 12px 8px 0; } }

.footer-nav .menu-item a:hover {
  color: #958b00; }

.contact-block .contact-holder {
  display: flex;
  padding: 12px 18px 12px 0; }

.contact-block .contact-holder a {
  display: inline-block;
  text-decoration: none;
  color: #fff; }

.contact-block .contact-holder.multiple-rows {
  padding-left: 70px;
  flex-wrap: wrap;
  position: relative; }

.contact-block .contact-holder.multiple-rows .title {
  position: absolute;
  left: 0;
  top: 12px; }

.contact-block .contact-holder.multiple-rows a {
  width: 100%; }

.contact-block .title {
  display: inline-block;
  margin-right: 10px; }

.footer-bottom {
  padding: 15px;
  background-color: #958b00; }

.copyright {
  margin: 0; }

.single-post .post {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.single-post .post .entry-header {
  width: 100%; }

.single-post .post > .post-thumbnail {
  max-width: 500px;
  border-radius: 25px;
  overflow: hidden; }

.single-post .post > .product-details {
  margin: 0 20px; }

.single-post .post .product-details select {
  padding: 0 5px;
  border: 2px solid #958b00;
  border-radius: 4px; }

.single-post .post .order-actions {
  display: flex;
  flex-wrap: wrap; }

.single-post .post .order-actions .btn, .single-post .post .order-actions input.wpcf7-submit[type="submit"] {
  margin: 0 15px; }

.single-post .post .order-actions .btn-order {
  width: 100%;
  margin-bottom: 25px; }

.single-post .post .order-actions .btn-to-cart {
  flex-grow: 1; }

.single-post .post .entry-title {
  padding-left: 60px; }
  @media screen and (max-width: 992px) {
    .single-post .post .entry-title {
      padding-left: 0;
      font-size: 27px; } }

.error404 .site {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.error404 .site-content {
  flex-grow: 1;
  display: flex; }

.error404 .site-content:before,
.error404 .site-content:after {
  display: none; }

.error404 .content-area {
  width: 100%; }

.error404 .site-main {
  display: flex;
  width: 100%;
  height: 100%; }

.error404 .footer {
  margin-top: auto; }

.error-404 {
  width: 100%;
  padding: 15px 0 30px; }

.error-404 .container-flex {
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.error-404 .single-link {
  display: inline-block;
  color: #0088ff;
  text-decoration: none; }

.error-404 .single-link:hover {
  opacity: 0.7; }

.text-404 {
  font-size: 120px;
  font-weight: 700;
  display: inline-block; }

.btn, input.wpcf7-submit[type="submit"] {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0.8px;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer; }

.btn-blue, input.wpcf7-submit[type="submit"] {
  color: #fff;
  background-color: #958b00; }

.btn-blue:hover, input.wpcf7-submit:hover[type="submit"] {
  background-color: #958b00; }

.btn-orange {
  background: #958b00;
  color: #fff;
  border: 2px solid #958b00; }

.btn-orange:hover {
  background: #fff;
  color: #958b00; }

.btn-primary-outline {
  color: #958b00;
  background: transparent;
  border: 2px solid #958b00; }

.btn-primary-outline:hover {
  background: #958b00;
  color: #fff; }

.btn-close {
  position: absolute;
  display: block;
  background: transparent;
  outline: 0;
  border: 0;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer; }

@media screen and (max-width: 600px) {
  .btn-close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px; } }

.btn-close:after,
.btn-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 2px;
  background-color: #958b00; }

.btn-close:before {
  width: 2px;
  height: 100%; }

.btn-close:hover {
  opacity: 0.7; }

.discount-button {
  position: absolute;
  display: block;
  padding: 0;
  outline: 0;
  background: none;
  border: 0;
  box-shadow: none;
  width: 60px;
  height: 60px;
  top: -20px;
  right: calc(100% - 40px); }

.discount-button svg {
  width: 60px;
  height: 60px;
  transform: rotate(0deg); }

.discount-button.animate {
  animation: slide-in 5s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-delay: 1s; }

.header-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #2c2d32;
  color: #fff; }
  .header-top .site-branding {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .header-top a:hover, .header-top button:hover {
    text-decoration: underline; }

@media screen and (max-width: 992px) {
  .header-top {
    display: none; } }

.custom-logo-link img {
  display: block; }

.header-top .call-back {
  font-size: 16px;
  font-weight: 500;
  border: 0;
  padding: 10px;
  color: #fff;
  background: none;
  cursor: pointer; }

.header-top .call-back:hover {
  opacity: 0.7; }

.contact-list,
.link-list {
  display: flex; }

.contact-list {
  flex-direction: column;
  align-items: center; }

.contact-list li,
.link-list li {
  display: flex;
  align-items: center; }

.contact-list a,
.link-list a {
  color: #fff;
  text-decoration: none; }

.contact-list .contact-link {
  margin-right: 5px; }

.contact-list .contact-link .icon-call {
  margin-right: 5px; }

.link-list {
  display: flex; }

.link-list li {
  margin-right: 12px; }

.navigation {
  display: flex;
  width: max-content;
  max-width: max-content;
  align-items: center;
  padding: 10px;
  margin: 0 auto;
  justify-content: center;
  border-radius: 0 0 25px 25px;
  background-color: #2c2d32;
  position: relative; }
  .navigation::after, .navigation::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #2c2d32;
    top: 0px;
    right: 100%;
    -webkit-mask-image: radial-gradient(circle at bottom left, transparent 25px, black 26px);
    mask-image: radial-gradient(circle at bottom left, transparent 25px, black 25px); }
    @media screen and (max-width: 992px) {
      .navigation::after, .navigation::before {
        content: '';
        display: none; } }
  .navigation::before {
    right: auto;
    left: 100%;
    -webkit-mask-image: radial-gradient(circle at bottom right, transparent 25px, black 26px);
    mask-image: radial-gradient(circle at bottom right, transparent 25px, black 25px); }

@media screen and (max-width: 992px) {
  .navigation {
    flex-grow: 0;
    width: 100%;
    max-width: 100%;
    position: absolute;
    background: none;
    border-radius: 0; } }

.menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.3s; }

@media screen and (max-width: 992px) {
  .menu {
    position: absolute;
    width: 100%;
    flex-direction: column;
    left: 0;
    top: 0;
    transform: translateY(calc(-100%));
    background-color: #2c2d32;
    z-index: -1; }
  .toggled .menu {
    transform: translateY(37px); } }

.menu-item {
  position: relative; }

@media screen and (min-width: 992px) {
  .menu-item:hover .sub-menu {
    visibility: visible; } }

@media screen and (max-width: 992px) {
  .menu-item {
    margin-bottom: 10px; } }

.menu-item a {
  display: inline-block;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative; }

@media screen and (max-width: 992px) {
  .menu-item a {
    font-size: 18px;
    padding: 10px; } }

.menu-item a:hover {
  color: #958b00; }

.menu .sub-menu {
  position: absolute;
  min-width: 100%;
  width: max-content;
  list-style: none;
  padding: 15px;
  margin: 0;
  background-color: #2c2d32;
  visibility: hidden;
  border-radius: 6px;
  z-index: 1; }

.menu .sub-menu li {
  margin-bottom: 5px; }
  .menu .sub-menu li a {
    color: #fff; }
    .menu .sub-menu li a:hover {
      color: #958b00; }

@media screen and (max-width: 992px) {
  .menu-item-has-children > a:after {
    display: none; } }

.menu-item-has-children > a:hover:after {
  border-color: #958b00; }

@media screen and (max-width: 992px) {
  .pll-parent-menu-item > a {
    position: relative;
    display: inline-block; }
  .pll-parent-menu-item > a:after {
    content: "";
    position: absolute;
    display: block;
    left: 100%;
    top: 18px;
    width: 9px;
    height: 9px;
    background-color: transparent;
    transform: rotate(45deg);
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #958b00; }
  .pll-parent-menu-item > a.open:after {
    border-width: 3px 0px 0px 3px;
    top: 21px; }
  .pll-parent-menu-item .sub-menu {
    position: static;
    visibility: visible;
    box-shadow: none;
    display: none !important; }
  .pll-parent-menu-item .sub-menu .current-lang {
    display: none; }
  .pll-parent-menu-item .sub-menu.show {
    display: block !important; } }

.menu-toggle {
  position: absolute;
  display: none;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  cursor: pointer; }

@media screen and (max-width: 992px) {
  .menu-toggle {
    display: block; } }

.menu-toggle:after {
  content: "";
  display: block;
  background: #958b00;
  box-shadow: 0 -11px #958b00, 0 11px #958b00;
  height: 3px;
  margin: -3px auto;
  position: absolute;
  top: 50%;
  width: 40px;
  border-radius: 25px; }

.cart {
  position: relative; }

@media screen and (max-width: 992px) {
  .cart {
    display: none; } }

.cart a {
  color: #fff; }

.cart a:before {
  content: "\e93a";
  font-family: "icomoon";
  display: block; }

.cart-count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  top: -2px;
  width: 15px;
  height: 15px;
  background-color: #958b00;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 1; }

.mobile-cart {
  display: none;
  margin-left: auto;
  background: none;
  border: 0;
  font-size: 18px;
  color: #958b00;
  cursor: pointer; }

@media screen and (max-width: 992px) {
  .mobile-cart {
    display: block; } }

.mobile-cart:before {
  content: "\e93a";
  font-family: "icomoon";
  display: block; }

.mobile-cart .cart-count {
  top: 3px;
  right: 11px; }

.product-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 70px;
  margin: 0 -30px; }
  @media screen and (max-width: 1200px) {
    .product-grid {
      margin: 0 -15px;
      padding: 30px 0 50px; } }
  @media screen and (max-width: 992px) {
    .product-grid {
      padding: 15px 0 30px; } }

.product-grid-item,
.product-grid .post {
  width: calc((100% / 3) - 30px);
  margin: 15px;
  background-color: #fff;
  overflow: hidden; }

@media screen and (max-width: 1200px) {
  .product-grid-item,
  .product-grid .post {
    width: calc(33.33% - 30px);
    margin: 15px; } }

@media screen and (max-width: 1024px) {
  .product-grid-item,
  .product-grid .post {
    width: calc(50% - 30px); } }

@media screen and (max-width: 1024px) {
  .product-grid-item,
  .product-grid .post {
    width: 100%; } }

.product-grid .post-thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  border-width: 2px 2px 0px 2px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-style: solid;
  border-color: #958b00; }
  .product-grid .post-thumbnail:before {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    left: -25%;
    top: -25%;
    border-radius: 100%;
    background-color: #958b00; }

.product-grid .post-thumbnail img {
  display: block; }

.product-grid .img-holder {
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.product-grid .img-holder img {
  height: 100%;
  width: auto; }

.product-grid .product-details {
  padding: 10px 30px 15px;
  font-size: 15px;
  text-align: left;
  border-width: 0px 2px 2px 2px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-style: solid;
  border-color: #958b00; }

.product-grid .product-name {
  margin: 0 0 10px 0; }

.product-grid .product-name span {
  display: inline-block;
  margin-left: 5px; }

.product-grid .product-description ul,
.product-description ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0; }

.product-grid .order-actions {
  display: flex;
  flex-direction: column; }

.product-grid .order-actions .btn, .product-grid .order-actions input.wpcf7-submit[type="submit"] {
  flex-grow: 1; }

.product-grid .order-actions .btn-order {
  margin-bottom: 15px; }

.product-grid .order-actions select {
  border: 2px solid #958b00;
  border-radius: 4px;
  padding: 0 5px;
  margin-right: 15px;
  cursor: pointer; }

.product-grid .product-price {
  font-weight: 700; }

.product-grid .product-price span {
  display: inline-block;
  margin-left: 5px; }

.product-grid .product-price span:after {
  content: "грн.";
  display: inline-block;
  margin-left: 1px; }

.prices-list, .product-grid .prices-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; }

.product-grid.single-item {
  margin: 0 auto;
  padding: 15px 0; }

.product-grid.single-item .post {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto; }

.product-grid.single-item .post .entry-header {
  width: 100%; }

.product-grid.single-item .post .post-thumbnail {
  width: 40%; }

.product-grid.single-item .post .product-details {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  width: 60%;
  border: 0; }

@media screen and (max-width: 992px) {
  .product-grid.single-item .post {
    padding: 15px;
    width: 100%; }
  .product-grid.single-item .post .post-thumbnail {
    width: 100%; }
  .product-grid.single-item .post .product-details {
    width: 100%; } }

.order-popup-holder {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none; }

.order-popup-holder.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.order-popup {
  position: relative;
  width: calc(100% - 30px);
  max-width: 460px;
  padding: 30px;
  border: 2px solid #958b00;
  background-color: #fff;
  margin: 0 auto; }

.order-info-row {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px; }

.orders-list {
  list-style: none;
  margin: 10px 0;
  padding: 0; }

.orders-list li {
  display: flex;
  align-items: center; }

.orders-list span {
  display: inline-block;
  margin-right: 5px; }

.orders-list .btn-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background-color: unset;
  cursor: pointer; }

input[type="submit"].wpcf7-submit:hover {
  opacity: 0.8; }

input[type="text"].wpcf7-form-control,
input[type="email"].wpcf7-form-control,
input[type="tel"].wpcf7-form-control,
select.wpcf7-form-control {
  padding: 14px 22px;
  width: 100%; }

.wpcf7-response-output {
  display: none !important; }

.telegram-notification {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #7cddfc;
  max-width: 260px;
  padding: 10px;
  border-radius: 10px;
  transform: translateX(101%);
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 2.5s cubic-bezier(0.075, 0.82, 0.165, 1); }

.telegram-notification.messengers {
  padding-top: 40px; }

.telegram-notification-buttons {
  display: flex;
  justify-content: center; }

.telegram-notification-buttons a {
  margin: 0 5px; }

.telegram-notification b {
  color: red; }

@media screen and (max-width: 600px) {
  .telegram-notification {
    max-width: calc(100% - 30px);
    left: 20px; } }

.telegram-notification.show {
  transform: translateX(0); }

.telegram-notification img {
  display: block;
  margin: 0 auto; }

.telegram-notification .btn-close {
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px; }
  .telegram-notification .btn-close:after, .telegram-notification .btn-close:before {
    background-color: #2c2d32; }

.telegram-notification .btn, .telegram-notification input.wpcf7-submit[type="submit"] {
  display: block;
  padding: 12px 18px;
  margin: 0 auto;
  max-width: max-content;
  background-color: #958b00;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s; }

.telegram-notification .btn-icon {
  margin: -25px auto 0;
  display: block;
  width: max-content; }

.telegram-notification .btn:hover, .telegram-notification input.wpcf7-submit:hover[type="submit"] {
  background-color: #fff;
  color: #958b00; }
