@charset "utf-8";
/* CSS Document */
/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
	3.4 Main Nav
	3.5 Hamburger
4. Menu
5. Home
6. Event
7. About
8. Sermons
9. Mission
10. Events
11. Donations
12. Quote
13. Gallery
14. Latest News
15. Footer
16. Form validation 

******************************/
/***********
1. Fonts
***********/
/* @import url("https://fonts.googleapis.com/css?family=Assistant:400,600,700,800|Old+Standard+TT:400i"); */

/*********************************
2. Body and some general stuff
*********************************/
@font-face {
  font-family: ArnoPro;
  font-display: swap;
  src: url("/fonts/ArnoPro-Bold.woff2") format("woff2"), url("../fonts/ArnoPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: ArnoPro;
  font-display: swap;
  src: url("/fonts/ArnoPro-Bold_Italic.woff2") format("woff2"), url("../fonts/ArnoPro-Bold_Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: ArnoPro;
  font-display: swap;
  src: url("/fonts/ArnoPro-Regular.woff2") format("woff2"), url("../fonts/ArnoPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: FitaVjaz;
  font-display: swap;
  src: url("/fonts/FitaVjaz-Regular.woff2") format("woff2"), url("../fonts/FitaVjaz-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Candara;
  font-display: swap;
  src: url("/fonts/Candara-Regular.woff2") format("woff2"), url("../fonts/Candara-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --text-primary: #206051;
  --text-secondary: #818089;
  --text-secondary-black: #8c8787;
  --text-white: #fff;
  --card-bg: #f2efe9;
  --btn-bg: #6a8473;
  --btn-border: #e9ecef;
  --btn-hover-bg: #eac87e;
  --progress-bar-color-primary: #d4b372;
  --progress-bar-color-grey: #dddddd;
  --danger-color: #dc3545;
  --label-color: #8a8a8a;
  --label-color-focus: #555;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

html {
  scroll-behavior: smooth;
}

body {
  /* font-family: "Source Sans Pro", sans-serif;
  */
  font-family: ArnoPro;
  font-size: 20px;
  font-weight: 400;
  background: #ffffff;
  color: #2d2d2d;
}

div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin-bottom: 0px;
}

p {
  /* font-family: "Assistant", sans-serif; */
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  color: #818089;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  margin-bottom: 0.7rem;
}

.page-content ul,
.page-content ol {
  padding: 0 0 0 34px;
}

.page-content ul li,
.page-content ol li {
  /* font-family: "Assistant", sans-serif; */
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  margin-bottom: 0.5rem;
  color: #2d2d2d;
}

.page-content ul li {
  list-style: circle;
}

.page-content ol li {}

p a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 1px #628276;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  padding-top: 5px;
}

p:last-of-type {
  margin: 0;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a:active {
  position: relative;
  color: #ff6347;
}

p a:hover {
  color: #ffffff;
  background: #628276;
}

p a:hover::after {
  opacity: 0.2;
}

h1 {
  font-size: 36px;
  color: #585858;
}

h2 {
  font-size: 28px;
  color: #1a462e;
}

h3 {
  font-size: 24px;
  color: #585858;
}

h4 {
  font-size: 18px;
  color: #585858;
}

h5 {
  font-size: 14px;
  color: #585858;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Open Sans", sans-serif; */
  /* -webkit-font-smoothing: antialiased; */
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.ramka {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  border: 2px solid #083a6c12;
  border-radius: 6px;
  padding: 15px 15px 15px 15px;
}

.form-control {
  color: #db5246;
}

.strong {
  font-weight: 700;
}

section {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

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

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fill_height {
  height: 100%;
}

.super_container {
  width: 100%;
  overflow: hidden;
}

.prlx_parent {
  overflow: hidden;
}

.prlx {
  height: 130% !important;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.nopadding {
  padding: 0px !important;
}
.buttonverh a,
.button {
  width: 160px;
  height: initial;
  text-align: center;
  color: var(--text-white);
  background-color: #628276;
  border-radius: 7px;
  font-weight: 700;
  /* box-shadow: inset 0px 0px 0 3px #e9ecef; */
  border: 2px var(--btn-border) solid;
  transition: 0.3s;
}

.buttonverh a:hover,
.button:hover {
  color: var(--text-white);
  background-color: var(--btn-hover-bg);
}

.button a {
  display: block;
  font-size: 18px;
  color: inherit;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  transition: 0.3s;
  padding: 15px 0px 11px;
}

.button__transparent {
  background: transparent;
}

.button__transparent a {
  color: #628276;
}

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

.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}

.btns .button {
  margin-top: 0px;
  max-width: 250px;
}

/*********************************
3. Header
*********************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
  -webkit-transition: all 200ms ease, padding 0ms ease;
  -moz-transition: all 200ms ease, padding 0ms ease;
  -ms-transition: all 200ms ease, padding 0ms ease;
  -o-transition: all 200ms ease, padding 0ms ease;
  transition: all 200ms ease, padding 0ms ease;
}

.header.scrolled {
  top: 0px;
}

/*********************************
3.1 Top Bar
*********************************/
.top_bar {
  width: 100%;
}

.header.scrolled .top_bar {}

.top_bar_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.top_bar_container {
  width: 100%;
  height: 100%;
}

.top_bar_content {
  width: 100%;
  height: 46px;
}

.top_bar_contact_list li {
  display: inline-block;
}

.top_bar_contact_list li i,
.top_bar_contact_list li>div {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
}

.top_bar_contact_list li>div {
  margin-left: 5px;
}

.top_bar_contact_list li:not(:last-child) {
  margin-right: 21px;
}

.social_list {
  margin-right: -10px;
}

.social_list li {
  display: inline-block;
}

.social_list li:not(:last-child) {
  margin-right: 6px;
}

.social_list li a i {
  font-size: 12px;
  color: #ffffff;
  padding: 10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social_list li:hover a i {
  color: #b10707;
}

/*********************************
3.2 Header Content
*********************************/
.header_container {
  width: 100%;
  background: #ffffff;
}

.header_container .container {
  max-width: 1170px;
}

.header__top {
  border-bottom: 2px #ececec solid;
  padding: 0px 0;
}

.header__bottom {}

.header__bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_content {
  /* height: 120px; */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-contacts {
  padding-top: 8px;
}

.header-contacts__contact {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #1a462e;
  gap: 5px;
}

.header-contacts__contact:not(:last-child) {
  /* margin-bottom: 3px; */
}

.header-contacts__contact a {
  color: #628276;
}

.header-contacts__contact i {
  color: #628276;
  font-size: 20px;
  margin-top: -7px;
}

.header.scrolled .header_content {
  /* height: 80px; */
}

/*********************************
3.3 Logo
*********************************/
.logo_container a,
.logo_container div {
  align-items: center;
}

.logo,
.logo_text {
  display: inline-block;
}

.logo {
  /* width: 60px; */
  height: 66px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-left: 2px #ececec solid;
  border-right: 2px #ececec solid;
}

.logo img {
  /* max-width: 100%; */
  max-height: 100%;
  display: block;
}

.logo_text {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.75;
  color: #1a462e;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  /* letter-spacing: -2px; */
  max-width: 108px;
  line-height: 1.1;
}

.header.scrolled .logo {
  /* width: 40px; */
  /* height: 70px; */
}

.header.scrolled .logo_text {
  /* font-size: 18px; */
}

/*********************************
3.4 Main Nav
*********************************/
.main_nav_contaner {}

.main_nav,
.search_button {
  display: inline-block;
}

.main_nav li {
  display: inline-block;
  position: relative;
}

.main_nav li:not(:last-child) {
  margin-right: 25px;
}

.main_nav li a {
  font-size: 17px;
  font-weight: 600;
  color: #585858;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 12px 0;
  display: inline-block;
}

.main_nav li:hover ul {
  display: block;
  min-width: 225px;
}

.main_nav ul li:hover ul {
  display: block !important;
}

.main_nav li ul {
  position: absolute;
  background: #f3f3f3;
  padding: 4px 0;
  margin: 0 0 0 0;
  display: none;
}

.main_nav li ul li {
  margin: 0 !important;
  display: block;
}

.main_nav li ul li a {
  padding: 5px 10px;
  display: block;
  font-weight: 400;
}

.main_nav li ul ul {
  left: 100%;
  top: 0;
  display: none !important;
  min-width: 188px;
}

.main_nav .has-childs:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #628276 #0000 #0000 #0000;
  position: relative;
  bottom: -12px;
  left: 5px;
}

.main_nav ul .has-childs:after {
  position: absolute;
  left: 94% !important;
  top: 48%;
}

@media (max-width: 1070px) {
  .main_nav li a {
    /* font-size: 12px; */
  }
}

.main_nav li a:hover,
.main_nav li.active>a {
  color: #ae995d;
}

.search_button {
  margin-left: 46px;
  cursor: pointer;
}

.search_button i {
  font-size: 16px;
  color: #181818;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.search_button:hover i {
  color: #b10707;
}

.header_search_form {
  display: block;
  position: relative;
  width: 40%;
}

.header_search_container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #b10707;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header_search_container.active {
  bottom: -73px;
  opacity: 1;
}

.header_search_content {
  width: 100%;
  height: 73px;
}

.search_input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  padding-left: 20px;
}

.header_search_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
}

/*********************************
3.5 Hamburger
*********************************/
.hamburger {
  display: none;
  cursor: pointer;
  margin-right: 10px;
}

.hamburger i {
  font-size: 20px;
  color: #353535;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hamburger:hover i {
  color: #eb4141;
}

/*********************************
4. Menu
*********************************/
.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.menu.active {
  visibility: visible;
  opacity: 1;
}

.menu_search_form {
  display: block;
  position: relative;
  margin-top: 50px;
}

.menu_search_input {
  width: 400px;
  height: 40px;
  background: #c0c0c0;
  border: none;
  border-radius: 3px;
  outline: none;
  padding-left: 20px;
}

.menu_search_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #c0c0c0;
}

.menu_nav {
  margin-top: 50px;
  text-align: center;
  text-align: left;
}

.menu_nav ul ul {
  background: #efefef;
  padding: 5px 10px;
  margin: 0 0 0 0;
  display: none;
}

.menu_nav ul ul li {}

.menu_nav .has-childs>a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #628276 #0000 #0000 #0000;
  position: relative;
  right: -8px;
  top: 10px;
}

.menu_nav ul li:not(:last-child) {
  margin-bottom: 6px;
  border-bottom: 1px #dedede solid;
}

.menu_nav ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #353535;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
  padding: 5px 0;
  display: block;
}

.menu_nav ul li a:hover {
  color: #eb4141;
}

.menu_close {
  position: absolute;
  top: 100px;
  right: 100px;
  cursor: pointer;
}

.menu_close i {
  font-size: 20px;
}

.menu_close:hover i {
  color: #eb4141;
}

/*********************************
5. Home
*********************************/
.home {
  width: 100%;
  height: 100vh;
}

.home_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.home_background:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #628276;
}

.home_content {
  /* position: absolute; */
  /* top: 40%; */
  /* left: 0; */
  /* width: 100%; */
  /* z-index: 10; */
}

.home_title {
  font-size: 70px;
  /* font-weight: 700; */
  /* text-transform: uppercase; */
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1;
  font-family: FitaVjaz;

  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0;
}

.home_title span {
  font-size: 20px;
  color: #ffffff;
}

.home_text {
  font-size: 18px;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  margin-top: 50px;
  max-width: 600px;
  margin: 15px auto 0 auto;
}

.home_text a {
  color: white;
}

.home_text p {
  color: white;
  text-align: left;
}

.home_text p:nth-child(2) {
  margin-bottom: 9px;
}

.home_text p:last-child {
  line-height: 1;
}

.home_text ul {
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
}

.home_text ul li {
  color: white;
  text-align: left;
  list-style: square;
}

.home_link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 100%;
  padding: 0;
  height: auto;
  max-width: 430px;
}

