
blockquote {
  font-style: italic;
  position: relative;
  margin: 0;
  padding: 14px 0 12px 46px;
}
blockquote:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/blockquote.png) no-repeat center;
  background-size: contain;
  width: 58px;
  height: 44px;
  z-index: 0;
  opacity: 0.5;
}
blockquote > * { position: relative; }
blockquote p:first-child { margin-top: 0; }
blockquote p:last-child { margin-bottom: 0; }






.title {
  text-align: center;
  font-size: 48px;
  letter-spacing: 2px;
  padding: 31px 0 34px;
  margin: 0 0 52px;
  font-weight: bold;
}
.title:before, .title:after {
  content: '';
  z-index: 0;
  position: absolute;
  height: 1px;
  width: 104px;
  opacity: 0.25;
  top: 50%;
  background-color: #9a5913;
  margin: 0 0 0 -62px;
  left: 50%;
  transform: rotate(-45deg);
}
.title:after {
  width: 160px;
  margin: 0 0 0 -65px;
}
.title > div {
  z-index: 1;
}
.title > div:before, .title > div:after {
  content: '';
  left: 50%;
  top: -24px;
  margin-left: -8px;
  display: block;
  position: absolute;
  width: 16px;
  height: 4px;
  background-color: #9a5913;
  transform: rotate(-45deg);
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
.title > div:after {
  top: auto;
  bottom: -29px;
}


.link_1 {
  display: block;
  position: relative;
  font-size: 14px;
  letter-spacing: 2px;
}
.link_1:before {
  content: '';
  display: inline-block;
  position: relative;
  margin: 0 7px 0 0;
  width: 4px;
  left: 0;
  top: -1px;
  height: 4px;
  border-bottom: 2px solid #222222;
  border-right: 2px solid #222222;
  transform: rotate(-45deg);
  transition: all 400ms;
}
.link_1.w_ct:before {
  border-color: #fff;
}
.link_1:hover:before {
  left: -6px;
}



.btn2 {
  display: inline-block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding: 0 52px 0 0;
  line-height: 42px;
  transition: all 400ms;
}
.btn2:before {
  content: '';
  display: block;
  position: absolute;
  top: 41px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #222;
  z-index: 0;
  transition: all 400ms;
}
.btn2:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  top: 15px;
  z-index: 1;
  pointer-events: none;
  transition: all 400ms;
}
.btn2.w_ct:before {
  background-color: #fff;
}
.btn2 div {
  z-index: 1;
  transition: none;
}
.btn2:hover {
  color: #fff;
  padding: 0 35px 0 17px;
}
.btn2.w_ct:hover {
  color: #222222;
}
.btn2:hover:before {
  top: 0;
}
.btn2:hover:after {
  right: 14px;
}






.message {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30vh 20px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  transition: none;
  -webkit-transition: none;
}
.m_text {
  width: 100%;
  max-width: 500px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.12);
  text-align: left;
  padding: 20px;
  font-size: 18px;
}

.popup_wr {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 100px 20px 40px;
  display: none;
  transition: none;
  -webkit-transition: none;
}
.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}

