/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  background: #FFFFFF;
  color: #716666;
}
body.menu-active {
  overflow: hidden;
  position: fixed;
}

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

strong, b {
  font-weight: 700;
  color: #29191A;
}

a {
  color: #29191A;
  text-decoration: none;
}
a:hover {
  color: #29191A;
  text-decoration: underline;
}
a:focus {
  outline: none;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: "Tinos", serif;
  color: #29191A;
  letter-spacing: 0.04em;
}

.button {
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.button.button-primary {
  background: #29191A;
  color: #FFFFFF;
  text-decoration: none;
}
.button.button-primary:hover {
  background: #140B0B;
  text-decoration: none;
}

.section-title-description {
  margin-bottom: 3.5rem;
}
.section-title-description .section-title {
  font-family: "Tinos", serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #29191A;
  line-height: 150%;
  margin-bottom: 0;
}
.section-title-description .section-description {
  font-family: "Tinos", serif;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-style: italic;
  color: #C59A8E;
}

.container-1440 {
  max-width: 100rem;
}

.k-tabs {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.k-tabs li {
  margin-right: 1rem;
}
.k-tabs li:last-child {
  margin-right: 0;
}
.k-tabs li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.k-tabs li.ui-state-active a {
  background: #E7E3E2;
  color: #29191A;
}
.k-tabs li.ui-state-hover:not(.ui-state-active) a {
  background: #29191A;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: 40px;
  width: 40px;
  transform: translate(-50%, -50%);
}

[class^=ball-] {
  position: absolute;
  display: block;
  left: 30px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  transition: all 0.5s;
  animation: circleRotate 4s both infinite;
  transform-origin: 0 250% 0;
}

@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}
.ball-1 {
  z-index: -1;
  background-color: #810000;
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
}

.ball-2 {
  z-index: -2;
  background-color: #a80000;
  animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9);
}

.ball-3 {
  z-index: -3;
  background-color: #cf0000;
  animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9);
}

.ball-4 {
  z-index: -4;
  background-color: #f70000;
  animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9);
}

.ball-5 {
  z-index: -5;
  background-color: #ff1f1f;
  animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9);
}

.ball-6 {
  z-index: -6;
  background-color: #ff4646;
  animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9);
}

.ball-7 {
  z-index: -7;
  background-color: #ff6d6d;
  animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9);
}

.ball-8 {
  z-index: -8;
  background-color: #ff9595;
  animation-timing-function: cubic-bezier(0.5, 2.4, 0.9, 0.9);
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
  gap: 1rem;
}
.pagination .page-numbers {
  padding: 0 0.5rem;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background: #E7E3E2;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background-color: #29191A;
  color: #FFFFFF;
}
.pagination .page-numbers.current:hover {
  background-color: #29191A;
  color: #FFFFFF;
}
.pagination .page-numbers:hover {
  background-color: #f4f4f4;
}
.pagination .prev,
.pagination .next {
  padding: 0 0.5rem;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
}
.k-header {
  background: #FAF6F4;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.k-header .col-language-switcher {
  text-align: right;
}
.k-header .col-language-switcher .lang-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.k-header .col-language-switcher .lang-list .lang-item {
  margin-right: 0.5rem;
}
.k-header .col-language-switcher .lang-list .lang-item:last-child {
  margin-right: 0;
}
.k-header .col-language-switcher .lang-list .lang-item a {
  text-decoration: none;
  display: block;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.k-header .col-language-switcher .lang-list .lang-item a:hover {
  text-decoration: none;
  color: #29191A;
  background-color: #E7E3E2;
}
.k-header .col-language-switcher .lang-list .lang-item.current-lang a {
  background: #C59A8E;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.burger-menu, .burger-menu-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.k-menu {
  padding: 1.5rem 0.75rem;
  background: #FFFFFF;
}
.k-menu .site-name {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.k-menu .site-name:hover {
  text-decoration: none;
  color: #29191A;
}
.k-menu .site-name .site-name__short-name {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Tinos", serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.5em;
}
.k-menu .site-name .site-name__full_name {
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #716666;
}
.k-menu .menu-container .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 3rem;
}
.k-menu .menu-container .menu .menu-item {
  position: relative;
}
.k-menu .menu-container .menu .menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.k-menu .menu-container .menu .menu-item a:hover {
  text-decoration: none;
  color: #29191A;
  background-color: #E7E3E2;
}
.k-menu .menu-container .menu .menu-item.current_page_item > a, .k-menu .menu-container .menu .menu-item.current-page-parent > a, .k-menu .menu-container .menu .menu-item.current-menu-parent > a {
  text-decoration: none;
  background: #29191A;
  color: #FFFFFF;
}
.k-menu .menu-container .menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  width: 16rem;
  background: #FFFFFF;
  padding: 1rem;
  -webkit-box-shadow: 0px 10px 39px -14px rgb(41, 25, 26);
  -moz-box-shadow: 0px 10px 39px -14px rgb(41, 25, 26);
  box-shadow: 0px 10px 39px -14px rgb(41, 25, 26);
  z-index: 9999;
  list-style: none;
}
.k-menu .menu-container .menu .menu-item:hover .sub-menu {
  display: inline-block;
}

