/* Общие стили */

html {
  overflow-x: hidden;
}

body {
  line-height: 1.7;
  color: #364d59 !important;
  font-weight: 300;
  font-size: 1rem;
  background-color: #fff;
}

body:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 399;
}

body.offcanvas-menu {
  position: relative;
}

body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 300;
  color: #364d59;
  font-family: "Roboto", serif;
}

/* Оформление компонентов */

.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5);
}

.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-primary {
  color: #fff;
}

.btn.btn-outline-white {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.btn-md {
  padding: 8px 20px;
}

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

.bg-light {
  background-color: #f6f5f5 !important;
}

.border-w-2 {
  border-width: 2px !important;
}

.text-cursive {
  font-family: "Mansalva", cursive !important;
}

/* Общие компоненты */

.site-section {
  padding: 2.5em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 4em 0;
  }
}

.site-section.site-section-sm {
  padding: 3em 0;
}

@media (max-width: 991.98px) {
  .site-section {
    padding: 2rem 0;
  }
}

.section-title {
  padding-top: 5em;
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(33, 50, 59, 0.9);
}

.bg-image.overlay-primary {
  position: relative;
}

.bg-image.overlay-primary:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 166, 81, 0.9);
}

.bg-image > .container {
  position: relative;
  z-index: 1;
}

.heading-20219 .subtitle {
  color: #00a651;
  text-transform: uppercase;
  position: relative;
  padding-left: 60px;
}

.heading-20219 .subtitle:before {
  left: 0;
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #00a651;
  top: 50%;
  -webkit-transform: transalteY(-50%);
  -ms-transform: transalteY(-50%);
  transform: transalteY(-50%);
}

.heading-20219 .subtitle .title {
  font-size: 3rem;
  color: #21323b;
}

.form-control {
  border: none;
  border: 1px solid #e6e6e6;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  border: 1px solid #666666;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:active,
.form-control:focus {
  border-color: #00a651;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
  color: #000;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

/* Навигация */

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem;
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  display: flex;
  align-items: flex-end;
  column-gap: 8px;
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
}

.site-logo img {
  max-width: 64px;
  filter: brightness(10);
}

.site-navbar .site-logo a {
  font-family: "Mansalva", cursive !important;
  font-size: 1.5rem;
  color: #00a651;
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #00a651 !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 18px;
  margin-right: 18px;
  padding: 20px 0px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #00a651 !important;
}

.site-navbar .site-navigation .site-menu > li.active > a,
.footer-menu > li.active > a {
  color: #00a651 !important;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #00a651;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #00a651 !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #00a651;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #00a651;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #00a651;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #00a651;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: relative;
  top: 0;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #fff;
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(0, 0, 0, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #00a651;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #00a651 !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.header {
  background-color: #21323b;
}

/* Футер */

.site-footer {
  padding: 3em 0;
  background-color: #c9ccd4;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 2em 0;
  }
}

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
  color: gray;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #000;
}

.site-footer a {
  color: rgba(0, 0, 0, 0.5);
}

.site-footer a:hover,
.site-navbar a:hover {
  color: #00a651;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .footer-heading {
  font-size: 16px;
  color: #000;
}

.footer-suscribe-form .form-control {
  border: 1px solid #e9ecef !important;
  color: #000;
}

.footer-suscribe-form .form-control:hover,
.footer-suscribe-form .form-control:active,
.footer-suscribe-form .form-control:focus {
  color: #000 !important;
}

.footer-suscribe-form .btn {
  color: #fff;
}

@media (max-width: 767px) {
  .site-footer {
    padding: 2em 0;
  }
}

/* Слайдеры */

.owl-carousel-wrapper {
  height: calc(100vh - 75px);
  min-height: 600px;
  position: relative;
}

.owl-1 {
  padding: 0;
}

.owl-1 .owl-item {
  width: 100%;
  height: 100%;
}

.owl-1 .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-2 {
  padding: 0;
}