.home_link a {
  padding: 20px 20px 17px 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  border-radius: 4px;
}

.home_link a:hover {
  background: #76d3fc;
}

/*********************************
6. Event
*********************************/
.event {
  width: 100%;
}

.event_container {
  height: 160px;
  background: #f9f9f9;
  margin-top: -80px;
  border-radius: 6px;
  padding-left: 70px;
  padding-right: 35px;
}

.event_date {
  width: 70px;
  height: 70px;
  background: #b10707;
}

.event_day {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.75;
}

.event_month {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.75;
  margin-top: 11px;
}

.event_content {
  padding-left: 60px;
}

.event_title,
.event_title a {
  font-size: 18px;
  color: #181818;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.event_title a:hover {
  color: #b10707;
}

.event_row {
  margin-top: 5px;
}

.event_icon {
  display: inline-block;
  width: 14px;
  height: 15px;
}

.event_icon i {
  font-size: 16px;
  color: #b10707;
}

.event_row li span {
  /* font-family: "Standard", serif; */
  font-style: italic;
  font-size: 12px;
  color: #2d2d2d;
  margin-left: 6px;
}

.event_row li:not(:last-child) {
  margin-bottom: 7px;
}

.event_timer_container {}

.event_timer li {
  display: inline-block;
  height: 80px;
  width: 100px;
  text-align: center;
}

.event_timer li:not(:last-child) {
  border-right: solid 1px #e0e0e0;
}

.event_num {
  font-size: 40px;
  font-weight: 600;
  line-height: 0.75;
  color: #181818;
  margin-top: 8px;
}

.event_ss {
  font-size: 16px;
  line-height: 0.75;
  color: #2d2d2d;
  text-transform: uppercase;
  margin-top: 19px;
}

/*********************************
7. About
*********************************/
.about {
  padding-top: 20px;
  padding-bottom: 50px;
  background: #ffffff;
}

.section_title_container {}

.section_title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.185;
  color: #1a462e;
  text-transform: uppercase;
}

.section_subtitle {
  /* font-family: "Old Standard TT", serif; */
  font-size: 16px;
  color: #2d2d2d;
  font-style: italic;
  margin-top: 5px;
}

.about_row {
  margin-top: 30px;
}

.about_image {
  width: 100%;
}

.about_image img {
  max-width: 100%;
}

.about_content {
  padding-left: 30px;
  /* padding-top: 11px; */
}

.about_button {
  margin-top: 31px;
}

/*********************************
8. Sermons
*********************************/
.sermons {
  padding-top: 89px;
  padding-bottom: 100px;
  background: #f7f7f7;
}

.sermons_row {
  margin-top: 52px;
}

.card {
  display: block;
  /* IE fix for distorted card images */
  border: none;
  border-radius: 0px;
}

.card-img-top {
  border-radius: 0px;
}

.card-body {
  padding-top: 44px;
  padding-bottom: 50px;
}

.card-title {
  margin-bottom: 0;
  font-size: 20px;
  color: #585858;
  line-height: 1.2;
  margin: 0 0 15px 0;
  text-align: left;
  padding: 0 0 0 15px;
  text-transform: uppercase;
}

.sermon_info_container {
  margin-top: 9px;
}

.sermon_info_title {
  display: inline-block;
}

.sermon_info_list {
  display: inline-block;
  margin-left: 4px;
}

.sermon_info_title {
  /* font-family: "Old Standard TT", serif; */
  font-size: 13px;
  font-style: italic;
  color: #2d2d2d;
}

.sermon_info_list li {
  display: inline-block;
}

.sermon_info_list li a {
  /* font-family: "Old Standard TT", serif; */
  font-size: 13px;
  font-style: italic;
  color: #b10707;
}

.sermon_title a {
  font-size: 18px;
  color: #181818;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.33;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sermon_title a:hover {
  color: #b10707;
}

.sermon_links {
  margin-top: 24px;
}

.sermon_links ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e6e6e6;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sermon_links ul li:not(:last-child) {
  margin-right: 16px;
}

.sermon_links ul li a {
  display: block;
}

.sermon_links ul li a i {
  line-height: 48px;
  font-size: 18px;
  color: #2d2d2d;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sermon_links ul li:hover {
  background: #b10707;
}

.sermon_links ul li:hover a i {
  color: #ffffff;
}

/*********************************
9. Mission
*********************************/
.mission {
  padding-top: 97px;
  padding-bottom: 94px;
  background: transparent;
}

.mission_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mission_item {
  display: inline-block;
  width: 25%;
  padding-left: 70px;
  padding-right: 70px;
}

.mission_icon i {
  font-size: 36px;
  color: #b10707;
}

.mission_title {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 7px;
}

.mission_text {
  color: #ffffff;
  margin-top: 17px;
}

.mission_item:not(:last-child)::after {
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: calc(100% - 30px);
  background: rgba(235, 235, 235, 0.2);
  content: "";
  z-index: 10;
}

/*********************************
10. Events
*********************************/
.events {
  width: 100%;
  background: #ffffff;
  padding-top: 97px;
  padding-bottom: 64px;
}

.events_items {
  padding-left: 75px;
  padding-right: 75px;
  margin-top: 52px;
}

.events_item {
  width: calc((100% - 150px) / 3);
  padding-bottom: 30px;
}

.events_item_image {
  width: 100%;
}

.events_item_image img {
  max-width: 100%;
}

.events_item_content {
  margin-top: 30px;
}

.events_item .event_content {
  padding-left: 30px;
  margin-top: -5px;
}

/*********************************
11. Donations
*********************************/
.donations {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.donations_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.donations_background:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d5d5d5f0;
}

.donations_content {
  padding-top: 35px;
}

.donation_title {
  font-size: 34px;
  font-weight: 700;
  color: #628276;
  /* text-transform: uppercase; */
}

.donation_info_container {
  margin-top: 23px;
}

