@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
body {
  padding-top: 140px;
}
body.admin-bar {
  padding-top: 140px;
}
@media (max-width: 767.98px) {
  body {
    padding-top: 60px;
  }
  body.admin-bar {
    padding-top: 123px;
  }
}

.card.box-shadow {
  overflow: hidden;
}

nav.navbar {
  padding: 0;
  display: block;
  top: 0px;
}
nav.navbar.is-admin {
  top: 30px;
}
@media (max-width: 767.98px) {
  nav.navbar.is-admin {
    top: 0;
  }
}

.header--main {
  background: #0D53A0;
  color: #fff;
}
.header--main .col-c {
  padding-top: 18px;
  padding-bottom: 13px;
  line-height: 130%;
}
.header--main .col-c--logo {
  padding-top: 10px;
  padding-bottom: 8px;
}
@media (max-width: 767.98px) {
  .header--main .col-c--logo .logo {
    width: 113px;
    height: auto;
  }
}
.header--main .col-c p.description {
  text-wrap: nowrap;
  margin: 0;
}
.header--main .col-c a {
  color: #fff;
  text-decoration: none;
}
.header--main .col-c svg.bi {
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.header--main .col-c .phone {
  color: #fff3cf;
}
.header--main .col-c .phone span {
  font-weight: 600;
}
.header--main .col-c ul.custom-language-switcher {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.header--main .col-c ul.custom-language-switcher li {
  padding: 0;
  margin: 0;
}
.header--main .phone-icon {
  display: inline-block;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50% 50%;
  text-align: center;
}
.header--main .phone-icon svg {
  margin-top: 1px;
  width: 18px !important;
  height: 18px !important;
  opacity: 1 !important;
}
@media (max-width: 767.98px) {
  .header--menu {
    display: none;
  }
}
.header--menu.is-open {
  display: block;
}
.header--menu {
  background: rgb(233, 233, 233);
  background: linear-gradient(0deg, rgb(233, 233, 233) 0%, rgb(255, 255, 255) 100%);
  border-bottom: 1px solid #ced4da;
}
.header--menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header--menu ul.menu li.menu-item {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  padding-right: 20px;
}
.header--menu ul.menu li.menu-item a {
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  color: #0D53A0;
  overflow: hidden;
}
.header--menu ul.menu li.menu-item a::after {
  display: block;
  content: "";
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  background: #0D53A0;
}
.header--menu ul.menu li.menu-item a:hover {
  color: #fd7e14;
}
.header--menu ul.menu li.menu-item a:hover::after {
  bottom: 0;
}
.header--menu ul.menu li.menu-item.current_page_item a {
  color: #fd7e14;
}
@media (max-width: 767.98px) {
  .header--menu ul.menu {
    padding: 20px 0;
  }
  .header--menu ul.menu li.menu-item {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .header--menu ul.menu li.menu-item:last-child {
    border: none;
  }
  .header--menu ul.menu li.menu-item a {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .header--menu {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: calc(100vh - 60px);
    overflow-y: auto;
  }
}
.header--menu .mobile-menu-phone-and-address {
  background: #0D53A0;
  margin: 20px -20px 0 -20px;
  padding: 10px 20px;
  color: #FFF;
}
.header--menu .mobile-menu-phone-and-address div {
  margin-top: 10px;
}
.header--menu .mobile-menu-phone-and-address a {
  text-decoration: none;
  color: #fff;
}
.header--menu .mobile-menu-phone-and-address svg {
  color: white;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}

#js-directions {
  width: 750px;
  font-family: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
#js-directions a {
  text-decoration: none;
  color: #0D53A0 !important;
  line-height: 120%;
  height: auto;
  position: inherit;
}
#js-directions a:hover {
  color: #0a3e78 !important;
}
#js-directions a:hover::after {
  display: none;
}
#js-directions ul {
  list-style: none;
  font-weight: bold;
}
#js-directions ul ul {
  font-weight: normal;
}
#js-directions .subcategories > li {
  padding-bottom: 6px;
}
#js-directions .subcategories > li li {
  padding-bottom: 3px;
}
@media (max-width: 767.98px) {
  #js-directions {
    width: auto;
    position: relative;
    box-shadow: none;
    background: none;
  }
  #js-directions .border.bg-light {
    background: none !important;
    border: none !important;
  }
  #js-directions h4 {
    font-size: 15px;
    color: #999;
  }
  #js-directions .subcategories {
    border-left: 1px solid #999;
  }
  #js-directions ul.child-categories {
    margin-top: 13px;
  }
  #js-directions ul.child-categories li {
    padding-bottom: 8px;
  }
}

.menu-item {
  position: relative;
}
.menu-item:first-child:hover #js-directions {
  display: block;
}

.hero-background {
  margin: 0;
  position: relative;
}
.hero-background:before {
  content: "";
  background-size: cover;
  background-position-x: left;
  background-position-y: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.hero-background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#hero-section {
  margin-top: 0;
  position: relative;
  z-index: 2;
}
#hero-section h3 {
  color: white;
}
#hero-section form {
  display: block;
  width: 25%;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
#hero-section form h3 {
  font-size: 1.4rem;
}
#hero-section form select {
  margin-bottom: 20px;
  width: 100%;
  min-width: none;
}
#hero-section form .btn.btn-primary {
  filter: drop-shadow(0px 0px 15px black);
}
@media (max-width: 767.98px) {
  #hero-section .search-cell {
    padding: 0;
  }
  #hero-section .d-flex {
    display: block !important;
  }
  #hero-section form {
    width: 100%;
  }
}