.k-main-slider {
  overflow: hidden;
}
.k-main-slider .slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.k-main-slider .slides .slide-item {
  position: relative;
}
.k-main-slider .slides .slide-item .slide-image {
  width: 100%;
  padding-top: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.k-main-slider .slides .slide-item .slide-content {
  position: absolute;
  width: 50rem;
  left: 0;
  bottom: 0;
  padding: 2rem 3rem;
  background: rgba(255, 255, 255, 0.8);
  color: #29191A;
}
.k-main-slider .slides .slide-item .slide-content .slide-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}
.k-main-slider .slides .slide-item .slide-content .slide-description {
  margin-bottom: 2rem;
}

.k-main-news {
  padding: 4rem 0 6rem 0;
}
.k-main-news.k-announcements {
  padding-bottom: 2rem;
}
.k-main-news .article-item-image {
  overflow: hidden;
}
.k-main-news .article-item-image .article-item-image_link {
  display: block;
  width: 100%;
  padding-top: 60%;
  background-position: center center;
  background-size: cover;
  transition: transform 0.5s;
}
.k-main-news .article-item-image .article-item-image_link:hover {
  transform: scale(1.1);
}
.k-main-news .article-item-title {
  margin: 1rem 0;
  font-family: "Tinos", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
}

.no-image {
  display: block;
  width: 100%;
  padding-top: 60%;
  background: #FAF6F4 url("../img/no-image.png") no-repeat center center;
  background-size: contain;
  position: relative;
}
.no-image .no-image-title {
  font-family: "Tinos", serif;
  color: #716666;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  width: 100%;
  padding: 0.5rem;
  text-transform: uppercase;
}

.section-with-two-columns .col-with-content {
  background: #FAF6F4;
}
.section-with-two-columns .col-with-content .k-content {
  padding: 4rem 6rem;
}
.section-with-two-columns .col-with-content .k-content .section-title-description {
  margin-bottom: 2rem;
}
.section-with-two-columns .col-with-content .k-content .button {
  margin-top: 2rem;
}
.section-with-two-columns .col-with-image {
  background-size: cover;
  background-position: center center;
}

.section-carousel {
  padding: 4rem 0 6rem 0;
}
.section-carousel .carousel-itm {
  padding: 0 0.75rem;
}
.section-carousel .carousel-itm .carousel-itm-image {
  position: relative;
  overflow: hidden;
}
.section-carousel .carousel-itm .carousel-itm-image .carousel-itm-link {
  display: block;
  width: 100%;
  padding-top: 60%;
  background-position: center center;
  background-size: cover;
  transition: transform 0.5s;
}
.section-carousel .carousel-itm .carousel-itm-image .carousel-itm-link:hover {
  transform: scale(1.1);
}
.section-carousel .carousel-itm .carousel-itm-title {
  display: block;
  margin-top: 1rem;
}
.section-carousel .slick-dots {
  width: 100%;
  padding: 0;
  margin: 1rem 0 0 0;
  list-style: none;
  text-align: center;
}
.section-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 0.25rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.section-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 3rem;
  height: 0.25rem;
  background: #716666;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}
