@charset "UTF-8";

/*!
Theme Name: monastir
Theme URI: 
Author: Anatoliy Pakhomov
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: monastir
*/
@font-face {
    font-family: "PT Sans";
    src: url("assets/fonts/PTSans-BoldItalic.ttf");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Kramola";
    src: url("assets/fonts/Kramola.ttf");
}

@font-face {
    font-family: "PT Sans";
    src: url("assets/fonts/PTSans-Italic.ttf");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-F6CE;
}

@font-face {
    font-family: "PT Sans";
    src: url("assets/fonts/PTSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "PT Sans";
    src: url("assets/fonts/PTSans-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:root {
    --primary-color: #1E3A8A;
    --secondary-color: #D4AF37;
    --third-color: #f3f3f3;
}

.welcome {
    position:relative;
    padding-bottom: 40px;
}
.welcome:before {
    content: '';
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/image/main-background.jpg') no-repeat;
    background-size: cover;
}
.welcome .welcome-content {
    position: relative;
}
.welcome h1 {
    color: #fff;
}

.line-site__button,
.welcome-content__button a.btn-link,
.header-content__right button,
.header-content__right a.btn-link {
    padding: 20px 48px;
    background: var(--secondary-color);
    box-sizing: border-box;
    border-radius: 12px;
    border: none;
    font-family: "Kramola", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--primary-color);
    cursor: pointer;
}

.line-site__button:hover,
.welcome-content__button button:hover,
.header-content__right button:hover {
    background-color: #f5b97c;
}

.related-services {
	padding-top: 15px;
    background-color: var(--third-color);
}

.temples__slider .temple-info__link button,
.order-form__form .form__field-submit,
.modal__footer .footer__button {
    font-family: "Kramola", sans-serif;
    text-decoration: none;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 12px;
    padding: 24px 64px;
    font-size: 16px;
    line-height: 16px;
    outline: none;
    border: none;
    cursor: pointer;
}

.temples__slider .temple-info__link button:hover,
.order-form__form .form__field-submit:hover,
.modal__footer .footer__button:hover {
    background-color: var(--primary-color);
}

.disclaimer__title,
.sections__title,
.temples__title,
.how-to-work__title,
.last-orders__title,
.related-services__title,
.order-title {
    margin: 0 auto;
    max-width: 856px;
    font-family: "Kramola", sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 500px) {

    .reviews__title,
    .disclaimer__title,
    .sections__title,
    .temples__title,
    .how-to-work__title,
    .last-orders__title,
    .related-services__title,
    .order-title {
        font-size: 16px;
        margin-top: 0px;
        text-align: left;
    }
}

.disclaimer__subtitle,
.sections__subtitle,
.temples__subtitle,
.how-to-work__subtitle,
.order-subtitle {
    margin: 0 auto;
    font-family: "PT Sans", sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 350px;
}

@media (max-width: 500px) {

    .disclaimer__subtitle,
    .sections__subtitle,
    .temples__subtitle,
    .how-to-work__subtitle,
    .order-subtitle {
        font-size: 14px;
        margin: 0px;
        text-align: left;
    }
}

.line-site__button,
.welcome-content__button button,
.header-content__right button {
    padding: 20px 48px;
    background: var(--secondary-color);
    box-sizing: border-box;
    border-radius: 12px;
    border: none;
    font-family: "Kramola", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--primary-color);
    cursor: pointer;
}

.line-site__button:hover,
.welcome-content__button button:hover,
.header-content__right button:hover {
    background-color: #f5b97c;
}

.temples__slider .temple-info__link button,
.order-form__form .form__field-submit,
.modal__footer .footer__button {
    font-family: "Kramola", sans-serif;
    text-decoration: none;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 12px;
    padding: 24px 64px;
    font-size: 16px;
    line-height: 16px;
    outline: none;
    border: none;
    cursor: pointer;
}

.temples__slider .temple-info__link button:hover,
.order-form__form .form__field-submit:hover,
.modal__footer .footer__button:hover {
    background-color: var(--primary-color);
}

.disclaimer__title,
.sections__title,
.temples__title,
.how-to-work__title,
.last-orders__title,
.related-services__title,
.order-title {
    margin: 0 auto;
    max-width: 856px;
    font-family: "Kramola", sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 500px) {

    .reviews__title,
    .disclaimer__title,
    .sections__title,
    .temples__title,
    .how-to-work__title,
    .last-orders__title,
    .related-services__title,
    .order-title {
        font-size: 16px;
        margin-top: 0px;
        text-align: left;
    }
}

.disclaimer__subtitle,
.sections__subtitle,
.temples__subtitle,
.how-to-work__subtitle,
.order-subtitle {
    margin: 0 auto;
    font-family: "PT Sans", sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 350px;
}

@media (max-width: 500px) {

    .disclaimer__subtitle,
    .sections__subtitle,
    .temples__subtitle,
    .how-to-work__subtitle,
    .order-subtitle {
        font-size: 14px;
        margin: 0px;
        text-align: left;
    }
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.header-content__left {
    display: flex;
    -moz-column-gap: 28px;
    column-gap: 28px;
    list-style-type: none;
}

.header-content__left .menu-item>a {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    color: var(--primary-color);
}

.header-content__left .menu-item>a:hover {
    color: var(--secondary-color);
}

.header-mobile-content {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.header-mobile-content__title {
    font-family: "Kramola", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: var(--primary-color);
    text-transform: uppercase;
    text-decoration: none;
}

.header-mobile-content__buttons {
    display: flex;
    align-items: center;
    -moz-column-gap: 17px;
    column-gap: 17px;
}

.header-mobile-content__buttons #menu__toggle {
    opacity: 0;
}

.header-mobile-content__buttons #menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg);
    background-color: var(--primary-color);
}