.donation_info_title {
  display: inline-block;
  /* font-family: 'Old Standard TT', serif; */
  font-size: 16px;
  /* font-style: italic; */
  color: #c0c0c0;
}

.donation_info_list {
  display: inline-block;
  margin-left: 4px;
}

.donation_info_list li {
  display: inline-block;
  color: white;
  font-size: 16px;
  /* font-style: italic; */
}

.donation_info_list li a {
  /* font-family: 'Old Standard TT', serif; */
  font-size: 16px;
  /* font-style: italic; */
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.donation_info_list li a:hover {
  color: white;
  text-decoration: underline;
}

.donation_text {
  margin-top: 14px;
}

.donation_text p {
  color: #8c8787;
}

.donation_text ul {
  color: white;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
}

.donation_text ul li {
  list-style: square;
}

.donation_details_container {
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}

.donation_details {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
  border: 6px #628276 solid;
}

.donation_funds {}

.donation_funds_title {
  display: inline-block;
  /* font-family: 'Old Standard TT', serif; */
  /* font-style: italic; */
  font-size: 17px;
  color: #585858;
  font-weight: 400;
}

.donations_funds_value {
  display: inline-block;
  font-size: 36px;
  color: #628276;
  font-weight: 700;
}

.donation_progress_container {
  margin-top: 54px;
}

.donation_progress_outer {
  width: 100%;
  height: 14px;
  background: #dddddd;
  border-radius: 7px;
}

.donation_progress {
  height: 100%;
  background: #d4b372;
  border-radius: 7px;
  min-width: 14px;
}

.donation_progress_value {
  position: absolute;
  top: -38px;
  left: 0;
  font-size: 24px;
  font-weight: 600;
  color: #d4b372;
  line-height: 0.75;
  width: 200px;
  text-align: left;
}

.donation_info {
  margin-top: 13px;
}

.donation_current,
.donation_goal {
  font-size: 16px;
  color: #2d2d2d;
}

.donation_current span,
.donation_goal span {
  color: #181818;
  font-weight: 700;
}

.donation_button {
  width: 100%;
  margin-top: 25px;
}

/*********************************
12. Quote
*********************************/
.quote {
  width: 100%;
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.quote_container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quote_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.quote_quote {
  /* font-family: "Old Standard TT", serif; */
  font-size: 26px;
  color: #181818;
  z-index: 10;
  line-height: 1.4;
  border: 2px solid #083a6c12;
  border-radius: 6px;
  padding: 15px;
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote_source {
  /* font-family: "Assistant", sans-serif; */
  font-size: 18px;
  color: #45c3fe;
  font-weight: 600;
  margin-top: 13px;
}

@media (min-width: 750px) {
  .quote_quote {
    width: calc(50% - 10px);
  }
}

/*********************************
13. Gallery
*********************************/
.gallery {}

.gallery_item {
  width: 16.666666%;
}

.gallery_item a {
  display: block;
  width: 100%;
  border: 2px #fff solid;
  overflow: hidden;
}

.gallery_item a img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
}

.gallery_item:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.gallery--4-per-row .gallery_item {
  width: 25%;
}

@media (max-width: 700px) {
  .gallery--4-per-row .gallery_item {
    width: 50%;
  }
}

/*********************************
14. Latest News
*********************************/
.latest_news {
  padding-top: 97px;
  padding-bottom: 54px;
  background: #ffffff;
}

.news_row {
  margin-top: 52px;
}

.news_post {
  width: 100%;
}

.news_image {
  width: 100%;
  display: block;
  /* border: 5px solid #ececec; */
}

.news_image img {
  max-width: 100%;
  width: 100%;
}

.news_post_title {
  line-height: 1;
}

.news_post_title a {
  display: block;
  margin-top: 9px;

}

.news_post_col {
  margin-bottom: 20px;
}

.news_post_title a {
  font-size: 19px;
  /* text-transform: uppercase; */
  color: #181818;
  font-weight: 700;
  line-height: 1.33;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news_post_title a:hover {
  color: #ae995d;
}

.news_post_meta {
  margin-top: 9px;
  background: #ececec;
  padding: 2px 10px;
}

.news_post_meta ul {
  padding: 0;
}

.news_post_meta ul li {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
}

.news_post_meta ul li:not(:last-child) {
  margin-right: 18px;
}

.news_post_meta ul li i {
  color: #628276;
  margin: 0 10px 0 0;
}

.news_post_meta ul li a {
  display: inline-block;
  /* font-family: "Old Standard TT", serif; */
  font-size: 12px;
  font-style: italic;
  color: #2d2d2d;
  margin-left: 6px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news_post_meta ul li a:hover {
  color: #b10707;
}

.news_post_text {
  margin-top: 10px;
  font-size: 16px;
  /* text-align: justify; */
}

.news_post_text p {
  font-size: 14px;
  color: #2d2d2d;
  line-height: 1.57;
}

/*********************************
15. Footer
*********************************/
.page-content:after {
  content: "";
  clear: both;
  display: block;
}

.footer {
  display: block;
  position: relative;
  background: url("/theme/images/footer.jpg");
  background-size: cover;
}

.footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #00000000;
}

.footer_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer_contact_column {
  padding-top: 88px;
}

.footer_logo,
.footer_logo_text {
  display: inline-block;
}

.footer_logo {
  width: 60px;
  height: 60px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer_logo img {
  max-width: 100%;
}

.footer_logo_text {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  color: #47330c;
  vertical-align: middle;
  margin-left: 7px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  max-width: 210px;
}

.footer_contact {
  margin-top: 33px;
}

.footer_contact a {
  color: #47330c;
  font-size: 16px;
}

.footer_contact a:hover {
  /* color: #45c3fe; */
  text-decoration: underline;
}

.footer_contact ul li:not(:last-child) {
  margin-bottom: 7px;
}

.footer_contact ul li div {
  display: inline-block;
  width: 14px;
  height: 14px;
}

.footer_contact ul li div i {
  color: #47330c;
}

.footer_contact ul li span {
  font-size: 16px;
  color: #47330c;
  margin-left: 7px;
}

.footer_links {
  padding-top: 100px;
  padding-left: 70px;
  padding-right: 70px;
}

.footer_title {
  font-size: 18px;
  color: #47330c;
  line-height: 0.75;
  font-weight: 700;
  text-transform: uppercase;
}

.footer_links_list {
  /* columns: 2; */
  /* -webkit-columns: 2; */
  -moz-columns: 2;
  margin-top: 20px;
}

.footer_links_list li {
  margin-bottom: 11px;
}

.footer_links_list li a {
  font-size: 19px;
  color: #47330c;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer_links_list li a:hover {
  /* color: #45c3fe; */
  text-decoration: underline;
}

.footer_links_list li a i {
  color: #47330c !important;
  margin: 0 5px 0 0;
  font-size: 13px;
}

.footer_subscribe {
  padding-top: 100px;
}

.footer_text {
  font-size: 16px;
  color: #47330c;
  line-height: 1.71;
  margin-top: 20px;
}

.footer_form_container {
  margin-top: 30px;
}

.subscribe_input {
  width: 100%;
  height: 40px;
  border: solid 1px rgba(235, 235, 235, 0.15);
  border-radius: 3px;
  background: transparent;
  padding-left: 22px;
  outline: none;
  color: #ffffff;
}

.subscribe_input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.subscribe_input:-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.subscribe_input::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.subscribe_input:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.subscribe_input::input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.subscribe_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 40px;
  background: #ffffff;
  border: none;
  outline: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 12px;
  color: #b10707;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.subscribe_button:hover {
  background: #b10707;
  color: #ffffff;
}

.copyright_row {
  /* margin-top: 58px; */
}

.copyright_container {
  width: 100%;
  height: 68px;
  border-top: solid 1px rgba(235, 235, 235, 0.15);
  border-bottom: solid 1px rgba(235, 235, 235, 0.15);
  margin: 0 0 10px 0;
}

.footer_social ul {
  margin-right: -10px;
}

.footer_social ul li {
  display: inline-block;
}

.footer_social ul li:not(:last-child) {
  margin-right: 8px;
}

.footer_social ul li a i {
  font-size: 15px;
  padding: 10px;
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer_social ul li a i:hover {
  color: #b10707;
}

.home {
  width: 100%;
  height: auto;
  padding: 140px 0 20px 0;
  box-sizing: border-box;
}

@media (max-width: 650px) {
  .home {
    padding: 80px 0 20px 0;
  }
}

@media (max-width: 575px) {
  .home {
    /* padding: 105px 0 20px 0; */
  }
}

.page-home .home {
  /* min-height: 450px; */
  margin: 99px 0 0 0;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .home_title {
  font-family: ArnoPro;
  font-size: 50px;
  line-height: 1.3;
}

.page-home .home_background:before {
  background: #cdcdcdeb;
}

.home_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.home_content {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* z-index: 10; */
}



@media (max-width: 650px) {
  .page-home .home {
    margin: 66px 0 0 0;
  }
}

@media (max-width: 550px) {
  .page-home .home {
    /* margin: 80px 0 0 0; */
  }
}

.breadcrumbs ul li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.breadcrumbs ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.breadcrumbs ul li a:hover {
  color: #b10707;
}

.breadcrumbs ul li:not(:last-child)::after {
  display: inline-block;
  content: "/";
  margin-left: 4px;
}

.page-content {
  padding: 50px 0;
}

.img-adaptive {
  max-width: 50%;
  height: auto;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  justify-content: center;
}

.breadcrumb-item {}

.breadcrumb-item a {
  color: white;
  text-decoration: underline;
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: white;
}

.top_bar_contact_list a {
  color: white;
  text-decoration: underline;
  font-size: 14px;
}

.top_bar_contact_list a:hover {
  text-decoration: none;
}

.bg-info {
  background-color: #76d3fc !important;
}

.home_background {
  background-color: #628276;
}

.copyright {
  color: #47330c;
  font-size: 16px;
}

.copyright a {
  color: #47330c;
  text-decoration: underline;
  margin: 0 0 0 10px;
}

.copyright a:hover {
  text-decoration: none;
  /* color: #45c3fe; */
}

.footer_social a {
  font-weight: 700;
  color: #47330c;
  font-size: 22px;
}

.footer_social a:hover {
  text-decoration: underline;
  /* color: #083a6c; */
}

.page-home__contacts {
  padding: 0 0 40px 0;
}

/* start CAROUSEL */
.carousel {}

.carousel__item {
  text-align: center;
}

.carousel__item-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 8px;
}

.carousel__item-image-img {
  max-width: 100%;
}

.carousel__item-link {
  text-align: center;
  text-decoration: none;
  color: #37c5d9;
}

.carousel__item-link:hover {
  text-decoration: underline;
}

.carousel .slick-arrow {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  line-height: 1;
  background: white;
  border-radius: 50px;
}

.carousel .slick-arrow:before {
  color: #628276;
  font-size: 39px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  position: relative;
  left: -2px;
  top: 1px;
}

.carousel .slick-prev {
  left: -10px;
}

.carousel .slick-next {
  right: -10px;
}

.preview-certificates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

@media (min-width: 768px) {
  .preview-certificates {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}

@media (min-width: 992px) {
  .preview-certificates {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/* endCAROUSEL */
.contact_title {
  font-size: 24px;
  font-weight: 700;
  color: #181818;
  text-transform: uppercase;
}

.contact_info_content {
  margin-top: 21px;
}

#donation p,
#cp-middle p {
  padding: 6px 0;
}

.contact_info_content ul {
  padding: 0;
  display: grid;
  grid-gap: 10px;
}

.contact_info_content ul li {
  list-style: none;

  margin: 0;

  display: flex;

  line-height: 1.2;
}

.contact_info_content ul li:nth-child(2) {
  flex: 1 0 auto;
}

.contact_info_content ul li:nth-child(3) {
  flex: 1 0 auto;
}

.sitemap li ul {
  padding-top: 8px;
}

.logo {
  margin-top: 5px;
}

#donation p.form-message {
  padding: 0;
}

.fancybox-content {
  padding: 25px !important;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 4px !important;
  height: 30px !important;
  width: 30px !important;
}

@media (min-width: 768px) {
  .contact_info_content ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .contact_info_content ul li {
    /* justify-content: center; */
  }
}

.contact_info_content--vertical ul {
  grid-template-columns: initial;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact_info_content--vertical ul li {
  justify-content: flex-start;
}

.contact_info_content ul li div,
.contact_info_content ul li span {
  display: inline-block;
}

.contact_info_content ul li div {
  width: 40px;
  height: 40px;
  background: #ebebeb;
  text-align: center;
  border-radius: 50%;
  flex: 0 0 auto;
}

.contact_info_content ul li div i {
  line-height: 40px;
  color: #ae995d;
}

.contact_info_content ul li span,
.contact_info_content ul li a {
  font-size: 16px;
  color: #181818;
  margin-left: 30px;
  align-self: center;
  font-weight: 700;
}

@media (min-width: 992px) {

  .contact_info_content ul li span,
  .contact_info_content ul li a {
    font-size: 18px;
  }
}

.contact_info_content ul li a:hover {
  text-decoration: underline;
  color: #628276;
}

.popup {
  padding: 35px 20px 20px 20px;
}

.contact_form_container {
  margin-top: 21px;
}

.contact_form_container .row {
  margin-top: 21px;
  display: grid;
  grid-gap: 15px;
}

.contact_form_container .row div {
  margin: 0 !important;
}


.form_input {
  width: 100%;
  height: 40px;
  border: solid 1px #d4b372;
  outline: none;
  padding-left: 20px;
  font-size: 18px;
}

.form_text {
  width: 100%;
  height: 100px;
  border: solid 1px #cccccc;
  outline: none;
  margin-top: 30px;
  padding-left: 20px;
  font-size: 18px;
  padding-top: 12px;
}

.form_input::-webkit-input-placeholder,
.form_text::-webkit-input-placeholder {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_input:-moz-placeholder,
.form_text:-moz-placeholder {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_input::-moz-placeholder,
.form_text::-moz-placeholder {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_input:-ms-input-placeholder,
.form_text:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_input::input-placeholder,
.form_text::input-placeholder {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_submit_button {
  /* width: 170px; */
  padding: 15px 50px 11px;
  cursor: pointer;
  background: #628276;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-radius: 7px;
  /* margin-top: 24px; */
  border: 2px #e9ecef solid;
  line-height: 1;
}

.form_submit_button:hover {
  background: #1e4d2b;
}

.bg-secondary {
  background-color: #617e6ec7 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #628276 !important;
  color: white !important;
}

@media (max-width: 650px) {
  .home_content .breadcrumbs {
    margin: 6px auto 0 auto;
  }
}

@media (max-width: 768px) {
  .header__top {
    padding-top: 6px;
  }

  .page-content {
    padding: 20px 0;
  }

  .page-home .home_content .row {}
}

.fancybox-navigation {
  /*width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999999999999;
    height: 50px;
     display: none; */
  position: initial;
}

.bg-warning {
  background-color: #ffd700 !important;
}

.contacts-list li {
  list-style: none !important;
  font-size: initial;
}

.contacts-list__name:before {
  content: "\f007";
  font-family: fontawesome;
  margin: 0 8px 0 0;
  color: #47330c;
}

.contacts-list__tel:before {
  content: "\f095";
  font-family: fontawesome;
  margin: 0 8px 0 0;
  color: #47330c;
}

.contacts-list__email:before {
  content: "\f0e0";
  font-family: fontawesome;
  margin: 0 8px 0 0;
  color: #47330c;
}

.contacts-list li a {
  color: #083a6c;
  font-size: initial;
}

.contacts-list li a:hover {
  text-decoration: underline;
}

.to-top-btn {
  bottom: 30px;
  height: 40px;
  position: fixed;
  right: 30px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #628276;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
  font-weight: 600;
  z-index: 9;
  border: 3px #fff solid;
  box-shadow: 0 0 0 3px #628276;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen,
    Cantarell, sans-serif;
  opacity: 0.5;
}

.to-top-btn:hover {
  opacity: 1;
}

.table td {
  font-size: 19px;
}
.table--donations {}

.table--donations thead {}

.table--donations thead tr {}

.table--donations thead td {
  background: #628276;
  color: white;
  font-weight: 700;
}

.table--donations tbody td {
  border-bottom: 1px rgb(241, 241, 241) solid;
  color: #1a462e;
  vertical-align: top;
}

.table--donations tbody td i {
  color: #628276;
  margin: 0 10px 0 0;
}

@media (max-width: 575.98px) {

  .table--donations-detailed tr td:first-child,
  .table--donations-detailed tr td:nth-child(4) {
    display: none;
  }

  .table--donations-detailed tr td:nth-child(3) {
    padding-left: .7em;
  }

  .table--donations-detailed tr td:nth-child(5) {
    width: 100px;
  }

  .table--donations tbody tr {
    border-bottom: 1px rgb(241, 241, 241) solid;
  }

  .table--donations thead td {
    padding: 4px 0 4px 4px;
  }

  .table--donations tbody td {
    border: 0;
    padding: 6px 0 4px 4px;
  }

  .table--donations tbody td:nth-child(1) {
    font-style: italic;
  }

  .table--donations tbody td:nth-child(3) i {
    margin: 0 5px;
  }
}

.table--liturgy-schedule {}

.table--liturgy-schedule td:nth-child(1),
.table--liturgy-schedule td:nth-child(2),
.table--liturgy-schedule th:nth-child(1),
.table--liturgy-schedule th:nth-child(2) {
  padding-right: .5em
}

.btn-info {
  background: #45c3fe;
  border-color: #45c3fe;
}

.gallery-more-button {
  font-size: 16px;
  color: #45c3fe;
}

.gallery-more-button:hover {
  text-decoration: underline;
  color: #45c3fe;
}

.donation_details--no-padding {
  padding: 0;
}

@media (max-width: 500px) {
  .page-home .about_text img {
    display: block;
    margin: 0 auto !important;
    float: none !important;
  }

  .priest-info img {
    display: block;
    margin: 0 auto !important;
    float: none !important;
  }

  .priest-info ul {
    padding: 0;
  }
}

.footer-organization {
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #47330c;
}

.footer-organization a {
  color: #47330c;
  text-decoration: underline;
  margin: 0 4px;
}

.footer-organization a:hover {
  text-decoration: none;
}

.footer-payments {
  display: flex;
  margin: 0 0 10px 0;
  justify-content: center;
}

.footer-payments img {
  margin: 0 10px;
}

.footer p {
  color: #47330c;
  margin: 10px 0 0 0;
}

.ajax-form-popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 99999999999;
  display: none;
}

.ajax-form-popup {
  z-index: 999999999999;
  position: fixed;
  background: white;
  left: 0;
  right: 0;
  top: 40%;
  max-width: 450px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  display: none;
}

.ajax-form-popup-close {
  position: absolute;
  right: 0px;
  top: 2px;
  font-size: 26px;
  transform: rotate(45deg);
  cursor: pointer;
  line-height: 26px;
  height: 23px;
  width: 23px;
  text-align: center;
  font-family: serif;
}

.ajax-form-popup-text {
  text-align: center;
  width: 100%;
  padding: 20px;
  font-size: 23px;
}

.form_textarea {
  padding: 15px;
  height: 90px;
}

select.form_input {
  padding-left: 12px;
}

.form-prayer-help {
  /* background: url(/theme/images/border.png)repeat-x, url(/theme/images/border.png) repeat-x,url(/theme/images/border.png)repeat-y, url(/theme/images/border.png) repeat-y; */
  /* background-repeat-y: no-repeat; */
  /* background-size: 38px 22px,38px 22px,36px 23px,36px 23px; */
  /* background-position: 0px 0px, 0px 100%,0px 0px, 100% 0px; */
  padding: 10px 0 40px 0;
}

.form-prayer-help:before {
  content: "";
  position: absolute;
  left: -250%;
  top: 0;
  width: 500%;
  height: 100%;
  display: block;
  background: #ececec;
}

.form-prayer-help form {}

@media (max-width: 768px) {
  .form-prayer-help .form-group {
    width: calc(100% - 30px);
    background: #ffffff;
    padding: 10px 10px 0 10px;
    flex-basis: calc(100% - 30px);
    margin: 0 0 12px 15px;
  }

  .form-prayer-help .form-group>div div {
    margin: 0 0 12px 0;
  }
}

.badge-info {
  padding: 5px 10px;
  background-color: rgba(118, 211, 252, 0.17);
  color: #585858;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.page-content .h2,
.page-content .h3,
.page-content .h4,
.page-content .h5,
.page-content .h6 {
  margin-top: 20px;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #45c3fe !important;
}

.preview-church {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 0 0 10px 0;
}

.preview-church a {
  width: 100%;
}

.preview-church img {
  width: 100%;
}

/* donation_button  возможно стоит избавиться от этого класса по факту дублирует .button */
.donation_button a:hover {
  background: var(--btn-hover-bg);
}

.heading-style-1 {
  /* border-bottom: 2px #e9ecef solid; */
  padding: 8px 0 8px 15px;
  margin: 25px 0 25px 0 !important;
  /* border-top: 1px #e0e0e0 solid; */
  /* background: #083a6c12; */
  text-align: center;
  color: #181818;
  /* box-shadow: 0 0 7px 0px #e8f8fe; */
  border: 2px solid #083a6c12;
  border-radius: 6px;
  font-size: 28px;
  /* font-family: "Open Sans", sans-serif; */
}

/*
.fancybox-container{
position: absolute !important;
    height: 100vh !important;
    width: 100vw !important;
}
*/
.youtube-videos .youtube-video {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .youtube-videos .youtube-video:first-child {
    margin-top: 0;
  }
}

.social-links,
.social-links noindex {
  display: inline-flex !important;
  flex-wrap: wrap;
}

.social-links a {
  height: 36px;
  width: 36px;
  background: #e8e8e8;
  margin: 5px;
  transition: 0.3s;
  border-radius: 25px;
  padding: 7px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links--large a {
  height: 38px;
  width: 38px;
}

.social-links a:first-child {
  margin-left: 0;
}

.social-links a:hover {
  box-shadow: 0 0 0 3px white;
}

.social-links--header a:hover {
  box-shadow: 0 0 0 3px var(--btn-bg);
}

.social-links svg {
  width: 100%;
  height: 100%;
}

.social-links--primary {}

.social-links--primary a {
  background: none;
}

.top_bar .social-links a {}

@media (max-width: 976px) {
  .top_bar .social-links {
    display: none !important;
  }
}

.card-image {
  position: relative;
}

.card-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-image__image {
  transition: 0.3s;
}

.card-image__image-img {
  width: 100%;
  object-fit: cover;
}

.card-image__heading {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 30px;
  font-weight: 700;
  padding: 8%;
  text-shadow: 2px 2px 3px #00000082;
}

.card-image__heading-inner {
  border: 2px solid rgb(255 255 255 / 70%);
  padding: 15px;
  line-height: 1.1;
}

.card-image:hover .card-image__image {
  opacity: 0.7;
}

.sitemap a {
  color: #628276;
}

.sitemap a:hover {
  text-decoration: underline;
}

.page-content ul a {
  color: #628276;
}

.page-content ul a:hover {
  text-decoration: underline;
}

.link-smeta {
  background: #628276;
  padding: 3px 5px 0px;
}

.link-smeta:hover {
  background: #ae995d;
}

.treby-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.treby-grid--about-warrior {
  gap: 20px;
}

.treby-grid--about-warrior .news_post,
.treby-grid--about-warrior .news_post_content {
  display: flex;
  flex-direction: column;
}

.treby-grid--about-warrior .news_post_content {
  flex-grow: 1;
}

.treby-grid--about-warrior .news_post .button {
  margin-top: auto !important; /* В иделе, убрать атомарный класс в карточке и задавать отсюда и избавиться от !important*/
}

.treby-grid__item {
  min-width: 0;
}

/* .treby-grid .button {
  width: 275px;
  margin: 5px;
}
.treby-grid .button a {
  color: white;
} */


.treb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--btn-border);
  border-radius: 5px;
  background-color: var(--btn-bg);
  transition: background-color 0.3s ease;
}

.treb:hover {
  background-color: #eac87edb;
}

.treb__image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.treb__label {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: var(--text-white);
  text-transform: uppercase;
  /* overflow-wrap: break-word; */
  /* word-break: normal; */
  /* hyphens: auto; */
}

table {
  width: 100%;
  border-color: #628276;
}

table td {
  padding: 5px 4px;
  border-color: #628276;
}

.page-content img {
  max-width: 100%;
  height: auto;
}

.page-content iframe {
  max-width: 100%;
}

.page-contact__priest-info {}

@media (max-width: 550px) {
  .page-contact__priest-info img {
    float: none !important;
    margin: 0 auto 15px auto !important;
    display: block;
  }
}

@media (max-width: 950px) {
  .form-prayer-help__priest-info img {
    display: block;
    margin: 0 auto !important;
    float: none !important;
  }

  .form-prayer-help__priest-info .contacts-list {
    padding: 0 !important;
  }
}

.logo_text2 {
  color: #1a462e;
  line-height: 1.1;
}

.button a {
  position: relative;
  overflow-x: hidden;
}

.button a .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 3s infinite linear;
}

.video-carousel .slick-slide a {
  padding: 5px;
}

.video-carousel .slick-slide a:hover svg {
  height: 40px;
  width: 40px;
}

.videolist_tpl img + svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #e54744;
  width: 35px;
  height: 35px;
}

.videolist_tpl a {
  position: relative;
  display: block;
}

.videolist_tpl a:hover svg {
  height: 40px;
  width: 40px;
}

.video-list {
  display: flex;
  flex-wrap: wrap;
}

.videolist_tpl {
  padding: 5px;
  width: 20%;
  min-width: 220px;
}

.videolist_tpl img {
  width: 100%;
}

.video-carousel .slick-next {
  right: 0;
  z-index: 1;
}

.video-carousel .slick-prev {
  left: 0;
  z-index: 1;
}

.video-carousel .slick-next:before,
.video-carousel .slick-prev:before {
  color: #000;
}

.video-carousel .slick-slide a img {
  width: 100%;
}

.video-carousel .slick-arrow {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  line-height: 1;
  background: white;
  border-radius: 50px;
}

.video-carousel .slick-arrow:before {
  color: #628276;
  font-size: 39px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  position: relative;
  left: -2px;
  top: 1px;
}

.video-carousel .slick-prev {
  left: -10px;
}

.video-carousel .slick-next {
  right: -10px;
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

#quickbar-wrapper .quickbar {
  top: 0 !important;
}

.form-donation__values-item {
  margin: 0 2px !important;
  padding: 0.3em 2px 2px;
  width: 25%;
  border: 2px #6a8473 solid;
  border-radius: 3px;
  background: white;
  font-weight: 700;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
}

.form-donations__values {
  display: flex;
  gap: 8px;
}

.form-donation__values-item:hover {
  background: #6a8473;
  color: white;
}

.cloud-donation-form__subscribe-checkboxes {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.cloud-donation-form__subscribe-checkboxes .lenend {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.cloud-donation-form__subscribe-checkboxes > label {
  display: flex;
  align-items: center;
  
}
.cloud-donation-form__subscribe-checkboxes input[type="radio"] {
  width: 17px;
  height: 17px;
}

.cloud-donation-form__subscribe-checkboxes span {
  padding-top: .2em
}

.cloud-payments-form-trigger {
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #1e4d2b;
  padding: 3px;
  font-size: 10px;
  border-radius: 8px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 99;
}

.cloud-payments-form-trigger img {
  margin: 0 0 3px 0;
  width: 50px;
}

.cloud-payments-form-trigger:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 9px;
  animation: blink 1.5s linear 0s infinite;
  position: absolute;
}

p.videowraplists {
    display: flex;
  margin-bottom: 10px;
  padding-top: 5px;
}

p.videowraplists a {
  display: flex;
  position: relative;
  border: none;
}

p.videowraplists a:hover {
  background: none;
  color: #1a462e;
}


p.videowraplists a svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  fill: #e54744;
  transform: translateY(1px);
}

.contact_info_content ul li span+a {
  margin-left: 5px;
}

.page-content img {
  height: auto;
}

/* .video-carousel .slick-slide p.videowraplists a svg {
  right: 0;
  left: auto;
} */

.video-widget {
  --border-radius: 20px;
  --border-width: 5px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 4000;
}

.video-widget__container {
  font-family: Helvetica;
  overflow: hidden;
  border-style: solid;
  background: #eee;
  -webkit-transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s,
    border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s,
    border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s,
    border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
  -moz-transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s,
    bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s,
    -moz-transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s,
    bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s,
    bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out 0s, -moz-transform 0.2s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
  outline: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 20px;
  position: absolute;
  left: 20px;
  bottom: 50px;
  border-radius: 20px;
  border-width: var(--border-width);
  width: 130px;
  height: 180px;
  border-color: #fff;
}

.video-widget__container:hover {
  -webkit-transform: scale(1.05) translate(5px, -5px);
  -moz-transform: scale(1.05) translate(5px, -5px);
  -ms-transform: scale(1.05) translate(5px, -5px);
  -o-transform: scale(1.05) translate(5px, -5px);
  transform: scale(1.05) translate(5px, -5px);
  border-color: #628276a8;
}

.video-widget__video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 200;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
  opacity: 0.9;
  border-radius: calc(var(--border-radius) - var(--border-width));
  overflow: hidden;
}

.video-widget__close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  z-index: 250;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
  -moz-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s, -moz-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s,
    -moz-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
}

.video-widget__close:after,
.video-widget__close:before {
  position: absolute;
  left: 9px;
  top: 1px;
  content: '';
  height: 18px;
  width: 2px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
}

.video-widget__close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video-widget__close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.video-widget__container:hover .video-widget__close {
  opacity: 0.5;
}

.video-widget.video-widget[data-state="opened"] .video-widget__container {
  width: 280px;
  height: 500px;
  border-color: #fff;
}

.video-widget.video-widget[data-state="opened"] .video-widget__close {
  opacity: 0.5;
}

/* .video-widget.video-widget[data-state="opened"] .video-widget__close:before {
  display: none;
}
.video-widget.video-widget[data-state="opened"] .video-widget__close:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
} */

.video-widget.video-widget[data-state="opened"] .video-widget__close:hover {
  opacity: 1;
}

.video-widget__button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  height: 65px;
  border-radius: 10px;
  z-index: 300;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 4px 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 4px 15px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
  -moz-transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s,
    -moz-transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out 0s, -moz-transform 0.2s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
  visibility: hidden;
  background-color: #628276;
  font-size: 14px;
  font-family: Helvetica;
  color: #000;
  text-align: center;
  vertical-align: middle;
  line-height: 65px;
  text-transform: uppercase;
  opacity: 0;
}

.video-widget__button:hover {
  background-color: #d7be7d;
  text-decoration: none;
}

.video-widget.video-widget[data-state="opened"] .video-widget__button {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1023px) {
  .video-widget__close {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 479px) {
  .video-widget__container {
    left: 15px;
    bottom: 15px;
    width: 90px;
    height: 125px;
  }
}

.video-widget__button {
  color: #ffffff !important;
  text-decoration: none;
}

@keyframes blink {
  from {
    transform: scale(1);
    border-width: 2px;
    opacity: 1;
  }

  to {
    transform: scale(1.3);
    border-width: 6px;
    opacity: 0;
  }
}

/* Новые 26.02.26 */

.block-header {
  margin-bottom: 20px;
}

.block-header h2,
.block-header .h2 {
  color: var(--text-primary);
  font-weight: 400;
  text-transform: none;
}

.block-header p {
  font-size: 20px;
  color: var(--text-secondary);
  margin-bottom: 0px;
  margin-top: 16px;
}

.block-header.fita {
  font-family: FitaVjaz;
  position: relative;
}

.block-header.fita h2,
.block-header.fita .h2 {
  font-size: 110px;
}

.block-header.fita::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 6px;
  background: var(--text-primary);
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -10px;
}

.block-header.center {
  text-align: center;
}

.grey-bg {
  background: #e4e8e9;
}

.section-about-church__row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.section-about-church__item {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.section-about-church__item>a {
  display: block;
  flex: 0 0 90px;
  aspect-ratio: 1/1;
  position: relative;
}

.section-about-church__item>a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  aspect-ratio: 1/1;
  inset: 0px;
  transition: all 300ms ease;
}

.section-about-church__item>a img:nth-child(2) {
  opacity: 0;
}

.section-about-church__item:hover>a img:nth-child(1) {
  opacity: 0;
}

.section-about-church__item:hover>a img:nth-child(2) {
  opacity: 1;
}

.section-about-church__item p a {
  border-bottom: none;
  text-decoration: none;
}

.section-about-church__item:hover p {
  text-decoration: underline;
  text-decoration-color: var(--progress-bar-color-primary);
}

.section-about-church__item p a:hover {
  background: transparent;
  color: inherit;
}

.section-about-church__item p:first-child {
  color: #000;
  margin-bottom: 0px;
}

.section-needs__row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.section-needs__item {
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  border-radius: 10px;
  background: var(--card-bg);
}

.section-needs__item>p {
  color: var(--text-secondary-black);
  font-size: 18px;
  line-height: 1.2;
}

.section-needs__item>p:first-child:hover {
  text-decoration: underline;
  text-decoration-color: var(--progress-bar-color-primary);
}

.section-needs__item p a {
  text-decoration: none;
  border-bottom: none;
}

.section-needs__item p a:hover {
  background: transparent;
  color: var(--text-secondary-black);
}

.section-needs__item>p:first-child {
  margin-bottom: 6px;
  min-height: 44px;
}

.section-needs__item>p span {
  color: inherit;
  font-size: 29px;
}

.section-needs__item .button {
  max-width: fit-content;
  margin-top: 16px;
}

.section-needs__item .button a {
  text-transform: none;
  font-size: 18px;
  padding-left: 25px;
  padding-right: 25px;

}

.section-needs__bar {
  margin-top: auto;
  padding-top: 20px;
}

.section-needs__bar p {
  color: var(--progress-bar-color-primary);
  font-size: 18px;
}

.section-needs__bar div {
  display: block;
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--progress-bar-color-grey);
}

.section-needs__bar div span {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  background: var(--progress-bar-color-primary);
}

.section-main-icon {
  overflow: hidden;
}

.section-main-icon .button {
  max-width: 400px;
}

.section-intro__icon {
  margin-bottom: 30px;
}

.section-main-icon .container>p {
  padding-top: 20px;
  font-size: 35px;
  color: var(--text-primary);
  text-align: center;
}

.section-main-icon__row {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 90px;
  margin-top: 76px;
  position: relative;
  padding-bottom: 100px;
}

.section-main-icon__img {
  padding: 15px 10px;
  background: var(--text-primary);
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}

.section-main-icon__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-main-icon__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.section-main-icon__info img {
  position: absolute;
  inset: -60px 0px 0px auto;
  object-fit: contain;
  pointer-events: none;
  z-index: -1;
  width: 130%;
  opacity: 0.8;
}

.section-main-icon__info p {
  margin-top: auto;
  font-size: 26px;
  color: var(--text-secondary-black);
  max-width: 700px;
}

.section-main-icon__info .button {
  margin: auto auto 0px;
}

.section-main-icon__info .button a,
.section-church .button a {
  text-transform: uppercase;
  font-size: 23px;
  /* line-height: 1.6; */
  font-family: Arial;
  font-weight: 400;
}

.section-church .button {
  max-width: 300px;
}

/* .section-church .button {
  max-width: 450px;
} */

.section-church__row {
  display: grid;
  align-items: center;
  grid-template-columns: 400px 1fr;
  gap: 80px;
}

.section-church__img {
  position: relative;
}

.section-church__img img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin-left: auto;
  object-fit: contain;
}

.section-church__img img:last-child {
  position: absolute;
  inset: 0px;
  transform: scale(1.2) translate(-50%, 0%);
  max-width: 100%;
  opacity: 0.4;
  z-index: -1;
}

.section-church__info>a,
.section-church__info p {
  display: block;
  font-size: 20px;
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.section-church__info>a {
  text-decoration: underline;
}

.section-church__info>a:hover {
  text-decoration-color: var(--progress-bar-color-primary);
}

.section-abbot__row {
  display: grid;
  gap: 50px;
  justify-content: center;
  grid-template-columns: 300px calc(100% - 500px);
}

.section-abbot__img {
  position: relative;
}

.section-abbot__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-abbot__info p {
  display: block;
  font-size: 18px;
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.section-abbot__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.section-abbot__item p {
  margin: 0px;
  text-decoration: none;
}

.section-abbot__item a {
  text-decoration: none;
}

.section-abbot-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  aspect-ratio: 1/1;
  background: #ebebeb;
  border-radius: 50%;
}

.section-abbot-item:not(:last-child) {
  margin-bottom: 16px;
}

body.compensate-for-scrollbar .header {
  padding-right: 14px;
}

.section-intro__icon {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.section-intro__icon img {
  display: block;
  width: 300px;
}

.section-intro__video {
  display: flex;
  gap: 40px;
}

.section-intro__video iframe {
  display: block;
  width: 400px;
}

.section-intro__info>p {
  font-size: 19px;
}

.section-intro__info div {
  display: block;
  padding: 10px;
  margin-top: 30px;
  border: 1px solid var(--text-primary);
}

.section-intro__info div p {
  color: #2d2d2d;
}

.section-prayer .section_title {
  font-size: 34px;
}


.section-prayer__chose {
  margin-bottom: 40px;
}

.section-prayer__item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px 20px;
  border-top: 1px solid var(--text-primary);
  border-bottom: 1px solid var(--text-primary);
  margin-bottom: 10px;
}

.section-prayer__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 120px;
}

.section-prayer__form.show_additionals .section-prayer__additionals,
.section-prayer__form.show_additionals .section-prayer__aside,
.section-prayer__form>.block-header {
  grid-column: span 2;
}

.section-prayer__form .block-header h2,
.section-prayer__form .block-header .h2 {
  /* font-size: 32px; */
}

.section-prayer__additional {
  margin-bottom: 30px;
}

.section-prayer__aside {
  display: flex;
  flex-direction: column;
}

/* .section-prayer__aside>.float-field .form_input,
.section-prayer__names input,
.section-prayer__footer-fields input,
.section-prayer-video-respond>input { */
.section-prayer .float-field .form_input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: #f6eec3;
  border-radius: 4px;
  font-size: 20px;
  color: #000;
  padding: 4px 20px;
  padding-top: 8px;
  margin: 0px 2px;
}

.section-prayer__aside>input::placeholder {
  color: #bcbbbb;
}

.section-prayer__aside>p {
  font-size: 25px;
  color: var(--text-primary);
  margin-bottom: 8px;
  margin-top: auto;
}

.section-prayer__block {
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.39);
  text-align: center;
  padding: 20px 40px 60px;
  margin-bottom: 32px;
}