.popup_close {
  position: absolute;
  top: 30px;
  right: 45px;
  z-index: 3;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.popup_close:after, .popup_close:before {
  content: '';
  display: block;
  height: 2px;
  width: 26px;
  position: absolute;
  top: 10px;
  background-color: #403d3d;
  left: -2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.popup_close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


.popup {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.12);
  max-width: 540px;
  background-color: #fff;
  padding: 65px 45px 40px;
  margin: 0 auto;
  z-index: 1;
}

.popup_t1 {
  font-size: 28px;
  margin: 0 0 25px;
}
.popup_t2 {
  font-size: 12px;
}




.foo_wr {
  padding: 75px 0 60px;
  background-color: #1D1D1D;
  font-size: 12px;
}

.foo_wr1 {
  margin-bottom: 60px;
}
.foo_wr2 {

}

.foo_num {
  font-size: 24px;
}

.foo_t1 {
  letter-spacing: 1px;
  line-height: 20px;
  opacity: 0.7;
  margin: 25px 0;
}

.foo_menu_wr {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 20px;
}
.foo_menu_wr .menu-item {
  height: auto;
  margin: 0;
  float: none;
}
.foo_menu_wr a {
  margin: 0 0 15px;
  color: #fff;
  position: relative;
  display: block;
}
.foo_menu_wr a:hover {

}

.foo_map_link {
  font-size: 12px;
  opacity: 0.6;
  margin: 0 0 14px;
}
.foo_map {
  height: 208px;
  box-sizing: border-box;
  border: 4px solid #494545 !important;
  width: 100%;
  display: block;
}

.foo_dev {
  background: url(../images/dev-by.png) left 4px no-repeat;
  padding-left: 100px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 19px;
  display: inline-block;
  margin: 0;
}

.foo_soc {
  margin: 0 0 18px;
}
.foo_soc a {
  display: inline-block;
  background-size: contain !important;
  width: 20px;
  height: 20px;
  margin: 0 25px 10px 0;
  opacity: 0.8;
}
.foo_soc a:hover { opacity: 1; }
.soc-you { background: url(../images/soc-you.png) no-repeat center; }
.soc-fb { background: url(../images/soc-fb.png) no-repeat center; }
.soc-inst { background: url(../images/soc-inst.png) no-repeat center; }
.soc-vk { background: url(../images/soc-vk.png) no-repeat center; }
.soc-you:hover { background: url(../images/soc-you-h.png) no-repeat center; }
.soc-fb:hover { background: url(../images/soc-fb-h.png) no-repeat center; }
.soc-inst:hover { background: url(../images/soc-inst-h.png) no-repeat center; }
.soc-vk:hover { background: url(../images/soc-vk-h.png) no-repeat center; }


.foo_mail_a {
  /* color: #5A5A5A; */
  display: inline-block;
  margin-top: 10px;
  /* font-size: 14px;  */
}

.foo_pays_wr {
  display: flex;
  align-items: center;
  gap: 10px;
}


.to_top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  z-index: 4;
  transition: none;
  -webkit-transition: none;
  cursor: pointer;
}
.to_top:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e1d1d;
  border-left: 2px solid #1e1d1d;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -6px;
}



/* ----- slick slider ----- */
/* ----------------------------------------- */


.slick-slider {
  padding: 0 120px 0 0;
  margin: 0 auto 50px;
}
.slick-slider, .slick-slider * { outline: none; }

.slick-slider, .slick-list, .slick-track, .slick-slide { transition: none; -webkit-transition: none; }

.slick-slide:focus {
  outline: none;
}
.slick-arrow {
  display: block;
  position: absolute;
  color: transparent;
  text-indent: -2000px;
  font-size: 0;
  top: 245px;
  left: auto;
  right: 17px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  margin-top: 1px;
  cursor: pointer;
  outline: none;
}
.slick-arrow:before {
  content: '';
  display: block;
  position: absolute;
  left: 19px;
  height: 5px;
  top: 18px;
  width: 5px;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: rotate(45deg);
}
.slick-prev {
  right: 60px;
}
.slick-next {

}
.slick-arrow.slick-next:before {
  transform: rotate(-135deg);
  left: 16px;
}

.slick-dots {
  padding-top: 24px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.slick-dots button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  text-indent: -3000px;
  overflow: hidden;
  color: transparent;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background: #d0d0d0;
  border-radius: 50%;
  opacity: 1;
}
.slick-dots .slick-active button{
  border-color: #303030;
  background: #303030;
}


.slider_nav_text {
  position: absolute;
  font-size: 14px;
  color: #B8B8B8;
  width: 144px;
  right: 107px;
  height: 14px;
  text-align: left;
  font-weight: bold;
  top: 85px;
  letter-spacing: 2px;
  transform: rotate(-90deg);
  transform-origin: top right;
}
.slider_nav_text:before {
  content: '';
  position: absolute;
  width: 62px;
  height: 1px;
  right: -22px;
  top: 7px;
  background: #bababa;
}


.slider_wrapper_1 .slick-track {
  margin-left: -8px;
}
.slider_wrapper_1 .slick-slide {
  padding: 0 8px;
}

/* ----- slick slider ----- */
/* ----------------------------------------- */





/* ----- events blocks ----- */
/* ----------------------------------------- */

