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

button {
  border: none;
  background: none;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

header {
  border-bottom: 2px solid #efefef;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 87px;
  width: 100%;
}

.navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
  font-family: Open sans;
  font-size: 20px;
  font-weight: 900;
  margin-left: 17px;
}

.navbar-logo img {
  height: 45px;
  width: 45px;
}

.navbar-logo__title {
  font-family: Open sans;
  font-size: 19px;
  font-weight: 900;
  margin-left: 17px;
  color: #1f1f1f;
}

.navbar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 950px;
}

.navbar-block__link {
  height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-block__link_item {
  position: relative;
  font-family: Open sans;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.navbar-block__link_item::after {
  content: '';
  position: absolute;
  top: 6px;
  right: -15px;
  background: url("../icons/down.svg") no-repeat;
  height: 13px;
  width: 10px;
  -webkit-transition: 1s;
  transition: 1s;
}

.navbar-block__link_item_contact {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

.navbar-block__link_item_contact:hover {
  color: #ff9044;
}

.navbar-block__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-block__other_search {
  margin-right: 20px;
}

.navbar-block__other_search svg {
  cursor: pointer;
  height: 21px;
  width: 21px;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar-block__other_search svg:hover {
  fill: #ff9044;
}

.navbar-block__other_search_white svg {
  fill: #fff;
  cursor: pointer;
  height: 21px;
  width: 21px;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar-block__other_search_white svg:hover {
  fill: #ff9044;
}

.navbar-block__other_bag {
  position: relative;
}

.navbar-block__other_bag a {
  color: #fff;
}

.navbar-block__other_bag svg {
  cursor: pointer;
  height: 21px;
  width: 21px;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar-block__other_bag svg:hover {
  fill: #ff9044;
}

.navbar-block__other_bag_white a svg {
  fill: #fff;
}

.navbar-block__other_bag_white a svg:hover {
  fill: #ff9044;
}

.navbar-block__other_bag span {
  position: absolute;
  font-family: Open sans;
  font-size: 10px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff9044;
  padding-left: 3px;
  padding-top: 2px;
  right: -12px;
  top: -2px;
}

.sub-menu-list {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 87px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  left: 0px;
  z-index: 999;
  width: 170px;
  padding-left: 0;
}

.sub-menu-link {
  height: 50px;
  width: 150px;
  padding-left: 18px;
  background: #fff;
  -webkit-box-shadow: 0 0px 3px grey;
          box-shadow: 0 0px 3px grey;
  margin-right: 0;
  width: 100%;
  padding-top: 11px;
}

.sub-menu-link:hover {
  background: #A9A9A9;
}

.sub-menu-link a {
  color: #696969;
}

.sub-menu-link a:hover {
  color: #696969;
}

.sub-sub_menu_list {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 87px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  left: 0px;
  z-index: 999;
  width: 170px;
  padding-left: 0;
  left: 100%;
  top: 0;
  list-style-type: none;
}

.sub-sub_menu_link {
  height: 50px;
  width: 150px;
  padding-left: 18px;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px grey;
          box-shadow: 0 3px 3px grey;
  margin-right: 0;
  width: 100%;
  padding-top: 11px;
}

.sub-sub_menu_link:hover {
  background: #A9A9A9;
}

.sub-sub_menu_link a {
  color: #696969;
}

.sub-sub_menu_link a:hover {
  color: #696969;
}

.add-menu {
  position: relative;
  -webkit-box-shadow: 0 0px 3px grey;
          box-shadow: 0 0px 3px grey;
}

.add-menu::after {
  content: '';
  position: absolute;
  background: url("../icons/down.svg") no-repeat;
  height: 13px;
  width: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 15px;
  top: 18px;
}

.sub-menu_list {
  position: relative;
}

.sub-menu_link {
  position: absolute;
  left: 0;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 400px;
  padding-left: 0;
}

.menu-link {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.menu-link:hover a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-link:hover .sub-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.add-menu:hover .sub-sub_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_fadeIn {
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  background: #1f1f1f;
}

.header_fadeIn_color {
  color: #fff;
}

.header_fadeIn_color::after {
  background: url("../icons/down_copy.svg") no-repeat;
}

.menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-link:hover .navbar-block__link_item {
  color: #ff9044;
}

.menu-link:hover .navbar-block__link_item::after {
  background: url("../icons/down_orange.svg") no-repeat;
}

.add {
  position: relative;
  z-index: -99;
  top: -55px;
}

.add img {
  position: absolute;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 99;
}

.video {
  position: relative;
  z-index: -999;
}

.video video {
  width: 100%;
}

.video-show {
  -webkit-transition: all 4s;
  transition: all 4s;
}

.video-show svg {
  position: absolute;
  fill: white;
  height: 50px;
  width: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 47px;
  cursor: pointer;
}

.video-show svg:hover {
  fill: #ff9044;
}

.video-sidepanel {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 300px;
  height: 500px;
  background: white;
  right: -100%;
  -webkit-transition: all 2s;
  transition: all 2s;
  padding: 10px 10px;
}

.video-sidepanel_active {
  right: 0;
}

.video-sidepanel__close svg {
  position: absolute;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: black;
  width: 50px;
  height: 50px;
  left: 20px;
  top: 48%;
}

.video-sidepanel__close svg:hover {
  fill: #ff9044;
}

.video-sidepanel__text {
  font-family: Open sans;
  font-weight: 700;
  font-style: italic;
  border-bottom: 2px solid #ff9044;
}

.video-sidepanel__descr {
  font-family: Open sans;
  margin-top: 103px;
  font-weight: 700;
  font-style: italic;
  border-top: 2px solid #ff9044;
}

.video-sidepanel__wiki {
  position: absolute;
  top: 48%;
  right: 50px;
}

.video-sidepanel__wiki svg {
  width: 50px;
  height: 50px;
}

.modal {
  top: 0;
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.7);
}

.modal_active {
  display: block;
}

.audio {
  position: relative;
  height: 400px;
  width: 100%;
}

.audio-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.audio-block__title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ff9044;
  font-family: 'La Belle Aurore', cursive;
  font-size: 20px;
  line-height: 1.5;
}

.audio-block__subtitle {
  font-family: Open sans;
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 15px;
}

.audio-block__text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #838383;
}

.audio-block__text span a {
  font-family: Open sans;
  font-weight: 600;
  color: #ff9044;
}

.audio-block__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.audio-block__soc_icon {
  width: 40px;
  height: 40px;
  background-color: #ffebdd;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.audio-block__soc_icon:hover {
  background-color: #ff9044;
}

.audio-block__soc_icon:hover svg {
  fill: white;
}

.audio-block__soc_icon svg {
  width: 20px;
  height: 20px;
  fill: #ff9044;
}

.audio-block_1 {
  padding: 45px 40px;
  width: 540px;
  height: 390px;
  background: white;
}

.audio-block_1 img {
  position: absolute;
  top: -15px;
  left: 0;
}

.audio-block_2 {
  padding: 45px 40px;
  width: 540px;
  height: 390px;
  background: white;
}

.audio-block_2 img {
  position: absolute;
  top: -15px;
  left: 0;
}

.audio-block__player audio {
  fill: #ff9044;
}

.button {
  position: relative;
  width: 142px;
  height: 50px;
  background: #ff9044;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Open sans;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.button:hover {
  -webkit-box-shadow: 0 3px 23px grey;
          box-shadow: 0 3px 23px grey;
}

.about-us {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
  background-color: #ff9044;
}

.about-us_name {
  font-family: 'La Belle Aurore', cursive;
  font-size: 22px;
  color: #fff;
}

.about-us_title {
  font-size: 50px;
  font-family: Open Sans;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.about-us_text {
  color: #fff;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  width: 265px;
}

.about-us__photo_slider {
  height: 400px;
  width: 300px;
}

.about-us__photo_slider img {
  height: 100%;
  width: 100%;
}

.about-us_news-slider {
  width: 100%;
}

.slick-prev_about-us {
  position: absolute;
  bottom: 0;
  left: -300px;
  border: 0;
  background: none;
}

.slick-prev_about-us:hover svg {
  opacity: .6;
}

.slick-prev_about-us svg {
  width: 30px;
}

.slick-next_about-us {
  position: absolute;
  bottom: 0;
  left: -226px;
  border: 0;
  background: none;
}

.slick-next_about-us:hover svg {
  opacity: .6;
}

.slick-next_about-us svg {
  width: 30px;
}

.events {
  padding-top: 60px;
  padding-bottom: 60px;
}

.events-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events-block__text {
  width: 700px;
  margin-right: 60px;
}

.events-block__text_subtitle {
  font-family: "La Belle Aurore", cursive;
  font-size: 22px;
  font-weight: 600;
  color: #ff9044;
  margin-bottom: 5px;
}

.events-block__text_title {
  font-family: Open Sans;
  font-size: 50px;
  font-weight: 700;
  color: black;
  margin-bottom: 15px;
}

.events-block__text_descr {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #838383;
}

.events-block__text_link {
  position: relative;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  color: black;
}

.events-block__text_link:hover {
  color: #ff9044;
}

.events-block__text_link::after {
  content: '';
  position: absolute;
  background: url("../icons/arrow-right-solid.svg") no-repeat;
  width: 20px;
  height: 20px;
  right: -27px;
  top: 0;
}

.events-block__box {
  width: 100%;
}

.events-block__box_bg {
  position: relative;
  height: 150px;
  background-color: #ff9044;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events-block__box_tablet {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events-block__box_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.events-block__box_title {
  left: 40px;
  position: absolute;
  bottom: 0;
  width: 185px;
  height: 55px;
  background: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 2px solid #696969;
  cursor: pointer;
  font-family: Open Sans;
  font-size: 16px;
}

.events-block__box_title:nth-child(2) {
  left: 225px;
}

.events-block__box_title:nth-child(3) {
  left: 410px;
}

.events-block__box_text {
  width: 185px;
  height: 55px;
  color: #696969;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #696969;
  cursor: pointer;
  padding-left: 13px;
}

.events-block__box_text:hover {
  background: #ff9044;
  color: white;
}

.priests {
  padding-top: 110px;
  padding-bottom: 40px;
  height: 900px;
}

.priests__subtitle {
  font-family: "La Belle Aurore", cursive;
  font-size: 22px;
  font-weight: 600;
  color: #ff9044;
  text-align: center;
  margin-bottom: 5px;
}

.priests__title {
  font-family: Open Sans;
  font-size: 50px;
  font-weight: 700;
  color: black;
  text-align: center;
  margin-bottom: 15px;
}

.priests__text {
  width: 650px;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #838383;
  margin: 0 auto;
}

.priests__more {
  display: block;
  position: relative;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  color: black;
  width: 110px;
  padding-top: 15px;
  padding-bottom: 50px;
}

.priests__more:hover {
  color: #ff9044;
}

.priests-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1050px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.priests-block__item {
  width: 250px;
  height: 400px;
  border-bottom: 4px solid #ff9044;
}

.priests-block__item img {
  width: 100%;
  height: 200px;
  -webkit-transition: .6s;
  transition: .6s;
}

.priests-block__item_name {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 30px;
}

.priests-block__item_name::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #ff9044;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.priests-block__item_name:hover {
  color: #ff9044;
}

.priests-block__item_name:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.priests-block__item_name a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

.priests-block__item_who {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
  color: #ff9044;
}

.priests-block__item_link {
  position: relative;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  color: #838383;
  left: 35%;
}

.priests-block__item_link::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #ff9044;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.priests-block__item_link::after {
  content: '';
  position: absolute;
  background: url("../icons/arrow-right-solid.svg") no-repeat;
  width: 10px;
  height: 10px;
  right: -17px;
  top: 6px;
}

.priests-block__item_link:hover {
  color: #ff9044;
}

.priests-block__item_link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.news {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__block_text {
  margin-top: 40px;
  width: 350px;
  margin-right: 40px;
}

.news__name {
  color: #ff9044;
  font-family: 'La Belle Aurore', cursive;
  font-size: 22px;
}

.news__title {
  font-size: 50px;
  font-family: Open Sans;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.news__text {
  color: #000;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  width: 265px;
}

.news__btn {
  margin-top: 20px;
  width: 140px;
  height: 50px;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
}

.news__btn:hover {
  color: white;
  opacity: 0.7;
}

.news-slider {
  width: 100%;
}

.news-slider__block {
  position: relative;
  width: 350px;
  height: 476px;
}

.news-slider__block_item {
  position: absolute;
  bottom: 16px;
  width: 310px;
  height: 263px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
}

.news-slider__block img {
  width: 100%;
  height: 222px;
}

.news-slider__block_date {
  font-family: Open Sans;
  font-size: 14px;
  color: #ff9044;
  text-align: center;
  margin-top: 10px;
}

.news-slider__block_title {
  position: relative;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-slider__block_title::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #ff9044;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.news-slider__block_title:hover {
  color: #000;
}

.news-slider__block_title:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.news-slider__block_text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans;
  font-size: 14px;
  color: #838383;
  text-align: center;
}

.news-slider__block_btn {
  margin: 0 auto;
  width: 130px;
  height: 50px;
  background: #ff9044;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.news-slider__block_btn:hover {
  -webkit-box-shadow: 3px 3px 3px grey;
          box-shadow: 3px 3px 3px grey;
}

.news-slider__block_btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.slick-prev_news {
  position: absolute;
  bottom: 0;
  left: -300px;
  border: 0;
  background: none;
}

.slick-prev_news:hover svg {
  opacity: .6;
}

.slick-prev_news svg {
  width: 30px;
}

.slick-next_news {
  position: absolute;
  bottom: 0;
  left: -226px;
  border: 0;
  background: none;
}

.slick-next_news:hover svg {
  opacity: .6;
}

.slick-next_news svg {
  width: 30px;
}

.iconostasis {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000;
}

.iconostasis-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.iconostasis-block__text {
  margin-right: 80px;
}

.iconostasis-block__icon {
  width: 400px;
  height: 300px;
}

.iconostasis-block__icon img {
  width: 100%;
  height: 100%;
}

.iconostasis__subtitle {
  font-family: 'La Belle Aurore', cursive;
  font-size: 22px;
  font-weight: 600;
  color: #ff9044;
}

.iconostasis__title {
  font-family: Open Sans;
  font-size: 50px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
}

.iconostasis__title_mod {
  color: #fff;
}

.iconostasis__descr {
  font-family: Open Sans;
  font-size: 14px;
  color: #838383;
  width: 400px;
  text-align: center;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-logo__title {
  color: #fff;
}

.footer-top {
  width: 100%;
  height: 100px;
  background-color: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-bottom {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 50px;
}

.footer-bottom__title {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  color: #1f1f1f;
  border-bottom: 3px solid #ff9044;
}

.footer-bottom__descr {
  font-family: Open Sans;
  font-weight: 500;
  font-size: 14px;
  color: #515151;
}

.footer-bottom__descr a {
  font-family: Open Sans;
  font-weight: 500;
  font-size: 14px;
  color: #515151;
}

.footer-bottom__descr a:hover {
  color: #ff9044;
}

.pageup {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
}

.pageup svg {
  width: 100%;
  fill: #792822;
}

.pageup:hover svg {
  fill: #a41b13;
}

.about-us__block_bg {
  height: 500px;
  background: url("../img/aboutus_background.jpg") center center/cover no-repeat;
  padding-top: 260px;
  padding-left: 80px;
}

.about-us__block_title {
  width: 250px;
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-family: Open Sans;
  border-bottom: 2px solid #ff9044;
}

.pageup {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
}

.pageup svg {
  width: 100%;
  fill: #792822;
}

.pageup:hover svg {
  fill: #a41b13;
}

.information {
  padding-top: 110px;
}

.information-block {
  width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.information-block__main {
  width: 730px;
}

.information-block__main_photo {
  width: 100%;
  height: 487px;
  margin-bottom: 20px;
}

.information-block__main_photo img {
  width: 100%;
  height: 100%;
}

.information-block__main_title {
  font-family: Open Sans;
  font-size: 42px;
  margin-top: 20px;
  font-weight: 700;
  color: #1f1f1f;
}

.information-block__main_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.information-block__main_box img {
  height: 100%;
  width: 50px;
  border-radius: 50%;
}

.information-block__main_box_descr {
  margin-left: 10px;
}

.information-block__main_box_text {
  font-family: Open Sans;
  font-weight: 600;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.8;
}

.information-block__main_box_text span {
  font-size: 13px;
  color: #86858C;
}

.information-block__main_paragraph {
  font-family: Open Sans;
  font-size: 14px;
  color: #868686;
  line-height: 1.8;
  margin-bottom: 20px;
}

.information-block__main_paragraph span {
  color: #ff9044;
}

.information-block__main_minititle {
  font-family: Open Sans;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 26px;
  margin-bottom: 20px;
}

.information-block__main_quote {
  position: relative;
  margin-left: 50px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.information-block__main_quote::before {
  content: '';
  position: absolute;
  background: url("../icons/quote-left-solid.svg") no-repeat;
  width: 30px;
  height: 30px;
  left: -50px;
}

.information-block__main_quote_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 65px;
  color: #ff9044;
}

.information-block__main_quote_author::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #ff9044;
  left: -16px;
}

.information-block__main_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 230px;
  margin-bottom: 20px;
}

.information-block__main_photos img {
  height: 100%;
  width: 45%;
}

.information-block__sidepanel {
  width: 380px;
}

.information-block__sidepanel_box {
  width: 100%;
  padding: 40px 46px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
}

.information-block__sidepanel_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.information-block__sidepanel_icon img {
  border-radius: 50%;
  width: 100px;
  height: 90px;
}

.information-block__sidepanel_name {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-family: Open Sans;
  font-weight: 700;
  margin-bottom: 10px;
}

.information-block__sidepanel_text {
  font-family: Open Sans;
  font-size: 14px;
  color: #838383;
  line-height: 1.8;
  width: 290px;
  text-align: center;
}

.information-block__sidepanel_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.information-block__sidepanel_soc a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid grey;
  -webkit-transition: .3s;
  transition: .3s;
}

.information-block__sidepanel_soc a:hover {
  background-color: #ff9044;
}

.information-block__sidepanel_soc a img {
  width: 50%;
  height: 50%;
}

.information-block__sidepanel_latestnews {
  margin-top: 50px;
  padding: 40px 46px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  width: 100%;
}

.information-block__sidepanel_latestnews_title {
  position: relative;
  font-family: Open Sans;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 18px;
}

.information-block__sidepanel_latestnews_title::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: #ff9044;
  left: -46px;
}

.information-block__sidepanel_latestnews_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

.information-block__sidepanel_latestnews_box img {
  height: 100px;
  width: 100px;
}

.information-block__sidepanel_latestnews_block {
  margin-left: 15px;
}

.information-block__sidepanel_latestnews_text {
  margin-top: 15px;
  font-size: 14px;
  color: #707070;
}

.information-block__sidepanel_latestnews_link a {
  font-family: Open Sans;
  font-size: 15px;
  color: #1f1f1f;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
}

.information-block__sidepanel_latestnews_link a:hover {
  color: #ff9044;
}

.priests-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.priests_title {
  width: 420px;
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-family: Open Sans;
  border-bottom: 2px solid #fff;
}

.priests-block__box {
  padding-top: 110px;
  padding-bottom: 110px;
}

.priests-block__text {
  width: 605px;
  margin-right: 60px;
}

.priests-block__text_title {
  font-family: La Belle Aurore;
  color: #ff9044;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.priests-block__text_name {
  font-family: Open Sans;
  font-size: 50px;
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 15px;
}

.priests-block__text_descr {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #838383;
  font-weight: 400;
}

.priests-block__photo {
  width: 445px;
}

.priests-block__photo_icon {
  height: 420px;
  width: 100%;
}

.priests-block__photo_icon img {
  height: 100%;
  width: 100%;
  -webkit-transition: 2s;
  transition: 2s;
}

.priests-block__photo_icon_2 {
  width: 400px;
}

.priests-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1140px;
  margin: 0 auto;
}

.priests-contact__me {
  background-color: #F0F2F3;
  padding-top: 110px;
  padding-bottom: 110px;
}

.priests-contact__text {
  width: 350px;
}

.priests-contact__text_subtitle {
  font-family: La Belle Aurore;
  color: #ff9044;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.priests-contact__text_title {
  font-family: Open Sans;
  font-size: 50px;
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 15px;
}

.priests-contact__text_descr {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #838383;
  font-weight: 400;
}

.priests-contact__form {
  width: 730px;
}

.priests-contact__form_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.priests-contact__form_name p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.priests-contact__form_name input {
  padding: 8px 15px;
  height: 50px;
  width: 350px;
  border: none;
}

.priests-contact__form_email p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.priests-contact__form_email input {
  padding: 8px 15px;
  height: 50px;
  width: 350px;
  border: none;
}

.priests-contact__form_text p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.priests-contact__form_text textarea {
  width: 730px;
  height: 123px;
  border: none;
  padding: 8px 15px;
}

.priests-contact__form_btn {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 155px;
  height: 50px;
  background: #ff9044;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}

.school-background {
  height: 630px;
  background: url("../img/school_bg-main.jpeg") top center/cover no-repeat;
  padding-top: 290px;
}

.school-background__title {
  width: 515px;
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-family: Open Sans;
  border-bottom: 2px solid #fff;
}

.school-sunday {
  padding-top: 110px;
  padding-bottom: 110px;
}

.school-sunday__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1140px;
  margin: 0 auto;
}

.school-sunday__block_text {
  width: 45%;
}

.school-sunday__block_text_subtitle {
  font-family: La Belle Aurore;
  color: #ff9044;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.school-sunday__block_text_title {
  font-family: Open Sans;
  font-size: 50px;
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 15px;
}

.school-sunday__block_text_descr {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #838383;
  font-weight: 400;
}

.school-sunday__block_photo {
  width: 45%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.school-sunday__block_photo img {
  width: 100%;
  -webkit-transition: .6s;
  transition: .6s;
}

.school-sunday__slider {
  padding-top: 80px;
  padding-bottom: 140px;
}

.school-sunday__slider_title {
  font-family: Open Sans;
  font-size: 50px;
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.school-sunday__slider_item {
  width: 930px;
  margin: 0 auto;
}

.school-sunday__slider_item div img {
  height: 600px;
  width: 100%;
  -webkit-transition: .6s;
  transition: .6s;
}

.slick-prev_school {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -130px;
  border: 0;
  background: none;
}

.slick-prev_school:hover svg {
  fill: #ff9044;
}

.slick-prev_school svg {
  width: 50px;
}

.slick-next_school {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -130px;
  border: 0;
  background: none;
}

.slick-next_school:hover svg {
  fill: #ff9044;
}

.slick-next_school svg {
  width: 50px;
}

.contact__background {
  height: 500px;
  background: url("../img/contact_bg.jpeg") center center/cover no-repeat;
  padding-top: 290px;
  padding-left: 80px;
}

.contact__background_title {
  width: 515px;
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-family: Open Sans;
  border-bottom: 2px solid #fff;
}

.contact-box {
  padding-top: 110px;
  padding-bottom: 110px;
}

.contact-box__subtitle {
  text-align: center;
  font-family: La Belle Aurore;
  color: #ff9044;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.contact-box__title {
  text-align: center;
  font-family: Open Sans;
  font-size: 50px;
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-box__descr {
  text-align: center;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 35px;
  color: #838383;
  font-weight: 400;
}

.contact-box iframe {
  display: block;
  margin: 0 auto;
  width: 900px;
  height: 600px;
}

.church-news__background {
  height: 500px;
  background: url("../img/bg_church-news.jpeg") center center/cover no-repeat;
  padding-top: 290px;
  padding-left: 80px;
}

.church-news__background_title {
  width: 515px;
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-family: Open Sans;
  border-bottom: 2px solid #fff;
}

.church-news__block {
  padding-top: 110px;
  padding-bottom: 110px;
}

.church-news__block_box {
  margin-bottom: 70px;
}

.church-news__block_box_item {
  margin: 0 auto;
  width: 1110px;
  min-height: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #F0F2F3;
  -webkit-box-shadow: 0 3px 24px;
          box-shadow: 0 3px 24px;
}

.church-news__block_box_photo {
  width: 534px;
  min-height: 100%;
}

.church-news__block_box_photo img {
  width: 100%;
  min-height: 100%;
  -webkit-transition: .6s;
  transition: .6s;
}

.church-news__block_box_text {
  padding-left: 20px;
  padding-right: 20px;
}

.church-news__block_box_title {
  margin-top: 50px;
}

.church-news__block_box_title a {
  font-size: 20px;
  font-family: Open Sans;
  color: #1f1f1f;
  -webkit-transition: .6s;
  transition: .6s;
  font-weight: 700;
  margin-bottom: 20px;
}

.church-news__block_box_title a:hover {
  color: #ff9044;
}

.church-news__block_box_subtitle {
  font-size: 14px;
  font-family: Open Sans;
  color: #1f1f1f;
  font-weight: 600;
  margin-bottom: 20px;
}

.church-news__block_box_subtitle span {
  color: #ff9044;
}

.church-news__block_box_descr {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #838383;
}

.church-news__block_box_btn {
  cursor: pointer;
  background-color: #ff9044;
  width: 133px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.church-news__open {
  border-bottom: 1px solid #000;
}

.pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__item {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eee;
  margin-left: 15px;
}

.pagination__item:nth-child(1) {
  margin-left: 0;
}

.pagination__item:hover a {
  color: #ff9044;
}

.pagination__item_active {
  background-color: #ff9044;
}

.pagination__item_active a {
  color: #fff;
  cursor: unset;
}

.pagination__item_active:hover a {
  color: #fff;
}

.pagination__item_link {
  font-family: Open Sans;
  font-size: 14px;
  color: #1f1f1f;
  font-weight: 600;
}

.all-news {
  padding-top: 60px;
  padding-bottom: 110px;
}

.all-news_title {
  font-family: Open Sans;
  text-align: center;
  margin-top: 60px;
  font-size: 40px;
  font-weight: 700;
}

.all-news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1140px;
  margin: 0 auto;
}

.all-news__block_item {
  position: relative;
  width: 350px;
  height: 440px;
  margin-bottom: 50px;
}

.all-news__block_item img {
  width: 100%;
  height: 230px;
}

.all-news__block_item_box {
  padding: 20px 20px;
  position: absolute;
  width: 310px;
  min-height: 260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
}

.all-news__block_item_box_date {
  text-align: center;
  color: #ff9044;
  font-size: 14px;
  font-family: Open Sans;
  margin-bottom: 10px;
}

.all-news__block_item_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Open Sans;
  font-size: 20px;
  color: #1f1f1f;
  font-weight: 700;
  -webkit-transition: .6s;
  transition: .6s;
  margin-bottom: 15px;
}

.all-news__block_item_box_title:hover {
  color: #ff9044;
}

.all-news__block_item_box_text {
  text-align: center;
  font-size: 14px;
  color: #838383;
  line-height: 1.8;
  margin-bottom: 20px;
}

.all-news__block_item_box_btn {
  margin: 0 auto;
  width: 135px;
  height: 55px;
  background-color: #ff9044;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all-news__block_item_box_btn a {
  color: #fff;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 700;
}

.shop {
  height: 47vh;
}

.shop_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Open Sans;
  font-size: 40px;
  color: #1f1f1f;
  height: 100%;
}

.header-about__us_shop {
  border-bottom: 1px solid #000;
}

.modal-search {
  top: 0;
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.7);
}

.modal-search_active {
  display: block;
}

.modal-search form {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70%;
}

.modal-search form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  color: white;
  font-size: 40px;
  padding: 20px 0;
  outline: none;
  padding-right: 40px;
  padding-left: 10px;
}

.modal-search form img {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  cursor: pointer;
}

.modal-search_close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 60px;
  right: 60px;
  cursor: pointer;
}