.section-prayer__block .h3 {
  font-family: FitaVjaz;
  font-size: 60px;
  color: #d3b473;
  margin-bottom: 10px;
  line-height: 0.9;
}

.section-prayer__block p {
  color: #bcbbbb;
  font-size: 20px;
  margin-bottom: 16px;
}

.section-prayer__block img {
  display: block;
  width: 70px;
  margin: 0px auto 0px;
}

.section-prayer__names {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-prayer__names input {
  display: block;
  width: calc(100% - 4px);
  border: none;
  outline: none;
  background: #f6eec3;
  border-radius: 4px;
  font-size: 20px;
  color: #000;
  padding: 10px 20px;
  padding-top: 14px;
  text-align: center;
  margin: 0px 2px;
}

.section-prayer__names .float-field .form_input {
  text-align: left;
  padding-right: 48px;
}

/* .section-prayer__footer-fields .float-field label,
.section-prayer__names .float-field label,
.section-prayer__aside .float-field label { */
.section-prayer .float-field label {
  margin: 0;
  font-size: 18px;
  color: var(--label-color) !important;
  background: var(--input-bg-color-primary);
}

.section-prayer__names .float-field label {
  top: calc(50% - 2px);
}

/* .section-prayer__names label {
  display: block;
  position: relative;
} */

.section-prayer__names .float-field .form_input::placeholder,
.section-prayer__names .float-field .form_input::-webkit-input-placeholder {
    color: transparent !important;
}

.section-prayer__names .section-prayer__name-row {
  position: relative;
}

.section-prayer__names .section-prayer__remove-name {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 36px;
  padding: 0;
  margin: 0;
  height: 36px;
  border: none;
  background: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(calc(-50% - 2px));
}

/* .section-prayer__names label:not(:last-child) {
  margin-bottom: 8px;
} */

.section-prayer__names .section-prayer__name-row::after {
  content: "";
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #bcbbbb;
}

.section-prayer__names>.section-prayer__add-name {
  display: block;
  width: 100%;
  outline: none;
  background: none;
  border: none;
  border-bottom: 2px solid #bcbbbb;
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 4px;
  margin-top: 16px;
  order: 3;
  cursor: pointer;
  color: #000;
}

.section-prayer__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-column: span 2;
}