.header-mobile-content__buttons #menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
    background-color: var(--primary-color);
}

.header-mobile-content__buttons #menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
    background-color: var(--primary-color);
}

.header-mobile-content__buttons #menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0;
}

.header-mobile-content__buttons #menu__toggle:checked .menu__btn {
    position: fixed;
    top: 20px;
    left: 20px;
}

.header-mobile-content__buttons .menu__btn {
    display: flex;
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 3;
}

.header-mobile-content__buttons .menu__btn>span,
.header-mobile-content__buttons .menu__btn>span::before,
.header-mobile-content__buttons .menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    transition-duration: 0.25s;
}

.header-mobile-content__buttons .menu__btn>span::before {
    content: "";
    top: -8px;
}

.header-mobile-content__buttons .menu__btn>span::after {
    content: "";
    top: 8px;
}

.header-mobile-content__buttons .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #eceff1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    transition-duration: 0.25s;
    z-index: 2;
}

.header-mobile-content__buttons .menu-item>a {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
}

.header-mobile-content__buttons .menu-item>a:hover {
    background-color: #cfd8dc;
}

.line-site__button,
.welcome-content__button button,
.header-content__right button {
    padding: 20px 48px;
    background: var(--secondary-color);
    box-sizing: border-box;
    border-radius: 12px;
    border: none;
    font-family: "Kramola", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--primary-color);
    cursor: pointer;
}

.line-site__button:hover,
.welcome-content__button button:hover,
.header-content__right button:hover {
    background-color: #f5b97c;
}

.temples__slider .temple-info__link button,
.order-form__form .form__field-submit,
.modal__footer .footer__button {
    font-family: "Kramola", sans-serif;
    text-decoration: none;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 12px;
    padding: 24px 64px;
    font-size: 16px;
    line-height: 16px;
    outline: none;
    border: none;
    cursor: pointer;
}

.temples__slider .temple-info__link button:hover,
.order-form__form .form__field-submit:hover,
.modal__footer .footer__button:hover {
    background-color: var(--primary-color);
}

.disclaimer__title,
.sections__title,
.temples__title,
.how-to-work__title,
.last-orders__title,
.related-services__title,
.order-title {
    margin: 0 auto;
    max-width: 856px;
    font-family: "Kramola", sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 500px) {

    .reviews__title,
    .disclaimer__title,
    .sections__title,
    .temples__title,
    .how-to-work__title,
    .last-orders__title,
    .related-services__title,
    .order-title {
        font-size: 16px;
        margin-top: 0px;
        text-align: left;
    }
}

.disclaimer__subtitle,
.sections__subtitle,
.temples__subtitle,
.how-to-work__subtitle,
.order-subtitle {
    margin: 0 auto;
    font-family: "PT Sans", sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 350px;
}

@media (max-width: 500px) {

    .disclaimer__subtitle,
    .sections__subtitle,
    .temples__subtitle,
    .how-to-work__subtitle,
    .order-subtitle {
        font-size: 14px;
        margin: 0px;
        text-align: left;
    }
}

.footer {
    padding: 64px 0 70px 0;
    background-color: var(--secondary-color);
}

.footer-content {
    display: flex;
    justify-content: space-around;
    color: var(--primary-color);
}

.footer-content__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-content__info .footer-info__site {
    font-family: "Kramola", sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 32px;
    text-transform: uppercase;
}

.footer-social {
    display: flex;
    gap: 20px;
}

.footer-social a {
    display: block;
    width: 40px;
}

.footer-social a img {
    max-width: 100%;
    width: 100%;
}

.footer-content__info .footer-info__copyright {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-content__info .footer-info__company {
    display: flex;
    gap: 20px;
}

.footer-content__info .footer-info__company a {
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    opacity: 0.78;
    color: var(--primary-color);
}

.footer-content__info .footer-info__company a:hover {
    opacity: 1;
}

.footer-content__nav {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer-content__nav .footer-nav__title {
    font-weight: 400;
    font-size: 16px;
}

.footer-content__nav .footer-nav__nav {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.footer-content__nav .footer-nav__nav a {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--primary-color);
}

.footer-content__nav .footer-nav__nav a:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .footer-content__info {
        justify-content: center;
        align-items: center;
    }

    .footer-content__info .footer-info__company {
        display: none;
    }
}

.line-site__button,
.welcome-content__button button,
.header-content__right button {
    padding: 20px 48px;
    background: var(--secondary-color);
    box-sizing: border-box;
    border-radius: 12px;
    border: none;
    font-family: "Kramola", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--primary-color);
    cursor: pointer;
}

.line-site__button:hover,
.welcome-content__button button:hover,
.header-content__right button:hover {
    background-color: #f5b97c;
}

.temples__slider .temple-info__link .btn-link,
.order-form__form .form__field-submit,
.temples-page .temple-info__link button,
.temples-page .temple-info__link .btn-link {
    font-family: "Kramola", sans-serif;
    text-decoration: none;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 12px;
    padding: 20px 60px;
    font-size: 18px;
    line-height: 18px;
    outline: none;
    border: none;
    cursor: pointer;
	text-align:center;
}

.modal__footer .footer__button {
    font-family: "Kramola", sans-serif;
    text-decoration: none;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 12px;
    padding: 24px 64px;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    border: none;
    cursor: pointer;
}

.temples__slider .temple-info__link button:hover,
.order-form__form .form__field-submit:hover,
.modal__footer .footer__button:hover {
    background-color: var(--primary-color);
}