.event_wrapper {
  position: relative;
  display: block;
}
.event_image_wr {
  margin: 0 0 16px;
  overflow: hidden;
  width: 100%;
  height: 290px;
  background-color: #eee;
}
.event_image_wr:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #9a5913;
  transition: all 400ms;
}
.event_image_wr > div {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 5s;
}
.event_title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 8px;
}
.event_date {
  color: #9a5913;
  font-size: 14px;
  margin: 0 0 7px;
}
.event_date span {
  color: #222222;
  margin: 0 6px;
}
.event_more {
  opacity: 0.6;
}

.event_wrapper:hover .event_image_wr > div {
  transform: scale(1.2);
}
.event_wrapper:hover .event_image_wr:after {
  opacity: 0.6;
}

/* ----- events blocks ----- */
/* ----------------------------------------- */





/* ----- project blocks ----- */
/* ----------------------------------------- */

.project_wrapper {
  height: 360px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.project_image_wr {
  margin: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #eee;
}
.project_image_wr:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-color: #633c11;
  transition: all 400ms;
}
.project_image_wr > div {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 5s;
}

.project_info {
  z-index: 1;
  padding: 0 22px 24px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(0);
}
.project_title {
  font-size: 24px;
  margin: 0 0 20px;
  left: 22px;
  right: 22px;
  position: absolute;
  bottom: 100%;
}
.project_descr {
  font-size: 14px;
}
.project_more {
  margin-top: 13px;
}


.project_wrapper:hover .project_image_wr > div {
  transform: scale(1.2);
}
.project_wrapper:hover .project_image_wr:after {
  background-color: #1a1a1a;
  opacity: 0.8;
}
.project_wrapper:hover .project_info {
  transform: translateY(-100%);
}

/* ----- project blocks ----- */
/* ----------------------------------------- */



/* ----- review blocks ----- */
/* ----------------------------------------- */

.review_wrapper {
  padding: 0 0 10px 200px;
  min-height: 190px;
}
.review_wrapper.no-image {
  padding: 0 0 10px 0;
}

.review_photo {
  overflow: hidden;
  width: 180px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
}
.review_photo > div {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.review_photo:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: -53px;
  left: -55px;
  width: 145px;
  border: 70px solid #FFF;
  height: 145px;
  transform: rotate(77deg);
}
.review_name {
  font-size: 21px;
  letter-spacing: 1px;
  margin: 2px 0 18px;
}
.review_reg {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0px 0 14px;
  opacity: 0.7;
}
.review_text {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0 30px 0 0;
}

/* ----- review blocks ----- */
/* ----------------------------------------- */



/* ----- vlog blocks ----- */
/* ----------------------------------------- */

.vlog_wrapper {
  position: relative;
  display: block;
  margin: 0 0 15px;
}
.articles_wrapper .vlog_wrapper {
  margin: 0 0 15px;
}
.vlog_image_wr {
  margin: 0 0 16px;
  overflow: hidden;
  width: 100%;
  height: 320px;
  background-color: #eee;
}
.vlog_image_wr:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-color: #9a5913;
  transition: all 400ms;
}
.vlog_image_wr > div {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 5s;
}
.vlog_title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 8px;
}
.vlog_more {
  opacity: 0.6;
}

.vlog_wrapper:hover .vlog_image_wr > div {
  transform: scale(1.2);
}
.vlog_wrapper:hover .vlog_image_wr:after {
  opacity: 0;
}

/* ----- vlog blocks ----- */
/* ----------------------------------------- */




/* ----- pastor blocks ----- */
/* ----------------------------------------- */

.pastor_wr {
  margin: 0 0 65px;
}
.pastor_photo_wr {
  width: 170px;
  margin: 0 auto;
}

