

/* Start:/local/templates/monastyr/css/normalize.css?16736042158026*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/monastyr/css/lightbox.css?16736042153580*/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/local/templates/monastyr/css/../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/local/templates/monastyr/css/../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/local/templates/monastyr/css/../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/local/templates/monastyr/css/../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End */


/* Start:/local/templates/monastyr/css/slick.css?16736042151776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/* End */


/* Start:/local/templates/monastyr/components/bitrix/menu/main-menu/style.min.css?16736042143715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/monastyr/components/bitrix/menu/main-menu/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/monastyr/components/bitrix/menu/main-menu/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/monastyr/components/bitrix/menu/main-menu/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/monastyr/components/bitrix/menu/footer-menu/style.min.css?1673604214490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/monastyr/components/bitrix/menu/footer-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/monastyr/template_styles.css?173521156839521*/
@font-face {
    font-family: 'Fita Vjaz';
    src: url('/local/templates/monastyr/css/fonts/FitaVjaz.woff2') format('woff2'),
        url('/local/templates/monastyr/css/fonts/FitaVjaz.woff') format('woff'),
        url('/local/templates/monastyr/css/fonts/FitaVjaz.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Alegreya Sans', sans-serif;
    background: #fff;

}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    outline: none
}

:link {
    transition: all ease .3s;
}

:link:hover {
    color: #c11e1e;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: none;
    font-size: 0;
    padding: 0;
    border: none;
}

.header {
    height: 120px;
    padding: 0 70px;
}

.header .container {
    max-width: 100%;
}

.header-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

.navigation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation li a {
    color: #b0adad;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
}

.navigation li.active a {
    font-weight: 600;
    color: #c11e1e;
}

.navigation li {
    margin: 0 23px;
}