.reviews__title,
.disclaimer__title,
.sections__title,
.temples__title,
.how-to-work__title,
.last-orders__title,
.related-services__title,
.order-title {
    margin: 0 auto;
    max-width: 856px;
    font-family: "Kramola", sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary-color);
}

@media (max-width: 500px) {

    .reviews__title,
    .disclaimer__title,
    .sections__title,
    .temples__title,
    .how-to-work__title,
    .last-orders__title,
    .related-services__title,
    .order-title {
        font-size: 32px;
        margin-top: 0px;
    }
}

.disclaimer__subtitle,
.sections__subtitle,
.temples__subtitle,
.how-to-work__subtitle,
.order-subtitle {
    margin: 0 auto;
    font-family: "PT Sans", sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 350px;
}

@media (max-width: 500px) {

    .disclaimer__subtitle,
    .sections__subtitle,
    .temples__subtitle,
    .how-to-work__subtitle,
    .order-subtitle {
        font-size: 14px;
        margin: 0px;
        text-align: left;
    }
}

.modal__backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -1;
    padding: 30px 0;
    transition: opacity0 0.2s ease-in;
}

@media (max-width: 660px) {
    .modal__backdrop {
        padding: 30px 35px;
    }
}

.modal__show {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal__hiding {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.modal__content {
    position: relative;
    transition: opacity 0.3s ease-in;
    display: flex;
    flex-direction: column;
    background-image: url("assets/image/papyrus.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    max-width: 638px;
    width: 100%;
    height: 528px;
    margin: 0 auto;
}

.modal__sections {
    position: relative;
    transition: opacity 0.3s ease-in;
    display: flex;
    flex-direction: column;
    background-image: url("assets/image/papyrus.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    max-width: 638px;
    width: 100%;
    height: 90vh;
    margin: 0 auto;
}

.modal__success {
    position: relative;
    transition: opacity 0.3s ease-in;
    display: flex;
    flex-direction: column;
    background-image: url("assets/image/papyrus.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    max-width: 638px;
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

.modal__show .modal__backdrop,
.modal__show .modal__content {
    opacity: 1;
    z-index: 1050;
    pointer-events: auto;
    overflow-y: auto;
}

.modal__header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 20px 30px;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.modal__btn-close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color);
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    text-decoration: none;
}

.modal__btn-close:focus,
.modal__btn-close:hover {
    color: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
    opacity: 0.75;
}

.modal__body {
    position: relative;
    flex: 1 1 auto;
    padding: 40px 30px 0;
    overflow: auto;
}

.modal__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 30px 60px;
}

.modal__footer .footer__button {
    padding: 20px 45px;
}

.breadcrumbs {
    padding: 10px 0;
}

.breadcrumbs__list {
    list-style: none;
    display: flex;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.breadcrumbs__item {
    vertical-align: top;
}

.breadcrumbs a {
    font-family: "Kramola";
    font-size: 18px;
    text-decoration: none;
    color: var(--primary-color);
}

.breadcrumbs span,
.breadcrumbs__link {
    font-family: "Kramola";
    font-size: 18px;
    text-decoration: none;
    color: var(--primary-color);
}

.tooltip {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tooltip__content {
    visibility: hidden;
    width: 100%;
    background-color: #555;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    overflow-wrap: anywhere;
}

.tooltip__content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip__text:hover {
    cursor: pointer;
}

.tooltip__text:hover+.tooltip__content {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.tooltip .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.container {
    max-width: 100%;
    padding: 0 35px;
}

@media (max-width: 991px) {
    .only-pc {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .only-mobile {
        display: none !important;
    }
}

body {
    margin: 0 auto;
    background-color: #ffffff;
}

* {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
}

.modal-order__text {
    font-family: "Kramola", sans-serif;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    height: 100%;
    color: var(--primary-color);
}

@media (max-width: 450px) {
    .modal-order__text {
        font-size: 16px;
    }
}

.welcome .welcome-content {
    display: flex;
    justify-content: center;
}

.orthodox-church-calendar .welcome-content {
    display: flex;
    justify-content: center;
}

.welcome-content__header {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.welcome-content__text,
.welcome-content__text span {
    font-family: "Kramola", sans-serif;
    font-size: 56px;
    max-width: 700px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 766px) {
	body {
		overflow-x: hidden;
	}
	
    .welcome-content__text,
    .welcome-content__text span {
        font-size: 36px;
    }
}

.single-blog {
    padding-bottom: 20px;
}

.single-blog .entry-title {
    font-family: "Kramola", sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
}

.single-blog .article-single {
    margin: 40px 0;
}

.single-blog .article-single p {
    font-size: 24px;
    line-height: 1.6;
}

.single-blog .article-single .post-thumbnail {
    display: flex;
}

.single-blog .article-single img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.single-blog .navigation {
    margin-top: 10px;
}

.single-blog .navigation .nav-links {
    display: flex;
    justify-content: center;
}

.single-blog .navigation .nav-links a {
    margin-right: 15px;
    color: var(--secondary-color);
}

.single-blog .navigation .nav-links a:hover {
    color: var(--primary-color);
}

.icon__thumb {
    max-width: 360px;
    margin: 0 auto;
}

.order {
    padding-bottom: 20px;
}

.order-title {
    margin-top: 63px;
}

.order-subtitle {
    margin: 20px auto 34px auto;
}

.order-form {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    max-height: 459px;
    max-width: 1109px;
    margin: 0 auto 81px auto;
}

.order-form__form {
    background-color: var(--secondary-color);
    padding: 52px 53px 37px 44px;
    display: flex;
    flex-direction: column;
    row-gap: 26px;
    box-sizing: border-box;
    position: relative;
}

.order-form__form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -16px;
    left: 20px;
    font-size: 14px;
}

.order-form__form .wpcf7-spinner {
    opacity: 0.5;
    width: unset;
    height: unset;
    position: absolute;
    left: 40%;
    top: 40%;
}

.order-form__form .wpcf7-spinner:before {
    content: unset;
}

.order-form__form .wpcf7-spinner.visible_spinner {
	visibility: visible;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.order-form .wpcf7 form.invalid .wpcf7-response-output,
.order-form .wpcf7 form.unaccepted .wpcf7-response-output,
.order-form .wpcf7 form.payment-required .wpcf7-response-output,
.order-form .wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

article.page {
    margin-top: 2rem;
}

article.page .entry-content .wp-block-heading {
    line-height: 2;
}

@media (max-width: 990px) {
    .order-form__form {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .order-form__form {
        padding: 26px 15px;
    }
}

.order-form__form .form__field-select {
    border: none;
    border-radius: 5px;
    margin: 0;
    width: 520px;
    min-height: 48px;
    padding: 9px 14px;
    color: rgba(22, 23, 34, 0.8);
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
}

@media (max-width: 990px) {
    .order-form__form .form__field-select {
        width: 100%;
    }
}

.order-form__form .form__field-input {
    border: none;
    border-radius: 5px;
    margin: 0;
    width: 520px;
    min-height: 48px;
    padding: 9px 14px;
    color: rgba(22, 23, 34, 0.8);
    box-sizing: border-box;
}

@media (max-width: 990px) {
    .order-form__form .form__field-input {
        width: 100%;
    }
}

.order-form__form .form__field-input::-moz-placeholder {
    color: rgba(22, 23, 34, 0.8);
}

.order-form__form .form__field-input:-ms-input-placeholder {
    color: rgba(22, 23, 34, 0.8);
}

.order-form__form .form__field-input::placeholder {
    color: rgba(22, 23, 34, 0.8);
}

@media (max-width: 572px) {
    .order-form__form .form__field-submit {
        padding: 24px 64px;
    }
}

.line-site {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1109px;
    -moz-column-gap: 37px;
    column-gap: 37px;
    margin: 0 auto;
    position: relative;
}

.line-site__button {
    padding: 31px 85px;
    font-size: 20px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .line-site__button {
        padding: 15px 21px;
    }
}

@media (max-width: 766px) {
    .line-site__button {
        font-size: 16px;
        width: 180px;
    }
}

.line-site__arrow {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.line-site__arrow_revert {
    transform: scale(-1, 1);
}

.line-site_ellipse>img {
    width: 100% !important;
}

@media (max-width: 1500px) {
    .line-site {
        width: 100%;
        justify-content: space-around;
        -moz-column-gap: 9px;
        column-gap: 9px;
    }

    .line-site>picture {
        width: calc((100% - 180px) / 2);
    }
}

.related-services__inner {
    padding: 30px 0;
}

.related-services__inner h3 {
    font-family: "Kramola", sans-serif;
    font-size: 26px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
}

.related-services__list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 27px;
    column-gap: 27px;
    row-gap: 26px;
}

@media (max-width: 767px) {
    .related-services__list {
        -moz-column-gap: 6px;
        column-gap: 6px;
        row-gap: 10px;
        justify-content: start;
    }

    .orthodox-church-calendar .welcome-content {
        padding: 0;
    }

}

.related-services__list-item {
    padding: 15px 20px;
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    border-radius: 12px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    opacity: 0.8;
    text-decoration: none;
    color: var(--primary-color);
}

.related-services__list-item:hover {
    filter: brightness(0.9);
}

@media (max-width: 767px) {
    .related-services__list-item {
        padding: 5px;
        border-radius: 8px;
        font-size: 16px;
        max-width: 120px;
        line-height: normal;
    }
}

.holiday_today {
    padding-bottom: 40px;
}

.on_page_holiday {
    max-width: 940px;
    margin: 0 auto;
}

.holiday_today .on_page_table_holiday {
    display: flex;
    justify-content: center;
}

.holiday_today .on_page_holiday_buttons {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.holiday_today .on_page_holiday_buttons a {
    color: var(--primary-color);
    font-weight: 600;
}

.holiday_today .on_page_holiday_buttons a:hover {
    color: var(--secondary-color);
}

.holiday_today table th {
    font-weight: 600;
}

.last-orders {
    padding: 80px 0;
    background-color: var(--third-color);
}

.last-orders__title {
    margin-bottom: 25px;
}

.last-orders .line-site {
    align-items: flex-end;
}

.last-orders__list {
    max-width: 1108px;
    box-sizing: border-box;
    margin: 9px auto 26px auto;
}

.error-404.not-found .last-orders__list {
    padding: 60px 79px 120px;
    text-align: center;
}

.last-orders__list .list-header {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.last-orders__list .list-header__item {
    font-family: "Kramola", sans-serif;
    font-size: 32px;
    padding: 34px 50px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    word-wrap: break-word;
}

.last-orders__list .list-content {
    display: flex;
    flex-direction: column;
}

.last-orders__list .list-content__row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    border-bottom: 1px dashed #aa8054;
}

.last-orders__list .list-content__row-item {
    font-size: 20px;
    padding: 16px 32px;
    text-align: center;
    text-transform: uppercase;
}

.last-orders__list .list-pagination {
    display: flex;
    justify-content: center;
    margin-top: 21px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.last-orders__list .list-pagination__item {
    font-size: 32px;
    text-align: center;
    color: #aa8054;
    border: none;
    background-color: transparent;
}

.last-orders__list .list-pagination__item.active {
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .last-orders .line-site>img {
        width: 30%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .last-orders__list {
        padding: 118px 125px 158px;
    }

    .last-orders__list .list-header__item {
        font-size: 20px;
        padding: 0;
    }

    .last-orders__list .list-content {
        display: flex;
        flex-direction: column;
    }

    .last-orders__list .list-content__row-item {
        padding: 10px;
        max-height: 60px;
        text-overflow: ellipsis;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .last-orders__list {
        padding: 82px 79px 100px;
    }

    .last-orders__list .list-header__item {
        font-size: 20px;
        padding: 0;
    }

    .last-orders__list .list-content {
        display: flex;
        flex-direction: column;
    }

    .last-orders__list .list-content__row-item {
        padding: 10px;
        max-height: 45px;
        text-overflow: ellipsis;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .last-orders__list {
        padding: 82px 30px 100px;
    }

    .last-orders__list .list-header__item {
        font-size: 20px;
        padding: 0;
    }

    .last-orders__list .list-content {
        display: flex;
        flex-direction: column;
    }

    .last-orders__list .list-content__row-item {
        font-size: 12px;
        padding: 10px;
        max-height: 35px;
        text-overflow: ellipsis;
    }

    .last-orders__list .list-pagination__item {
        font-size: 24px;
    }
}

@media (max-width: 574px) {
    .last-orders__list {
        background-size: 100% 100%;
        height: 386px;
        padding: 55px 15px 70px;
        display: flex;
        flex-direction: column;
    }

    .last-orders__list .list-header__item {
        font-size: 14px;
        padding: 0;
    }

    .last-orders__list .list-content {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

    .last-orders__list .list-content__row-item {
        font-size: 12px;
        padding: 5px;
        text-overflow: ellipsis;
    }

    .last-orders__list .list-pagination {
        margin-top: 10px;
    }

    .last-orders__list .list-pagination__item {
        font-size: 12px;
    }
}

.how-to-work {
    margin-top: 51px;
	padding-bottom: 30px;
}

.how-to-work__subtitle {
    margin-top: 12px;
}

.how-to-work__stages {
    margin-top: 43px;
    display: flex;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.how-to-work__stages .stages-item {
    border-radius: 5px;
    width: 33.3%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.how-to-work__stages .stages-item__content {
    padding: 30px 80px;
    flex: 1 1 auto;
	border: 2px solid #aa8054;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how-to-work__stages .stages-item__icon {
    height: 120px;
    width: 120px;
}

.how-to-work__stages .stages-item__title {
    margin-top: 33px;
    font-family: "Kramola", sans-serif;
    font-size: 32px;
    line-height: 44px;
}

.how-to-work__stages .stages-item__text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
	text-align: center;
}

.how-to-work__stages .stages-item__line {
    background: var(--secondary-color);
    border-radius: 5px 5px 0px 0px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 16px;
}

.how-to-work__stages_mobile {
    display: flex;
    flex-direction: column;
    row-gap: 27px;
    margin-top: 16px;
    border-radius: 5px;
    padding: 23px 18px 28px;
    position: relative;
}

.how-to-work__stages_mobile::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--secondary-color);
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 16px;
    border-radius: 5px 5px 0px 0px;
}

.how-to-work__stages_mobile .stages-mobile-item {
    display: flex;
    -moz-column-gap: 19px;
    column-gap: 19px;
}

.how-to-work__stages_mobile .stages-mobile-item__icon {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.how-to-work__stages_mobile .stages-mobile-item__title {
    font-family: "Kramola", sans-serif;
    font-size: 14px;
}

.how-to-work__stages_mobile .stages-mobile-item__text {
    margin-top: 13px;
    font-size: 16px;
}

.temples {
    margin: 145px 0 127px 0;
}

.temples__subtitle {
    margin-top: 18px;
}

.temples__slider {
    margin-top: 76px;
}

.temples__slider .control-arrow {
    width: 29px;
    height: 60px;
}

.temples__slider .slick-prev:before {
    content: '';
    background: url('assets/image/temple/arrow.svg') no-repeat;
    background-size: 28px;
    opacity: 1;
    display: block;
    width: 29px;
    height: 50px;
}

.temples__slider .slick-next:before {
    content: '';
    background: url('assets/image/temple/arrow.svg') no-repeat;
    background-size: 28px;
    opacity: 1;
    display: block;
    width: 29px;
    height: 50px;
    transform: scale(-1, -1);
}

.single-sections_slider .slick-prev:before,
.single-sections_slider .slick-next:before {
    content: '';
    background: url('assets/image/temple/arrow-black.svg') no-repeat;
    background-size: 28px;
    opacity: 1;
    display: block;
    width: 29px;
    height: 50px;
}

.single-sections_slider .slick-next:before {
    transform: scale(-1, -1);
}

.temples__slider .control-arrow_revert {
    transform: translate(0, -50%) scale(-1, 1);
}

.temples__slider .slick-slide {
    margin: 0 35px;
}

.temples__slider .slick-list {
    margin: 0 35px;
}

.temples__slider .slick-slider {
    overflow: hidden;
}

.temples__slider .temple {
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}

.temples__slider .temple-info__city {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #db9256;
}

.temples__slider .temple-info__name {
    margin-top: 15px;
    font-family: "Kramola", sans-serif;
    font-size: 24px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.temples__slider .temple-info__description {
    margin-top: 11px;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-color);
    opacity: 0.78;
}

.temples__slider .temple-info__additional-info {
    margin-top: 20px;
    color: var(--primary-color);
}

.temples__slider .temple-info__additional-info .additional-info__time {
    display: flex;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

.temples__slider .temple-info__additional-info .additional-info__time span {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.temples__slider .temple-info__additional-info .additional-info__location {
    margin-top: 14px;
    display: flex;
    -moz-column-gap: 14px;
    column-gap: 14px;
    align-items: flex-start;
}

.temples__slider .temple-info__additional-info .additional-info__location span {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.temples__slider .temple-info__link {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 20px;
}

.temples__slider .temple-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0 5px 5px 0;
}

.temples__slider-nav {
    margin: 62px auto 0 auto;
    max-width: calc(100% - 138px);
}

.temples__slider-nav .slider-nav__item {
    max-width: 262px;
    height: 160px;
    padding: 15px 12px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.temples__slider-nav .slick-slide.slick-current .slider-nav__item {
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
}

.temples__slider-nav .slider-nav__item img {
    width: 100%;
    max-width: 100%;
    height: 130px;
    box-sizing: border-box;
    -o-object-fit: cover;
    object-fit: cover;
}

.temples__all-temples {
    margin-top: 46px;
    text-align: center;
}

.temples__all-temples a {
    color: var(--primary-color);
    font-size: 24px;
}

.pagination {
    grid-column: 1 / 3;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    list-style:none;
}

.pagination .page-numbers {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 6px;
    padding: 10px;
    margin: 0 5px;
}

.pagination .page-numbers.current {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.pagination a.page-numbers {
    text-decoration: none;
}

.pagination a.page-numbers:hover {
    border-color: var(--primary-color);
}

/* Calendar */

.post-type-archive-orthodox_calendar .main-calendar,
.single-calendar {
    padding: 40px 0;
    font-size: 18px;
    line-height: 1.6;
}

.sidebar__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sidebar__container h2 {
    margin-top: 20px;
}

.sidebar__container article {
    max-width: 66%;
}

.sidebar__container .sidebar {
    max-width: 33%;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
}

.sidebar__container .sidebar a {
    color: var(--primary-color);
    text-decoration: none;
}

.sidebar__container .sidebar a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

table.orthodox-calendar-main-items {
    margin-top: 10px;
}

table.orthodox-calendar-main-items a {
    color: var(--primary-color);
}

table.orthodox-calendar-main-items th {
    border-collapse: collapse;
}

table.orthodox-calendar-main-items td {
    border-collapse: collapse;
    padding: 5px;
    vertical-align: top;
    border-top: 1px dashed #2C2D35;
}

.orthodox-calendar-year-items {
    padding: 5px;
    list-style-type: none;
}

.orthodox-calendar-year-items-title {
    font-weight: 600;
}

.calendar__navigation {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.calendar__navigation a {
    font-family: "Kramola";
    color: var(--primary-color);
}

/*  */

@media (min-width: 768px) {
    .temples__slider .slick-prev {
        left: 0;
    }

    .temples__slider .slick-next {
        right: 0;
    }
}

.sections {
    padding-bottom: 88px;
    position: relative;
}

.single-orthodox_calendar .sections,
.post-type-archive-orthodox_calendar .sections {
    padding-top: 30px;
}

.sections-wrapper {
    z-index: 5;
    position: relative;
}

.sections-image {
    position: absolute;
    bottom: 31px;
    right: 0;
    z-index: 1;
}

.sections-image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.sections__title {
    padding-top: 58px;
    color: var(--primary-color);
}

.sections__subtitle {
    margin-top: 16px;
    color: var(--primary-color);
}

.sections__items {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
    justify-content: center;
    margin-top: 56px;
}

@media (min-width: 1200px) {
    .temples__slider .temple-info {
        display: flex;
        flex-direction: column;
        padding: 40px;
        max-width: 45%;
    }

    .temples__slider .temple-img {
        flex: 1 1 auto;
        max-width: 55%;
		max-height: 457px;
    }
}

@media (max-width: 1200px) {
    .sections__items {
        row-gap: 19px;
    }

    .temples__slider .temple-info {
        padding: 30px;
        max-width: 50%;
    }

    .temples__slider .temple-img {
        max-width: 50%;
    }
}

.sections__items .section {
    box-sizing: border-box;
    width: 302px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.sections__items .section.sections_slide {
    margin: 0 10px;
}

.sections__items .section__header {
    position: relative;
    height: 200px;
    box-sizing: border-box;
    border: 3px solid var(--secondary-color);
    padding: 15px;
    background-color: #fff;
}

.sections__items .section__header>img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

/*
.sections__items .section__header .image-filter {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(184.38deg, rgba(6, 6, 6, 0.76) 16.68%, rgba(0, 0, 0, 0.02) 96.44%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    border-radius: 5px;
}
*/
.sections__items .section__header .header-text__title {
    font-family: "Kramola", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: none;
}

.sections__items .section__header .header-text__text {
    margin-top: 12px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.sections__items .section__header .header-text__text a {
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-color);
    text-decoration: none;
}

.sections__items .section__header .header-text__title:hover,
.sections__items .section__header .header-text__text a:hover {
    text-decoration: underline;
}

.relpost-thumb-container {
    margin-top: 3rem;
}

.relpost-block-container {
    margin-top: 1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.single-blog .relpost-block-single-image {
    background-size: 100% !important;
}

@media (max-width: 767px) {
    .temples__slider .control-arrow {
        width: 8px;
        height: 16px;
    }

    .temples__slider .slick-slide {
        margin: 0 5px;
    }

    .temples__slider .slick-list {
        margin: 0 5px;
    }

    .temples__slider .temple {
        max-height: unset;
        flex-direction: column;
    }

    .temples__slider .temple-info {
        padding: 15px 15px 26px 15px;
        max-width: unset;
    }

    .temples__slider .temple-img {
        max-width: unset;
    }

    .temples__slider .temple-info__city {
        display: none;
    }

    .temples__slider .temple-info__description {
        display: none;
    }

    .temples__slider .temple-info__additional-info .additional-info__time {
        display: none;
    }

    .temples__slider .temple-info__additional-info .additional-info__location {
        margin-top: 0;
    }

    .temples__slider .temple-info__link {
        display: none;
    }

    .temples__slider .temple-img img {
        border-radius: 10px;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 5px;
    }

    .temples__slider-nav {
        margin: 32px auto 0;
        max-width: unset;
    }

    .temples__slider-nav .slider-nav__item img {
        padding: 3px;
    }

    .post-type-archive-orthodox_calendar .main-calendar,
    .single-calendar {
        font-size: 16px;
        line-height: 1.4;
    }

    .sidebar__container {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .sidebar__container article,
    .sidebar__container .sidebar {
        max-width: unset;
    }
}

.disclaimer {
    padding: 40px 0;
}

.reviews {
    padding: 40px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--third-color);
}

.reviews .glsr {
    padding-bottom: 40px;
}

.reviews .glsr-reviews-wrap {
    margin-top: 40px;
}

.reviews .glsr-reviews {
    grid-template-columns: 1fr 1fr 1fr;
}

.reviews .glsr-review {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

.reviews .glsr-review .glsr-review-author .glsr-tag-value,
.reviews .glsr-review .glsr-review-date .glsr-tag-value {
    font-family: "Kramola", sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.reviews .glsr-minimal form.glsr-form input.glsr-input:not(.wp-block-search__input) {
    margin: 0;
    min-height: 48px;
    padding: 9px 14px;
    color: rgba(22, 23, 34, 0.8);
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
}

.reviews .glsr-minimal form.glsr-form textarea.glsr-textarea {
    padding: 9px 14px;
    color: rgba(22, 23, 34, 0.8);
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
}

.reviews .glsr-minimal button.glsr-button {
    padding: 20px 48px;
    background: var(--secondary-color);
    box-sizing: border-box;
    border-radius: 12px;
    border: none;
    font-family: "Kramola", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--primary-color);
}

.reviews .glsr-minimal .glsr-form-failed {
    font-size: var(--glsr-text-sm);
    margin-top: -10px;
}

.reviews .glsr-minimal form.glsr-form label.glsr-label {
    padding: 0 0 5px 10px;
}

@media (max-width: 500px) {
    .disclaimer__subtitle {
        max-width: none;
    }

    .error-404.not-found .last-orders__list {
        padding: 20px 40px 70px;
        background-size: 100% 100%;
        height: unset;
    }
}

.disclaimer__text {
    max-width: 900px;
    margin: 46px auto 0 auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

@media (min-width: 575.98px) {
    .container {
        max-width: 540px;
        margin: auto;
        padding: 0;
    }
}

@media (min-width: 767.98px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 991.98px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 991.98px) and (max-width: 1500px) {
    .container {

        padding: 0 15px;
    }
}

@media (min-width: 1199.98px) {
    .container {
        max-width: 1326px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

.blog-page {
    margin-top: 40px;
}

.blog-page .container.flex {
    display: flex;
}

.blog-page .sidebar {
    list-style: none;
    margin-right: 30px;
    color: var(--primary-color);
    line-height: 1.4;
}

.blog-page .sidebar a {
    color: var(--primary-color);
}

.blog-page .blog__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.temples-page {
    margin-top: 20px;
}

.temples_city__wrapper,
.async_temples__wrapper,
.temples__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 40px 0;
}

.temples__wrapper {
    margin-top: 20px;
}

.single-temple__services {
    margin: 2rem 0;
}

.single-temple__links {
    display: flex;
    justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
    column-gap: 1rem;
	row-gap: 1rem;
    margin-top: 1rem;
}

.temple-service__link {
    font-family: "Kramola", sans-serif;
    text-decoration: none;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 12px;
    padding: 20px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
	width: 150px;
}

.temple-service__link:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.temple-read__link {
    font-family: "Kramola", sans-serif;
    text-decoration: none;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 12px;
    padding: 20px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    outline: none;
    border: 1px solid var(--secondary-color);
    cursor: pointer;
    box-sizing: border-box;
	width: 150px;
}

.temple-read__link:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.single-temples .single-temple__wrap {
    padding: 2rem 0;
}

.single-temples .single-temple__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.single-temples .single-temple-img {
    display: flex;
    overflow: hidden;
}

.single-temples .single-temple-img img {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    object-position: left;
}

.single-temple__services h2 {
    font-family: "Kramola", sans-serif;
    font-size: 28px;
    letter-spacing: -0.01em;
    line-height: 1.5;
    text-align: center;
}

.single-temple__wrap .temple-title {
    font-family: "Kramola", sans-serif;
    font-size: 36px;
    letter-spacing: -0.01em;
}

.single-temple__wrap .content {
    font-size: 20px;
    line-height: 1.6;
}

.single-temples .navigation .nav-links a {
    color: var(--primary-color);
}

.single-temples .temple-info__additional-info {
    margin-top: 1rem;
}

.single-temples .temple-info__additional-info>span:first-child {
    color: var(--secondary-color);
}

.temples-page .temple {
    display: flex;
    background: var(--secondary-color);
    border-radius: 5px;
    box-sizing: border-box;
    max-height: 457px;
    flex: 1 1 auto;
}

.blog-page article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
}

.blog-page article .post-thumbnail {
    display: flex;
    width: 100%;
    max-height: 300px;
    margin-bottom: 10px;
}

.blog-page article img {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: 200px;
    object-fit: contain;
}

.blog-page .navigation {
    padding: 30px 0;
}

.blog-page .navigation .nav-links {
    display: flex;
    justify-content: center;
}

.blog-page .navigation .nav-links .page-numbers {
    border-radius: 4px;
    padding: 12px;
    margin: 0 5px;
    color: var(--primary-color);
}

.temples-page .temple-info {
    display: flex;
    flex-direction: column;
    padding: 40px;
    max-width: 50%;
}

.temples .temple-info__city {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #db9256;
}

.temples-page .temple-info__name {
    margin-top: 15px;
    font-family: "Kramola", sans-serif;
    font-size: 23px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.blog-page article .entry-title a {
    font-family: "Kramola", sans-serif;
    font-size: 23px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--primary-color);
}

.temples-page .temple-info__description {
    margin-top: 11px;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-color);
    opacity: 0.78;
}

.temples-page .temple-info__additional-info {
    margin-top: 10px;
    color: var(--primary-color);
}

.temples-page .temple-info__additional-info .additional-info__time {
    display: flex;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

.temples-page .temple-info__additional-info .additional-info__time span {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.temples-page .temple-info__additional-info .additional-info__location {
    margin-top: 14px;
    display: flex;
    -moz-column-gap: 14px;
    column-gap: 14px;
    align-items: flex-start;
}

.temples-page .temple-info__additional-info .additional-info__location span {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.temples-page .temple-info__link {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 10px;
}

.temples-page .temple-img {
    flex: 1 1 auto;
    max-width: 50%;
}

.temples-page .temple-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 5px 5px 0;
}


.filter__wrapper {
    position: relative;
    height: 40px;
}

ul.zg-ul-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 386px;
    position: relative;
    transition: all 300ms ease-in-out;
}

ul.zg-ul-select li {
    display: none;
    padding: 10px;
    width: 386px;
}

ul.zg-ul-select li a {
    color: var(--primary-color);
}

ul.zg-ul-select:not(.active) b {
    font-weight: normal
}

ul.zg-ul-select li.active {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.zg-ul-select.active {
    border: 1px solid var(--primary-color);
    position: absolute;
    background-color: var(--primary-color);
    z-index: 1;
    transition: all 300ms ease-in-out;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

ul.zg-ul-select.active li {
    border: none;
    display: block;
}


/* ul.zg-ul-select.active li.active {

}
ul.zg-ul-select.active li.active:hover {

} */

.selected--zg-ul-select {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--primary-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
}

.selected--zg-ul-select.active {
    border: 1px solid var(--primary-color);
    padding: 10px;
}

.zg-ul-select:not(.active)::after {
    content: ' ';
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url('assets/image/chevron.svg');
    width: 20px;
    height: 20px;
    background-size: contain;
    pointer-events: none;
}

.selected--zg-ul-select.active .description {
    display: none
}

.zg-ul-select:not(.active) li.active .description {
    display: none
}


@media (max-width: 1199px) {
    .temples-page .temple {
        flex-direction: column;
        max-height: none;
    }

    .temples-page .temple-info {
        padding: 20px 25px 47px 25px;
        max-width: unset;
    }

    .temples-page .temple-img {
        padding: 10px;
        max-width: unset;
    }

    .temples-page .temple-img img {
        -o-object-fit: contain;
        object-fit: contain;
    }

}

@media (max-width: 992px) {
    .temples-page .temple {
        width: 100%;
    }

    .temples-page .temple-info {
        padding: 20px 25px 25px 25px;
    }

    .reviews .glsr-reviews {
        grid-template-columns: 1fr 1fr;
    }

    .blog-page .blog__wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

}

@media (max-width: 768px) {
    .single-temples .single-temple__top {
        grid-template-columns: 1fr;
    }

    .single-temple__wrap .temple-title {
        font-size: 28px;
    }


}

@media (max-width: 660px) {
    .container {
        padding: 0 15px;
    }

    .temples__slider {
        width: 90%;
        margin: 40px auto 0;
    }

    .temples_city__wrapper,
    .async_temples__wrapper,
    .temples__wrapper {
        grid-template-columns: unset;
    }

    .pagination {
        grid-column: unset;
    }

    .single-sections_slider .slick-next:before,
    .single-sections_slider .slick-prev:before,
    .temples__slider .slick-next:before,
    .temples__slider .slick-prev:before {
        background-size: 13px;
        width: 15px;
        height: 30px;
    }

    .reviews .glsr-reviews {
        grid-template-columns: 1fr;
    }

    .order-form {
        margin: 0 auto 20px auto;
    }

    .single-sections_slider .slick-prev {
        left: -10px;
    }

    .single-sections_slider .slick-next {
        right: -15px;
    }

    .blog-page .blog__wrapper {
        grid-template-columns: 1fr;
    }

    .blog-page article {
        padding: 15px;
    }

    .blog-page article .post-thumbnail {
        max-height: 220px;
    }

    .blog-page .container.flex {
        flex-direction: column;
    }

    .blog-page .sidebar {
        display: flex;
        padding-bottom: 20px;
    }

    .blog-page .sidebar li {
        margin-right: 10px;
    }

    .single-blog .article-single p {
        font-size: 18px;
    }

    .single-temple__wrap .content {
        font-size: 16px;
    }

    ul.zg-ul-select,
    ul.zg-ul-select li {
        width: 100%;
    }

}

@media (max-width: 500px) {
    .order-title {
        margin-top: 10px;
    }
}

@media (max-width: 430px) {

    .footer-content__info .footer-info__site {
        text-align: center;
    }
}

.on_page_holiday .yarpp-related {
    margin-top: 3em;
}

.on_page_holiday .yarpp-related h3 {
    text-transform: unset;
}

.on_page_holiday .yarpp-thumbnails-horizontal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.on_page_holiday .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    color: var(--primary-color);
}