.pastor_photo_wr .pastor_photo {
  z-index: 1;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pastor_photo_wr .pastor_photo:after, .pastor_photo_wr .lines, .pastor_photo_wr .lines:before, .pastor_photo_wr .lines:after {
  content: '';
  z-index: 0;
  display: block;
  position: absolute;
  background-color: #9a5913;
  width: 50px;
  height: 4px;
  bottom: 15px;
  left: 23px;
  transform: rotate(-45deg);
}
.pastor_photo_wr .pastor_photo:after {
  z-index: 2;
}
.pastor_photo_wr .lines {
  bottom: 26px;
}
.pastor_photo_wr .lines:before {
  bottom: 23px;
  transform: none;
  left: 140px;
}
.pastor_photo_wr .lines:after {
  bottom: 30px;
  transform: none;
  left: 131px;
}


.pastor_name {
  font-size: 16px;
  margin: 16px 0 6px;
}
.pastor_reg {
  font-size: 14px;
}

/* ----- pastor blocks ----- */
/* ----------------------------------------- */



/* ------- about blocks ---------- */
/* ----------------------------------------- */


.ind_bl2_wr1 {
  overflow: hidden;
  width: 235px;
  height: 355px;
  display: inline-block;
  position: relative;
  margin: 0 15px 15px 0;
}
.text_center > .ind_bl2_wr1 {
  margin: 0 7px 15px;
}
.ind_bl2_wr1:before, .ind_bl2_wr1:after {
  content: '';
  display: block;
  z-index: 2;
  position: absolute;
  background-color: #fff;
  width: 18px;
  top: -25px;
  left: 50%;
  margin: 0 0 0 -9px;
  height: 18px;
  transform: rotate(45deg);
  transition: all 400ms;
}
.ind_bl2_wr1:after {
  top: auto;
  bottom: -25px;
  transform: rotate(45deg);
}

.ind_bl2_wr1_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 6s;
}
.ind_bl2_wr1_bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9a5913;
  opacity: 0.34;
  transition: all 400ms;
}
.ind_bl2_text {
  z-index: 1;
  font-weight: bold;
  color: #fff;
  font-size: 44px;
  display: flex;
  flex-direction: column;
  text-align: right;
  padding: 0 15px 0 0;
  justify-content: center;
  height: 100%;
}
.ind_bl2_text span {
  display: block;
  position: relative;
  opacity: 0.4;
  padding: 6px 0;
  transition: all 400ms;
}
.ind_bl2_text span:first-child, .ind_bl2_text span:last-child {
  transform: translateX(-50%);
}
.ind_bl2_text span:nth-child(2) {
  transform: translateX(70px);
}


.ind_bl2_wr1:hover:before {
  top: -11px;
}
.ind_bl2_wr1:hover:after {
  bottom: -11px;
}
.ind_bl2_wr1:hover .ind_bl2_wr1_bg {
  transform: scale(1.2);
}
.ind_bl2_wr1:hover .ind_bl2_wr1_bg:after {
  opacity: 0.65;
}
.ind_bl2_wr1:hover .ind_bl2_text span {
  opacity: 1;
  transform: translateX(0);
}

/* ------- about blocks ---------- */
/* ----------------------------------------- */






/* ------------- крошки ------------- */
/* ----------------------------------------- */

.breadcrumbs {
  font-size: 12px;
  color: #353535;
  letter-spacing: 1px;
  margin: 0 0 40px;
}


/* ------------- крошки ------------- */
/* ----------------------------------------- */





/* ------------- main content blocks ------------- */
/* ----------------------------------------- */


.cont_btn {
  margin: 0 21px 20px 0;
}
.text_center > .cont_btn {
  margin: 0 10px 20px;
}
.cont_btn:after {
  background: url(../images/icon_map1_bl.png) no-repeat center right;
  background-size: contain;
}
.cont_btn:hover:after {
  background: url(../images/icon_map1_w.png) no-repeat center right;
  background-size: contain;
}
.cont_btn.w_ct:after {
  background: url(../images/icon_map1_w.png) no-repeat center right;
  background-size: contain;
}
.cont_btn.w_ct:hover:after {
  background: url(../images/icon_map1_bl.png) no-repeat center right;
  background-size: contain;
}



/* ------------- main content blocks ------------- */
/* ----------------------------------------- */







/* ----- 404 ----- */
/* --------------------------------- */

.page404_t1 {
  font-size: 28px;
}
.page404_t2 {
  font-size: 18px;
  max-width: 600px;
  letter-spacing: 2px;
  line-height: 28px;
  margin: 15px auto 30px;
}

/* ----- 404 ----- */
/* --------------------------------- */