.owl-2 .item {
  display: flex;
  justify-content: center;
  max-width: 550px;
  min-width: 300px !important;
  margin: 0 1em;
}

.owl-2 .item img {
  max-width: 700px !important;
  min-width: 300px !important;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.owl-2 .owl-item img,
.owl-3 .owl-item img {
  object-fit: cover;
}

.slide-one-item .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .slide-one-item .owl-nav {
    display: none;
  }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}

.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
  color: #fff;
}

.slide-one-item .owl-nav .owl-prev {
  left: 20px;
}

.slide-one-item .owl-nav .owl-next {
  right: 20px;
}

.slide-one-item .owl-dots .owl-dot {
  display: inline-block;
}
.slide-one-item .owl-dots .owl-dot > span {
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  margin: 3px;
}

.slide-one-item .owl-dots .owl-dot.active > span {
  width: 20px;
  background: #fff;
}

.owl-all .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-all .owl-dots .owl-dot {
  display: inline-block;
}

.owl-all .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ccc;
  margin: 5px;
  border-radius: 50%;
}

.owl-all .owl-dots .owl-dot.active > span {
  background: #00a651;
}

@media (min-width: 992px) {
  .owl-all .owl-nav,
  .owl-all .owl-dots {
    display: none;
  }

  .owl-all .owl-stage {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 120% !important;
    padding-top: 10px;
  }

  .owl-all .owl-carousel .owl-stage-outer {
    width: 100%;
    overflow: visible;
  }

  .owl-all .owl-stage-outer > .owl-stage > .owl-item {
    display: inline-grid;
    float: none;
    margin-bottom: 30px;
  }
}

.slide {
  height: 100vh;
  min-height: 900px;
  background-size: cover;
}

.ftco-cover-1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.ftco-cover-1,
.ftco-cover-1 .container > .row {
  height: 100vh;
  min-height: 600px;
}

.ftco-cover-1 > .container {
  position: relative;
}

.ftco-cover-1.overlay,
.ftco-cover-1.overlay-2 {
  position: relative;
}

.ftco-cover-1.overlay:before,
.ftco-cover-1.overlay-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background: #000;
}

.ftco-cover-1.overlay h1,
.ftco-cover-1.overlay-2 h1 {
  color: #fff;
  font-size: 3rem;
}

.ftco-cover-1.overlay p,
.ftco-cover-1.overlay-2 p {
  color: #fff;
}

.ftco-cover-1.overlay p a,
.ftco-cover-1.overlay-2 p a {
  color: #fff;
  font-weight: 700;
}

.ftco-cover-1.overlay p a:hover,
.ftco-cover-1.overlay-2 p a:hover {
  text-decoration: none;
}

.ftco-cover-1.overlay form .form-control,
.ftco-cover-1.overlay form .btn,
.ftco-cover-1.overlay-2 form .form-control,
.ftco-cover-1.overlay-2 form .btn {
  height: 55px;
  border-radius: 4px;
}

.ftco-cover-1.overlay form .form-control,
.ftco-cover-1.overlay-2 form .form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent;
  margin-right: 10px;
}

.ftco-cover-1.overlay form .btn,
.ftco-cover-1.overlay-2 form .btn {
  border-color: transparent;
}

/* Слайдер на главной */

.box-92819 {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 700px;
  text-align: center;
}

.box-92819 h1 {
  font-weight: 900 !important;
  font-size: 5rem;
  font-family: "Mansalva", cursive !important;
}

@media (max-width: 767px) {
  .box-92819 h1 {
    font-size: 4rem;
  }
}

@media (max-width: 385px) {
  .box-92819 h1 {
    font-size: 3rem;
  }
}

/* Кейсы */

.cause {
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
}

.cause .cause-link {
  display: block;
  position: relative;
}

.cause h3 {
  font-size: 1.5rem !important;
}

.cause h3 a {
  color: #000;
}

.cause .custom-progress-wrap {
  position: relative;
  bottom: 0;
  width: 100%;
}