.section-carousel .slick-dots li.slick-active button {
  background: #29191A;
}

.square-item .square-item-image {
  position: relative;
  overflow: hidden;
}
.square-item .square-item-image .square-item-link {
  display: block;
  width: 100%;
  padding-top: 80%;
  background-position: center center;
  background-size: cover;
  transition: transform 0.5s;
}
.square-item .square-item-image .square-item-link:hover {
  transform: scale(1.1);
}
.square-item .square-item-title {
  display: block;
  margin-top: 1rem;
  text-align: center;
}

.k-holly-mass {
  padding: 4rem 0 6rem 0;
  background: url("../img/Fot_1.png") no-repeat center;
  background-size: cover;
}
.k-holly-mass .section-title {
  color: #EADEDE;
}
.k-holly-mass .k-tab-content {
  color: #EADEDE;
}
.k-holly-mass .k-tab-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.k-links {
  padding: 5rem 0 4rem 0;
}
.k-links .col-xl-4 {
  margin-bottom: 1.5rem;
}
.k-links .k-link {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2rem 3rem 1.5rem;
  background: #FAF6F4;
  font-family: "Tinos", serif;
  height: 100%;
}
.k-links .k-link:hover {
  text-decoration: none;
  background: #EDDED6;
}
.k-links .k-link .link-subtitle {
  color: #C59A8E;
  font-style: italic;
}
.k-links .k-link .link-title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  line-height: 150%;
  margin-top: 1.25rem;
}