.phone {
    font-size: 24px;
    font-weight: 700;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

.phone a {
    color: #000;
    text-decoration: none;
}

.phone-icon {
    display: block;
    background: url(/local/templates/monastyr/images/phone-icon.svg) no-repeat;
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.main-slider {
    position: relative;
}

.main-slider:not(.slick-initialized) {
    max-height: 480px;
    overflow: hidden;
}

.main-slider__item {
    position: relative;
}

.main-slider__img {
    height: 590px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed;*/
    position: absolute;
    width: 100%;
    top: 0;
    transition: all ease 13s;
    opacity: .8;
}

.flex-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

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

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

.main-slider__item {
    background: #fff;
}

.main-slider__item .flex-row {
    height: 590px;
}

.main-slider__item .container {
    position: relative;
    z-index: 2;
}

.s1-title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.s1-info {
    transition: all ease .3s;
    transform: translate(0, 20%);
    opacity: 0;
    transition-delay: .6s;
}

.slick-current .s1-title {
    transform: translate(0, 0);
    opacity: 1;
}

.slick-current .s1-info {
    transform: translate(0, 0);
    opacity: 1;
}

.slick-current .main-slider__img {
    transform: scale(1.1)
}

.main-slider .slick-dots {
    width: auto;
    right: 85px;
    bottom: 42px
}

.main-slider .slick-dots li button {
    width: 100px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: .6
}

.main-slider .slick-dots li.slick-active button {
    background: #fff;
    opacity: 1;
    transform: translate(0, -25px);
}

.s1-title span {
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.anim .s1-title span {
    transition-delay: .6s;
}

.anim .s1-title span {
    transition-delay: .4s;
}

.s1-title div {
    transition: all ease .9s;
    transform: translate(0, -100%);
    opacity: 0;
}

.slick-current .s1-title span,
.slick-current .s1-title div,
.slick-current .s1-info p,
.slick-current .s1-info .s1-btn {
    transform: translate(0, 0);
    opacity: 1;
}

.s1-info .s1-btn {
    transition: all ease .9s;
    transform: translate(0, 100%);
    opacity: 0;
}

/*.s1-info p{*/
/*    transition: all ease .9s;*/
/*    transform: translate(0,100%);*/
/*    opacity: 0;*/
/*}*/

.anim .s1-info p {
    transition-delay: .4s;
}

.anim .s1-info .s1-btn {
    transition-delay: .6s;
}

/*.s1-text{*/
/*    max-width: 550px;*/
/*}*/

.s1-text {
    max-width: 685px;
    margin: auto;
    text-align: center;
}

.s1-text p {
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 25px 0;
}

.button {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    padding: 0 55px;
    border: 1px solid #fff;
}

.button:hover {
    background: #fff;
    color: #000;
}

.justify-space-between {
    justify-content: space-between;
}

.row {
    margin: 0 -11px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

[class*="col-"] {
    padding: 11px;
}

.section1 {
    padding: 0;
}

section {
    padding: 70px 0 0;
}

.block-title {
    text-align: center;
    color: #c11e1e;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

img {
    max-width: 100%
}

.news-item__date {
    font-size: 16px;
    font-weight: 300;
    color: #a1a1a1;
    margin-bottom: 10px;
}

.news-item__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.news-item__title {
    font-size: 18px;
    line-height: 140%;
}

.news-item__title a {
    color: #000;
    text-decoration: none;
}

.news-item__title a:hover {
    color: #c11e1e;
}

.news-item2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f2f2f2;
}

.news-item2:last-child {
    border-bottom: none;
}

.tour-icon {
    display: inline-block;
    background: url(/local/templates/monastyr/images/360-icon2.png) no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.button2 {
    font-size: 16px;
    color: #ecbbbb;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border: 1px solid #ecbbbb;
    background: transparent;
    cursor: pointer;
    font-family: 'Alegreya Sans', sans-serif;
}

.button2:hover {
    background: #c11e1e;
    color: #fff !important;
    border-color: #c11e1e;
}

.news-more {
    text-align: center;
    margin-top: 60px;
}

.s3-text {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 50px;
}

.carousel .slick-arrow,
.text-slider .slick-arrow,
.palomnikam-carousel .slick-arrow {
    background: url(/local/templates/monastyr/images/slider-arrow.png) no-repeat;
    width: 18px;
    height: 35px;
    opacity: .2;
    margin-top: -55px;
    cursor: pointer;
}

.palomnikam-carousel .slick-arrow {
    margin-top: -10px;
}

.text-slider .slick-arrow {
    margin-top: -17.5px;
}

.carousel .slick-arrow:hover,
.palomnikam-carousel .slick-arrow:hover,
.text-slider .slick-arrow:hover {
    opacity: 1;
}

.carousel .slick-prev,
.palomnikam-carousel .slick-prev,
.text-slider .slick-prev {
    left: -90px;
}

.palomnikam-carousel .slick-prev {
    left: -25px;
}

.carousel .slick-next,
.palomnikam-carousel .slick-next,
.text-slider .slick-next {
    right: -90px;
    background-position: -18px 0;
}

.palomnikam-carousel .slick-next {
    right: -25px;
}

.carousel-item__img img {
    width: 100%;
}

.carousel-item {
    position: relative;
}

.carousel-item__link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.carousel-caption,
.carousel-caption2 {
    background: #fff;
    padding: 22px 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    transition: all ease .7s;
    opacity: 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.03)
}

.carousel-caption2 {
    font-size: 20px;
}

.carousel-item:hover .carousel-caption,
.carousel-item:hover .carousel-caption2 {
    opacity: 1;
    transform: translate(0, -40px);
}

.arrow-icon {
    display: inline-block;
    background: url(/local/templates/monastyr/images/arrow-icon.png) no-repeat;
    width: 17px;
    height: 15px;
}

.section4 {
    background: #ccc url(/local/templates/monastyr/images/history.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    height: 500px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    overflow: hidden;
}

.s4-slider {
    max-width: 480px;
    margin: 0 auto;
}

.s4-slider__item h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.s4-slider__item p {
    font-size: 18px;
    color: #fff;
    line-height: 140%;
    margin-bottom: 30px;
}

.s4-slider__item .button {
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: -60px;
}

.slick-dots li {
    margin: 0 5px;
}

.section4 .slick-dots li button,
.palomnikam-carousel .slick-dots li button,
.carousel .slick-dots li button {
    background: #999590;
}

.slick-dots li button {
    background: none;
    font-size: 0;
    border: 0;
    padding: 0;
    width: 7px;
    height: 7px;
    background: #3c342b;
    border-radius: 50%;
    transition: all ease .3s;
}

.anonce-widget .slick-dots li button {
    background: #ccc;
}

.anonce-widget .slick-dots li.slick-active button {
    background: #c11e1e;
    transform: scale(1.3);
}

.slick-dots li.slick-active button {
    background: #c11e1e;
    transform: scale(1.5);
}

.footer {
    background: #f9f9f9;
    padding: 50px 0 25px;
}

.f-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.f-col1 {
    width: 440px;
}

.f-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.f-text {
    font-size: 15px;
    color: #939393;
    line-height: 130%;
    margin-bottom: 40px;
}

.f-social a i {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #c11e1e url(/local/templates/monastyr/images/inst-icon.svg) no-repeat center;
    -webkit-background-size: 24px;
    background-size: 24px;
    border-radius: 50%;
}

.f-col2 {
    width: 145px;
}

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

.f-menu li {
    margin-bottom: 9px;
}

.f-menu li a {
    color: #9d9d9d;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    padding-left: 21px;
    position: relative;
}

.f-menu li a:hover {
    color: #c11e1e;
}

.f-menu li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 11px;
    background: url(/local/templates/monastyr/images/arrow-icon.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    left: 0;
    top: 3px;
}

.f-col3 {
    width: 295px;
}

.f-address {
    font-size: 15px;
    color: #939393;
    line-height: 130%;
    margin-bottom: 40px;
    position: relative;
    padding-left: 21px;
    margin-bottom: 30px;
}

.marker-icon {
    display: block;
    position: absolute;
    background: url(/local/templates/monastyr/images/marker-icon.png) no-repeat;
    width: 11px;
    height: 16px;
    left: 0;
    top: 3px;
}

.f-phone {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
    font-size: 15px
}

.f-phone span {
    width: 100%;
    padding-left: 21px;
    padding-top: 10px;
    color: #b5b5b5;
}

.f-phone a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.page-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 480px;
    -webkit-background-size: cover;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.page-title h1 {
    font-size: 55px;
}

.breadcrumbs {
    position: absolute;
    bottom: 65px;
}

.breadcrumbs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.breadcrumbs-list li {
    margin: 0 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

.breadcrumbs-list li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    border-bottom: 2px solid #fff;
    right: -13px;
    top: 10px;
}

.breadcrumbs-list li:last-child:before {
    display: none;
}

.breadcrumbs-list li a {
    color: #b3b3b3;
    text-decoration: none;
    text-transform: uppercase;
}

.text h3 {
    color: #c11e1e;
}

.title40 {
    font-size: 32px;
}

.text-img {
    float: left;
    margin: 0 40px 40px 0;
    max-width: 400px
}

.text p {
    font-size: 18px;
    line-height: 140%;
    margin: 30px 0;
}

.section-slider {
    background: #f9f9f9;
    padding: 30px 0 60px 0;
}

.section-histories {
    background: #f9f9f9;
}

.section-histories ul {
    padding: 20px 0;
}

.text-slider__title {
    font-size: 35px;
    font-weight: 500;
}

.text-slider {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 140%;
}

.text-slider .button2 {
    color: #ecbbbb;
    font-weight: 400;
    padding: 0 40px;
}

.toggle-text {
    display: none;
}

.anonce-widget {
    background: url(/local/templates/monastyr/images/anonce-bg.jpg) no-repeat;
    padding: 90px 36px 36px 190px;
    -webkit-background-size: cover;
    background-size: cover;
}

.anonce-slider__item {
    background: #fff;
    padding: 25px 30px 50px 30px;
    min-height: 240px;
}

.anonce-slider__date {
    font-size: 16px;
    font-weight: 500;
    color: #a1a1a1;
    margin-bottom: 10px;
}

.anonce-slider__title {
    color: #c93e3e;
    font-size: 22px;
    font-weight: 500;
}

.anonce-slider__item p {
    font-size: 18px;
    line-height: 140%;
    margin: 0;
}

.anonce-slider .slick-dots {
    bottom: 25px;
    width: auto;
    left: 30px;
}

.anonce-slider .slick-arrow {
    width: 18px;
    height: 30px;
    background: url(/local/templates/monastyr/images/slider-arrow.svg) no-repeat;
    z-index: 2;
    opacity: .5;
}

.anonce-slider .slick-prev {
    left: 5px;
}

.anonce-slider .slick-next {
    right: 5px;
    transform: translate(0, -50%) rotate(180deg)
}

.anonce-widget {
    margin-bottom: 40px;
}

.events-item__title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.events-item:last-child .events-item__row {
    border-bottom: none;
}

.events-item__row {
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
}

.events-item__time {
    color: #c11e1e;
    font-size: 20px;
    float: left;
    width: 80px;
}

.events-item__text {
    margin-left: 80px;
    font-size: 16px;
    line-height: 150%;
}

.events-item {
    margin-bottom: 30px;
}

.timing {
    background: #fff;
    margin-left: 30px;
    padding: 33px 0;
    margin-bottom: 50px;
}

.timing-title {
    color: #c11e1e;
    font-size: 23px;
    font-weight: 500;
    margin: 0 33px 25px 33px;
}

.timing-item {
    padding: 0 33px 0 33px;
    border-bottom: 1px solid #e5e5e5;
}

.timing-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.timing-item__date {
    color: #c11e1e;
    font-weight: 500;
}

.timing-item__text {
    font-size: 16px;
    line-height: 100%;
}

.timing-item__info {
    text-align: right;
    color: #c9c9c9;
}

.title25 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.way-item h3 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.way-item p {
    font-size: 16px;
    line-height: 140%;
    margin: 0;
}

.way-item {
    margin-bottom: 40px;
}

.acc-widget__content {
    display: none;
    padding-bottom: 30px;
}

.acc-widget__title {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: .3;
    margin-bottom: 30px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all ease .3s;
}

.acc-widget__title:before {
    content: "";
    display: inline-block;
    background: url(/local/templates/monastyr/images/down.png) no-repeat;
    width: 17px;
    height: 10px;
    margin-right: 10px;
    transition: all ease .3s;
}

.acc-widget__title.active:before {
    transform: rotate(-180deg)
}

.acc-widget__title:hover {
    color: #c11e1e;
    opacity: 1;
}

.acc-widget {
    padding-left: 30px;
}

.info-widget {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.info-widget__col {
    width: 33.333%;
    text-align: center;
}

.info-widget__img {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.02)
}

.info-widget__title {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 500;
}

.info-widget__col p {
    font-size: 16px;
    line-height: 150%;
}

.info-widget__col p span {
    display: block;
    color: #b5b5b5;
    font-size: 14px;
}

.contact-widget {
    margin: 100px auto;
    width: 655px;
}

.input {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    height: 40px;
    font-family: 'Alegreya Sans', sans-serif;
}

.contact-form__col {
    width: 290px;
}

.textarea {
    display: block;
    width: 100%;
}

.contact-form__row {
    margin-bottom: 35px;
}

.textarea {
    border: 1px solid #d9d9d9;
    background: transparent;
    resize: none;
    padding: 15px;
    font-family: 'Alegreya Sans', sans-serif;
}

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

.contact-form__btn .button2 {
    background: transparent;
    cursor: pointer;
    color: #ecbbbb;
}

.contact-form__btn .button2:hover {
    background: #c11e1e;
    color: #fff !important;
    border-color: #c11e1e;
}

.video-widget {
    background: #000;
}

.video-widget img {
    display: block;
    opacity: .8;
    transition: all ease .3s;
}

.video-widget a {
    display: block;
    position: relative;
}

.video-widget a:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/local/templates/monastyr/images/play-icon.png) no-repeat;
    width: 60px;
    height: 60px;
    -webkit-background-size: 100%;
    background-size: 100%;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all ease .3s;
}

.video-widget:hover a:before {
    opacity: 1;
}

.video-widget:hover img {
    opacity: 1;
}

.video-carousel {
    background: #f9f9f9;
    margin: 100px 0;
    padding: 60px 0 100px;
}

.video-carousel .slick-dots li button {
    background: #d4d4d4;
}

.video-carousel .slick-dots li.slick-active button {
    background: #c11e1e;
}

.block-title2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}

.holidays-item,
.palomnikam-item {
    position: relative;
}

.holidays-item .carousel-caption {
    font-size: 20px;
    font-weight: 400;
}

.holidays-item:hover .carousel-caption {
    opacity: 1;
    transform: translate(0, -40px);
}

.palomnikam-carousel .carousel-item {
    display: inline-block;
}

@media(min-width: 769px) {
    .palomnikam-item {
        display: inline-block;
        max-width: 200px;
    }
}

.palomnikam-item img {
    max-width: 100%;
}

.carousel-item__img {
    position: relative;
}

.soon-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 25px;
    font-weight: 500;
    background: rgba(255, 255, 255, .9);
}