.modal-search_close span {
  position: absolute;
  display: block;
  width: 4px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  right: 0;
  top: 0;
}

.modal-search_close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger {
  margin-left: 40px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40px;
  height: 22px;
  cursor: pointer;
}

.hamburger span {
  background-color: black;
  width: 100%;
  height: 4px;
}

.hamburger_white span {
  background-color: white;
}

.menu-logo {
  margin-bottom: 30px;
}

.menu-block {
  padding: 30px 10px;
  position: fixed;
  width: 300px;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.menu-block_active {
  left: 0;
}

.menu-block ul {
  list-style-type: none;
}

.menu_link {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  color: #1f1f1f;
}

.menu_link_item {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.menu_link_item a:hover {
  color: #1f1f1f;
}

.menu_link_item::after {
  content: '';
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  top: 20px;
  background: url("../icons/down.svg") no-repeat;
}

.menu_link_item:nth-child(5)::after {
  display: none;
}

.menu_link_item:nth-child(6)::after {
  display: none;
}

.menu_link_item:hover ul {
  display: block;
}

.menu_link_item ul {
  display: none;
  padding-left: 0;
}

.menu_link_item ul li {
  padding: 10px 15px;
  background-color: #A9A9A9;
}

.menu_link_item ul li a {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  color: #1f1f1f;
}

.menu_link_item_none::after {
  display: none;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.menu-overlay_active {
  left: 0;
}

.holiday_future {
  margin-bottom: 60px;
}

.holiday_future_img img {
  height: 280px;
}

.swiper {
  margin: 0 auto;
  width: 750px;
  height: 500px;
  margin-bottom: 110px;
  z-index: 0;
}

.swiper-slide img {
  max-width: 100%;
  min-height: 100%;
}

.swiper-button-prev {
  font-size: 80px;
  color: white;
  margin-left: 15px;
}

.swiper-button-next {
  font-size: 80px;
  color: white;
  margin-right: 15px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 14px;
  background-color: white;
}

@media (max-width: 1399px) {
  .navbar-block {
    width: 910px;
  }
  .audio-block_1 {
    width: 450px;
    height: 350px;
  }
  .audio-block_2 {
    width: 450px;
    height: 350px;
  }
  .news {
    padding-left: 60px;
  }
  .news-slider__block {
    width: 323px;
    height: 456px;
  }
  .news-slider__block_item {
    width: 302px;
  }
  .news-slider__block_title {
    font-size: 19px;
  }
  .about-us {
    padding-left: 60px;
  }
  .iconostasis {
    overflow: hidden;
  }
  .iconostasis-block__text {
    margin-right: 0;
  }
  .iconostasis-block__photo_item_3 {
    display: none;
  }
  .church-news__block_box_item {
    width: 1000px;
    min-height: 320px;
  }
  .contact__background_title {
    width: 410px;
    font-size: 40px;
  }
  .contact__background {
    height: 476px;
  }
  .shop_title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
  }
}

@media (max-width: 1199px) {
  .navbar-block__link {
    display: none;
  }
  .navbar-block {
    width: 40%;
  }
  .container_header {
    margin: 0;
    width: 100%;
  }
  .navbar-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .audio {
    height: 300px;
  }
  .audio-block_1 {
    width: 350px;
    height: 300px;
  }
  .audio-block_1 img {
    top: -10px;
  }
  .audio-block_2 {
    height: 300px;
    width: 350px;
  }
  .audio-block_2 img {
    top: -10px;
  }
  .audio-block__subtitle {
    font-size: 19px;
  }
  .news {
    padding-top: 20px;
  }
  .news__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__block_text {
    margin-bottom: 60px;
  }
  .news__text {
    width: 700px;
  }
  .news-slider__block {
    width: 260px;
    height: 438px;
  }
  .news-slider__block img {
    height: 188px;
  }
  .news-slider__block_item {
    width: 238px;
  }
  .news-slider__block_title {
    font-size: 15px;
  }
  .about-us_text {
    width: 700px;
  }
  .about-us__photo_slider {
    width: 260px;
    height: 357px;
  }
  .iconostasis {
    padding-top: 140px;
  }
  .iconostasis-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iconostasis-block__photo_item_3 {
    display: block;
  }
  .iconostasis-block__icon {
    margin-top: 140px;
  }
  .iconostasis__subtitle {
    text-align: center;
  }
  .iconostasis__title {
    text-align: center;
  }
  .iconostasis__descr {
    width: 80%;
    margin: 0 auto;
  }
  .priests {
    padding-top: 100px;
  }
  .priests-block {
    width: 900px;
  }
  .events-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .information-block {
    width: 980px;
  }
  .information-block__main {
    width: 600px;
  }
  .information-block__sidepanel {
    width: 358px;
  }
  .all-news__block {
    width: 800px;
  }
  .church-news__block_box_item {
    width: 800px;
    min-height: 280px;
  }
  .church-news__block_box_subtitle {
    font-size: 13px;
  }
  .church-news__block_box_descr {
    font-size: 12px;
  }
  .contact-box iframe {
    height: 500px;
    width: 623px;
  }
  .contact-box__title {
    font-size: 34px;
  }
  .contact-box__descr {
    font-size: 12px;
  }
  .contact__background {
    height: 390px;
    padding-top: 240px;
  }
  .slick-prev_news {
    left: 155px;
    bottom: 500px;
  }
  .slick-next_news {
    left: 200px;
    bottom: 500px;
  }
  .slick-prev_about-us {
    left: 155px;
    bottom: 422px;
  }
  .slick-next_about-us {
    left: 200px;
    bottom: 422px;
  }
  .school-sunday__block {
    width: 840px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .school-sunday__block_text {
    width: 90%;
  }
  .school-sunday__block_photo {
    width: 90%;
  }
  .school-sunday__slider_item {
    width: 630px;
  }
  .school-sunday__slider_item div img {
    height: 450px;
  }
  .priests_title {
    font-size: 45px;
  }
  .priests-block__box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .priests-block__text_name {
    font-size: 45px;
  }
  .priests-block__box {
    width: 970px;
  }
  .priests-contact__me {
    padding-left: 20px;
    padding-right: 20px;
  }
  .priests-contact {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .priests-contact__text {
    width: 100%;
  }
  .priests-contact__text_subtitle {
    text-align: center;
  }
  .priests-contact__text_title {
    text-align: center;
    font-size: 35px;
  }
  .priests-contact__text_descr {
    font-size: 13px;
    text-align: center;
  }
  .priests-contact__form {
    margin: 0 auto;
  }
  .priests-contact__text_descr {
    margin-bottom: 50px;
  }
  .shop_title {
    font-size: 30px;
  }
  .priests-block__box {
    width: 100%;
  }
  .priests_bg {
    padding-left: 30px;
  }
  .school-background {
    padding-left: 30px;
  }
  .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }
  .menu_link_item::after {
    background: none;
  }
  .sub-menu-list {
    position: static;
  }
  .menu-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu_link {
    position: relative;
    height: 50px;
    width: 100%;
    padding: 15px 15px;
  }
  .navbar-block__link_item::after {
    top: 21px;
    right: 12px;
  }
  .menu_link_item {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    margin-top: 10px;
  }
  .menu_link_item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu-block {
    height: 100vh;
    overflow-y: auto;
  }
  .add-menu:hover .sub-sub_menu_list {
    display: none;
  }
  .menu-link:hover .sub-menu-list {
    display: none;
  }
  .menu-link:hover .navbar-block__link_item {
    color: #1f1f1f;
  }
  .menu-link:hover .navbar-block__link_item::after {
    background: url("../icons/down.svg") no-repeat;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .menu_link_item:hover ul {
    display: none;
  }
  .sub-menu-list {
    width: 100%;
  }
  .sub-sub_menu_list {
    position: static;
  }
  .sub-menu-link {
    min-height: 50px;
    height: auto;
  }
  .menu_link_item ul li {
    padding: 0;
  }
  .sub-sub_menu_list {
    width: 100%;
  }
  .menu_link_item ul li {
    padding-top: 10px;
  }
  .menu_link_item ul li a {
    margin-left: 15px;
  }
  .sub-sub_menu_link {
    -webkit-box-shadow: 0 0px 3px grey;
            box-shadow: 0 0px 3px grey;
  }
  .add-menu::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .sub-sub_menu_list {
    margin-top: 15px;
  }
  .school-sunday__block_text {
    width: 100%;
  }
  .school-sunday__block_photo {
    width: 100%;
  }
  .school-sunday__block_text_descr {
    margin-bottom: 30px;
  }
  .swiper {
    width: 840px;
  }
  .button_hide {
    display: none;
  }
  .navbar-block__other {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .btn_phone {
    display: none;
  }
}

@media (max-width: 991px) {
  .iconostasis-block__photo {
    width: 755px;
  }
  .priests-block {
    width: 750px;
  }
  .priests-block__item {
    width: 218px;
  }
  .priests-block__item img {
    height: 186px;
  }
  .priests-block__item_name a {
    font-size: 16px;
  }
  .priests-block__item_who {
    font-size: 13px;
  }
  .events-block__text {
    width: 500px;
    margin-bottom: 20px;
  }
  .audio-block_1 {
    position: static;
  }
  .audio-block_2 {
    position: static;
  }
  .news__title {
    font-size: 39px;
  }
  .news__text {
    font-size: 12px;
  }
  .video-show svg {
    height: 40px;
    width: 40px;
  }
  .priests__title {
    font-size: 36px;
  }
  .events {
    padding-top: 0;
  }
  .events-block__box_title {
    font-size: 14px;
    width: 170px;
    height: 45px;
  }
  .events-block__box_title:nth-child(2) {
    left: 210px;
  }
  .events-block__box_title:nth-child(3) {
    left: 380px;
  }
  .events-block__box_text {
    font-size: 14px;
    width: 170px;
    height: 45px;
  }
  .events-block__text_title {
    font-size: 39px;
  }
  .iconostasis__title {
    font-size: 39px;
  }
  .news__btn {
    width: 125px;
    height: 40px;
    font-size: 15px;
  }
  .footer-bottom__title {
    font-size: 15px;
  }
  .footer-bottom__descr {
    font-size: 12px;
  }
  .footer-bottom__descr a {
    font-size: 12px;
  }
  .information-block {
    width: 750px;
  }
  .information-block__main {
    width: 450px;
  }
  .information-block__sidepanel {
    width: 300px;
  }
  .information-block__sidepanel_text {
    width: 230px;
  }
  .information-block__main_photo {
    height: 450px;
  }
  .information-block__main_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .information-block__sidepanel_latestnews_title::before {
    left: -20px;
  }
  .information-block__sidepanel_latestnews {
    padding: 40px 20px;
  }
  .information-block__main_photo {
    height: 400px;
  }
  .all-news__block {
    width: 700px;
  }
  .all-news__block_item {
    width: 330px;
  }
  .all-news__block_item_box_title {
    font-size: 18px;
  }
  .all-news__block_item_box_text {
    font-size: 12px;
  }
  .all-news_title {
    font-size: 30px;
  }
  .church-news__background_title {
    font-size: 40px;
  }
  .church-news__block_box_item {
    width: 660px;
    min-height: 250px;
  }
  .church-news__block_box_btn {
    width: 100px;
    height: 40px;
    font-size: 11px;
  }
  .contact-box iframe {
    height: 450px;
    width: 453px;
  }
  .contact__background {
    height: 300px;
    padding-top: 180px;
  }
  .contact__background_title {
    width: 199px;
    font-size: 30px;
  }
  .school-sunday__block {
    width: 640px;
  }
  .school-sunday__block_text_title {
    font-size: 30px;
  }
  .school-sunday__block_text_descr {
    font-size: 11px;
  }
  .school-background__title {
    font-size: 40px;
    width: 515px;
  }
  .school-background {
    height: 430px;
  }
  .school-background {
    padding-top: 200px;
  }
  .school-sunday__slider_item {
    width: 430px;
  }
  .slick-prev_school svg {
    width: 35px;
  }
  .slick-next_school svg {
    width: 35px;
  }
  .school-sunday__slider_item div img {
    height: 350px;
  }
  .priests_bg {
    height: 400px;
    padding-top: 200px;
  }
  .priests_title {
    font-size: 40px;
    width: 340px;
  }
  .priests-block__box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .priests-block__text_name {
    font-size: 40px;
  }
  .priests-block__text {
    width: 100%;
  }
  .priests-block__text_descr {
    font-size: 12px;
  }
  .priests-block__photo_icon {
    height: 380px;
    width: 445px;
    margin: 0 auto;
  }
  .priests-block__photo {
    width: 100%;
  }
  .priests-block__text {
    margin-bottom: 60px;
  }
  .priests-contact__form_name input {
    width: 320px;
    height: 45px;
  }
  .priests-contact__form_email input {
    width: 320px;
    height: 45px;
  }
  .shop_title {
    font-size: 24px;
  }
  .priests-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
  .priests_bg {
    padding-left: 100px;
  }
  .school-background {
    padding-left: 100px;
  }
  .future_events {
    padding-top: 60px;
    padding-bottom: 60px;
    height: 700px;
  }
  .holiday_future_img {
    height: 330px;
  }
  .swiper {
    width: 640px;
  }
  .modal-search form input {
    font-size: 33px;
  }
  .modal-search form {
    width: 60%;
  }
  .priests-block {
    width: 730px;
  }
}

@media (max-width: 767px) {
  .audio {
    height: 600px;
  }
  .audio-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .audio-block_1 {
    margin-bottom: 30px;
  }
  .news {
    padding-bottom: 40px;
  }
  .news__text {
    width: 400px;
  }
  .news__block {
    margin-top: 40px;
  }
  .news-slider__block {
    width: 220px;
  }
  .about-us {
    padding-top: 25px;
  }
  .about-us_text {
    width: 400px;
  }
  .about-us__photo_slider {
    width: 220px;
    height: 299px;
  }
  .iconostasis {
    padding-top: 40px;
  }
  .iconostasis-block__photo {
    width: 100%;
  }
  .iconostasis-block__photo_item_1 {
    display: none;
  }
  .iconostasis-block__photo_item_2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .iconostasis-block__photo_item_3 {
    display: none;
  }
  .priests {
    padding-top: 40px;
  }
  .priests__text {
    width: 400px;
  }
  .priests-block {
    width: 400px;
  }
  .priests-block__item {
    width: 118px;
  }
  .priests-block__item img {
    height: 114px;
  }
  .priests-block__item_name a {
    font-size: 13px;
  }
  .priests-block__item {
    height: 335px;
  }
  .priests-block__item_link {
    font-size: 11px;
  }
  .priests-block__item_link::after {
    top: 4px;
  }
  .priests {
    height: 800px;
  }
  .events-block__text {
    width: 400px;
  }
  .events-block__box_title {
    font-size: 11px;
    width: 120px;
    height: 33px;
  }
  .events-block__box_text {
    font-size: 11px;
    width: 120px;
    height: 33px;
  }
  .events-block__box_title:nth-child(2) {
    left: 160px;
  }
  .events-block__box_title:nth-child(3) {
    left: 280px;
  }
  .events-block__box_bg {
    height: 100px;
  }
  .navbar-logo__title {
    font-size: 15px;
  }
  .navbar-logo img {
    width: 20px;
    height: 20px;
  }
  .navbar-logo__title {
    font-size: 16px;
  }
  .button {
    margin-right: 10px;
  }
  .navbar-logo__title {
    width: 155px;
  }
  .button::before {
    z-index: 300;
  }
  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-bottom__title {
    width: 147px;
    font-size: 13px;
  }
  .footer-bottom__descr {
    font-size: 9px;
  }
  .footer-bottom__descr a {
    font-size: 9px;
  }
  .navbar-logo__title {
    font-size: 14px;
  }
  .news-slider__block_text {
    font-size: 11px;
  }
  .information-block {
    width: 100%;
  }
  .information-block__main {
    margin: 0 auto;
  }
  .information-block__sidepanel {
    width: 100%;
  }
  .information-block__sidepanel_text {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .all-news__block {
    width: 330px;
  }
  .pagination {
    padding-left: 0;
  }
  .all-news {
    padding-bottom: 60px;
  }
  .church-news__background_title {
    width: 339px;
    font-size: 28px;
  }
  .church-news__block_box_item {
    width: 520px;
    min-height: 245px;
  }
  .church-news__block_box_title {
    margin-top: 26px;
  }
  .church-news__block_box_text {
    padding-bottom: 10px;
  }
  .church-news__block_box_title a {
    font-size: 16px;
  }
  .church-news__block_box_subtitle {
    font-size: 10px;
  }
  .church-news__block_box_descr {
    font-size: 10px;
  }
  .church-news__background {
    height: 350px;
    padding-top: 180px;
  }
  .about-us__block_title {
    font-size: 33px;
  }
  .about-us__block_bg {
    height: 422px;
  }
  .contact__background {
    height: 250px;
    padding-top: 148px;
  }
  .contact-box__descr {
    width: 500px;
    margin: 0 auto;
  }
  .contact-box iframe {
    margin-top: 35px;
    height: 380px;
  }
  .slick-prev_about-us {
    bottom: 364px;
  }
  .slick-next_about-us {
    bottom: 364px;
  }
  .school-sunday__block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .school-background__title {
    font-size: 35px;
    width: 415px;
  }
  .school-background {
    padding-left: 50px;
  }
  .school-sunday__block_text {
    width: 100%;
  }
  .school-sunday__block_text_subtitle {
    text-align: center;
  }
  .school-sunday__block_text_title {
    text-align: center;
  }
  .school-sunday__block_photo {
    width: 80%;
    margin: 0 auto;
  }
  .school-sunday__block_photo img {
    width: 100%;
  }
  .school-sunday__block_text {
    padding-right: 30px;
    padding-left: 30px;
  }
  .school-sunday__slider_title {
    font-size: 30px;
  }
  .school-sunday__slider_item {
    width: 300px;
  }
  .school-sunday__slider_item div img {
    height: 250px;
  }
  .slick-next_school svg {
    width: 30px;
  }
  .slick-prev_school svg {
    width: 30px;
  }
  .slick-prev_school {
    left: -100px;
  }
  .slick-next_school {
    right: -100px;
  }
  .priests_bg {
    height: 260px;
    padding-top: 140px;
  }
  .priests_title {
    font-size: 30px;
    width: 260px;
  }
  .priests-block__box {
    padding-top: 90px;
  }
  .priests-block__text_title {
    font-size: 20px;
  }
  .priests-block__text_name {
    font-size: 30px;
  }
  .priests-block__photo_icon {
    height: 310px;
    width: 400px;
  }
  .priests-contact__me {
    padding-top: 70px;
  }
  .priests-contact__text_title {
    font-size: 30px;
  }
  .priests-contact__text_subtitle {
    font-size: 19px;
  }
  .priests-contact__form_name input {
    width: 240px;
    height: 40px;
  }
  .priests-contact__form_email input {
    width: 240px;
    height: 40px;
  }
  .priests-contact__form {
    width: 100%;
  }
  .priests-contact__form_text textarea {
    width: 540px;
  }
  .shop_title {
    font-size: 18px;
  }
  .information-block__sidepanel_latestnews_box {
    width: 60%;
  }
  .priests {
    padding-top: 60px;
  }
  .holiday_future_img {
    height: 250px;
  }
  .future_events {
    height: 600px;
  }
  .swiper {
    width: 500px;
    height: 350px;
  }
  .modal-search form input {
    font-size: 32px;
  }
  .modal-search form img {
    height: 24px;
  }
}

@media (max-width: 575px) {
  .priests {
    height: 1090px;
  }
  .priests-block {
    width: 300px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .priests-block__item {
    height: 300px;
  }
  .events {
    padding-left: 20px;
  }
  .priests__text {
    width: 290px;
  }
  .audio-block_1 {
    width: 300px;
    height: 250px;
    margin-bottom: 70px;
  }
  .audio-block_2 {
    width: 300px;
    height: 250px;
  }
  .audio-block__player audio {
    width: 180px;
  }
  .news__text {
    width: 250px;
  }
  .news__block_text {
    width: 250px;
    margin-right: 0;
  }
  .btn_phone {
    display: none;
  }
  .navbar-logo a {
    margin-left: 0;
  }
  .navbar-logo__title {
    font-size: 11px;
    width: 100px;
  }
  .navbar-block__other_search img {
    height: 15px;
    width: 15px;
  }
  .navbar-block__other_bag img {
    height: 15px;
    width: 15px;
  }
  .hamburger {
    min-width: 30px;
    height: 17px;
  }
  .hamburger span {
    height: 2px;
  }
  .audio-block__subtitle {
    font-size: 14px;
  }
  .audio-block__title {
    font-size: 12px;
  }
  .audio-block__text {
    font-size: 12px;
  }
  .audio-block__soc_icon {
    width: 30px;
    height: 30px;
  }
  .news__name {
    font-size: 14px;
  }
  .news__title {
    font-size: 23px;
  }
  .news {
    padding-left: 35px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .video-show svg {
    width: 25px;
    height: 25px;
  }
  .about-us {
    padding-left: 35px;
    padding-right: 10px;
  }
  .about-us_text {
    width: 230px;
  }
  .about-us_name {
    font-size: 16px;
  }
  .about-us_title {
    font-size: 22px;
  }
  .about-us_text {
    font-size: 12px;
  }
  .about-us__photo_slider {
    width: 200px;
    height: 239px;
  }
  .iconostasis__subtitle {
    font-size: 16px;
  }
  .iconostasis__title {
    font-size: 22px;
  }
  .iconostasis-block__text {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
  }
  .priests__subtitle {
    font-size: 16px;
  }
  .priests__title {
    font-size: 22px;
  }
  .priests__text {
    font-size: 13px;
  }
  .events-block__text_subtitle {
    font-size: 16px;
  }
  .events-block__text_title {
    font-size: 22px;
  }
  .events-block__text {
    width: 100%;
    margin-right: 0;
  }
  .events-block__box_title {
    width: 90px;
    height: 25px;
    font-size: 8px;
  }
  .events-block__box_text {
    width: 90px;
    height: 25px;
    font-size: 8px;
  }
  .events-block__box_title {
    left: 20px;
  }
  .events-block__box_title:nth-child(2) {
    left: 110px;
  }
  .events-block__box_title:nth-child(3) {
    left: 200px;
  }
  .events-block__box_tablet {
    margin-left: 20px;
  }
  .footer-bottom__title {
    width: 74px;
    font-size: 7px;
  }
  .footer-bottom__descr {
    font-size: 7px;
  }
  .footer-bottom__descr a {
    font-size: 7px;
  }
  .priests-block__item {
    margin-bottom: 40px;
  }
  .about-us__block_bg {
    height: 400px;
    padding-left: 30px;
  }
  .about-us__block_title {
    font-size: 36px;
  }
  .information {
    padding-top: 60px;
  }
  .information-block__main_title {
    font-size: 25px;
  }
  .information-block__main_paragraph {
    font-size: 13px;
  }
  .information-block__main_photo {
    height: 260px;
  }
  .information-block__main_quote {
    font-size: 14px;
  }
  .information-block__main_photos {
    height: 200px;
  }
  .all-news__block_item {
    width: 250px;
  }
  .all-news__block {
    width: 250px;
  }
  .all-news_title {
    font-size: 23px;
  }
  .all-news_title {
    margin-top: 40px;
  }
  .all-news {
    padding-top: 25px;
  }
  .all-news__block_item_box_title {
    font-size: 14px;
  }
  .all-news__block_item_box_date {
    font-size: 10px;
  }
  .all-news__block_item_box_text {
    font-size: 10px;
  }
  .all-news__block_item_box_btn {
    width: 110px;
    height: 40px;
  }
  .all-news__block_item_box_btn a {
    font-size: 12px;
  }
  .all-news__block_item {
    margin-bottom: 20px;
  }
  .pagination {
    margin-top: 10px;
    padding-left: 0;
  }
  .pagination__item {
    width: 30px;
    height: 30px;
  }
  .pagination__item_link {
    font-size: 10px;
  }
  .all-news {
    padding-bottom: 60px;
  }
  .church-news__background {
    height: 207px;
    padding-top: 100px;
    padding-left: 20px;
  }
  .church-news__background_title {
    width: 215px;
    font-size: 20px;
  }
  .church-news__block_box_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .church-news__block_box_photo {
    width: 275px;
  }
  .church-news__block_box_item {
    width: 275px;
  }
  .church-news__block_box_title a {
    font-size: 13px;
  }
  .church-news__block_box_subtitle {
    font-size: 9px;
  }
  .about-us__block_bg {
    padding-top: 150px;
    height: 250px;
  }
  .contact__background {
    height: 200px;
    padding-top: 123px;
  }
  .contact-box__descr {
    width: 300px;
    margin: 0 auto;
    font-size: 10px;
  }
  .contact-box__title {
    font-size: 25px;
  }
  .contact__background_title {
    width: 150px;
    font-size: 21px;
  }
  .contact__background {
    padding-left: 40px;
  }
  .contact-box {
    padding-top: 80px;
  }
  .contact-box iframe {
    height: 253px;
    width: 250px;
  }
  .news__name {
    text-align: center;
  }
  .news__title {
    text-align: center;
  }
  .news__block {
    width: 300px;
    margin: 0 auto;
  }
  .slick-prev_about-us {
    bottom: 303px;
  }
  .slick-next_about-us {
    bottom: 303px;
  }
  .iconostasis__descr {
    padding-left: 30px;
    padding-right: 30px;
  }
  .events-block__text_descr {
    padding-left: 30px;
    padding-right: 30px;
  }
  .school-background {
    height: 200px;
  }
  .school-background__title {
    font-size: 20px;
    width: 190px;
  }
  .school-background {
    padding-top: 140px;
    padding-left: 30px;
  }
  .school-sunday {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .school-sunday__block_text_title {
    font-size: 20px;
  }
  .school-sunday__block_text_subtitle {
    font-size: 17px;
  }
  .school-sunday__block_text_descr {
    margin-bottom: 25px;
  }
  .school-sunday__slider_item {
    width: 180px;
  }
  .school-sunday__slider_item div img {
    height: 180px;
  }
  .slick-prev_school {
    left: -60px;
  }
  .slick-next_school {
    right: -60px;
  }
  .school-sunday__slider_title {
    font-size: 20px;
  }
  .school-sunday__slider {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .school-background {
    padding-top: 120px;
  }
  .priests_bg {
    height: 200px;
    padding-top: 100px;
    padding-left: 30px;
  }
  .priests_title {
    font-size: 20px;
    width: 170px;
  }
  .priests-block__text_title {
    font-size: 19px;
  }
  .priests-block__text_name {
    font-size: 20px;
  }
  .priests-block__photo_icon {
    height: 240px;
    width: 260px;
  }
  .priests-contact__form_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .priests-contact__form_name {
    margin-bottom: 20px;
  }
  .priests-contact__form_text textarea {
    width: 100%;
  }
  .shop_title {
    font-size: 15px;
  }
  .events {
    padding-top: 70px;
  }
  .iconostasis-block__icon {
    width: 300px;
    height: 250px;
  }
  .information-block__sidepanel_latestnews_box {
    width: 90%;
  }
  .priests-block__photo_icon {
    width: 184px;
    height: 210px;
  }
  .events-block__box_title:nth-child(1) {
    left: 0;
  }
  .events-block__box_title:nth-child(2) {
    left: 90px;
  }
  .events-block__box_title:nth-child(3) {
    left: 180px;
  }
  .events-block__box_tablet {
    margin-left: 0;
  }
  .button {
    width: 115px;
    height: 40px;
    font-size: 14px;
  }
  .iconostasis__descr {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .iconostasis-block__icon {
    padding-left: 35px;
    padding-right: 35px;
  }
  .events-block__text_descr {
    padding-right: 0;
    padding-left: 0;
  }
  .holiday_future_img {
    height: 244px;
  }
  .future_events {
    padding-top: 0;
    height: 795px;
  }
  .swiper {
    height: 350px;
    width: 100%;
  }
  .news-slider__block {
    width: 100%;
  }
  .news-slider__block img {
    height: 200px;
  }
  .news__block_text {
    width: 100%;
  }
  .news__text {
    width: 100%;
  }
  .about-us_text {
    width: 100%;
  }
  .about-us__photo_slider {
    width: 100%;
  }
  .about-us_name {
    text-align: center;
  }
  .about-us_title {
    text-align: center;
  }
  .about-us {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 440px) {
  .swiper {
    height: 290px;
  }
  .news-slider__block {
    width: 220px;
  }
  .news__block {
    width: 220px;
  }
  .priests-block {
    width: 270px;
  }
  .modal-search form input {
    font-size: 25px;
  }
}
/*# sourceMappingURL=style.min.css.map */