.k-footer {
  padding: 4rem 0 0 0;
  background: #29191A;
  color: #EADEDE;
}
.k-footer .row h3 {
  color: #EADEDE;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.k-footer .row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.k-footer .row ul .footer-details-phones {
  margin-top: 1.5rem;
}
.k-footer .row .footer-details-right {
  text-align: right;
}
.k-footer .row.footer-copyrights {
  font-size: 0.75rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.breadcrumbs {
  background: #FAF6F4;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 150%;
}

.k-post .section-title-description {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.k-post .col-content .content {
  background: #FAF6F4;
  padding: 3.5rem 3rem;
}
.k-post .col-content .content p:last-child {
  margin-bottom: 0;
}
.k-post .col-content .content h1, .k-post .col-content .content h2, .k-post .col-content .content h3, .k-post .col-content .content h4 {
  margin: 0.75em 0;
  line-height: 150%;
  font-weight: 700;
}
.k-post .page-main-image {
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
.k-post .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.k-post .gallery a {
  width: 25%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.k-post .gallery a img {
  width: 100%;
}
.k-post .gallery a figcaption {
  font-size: 0.75rem;
  line-height: 150%;
  margin-top: 0.5rem;
}

.k-parent-page .no-image, .page-template-page-repeater .no-image {
  padding-top: 50%;
}
.k-parent-page .section-title-description, .page-template-page-repeater .section-title-description {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.k-parent-page .col-content .content, .page-template-page-repeater .col-content .content {
  background: #FAF6F4;
  padding: 3.5rem 3rem;
  margin-bottom: 4rem;
}
.k-parent-page .col-content .content p:last-child, .page-template-page-repeater .col-content .content p:last-child {
  margin-bottom: 0;
}
.k-parent-page .col-content .content h1, .k-parent-page .col-content .content h2, .k-parent-page .col-content .content h3, .k-parent-page .col-content .content h4, .page-template-page-repeater .col-content .content h1, .page-template-page-repeater .col-content .content h2, .page-template-page-repeater .col-content .content h3, .page-template-page-repeater .col-content .content h4 {
  margin: 0.75em 0;
  line-height: 150%;
  font-weight: 700;
}
.k-parent-page .container-list-of-articles .row, .page-template-page-repeater .container-list-of-articles .row {
  align-content: center;
  margin-bottom: 4rem;
}
.k-parent-page .container-list-of-articles .row:last-child, .page-template-page-repeater .container-list-of-articles .row:last-child {
  margin-bottom: 0;
}
.k-parent-page .container-list-of-articles .row.even, .page-template-page-repeater .container-list-of-articles .row.even {
  flex-direction: row-reverse;
}
.k-parent-page .container-list-of-articles .row.even .col-with-description, .page-template-page-repeater .container-list-of-articles .row.even .col-with-description {
  align-self: center;
  padding: 2rem 3rem;
}
.k-parent-page .container-list-of-articles .row.odd, .page-template-page-repeater .container-list-of-articles .row.odd {
  background: #FAF6F4;
}
.k-parent-page .container-list-of-articles .row.odd .col-with-description, .page-template-page-repeater .container-list-of-articles .row.odd .col-with-description {
  align-self: center;
  padding: 2rem 3rem;
}
.k-parent-page .container-list-of-articles .row .button, .page-template-page-repeater .container-list-of-articles .row .button {
  margin-top: 1.5rem;
}
.k-parent-page .container-list-of-articles .row h2, .k-parent-page .container-list-of-articles .row .title, .page-template-page-repeater .container-list-of-articles .row h2, .page-template-page-repeater .container-list-of-articles .row .title {
  margin: 0 0 0.75em 0;
  line-height: 150%;
  font-weight: 700;
}
.k-parent-page .container-list-of-articles .row .title, .page-template-page-repeater .container-list-of-articles .row .title {
  margin-bottom: 0;
}
.k-parent-page .container-list-of-articles .row .subtitle, .page-template-page-repeater .container-list-of-articles .row .subtitle {
  font-family: "Tinos", serif;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-style: italic;
  color: #C59A8E;
  font-size: 1rem;
}
.k-parent-page .container-list-of-articles .row .col-with-image, .page-template-page-repeater .container-list-of-articles .row .col-with-image {
  align-self: center;
}
.k-parent-page .container-list-of-articles .row .col-with-image img, .page-template-page-repeater .container-list-of-articles .row .col-with-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.k-parent-page .container-list-of-articles .row .col-without-link, .page-template-page-repeater .container-list-of-articles .row .col-without-link {
  align-self: stretch;
}
.k-parent-page .container-list-of-articles .row .col-without-link figure, .page-template-page-repeater .container-list-of-articles .row .col-without-link figure {
  margin: 1rem 0;
  width: 100%;
  height: calc(100% - 2rem);
  background-repeat: no-repeat;
  background-position: center center;
}
.k-parent-page .container-list-of-articles .row .col-without-link figure.figure-contain, .page-template-page-repeater .container-list-of-articles .row .col-without-link figure.figure-contain {
  background-size: contain;
}
.k-parent-page .container-list-of-articles .row .col-without-link figure.figure-cover, .page-template-page-repeater .container-list-of-articles .row .col-without-link figure.figure-cover {
  background-size: cover;
}
.k-parent-page .container-list-of-articles .row .col-without-link figcaption, .page-template-page-repeater .container-list-of-articles .row .col-without-link figcaption {
  font-size: 0.75rem;
  color: #716666;
  line-height: 150%;
  text-align: center;
}
.k-parent-page .container-list-of-articles .row .col-without-link.col-with-image-desc, .page-template-page-repeater .container-list-of-articles .row .col-without-link.col-with-image-desc {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.k-parent-page .container-list-of-articles .row .col-without-link.col-with-image-desc figure, .page-template-page-repeater .container-list-of-articles .row .col-without-link.col-with-image-desc figure {
  height: auto;
  padding-top: 75%;
}

.page-template-page-repeater .post-short-description {
  margin-top: 1.5rem;
}

.k-category-page {
  margin-bottom: 4rem;
}
.k-category-page .section-title-description {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.k-category-page .container-list-of-articles .row {
  padding: 1.5rem 0;
}
.k-category-page .container-list-of-articles .row .col-with-image .article-item-image {
  overflow: hidden;
}
.k-category-page .container-list-of-articles .row .col-with-image .article-item-image .article-item-image_link {
  display: block;
  width: 100%;
  padding-top: 60%;
  background-position: center center;
  background-size: cover;
  transition: transform 0.5s;
}
.k-category-page .container-list-of-articles .row .col-with-image .article-item-image .article-item-image_link:hover {
  transform: scale(1.1);
}
.k-category-page .container-list-of-articles .row .col-with-description {
  align-self: center;
  padding: 2rem 3rem;
}
.k-category-page .container-list-of-articles .row .col-with-description .post-date {
  color: #C59A8E;
  margin-bottom: 0.5rem;
}
.k-category-page .container-list-of-articles .row .col-with-description .post-title {
  margin-bottom: 1rem;
}

.page-template-page-links .k-links-to-child-pages {
  padding: 4rem 0 0rem 0;
}

@media (min-width: 1401px) {
  .burger-menu, .burger-menu-close {
    display: none;
  }
  .k-main-slider .slides .slide-item .slide-image {
    padding-top: 35%;
  }
}
@media (max-width: 1980px) {
  .k-menu .menu-container .menu {
    column-gap: 2rem;
  }
}
@media (max-width: 1400px) {
  .k-menu {
    padding: 1rem 0.75rem;
  }
  .k-menu .menu-container {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #FFFFFF;
    width: 20rem;
    padding: 5rem 1.5rem 4rem 1.5rem;
    z-index: 1000;
    box-shadow: -10px 0px 40px rgba(17, 17, 17, 0.25);
  }
  .k-menu .menu-container .burger-menu-close {
    position: absolute;
    left: 2rem;
    top: 1.5rem;
    z-index: 9999;
  }
  .k-menu .menu-container.active {
    display: inline-block;
    overflow-y: scroll;
  }
  .k-menu .menu-container.active .menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .k-menu .menu-container.active .menu li {
    width: 100%;
    text-align: left;
  }
  .k-menu .menu-container.active .menu li .sub-menu {
    width: 100%;
    display: none;
    position: relative;
    box-shadow: none;
    background: #FAF6F4;
  }
  .k-menu .menu-container.active .menu li:hover .sub-menu {
    display: none;
  }
  .k-menu .menu-container.active .menu li.current_page_parent .sub-menu, .k-menu .menu-container.active .menu li.current_page_item .sub-menu {
    display: block;
  }
  .k-menu .col-menu {
    text-align: right;
  }
  .k-menu .col-menu .burger-menu {
    float: right;
  }
  .k-post .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
  .k-post .gallery a {
    width: 33.3333%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .k-main-slider .slides .slide-item .slide-image {
    width: 100%;
    padding-top: 60%;
  }
  .k-main-slider .slides .slide-item .slide-content {
    background: #FAF6F4;
    position: relative;
    width: 100%;
    padding: 2rem 1.5rem;
  }
  .k-main-slider .slides .slide-item .slide-content .slide-title {
    font-size: 2rem;
  }
  .k-main-slider .slides .slide-item .slide-content .slide-description {
    margin-bottom: 1rem;
  }
  .k-main-news, .section-carousel, .k-links {
    padding: 2rem 0 2rem 0;
  }
  .k-footer {
    padding: 2rem 0 0 0;
    font-size: 80%;
  }
  .k-footer .row h3 {
    margin-bottom: 1rem;
  }
  .k-footer .row .footer-details-right {
    text-align: left;
    margin-top: 2rem;
  }
  .k-footer .row .footer-copyrights {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .k-sacraments .square-item {
    margin-bottom: 1rem;
  }
  .k-links .col-md-6 {
    margin-bottom: 1rem;
  }
  .k-community > .container-fluid > .row {
    flex-direction: column-reverse;
  }
  .section-title-description {
    margin-bottom: 2rem;
  }
  .section-title-description .section-title {
    font-size: 2rem;
  }
  .section-with-two-columns .col-with-image {
    padding-top: 60%;
  }
  .section-with-two-columns .col-with-content .k-content {
    padding: 2rem 0 3rem 0;
  }
}
@media (max-width: 992px) {
  .k-header .col-address {
    display: none;
  }
  .k-header .col-language-switcher .lang-list {
    justify-content: center;
  }
  .k-parent-page .section-title-description {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  .k-parent-page .container-list-of-articles .row.odd, .k-parent-page .container-list-of-articles .row.even {
    flex-direction: column-reverse;
    background: transparent;
  }
  .k-parent-page .container-list-of-articles .row.odd .col-with-image, .k-parent-page .container-list-of-articles .row.even .col-with-image {
    margin-bottom: 1.5rem;
  }
  .k-parent-page .container-list-of-articles .row.odd .col-with-description, .k-parent-page .container-list-of-articles .row.even .col-with-description {
    padding: 0 calc(var(--bs-gutter-x) * 0.5);
  }
  .page-template-page-repeater .container-list-of-articles .row.even, .page-template-page-repeater .container-list-of-articles .row.odd {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
  .page-template-page-repeater .container-list-of-articles .row.even .col-without-link figure, .page-template-page-repeater .container-list-of-articles .row.odd .col-without-link figure {
    padding-top: 60%;
  }
  .page-template-page-repeater .container-list-of-articles .row.even .col-with-description, .page-template-page-repeater .container-list-of-articles .row.odd .col-with-description {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .k-post .col-content .content {
    background: #FAF6F4;
    padding: 1rem;
  }
  .k-post .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
  .k-post .gallery a {
    width: 50%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .k-menu .site-name .site-name__short-name {
    font-size: 1rem;
  }
  .k-menu .site-name .site-name__full_name {
    display: none;
  }
  .k-main-news .article-item {
    margin-bottom: 2rem;
  }
  .k-main-news .article-item .article-item-title {
    margin-bottom: 0.5rem;
  }
  .k-holly-mass {
    position: relative;
  }
  .k-holly-mass:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #140B0B;
    opacity: 0.5;
    z-index: 10;
  }
  .k-holly-mass .container-1440 {
    position: relative;
    z-index: 20;
  }
  .breadcrumbs {
    display: none;
  }
  .k-parent-page .section-title-description {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  .k-parent-page .container-list-of-articles .row.odd, .k-parent-page .container-list-of-articles .row.even {
    flex-direction: column-reverse;
    background: transparent;
  }
  .k-parent-page .container-list-of-articles .row.odd .col-with-image, .k-parent-page .container-list-of-articles .row.even .col-with-image {
    margin-bottom: 1.5rem;
  }
  .k-parent-page .container-list-of-articles .row.odd .col-with-description, .k-parent-page .container-list-of-articles .row.even .col-with-description {
    padding: 0 calc(var(--bs-gutter-x) * 0.5);
  }
  .k-post .page-main-image {
    padding-top: 70%;
  }
  .page-template-page-repeater .container-list-of-articles .row .col-with-description, .k-category-page .container-list-of-articles .row .col-with-description {
    padding: 1rem 1rem;
  }
  .page-template-page-repeater .container-list-of-articles .row.even .col-with-description, .page-template-page-repeater .container-list-of-articles .row.odd .col-with-description, .k-category-page .container-list-of-articles .row.even .col-with-description, .k-category-page .container-list-of-articles .row.odd .col-with-description {
    padding: 0 1rem;
  }
}

/*# sourceMappingURL=main.css.map */