.form {
    padding: 48px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 50px 0 100px;
}

.form-col__left {
    width: 56.605%;
}

.form-col__right {
    width: 37.736%;
    float: right;
}

.form-item__title {
    color: #c9c9c9;
    font-size: 16px;
    margin-bottom: 15px;
}

.form-item__radio {
    margin-bottom: 10px;
}

.form-item__radio input {
    display: none;
}

.form-item__radio label {
    color: #a1a1a1;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;

}

.form-item__radio label span {
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #e19292;
    border-radius: 50%;
    margin: 3px 10px 0 0;
    position: relative;
}

.form-item__radio input:checked+label span:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #c11e1e;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    position: absolute;
}

.form-item__radio input:checked+label span {
    border-color: #c11e1e;
}

.form-item__radio input:checked+label {
    color: #000;
}

.form-item {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.form-item:last-child {
    border-bottom: none;
}

.form-textarea {
    margin-bottom: 25px;
}

.form-textarea textarea {
    resize: none;
    width: 315px;
    height: 160px;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 13px;
    padding: 15px;
    border: 1px solid #d9d9d9;
}

.form-input input {
    width: 315px;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 20px;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    height: 40px;
}

.form-input input:focus,
.form-textarea textarea:focus,
.inputbox input:focus {
    border-color: #000;
}

.form-btn {
    margin-top: 30px;
}

.cross-icon {
    display: inline-block;
    background: url(/local/templates/monastyr/images/cross-icon.png) no-repeat;
    width: 76px;
    height: 102px;
}

.cross-icon2 {
    display: inline-block;
    background: url(/local/templates/monastyr/images/cross-icon2.png) no-repeat;
    width: 76px;
    height: 102px;
}

.form-title {
    text-align: center;
    margin-bottom: 30px;
}

.form-title span {
    display: block;
    color: #c11e1e;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    font-family: 'Fita Vjaz';
}

.form-title2 span {
    color: #000;
}

.form-names {
    border: 2px solid #d9d9d9;
    padding: 45px;
}

.inputbox {
    position: relative;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    align-items: center
}

.inputbox input {
    display: block;
    width: 100%;
    border: none;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
    height: 35px;
}

.form-names .inputbox input {
    font-family: 'Fita Vjaz';
    font-size: 32px;
    line-height: 32px;
}

.inputbox i {
    display: block;
    font-style: normal;
    color: #999;
    padding-right: 4px;
    font-family: 'Fita Vjaz';
    font-size: 32px;
}

.form-names__add {
    text-align: center;
    margin-top: 30px;
}

.form-names__add a {
    color: #edcbcb;
    text-decoration: none;
    font-size: 18px;
}

.info-item {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
}

.info-item h4 {
    color: #c11e1e;
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: 400;
}

.info-item p {
    margin: 0;
}

.rules {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
    /*padding: 30px 0;*/
}

.rules-title {
    font-size: 25px;
    font-weight: 500;
    padding: 0 30px;
}

.rules-item {
    padding: 0 30px 30px 30px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 140%;
    font-size: 16px;
}

.rules-item .acc-widget__title {
    text-transform: uppercase;
}

.rules-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info {
    margin-bottom: 50px;
}

.tour-widget {
    position: relative;
    margin: 70px 0;
}

.tour-widget__link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.tour-widget__link:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/local/templates/monastyr/images/360-icon.png) no-repeat;
    width: 105px;
    height: 105px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hram-more {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.hram {
    margin-bottom: 100px;
}

.contact-message {
    height: 375px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 120px;
    font-size: 16px;
    line-height: 150%;
}

.contact-message span {
    display: block;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.error input,
.error textarea {
    border-color: #b70606;
}

.error-mess {
    color: #b70606;
    margin-top: 5px;
}

.articl-item {
    padding: 1px 0;
    position: relative;
    margin-bottom: 70px;
}

.articl-item__img {
    width: 56.0683%;
    float: left;
}

.articl-item__img img {
    display: block;
}

.articl-item__desc {
    position: absolute;
    z-index: 2;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: calc(56.0683% - 155px);
    padding: 25px 45px;
    background: #fff;
}

.articl-item__title {
    margin-bottom: 10px;
}

.articl-item__title a {
    color: #c11e1e;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.article-item__date {
    color: #9f9f9f;
    font-size: 16px;
    margin-bottom: 10px;
}

.article-item__text {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
    max-height: 125px;
    overflow: hidden;
}

.article-item__btn .button2 {
    padding: 0 30px;
}

.pagination-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center
}

.pagination-list li {
    margin: 0 10px;
}

.pagination-list li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    background: #e5e5e5;
    display: block;
    text-align: center;
    text-decoration: none;
}