.cause .custom-progress-wrap .custom-progress-inner {
  height: 10px;
  width: 100%;
  background: #ccc;
}

.cause .custom-progress-wrap .custom-progress-inner .custom-progress {
  background: #00a651;
  height: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cause .custom-progress-wrap .caption {
  position: absolute;
  bottom: 10px;
  right: 0;
  padding: 2px;
  color: #000;
  background-color: #fff;
  font-size: 12px;
}

/* Сферы деятельности */

.feature-29012 .number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  border: 2px solid #fff;
  position: relative;
  display: block;
  font-size: 1.5rem;
  color: #fff;
}

.feature-29012 .number > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-29012 h3 {
  font-size: 20px;
  color: #fff;
}

.feature-29012 p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Страница "О нас" */

#AboutSlider.owl-carousel-wrapper {
  height: auto;
  min-height: auto;
  padding: 2em 0;
}

#AboutSlider .owl-carousel {
  margin: 0 auto;
}

#AboutSlider {
  width: 100%;
  max-width: 100%;
}

#AboutSlider .owl-stage {
  display: block;
}

/* Страница "Истории" */
.story__title {
  text-align: center;
}

.story__title a {
  color: #000;
  font-size: 1.2rem;
}

/* Страница "Нужна помощь" */

.feature-29192-wrap {
  position: relative;
}

.feature-29192-wrap .feature-29192 {
  width: 33.3333%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 991.98px) {
  .feature-29192-wrap .feature-29192 {
    width: 100%;
    position: relative;
    float: left;
  }
}

.feature-29192-wrap .feature-29192.overlay-danger,
.feature-29192-wrap .feature-29192.overlay-success,
.feature-29192-wrap .feature-29192.overlay-warning {
  position: relative;
}

.feature-29192-wrap .feature-29192.overlay-danger:before,
.feature-29192-wrap .feature-29192.overlay-success:before,
.feature-29192-wrap .feature-29192.overlay-warning:before {
  opacity: 0.9;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}

.feature-29192-wrap .text {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block !important;
  width: 100%;
  text-align: center;
}

.feature-29192-wrap .text .meta {
  color: #fff;
}

.help__container {
  flex-wrap: nowrap;
}

.map {
  flex-basis: auto;
  min-width: 350px;
  max-width: 350px;
  height: 350px;
}

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

@media (max-width: 1199px) {
  .help__wrapper-container {
    justify-content: center;
  }

  .help__container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .help__title {
    margin: 16px 0;
  }

  .map {
    min-width: 100%;
    height: 350px;
    margin: 1em 0;
  }

  .arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  .help__section-title {
    text-align: center;
  }

  .help__subtitle {
    text-align: center;
  }
}

@media (max-width: 465px) {
  .help__title {
    text-align: center;
  }
}

.contact__item-link,
.help__info-link {
  color: #28a745;
}

.contact__item-link:hover,
.help__info-link:hover {
  color: #218838;
}

/* Страница "Контакты" */

#mailer-form {
  padding: 0 15px;
}

/* Страница ошибки 404 */

.error {
  padding: 4rem 2rem;
  text-align: center;
}

.error .error__title {
  font-size: 10rem;
  color: #008b62;
  text-shadow:
    1px 1px 1px #00593e,
    2px 2px 1px #00593e,
    3px 3px 1px #00593e,
    4px 4px 1px #00593e,
    5px 5px 1px #00593e,
    6px 6px 1px #00593e,
    7px 7px 1px #00593e,
    8px 8px 1px #00593e,
    25px 25px 8px rgba(0, 0, 0, 0.2);
}

.error__desc {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.error__back {
  display: inline-block;
  border: 2px solid #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem 0.6rem;
  transition: all 0.2s linear;
  box-shadow: 0 15px 15px -11px rgba(0, 0, 0, 0.4);
  background: #222;
  border-radius: 6px;
}

.error__back:hover {
  background: #222;
  color: #ddd;
}

/* Прочее */

main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}