.short-product-section {
  padding: 0px;
  margin-bottom: 20px;
}
.short-product-section h4 {
  background: #eeeeee;
  padding: 5px 20px;
  font-size: 18px;
  margin-bottom: 0;
}
.short-product-section div.content {
  padding: 10px 20px 0 20px;
}

.calendar-table {
  font-size: 15px;
  line-height: 19px;
}
.calendar-table .title {
  background: #0D53A0;
  color: #FFFFFF;
}
.calendar-table .title th:first-child {
  padding-left: 20px;
}
.calendar-table .title span.month {
  font-weight: normal;
  opacity: 0.5;
  font-size: 13px;
}
.calendar-table .subtitle {
  font-weight: bold;
}
.calendar-table a {
  text-decoration: none;
}
.calendar-table .price {
  white-space: nowrap;
  color: #fd7e14;
}
.calendar-table th, .calendar-table td {
  padding: 8px 7px 8px 7px;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  vertical-align: top;
}
.calendar-table td:first-child {
  background: #f8f9fa;
  padding-left: 20px;
}
.calendar-table .month-dates p {
  margin-bottom: 7px;
}

@media (max-width: 767.98px) {
  .calendar-container {
    display: block;
    overflow-x: auto;
    max-width: 100%;
  }
}

.pravoslavie-plugin .image {
  border: 1px solid black;
}
.pravoslavie-plugin .text {
  font-size: 13px;
}

.wc-block-breadcrumbs {
  display: none;
}

.product-template-default .wp-block-post-title, .product-template-default .wp-block-woocommerce-product-price {
  display: none;
}

.products-block-post-template .wp-block-post.product {
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.products-block-post-template .wp-block-post.product h3 {
  padding: 0 20px;
}
.products-block-post-template .wp-block-post.product .has-text-align-center.wp-block-post-title.has-medium-font-size {
  display: none;
}
.products-block-post-template .wp-block-post.product .wp-block-woocommerce-product-price {
  display: none;
}

.row .card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.row .card h4, .row .card .h4 {
  font-size: 1.2rem;
}

.wp-block-post.product h3, .search-results h5.card-title {
  font-size: 1.2rem;
}

.woocommerce .product {
  margin-top: 70px;
}
.woocommerce .product h1 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .woocommerce .product {
    margin-top: 20px;
  }
}
.woocommerce .wp-block-columns {
  margin-bottom: 40px;
}
.woocommerce .wp-block-columns.is-layout-flex {
  gap: 3rem;
}
.woocommerce .product-prefix {
  margin-top: 0;
  color: #c20000;
  margin-bottom: 20px;
}
.woocommerce .wpcf7 {
  min-width: 300px;
}
.woocommerce .wpcf7 input[type=text], .woocommerce .wpcf7 input[type=tel], .woocommerce .wpcf7 input[type=email], .woocommerce .wpcf7 button, .woocommerce .wpcf7 select, .woocommerce .wpcf7 textarea {
  width: 100%;
}
.woocommerce.wc-block-product-results-count {
  display: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ccc;
  margin: 0;
}
.accordion-header {
  font-weight: bold;
  color: #0D53A0;
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  position: relative;
}
.accordion-header:before {
  content: "▼";
  font-size: 12px;
  margin-right: 8px;
  color: #0D53A0;
  display: inline-block;
  vertical-align: middle;
}
.accordion-content {
  display: none;
  padding: 10px 10px 20px 10px;
  border-bottom: 1px solid #ccc;
}

footer.wp-block-template-part {
  margin-top: 0;
}
footer.wp-block-template-part .footer-main {
  background: #e7e7e7;
}
footer.wp-block-template-part .footer-main .bg-light {
  background: none !important;
}
footer.wp-block-template-part .footer-main .p-3 {
  padding: 30px 10px 30px 30px !important;
}
footer.wp-block-template-part .footer-main a {
  text-decoration: none;
}
footer.wp-block-template-part .footer-main ul {
  list-style: none;
  font-weight: bold;
}
footer.wp-block-template-part .footer-main ul ul {
  font-weight: normal;
}
footer.wp-block-template-part .footer-main .subcategories > li {
  padding-bottom: 6px;
}
footer.wp-block-template-part .footer-main .subcategories > li li {
  padding-bottom: 3px;
}

@media (max-width: 767.98px) {
  .custom-class {
    display: block;
  }
}
iframe.google-map {
  width: 100% !important;
}
@media (max-width: 767.98px) {
  iframe.google-map {
    height: 500px;
  }
}

/* OWL */
body .owl-carousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
body .owl-carousel .owl-prev, body .owl-carousel .owl-next {
  position: absolute;
  font-size: 50px !important;
  color: #0D53A0 !important;
}
body .owl-carousel .owl-prev {
  left: -30px;
}
body .owl-carousel .owl-next {
  right: -30px;
}

/* Bootstrap */
body .btn-primary {
  background-color: #ff8500;
  border-color: #ff8500;
}

body .btn-primary:hover {
  background-color: #e37600;
  border-color: #e37600;
}

/*# sourceMappingURL=palomnik-styles.css.map */