.pagination-list li.active a {
    background: #c11e1e;
}

.pagination-list li a:hover {
    color: #c11e1e;
}

.pagination {
    margin: 40px 0 100px;
}

.carousel-widget {
    margin: 70px 0 100px;
}

.menu-btn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 22px;
    z-index: 11;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.menu-btn span {
    display: block;
    height: 2px;
    width: 100%;
    position: relative;
    background: #c11e1e;
    top: 50%;
    margin-top: -2.5px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.menu-btn span:before,
.menu-btn span:after {
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #c11e1e;
}

.menu-btn span:before {
    top: -15px;
    transition-property: top, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
}

.menu-btn span:after {
    bottom: -15px;
    transition-property: bottom, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
}

.menu-btn.active span {
    background: transparent;
}

.menu-btn.active span:before {
    top: 0;
    transition-delay: 0s, 0.2s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.menu-btn.active span:after {
    bottom: 0;
    transition-delay: 0s, 0.2s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.navigation .phone {
    display: none;
}

.section-map {
    height: 490px;
    padding: 0;
    margin: 80px 0 0;
}

.f-bottom {
    margin-top: 20px;
}

.copyright {
    text-align: center;
    color: #c4c4c4;
    font-size: 15px;
    margin: 30px 0 0;
}

.carousel {
    margin-bottom: 100px;
}

.palomnikam-carousel {
    margin: 30px 0 40px !important;
}

.carousel .slick-dots {
    bottom: -30px;
}

.palomnikam-carousel .slick-dots {
    bottom: -20px;
}

.block-title3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #c32626;
    margin-bottom: 50px;
}

.text-slider__item {
    max-width: 850px;
    margin: 0 auto;
    font-size: 16px
}

.text-slider__title {
    margin-bottom: 25px;
}

.toggle-btn {
    margin-top: 15px;
}

.video-carousel__item {
    padding: 0 11px;
}

.carousel .carousel-item,
.palomnikam-carousel .carousel-item {
    padding: 0 11px;
}

.article-item2__desc {
    padding-left: 30px;
}

.article-item2 {
    margin: 0 0 70px;
}

/* calendar-widget */

.calendar-widget {
    margin-bottom: 50px;
}

.calendar-widget__img img {
    max-width: 200px;
}

.calendar-widget__img {
    text-align: center;
    margin-bottom: 30px;
}

.calendar-widget__wrapp {
    padding: 40px;
    background: #f7f7f7;
}

.calendar-widget__title {
    color: #c21e1f;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}

.calendar-widget__date {
    color: #646464;
    font-size: 24px;
    margin-bottom: 20px;
}

.calendar-widget__subtitle {
    font-size: 30px;
    margin-bottom: 30px;
}

.calendar-widget__text {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.calendar-widget__text a {
    color: #b8795a;
    text-decoration: none;
}

/* -------------- */

@media(max-height: 769px) {
    .main-slider__item .flex-row {
        height: 480px;
    }

    .main-slider__img {
        height: 480px;
    }

    .page-title {
        height: 330px;
    }
}

@media(max-width: 1500px) {
    .navigation li {
        margin: 0 12px;
    }

    .phone {
        font-size: 20px;
    }

    .header {
        padding: 0 20px;
    }
}

@media(max-width: 1250px) {

    .header {
        padding: 0;
    }

    .logo img {
        width: 75px;
    }

    .navigation li a {
        font-size: 15px;
    }

    .navigation li {
        margin: 0 9px;
    }



    .carousel .slick-prev,
    .palomnikam-carousel .slick-prev,
    .text-slider .slick-prev {
        left: 15px;
        z-index: 2;
        opacity: .7;
    }

    .carousel .slick-next,
    .palomnikam-carousel .slick-next,
    .text-slider .slick-next {
        right: 15px;
        z-index: 2;
        opacity: .7;
    }

    .text-slider .slick-arrow {
        top: auto;
        margin: 0;
        bottom: -65px;
    }

    .articl-item__desc {
        position: static;
        padding-left: 30px;
        margin-left: 40%;
        background: transparent;
    }

    .articl-item__img {
        width: 40%;
    }
}

@media(max-width: 992px) {

    .main-slider__img,
    .main-slider__item .flex-row {
        height: 400px;
    }

    .s1-title {
        font-size: 40px;
    }

    .s1-title span {
        font-size: 20px;
    }

    .container {
        max-width: 768px;
    }

    .f-col1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .f-row {
        flex-wrap: wrap;
    }

    .catalog .col-4 {
        width: 50%;
    }

    .text-img {
        float: none;
    }

    .text-img img {
        width: 100%;
    }

    .event-timing .col-7 {
        width: 100%;
    }

    .event-timing.flex-row {
        flex-wrap: wrap;
    }

    .event-timing .col-5 {
        width: 100%;
    }

    .timing {
        margin: 0;
    }

    .form-col__left {
        width: 45%;
    }

    .form-col__right {
        width: 45%;
    }

    .form-names {
        padding: 25px;
    }

    .acc-widget__title:before {
        width: 26px;
    }

    .contacts .col-6 {
        width: 100%;
    }

    .contacts.flex-row {
        flex-wrap: wrap;
    }

    .acc-widget {
        padding-left: 0;
    }

    .navigation {
        position: absolute;
        display: block;
        right: 0;
        background: #fff;
        top: 100px;
        z-index: 100;
        text-align: right;
        padding: 30px 0 0 30px;
        transition: all ease .3s;
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 30px);
    }

    .navigation.active {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
    }

    .navigation li {
        margin-bottom: 15px;
    }

    .navigation li a {
        font-size: 17px
    }

    .menu-btn {
        display: block;
    }

    .header {
        padding-right: 70px;
    }
}

@media(max-width: 768px) {
    .main-slider .slick-dots {
        right: 0;
        left: 0;
        bottom: -40px;
    }

    .main-slider .slick-dots li button {
        background: #ccc;
        width: 40px;
    }

    .main-slider .slick-dots li.slick-active button {
        background: #b53131;
        transform: translate(0, -10px);
    }

    .s1-title {
        font-size: 30px;
    }

    .s1-title span {
        font-size: 18px;
    }

    .s1-text p {
        font-size: 16px;
    }

    .header {
        height: 80px;
    }

    .section2 .col-6,
    .section2 .col-5 {
        width: 100%;
    }

    .flex-row {
        flex-wrap: wrap;
    }

    .header-row {
        height: 80px;
    }

    .navigation {
        top: 80px;
        padding-right: 15px;
    }

    .logo img {
        width: 70px;
    }

    .page-title {
        height: 400px;
        background-size: cover;
    }

    .page-title h1 {
        font-size: 45px;
    }

    .breadcrumbs-list li {
        font-size: 17px;
    }

    .carousel-caption,
    .carousel-caption2 {
        opacity: 1;
        transform: translate(0, -40px);
    }

    .holidays-item .carousel-caption {
        opacity: 1;
        transform: translate(0, 0);
    }


    .s4-slider {
        max-width: 100%;
    }

    .section4 {
        display: block;
        height: auto;
        padding: 100px 0;
    }

    .flex-row.info {
        flex-wrap: wrap;
    }


    .flex-row.info .col-6,
    .flex-row.info .col-5 {
        width: 100%;
    }

    .page-title h1 {
        font-size: 35px !important;
        text-align: center;
    }

    .form-col__left {
        width: 100%;
    }

    .form-col__right {
        width: 100%;
    }

    .form {
        padding: 25px;
    }

    .info-widget {
        flex-direction: column;
        align-items: center
    }

    .contact-widget {
        width: 100%;
    }

    .contact-form__row {
        flex-direction: column;
        margin-bottom: 20;
    }

    .contact-form__col {
        width: 100%;
        margin-bottom: 20px;
    }

    .info-widget__col {
        width: 100%;
    }

    .articl-item__desc {
        margin-left: 0;
        padding-left: 0;
    }

    .articl-item__img {
        width: 100%;
        float: none;
    }

    .article-item2 .flex-row {
        flex-direction: column;
    }

    .article-item2 .flex-row .col-5,
    .article-item2 .flex-row .col-7 {
        width: 100%;
    }

    .article-item2__desc {
        padding: 0;
    }



}

@media(max-width: 640px) {
    .catalog .col-4 {
        width: 100%;
    }

    .carousel-item {
        margin: 0 auto;
    }

    .page-title h1 {
        font-size: 30px
    }

    .f-col2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .f-col3 {
        width: 100%;
    }

    .anonce-widget {
        padding: 40px;
    }

    .events-item__time {
        width: 55px;
    }

    .events-item__text {
        margin-left: 55px;
    }

    .block-title {
        font-size: 30px
    }

    .form-input input,
    .form-textarea textarea {
        width: 100%;
    }

}

@media(max-width: 400px) {
    .phone {
        display: none;
    }

    .navigation .phone {
        display: flex;
    }

    .s4-slider__item h3 {
        font-size: 30px
    }

    .articl-item__title a {
        font-size: 25px
    }
}

/*-----dw styles------*/

.error-mess {
    color: #b70606;
    margin-top: 5px;
    display: none;
}

.error .error-mess {
    display: block;
}

.logo {
    width: 90px;
    margin-left: 15px;
}

.rules-item .acc-widget__title {
    font-size: 16px;
    opacity: 1;
}

.rules .acc-widget {
    padding-left: 0;
}

.rules .acc-widget__title:before {
    content: "";
    display: inline-block;
    background: url(/local/templates/monastyr/images/down.png) no-repeat;
    width: 45px;
    height: 12px;
    margin-left: 10px;
    transition: all ease .3s;
}

.phones a {
    color: #333;
    text-decoration: none;
}

.pay-form-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(89 89 89 / 70%)
}

.pay-form {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    padding: 30px;
}

.paykeeper-pay-container {
    margin-top: 40px;
}

.hidden {
    display: none;
}

.treby-price {
    padding-left: 10px;
    font-size: 19px;
    font-weight: 500;
    color: #a1a1a1;
}

.iframe-container iframe {
    width: 100%;
}

.slick-slide {
    height: auto;
}

.name-input {
    margin-left: 15px;
}

.js-set-price {
    display: inline-block;
    width: 135px;
}

video {
    width: 100%;
}

.sub-header {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}

.navigation a:hover {
    color: #c11e1e !important;
}
/* End */
/* /local/templates/monastyr/css/normalize.css?16736042158026 */
/* /local/templates/monastyr/css/lightbox.css?16736042153580 */
/* /local/templates/monastyr/css/slick.css?16736042151776 */
/* /local/templates/monastyr/components/bitrix/menu/main-menu/style.min.css?16736042143715 */
/* /local/templates/monastyr/components/bitrix/menu/footer-menu/style.min.css?1673604214490 */
/* /local/templates/monastyr/template_styles.css?173521156839521 */