.clean {
  clear: both;
}
.a_s_p div, .a_s_p img, .a_s_p, .a_s_p svg, .a_s_p a, .a_s_p input {
  animation-play-state: paused !important; -webkit-animation-play-state: paused !important;
}
.a_s_p svg path, .a_s_p iframe, .a_s_p ~ svg path {
  animation-play-state: paused !important; -webkit-animation-play-state: paused !important;
}




@media screen and (max-width: 1050px) {

  .foo_wr1 .w33 {
    width: 100%;
    text-align: center;
  }
  .foo_menu_wr {
    padding: 10px 0 20px;
  }
  .foo_menu_wr .menu-item {
    display: inline-block;
    padding: 0 10px;
  }
  .foo_soc a {
    margin: 0 15px 10px;
  }


}


@media screen and (max-width: 880px) {

  .title {
    text-align: center;
    font-size: 38px;
    padding: 23px 0 24px;
  }
  .title > div:before { top: -15px; }
  .title > div:after { bottom: -21px; }

  .review_text {
    font-size: 16px;
    line-height: 23px;
  }
  .review_wrapper {
    padding: 0 0 10px 0;
  }
  .review_photo {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 20px;
  }

  .ind_bl2_wr1 {
    width: 29%;
    margin: 0 7px 15px 7px;
  }
}


@media screen and (max-width: 768px) {
  .ind_bl2_text {
    font-size: 28px;
  }
}


@media screen and (max-width: 660px) {


  .popup_close { top: 14px; right: 15px; }
  .popup { padding: 25px 10px 25px; }

  .ind_bl2_wr1 {
    height: 260px;
  }

  .cont_btn {
    margin: 0 10px 20px 10px;
  }
}


@media screen and (max-width: 520px) {
  .btn2 {
    font-size: 14px;
  }
  .title {
    font-size: 28px;
    margin: 0 0 38px;
  }

  .slick-slider {
    padding: 0 20px 60px 0;
    margin: 0 auto 35px;
  }
  .slider_nav_text {
    right: 19px;
    top: 146px;
  }
  .slick-arrow {
    top: auto;
    bottom: 0;
    right: 50%;
  }
  .slick-arrow.slick-next {
    right: auto;
    left: 50%;
    margin: 0 0 0 -1px;
  }

  .review_photo {
    margin: 0 auto 20px;
    width: 130px;
    height: 130px;
  }
  .review_photo:after {
    width: 101px;
    height: 101px;
  }
  .review_name {
    font-size: 18px;
    text-align: center;
    margin: 2px 0 14px;
  }
  .review_reg {
    font-size: 14px;
    text-align: center;
    margin: 0px 0 11px;
  }
  .review_text {
    font-size: 14px;
    line-height: 20px;
  }

  .project_wrapper .project_image_wr:after {
    background-color: #1a1a1a;
    opacity: 0.6;
  }
  .project_wrapper .project_info {
    transform: translateY(-100%);
  }

  .popup_wr { padding: 100px 10px 40px; }
  .popup_t3 { font-size: 14px; font-weight: 400; }

  .foo_wr2 .w50 {
    width: 100%;
    text-align: center;
  }
  .foo_pays_wr {
    justify-content: center;
    margin-bottom: 20px;
  }

  .ind_bl2_wr1:before {
    top: -11px;
  }
  .ind_bl2_wr1:after {
    bottom: -11px;
  }
  .ind_bl2_wr1_bg:after {
    opacity: 0.65;
  }
  .ind_bl2_text {
    font-size: 21px;
    padding: 0 9px 0 0;
  }
  .ind_bl2_text span {
    opacity: 1;
    padding: 3px 0;
    transform: translateX(0) !important;
  }
}


@media screen and (max-width: 440px) {

  .pastor_photo_wr {
    width: 140px;
  }
  .pastor_photo_wr .pastor_photo {
    width: 140px;
    height: 140px;
  }
  .pastor_photo_wr .lines:before {
    left: 113px;
  }
  .pastor_photo_wr .lines:after {
    left: 104px;
  }

  .ind_bl2_wr1 {
    width: 100%;
    margin: 0 auto 15px;
    height: 200px;
    max-width: 280px;
    display: block;
  }
  .ind_bl2_text {
    padding: 0;
    text-align: center;
  }

}