
body.no-scroll {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, h7, input, button, textarea, select {
  margin: 0;
  color: #1e1d1d;
  font-family: 'Rubik', Tahoma, serif;
  font-weight: 400;
  position: relative;
}

b, strong {
 
}

label {
  cursor: pointer;
}
ul, menu, dir {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}
div, input, textarea {
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  position: relative;
  box-sizing: border-box;
}
input, button, select, textarea {
  outline: none;
}

svg {
  display: block;
}
.svg_img {
  display: none;
}

iframe { 
  display: block;
  border: none;
  position: relative;
  max-width: 100%;
}


.f14 { font-size: 14px; }
.f16 { font-size: 16px; }

.center_wr {
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 25px;
}

.text_center { text-align: center; }
.text_left { text-align: left; }
.text_right { text-align: right; }

.w_ct { color: #fff; }
.rose_ct { color: #ff8d8d; }
.gr_ct { color: #ff8d8d; }

.upc { text-transform: uppercase; }

.row {
  margin: 0 -7px;
}
.cl, .clm, .clb {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
}
.clm { vertical-align: middle; }
.clb { vertical-align: bottom; }


.w900 { max-width: 900px; }
.w100 { width: 100%; }
.w75 { width: 75%; }
.w67 { width: 66.7%; }
.w60 { width: 60%; }
.w50 { width: 50%; }
.w40 { width: 40%; }
.w33 { width: 33.3%; }
.w25 { width: 25%; }
.w20 { width: 20%; }





.btn1 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 330px;
  max-width: 100%;
  text-align: center;
  line-height: 56px;
  height: 60px;
  border: 2px solid #000;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  cursor: pointer;
  padding: 0 10px;
  box-sizing: border-box;
  background: transparent;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  overflow: hidden;
}
.btn1 div {
  z-index: 1;
  transition: none;
}
.btn1:before {
  content: '';
  z-index: 0;
  display: block;
  position: absolute;
  background-color: #000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(110%);
  transition: all 400ms;
}
.btn1:hover {
  color: #fff;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
}
.btn1:hover:before {
  transform: translateY(0);
}

.btn1_mini {
  width: auto;
  max-width: 100%;
  line-height: 24px;
  height: 28px;
  font-size: 12px;
  padding: 0 16px;
}

.btn1.w {
  border-color: #fff;
  color: #fff;
}
.btn1.w:before {
  background-color: #fff;
}
.btn1.w:hover {
  color: #222;
}







.menu_wr {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
}
.menu_wr.bg {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
}
.menu_wr .center_wr {
  height: 100%;
}
.menu_wr .menu_wr1 {
  height: 100%;
  padding-right: 200px;
}

.menu_logo_a {
  position: absolute;
  top: 50%;
  height: 65px;
  width: 65px;
  left: 0;
  z-index: 3;
  margin-top: -32px;
}
.menu_logo {
  position: absolute;
  width: 65px;
  height: 65px;
  display: block;
  opacity: 0;
}
.menu_logo.w { opacity: 1; }
.menu_wr.bg .menu_logo { opacity: 1; }
.menu_wr.bg .menu_logo.w { opacity: 0; }


.menu_inl {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.menu_a_wr {
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
  transition: none;
  -webkit-transition: none;
}
.menu_wr_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}




.menu-item {
  position: relative;
  display: block;
  float: left;
  height: 80px;
  margin: 0 38px 0 0;
}
.menu_a_wr a, .menu_a {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 79px;
  cursor: pointer;
}
.menu_a_wr .menu > .menu-item > a:before, .menu_a_wr .menu > .menu-item > a:after  {
  content: '';
  left: 50%;
  top: 11px;
  transform: rotate(0);
  margin-left: -8px;
  display: block;
  position: absolute;
  width: 16px;
  height: 4px;
  opacity: 0;
  background-color: #ffffff;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
.menu_a_wr .menu > .menu-item > a:after {
  top: auto;
  bottom: 11px;
}
.menu_a_wr .menu > .menu-item:hover a:before, .menu_a_wr .menu > .menu-item.current-menu-item > a:before,
.menu_a_wr .menu > .menu-item:hover a:after, .menu_a_wr .menu > .menu-item.current-menu-item > a:after {
  transform: rotate(-45deg);
  opacity: 1;
}

.menu_wr.bg .menu_a_wr a, .menu_wr.bg .menu_a, .sub-menu a {
  color: #1e1d1d;
}
.menu_wr.bg .menu_a_wr .menu > .menu-item > a:before {
  /*background-color: #1e1d1d;*/
  background-color: #e17a0b;
  top: 14px;
}
.menu_wr.bg .menu_a_wr .menu > .menu-item > a:after {
  /*background-color: #1e1d1d;*/
  background-color: #e17a0b;
  bottom: 14px;
}

.menu_a_wr .sub-menu {
  top: 80px;
  min-width: 220px;
  left: 0;
  background-color: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  position: absolute;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 200ms;
  -webkit-transition: all 200ms;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.menu_a_wr .sub-menu .menu-item {
  float: none;
  height: auto;
  margin: 0;
}
.menu_a_wr .sub-menu a {
  margin: 0;
  line-height: 1;
  padding: 12px 14px 13px;
}
.menu_a_wr .sub-menu a:hover {
  background-color: #f7f7f7;
}


.menu_number_wr {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: right;
}
.menu_wr.bg .menu_number_wr {
  color: #222222;
}
.menu_num_tel {
  font-size: 20px;
  transition: none;
}
.menu_recall {
  font-size: 12px;
  margin: 4px 0 0;
  cursor: pointer;
  transition: none;
}
.menu_recall:before {
  content: '';
  display: inline-block;
  position: relative;
  margin: 0 7px 0 0;
  width: 4px;
  left: 0;
  top: -1px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transition: all 400ms;
}
.menu_wr.bg .menu_recall:before {
  border-color: #222222;
}
.menu_recall:hover:before {
  left: -6px;
}


.menu_icon {
  display: none;
  position: absolute;
  right: 0;
  width: 26px;
  height: 16px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  z-index: 5;
  margin: -8px 0 0;
  top: 50%;
}
.menu_icon > div {
  top: 5px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.menu_wr.bg .menu_icon {
  border-color: #403d3d;
}
.menu_wr.bg .menu_icon > div {
  background-color: #403d3d;
}
.menu_icon:hover > div {
  transform: translateX(3px);
  -webkittransform: translateX(3px);
}



.menu_close {
  display: block;
  opacity: 0;
  position: fixed;
  top: 29px;
  right: 26px;
  z-index: 3;
  width: 22px;
  height: 22px;
  pointer-events: none;
}
.menu_close:after, .menu_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);
}
.menu_close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.menu_open .menu_close { opacity: 1; cursor: pointer; pointer-events: auto; }








.inp1_t1 {
  font-size: 14px;
  margin-bottom: 4px;
}
.inp1 {
  display: block;
  box-sizing: border-box;
  padding: 0 16px;
  height: 58px;
  border: 1px solid #eee;
  border-bottom: 3px solid #222;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  margin: 0 0 17px;
}
.inp1:disabled {
  opacity: 0.5;
}

.inp1.w_ct { border-color: #fff; }
.inp1::-webkit-input-placeholder  { color: #6f6f6f; text-indent: 0px; transition: all 0.3s ease; }
.inp1::-moz-placeholder { color: #6f6f6f; text-indent: 0px; transition: all 0.3s ease; }
.inp1:-moz-placeholder { color: #6f6f6f; text-indent: 0px; transition: all 0.3s ease; }
.inp1:-ms-input-placeholder { color: #6f6f6f; text-indent: 0px; transition: all 0.3s ease; }
.inp1.w_ct::-webkit-input-placeholder  { color: #fff; }
.inp1.w_ct::-moz-placeholder { color: #fff; }
.inp1.w_ct:-moz-placeholder { color: #fff; }
.inp1.w_ct:-ms-input-placeholder { color: #fff; }
.inp1:focus::-webkit-input-placeholder { opacity: 0; text-indent: 100px; }
.inp1:focus::-moz-placeholder { opacity: 0; text-indent: 100px; }
.inp1:focus:-moz-placeholder { opacity: 0; text-indent: 100px; }
.inp1:focus:-ms-input-placeholder { opacity: 0; text-indent: 100px; }



textarea.inp1 {
  resize: none;
  height: 120px;
  padding: 17px 18px;
}


.label_inl {
  margin: 0 50px 0 0;
}
.checkbox_wr {
  display: block;
  position: relative;
  margin: 0 0 14px;
  cursor: pointer;
  padding: 2px 0 0 33px;
}
.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #dedede;
  text-align: center;
}
.checkbox:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 13px;
  left: 7px;
  top: 2px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  transform: scale(0) rotate(45deg);
  -webkit-transform: scale(0) rotate(45deg);
  opacity: 0;
}

.checkbox_wr input {
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
}

.checkbox_wr input:checked ~ .checkbox:before {
  transform: scale(1) rotate(45deg);
  -webkit-transform: scale(1) rotate(45deg);
  opacity: 1;
}
.checkbox_t1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #5e5e5e;
  margin: 0 5px 0 0;
}



.next_worship_wr ~ .menu_wr {
  top: 70px;
}

.next_worship_wr {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 0 15px;
  z-index: 1000;
  background-color: #080808;
}
.next_worship_close {
  width: 20px;
  height: 20px;
  top: 25px;
  right: 50px;
  opacity: 0.6;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.next_worship_close:before, .next_worship_close:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  left: 4px;
  top: 9px;
  transform: rotate(45deg);
}
.next_worship_close:after {
  transform: rotate(-45deg);
}

.next_worship_t1 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}
.next_worship_timer_wr {
  padding: 0 40px;
  display: flex;
}
.next_worship_time_wr {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 0 6px;
}
.next_worship_time_wr .num {
  font-size: 20px;
  margin: 0 0 3px;
}
.next_worship_time_wr .text {
  font-size: 12px;
}

.next_worship_wr .btn1_mini, #next_worship_day .num {
  color: #ffbc3a;
}


/* главная первый разворот */
/* ----------------------------------------- */
.ind_bl1 {
  background: url(../images/ind_bl1_bg.jpg) no-repeat center #222222;
  background-size: cover;
  min-height: 780px;
  overflow: hidden;
  padding: 300px 0 93px;
}
.webp .ind_bl1 {
  background: url(../images/ind_bl1_bg.webp) no-repeat center #222222;
  background-size: cover;
}
#ind_video_bg {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.ind_video_hover {
  background-color: rgba(0, 0, 0, 0.64);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.ind_bl1_t1 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
}
.ind_bl1_t2 {
  font-size: 24px;
  margin: 34px auto 52px;
  max-width: 920px;
  letter-spacing: 2px;
}

.ind_bl1_more {
  margin: 44px auto 0;
  cursor: pointer;
  display: block;
  position: relative;
  opacity: 0.4;
  width: 19px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.ind_bl1_more b {
  display: block;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  top: 13px;
  left: 32px;
  position: relative;
}

.ind_bl1_more:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 17px;
  top: 14px;
  left: 9px;;
  background-color: #fff;
  transition: all 400ms;
}

.ind_bl1_more:hover {
  opacity: 1;
}
.ind_bl1_more:hover:before {
  top: 22px;
}

/* главная первый разворот */
/* ----------------------------------------- */




/* ------------- main content blocks ------------- */
/* ----------------------------------------- */


.cont_main_wr {
  padding: 140px 0 80px;
}
.next_worship_wr ~ .cont_main_wr {
  padding: 210px 0 80px;
}




/* ------------- main content blocks ------------- */
/* ----------------------------------------- */






@media screen and (min-width: 1050px) {
  .menu_a_wr { display: inline-block !important; }
}

@media screen and (max-width: 1050px) {

  .menu_icon { display: block; }

  .menu_a_wr {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 20000;
  }
  .menu_wr_bg {
    display: block;
  }
  .menu_a_wrapper {
    z-index: 1;
    padding: 75px 30px 30px;
    display: block;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    right: -1000px;
    width: 370px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.12);
    transition: 400ms;
    -webkit-transition: 400ms;
  }
  .menu_a_wr.menu_open .menu_a_wrapper {
    right: 0px;
  }
  .menu-item {
    float: none;
    margin: none;
  }
  .menu_a_wr a, .menu_a {
    color: #1e1d1d;
  }

  .menu_a_wr .menu > .menu-item > a:before, .menu_a_wr .menu > .menu-item > a:after {
    left: 0;
    margin-left: 0;
    background-color: #e17a0b;
  }
  .menu_a_wr .sub-menu {
    position: relative;
    box-shadow: none;
    left: auto;
    top: auto;
    opacity: 1;
    transform: scale(1);
  }
  .menu-item {
    height: auto;
  }
  .menu_number_wr {
    right: 54px;
  }

}



@media screen and (max-width: 920px) {

  .next_worship_wr {
    padding: 0 55px 0 10px;
  }
  .next_worship_close {
    right: 18px;
  }

}



@media screen and (max-width: 880px) {

  .next_worship_wr {
    flex-wrap: wrap;
    padding: 6px 10px 6px 10px;
  }
  .next_worship_timer_wr {
    padding: 0 40px 0 0;
  }
  .next_worship_t1 {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .next_worship_time_wr .num {
    font-size: 16px;
    margin: 0 0 2px;
  }
  .next_worship_time_wr .text {
    font-size: 10px;
  }

}


@media screen and (max-width: 768px) {


  .center_wr {
    padding-left: 15px;
    padding-right: 15px;
  }


}



@media screen and (max-width: 660px) {

  .ind_bl1 {
    background: url(../images/ind_bl1_bg_mob.jpg) no-repeat center #222222;
    background-size: cover;
    min-height: 700px;
    padding: 230px 0 93px;
  }
  .webp .ind_bl1 {
    background: url(../images/ind_bl1_bg_mob.webp) no-repeat center #222222;
    background-size: cover;
  }
  .ind_bl1_t1 {
    font-size: 44px;
  }
  .ind_bl1_t2 {
    font-size: 19px;
    margin: 30px auto 40px;
  }


}



@media screen and (max-width: 520px) {


  .center_wr {
    padding-left: 10px;
    padding-right: 10px;
  }
  .next_worship_close {
    right: 7px;
  }
  .next_worship_time_wr .num {
    margin: 0;
  }

}


@media screen and (max-width: 440px) {

  .next_worship_t1 {
    max-width: 300px;
    margin-top: -2px;
  }
  .menu_a_wrapper {
    width: 290px;
  }

  .ind_bl1_t1 {
    font-size: 26px;
  }
  .ind_bl1_t2 {
    font-size: 16px;
    margin: 24px auto 40px;
  }

  .btn1 {
    display: flex;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .btn1.btn1_mini {
    width: auto;
  }

}


@media screen and (max-width: 320px) {


}


@media screen and (max-height: 600px) {
  
}


/* ipad */
@media screen and (min-height: 1000px) and (max-width: 780px) {
  

}






/* scroll ----------------------*/

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
}
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:hover {
  background-color: #a8a8a8;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}