.section-prayer__footer-fields {
  margin-top: 40px;
}

.section-prayer__footer p {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  font-size: 25px;
  text-transform: uppercase;
  color: #6e6c6c;
  border-bottom: 1px solid #6e6c6c;
  padding-bottom: 10px;
}

.section-prayer__footer p span {
  font-size: 25px;
  text-transform: none;
  color: #bcbbbb;
}



.buttonverh a, /* Хотелка Владимира */
.section-prayer__footer button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  padding: 10px 20px;
  padding-bottom: 6px;
  text-transform: uppercase;
  background: #548579;
  font-size: 20px;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}

.section-prayer__footer button {
  margin-top: 20px;
}

.section-prayer__total {
  color: var(--text-secondary);
}

.section-prayer__footer-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 600px;
}

.section-prayer__footer-fields> :only-child {
  grid-column: 1 / -1;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .section-prayer__footer-fields {
    grid-template-columns: 1fr;
  }
}

.section-prayer__additionals .block-header .section_title {
  margin-bottom: 0;
}

.section-prayer__additionals .block-header p {
  margin-top: 0;
}

.section-prayer__item.active {
  background: #ebf1ef;
}

.section-prayer-item__info {
  text-align: center;
  flex: 1 1 auto;
  color: #bcbbbb;
}

.section-prayer-item__info h3,
.section-prayer-item__info .h3 {
  font-weight: 400;
  font-size: 24px;
  color: #bcbbbb;
}

.section-prayer-item__info p {
  color: #bcbbbb;

}

.section-prayer-item__add {
  flex: 0 0 200px;
  text-align: center;
}

.section-prayer-item__add p {
  font-size: 30px;
  color: #6e6c6c;
}

.section-prayer-item__add button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #aabebd;
  color: #fff;
  font-size: 18px;
  transition: all 300ms ease;
  border: none;
  outline: none;
  border-radius: 10px;
  padding: 7px 10px 3px;
  transition: all 300ms ease;
}

.section-prayer__item.active button,
.section-prayer-item__add button:hover {
  color: #fff;
  background: #d6b574;
  cursor: pointer;
}

.section-prayer-item__add button:active,
.section-prayer-item__add button.active {
  color: #000;
}

.section-prayer-additional>p {
  font-size: 25px;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.section-prayer-additional__item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.section-prayer-additional__item:not(:last-child) {
  margin-bottom: 6px;
}

.section-prayer-additional__item .count input {
}

.section-prayer-additional__item p {
  font-size: 18px;
}

.section-prayer-additional__item p:first-child {
  flex: 1 1 auto;
  width: 100%;
  max-width: 305px;
}

.section-prayer-additional__item p:last-child {
  color: #7b7777;
}

.section-prayer-video-respond__row {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 16px;
}

.section-prayer-video-respond__info {
  max-width: calc(100% - 120px);
}

.section-prayer-video-respond__row .custom-checkbox p {

}

.section-prayer-video-respond__row .custom-checkbox::before {
  top: 30px;
}

.section-prayer-video-respond__row .custom-checkbox::after {
  top: 36px;
}

.section-prayer-video-respond__info p:first-child {
  font-size: 25px;
  color: var(--text-primary);
  margin-bottom: 0px;
}

.section-prayer-video-respond__info p:last-child {
  font-size: 18px;
  margin: 0px;
  color: #7b7777;
}

.section-prayer-video-respond>.float-field {
  /* display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background: #f6eec3;
  border-radius: 4px;
  font-size: 20px;
  color: #b4b0b0;
  padding: 4px 20px; */
  width: 100%;
}

.section-prayer-video-respond>input::placeholder {
  color: #bcbbbb;
}

.custom-checkbox {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  margin-bottom: 0px;
}

.custom-checkbox input {
  appearance: none;
}

.custom-checkbox::after,
.custom-checkbox::before {
  content: "";
  position: absolute;
  transition: all 300ms ease;
}

.custom-checkbox::before {
  top: 3px;
  left: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid #f6eec3;
  border-radius: 4px;
  background: #f6eec3;
}

.custom-checkbox::after {
  top: 8px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: center/contain no-repeat url("/images/svgicons/checked.svg");
  opacity: 0;
}

.custom-checkbox p {
  margin: 0px;
  font-size: 20px;
  color: #7b7777;
}

.custom-checkbox:has(input:checked)::after {
  opacity: 1;
}

.count {
  display: flex;
  gap: 4px;
  align-items: center;
}

.count button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background: #f6eec3;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  padding-top: 2px;
  cursor: pointer;
  color: #000;
}

.count input {
  display: block;
  width: 30px;
  font-size: 20px;
  outline: none;
  border: none;
  border-bottom: 1px solid grey;
  text-align: center;
}

.btn-show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: var(--text-primary);
  font-size: 25px;
  cursor: pointer;
  border: 2px solid var(--text-primary);
  max-width: fit-content;
  font-family: Candara;
  border-radius: 20px;
  margin: 20px auto 0px;
}

.btn-show-more img {
  display: block;
  width: 20px;
  height: 20px;
  transition: all 300ms ease;
}

.btn-show-more.active img {
  transform: rotate(180deg);
}

.btn-show-more span {
  line-height: 1.5;
}

.section-miracle__header {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 25px;
  font-family: ArnoPro;
  cursor: pointer;
}

.section-miracle__header:not(:last-child) {
  margin-bottom: 8px;
}

.section-miracle__header img {
  display: block;
  width: 20px;
  height: 20px;
  transition: all 300ms ease;
}

.section-miracle__header.active img {
  transform: rotate(180deg);
}

.section-miracle__dropdown {
  display: none;
}

.section-miracle__dropdown.active {
  display: block;
}

.section-miracle__dropdown p {
  font-size: 18px;
}

.section-recent-items .block-header::after {
  display: none;
}

.section-recent-items__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.section-recent-items__item {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
  border: 2px solid var(--text-primary);
}

.section-recent-items__item.hidden {
  display: none;
}

.section-recent-items__item>a {
  display: block;
  flex: 0 0 150px;
  width: 100px;
}

.section-recent-items__info {
  text-align: center;
  flex: 1 1 auto;
}

.section-recent-items__info h3,
.section-recent-items__info .h3,
.section-recent-items__info .h3 a {
  font-family: ArnoPro;
  font-size: 23px;
  color: var(--text-primary);
  text-align: center;
}

.section-recent-items__info h3:not(:last-child),
.section-recent-items__info .h3:not(:last-child) {
  margin-bottom: 16px;
}

.section-recent-items__info p {
  font-family: Candara;
  font-size: 18px;
  line-height: 1.1;
  color: #828486;
}

.logoflex {
  display: flex;
}

@media only screen and (max-width: 992px) {
  .menu {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
  }

  .menu.active {
    justify-content: flex-start !important;
    padding-top: 40px;
  }

  .menu_content {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .section-about-church__item>a {
    flex: 0 0 50px;
  }

  .section-intro__icon {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .section-intro__icon img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .section-intro__video {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-prayer__item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-prayer-item__info p {
    font-size: 18px;
  }

  .section-prayer__form {
    grid-template-columns: 1fr;
    row-gap: 40px;
    column-gap: 0;
  }

  .section-prayer__additionals {
    order: -1;
  }

  .section-prayer__form>.block-header,
  .section-prayer__footer {
    grid-column: span 2;
  }

  /* .section-prayer__footer-fields {
    grid-template-columns: 1fr;
  } */

  .section-prayer__form>.block-header {
    margin-bottom: 0px !important;
  }

  .section-recent-items__row {
    grid-template-columns: 1fr;
  }

  .section-recent-items__item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-prayer-video-respond__row {
    flex-wrap: wrap;
    gap: 20px;
  }

  .section-prayer-additional__item p:last-child {
    min-width: 47px;
  }


  .section-prayer__block {
    padding: 20px 20px 40px;
  }

  .section-prayer__block .h3 {
    font-size: 40px;
  }

  .section-recent-items__info p {
    font-size: 16px;
  }

  .quote_quote {
    flex-wrap: wrap;
  }

}

@media only screen and (max-width: 768px) {
  .section-main-icon__info .button {
    margin: 25px auto 0px;
  }

  .video-carousel .slick-dots {
    bottom: -10px;
  }

  .block-header.fita h2,
  .block-header.fita .h2 {
    font-size: 70px;
  }

  .section-main-icon__row,
  .section-church__row,
  .section-abbot__row {
    grid-template-columns: 1fr;
  }

  .section-abbot__row {
    gap: 20px;
  }

  .section-main-icon__row {
    margin-top: 40px;
  }

  .section-main-icon__row,
  .section-church__row,
  .section-abbot__row {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .section-main-icon__img,
  .section-abbot__img {
    max-width: 450px;
    margin: 0 auto;
  }

  .section-abbot__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .section-articles .pt-5 {
    padding-top: 0px !important;
  }

  .page-home .home_title {
    font-size: 30px;
  }

  .header .logo_text {
    font-size: 16px !important;
  }

  .menu_nav {
    margin-top: 0px;
  }

  .section-about-church__row {
    grid-template-columns: 1fr;
  }

  .section-videoblock .section_title_container p,
  .donation_text p,
  .section-maps p {
    font-size: 20px;
  }

  .section-main-icon__info p {
    font-size: 20px;
  }

  .table--donations tbody tr td {
    font-size: 16px;
  }

  .breadcrumb-item a,
  .breadcrumb-item {
    font-size: 16px;
  }

  .form-prayer-help .h2 {
    font-size: 26px;
  }

  .form-prayer-help .form-group>div div {}

  .form-prayer-help .form-group {
    padding: 0px;
    background: transparent;
  }

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

  .section-prayer-video-respond>input::placeholder {
    font-size: 16px;
  }

  .menu_nav ul li a:hover {
    color: var(--text-primary);
    ;
  }
}


.section-intro-treby {
  display: flex;
}

.section-intro-treby__image {
  max-width: 356px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 20px;
}
.section-intro-treby__image img {
  display: block;
  width: 100%;
  height: auto;
}

.section-intro-treby__info {
  flex-grow: 1;
}

.section-intro-treby__info div {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #2d2d2d;
}

.section-intro-treby__info div p {
  color: #2d2d2d;
}

/* 16 Form validation */
.float-field {
  position: relative;
}

.float-field .form_input {
  padding-top: .3em;
}

.float-field label {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-bottom: 0px;
  padding: .3em 4px 0;
  font-size: 16px;
  color: var(--label-color);
  background: #fff;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.2s ease;
}

/* для textarea label должен быть выше, чем у обычных input */
.float-field textarea.form_input+label {
  top: 22px;
}

/* поднятие label при фокусе или когда есть значение */
.float-field .form_input:focus+label,
.float-field .form_input:not(:placeholder-shown)+label {
  top: 0;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1.1;
  color: var(--label-color-focus);
}

.field-error {
  font-size: 14px;
  color: var(--danger-color);
}

@media (max-width: 767.98px) {
  .section-intro-treby {
    align-items: center;
    flex-direction: column;
  }

  .section-intro-treby__image {
    margin-right: 0;
    margin-bottom: 20px;
  }


  .video-list {
    gap: 10px;
  }

  .videolist_tpl {
    min-width: 0;
    width: calc(50% - 5px);
    flex: 0 1 calc(50% - 5px);
    box-sizing: border-box;
  }
}

/* sm: 575.98px;   < sm */
/* md: 767.98px;   < md */
/* lg: 991.98px;   < lg */
/* xl: 1199.98px;  < xl */
/* xxl: 1399.98px; < xxl */

@media (max-width: 575.98px) {
    p.videowraplists a svg {
        margin-right: 3px;
        transform: translateY(-1px);
    }
    p.videowraplists a,
    .treb__label {
        font-size: 14px;
    }
}

@media (min-width: 767.98px) {
  .treby-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (min-width: 991.98px) {
  .treby-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .section-prayer-video-respond>.float-field {
    max-width: calc(100% - 96px);
  }
}