.menu-mobile li a:not(:hover) {
  color: #3c414f;
}

.menu-mobile__inner {
  background: #fff;
}

.menu-mobile__text a:not(:hover) {
  color: #3c414f;
}

.menu-mobile .nav--lg {
  border-bottom: 1px solid #959ca4;
}

.soc .icon {
  fill: #c5aa79;
}

@media (max-width: 575.98px) {
  .main-page .top-line:not(.fixed-ready) .top-line__inner {
    background: #fff !important;
  }
}

.urgebadze-new .toggle-menu-mobile span,
.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
  background-color: #aa3f59;
}

/* .toggle-menu-mobile:hover span, .toggle-menu-mobile:hover span:after, .toggle-menu-mobile:hover span:before {
            background-color: #780521;
        } */

.toggle-menu-mobile.on span {
  background-color: transparent !important;
}

.urgebadze-new .link-donate {
  color: #3c414f;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.urgebadze-new .link-donate:hover {
  color: #aa3f59;
}

.urgebadze-new .toggle-menu-mobile--js p {
  right: unset;
  left: 50px;
  display: block;
  position: absolute;
  margin: 0;
  color: #3c414f;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.urgebadze-new .top-line__col--left {
  display: flex;
}

.urgebadze-new .top-line__inner {
  padding: 8px 0;
  background: #fff !important;
}

.urgebadze-new .top-line__col-soc {
  margin-left: 100px;
}

.urgebadze-new .top-line__col {
  width: calc(100% / 3);
}

.urgebadze-new .text-right {
  display: flex;
}

.urgebadze-new .top-line__logo {
  padding-left: 0;
}

.urgebadze-new .link-donate__icon-wrap {
  background-color: unset;
  border: none;
  margin-right: 0;
}

.urgebadze-new .link-donate {
  display: flex;
}

.urgebadze-new .link-donate__icon-wrap {
  background-color: unset;
}

.urgebadze-new .icon-donate {
  fill: #c5aa79;
}

.urgebadze-new .link-donate:hover .link-donate__icon-wrap {
  background-color: unset !important;
}

.urgebadze-new .top-line-row {
  flex-wrap: nowrap;
}

.link-donate__icon-wrap:hover {
  background-color: #c5aa79;
}

.link-donate__icon-wrap .icon {
  color: #fff;
  font-size: 1.25rem;
}

.link-donate:focus,
.link-donate:hover {
  color: #b9a073;
}

.link-donate:hover .link-donate__icon-wrap {
  background-color: #007f40;
}

.top-line__logo {
  display: none;
}

.top-line__logo_mobil {
  display: block;
}

@media (min-width: 1000px) {
  .top-line__logo {
    display: inline-block;
  }

  .top-line__logo_mobil {
    display: none;
  }

  .urgebadze-new .text-right {
    justify-content: right;
    gap: 50px;
  }

  .urgebadze-new .link-donate {
    margin-left: unset;
  }
}

@media (min-width: 768px) {
  .icon-logo-top-fond {
    display: none;
  }
}

@media (max-width: 768px) {
  .urgebadze-new .toggle-menu-mobile--js p {
    display: none;
  }

  .urgebadze-new .link-donate {
    border-radius: 8px;
    border: 1px solid #aa3f59;
  }
}

/* Скрываем стандартные варианты сумм только для тестовой страницы */
#promo-pashal .leyka-pf .amount__figure .swiper-item:not(.flex-amount-item) {
  display: none !important;
}

/* Исправляем контейнер формы */
#promo-pashal .leyka-pf .amount__figure {
  overflow: visible !important;
  height: auto !important;
  min-height: auto !important;
}

#promo-pashal .leyka-pf .amount__figure .full-list {
  overflow: visible !important;
  height: auto !important;
}

/* Делаем поле "Своя сумма" основным и красивым */
#promo-pashal .leyka-pf .flex-amount-item {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px auto;
  display: block !important;
  position: relative !important;
  height: auto !important;
  overflow: visible !important;
  border: none !important;
  background: transparent !important;
}

/* Убираем двойную рамку - оставляем только внешнюю */
#promo-pashal .leyka-pf .flex-amount-item .swiper-item-inner {
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  padding: 0 !important;
  transition: none;
  height: auto !important;
  overflow: visible !important;
}

#promo-pashal .leyka-pf .flex-amount-item .textfield-label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  display: block;
}

/* Стилизуем только сам инпут */
#promo-pashal .leyka-pf .donate_amount_flex {
  width: 100%;
  padding: 14px 15px;
  font-size: 34px;
  font-weight: 600;
  color: #4A4141;
  text-align: center;
  border: 1px solid #736C6C;
  border-radius: 6px;
  transition: border-color 0.2s ease;
  background: #FFFFFF;
  box-sizing: border-box;
  height: 68px !important;
  min-height: 68px;
}

#promo-pashal .leyka-pf .donate_amount_flex:hover {
  border-color: #D21F0F;
  box-shadow: none;
}

#promo-pashal .leyka-pf .donate_amount_flex:focus {
  outline: none;
  border-color: #D21F0F;
  box-shadow: none;
}

#promo-pashal .leyka-pf .donate_amount_flex.error {
  border-color: #cf2747 !important;
  background-color: #fff5f5;
}

/* Скрываем стрелки навигации */
#promo-pashal .leyka-pf .swiper-arrow,
#promo-pashal .leyka-pf .arrow-gradient {
  display: none !important;
}

/* Блок с подсчитанной суммой - перемещаем под поле ввода */
#promo-pashal .leyka-fam__name-price {
  margin-top: 15px;
  padding: 12px 15px;
  background: #f5f5f5;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* Сообщение об ошибке минимальной суммы */
#promo-pashal .amount-error-message {
  color: #cf2747;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 600;
  display: none;
}

#promo-pashal .amount-error-message.show {
  display: block;
}

/* Информация о минимальной сумме */
#promo-pashal .amount-info-message {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
}

/* === Submit button: base styles === */
#promo-pashal .donor__submit input[type="submit"] {
  background-color: #D21F0F !important;
  color: #FFFFFF !important;
  font-family: "Open Sans", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  border: none !important;
  border-radius: 6px !important;
  padding: 18px 20px !important;
  width: 100%;
  cursor: pointer;
  opacity: 1;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  position: relative;
}

/* Submit button: INACTIVE state (not all required fields filled) */
#promo-pashal .donor__submit input[type="submit"].submit-inactive {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

#promo-pashal .donor__submit input[type="submit"].submit-inactive:hover {
  background-color: #D21F0F !important;
}

/* Submit button: ACTIVE state (all required fields filled) */
#promo-pashal .donor__submit input[type="submit"]:not(.submit-inactive):hover {
  background-color: #B0180B !important;
}

/* Leyka disabled override — never use disabled attribute, always clickable */
#promo-pashal .donor__submit input[type="submit"]:disabled {
  pointer-events: auto !important;
  background-color: #D21F0F !important;
}

/* Amount-invalid state (legacy, keep but use same red + opacity) */
#promo-pashal .leyka-js-submit-form.amount-invalid {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  background-color: #D21F0F !important;
}

/* Tooltip for inactive submit button */
#promo-pashal .donor__submit {
  position: relative;
}

#promo-pashal .donor__submit .submit-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 14px;
  border-radius: 6px;
  white-space: normal;
  width: max-content;
  max-width: 280px;
  text-align: center;
  z-index: 100;
  pointer-events: none;
}

#promo-pashal .donor__submit .submit-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333;
}

#promo-pashal .donor__submit:hover .submit-tooltip.show-tooltip {
  display: block;
}

/* Form inputs — rounded corners to match button */
#promo-pashal .leyka-star-field-frame {
  border-radius: 6px !important;
}

#promo-pashal .leyka-star-field-frame input,
#promo-pashal .leyka-star-field-frame textarea {
  border-radius: 6px !important;
}

/* Highlight invalid required field */
#promo-pashal .leyka-star-field-frame.highlight-required {
  border-color: #D21F0F !important;
  box-shadow: 0 0 0 1px #D21F0F !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* === Фикс мобильного: поле суммы и форма не выходят за экран === */
@media (max-width: 768px) {
  #promo-pashal .leyka-pf,
  #promo-pashal .donate-form-local023 {
    max-width: 100% !important;
    overflow: hidden;
  }

  #promo-pashal .leyka-pf .amount__figure,
  #promo-pashal .leyka-pf .amount__figure .full-list,
  #promo-pashal .leyka-pf .flex-amount-item,
  #promo-pashal .leyka-pf .flex-amount-item .swiper-item-inner {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  #promo-pashal .leyka-pf .donate_amount_flex {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 16px;
  }

  #promo-pashal .amount-error-message {
    word-wrap: break-word;
    font-size: 13px;
  }

  #promo-pashal .leyka-pf .section--person,
  #promo-pashal .leyka-pf .section--name {
    max-width: 100% !important;
    overflow: hidden;
  }

  #promo-pashal .leyka-pf .amount__figure .full-list {
    margin: 0 auto;
  }
}

/*!
Theme Name: FondAM
Theme URI: https://fond-am.ru/wp-content/themes/fondam
Author: Downpatrik
Version: 1.0.1
Text Domain: fondam
*/
figure.wp-block-video.aligncenter video {
  width: 100%;
}

.project-item-list__number,
.project-item-list__title {
  white-space: nowrap;
}

.page-head {
  --ptH: 5.75rem;
}

#novospas-link .picture-bg {
  z-index: 1;
}

.bottom-red-strip__donate-items.active {
  top: unset;
}

.sReportPreheader__header-headline-block {
  padding-top: 100px;
}

.page-content {
  display: none;
}

.page-content.is-active {
  display: block;
}

.s-team-item .object-fit-js {
  max-height: 350px;
  min-height: 350px;
}

.donate-form__bg-block::before {
  bottom: 0px;
  top: unset !important;
}

.donate-form__elder-scroll-bot {
  transform: none !important;
}

.donate-form-local019 {
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .sNewsPreheader026__back-btn {
    padding-top: 85px;
  }

  .donate-form__elder-scroll-bot {
    bottom: -120px;
  }
}

.leyka-pf .section {
  padding-top: 0;
  padding-bottom: 0;
}

.donor__textfield--name-fam {
  position: relative;
}

.name-fam .leyka-star-field-frame {
  width: calc(100% - 60px) !important;
}

.name-fam .donor__textfield:first-of-type .leyka-star-field-removeName {
  display: none;
}

.leyka-star-field-addName {
  font-size: 48px;
  color: green;
  line-height: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 17px;
}

.leyka-star-field-removeName {
  position: absolute;
  right: 52px;
  top: -8px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  width: 20px;
  padding-top: 11px;
  padding-left: 1px;
  line-height: 0;
  height: 20px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s all;
}

.leyka-star-field-removeName:hover {
  color: #fff;
  background: #000;
}

:root {
  --leyka-color-main: #c5aa79;
}

:root {
  --leyka-color-main-second: #dec69c;
}

:root {
  --leyka-color-main-inactive: #efe2cb;
}

.donor__textfield--comment {
  display: none;
}

.leyka-tpl-star-form
  .section
  .section__fields
  .donor__oferta
  label
  svg.icon-checkbox-check,
.leyka-screen-form
  .section
  .section__fields
  .donor__oferta
  label
  svg.icon-checkbox-check {
  left: -21px;
  top: 7px;
}

#novospas .leyka-pf {
  background: none;
  box-shadow: none;
}

#novospas .swiper-item,
#novospas .leyka-star-field-frame {
  background: #fff;
}

#novospas .section-title-text {
  color: #44444a;
}

.donate-form__donate-form-conainer {
  padding-top: 50px !important;
}

#donation .donation-sms,
#donation .dd-desc,
#donation .leyka-pf {
  display: none;
}

.b-projects__title,
.docs {
  padding-top: 6rem;
}

.docs_reports {
  position: relative;
  padding-top: 20px;
  padding-bottom: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.docs_title {
}

.docs_reports__item {
  position: relative;
  background: url(images/obj_reports__item.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 218px;
  height: 331px;
  margin-right: 32px;
  margin-bottom: 32px;
  display: block;
  font-family: "Circe";
  text-decoration: none;
}

.docs_reports__item__name {
  position: absolute;
  text-align: center;
  color: #414553;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 70px;
  left: 0;
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 0 25px;
}

.docs_reports__item__file {
  position: absolute;
  text-align: center;
  color: #999999;
  font-size: 13px;
  bottom: 70px;
  left: 0;
  width: 100%;
}

.b-application__text1 {
  max-width: 908px;
  position: relative;
  margin: 60px auto 0 auto;
  border: 1px solid #c5aa79;
  background: #f5f5f5;
}

.b-application__text1__inner {
  position: relative;
  margin: 30px auto 0 auto;
  font-family: "Circe";
  line-height: 1.6;
  font-size: 16px;
  color: #000000;
  padding-left: 54px;
  padding-right: 54px;
}

.b-application-page {
  width: 540px;
  position: relative;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 100px;
}

.b-application__form__item {
  padding-bottom: 18px;
  position: relative;
}

.b-application__form__item__col1 {
  width: 25px;
  padding-top: 28px;
  margin-left: 42px;
}

.b-application__form__item__col1__value {
  font-family: "Circe";
  line-height: 1.2;
  font-size: 16px;
  color: #bbbbbb;
}

.b-application__form__item__col3__add {
  width: 43px;
  height: 42px;
  display: block;
  background: url("images/form__input__text__add.png") no-repeat;
}

.b-application__form__item__col3__add:hover {
  background: url("images/form__input__text__add__hover.png") no-repeat;
}

.b-application__form__item__title {
  font-family: "Circe";
  line-height: 1.2;
  font-size: 12px;
  color: #666666;
  padding: 0 0 5px 20px;
  letter-spacing: 1px;
}

.b-application__form__item__requerd-star {
  color: #990000;
}

.b-application__form__item__input {
  width: 100%;
}

.b-application__form__item__input__input,
.b-application__form__item__input__phone-big,
.b-application__form__item__input__phone-small {
  display: block;
  width: 516px;
  height: 36px;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  font-family: "Circe";
  padding-left: 20px;
}

.b-application__form__item__input__input__price {
  width: 330px;
}

.b-application__form__item__phone {
}

.b-application__form__item__phone__text {
  font-size: 16px;
  font-family: "Circe";
  line-height: 1.2;
  color: #000000;
  padding: 12px 4px 0 4px;
}

.b-application__form__item__input__phone-big {
  width: 51px;
}

.b-application__form__item__input__phone-small {
  width: 31px;
}

.b-application__form__item__input__input:focus,
.b-application__form__item__input__phone-big:focus,
.b-application__form__item__input__phone-small:focus {
  outline: 0;
  /*border-bottom: 3px solid #C5AA79;*/
}

.b-application__form__item__add {
  width: 43px;
  height: 42px;
  display: block;
  background: url("images/form__input__text__add.png") no-repeat;
  position: absolute;
  top: 17px;
  right: -60px;
}

.b-application__form__item__add:hover {
  background: url("images/form__input__text__add__hover.png") no-repeat;
}

.b-application__form__item__add__input {
  margin-bottom: 10px;
}

.b-application__form__item__input__input__focus {
  width: 98%;
  margin: 0 auto;
  height: 3px;
  background: #c5aa79;
}

.b-application__form__item__adres {
  display: flex;
}

.b-application__form__item__adres__item {
  width: 350px;
}

.b-application__form__item__adres__item input {
  width: 330px;
}

.b-application__form__item__adres__item-small {
  width: 71px;
  margin-left: 22px;
}

.b-application__form__item__adres__item-small input {
  width: 51px;
}

.b-application__form__item__photo {
  display: flex;
  flex-wrap: wrap;
}

.b-application__form__item__photo__item {
  display: block;
  width: 164px;
  height: 96px;
  border: 1px solid #dfdfdf;
  background: url("images/b-application__form__item__photo__bg.png") 50% 50%
    no-repeat;
  margin-left: 20px;
  position: relative;
}

.b-application__form__item__photo__item {
  margin-left: 0;
}

.b-application__form__item__photo__item__no-border {
  border: 0;
  width: 166px;
  height: 98px;
}

.b-application__form__item__photo__item input {
  width: 164px;
  height: 96px;
  display: block;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.b-application__form__item__photo__item__picture {
  width: 164px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.b-application__form__item__photo__item__picture__close {
  width: 22px;
  height: 22px;
  display: block;
  text-decoration: none;
  background: url("images/icon-close_22.jpg") no-repeat;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 30;
}

.b-application__form__item__textarea {
  display: block;
  width: 496px;
  height: 110px;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  font-family: "Circe";
  padding: 16px 20px;
}

.b-application__form__item__offerta {
  padding-left: 20px;
  line-height: 1.2;
  padding-bottom: 0;
}

.b-application__form__item__offerta__text {
  float: left;
  letter-spacing: 1px;
  margin: 4px 0 0 4px;
}

.b-application__form__errors {
  background: #f5f5f5;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  text-align: center;
  padding: 22px 10px;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 16px;
  font-family: "Circe";
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}

.b-application__form__errors a {
  color: #c5aa79;
  text-decoration: none;
}

.b-application__form__submit {
  padding-bottom: 50px;
}

.b-application__form__input__submit {
  border: 1px solid #bbbbbb;
  color: #aaaaaa;
  background: #ffffff;
  line-height: 1.2;
  width: 206px;
  margin: 65px auto 0 auto;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  display: block;
  letter-spacing: 1px;
}

.b-application__form__input__submit:focus {
  outline: none;
}

.b-application__form__input__submit__send {
  background: none;
  border-color: #c5aa79;
  color: #000000;
}

.b-application__form__input__submit__send:hover {
  color: #ffffff;
  background: #c5aa79;
}

.b-application__form__block-title {
  font-family: "Circe";
  line-height: 1.2;
  font-size: 16px;
  color: #000000;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 50px;
  padding-bottom: 30px;
}

#family-certificate .leyka-pf .section--periodicity,
#novospas .leyka-pf .section--periodicity,
#family-certificate .leyka-pf .section--description,
#novospas .leyka-pf .section--description,
#family-certificate .leyka-pf .section--amount .amount,
#novospas .leyka-pf .section--amount .amount,
.leyka-pf .leyka-pf__overlay {
  display: none !important;
}

.leyka-tpl-star-form
  .section
  .section__fields.donor
  .donor__textfield.required
  label
  span.donor__textfield-label:after,
.leyka-screen-form
  .section
  .section__fields.donor
  .donor__textfield.required
  label
  span.donor__textfield-label:after {
  color: red;
}

figure img {
  max-width: 100%;
  height: auto;
}

.donate-target-slider-one-js .swiper-slide {
  max-width: 600px;
  margin: 0 auto;
}

.donate-target-slider-one-js .slide-content {
  padding-top: 0px;
}

.donate-target-slider-one-js .video-img-block:after {
  background: none;
}

.donate-target-slider-one-js .swiper-slide-active {
  opacity: 1 !important;
}

.leyka-fam__name-price {
  background: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid var(--leyka-color-gray-superlight);
}

.old-temple-slider__img-cont img {
  margin: 0 auto;
  height: 100%;
}

.project-019__img-cont img {
  width: 50%;
  height: 100%;
}

.leyka-pf {
  position: relative;
}

@media (max-width: 1023px) {
  .project-item-list__number,
  .project-item-list__title {
    white-space: unset;
  }

  .progress-bar__ready-strip-left:after {
    right: -30px;
  }

  .progress-bar__ready-strip-right:after {
    right: 30px;
  }

  .sDonateTargetPreheader__top-txt-block {
    padding-bottom: 15px;
  }
}

.autoflash {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flash {
  content: "";
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
  z-index: 1;
  webkit-animation: moving 2s ease-in-out infinite;
  -moz-animation: moving 2s ease-in-out infinite;
  -ms-animation: moving 2s ease-in-out infinite;
  -o-animation: moving 2s ease-in-out infinite;
  animation: moving 1s ease-in-out infinite;
}

@keyframes moving {
  20% {
    webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
  }

  100% {
    webkit-transform: skewX(-45deg) translateX(110vw);
    transform: skewX(-45deg) translateX(110vw);
  }
}

.section-error-frame-name {
  display: none;
  color: red;
}

.sDonateTargetPreheader {
  overflow: hidden;
}

.project-lg__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5.6rem;
}

.project-lg__play {
  margin: 0;
}

.hide {
  display: none !important;
}

.fixed-button-back {
  position: fixed;
  z-index: 900;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 40px;
  border: none;
  top: 10px;
  left: 80px;
  background: none;
  transition: 0.5s all;
}

.fixed + .fixed-button-back path {
  stroke: black;
}

.fixed-button-back path {
  stroke: white;
  transition: 0.5s all;
}

.fixed-button-back:hover {
  transform: scale(1.1);
}

@media (max-width: 1023px) {
  /* .fixed-button-back,
	.flash {
		display: none;
	} */
  .project-lg__center {
    padding-top: 1.8rem;
  }
}

.js-main-link {
  cursor: pointer;
}

#wonder-cases .swiper-wrapper {
  align-items: center;
}

.video-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  letter-spacing: 0.12187rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  margin-left: 40px;
}

.link-search.is-active,
.link-search:hover {
  color: #c5aa79;
}

.link-search.is-active .link-search__icon-wrap,
.link-search:hover .link-search__icon-wrap {
  stroke: #c5aa79;
}

.link-search__icon-wrap {
  stroke: white;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.link-search__icon-wrap .icon-search {
  font-size: 1.25rem;
}

@media (min-width: 1340px) {
  .link-donate__icon-wrap {
    border: none;
  }

  .link-donate:hover .link-donate__icon-wrap {
    background: none;
  }

  .link-donate:hover .link-donate__icon-wrap svg {
    fill: #c5aa79;
  }

  .top-line__col {
    --w: 11rem;
  }

  .top-line .soc {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .top-line__col {
    --w: calc(8rem + 30px) !important;
  }
}

.search-block {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #3c414f;
  top: 60px;
  left: 0;
  padding: 6.5rem 6rem;
  max-height: 100vh;
  overflow: scroll;
}

.top-line.fixed .search-block {
  display: none !important;
}

.search-input {
  box-shadow: 0px 8px 16px rgb(80 87 105 / 5%);
  border-radius: 200px;
  width: 100%;
  padding: 1.5rem 2rem 1rem;
  font-size: 1.3rem;
}

.search-button {
  border-color: #c5aa79;
  color: white;
  text-transform: uppercase;
  margin-top: 40px;
}

.search-result__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 60px;
  margin-bottom: 30px;
}

.search-result__item {
  margin-bottom: 30px;
}

.search-result__item-link {
  display: flex;
}

.search-result__item-link:hover {
  text-decoration: none;
}

.search-result__item-link:hover .search-result__item-title {
  text-decoration: undeline;
}

.search-result__item-image {
  width: 68px;
  height: 68px;
  overflow: hidden;
  box-shadow: 0px 8px 16px rgba(80, 87, 105, 0.15);
  border-radius: 4px;
  position: relative;
  margin-right: 32px;
}

.search-result__item-image img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-result__item-content {
  flex: 1;
}

.search-result__item-title {
  font-size: 24px;
  line-height: 135%;
  color: #ffffff;
  margin-bottom: 10px;
}

.search-result__none {
  font-size: 32px;
  line-height: 135%;
  color: #ffffff;
}

.search-result__item-content .project-item-list__foot-item {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1023px) {
  .link-search {
    display: none;
  }
}

.s-continue__group {
  text-align: left;
}

/*Добавил Айнур*/
.add-btn-txt {
  position: unset;
}

.top-line-sub__spreheader-topline {
  margin-bottom: 0 !important;
}

#novospas2 div[id*="leyka-pf-"],
#novospas2 div[id*="leyka-pf-"],
#family-certificate2 div[id*="leyka-pf-"],
#family-certificate2 div[id*="leyka-pf-"],
#novospas2 div[id*="leyka-pf-"] {
  background-color: unset;
  box-shadow: unset;
  padding-top: 0 !important;
}

#novospas2 div[id*="leyka-pf-"] .section--periodicity,
#novospas2 div[id*="leyka-pf-"] .section--periodicity,
#family-certificate2 div[id*="leyka-pf-"] .section--periodicity,
#family-certificate2 div[id*="leyka-pf-"] .section--periodicity,
#novospas2 #leyka-pf-37910 .section--periodicity {
  display: none;
}

#novospas2 div[id*="leyka-pf-"] .amount,
#novospas2 div[id*="leyka-pf-"] .amount,
#family-certificate2 div[id*="leyka-pf-"] .amount,
#family-certificate2 div[id*="leyka-pf-"] .amount,
#novospas2 #leyka-pf-37910 .amount {
  display: none;
}

#novospas2 div[id*="leyka-pf-"] .section__fields,
#novospas2 div[id*="leyka-pf-"] .section__fields,
#family-certificate2 div[id*="leyka-pf-"] .section__fields,
#family-certificate2
  div[id*="leyka-pf-"]
  .section__fields
  #novospas2
  #leyka-pf-37910
  .section__fields {
  margin-bottom: 4rem;
}

#novospas2 div[id*="leyka-pf-"] .donor__textfield,
#novospas2 div[id*="leyka-pf-"] .donor__textfield,
#family-certificate2 div[id*="leyka-pf-"] .donor__textfield,
#family-certificate2
  div[id*="leyka-pf-"]
  .donor__textfield
  #novospas2
  #leyka-pf-37910
  .donor__textfield {
  margin-bottom: 2rem !important;
}

#novospas2 div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#novospas2 div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#family-certificate2 div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#family-certificate2 div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#novospas2 #leyka-pf-37910 .name-fam .leyka-star-field-frame {
  width: 100% !important;
}

#novospas2 div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#novospas2 div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#family-certificate2 div[id*="leyka-pf-"] .donate-form-local023__title_gol,
#family-certificate2 div[id*="leyka-pf-"] .donate-form-local023__title_gol,
#novospas2 #leyka-pf-37910 .donate-form-local023__title_gold {
  margin-bottom: 0;
}

#novospas2 div[id*="leyka-pf-"] .leyka-star-field-removeName,
#novospas2 div[id*="leyka-pf-"] .leyka-star-field-removeName,
#family-certificate2 div[id*="leyka-pf-"] .leyka-star-field-removeName,
#family-certificate2 div[id*="leyka-pf-"] .leyka-star-field-removeName,
#novospas2 #leyka-pf-37910 .leyka-star-field-removeName {
  right: -10px !important;
}

#novospas2 div[id*="leyka-pf-"] .section-title-line,
#novospas2 div[id*="leyka-pf-"] .section-title-line,
#family-certificate2 div[id*="leyka-pf-"] .section-title-line,
#family-certificate2 div[id*="leyka-pf-"] .section-title-line,
#novospas2 #leyka-pf-37910 .section-title-line {
  display: none;
}

#novospas2 div[id*="leyka-pf-"] .section-title-text,
#novospas2 div[id*="leyka-pf-"] .section-title-text,
#family-certificate2 div[id*="leyka-pf-"] .section-title-text,
#family-certificate2 div[id*="leyka-pf-"] .section-title-text,
#novospas2 #leyka-pf-37910 .section-title-text {
  background-color: unset;
}

/* #novospas2 .donate-form-local023 {
    padding-top: 0!important;
} */

#novospas2 .donate-form-local023__title {
  margin-bottom: 0 !important;
}

/* Общие стили для pod-krylom и hram-pokrova */
/* Общие стили для pod-krylom и hram-pokrova */
#pod-krylom-single div[id*="leyka-pf-"],
#pod-krylom-family div[id*="leyka-pf-"],
#hram-pokrova-single div[id*="leyka-pf-"],
#hram-pokrova-family div[id*="leyka-pf-"],
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"],
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] {
  background-color: unset;
  box-shadow: unset;
  padding-top: 0 !important;
}

#pod-krylom-single div[id*="leyka-pf-"] .section--periodicity,
#pod-krylom-family div[id*="leyka-pf-"] .section--periodicity,
#hram-pokrova-single div[id*="leyka-pf-"] .section--periodicity,
#hram-pokrova-family div[id*="leyka-pf-"] .section--periodicity,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .section--periodicity,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .section--periodicity,
#pod-krylom-single div[id*="leyka-pf-"] .amount,
#pod-krylom-family div[id*="leyka-pf-"] .amount,
#hram-pokrova-single div[id*="leyka-pf-"] .amount,
#hram-pokrova-family div[id*="leyka-pf-"] .amount,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .amount,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .amount,
#pod-krylom-single div[id*="leyka-pf-"] .section-title-line,
#pod-krylom-family div[id*="leyka-pf-"] .section-title-line,
#hram-pokrova-single div[id*="leyka-pf-"] .section-title-line,
#hram-pokrova-family div[id*="leyka-pf-"] .section-title-line,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .section-title-line,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .section-title-line {
  display: none;
}

#pod-krylom-single div[id*="leyka-pf-"] .section__fields,
#pod-krylom-family div[id*="leyka-pf-"] .section__fields,
#hram-pokrova-single div[id*="leyka-pf-"] .section__fields,
#hram-pokrova-family div[id*="leyka-pf-"] .section__fields,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .section__fields,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .section__fields {
  margin-bottom: 4rem;
}

#pod-krylom-single div[id*="leyka-pf-"] .donor__textfield,
#pod-krylom-family div[id*="leyka-pf-"] .donor__textfield,
#hram-pokrova-single div[id*="leyka-pf-"] .donor__textfield,
#hram-pokrova-family div[id*="leyka-pf-"] .donor__textfield,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .donor__textfield,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .donor__textfield {
  margin-bottom: 2rem !important;
}

#pod-krylom-single div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#pod-krylom-family div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#hram-pokrova-single div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#hram-pokrova-family div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#svechi-svyatim-name-certif-500
  div[id*="leyka-pf-"]
  .name-fam
  .leyka-star-field-frame,
#svechi-svyatim-name-certif-1100
  div[id*="leyka-pf-"]
  .name-fam
  .leyka-star-field-frame {
  width: 100% !important;
}

#pod-krylom-single div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#pod-krylom-family div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#hram-pokrova-single div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#svechi-svyatim-name-certif-500
  div[id*="leyka-pf-"]
  .donate-form-local023__title_gold,
#hram-pokrova-family div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#svechi-svyatim-name-certif-1100
  div[id*="leyka-pf-"]
  .donate-form-local023__title_gold,
#pod-krylom-single .donate-form-local023__title,
#pod-krylom-family .donate-form-local023__title,
#hram-pokrova-single .donate-form-local023__title,
#svechi-svyatim-name-certif-1100 .donate-form-local023__title,
#svechi-svyatim-name-certif-500 .donate-form-local023__title,
#hram-pokrova-family .donate-form-local023__title {
  margin-bottom: 0 !important;
}

#pod-krylom-single div[id*="leyka-pf-"] .leyka-star-field-removeName,
#pod-krylom-family div[id*="leyka-pf-"] .leyka-star-field-removeName,
#hram-pokrova-single div[id*="leyka-pf-"] .leyka-star-field-removeName,
#svechi-svyatim-name-certif-1100
  div[id*="leyka-pf-"]
  .leyka-star-field-removeName,
#svechi-svyatim-name-certif-500
  div[id*="leyka-pf-"]
  .leyka-star-field-removeName,
#hram-pokrova-family div[id*="leyka-pf-"] .leyka-star-field-removeName {
  right: -10px !important;
}

#pod-krylom-single div[id*="leyka-pf-"] .section-title-text,
#pod-krylom-family div[id*="leyka-pf-"] .section-title-text,
#hram-pokrova-single div[id*="leyka-pf-"] .section-title-text,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .section-title-text,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .section-title-text,
#hram-pokrova-family div[id*="leyka-pf-"] .section-title-text {
  background-color: unset;
}

/* Добавил Айнур главный экран Главной*/

.header-block__main-left {
  max-width: 550px !important;
  width: 100%;
}

.header-block__main-subscribe {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #505769;
  line-height: 135%;
  margin-bottom: 1.25rem;
}

.header-block__main-title {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #c5aa79;
  margin-bottom: 1.375rem;
}

.header-block__main-subtitle {
  font-family: GaramondPremrPro;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  color: #fff;
  margin: 0 auto 40px;
}

.header-block__main-left {
  margin: 0 auto;
  max-width: 60%;
  text-align: center;
}

.header-block__main-left .form-wrap {
  max-width: 550px;
  margin: 0 auto;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.header-block__main {
  padding: 140px 20px 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3c414f),
    color-stop(41.67%, #77809e),
    to(#fcfaf8)
  );
  background: -o-linear-gradient(top, #3c414f 0, #77809e 41.67%, #fcfaf8 100%);
  background: linear-gradient(180deg, #3c414f 0, #77809e 41.67%, #fcfaf8 100%);
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.form-wrap__btn {
  cursor: pointer;
  color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.25rem;
}

.form-wrap__btn {
  width: 14.125rem;
}

.header-block__main-right {
  margin-left: 30px;
  width: 49% !;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header-block__main-img {
  width: 100%;
}

.width-49 {
  width: 49% !important;
}

.top-line {
  z-index: 1500 !important;
}

.top-line-sub.fixed-ready {
  padding-top: 7px;
}

.top-line-sub_padding {
  padding-top: 0 !important;
}

@media (max-width: 1339.98px) {
  .header-block__main-left {
    max-width: 40%;
  }
}

@media (max-width: 991.98px) {
  .header-block__main-left {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .header-block__main-title {
    font-size: 64px;
  }

  .header-block__main-subtitle {
    font-size: 36px;
    margin-bottom: 80px;
    max-width: 630px;
  }

  .header-block__main-subscribe {
    font-size: 21px;
  }
}

@media (max-width: 1199.98px) {
  .header-block__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
  }

  .header-block__main-right {
    margin: 0 auto;
    width: 100%;
    margin-left: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .header-block__main {
    padding-top: 140px;
  }
}

@media (min-width: 1200px) {
  .project-lg-wrap__btn {
    bottom: 5% !important;
  }
}

@media (max-width: 768px) {
  .fixed-button-back {
    display: none;
  }

  .s-cards .container {
    padding-bottom: 40px;
  }
}

@charset "UTF-8";

@font-face {
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src:
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/Circe-Regular.woff2)
      format("woff2"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/Circe-Regular.woff)
      format("woff"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/Circe-Regular.ttf)
      format("truetype");
}

@font-face {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src:
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/Circe-Bold.woff2)
      format("woff2"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/Circe-Bold.woff)
      format("woff"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/Circe-Bold.ttf)
      format("truetype");
}

@font-face {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src:
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro.woff2)
      format("woff2"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro.woff)
      format("woff"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro.ttf)
      format("truetype");
}

@font-face {
  font-family: GaramondPremrPro;
  font-style: italic;
  font-weight: 400;
  font-display: optional;
  src:
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-It.woff2)
      format("woff2"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-It.woff)
      format("woff"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-It.ttf)
      format("truetype");
}

@font-face {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src:
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-Med.woff2)
      format("woff2"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-Med.woff)
      format("woff"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-Med.ttf)
      format("truetype");
}

@font-face {
  font-family: GaramondPremrPro;
  font-style: italic;
  font-weight: 500;
  font-display: optional;
  src:
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-MedIt.woff2)
      format("woff2"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-MedIt.woff)
      format("woff"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-MedIt.ttf)
      format("truetype");
}

@font-face {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src:
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-Capt.woff2)
      format("woff2"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-Capt.woff)
      format("woff"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-Capt.ttf)
      format("truetype");
}

@font-face {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src:
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-MedCapt.woff2)
      format("woff2"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-MedCapt.woff)
      format("woff"),
    url(https://fond-am.ru/wp-content/themes/fondam/fonts/GaramondPremrPro-MedCapt.ttf)
      format("truetype");
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-Star_17 {
  font-size: 50rem;
  width: 0.99902em;
}

.icon-arrow-b-right,
.icon-arrow-left {
  font-size: 1.1rem;
  width: 1.36364em;
}

.icon-arrow-long-left {
  font-size: 1.3rem;
  width: 3.30769em;
}

.icon-arrow-right {
  font-size: 1.1rem;
  width: 1.36364em;
}

.icon-block {
  font-size: 10.013rem;
  width: 4.99351em;
}

.icon-card {
  font-size: 3rem;
  width: 1.86667em;
}

.icon-check {
  font-size: 2.7rem;
  width: 1em;
}

.icon-close {
  font-size: 2.2rem;
  width: 1em;
}

.icon-close-bold {
  font-size: 50rem;
  width: 0.625em;
}

.icon-close-dark {
  font-size: 0.8rem;
  width: 1.5em;
}

.icon-donate {
  font-size: 2.1rem;
  width: 1em;
}

.icon-logo {
  font-size: 8rem;
  width: 1em;
}

.icon-logo-color {
  font-size: 2.6rem;
  width: 0.96154em;
}

.icon-logo-lg {
  font-size: 50rem;
  width: 0.54286em;
}

.icon-logo-lg-bold {
  font-size: 33.9rem;
  width: 0.58997em;
}

.icon-logo-lg-without-text {
  font-size: 16.5rem;
  width: 1.00606em;
}

.icon-logo-lg-without-text-light {
  font-size: 29.48rem;
  width: 1.00339em;
}

.icon-logo-text {
  font-size: 19.7rem;
  width: 0.59898em;
}

.icon-logo-top {
  font-size: 6rem;
  width: 1em;
}

.icon-logo-top-fond {
  font-size: 6rem;
  width: 7.1em;
}

.icon-mark {
  font-size: 1.6rem;
  width: 0.6875em;
}

.icon-pay {
  font-size: 1.7rem;
  width: 5.05882em;
}

.icon-sberbank {
  font-size: 6.5rem;
  width: 1.03077em;
}

.icon-sbp {
  font-size: 3.2rem;
  width: 1.90625em;
}

.icon-star {
  font-size: 1.2rem;
  width: 1em;
}

.icon-success {
  font-size: 3.1rem;
  width: 0.96774em;
}

.icon-text {
  font-size: 4.323rem;
  width: 11.56604em;
}

.icon-title {
  font-size: 4rem;
  width: 1.025em;
}

.icon-twitter {
  font-size: 1.7rem;
  width: 1.23529em;
}

.icon-user {
  font-size: 3.6rem;
  width: 0.97222em;
}

.icon-var-1 {
  font-size: 2.1rem;
  width: 1em;
}

.icon-var-2 {
  font-size: 2.1rem;
  width: 1.33333em;
}

.icon-var-3 {
  font-size: 2.2rem;
  width: 0.68182em;
}

.icon-vk {
  font-size: 1.5rem;
  width: 1.73333em;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff4545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #00b259;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #c5aa79;
  --secondary: #6c757d;
  --success: #00b259;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff4545;
  --light: #f8f9fa;
  --dark: #343a40;
  --accent: #aa3f59;
  --white: #fff;
  --dark2: #505769;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1340px;
  --breakpoint-xxxl: 1800px;
  --font-family-sans-serif:
    "Circe", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace:
    "GaramondPremrPro", SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --canvasH: 900px;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

article,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family:
    Circe,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505769;
  text-align: left;
  background-color: #fcfaf8;
  min-width: 320px;
  position: relative;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.page-head h1,
.page-head__sub-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

figure {
  margin: 0 0 1rem;
}

b {
  font-weight: bolder;
}

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

a {
  color: #c5aa79;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #a98749;
  text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code {
  font-family:
    GaramondPremrPro, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.footer__title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-head h1,
.page-head__sub-title,
.s-team-item__title,
.section-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 3.125rem;
}

.h2,
.page-head h1,
.page-head__sub-title,
.section-title,
h2 {
  font-size: 1.875rem;
}

.h3,
h3 {
  font-size: 1.625rem;
}

.h4,
.s-team-item__title,
h4 {
  font-size: 1.5rem;
}

.footer__title,
.h5,
h5 {
  font-size: 1.3125rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 360px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.donate-form-local019 .donate-input-name-box input,
.donate-form-local023 .donate-input-name-box input {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.55rem + 2px);
  padding: 0.775rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.donate-form-local019 .donate-input-name-box input::-ms-expand,
.donate-form-local023 .donate-input-name-box input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.donate-form-local019 .donate-input-name-box input:focus,
.donate-form-local023 .donate-input-name-box input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c5aa79;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.donate-form-local019 .donate-input-name-box input::-webkit-input-placeholder,
.donate-form-local023 .donate-input-name-box input::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.donate-form-local019 .donate-input-name-box input::-moz-placeholder,
.donate-form-local023 .donate-input-name-box input::-moz-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.donate-form-local019 .donate-input-name-box input:-ms-input-placeholder,
.donate-form-local023 .donate-input-name-box input:-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.donate-form-local019 .donate-input-name-box input::-ms-input-placeholder,
.donate-form-local023 .donate-input-name-box input::-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.donate-form-local019 .donate-input-name-box input::placeholder,
.donate-form-local023 .donate-input-name-box input::placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.donate-form-local019 .donate-input-name-box input:disabled,
.donate-form-local019 .donate-input-name-box input[readonly],
.donate-form-local023 .donate-input-name-box input:disabled,
.donate-form-local023 .donate-input-name-box input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.donate-form-local019 .donate-input-name-box input[type="date"],
.donate-form-local019 .donate-input-name-box input[type="datetime-local"],
.donate-form-local019 .donate-input-name-box input[type="month"],
.donate-form-local019 .donate-input-name-box input[type="time"],
.donate-form-local023 .donate-input-name-box input[type="date"],
.donate-form-local023 .donate-input-name-box input[type="datetime-local"],
.donate-form-local023 .donate-input-name-box input[type="month"],
.donate-form-local023 .donate-input-name-box input[type="time"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.col-form-label {
  padding-top: calc(0.775rem + 1px);
  padding-bottom: calc(0.775rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.4rem + 1px);
  padding-bottom: calc(0.4rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.donate-form-local019 .donate-input-name-box input.is-invalid,
.donate-form-local023 .donate-input-name-box input.is-invalid {
  border-color: #ff4545;
  padding-right: calc(1.5em + 1.55rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF4545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF4545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3875rem) center;
  background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
}

.donate-form-local019 .donate-input-name-box input.is-invalid:focus,
.donate-form-local023 .donate-input-name-box input.is-invalid:focus {
  border-color: #ff4545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 69, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 69, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #ff4545;
}

.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4545;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff4545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 69, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 69, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.about-icon__button,
.btn,
.donate-btn-frame,
.form-wrap__btn,
.menu-mobile__btn,
.project-019__donate-btn,
.project-item-list__btn,
.project-item__btn,
.s-project-head__btn,
.video-item__btn {
  display: inline-block;
  color: #505769;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.775rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 6.25rem;
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.about-icon__button:hover,
.btn:hover,
.donate-btn-frame:hover,
.form-wrap__btn:hover,
.menu-mobile__btn:hover,
.project-019__donate-btn:hover,
.project-item-list__btn:hover,
.project-item__btn:hover,
.s-project-head__btn:hover,
.video-item__btn:hover {
  color: #505769;
  text-decoration: none;
}

.about-icon__button:focus,
.btn.focus,
.btn:focus,
.donate-btn-frame:focus,
.focus.about-icon__button,
.focus.donate-btn-frame,
.focus.form-wrap__btn,
.focus.menu-mobile__btn,
.focus.project-019__donate-btn,
.focus.project-item-list__btn,
.focus.project-item__btn,
.focus.s-project-head__btn,
.focus.video-item__btn,
.form-wrap__btn:focus,
.menu-mobile__btn:focus,
.project-019__donate-btn:focus,
.project-item-list__btn:focus,
.project-item__btn:focus,
.s-project-head__btn:focus,
.video-item__btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 170, 121, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(197, 170, 121, 0.25);
}

.about-icon__button:disabled,
.btn.disabled,
.btn:disabled,
.disabled.about-icon__button,
.disabled.donate-btn-frame,
.disabled.form-wrap__btn,
.disabled.menu-mobile__btn,
.disabled.project-019__donate-btn,
.disabled.project-item-list__btn,
.disabled.project-item__btn,
.disabled.s-project-head__btn,
.disabled.video-item__btn,
.donate-btn-frame:disabled,
.form-wrap__btn:disabled,
.menu-mobile__btn:disabled,
.project-019__donate-btn:disabled,
.project-item-list__btn:disabled,
.project-item__btn:disabled,
.s-project-head__btn:disabled,
.video-item__btn:disabled {
  opacity: 0.65;
}

.about-icon__button:not(:disabled):not(.disabled),
.btn:not(:disabled):not(.disabled),
.donate-btn-frame:not(:disabled):not(.disabled),
.form-wrap__btn:not(:disabled):not(.disabled),
.menu-mobile__btn:not(:disabled):not(.disabled),
.project-019__donate-btn:not(:disabled):not(.disabled),
.project-item-list__btn:not(:disabled):not(.disabled),
.project-item__btn:not(:disabled):not(.disabled),
.s-project-head__btn:not(:disabled):not(.disabled),
.video-item__btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
a.disabled.about-icon__button,
a.disabled.donate-btn-frame,
a.disabled.form-wrap__btn,
a.disabled.menu-mobile__btn,
a.disabled.project-019__donate-btn,
a.disabled.project-item-list__btn,
a.disabled.project-item__btn,
a.disabled.s-project-head__btn,
a.disabled.video-item__btn {
  pointer-events: none;
}

.about-icon__button,
.btn-primary,
.menu-mobile__btn {
  color: #212529;
  background-color: #c5aa79;
  border-color: #c5aa79;
}

.about-icon__button:hover,
.btn-primary:hover,
.menu-mobile__btn:hover {
  color: #212529;
  background-color: #b9995e;
  border-color: #b69355;
}

.about-icon__button:focus,
.btn-primary.focus,
.btn-primary:focus,
.focus.about-icon__button,
.focus.menu-mobile__btn,
.menu-mobile__btn:focus {
  color: #212529;
  background-color: #b9995e;
  border-color: #b69355;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(172, 150, 109, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(172, 150, 109, 0.5);
}

.about-icon__button:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.disabled.about-icon__button,
.disabled.menu-mobile__btn,
.menu-mobile__btn:disabled {
  color: #212529;
  background-color: #c5aa79;
  border-color: #c5aa79;
}

.about-icon__button:not(:disabled):not(.disabled).active,
.about-icon__button:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.menu-mobile__btn:not(:disabled):not(.disabled).active,
.menu-mobile__btn:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #b69355;
  border-color: #b18e4d;
}

.about-icon__button:not(:disabled):not(.disabled).active:focus,
.about-icon__button:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.menu-mobile__btn:not(:disabled):not(.disabled).active:focus,
.menu-mobile__btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(172, 150, 109, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(172, 150, 109, 0.5);
}

.btn-success,
.donate-btn-frame,
.project-019__donate-btn,
.project-item-list__btn:not(.btn-outline-primary):not(.s-cards__btn):not(
    .s-news__btn
  ):not(.video-item__btn):not(.s-project__btn),
.project-item__btn {
  color: #fff;
  background-color: #00b259;
  border-color: #00b259;
}

.btn-success:hover,
.donate-btn-frame:hover,
.project-019__donate-btn:hover,
.project-item-list__btn:hover:not(.btn-outline-primary):not(.s-cards__btn):not(
    .s-news__btn
  ):not(.video-item__btn):not(.s-project__btn),
.project-item__btn:hover {
  color: #fff;
  background-color: #008c46;
  border-color: #007f40;
}

.btn-success.focus,
.btn-success:focus,
.donate-btn-frame:focus,
.focus.donate-btn-frame,
.focus.project-019__donate-btn,
.focus.project-item-list__btn:not(.btn-outline-primary):not(.s-cards__btn):not(
    .s-news__btn
  ):not(.video-item__btn):not(.s-project__btn),
.focus.project-item__btn,
.project-019__donate-btn:focus,
.project-item-list__btn:focus:not(.btn-outline-primary):not(.s-cards__btn):not(
    .s-news__btn
  ):not(.video-item__btn):not(.s-project__btn),
.project-item__btn:focus {
  color: #fff;
  background-color: #008c46;
  border-color: #007f40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 190, 114, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 190, 114, 0.5);
}

.btn-success.disabled,
.btn-success:disabled,
.disabled.donate-btn-frame,
.disabled.project-019__donate-btn,
.disabled.project-item-list__btn:not(.btn-outline-primary):not(
    .s-cards__btn
  ):not(.s-news__btn):not(.video-item__btn):not(.s-project__btn),
.disabled.project-item__btn,
.donate-btn-frame:disabled,
.project-019__donate-btn:disabled,
.project-item-list__btn:disabled:not(.btn-outline-primary):not(
    .s-cards__btn
  ):not(.s-news__btn):not(.video-item__btn):not(.s-project__btn),
.project-item__btn:disabled {
  color: #fff;
  background-color: #00b259;
  border-color: #00b259;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.donate-btn-frame:not(:disabled):not(.disabled).active,
.donate-btn-frame:not(:disabled):not(.disabled):active,
.project-019__donate-btn:not(:disabled):not(.disabled).active,
.project-019__donate-btn:not(:disabled):not(.disabled):active,
.project-item-list__btn:not(:disabled):not(.disabled).active:not(
    .btn-outline-primary
  ):not(.s-cards__btn):not(.s-news__btn):not(.video-item__btn):not(
    .s-project__btn
  ),
.project-item-list__btn:not(:disabled):not(.disabled):active:not(
    .btn-outline-primary
  ):not(.s-cards__btn):not(.s-news__btn):not(.video-item__btn):not(
    .s-project__btn
  ),
.project-item__btn:not(:disabled):not(.disabled).active,
.project-item__btn:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #007f40;
  border-color: #007239;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.donate-btn-frame:not(:disabled):not(.disabled).active:focus,
.donate-btn-frame:not(:disabled):not(.disabled):active:focus,
.project-019__donate-btn:not(:disabled):not(.disabled).active:focus,
.project-019__donate-btn:not(:disabled):not(.disabled):active:focus,
.project-item-list__btn:not(:disabled):not(.disabled).active:focus:not(
    .btn-outline-primary
  ):not(.s-cards__btn):not(.s-news__btn):not(.video-item__btn):not(
    .s-project__btn
  ),
.project-item-list__btn:not(:disabled):not(.disabled):active:focus:not(
    .btn-outline-primary
  ):not(.s-cards__btn):not(.s-news__btn):not(.video-item__btn):not(
    .s-project__btn
  ),
.project-item__btn:not(:disabled):not(.disabled).active:focus,
.project-item__btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 190, 114, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 190, 114, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white.focus,
.btn-white:focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-dark2,
.s-project-head__btn {
  color: #fff;
  background-color: #505769;
  border-color: #505769;
}

.btn-dark2:hover,
.s-project-head__btn:hover {
  color: #fff;
  background-color: #3f4553;
  border-color: #3a3f4c;
}

.btn-dark2.focus,
.btn-dark2:focus,
.focus.s-project-head__btn,
.s-project-head__btn:focus {
  color: #fff;
  background-color: #3f4553;
  border-color: #3a3f4c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 112, 128, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(106, 112, 128, 0.5);
}

.btn-dark2.disabled,
.btn-dark2:disabled,
.disabled.s-project-head__btn,
.s-project-head__btn:disabled {
  color: #fff;
  background-color: #505769;
  border-color: #505769;
}

.btn-dark2:not(:disabled):not(.disabled).active,
.btn-dark2:not(:disabled):not(.disabled):active,
.s-project-head__btn:not(:disabled):not(.disabled).active,
.s-project-head__btn:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #3a3f4c;
  border-color: #343945;
}

.btn-dark2:not(:disabled):not(.disabled).active:focus,
.btn-dark2:not(:disabled):not(.disabled):active:focus,
.s-project-head__btn:not(:disabled):not(.disabled).active:focus,
.s-project-head__btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 112, 128, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(106, 112, 128, 0.5);
}

.s-cards__btn,
.s-project__btn,
.video-item__btn {
  border-color: #c5aa79;
}

.s-cards__btn:hover,
.s-project__btn:hover,
.video-item__btn:hover {
  background-color: #c5aa79;
  border-color: #c5aa79;
}

.focus.s-cards__btn,
.focus.s-project__btn,
.focus.video-item__btn,
.s-cards__btn:focus,
.s-project__btn:focus,
.video-item__btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 170, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(197, 170, 121, 0.5);
}

.disabled.s-cards__btn,
.disabled.s-project__btn,
.disabled.video-item__btn,
.s-cards__btn:disabled,
.s-project__btn:disabled,
.video-item__btn:disabled {
  color: #c5aa79;
  background-color: transparent;
}

.s-cards__btn:not(:disabled):not(.disabled).active,
.s-cards__btn:not(:disabled):not(.disabled):active,
.s-project__btn:not(:disabled):not(.disabled).active,
.s-project__btn:not(:disabled):not(.disabled):active,
.video-item__btn:not(:disabled):not(.disabled).active,
.video-item__btn:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #c5aa79;
  border-color: #c5aa79;
}

.s-cards__btn:not(:disabled):not(.disabled).active:focus,
.s-cards__btn:not(:disabled):not(.disabled):active:focus,
.s-project__btn:not(:disabled):not(.disabled).active:focus,
.s-project__btn:not(:disabled):not(.disabled):active:focus,
.video-item__btn:not(:disabled):not(.disabled).active:focus,
.video-item__btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 170, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(197, 170, 121, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #c5aa79;
  text-decoration: none;
}

.btn-link:hover {
  color: #a98749;
  text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.form-wrap__btn:not(.btn-success):not(.donate-btn-frame):not(
    .sAboutIcon__donate-btn
  ):not(.wonder-cases-block020__donate-btn):not(
    .temple-descr-bl021__donate-btn
  ):not(.sDonateTargetPreheader__donate-btn):not(.project-019__donate-btn):not(
    .sPreheader019__donate-btn
  ):not(.project-item__btn),
.video-item__btn {
  padding: 0.4rem 0.5rem;
  line-height: 1.5;
  border-radius: 6.25rem;
}

.btn-block,
.menu-mobile__btn,
.project-item-list__btn,
.project-item__btn,
.s-project-head__btn {
  display: block;
  width: 100%;
}

.btn-block + .btn-block,
.btn-block + .menu-mobile__btn,
.btn-block + .project-item-list__btn,
.btn-block + .project-item__btn,
.btn-block + .s-project-head__btn,
.menu-mobile__btn + .btn-block,
.menu-mobile__btn + .menu-mobile__btn,
.menu-mobile__btn + .project-item-list__btn,
.menu-mobile__btn + .project-item__btn,
.menu-mobile__btn + .s-project-head__btn,
.project-item-list__btn + .btn-block,
.project-item-list__btn + .menu-mobile__btn,
.project-item-list__btn + .project-item-list__btn,
.project-item-list__btn + .project-item__btn,
.project-item-list__btn + .s-project-head__btn,
.project-item__btn + .btn-block,
.project-item__btn + .menu-mobile__btn,
.project-item__btn + .project-item-list__btn,
.project-item__btn + .project-item__btn,
.project-item__btn + .s-project-head__btn,
.s-project-head__btn + .btn-block,
.s-project-head__btn + .menu-mobile__btn,
.s-project-head__btn + .project-item-list__btn,
.s-project-head__btn + .project-item__btn,
.s-project-head__btn + .s-project-head__btn {
  margin-top: 0.5rem;
}

input.menu-mobile__btn[type="button"],
input.menu-mobile__btn[type="reset"],
input.menu-mobile__btn[type="submit"],
input.project-item-list__btn[type="button"],
input.project-item-list__btn[type="reset"],
input.project-item-list__btn[type="submit"],
input.project-item__btn[type="button"],
input.project-item__btn[type="reset"],
input.project-item__btn[type="submit"],
input.s-project-head__btn[type="button"],
input.s-project-head__btn[type="reset"],
input.s-project-head__btn[type="submit"],
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #c5aa79;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #a98749;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 170, 121, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(197, 170, 121, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #c5aa79;
  border-color: #c5aa79;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.align-top {
  vertical-align: top !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #c5aa79 !important;
}

.border-success {
  border-color: #00b259 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-dark2 {
  border-color: #505769 !important;
}

.border-white {
  border-color: #fff !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-primary {
  color: #c5aa79 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #a98749 !important;
}

.text-success {
  color: #00b259 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #063 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:focus,
a.text-white:hover {
  color: #d9d9d9 !important;
}

.text-dark2 {
  color: #505769 !important;
}

a.text-dark2:focus,
a.text-dark2:hover {
  color: #2f333e !important;
}

.text-body,
.top-nav .link-donate {
  color: #505769 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 2.1875rem;
  padding-bottom: 1.25rem;
}

.section .page-head {
  padding-top: 2.8125rem;
}

.section .page-head h1 {
  font-size: 2.25rem;
}

.section .page-head h1::before {
  content: "";
  background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/svg/title.svg);
  width: 1.875rem;
  height: 1.875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  line-height: 1.2;
  padding-bottom: 0.625rem;
}

.section-title__text {
  font-size: 1.625rem;
  font-weight: 400;
}

.page-head .section-title h1,
.section-title .page-head h1,
.section-title .page-head__sub-title,
.section-title h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(80, 87, 105, 0.5);
  font-weight: 700;
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  background-color: #000;
  opacity: 0;
  z-index: -1;
  top: 0;
}

body.fixed {
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

body.fixed::before {
  z-index: 999;
  opacity: 0.76;
}

.footer__title,
.header-block__text,
.menu-mobile__text,
.nav--lg,
.page-head h1,
.page-head__sub-title,
.person-block__title,
.project-item-list__number,
.project-item-list__title,
.project-item-list__user-count,
.project-item__number,
.project-item__title,
.project-item__user-count,
.project-lg__center-text,
.project-lg__title,
.s-about__sub-title,
.s-team-item__title,
.section-title__text,
.video-block__center-text {
  font-family:
    GaramondPremrPro, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

.small {
  font-size: 0.875rem;
}

.tdn {
  text-decoration: none !important;
}

.ttu {
  text-transform: uppercase;
}

.row--small {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.row--small > * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.image-source-link {
  color: #98c3d1;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.slick-arrow i {
  line-height: 1;
}

.slick-arrow.l {
  left: 0;
}

.slick-arrow.l svg {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.slick-arrow.r {
  right: 0;
}

.slick-arrow svg {
  width: 17px;
  height: auto;
}

ul {
  padding-left: 0;
}

.header-block__logo img,
.res-i {
  max-width: 100%;
  height: auto;
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-btn input,
.item-method input {
  visibility: hidden !important;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

img.object-fit-js {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.object-fit-js img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  font-family: "object-fit: cover; object-position: top;";
}

a {
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  outline: 0 !important;
}

.about-icon__button,
.btn,
.donate-btn-frame,
.form-wrap__btn,
.menu-mobile__btn,
.project-019__donate-btn,
.project-item-list__btn,
.project-item__btn,
.s-project-head__btn,
.video-item__btn {
  padding-top: 0.93rem;
  padding-bottom: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.btn-sm,
.form-wrap__btn:not(.btn-success):not(.donate-btn-frame):not(
    .sAboutIcon__donate-btn
  ):not(.wonder-cases-block020__donate-btn):not(
    .temple-descr-bl021__donate-btn
  ):not(.sDonateTargetPreheader__donate-btn):not(.project-019__donate-btn):not(
    .sPreheader019__donate-btn
  ):not(.project-item__btn),
.video-item__btn {
  padding-top: 0.48rem;
  padding-bottom: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1rem;
}

.s-cards__btn,
.s-project__btn,
.video-item__btn {
  color: #505769;
}

.s-cards__btn:hover,
.s-project__btn:hover,
.video-item__btn:hover {
  color: #c5aa79;
  -webkit-box-shadow: 0 8px 16px rgba(197, 170, 121, 0.2);
  box-shadow: 0 8px 16px rgba(197, 170, 121, 0.2);
}

.s-cards__btn:focus,
.s-cards__btn:not(:disabled):not(.disabled):active:focus,
.s-project__btn:focus,
.s-project__btn:not(:disabled):not(.disabled):active:focus,
.video-item__btn:focus,
.video-item__btn:not(:disabled):not(.disabled):active:focus {
  color: #b9a073;
  border: 1px solid #b9a073;
  -webkit-box-shadow: 0 4px 8px rgba(197, 170, 121, 0.25);
  box-shadow: 0 4px 8px rgba(197, 170, 121, 0.25);
}

.swiper-container {
  overflow: inherit;
}

.footer a,
.link-hover,
.s-cards__item,
.video-item__caption p a,
.video-item__img-wrap {
  text-decoration: none !important;
}

.footer a:hover,
.link-hover:hover,
.s-cards__item:hover,
.video-item__caption p a:hover,
.video-item__img-wrap:hover {
  color: #c5aa79;
}

.footer a:focus,
.link-hover:focus,
.s-cards__item:focus,
.video-item__caption p a:focus,
.video-item__img-wrap:focus {
  color: #b9a073;
}

.page-head {
  text-align: center;
  --ptH: 2.5rem;
  --pbH: 1.25rem;
  padding-top: var(--ptH);
  padding-bottom: var(--pbH);
}

.page-head .footer__title,
.page-head .h5.header-block__text,
.page-head .h5.menu-mobile__text,
.page-head .h5.nav--lg,
.page-head .h5.page-head__sub-title,
.page-head .h5.person-block__title,
.page-head .h5.project-item-list__number,
.page-head .h5.project-item-list__title,
.page-head .h5.project-item-list__user-count,
.page-head .h5.project-item__number,
.page-head .h5.project-item__title,
.page-head .h5.project-item__user-count,
.page-head .h5.project-lg__center-text,
.page-head .h5.project-lg__title,
.page-head .h5.s-about__sub-title,
.page-head .h5.s-team-item__title,
.page-head .h5.section-title__text,
.page-head .h5.video-block__center-text,
.page-head .header-block__text.footer__title,
.page-head .menu-mobile__text.footer__title,
.page-head .nav--lg.footer__title,
.page-head .page-head__sub-title.footer__title,
.page-head .person-block__title.footer__title,
.page-head .project-item-list__number.footer__title,
.page-head .project-item-list__title.footer__title,
.page-head .project-item-list__user-count.footer__title,
.page-head .project-item__number.footer__title,
.page-head .project-item__title.footer__title,
.page-head .project-item__user-count.footer__title,
.page-head .project-lg__center-text.footer__title,
.page-head .project-lg__title.footer__title,
.page-head .s-about__sub-title.footer__title,
.page-head .s-team-item__title.footer__title,
.page-head .section-title__text.footer__title,
.page-head .video-block__center-text.footer__title,
.page-head h1.footer__title,
.page-head h1.h5,
.page-head__sub-title {
  color: rgba(80, 87, 105, 0.5);
  font-weight: 400;
}

.page-head__sub-title {
  text-transform: none;
  font-style: italic;
}

.page-head h1 {
  font-family: GaramondPremrPro;
  letter-spacing: 0.1em;
}

.page-head h1::before {
  content: url(https://fond-am.ru/wp-content/themes/fondam/img/svg/title.svg);
  display: block;
  text-align: center;
  margin-bottom: 0.3125rem;
}

.page-head__label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 120%;
  color: #fff;
  background: #aa3f59;
  border-radius: 20px;
  padding: 0.625rem 1.25rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0.1em;
}

.page-head .page-head__title-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 43.75rem;
  font-size: 3rem;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 0.3125rem;
}

.page-head .page-head__title-lg::before {
  display: none !important;
}

.page-head .page-head__title-md,
.page-head .page-head__title-md2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  letter-spacing: normal;
  padding-top: 0.9375rem;
  font-size: 2.1875rem;
  padding-bottom: 0.625rem;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
}

.page-head .page-head__title-md em,
.page-head .page-head__title-md2 em {
  display: block;
}

.page-head .page-head__title-md2::before,
.page-head .page-head__title-md::before {
  display: none !important;
}

.page-head__mark {
  line-height: 120%;
}

.page-head__mark .icon {
  position: relative;
  top: -0.125rem;
  font-size: 1.0625rem;
  margin-right: 0.625rem;
  color: #c5aa79;
}

a.hover-link:not(:hover) {
  color: #505769;
}

.z-6 {
  z-index: 6;
}

.font-default {
  font-family: Circe;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left: 20px;
  padding-right: 20px;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  color: var(--primary);
}

.donate-btn-frame,
.project-019__donate-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 260px;
  height: 50px;
  padding: 10px 30px;
}

.page-head-downscaled h1:before {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.sDonateTargetContent {
  position: relative;
}

.donate-form-local023__title {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 130%;
  text-align: center;
  color: #505769;
  margin-bottom: 2.5rem;
}

.donate-form-local023__input-wrap {
  width: 100%;
}

.donate-form-local023__group-title {
  font-family: Circe !important;
  font-weight: 400;
  font-size: 21px !important;
}

.donate-form-local023 .donate-input-name-box input {
  padding-left: 3.125rem !important;
}

.sertBlock {
  background: #aa3f59;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sertBlock .img-block {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sertBlock .img-block:hover {
  opacity: 0.8;
}

.sertBlock__button-container {
  padding: 0 15px;
}

.sertBlock button {
  border: none;
  display: block;
  margin: 40px auto 0;
  width: 100%;
  -webkit-box-shadow: 0 8px 16px rgba(0, 162, 81, 0.25);
  box-shadow: 0 8px 16px rgba(0, 162, 81, 0.25);
  border-radius: 100px;
  padding: 14px 0;
}

.sertBlock__content {
  max-width: var(--about-W);
  margin-left: auto;
  margin-right: auto;
}

.sertBlock__content p {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 135%;
  color: #fff;
}

.sertBlock__block {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 8px 16px rgba(80, 87, 105, 0.05);
  box-shadow: 0 8px 16px rgba(80, 87, 105, 0.05);
  margin-bottom: 3.75rem;
  background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/@2x/block.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sertBlock__block-top_right {
  z-index: 1;
  width: 4%;
  margin: auto;
  background-color: #aa3f59;
  overflow: hidden;
  border: 1px solid #aa3f59;
  border-bottom-color: #c5aa79;
  border-left-color: #c5aa79;
  position: absolute;
  top: -1px;
  right: -1px;
  border-bottom-left-radius: 100%;
}

.sertBlock__block-top_right::before {
  content: "";
  padding-top: 100%;
  float: left;
}

.sertBlock__block-top_left {
  z-index: 1;
  width: 4%;
  margin: auto;
  background-color: #aa3f59;
  overflow: hidden;
  border: 1px solid #aa3f59;
  border-bottom-color: #c5aa79;
  border-right-color: #c5aa79;
  position: absolute;
  top: -1px;
  left: -1px;
  border-bottom-right-radius: 100%;
}

.sertBlock__block-top_left::before {
  content: "";
  padding-top: 100%;
  float: left;
}

.sertBlock__block-bottom_left {
  z-index: 1;
  width: 4%;
  margin: auto;
  background-color: #aa3f59;
  overflow: hidden;
  border: 1px solid #aa3f59;
  border-top-color: #c5aa79;
  border-right-color: #c5aa79;
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-top-right-radius: 100%;
}

.sertBlock__block-bottom_left::before {
  content: "";
  padding-top: 100%;
  float: left;
}

.sertBlock__block-bottom_right {
  z-index: 1;
  width: 4%;
  margin: auto;
  background-color: #aa3f59;
  overflow: hidden;
  border: 1px solid #aa3f59;
  border-top-color: #c5aa79;
  border-left-color: #c5aa79;
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-top-left-radius: 100%;
}

.sertBlock__block-bottom_right::before {
  content: "";
  padding-top: 100%;
  float: left;
}

.sertBlock__block p {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 135%;
  color: #fff;
}

.sertBlock__card {
  margin-bottom: 60px;
}

.sertBlock__card:last-of-type {
  margin-bottom: 0;
}

.sertBlock__card img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  padding: 0 0.9375rem;
}

.sertBlock__price {
  margin-top: 3.75rem;
  text-align: center;
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 400;
  font-size: 3.25rem;
  line-height: 100%;
  color: #505769;
}

.sertBlock__price span {
  font-size: 2.625rem;
}

.sertBlock__price-desc {
  text-align: center;
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  color: #505769;
  margin-bottom: 3.75rem;
}

.sertBlock__desc {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 135%;
  color: #505769;
}

.sertBlock__btn {
  margin-top: 40px;
  display: block;
  text-align: center;
  padding: 14px;
  -webkit-box-shadow: 0 8px 16px rgba(0, 162, 81, 0.25);
  box-shadow: 0 8px 16px rgba(0, 162, 81, 0.25);
  border-radius: 100px;
  width: 100%;
}

.sertBlock__btn:hover {
  text-decoration: none;
}

.sertBlock1 {
  padding: 0;
  background-color: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.donate-form-local023__title_gold {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #c5aa79;
  margin-bottom: 20px;
}

.sDonateTargetContent__gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-color: #eee;
}

.btn-right {
  margin: 0 auto;
  display: block;
}

.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-block button {
  margin-bottom: 0;
}

.about-icon__button {
  margin-bottom: 0 !important;
}

.br-bottom0 {
  border-radius: 0;
}

.br-bottom0 span {
  border-radius: 0 !important;
}

.br-bottom0:first-child span {
  border-radius: 4px 4px 0 0 !important;
}

.br-bottom0:last-child span {
  border-radius: 0 !important;
}

.br-top0 {
  border-radius: 0 0 4px 4px;
}

.br-top0 span {
  border-radius: 0 !important;
}

.br-top0:first-child span,
.br-top0:last-child span {
  border-radius: 0 0 4px 4px !important;
}

.br-top0_unset:first-child span {
  border-radius: 0 !important;
}

.sertBlock__original-link-box {
  background-color: #9a2944;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
  padding: 30px 26px 30px 38px;
}

.donate-form-local023 .btn-success,
.donate-form-local023 .donate-btn-frame,
.donate-form-local023 .project-019__donate-btn,
.donate-form-local023
  .project-item-list__btn:not(.btn-outline-primary):not(.s-cards__btn):not(
    .s-news__btn
  ):not(.video-item__btn):not(.s-project__btn),
.donate-form-local023 .project-item__btn {
  margin-bottom: 0;
}

.sDonateTargetContent {
  padding-bottom: 120px;
}

.footer {
  background-color: #3c414f;
  color: #fff;
  padding-top: 4.8125rem;
}

.footer img {
  margin-bottom: 2.5rem;
}

.footer .header-block__logo img,
.footer .res-i,
.header-block__logo .footer img {
  margin-top: -0.625rem;
}

.footer a {
  text-decoration: none !important;
  color: #fff;
  display: inline-block;
}

.footer__bottom {
  padding: 1.4375rem 0 0.3125rem;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.footer__title {
  font-weight: 500;
  color: #c5aa79;
}

.footer ul {
  list-style-type: none;
}

.footer .op {
  opacity: 0.7;
  padding-bottom: 1.0625rem;
}

.footer__col {
  padding-bottom: 1.25rem;
  text-align: center;
}

.footer .dop-info {
  padding-bottom: 0;
}

.footer .info-fond {
  padding-bottom: 2.5rem;
}

.footer__yur-adr {
  opacity: 0.5;
  padding-bottom: 1.9375rem;
}

.footer__bank {
  opacity: 0.5;
  margin-bottom: 2.25rem;
}

.footer__bank p {
  text-transform: uppercase;
  opacity: 0.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
}

.footer__bank-link {
  height: 4.1875rem;
  margin-bottom: 0.9375rem;
}

.footer__vopr {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-bottom: 2.125rem;
}

.footer table {
  max-width: 43.25rem;
  font-size: 13px;
}

.footer td {
  vertical-align: top;
  padding-right: 0.625rem;
}

.socc__li {
  margin-bottom: 0.625rem;
}

.socc a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socc__icon-wrap {
  width: 1.625rem;
  margin-right: 0.5rem;
  text-align: center;
}

.socc .icon-vk {
  font-size: 0.9375rem;
}

.socc .icon-twitter {
  font-size: 1.0625rem;
}

.img-wrap {
  text-align: center;
}

.donate-form-local019 .donate-input-name-box input,
.donate-form-local023 .donate-input-name-box input,
.form-wrap__input {
  resize: none;
}

.form-wrap__btn {
  cursor: pointer;
  color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.25rem;
}

.form-wrap label {
  width: 100%;
  display: block;
}

.form-wrap .about-icon__button,
.form-wrap .btn,
.form-wrap .donate-btn-frame,
.form-wrap .form-wrap__btn,
.form-wrap .menu-mobile__btn,
.form-wrap .project-019__donate-btn,
.form-wrap .project-item-list__btn,
.form-wrap .project-item__btn,
.form-wrap .s-project-head__btn,
.form-wrap .video-item__btn {
  width: 16.25rem;
}

.form-wrap .s-cards__btn,
.form-wrap .s-project__btn,
.form-wrap .video-item__btn {
  background-color: #fff;
}

.form-wrap__btn.btn-success,
.form-wrap__btn.donate-btn-frame,
.form-wrap__btn.project-019__donate-btn,
.form-wrap__btn.project-item-list__btn:not(.btn-outline-primary):not(
    .s-cards__btn
  ):not(.s-news__btn):not(.video-item__btn):not(.s-project__btn),
.form-wrap__btn.project-item__btn {
  -webkit-box-shadow: 0 8px 16px rgba(0, 162, 81, 0.25);
  box-shadow: 0 8px 16px rgba(0, 162, 81, 0.25);
  text-transform: uppercase;
}

.form-wrap__btn:not(.btn-success):not(.donate-btn-frame):not(
    .sAboutIcon__donate-btn
  ):not(.wonder-cases-block020__donate-btn):not(
    .temple-descr-bl021__donate-btn
  ):not(.sDonateTargetPreheader__donate-btn):not(.project-019__donate-btn):not(
    .sPreheader019__donate-btn
  ):not(.project-item__btn) {
  background-color: #c5aa79;
  -webkit-box-shadow: 0 8px 16px rgba(125, 99, 52, 0.25);
  box-shadow: 0 8px 16px rgba(125, 99, 52, 0.25);
}

.form-wrap__btn:not(.btn-success):not(.donate-btn-frame):not(
    .sAboutIcon__donate-btn
  ):not(.wonder-cases-block020__donate-btn):not(
    .temple-descr-bl021__donate-btn
  ):not(.sDonateTargetPreheader__donate-btn):not(.project-019__donate-btn):not(
    .sPreheader019__donate-btn
  ):not(.project-item__btn):hover {
  color: #fff;
  background-color: #c5aa79;
  -webkit-box-shadow: 0 8px 16px rgba(125, 99, 52, 0.5);
  box-shadow: 0 8px 16px rgba(125, 99, 52, 0.5);
}

.form-wrap__btn:not(.btn-success):not(.donate-btn-frame):not(
    .sAboutIcon__donate-btn
  ):not(.wonder-cases-block020__donate-btn):not(
    .temple-descr-bl021__donate-btn
  ):not(.sDonateTargetPreheader__donate-btn):not(.project-019__donate-btn):not(
    .sPreheader019__donate-btn
  ):not(.project-item__btn):focus {
  color: #fff;
  background-color: #b9a073;
  -webkit-box-shadow: 0 4px 8px rgba(125, 99, 52, 0.5);
  box-shadow: 0 4px 8px rgba(125, 99, 52, 0.5);
}

.form-wrap__btn:not(.btn-success):not(.donate-btn-frame):not(
    .sAboutIcon__donate-btn
  ):not(.wonder-cases-block020__donate-btn):not(
    .temple-descr-bl021__donate-btn
  ):not(.sDonateTargetPreheader__donate-btn):not(.project-019__donate-btn):not(
    .sPreheader019__donate-btn
  ):not(.project-item__btn)[disabled] {
  -webkit-box-shadow: 0 8px 16px rgba(109, 28, 47, 0.25);
  box-shadow: 0 8px 16px rgba(109, 28, 47, 0.25);
  background-color: #c4c4c4;
  opacity: 1;
}

.custom-input {
  margin: auto auto 1.25rem;
  cursor: pointer;
  position: relative;
  padding-left: 1.5625rem;
  display: inline-block;
}

.custom-input__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.header-block {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.75rem;
  padding-top: 60px;
  background-color: #aa3f59;
}

.header-block img {
  max-height: calc(100vh - 7.1875rem);
}

.header-block .logo-img {
  margin-bottom: 0.9375rem;
}

.header-block__logo {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.header-block__text {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.header-block__main {
  padding: 140px 20px 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3c414f),
    color-stop(41.67%, #77809e),
    to(#fcfaf8)
  );
  background: -o-linear-gradient(top, #3c414f 0, #77809e 41.67%, #fcfaf8 100%);
  background: linear-gradient(180deg, #3c414f 0, #77809e 41.67%, #fcfaf8 100%);
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.header-block__main-title {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #c5aa79;
  margin-bottom: 1.375rem;
}

.header-block__main-left {
  max-width: 550px;
  width: 100%;
}

.header-block__main-right {
  margin-left: 30px;
  width: 49%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header-block__main-img {
  width: 100%;
}

.header {
  min-height: 3.75rem;
}

.header_mb {
  margin-bottom: 10px;
}

.soc {
  margin: 0 -0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.soc__item {
  text-decoration: none !important;
  margin: 0 0.625rem;
  vertical-align: middle;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  display: block;
  color: #fff;
}

.soc__item:hover {
  opacity: 0.6;
}

.soc .icon {
  font-size: 1.375rem;
}

.soc .icon-twitter {
  font-size: 1.125rem;
}

.soc .icon-vk {
  font-size: 1rem;
}

.counter {
  counter-reset: num;
}

.counter__item {
  position: relative;
}

.counter__item::before {
  content: counter(num);
  counter-increment: num;
}

.modal-form {
  position: relative;
}

.modal__button {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #505769;
  text-decoration: none;
  background: #fff;
  border: 1px solid #c5aa79;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 8px 16px rgba(80, 87, 105, 0.1);
  box-shadow: 0 8px 16px rgba(80, 87, 105, 0.1);
  border-radius: 100px;
  padding: 15px;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.modal__button:hover {
  opacity: 0.7;
  text-decoration: none;
}

.s-about {
  padding-bottom: 0;
}

.s-about .container {
  position: relative;
}

.s-about a {
  text-decoration: none !important;
}

.s-about__content {
  max-width: var(--about-W);
  margin-left: auto;
  margin-right: auto;
}

.s-about__group {
  padding-bottom: 3.75rem;
  position: relative;
}

.s-about__number {
  font-size: 3.75rem;
}

.s-about h4 {
  line-height: 135%;
  margin-bottom: 1.875rem;
}

.s-about__sub-title {
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  color: #c5aa79;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 0.625rem;
}

.s-about__group.row .footer__title,
.s-about__group.row .h5 {
  margin-bottom: 1.6rem;
}

.s-about__group.row img {
  margin-bottom: 2rem;
}

.s-about__group ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2.34375rem;
  list-style: none;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 43.75rem;
}

.s-about__group ul li::before {
  content: "";
  background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/svg/li-dots.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  width: 1.075rem;
  height: 1.6125rem;
  position: absolute;
  left: 0;
  top: 0;
}

.s-about__group .col2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.s-about__group .col2 li {
  margin-bottom: 1.6em;
}

.s-about p a {
  text-decoration: none !important;
}

.s-about p a:not(:hover) {
  color: #505769;
}

.s-about p a .icon {
  color: #c5aa79;
  font-size: 0.75rem;
  margin-left: 0.625rem;
}

.video-block {
  mix-blend-mode: normal;
  position: relative;
  z-index: 2;
  color: #fff;
  display: block;
  min-height: calc(100vh - 200px);
}

.video-block:hover {
  color: #c5aa79;
}

.video-block:focus {
  color: #b9a073;
}

.video-block__center {
  z-index: 5;
  position: absolute;
  width: 100%;
  top: 13%;
  left: 0;
}

.video-block__play {
  border: 2px solid #fff;
  width: 5rem;
  height: 5rem;
  display: block;
  border-radius: 50%;
  position: relative;
  margin: 5.625rem auto 0.625rem;
}

.video-block__play::before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 13.2px solid transparent;
  border-left: 24px solid currentColor;
  border-top: 13.2px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-left: 5%;
}

.video-block__center-text {
  font-size: 1.875rem;
  margin-bottom: 3.4375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 12.875em;
  text-align: center;
  line-height: 1.2;
}

.person-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
  line-height: 130%;
  text-align: center;
  margin-bottom: 2.1875rem;
}

.person-block__text {
  color: rgba(80, 87, 105, 0.7);
}

.person-block__title {
  color: #505769;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 21.875rem;
  margin-bottom: 0.3125rem;
}

.person-block__img-wrap {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.person-block__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-cards {
  position: relative;
  z-index: 10;
}

.s-cards .container {
  position: relative;
}

.s-cards__img-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
}

.s-cards__btn {
  background-color: #fff !important;
  margin-top: 1.875rem;
}

.s-cards__item {
  text-decoration: none !important;
  color: #505769;
  border-radius: 8px;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.item-method {
  --w: 3.75rem;
  margin-bottom: 1.25rem;
  display: block;
  cursor: pointer;
}

.item-method__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 8px 16px rgba(80, 87, 105, 0.05);
  box-shadow: 0 8px 16px rgba(80, 87, 105, 0.05);
  border-radius: 8px;
  padding: 1.25rem;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.item-method .icon {
  color: #505769;
  font-size: var(--w);
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.item-method__icon-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: var(--w);
  margin-right: 1.25rem;
  text-align: center;
}

.item-method__title {
  display: block;
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.3125rem;
  letter-spacing: 0.1em;
}

.item-method__text {
  display: block;
  color: rgba(80, 87, 105, 0.5);
}

.item-method input {
  position: absolute;
}

.item-method:hover .item-method__inner .item-method__text,
input:checked ~ .item-method__inner .item-method__text {
  color: #fff;
}

.item-method:hover .item-method__inner,
input:checked ~ .item-method__inner {
  background: #505769;
  color: #fff;
}

.item-method:hover .item-method__inner .icon,
input:checked ~ .item-method__inner .icon {
  color: #c5aa79;
}

.chosen-container {
  max-width: 100%;
  font-size: 1rem;
  line-height: 135%;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  border: 1px solid rgba(80, 87, 105, 0.25);
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #505769;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.33333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  background: #fff !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 1.125rem;
}

.chosen-container-single .chosen-single span {
  width: 100%;
  display: block;
  margin-right: 0;
}

.chosen-container .chosen-single .option-row {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chosen-container .chosen-single .option-text {
  padding-right: 1.875rem;
}

.chosen-container .chosen-single .option-img-wrap {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.chosen-container .chosen-single .option-img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 !important;
  height: 100% !important;
  max-height: none !important;
}

.chosen-container-single .chosen-single div {
  width: 3.375rem;
}

.chosen-container-single .chosen-single div b {
  background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/svg/chevron-down.svg);
  background-position: center center !important;
  background-size: 10px;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  position: relative;
}

.input-btn {
  --w: 3.75rem;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}

.input-btn__title {
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0;
  padding: 0.75rem;
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 130%;
  letter-spacing: 0.1em;
  margin-bottom: -1px;
}

.input-btn:first-child .input-btn__title {
  border-radius: 4px 4px 0 0;
}

.input-btn:last-child .input-btn__title {
  border-radius: 0 0 4px 4px;
}

.input-btn input {
  position: absolute;
}

.input-btn:hover .input-btn__title {
  border-color: #c5aa79;
}

input:checked ~ .input-btn__title {
  background: #c5aa79;
  border-color: #c5aa79;
  color: #fff;
}

.info-block {
  left: 0;
  top: 0;
  background: #3c414f;
  position: absolute;
  border-radius: 8px;
  width: 100%;
  color: #fff;
  display: none;
  z-index: 200;
}

.info-block .project-item {
  min-height: 550px;
  padding-right: 1.875rem;
}

.info-block.active {
  display: block;
}

.info-block__body,
.info-block__head {
  padding: 0.9375rem 1.875rem;
  position: relative;
}

.info-block .small {
  font-size: 0.8125rem;
  margin-bottom: 1rem;
}

.info-block-close {
  position: absolute;
  top: 1.125rem;
  right: 1.25rem;
  cursor: pointer;
  z-index: 4;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.info-block-close .icon {
  color: #fff;
  font-size: 1.875rem;
}

.info-block-close:hover {
  color: #c5aa79;
}

.s-form {
  padding-top: 0 !important;
}

.s-form .form-wrap {
  -webkit-box-shadow: 0 16px 32px rgba(154, 41, 68, 0.2);
  box-shadow: 0 16px 32px rgba(154, 41, 68, 0.2);
  background-color: #9a2944;
  position: relative;
  padding: 3.125rem 1.875rem 2.5rem;
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.s-form .form-wrap__title {
  font-size: 21px;
  margin-bottom: 1.5625rem;
  text-align: center;
  color: #c5aa79;
  font-weight: 400;
  line-height: 1.1;
}

.s-form .form-wrap__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-form .form-wrap__btn {
  width: 14.125rem;
}

.s-form-22 {
  padding-top: 60px;
}

.s-form-22 .form-wrap {
  -webkit-box-shadow: 0 16px 32px rgba(154, 41, 68, 0.2);
  box-shadow: 0 16px 32px rgba(154, 41, 68, 0.2);
  background-color: #9a2944;
  position: relative;
  padding: 3.125rem 1.875rem 2.5rem;
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.s-form-22 .form-wrap__title {
  font-size: 21px;
  margin-bottom: 1.5625rem;
  text-align: center;
  color: #c5aa79;
  font-weight: 400;
  line-height: 1.1;
}

.s-form-22 .form-wrap__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-form-22 .form-wrap__btn {
  width: 14.125rem;
}

.s-logo {
  padding: 3.125rem 0;
}

.s-logo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  color: rgba(60, 65, 79, 0.7);
  line-height: 120%;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.s-logo__item:hover {
  color: #c5aa79;
}

.s-logo__img-wrap {
  width: 3.75rem;
  text-align: center;
  margin-right: 0.3125rem;
}

.s-logo__title {
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
  max-width: 9.375rem;
  letter-spacing: 0.1em;
}

.s-logo__text {
  max-width: 9.375rem;
}

.video-item {
  margin-bottom: 1.25rem;
}

.video-item__top-title {
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(80, 87, 105, 0.5);
  margin-bottom: 0.625rem;
}

.video-item__top-title a {
  color: rgba(80, 87, 105, 0.5);
}

.video-item__play {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 3.1875rem;
  height: 3.1875rem;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
  z-index: 4;
}

.video-item__play::before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 0.53438rem solid transparent;
  border-left: 1.06875rem solid currentColor;
  border-top: 0.53438rem solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-left: 5%;
}

.video-item__img-wrap {
  border-radius: 8px;
  background-color: #3c414f;
  overflow: hidden;
  -webkit-box-shadow: 0 16px 32px rgba(80, 87, 105, 0.25);
  box-shadow: 0 16px 32px rgba(80, 87, 105, 0.25);
  display: block;
  position: relative;
  color: #fff;
}

.video-item__img-wrap::before {
  content: "";
  position: relative;
  height: 0;
  display: block;
  padding-bottom: 61.11111%;
}

.video-item__img-wrap:hover {
  -webkit-box-shadow: 0 16px 32px rgba(197, 170, 121, 0.25);
  box-shadow: 0 16px 32px rgba(197, 170, 121, 0.25);
}

.video-item__img-wrap img {
  position: absolute;
  opacity: 0.5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-item__date {
  margin-right: 1.875rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.video-item__caption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.25rem 0 1.25rem 1.25rem;
}

.video-item__caption p a {
  text-decoration: none !important;
  color: #fff;
}

.video-item__btn {
  width: 6.25rem;
  font-size: 0.8125rem;
  position: absolute;
  left: 1.25rem;
  opacity: 0;
  bottom: 1rem;
  z-index: 20;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.video-item__btn:hover {
  color: #fff !important;
}

.s-project-body {
  padding-top: 3.75rem;
}

.s-project-head__text {
  text-align: center;
  margin-top: 0.9375rem;
}

.s-project-head__text::before {
  content: url(https://fond-am.ru/wp-content/themes/fondam/img/svg/mark.svg);
  margin-right: 0.3125rem;
  position: relative;
  top: 0.3125rem;
}

.s-project-head__input-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 0;
}

.s-project-head__input-wrap:nth-child(1) .s-project-head__input {
  background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/svg/hrum.svg);
  border-radius: 200px;
  margin-right: -1px;
}

.s-project-head__input-wrap:nth-child(2) .s-project-head__input {
  background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/svg/mark.svg);
  border-radius: 0 200px 200px 0;
}

.s-project-head__input {
  background-position: 1.75rem center;
  background-repeat: no-repeat;
  padding-left: 3.75rem;
  border: 1px solid #eee;
}

.s-project-head__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 8px 16px rgba(80, 87, 105, 0.15);
  box-shadow: 0 8px 16px rgba(80, 87, 105, 0.15);
  border-radius: 200px;
}

.s-project-head__btn {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 8px 16px rgba(80, 87, 105, 0.25);
  box-shadow: 0 8px 16px rgba(80, 87, 105, 0.25);
  width: 12.5rem;
  margin-top: 1.25rem;
}

.s-project-list,
.s-project-list__list {
  padding-bottom: 3.75rem;
}

.s-project-list__btn {
  margin-top: 2rem;
}

.project-item__container {
  padding: 10px;
  display: none;
  min-height: 510px;
}

.project-lg__location-link {
  color: #fff;
}

.project-lg__location-link span {
  margin-left: 10px;
}

.project-lg__footer {
  padding: 1.875rem 1.5625rem 1.25rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: 20px;
}

.project-lg__footer .project-lg__title {
  min-height: unset;
  max-width: 100% !important;
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 120%;
  color: #fff;
  text-transform: none;
  margin-bottom: 0.625rem;
}

.project-lg__price {
  margin-bottom: 20px;
}

.project-lg__price-title {
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 5px;
}

.project-lg__number {
  position: relative;
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 120%;
  color: #fff;
}

.project-lg__number:first-child {
  padding-left: 20px;
}

.project-lg__number:last-child {
  padding-right: 20px;
}

.project-lg__footer .arrow::after {
  content: ">";
  font-size: 20px;
  padding-left: 15px;
  position: absolute;
  color: #fff;
}

.project-lg__btn {
  background: #00b259;
  -webkit-box-shadow: 0 8px 16px rgba(0, 162, 81, 0.25);
  box-shadow: 0 8px 16px rgba(0, 162, 81, 0.25);
  border-radius: 100px;
  padding: 10px 32px;
  color: #fff;
}

.project-lg__btn:hover {
  color: #fff;
  background-color: #008c46;
  border-color: #007f40;
}

.s-project__container .col-sm-4 {
  max-width: 360px;
  margin: 0 auto;
}

.head_left {
  text-align: left !important;
}

.s-project__head .title {
  font-size: 16px;
}

.head_width {
  max-width: 480px;
}

.s-project__container {
  margin-bottom: 27px;
}

.project-item-list {
  position: relative;
  height: 100%;
  margin-bottom: 0.3125rem;
}

.project-item-list:hover .project-item-list__btn {
  opacity: 1;
}

.project-item-list__img-wrap {
  display: block;
  -webkit-box-shadow: 0 8px 16px rgba(80, 87, 105, 0.15);
  box-shadow: 0 8px 16px rgba(80, 87, 105, 0.15);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
}

.project-item-list__img-wrap:hover {
  color: #c5aa79;
}

.project-item-list__img-wrap:focus {
  color: #b9a073;
}

.project-item-list__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-item-list__text {
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  min-height: 2em;
}

.project-item-list__text img {
  position: relative;
  top: -0.3125rem;
  margin-right: 0.3125rem;
}

.project-item-list__text p {
  font-size: 1rem;
}

.project-item-list__title {
  padding-bottom: 0.625rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.project-item-list__title a {
  color: #505769;
  text-decoration: none !important;
}

.project-item-list__title a:hover {
  color: #c5aa79;
}

.project-item-list__price {
  position: relative;
}

.project-item-list__price::before {
  content: "";
  background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/svg/chevron-right-sm-dark.svg);
  width: 1.25rem;
  height: 0.625rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.5rem;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.project-item-list__price:hover::before {
  opacity: 1;
}

.project-item-list__price-title {
  color: rgba(80, 87, 105, 0.5);
  line-height: 1.2;
}

.project-item-list__number {
  font-weight: 500;
  line-height: 1.2;
}

.project-item-list__btn {
  max-width: 14.125rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.project-item-list__btn:not(.btn-outline-primary):not(.s-cards__btn):not(
    .s-news__btn
  ):not(.video-item__btn):not(.s-project__btn) {
  -webkit-box-shadow: 0 8px 16px rgba(0, 162, 81, 0.25);
  box-shadow: 0 8px 16px rgba(0, 162, 81, 0.25);
}

.project-item-list__btn.s-cards__btn,
.project-item-list__btn.s-project__btn,
.project-item-list__btn.video-item__btn {
  -webkit-box-shadow: 0 8px 16px rgba(80, 87, 105, 0.1);
  box-shadow: 0 8px 16px rgba(80, 87, 105, 0.1);
}

.project-item-list__btn.s-cards__btn:hover,
.project-item-list__btn.s-project__btn:hover,
.project-item-list__btn.video-item__btn:hover {
  color: #fff !important;
}

.project-item-list__user-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1;
}

.project-item-list__user-count .icon {
  font-size: 0.875em;
  margin-right: 0.5625rem;
  color: rgba(255, 255, 255, 0.7);
}

.project-item-list__btn-wrap {
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  background-color: #fcfaf8;
}

.project-item-list:hover .project-item-list__btn-wrap {
  opacity: 1;
}

.project-item-list__label {
  letter-spacing: 0.1em;
  background: #aa3f59;
  border-radius: 1.25rem;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.25em 0.6875em 0.1875em;
  min-width: 1.5625em;
  font-size: 11px;
  text-align: left;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 4;
  position: relative;
}

.project-item-list__play {
  width: 2.8125rem;
  height: 2.8125rem;
  border: 1px solid currentColor;
  display: block;
  border-radius: 50%;
  margin-bottom: 0.625rem;
  color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.project-item-list__play::before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 0.5625rem solid transparent;
  border-left: 1.0125rem solid currentColor;
  border-top: 0.5625rem solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-left: 5%;
}

.project-item {
  position: relative;
  color: #fff;
  min-height: 426px;
  padding: 0.9375rem 0.9375rem 1.375rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 16px 32px rgba(80, 87, 105, 0.3);
  box-shadow: 0 16px 32px rgba(80, 87, 105, 0.3);
}

.project-item__hidden {
  display: none;
}

.project-item__hidden.active {
  display: block;
}

.project-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.8)),
    color-stop(46.88%, rgba(0, 0, 0, 0)),
    color-stop(83.33%, #3c414f)
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0) 46.88%,
    #3c414f 83.33%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0) 46.88%,
    #3c414f 83.33%
  );
  border-radius: 8px;
}

.project-item::after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.7)),
    to(#3c414f)
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0, #3c414f 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0, #3c414f 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.project-item:hover::after {
  opacity: 1;
}

.project-item--sm {
  min-height: 10.625rem;
}

.project-item--sm::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(
    148.63deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.7) 73.44%
  );
  background: linear-gradient(
    301.37deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.7) 73.44%
  );
  border-radius: 8px;
}

.project-item--sm::after {
  background: rgba(0, 0, 0, 0.8);
}

.project-item__header {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#aa3f59),
    to(#ff4545)
  );
  background: -o-linear-gradient(left, #aa3f59 0, #ff4545 100%);
  background: linear-gradient(90deg, #aa3f59 0, #ff4545 100%);
  border-radius: 8px 8px 0 0;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.9375rem -0.9375rem 0.9375rem;
}

.project-item__header p {
  padding-left: 22px;
  margin: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.project-item__header p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8967 9.75931C11.8101 9.06501 11.5531 8.33985 11.1534 7.66244C10.7907 7.04549 10.3148 6.45536 9.74001 5.90986C9.57851 5.75578 9.41442 5.60821 9.32969 5.54016L9.1345 5.37429C9.08685 5.33182 9.04677 5.29772 9.0071 5.26749L8.94868 5.22145C8.88488 5.17153 8.81908 5.11976 8.76446 5.06799C8.76027 5.0638 8.75568 5.05977 8.7509 5.05574C8.72438 5.03311 8.69587 5.01048 8.66397 4.98521C8.6225 4.9525 8.57545 4.91607 8.53358 4.87515C8.52819 4.87003 8.52261 4.86507 8.51703 4.85996C8.21956 4.60574 7.96934 4.37461 7.75242 4.15387C7.49841 3.89391 7.31897 3.67891 7.16984 3.45476C6.99718 3.19946 6.86798 2.91532 6.78624 2.60808C6.70868 2.32983 6.66342 2.0105 6.65126 1.65785C6.6393 1.34472 6.66382 1.04384 6.68914 0.792872C6.70748 0.625768 6.72822 0.477885 6.74855 0.347209C6.76431 0.245365 6.71426 0.143987 6.61477 0.0765558C6.51508 0.00896995 6.37911 -0.0159872 6.25171 0.0102101C6.0615 0.0488084 5.86651 0.0999628 5.67351 0.161968C5.26818 0.290474 4.86943 0.469205 4.48782 0.693819C4.00114 0.981059 3.57467 1.33588 3.22058 1.74775C2.78594 2.25108 2.4783 2.84308 2.33136 3.45771C2.16368 4.13403 2.18222 4.89716 2.38319 5.60526C2.574 6.29073 2.94344 6.99077 3.45305 7.63175C3.72241 7.9655 3.9806 8.24452 4.2362 8.47874C4.31237 8.55238 4.52211 8.74273 4.5243 8.7449L4.60804 8.81946C4.66666 8.87108 4.70853 8.90999 4.7512 8.94968C4.79067 8.9861 4.82317 9.01633 4.85946 9.0464L4.86564 9.05136C5.26439 9.42216 5.54551 9.69436 5.77759 9.93525C6.03399 10.2003 6.25948 10.4573 6.46664 10.7205C6.68735 11.0017 6.84505 11.2476 6.96269 11.4933C7.09547 11.7728 7.1828 12.0757 7.22327 12.3948C7.26055 12.6757 7.26075 12.9907 7.22427 13.3559C7.18758 13.6872 7.12119 13.9892 7.06895 14.2104C7.02988 14.3617 6.9916 14.5013 6.9567 14.6219C6.9272 14.7241 6.96568 14.831 7.05958 14.9061C7.13555 14.967 7.23882 15 7.34589 15C7.37121 15 7.39673 14.9981 7.42205 14.9944C7.60927 14.9659 7.7895 14.9287 7.96794 14.8816C8.38464 14.7762 8.79576 14.6229 9.18853 14.4271C9.69814 14.1766 10.1579 13.8554 10.5553 13.4733C11.037 13.0101 11.4132 12.4541 11.6431 11.8658C11.9009 11.2113 11.9888 10.4824 11.8967 9.75931Z' fill='%23C5AA79'/%3E%3Cpath d='M4.07917 11.6582C3.91309 11.3757 3.69577 11.106 3.43439 10.8581C3.36859 10.7954 3.28904 10.7233 3.25016 10.692L3.15825 10.6138C3.13432 10.5929 3.11698 10.5783 3.09864 10.5639L3.07351 10.5442C3.0444 10.5216 3.0153 10.4985 2.99057 10.4756C2.98619 10.4715 2.9816 10.4674 2.97682 10.4635L2.94232 10.4356C2.92219 10.4195 2.90245 10.4038 2.8855 10.3874C2.88112 10.3832 2.87653 10.379 2.87174 10.375C2.74036 10.2629 2.62731 10.1586 2.52782 10.0576C2.44368 9.97099 2.34619 9.86543 2.26006 9.73646C2.1813 9.61989 2.12269 9.49061 2.085 9.3497C2.04991 9.22305 2.02938 9.07734 2.0238 8.91659C2.01881 8.78312 2.02838 8.65694 2.03616 8.57369C2.04633 8.46379 1.98053 8.35776 1.8633 8.2956C1.74606 8.23344 1.59534 8.22445 1.46714 8.27173C1.3196 8.32645 1.17465 8.39527 1.03588 8.47681C0.813778 8.60811 0.619186 8.76994 0.45809 8.95751C0.319722 9.11764 0.136894 9.38334 0.0521588 9.73723C-0.0246012 10.0466 -0.0164269 10.3954 0.0752864 10.7182C0.162414 11.0314 0.331087 11.3512 0.564557 11.645C0.687572 11.7971 0.805205 11.9243 0.918451 12.0282C0.951747 12.0603 1.02392 12.1252 1.05602 12.1542L1.05542 12.1547L1.09091 12.186C1.11902 12.2106 1.13876 12.2289 1.1581 12.2472C1.17485 12.2632 1.1892 12.2764 1.20256 12.2872L1.20874 12.2923C1.33176 12.4066 1.49026 12.5559 1.62564 12.6965C1.74327 12.8178 1.84595 12.935 1.93986 13.0549C2.04014 13.1823 2.11212 13.2943 2.16575 13.4066C2.22636 13.5343 2.26644 13.673 2.28498 13.8197C2.30193 13.9476 2.30193 14.0914 2.28558 14.2561C2.27481 14.3539 2.25707 14.4571 2.23195 14.5717C2.20742 14.6825 2.26225 14.795 2.3749 14.8656C2.44687 14.9104 2.5354 14.9338 2.62492 14.9338C2.67536 14.9338 2.7264 14.9263 2.77465 14.9111C2.91341 14.8673 3.05079 14.8115 3.18038 14.7468C3.41305 14.6329 3.6234 14.4859 3.80583 14.3108C4.02554 14.0996 4.1972 13.8457 4.30227 13.5773C4.41851 13.2823 4.45958 12.9405 4.41851 12.6152C4.37863 12.2982 4.2614 11.9673 4.07917 11.6582Z' fill='%23C5AA79'/%3E%3C/svg%3E%0A");
}

.project-item__text {
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  min-height: 2em;
}

.project-item__text img {
  position: relative;
  top: -0.125em;
  margin-right: 0.3125rem;
  width: 25px;
}

.project-item__text p {
  font-size: 1rem;
}

.project-item__place {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  text-decoration: none !important;
  padding-bottom: 0.625rem;
}

.project-item__place .icon {
  font-size: 1.375em;
  margin-right: 0.3125em;
  position: relative;
  top: -0.1875rem;
}

.project-item__place:hover {
  color: #fff;
}

.project-item__place:hover .icon {
  color: #c5aa79;
}

.project-item__title {
  padding-bottom: 0.9375rem;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

.project-item__title a {
  color: #fff;
}

.project-item__price {
  position: relative;
  padding-top: 0.625rem;
}

.project-item__price .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-item__price .row .col-6 {
  width: auto;
  max-width: 50%;
}

.project-item__price::before {
  content: "";
  background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/svg/chevron-right-sm.svg);
  width: 1.25rem;
  height: 0.625rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.5rem;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.project-item__price:hover::before {
  opacity: 1;
}

.project-item__price-title {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
}

.project-item__number {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

.project-item__btn {
  -webkit-box-shadow: 0 8px 16px rgba(0, 162, 81, 0.25);
  box-shadow: 0 8px 16px rgba(0, 162, 81, 0.25);
  max-width: 14.125rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.project-item:hover .project-item__btn {
  opacity: 1;
}

.project-item__btn-wrap {
  display: none;
  padding-top: 1.875rem;
  padding-bottom: 0.3125rem;
}

.project-item__user-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1;
}

.project-item__user-count .icon {
  font-size: 0.875em;
  margin-right: 0.5625rem;
  color: rgba(255, 255, 255, 0.7);
}

.project-item:hover .project-item__header {
  display: none;
}

.project-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 510px;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
  background-color: #3c414f;
  -webkit-box-shadow: 0 16px 32px rgba(80, 87, 105, 0.3);
  box-shadow: 0 16px 32px rgba(80, 87, 105, 0.3);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(80, 87, 105, 0.3);
  z-index: 2;
}

.project-lg__head {
  text-align: center;
  padding: 1.875rem 1.5625rem 1.25rem;
}

.project-lg--blue {
  background: #004267;
}

.project-lg__label {
  letter-spacing: 0.1em;
  background: #aa3f59;
  border-radius: 1.25rem;
  display: inline-block;
  margin-bottom: 0.3125rem;
  padding: 0.3125em 0.9375em 0.1875em;
  min-width: 1.5625em;
  font-size: 11px;
  text-align: left;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 4;
  position: relative;
}

.project-lg__title {
  z-index: 4;
  position: relative;
  text-transform: uppercase;
  font-size: 211px;
  font-family: GaramondPremrPro;
  max-width: 13.75em;
  line-height: 1.14;
}

.project-lg__title em {
  letter-spacing: normal;
  text-transform: none;
  display: block;
}

.project-lg__title a {
  color: #fff;
}

.project-lg__title a:hover {
  color: #c5aa79;
}

.project-lg__title a:focus {
  color: #b9a073;
}

.project-lg a {
  text-decoration: none !important;
}

.project-lg__center {
  z-index: 5;
  position: absolute;
  width: 100%;
  top: 20%;
  left: 0;
}

.project-lg__play {
  border: 1px solid #fff;
  width: 80px;
  height: 80px;
  display: block;
  color: #fff;
  border-radius: 50%;
  position: relative;
  margin: 3.75rem auto 0.3125rem;
}

.project-lg__play:hover {
  color: #c5aa79;
}

.project-lg__play:focus {
  color: #b9a073;
}

.project-lg__play::before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 15.75px solid transparent;
  border-left: 28.8px solid currentColor;
  border-top: 15.75px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-left: 5%;
}

.project-lg__center-text {
  font-size: 1.875rem;
  margin-bottom: 3.4375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 12.875em;
  text-align: center;
  line-height: 1.2;
}

.project-lg-wrap {
  height: auto;
  position: relative;
  margin-bottom: 2.1875rem;
}

.project-lg-wrap ul {
  list-style-type: none;
  z-index: 10;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-lg-wrap li {
  padding-top: 1.25rem;
  width: 33.33333%;
  padding-left: 10px;
  padding-right: 1px;
  letter-spacing: 0.02em;
  line-height: 1;
}

.project-lg-wrap__btn {
  color: #fff;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  bottom: 10%;
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
  background-color: transparent !important;
  border-color: #fff;
  margin-top: 2.5rem;
}

.project-lg-wrap__btn:hover {
  background-color: #fff !important;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
  color: #c5aa79;
}

.project-lg-wrap__btn:focus {
  color: #fff;
  background-color: #b9a073 !important;
  border-color: #b9a073 !important;
  -webkit-box-shadow: 0 4px 8px rgba(197, 170, 121, 0.5) !important;
  box-shadow: 0 4px 8px rgba(197, 170, 121, 0.5) !important;
}

.s-team__col {
  margin-bottom: 3.75rem;
}

.s-team-item {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.5625rem;
}

.s-team-item__img-wrap {
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 16px rgba(80, 87, 105, 0.05);
  box-shadow: 0 8px 16px rgba(80, 87, 105, 0.05);
  margin-bottom: 0.9375rem;
}

.s-team-item:hover .s-team-item__caption {
  opacity: 1;
}

.s-team-item__caption {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  padding: 1.875rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.s-team-item__caption p {
  font-size: 0.8125rem;
  line-height: 130%;
  margin-bottom: auto;
  padding-bottom: 2rem;
  color: #fff;
}

.s-team-item .soc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-team-item__title {
  text-align: center;
}

.s-team-item__sm {
  text-align: center;
  font-size: 0.8125rem;
}

.about-icon-block020__icon-img {
  position: relative;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  background-color: #3c414f;
  padding: 55px 40px 30px;
  margin-bottom: 40px;
}

.about-icon-block020__description-after-foto {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.about-icon-block020__description-after-foto p {
  font-family: GaramondPremrPro;
  line-height: 135%;
  color: #505769;
  font-size: 18px;
  margin-bottom: 25px;
}

.about-icon-block020__description-after-foto p:last-child {
  margin-bottom: 0;
}

.sDonateTargetContent .page-head {
  padding-bottom: 6px;
}

.sDonateTargetContent .page-head h1 {
  color: #505769;
}

.sDonateTargetContent__default-foto-block {
  margin-bottom: 20px;
}

.sDonateTargetContent__img-block {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.sDonateTargetContent__img-block img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.donate-form-local023 {
  padding-top: 2.6875rem;
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
}

.donate-form-local023__group-title {
  line-height: 130%;
  text-align: center;
  color: #505769;
  margin-bottom: 1.625rem;
}

.donate-form-local023 .donate-input-name-box {
  position: relative;
  height: 3.125rem;
  margin-bottom: 1.25rem;
}

.donate-form-local023 .donate-input-name-box input {
  font-size: 21px;
  line-height: 130%;
  padding-top: 0.84375rem;
  color: #505769;
  height: 3.125rem;
  margin-bottom: 0;
}

.sMainPage .page-head {
  padding-top: 1.9375rem;
  padding-bottom: 9px;
}

.sMainPage .page-head .container h1 {
  color: #505769;
}

.sMainPage .page-head .container h1:before {
  margin-bottom: 0 !important;
}

.sMainPage .container {
  position: relative;
}

.sMainPage__content {
  max-width: var(--about-W);
  margin-left: auto;
  margin-right: auto;
}

.sMainPage__content-1140 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.sMainPage #video p {
  font-family: GaramondPremrPro;
  line-height: 135%;
  color: #505769;
  font-size: 18px;
  margin-bottom: 20px;
}

.sMainPage #video p:last-child {
  margin-bottom: 0;
}

.sMainPage #about-icon {
  position: relative;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  padding-top: 40px;
}

.sMainPage__content.about-icon {
  position: relative;
  z-index: 5;
}

.sMainPage__content.about-icon > p {
  font-family: GaramondPremrPro;
  line-height: 135%;
  color: #505769;
  font-size: 24px;
  margin-bottom: 20px;
}

.sMainPage__content.about-icon > p:last-child {
  margin-bottom: 0;
}

.donate-target019 {
  padding-top: 40px;
}

.donate-target019 p {
  font-family: GaramondPremrPro;
  line-height: 135%;
  color: #505769;
  font-size: 18px;
  margin-bottom: 20px;
}

.donate-target019 p:last-child {
  margin-bottom: 0;
}

.project-019 {
  padding-top: 20px;
}

.project-019 > p {
  font-family: GaramondPremrPro;
  line-height: 135%;
  color: #505769;
  font-size: 18px;
  margin-bottom: 20px;
}

.project-019 > p:last-child {
  margin-bottom: 0;
}

.project-019 .video-link019__video-link {
  padding-top: 61.3%;
  margin-bottom: 10px;
}

.project-019__donate-btn {
  margin-bottom: 40px;
}

.donate-form {
  padding-top: 32px;
}

.donate-form .page-head h1,
.donate-form .page-head__sub-title,
.donate-form h2,
.page-head .donate-form h1 {
  padding: 0 5px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: #505769;
  margin-bottom: 20px;
  font-size: 21px;
}

.donate-form p {
  font-family: GaramondPremrPro;
  line-height: 135%;
  color: #505769;
  font-size: 18px;
  margin-bottom: 20px;
}

.donate-form .agreement-019 {
  color: #505769;
  text-decoration: none !important;
}

.donate-form .agreement-019:hover {
  color: #c5aa79;
}

.video-link019 {
  margin-top: 60px;
}

.video-link019__video-link {
  display: block;
  position: relative;
  padding-top: 61.33%;
  border-radius: 8px;
  -webkit-box-shadow: 0 16px 32px rgba(80, 87, 105, 0.3);
  box-shadow: 0 16px 32px rgba(80, 87, 105, 0.3);
  margin-bottom: 19px;
}

.video-link019__video-link-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  border-radius: 8px;
}

.video-link019__video-link-img img {
  opacity: 0.5;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-link019__play-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  color: #fff;
}

.video-link019__play-btn:hover {
  color: #c5aa79;
}

.video-link019__play-btn::before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 13.2px solid transparent;
  border-left: 24px solid currentColor;
  border-top: 13.2px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-left: 5%;
}

.donate-form-local019 {
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
}

.donate-form-local019__group-title {
  font-family: GaramondPremrPro;
  line-height: 130%;
  text-align: center;
  color: #505769;
  font-size: 25px;
  margin-bottom: 20px;
}

.donate-form-local019__group-title.small-title {
  font-family: Circe;
  line-height: 120%;
  text-align: center;
  color: #505769;
  font-size: 21px;
  margin-bottom: 20px;
}

.donate-form-local019 .donate-input-name-box {
  position: relative;
  height: 3.125rem;
  margin-bottom: 10px;
}

.donate-form-local019 .donate-input-name-box input {
  font-size: 21px;
  line-height: 130%;
  padding-top: 0.84375rem;
  padding-left: 1.25rem;
  color: #505769;
  height: 3.125rem;
  margin-bottom: 0;
}

.video__container {
  max-width: 750px;
  margin: 0 auto;
}

.sMainPage__caption {
  text-align: center;
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  color: rgba(80, 87, 105, 0.5);
  margin-top: 20px;
  margin-bottom: 40px;
}

.about-icon__button {
  background: #fff;
  border: 1px solid #c5aa79;
  -webkit-box-shadow: 0 8px 16px rgba(80, 87, 105, 0.1);
  box-shadow: 0 8px 16px rgba(80, 87, 105, 0.1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #505769;
  font-family: Circe;
  text-transform: uppercase;
  margin: 40px auto 140px;
}

.about-icon__button:hover {
  color: #fff;
}

.sMainPage__content p {
  margin-bottom: 25px;
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 135%;
  color: #505769;
}

.sMainPage__content ul {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 75px;
}

.sMainPage__content ul:last-of-type {
  margin-top: 30px;
}

.sMainPage__content li {
  position: relative;
  max-width: 360px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  margin: 15px;
}

.sMainPage__content li:hover .hover_gold {
  color: #c5aa79;
}

.sMainPage__content li a {
  display: block;
  padding: 20px;
}

.sMainPage__content li a:hover {
  text-decoration: none;
}

.sMainPage__content li img {
  -o-object-fit: cover;
  object-fit: cover;
}

.sMainPage__content li p {
  position: relative;
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 10px;
}

.sMainPage__content li p:first-child {
  letter-spacing: 0.15em;
  font-size: 1rem;
  text-transform: uppercase;
}

.sMainPage__content li p:last-child {
  padding-left: 40px;
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400;
}

.sMainPage__content li p:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15.0845' r='14' fill='%2300B259' stroke='white' stroke-width='2'/%3E%3Cpath d='M9.75 15.1851L13.7744 19.2095L21.2744 11.7095' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.sMainPage__about-icon__desc {
  padding: 0 20px;
}

.sMainPage__about-icon__desc p {
  margin: 0 auto;
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 135%;
  text-align: center;
  color: #c5aa79;
}

.sMainPage__about-icon__desc p span {
  font-style: italic;
  color: #505769;
}

.sMainPage__level_active {
  margin-top: 54px;
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 120%;
  color: #fff;
}

.hover_gold:hover,
.sMainPage__level_active:hover {
  color: #c5aa79;
}

p.level__active {
  padding-left: 20px;
}

p.level__active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8967 9.75931C11.8101 9.06501 11.5531 8.33985 11.1534 7.66244C10.7907 7.04549 10.3148 6.45536 9.74001 5.90986C9.57851 5.75578 9.41442 5.60821 9.32969 5.54016L9.1345 5.37429C9.08685 5.33182 9.04677 5.29772 9.0071 5.26749L8.94868 5.22145C8.88488 5.17153 8.81908 5.11976 8.76446 5.06799C8.76027 5.0638 8.75568 5.05977 8.7509 5.05574C8.72438 5.03311 8.69587 5.01048 8.66397 4.98521C8.6225 4.9525 8.57545 4.91607 8.53358 4.87515C8.52819 4.87003 8.52261 4.86507 8.51703 4.85996C8.21956 4.60574 7.96934 4.37461 7.75242 4.15387C7.49841 3.89391 7.31897 3.67891 7.16984 3.45476C6.99718 3.19946 6.86798 2.91532 6.78624 2.60808C6.70868 2.32983 6.66342 2.0105 6.65126 1.65785C6.6393 1.34472 6.66382 1.04384 6.68914 0.792872C6.70748 0.625768 6.72822 0.477885 6.74855 0.347209C6.76431 0.245365 6.71426 0.143987 6.61477 0.0765558C6.51508 0.00896995 6.37911 -0.0159872 6.25171 0.0102101C6.0615 0.0488084 5.86651 0.0999628 5.67351 0.161968C5.26818 0.290474 4.86943 0.469205 4.48782 0.693819C4.00114 0.981059 3.57467 1.33588 3.22058 1.74775C2.78594 2.25108 2.4783 2.84308 2.33136 3.45771C2.16368 4.13403 2.18222 4.89716 2.38319 5.60526C2.574 6.29073 2.94344 6.99077 3.45305 7.63175C3.72241 7.9655 3.9806 8.24452 4.2362 8.47874C4.31237 8.55238 4.52211 8.74273 4.5243 8.7449L4.60804 8.81946C4.66666 8.87108 4.70853 8.90999 4.7512 8.94968C4.79067 8.9861 4.82317 9.01633 4.85946 9.0464L4.86564 9.05136C5.26439 9.42216 5.54551 9.69436 5.77759 9.93525C6.03399 10.2003 6.25948 10.4573 6.46664 10.7205C6.68735 11.0017 6.84505 11.2476 6.96269 11.4933C7.09547 11.7728 7.1828 12.0757 7.22327 12.3948C7.26055 12.6757 7.26075 12.9907 7.22427 13.3559C7.18758 13.6872 7.12119 13.9892 7.06895 14.2104C7.02988 14.3617 6.9916 14.5013 6.9567 14.6219C6.9272 14.7241 6.96568 14.831 7.05958 14.9061C7.13555 14.967 7.23882 15 7.34589 15C7.37121 15 7.39673 14.9981 7.42205 14.9944C7.60927 14.9659 7.7895 14.9287 7.96794 14.8816C8.38464 14.7762 8.79576 14.6229 9.18853 14.4271C9.69814 14.1766 10.1579 13.8554 10.5553 13.4733C11.037 13.0101 11.4132 12.4541 11.6431 11.8658C11.9009 11.2113 11.9888 10.4824 11.8967 9.75931Z' fill='%23ff4545'/%3E%3Cpath d='M4.07917 11.6582C3.91309 11.3757 3.69577 11.106 3.43439 10.8581C3.36859 10.7954 3.28904 10.7233 3.25016 10.692L3.15825 10.6138C3.13432 10.5929 3.11698 10.5783 3.09864 10.5639L3.07351 10.5442C3.0444 10.5216 3.0153 10.4985 2.99057 10.4756C2.98619 10.4715 2.9816 10.4674 2.97682 10.4635L2.94232 10.4356C2.92219 10.4195 2.90245 10.4038 2.8855 10.3874C2.88112 10.3832 2.87653 10.379 2.87174 10.375C2.74036 10.2629 2.62731 10.1586 2.52782 10.0576C2.44368 9.97099 2.34619 9.86543 2.26006 9.73646C2.1813 9.61989 2.12269 9.49061 2.085 9.3497C2.04991 9.22305 2.02938 9.07734 2.0238 8.91659C2.01881 8.78312 2.02838 8.65694 2.03616 8.57369C2.04633 8.46379 1.98053 8.35776 1.8633 8.2956C1.74606 8.23344 1.59534 8.22445 1.46714 8.27173C1.3196 8.32645 1.17465 8.39527 1.03588 8.47681C0.813778 8.60811 0.619186 8.76994 0.45809 8.95751C0.319722 9.11764 0.136894 9.38334 0.0521588 9.73723C-0.0246012 10.0466 -0.0164269 10.3954 0.0752864 10.7182C0.162414 11.0314 0.331087 11.3512 0.564557 11.645C0.687572 11.7971 0.805205 11.9243 0.918451 12.0282C0.951747 12.0603 1.02392 12.1252 1.05602 12.1542L1.05542 12.1547L1.09091 12.186C1.11902 12.2106 1.13876 12.2289 1.1581 12.2472C1.17485 12.2632 1.1892 12.2764 1.20256 12.2872L1.20874 12.2923C1.33176 12.4066 1.49026 12.5559 1.62564 12.6965C1.74327 12.8178 1.84595 12.935 1.93986 13.0549C2.04014 13.1823 2.11212 13.2943 2.16575 13.4066C2.22636 13.5343 2.26644 13.673 2.28498 13.8197C2.30193 13.9476 2.30193 14.0914 2.28558 14.2561C2.27481 14.3539 2.25707 14.4571 2.23195 14.5717C2.20742 14.6825 2.26225 14.795 2.3749 14.8656C2.44687 14.9104 2.5354 14.9338 2.62492 14.9338C2.67536 14.9338 2.7264 14.9263 2.77465 14.9111C2.91341 14.8673 3.05079 14.8115 3.18038 14.7468C3.41305 14.6329 3.6234 14.4859 3.80583 14.3108C4.02554 14.0996 4.1972 13.8457 4.30227 13.5773C4.41851 13.2823 4.45958 12.9405 4.41851 12.6152C4.37863 12.2982 4.2614 11.9673 4.07917 11.6582Z' fill='%23ff4545'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.text-success_black {
  position: relative;
  padding-left: 21px;
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 135%;
  color: #505769 !important;
  margin-bottom: 20px;
}

.text-success_black::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 8px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.62054 4.37946L12 6L7.62054 7.62054L6 12L4.37946 7.62054L0 6L4.37946 4.37946L6 0Z' fill='%23C5AA79'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-level-js ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.level_active:hover {
  color: #c5aa79;
}

.swiper-level-js li:hover {
  opacity: 1;
}

.tab {
  display: none;
}

.tab_active {
  display: block;
}

.all-themes-block {
  margin-right: 20px;
}

.all-themes-block__all-themes-btn {
  position: relative;
  display: block;
  line-height: 130%;
  color: #505769;
  font-size: 13px;
}

.all-themes-block__all-themes-btn:after {
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  position: absolute;
  left: calc(100% + 0px);
  top: 0;
  content: "";
  height: 100%;
  width: 10px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/chevron-down.png);
  background-position: center;
}

.text-center_btn {
  margin-top: 85px;
}

.level__icon {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.top-line-sub-inner024 .container {
  padding-left: 15px;
  padding-right: 15px;
}

.top-line {
  z-index: 800;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  left: 0;
  width: 100%;
  position: fixed;
  top: 0;
}

.top-line__inner {
  background: #3c414f;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.top-line.fixed {
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
}

.top-line__col {
  width: auto;
}

.top-line .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-line__logo {
  text-align: center;
  display: none;
  color: #fff;
}

.top-line__logo:hover {
  color: #c5aa79;
}

.top-line__logo .icon {
  font-size: 3.3125rem;
}

.top-line__logo img {
  position: relative;
}

.top-line__logo_mobil {
  display: block;
}

.top-line-sub-inner {
  position: relative;
  margin-bottom: 20px;
}

.top-line-sub {
  height: 58px;
  text-align: center;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  position: absolute;
  z-index: 799;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
}

.top-line-sub.fixed-ready {
  z-index: 900;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(80, 87, 105, 0.1);
  box-shadow: 0 1px 4px rgba(80, 87, 105, 0.1);
  position: fixed;
}

.top-line-sub .container > ul {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--about-W);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  text-transform: uppercase;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-line-sub .container > ul > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-line-sub .container > ul > li:hover ul {
  display: block;
}

.top-line-sub .container > ul > li > a {
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #505769;
  text-decoration: none !important;
  font-weight: 700;
}

.top-line-sub .container > ul > li > a:hover {
  color: #c5aa79;
}

.top-line-sub .menu-item-has-children {
  height: auto;
  margin: 0;
}

.top-line-sub .menu-item-has-children > a {
  position: relative;
}

.top-line-sub .menu-item-has-children > a:after {
  display: none;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  position: absolute;
  left: calc(100% + 0px);
  top: 0;
  content: "";
  height: 100%;
  width: 10px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/chevron-down.png);
  background-position: center;
}

.top-line-sub .menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top-line-sub .sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 30px -15px #727b94;
  box-shadow: 5px 5px 30px -15px #727b94;
  left: 0;
  top: 100%;
  height: auto;
  width: 200px;
  padding: 20px;
  border-radius: 0.25rem;
}

.top-line-sub .sub-menu li {
  display: block;
  padding-bottom: 10px;
}

.top-line-sub .sub-menu li:last-child {
  padding-bottom: 0;
}

.top-line-sub .sub-menu a {
  display: block;
  text-decoration: none !important;
  text-transform: none;
  text-align: left;
}

.top-line-btn {
  margin: 0;
  display: none;
}

.toggle-menu-mobile--js p {
  display: none;
  margin-left: 10px;
  text-transform: uppercase;
}

.form-wrap,
.link-donate {
  display: block;
}

.top-line-sub_padding {
  padding-top: 0;
}

.top-line-sub_top {
  top: 81px;
}

.link-donate__icon-wrap {
  background-color: #00b259;
  border: none !important;
}

.swiper__menu {
  overflow: hidden;
  margin: 0 auto;
}

.fixed-ready .swiper__menu {
  height: 100%;
}

.top-line-sub.fixed-ready {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.top-line-sub.fixed-ready.fixed {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.toggle-menu-mobile {
  display: block;
  height: 1.5em;
  position: relative;
  color: #fff;
  z-index: 110;
  cursor: pointer;
}

.toggle-menu-mobile p {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.toggle-menu-mobile:hover span,
.toggle-menu-mobile:hover span:after,
.toggle-menu-mobile:hover span:before {
  background-color: #c5aa79;
}

.toggle-menu-mobile:hover p {
  color: #c5aa79;
}

.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
  content: "";
  position: absolute;
  left: 0;
}

.toggle-menu-mobile span {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  display: block;
}

.toggle-menu-mobile span:before {
  top: 0.3em;
}

.toggle-menu-mobile span:after {
  bottom: 0.3em;
}

.toggle-menu-mobile span,
.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
  font-size: 35px;
  width: 1em;
  height: 1px;
  background-color: #c5aa79;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 6px;
  background-color: #c5aa79;
}

.toggle-menu-mobile.on span {
  background-color: transparent;
}

.toggle-menu-mobile.on span:after,
.toggle-menu-mobile.on span:before {
  top: 0;
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.toggle-menu-mobile.on span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-menu-mobile.on span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-mobile {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: translate(-120%, 0);
  -ms-transform: translate(-120%, 0);
  transform: translate(-120%, 0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  will-change: transform;
}

.menu-mobile__head {
  padding-bottom: 1.875rem;
}

.menu-mobile__inner {
  background: #3c414f;
  -webkit-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.2);
  padding: 1.875rem 1.25rem 5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  position: relative;
}

.menu-mobile__inner .menu-mobile__inner {
  height: 100%;
}

.menu-mobile.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu-mobile.active .toggle-menu-mobile {
  opacity: 1;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
}

.menu-mobile .toggle-menu-mobile {
  position: absolute;
  opacity: 0;
  left: 2.1875rem;
  color: #fff;
  top: 2.1875rem;
  z-index: 99;
  background-color: transparent;
}

.menu-mobile .toggle-menu-mobile .icon {
  font-size: 0.75rem;
  color: transparent;
  stroke: #fff;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.menu-mobile .toggle-menu-mobile .icon:hover {
  stroke: #c5aa79;
}

.menu-mobile .toggle-menu-mobile .icon:focus {
  stroke: #b9a073;
}

.menu-mobile .toggle-menu-mobile .icon-close {
  font-size: 1.25rem;
}

.menu-mobile .toggle-menu-mobile.on {
  opacity: 1;
}

.menu-mobile ul {
  position: relative;
  padding-top: 0.9375rem;
}

.menu-mobile .nav--lg {
  padding-top: 0.9375rem;
  border-bottom: 1px solid #505769;
  padding-bottom: 0.9375rem;
}

.menu-mobile .nav--sm li {
  margin-bottom: 0.5em;
}

.menu-mobile .nav.ttu li {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

.menu-mobile li {
  display: block;
}

.menu-mobile li a {
  text-decoration: none !important;
  display: block;
}

.menu-mobile li a:not(:hover) {
  color: #fff;
}

.menu-mobile li a:hover {
  color: #c5aa79;
}

.menu-mobile li a:focus {
  color: #b9a073;
}

.menu-mobile__btn {
  border-radius: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  color: #fff !important;
}

.menu-mobile__text {
  padding-top: 1.25rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
}

.menu-mobile__text a {
  text-decoration: none !important;
}

.menu-mobile__text a:not(:hover) {
  color: rgba(255, 255, 255, 0.5);
}

.menu-mobile__text a:focus {
  color: #b9a073;
}

.menu-mobile .soc {
  padding-top: 1.25rem;
}

.menu-mobile__label {
  text-transform: uppercase;
  color: #fff;
  background: #aa3f59;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.5rem;
  padding: 0.3125rem 0.625rem 0.125rem;
  font-family:
    Circe,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  line-height: 120%;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-mobile__title {
  max-width: 300px;
}

.menu-mobile__body,
.menu-mobile__head {
  position: relative;
  z-index: 4;
}

.menu-mobile-sub--project .menu-mobile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.menu-mobile-sub--project .menu-mobile__inner::after {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(60, 65, 79, 0.5)),
    to(#3c414f)
  );
  background: -o-linear-gradient(top, rgba(60, 65, 79, 0.5) 0, #3c414f 100%);
  background: linear-gradient(180deg, rgba(60, 65, 79, 0.5) 0, #3c414f 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 25rem;
  position: absolute;
  z-index: -1;
}

.menu-mobile-sub--project .menu-mobile__inner .font-default li {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

.projects-nav a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.projects-nav__img-wrap {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}

.projects-nav__img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.top-nav {
  z-index: 20;
  padding-top: 1.25rem;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
  padding-bottom: 10px;
  top: 0;
  left: 0;
  width: 100%;
}

.top-nav__col {
  width: calc(12.5rem + 30px);
}

.top-nav .nav {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  margin-bottom: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.125rem;
}

.top-nav .nav > * {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.top-nav .nav__item {
  display: block;
  text-align: center;
}

.top-nav .nav--lg {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.top-nav .nav--lg > * {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.top-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.top-nav .link-donate__icon-wrap {
  position: relative;
  top: -0.375rem;
}

.top-nav .soc a {
  color: #505769;
  text-decoration: none !important;
}

.top-nav .soc a:hover {
  color: #c5aa79;
}

.top-nav .soc a:focus {
  color: #b9a073;
}

.nav {
  list-style-type: none;
  margin-bottom: 0;
}

.nav__item {
  display: block;
}

.nav__item--has-children {
  position: relative;
}

.nav__item--has-children .toggle-l {
  content: "";
  position: absolute;
  right: -0.625rem;
  background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/svg/chevron-right-white.svg);
  width: 2.5rem;
  height: 1.25rem;
  background-size: 1.25rem 0.625rem;
  background-repeat: no-repeat;
  background-position: center;
  top: 0.375em;
  cursor: pointer;
}

.nav--lg {
  font-size: 23.4px;
  font-weight: 500;
}

.nav--lg .menu-mobile__inner {
  font-size: 1rem;
}

.nav__link {
  color: #505769;
  text-decoration: none !important;
}

.nav__link:hover {
  color: #c5aa79;
}

.nav__link:focus {
  color: #b9a073;
}

.link-donate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  letter-spacing: 0.12187rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  margin-left: auto;
}

.link-donate.active,
.link-donate:hover {
  color: #c5aa79;
}

.link-donate__icon-wrap {
  margin-right: 0 !important;
  border-radius: 8px;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  transition: 0.36s;
}

.link-donate__icon-wrap:hover {
  background-color: #c5aa79;
}

.link-donate__icon-wrap .icon {
  color: #fff;
  font-size: 1.25rem;
}

.link-donate:focus,
.link-donate:hover {
  color: #b9a073;
}

.link-donate:hover .link-donate__icon-wrap {
  background-color: #007f40;
}

.video {
  width: 22.5rem;
}

.urgebadze-new .top-line__col {
  width: calc(100% / 3);
}

.urgebadze-new .text-right {
  display: flex;
}

.urgebadze-new .top-line__logo {
  padding-left: 0;
}

.urgebadze-new .toggle-menu-mobile--js p {
  right: unset;
  left: 50px;
}

.urgebadze-new .link-donate__icon-wrap {
  background-color: unset;
}

.urgebadze-new .link-donate {
  display: flex;
}

.urgebadze-new .link-donate__icon-wrap {
  background-color: unset;
}

.urgebadze-new .icon-donate {
  fill: #c5aa79;
}

.urgebadze-new .link-donate:hover .link-donate__icon-wrap {
  background-color: unset !important;
}

.urgebadze-new .top-line-row {
  flex-wrap: nowrap;
}

.about-urgebadze .video-link019 {
  margin-top: 0;
}

@media (min-width: 500px) {
  .project-lg {
    min-height: 420px;
  }
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .donate-form-local019 .donate-input-name-box .form-inline input,
  .donate-form-local023 .donate-input-name-box .form-inline input,
  .form-inline .donate-form-local019 .donate-input-name-box input,
  .form-inline .donate-form-local023 .donate-input-name-box input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
  }

  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  body,
  html {
    font-size: 14px;
  }

  .section {
    padding-top: 3.0625rem;
    padding-bottom: 1.75rem;
  }

  .section-title {
    padding-bottom: 1.5625rem;
  }

  .section-title__text {
    padding-top: 1.5625rem;
    font-size: 1.875rem;
  }

  .donate-form-local023__title {
    font-size: 1.875rem;
  }

  .sertBlock__content p {
    font-size: 1.5rem;
  }

  .sertBlock__block {
    padding: 1.875rem 5rem;
  }

  .sertBlock__block p {
    font-size: 1.5rem;
  }

  .sertBlock__card {
    margin-bottom: 0;
  }

  .btn-right {
    margin: 0 0 0 auto;
  }

  .flex-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .br-bottom0:first-child span {
    border-radius: 4px 0 0 !important;
  }

  .br-bottom0:last-child span {
    border-radius: 0 4px 0 0 !important;
  }

  .br-top0:first-child span {
    border-radius: 0 0 0 4px !important;
  }

  .br-top0:last-child span {
    border-radius: 0 0 4px !important;
  }

  .br-top0_unset:first-child span {
    border-radius: 0 0 0 4px !important;
  }

  .footer__bottom {
    text-align: left;
  }

  .footer__col {
    padding-bottom: 2.5rem;
    text-align: left;
  }

  .footer .dop-info {
    padding-bottom: 0.875rem;
  }

  .footer .info-fond,
  .footer__vopr {
    padding-bottom: 0;
  }

  .socc {
    padding-left: 0.25rem;
  }

  .header-block {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    position: relative;
    z-index: 3;
    background: 0 0;
    padding: 40px 40px 0;
  }

  .header-block .logo-img {
    max-width: 20rem;
    margin-bottom: 1.875rem;
  }

  .header-block__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    padding-top: 0.9375rem;
    padding-bottom: 2.5rem;
    max-width: 100%;
  }

  .header-block__text {
    font-size: 1.5rem;
    max-width: none;
  }

  .header {
    min-height: 4.0625rem;
  }

  .modal-text {
    max-width: 1000px;
  }

  .s-about__group ul li {
    padding-left: 4.6875rem;
    font-size: 1.3125rem;
    margin-bottom: 1.5em;
  }

  .s-about__group ul li::before {
    width: 1.25rem;
    height: 1.875rem;
  }

  .video-block {
    -webkit-box-shadow: 0 16px 32px rgba(80, 87, 105, 0.3);
    box-shadow: 0 16px 32px rgba(80, 87, 105, 0.3);
    overflow: hidden;
    border-radius: 8px;
    display: block;
    position: relative;
    height: auto;
    min-height: 1px;
  }

  .video-block::before {
    content: "";
    position: relative;
    height: 0;
    display: block;
    padding-bottom: 61.33333%;
  }

  .s-cards__img-wrap {
    margin-bottom: 1rem;
    display: block;
    position: relative;
  }

  .s-cards__img-wrap::before {
    content: "";
    position: relative;
    height: 0;
    display: block;
    padding-bottom: 100%;
  }

  .s-cards__img-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 100%;
    max-width: 100%;
  }

  .s-cards__item {
    display: block;
    padding: 0.75rem;
    max-width: 21.25rem;
  }

  .s-cards__item:hover {
    background: #3c414f;
    -webkit-box-shadow: 0 8px 16px rgba(80, 87, 105, 0.25);
    box-shadow: 0 8px 16px rgba(80, 87, 105, 0.25);
  }

  .input-btn:first-child .input-btn__title {
    border-radius: 4px 0 0 4px;
  }

  .input-btn:last-child .input-btn__title {
    border-radius: 0 4px 4px 0;
  }

  .s-form .form-wrap,
  .s-form-22 .form-wrap {
    padding: 1.875rem 2.8125rem 1.25rem;
  }

  .s-form-22 {
    padding-top: calc(80px - 1rem);
  }

  .s-logo {
    padding: 3.125rem 0 4.375rem;
  }

  .project-item-list {
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }

  .project-item-list__img-wrap {
    width: 4.25rem;
    height: 4.25rem;
  }

  .project-item-list__text {
    font-size: 1.3125rem;
  }

  .project-item-list__title {
    font-size: 1.5rem;
  }

  .project-item-list__number {
    font-size: 1.375rem;
  }

  .project-item-list__user-count {
    font-size: 2.375rem;
  }

  .project-item {
    font-size: 1rem;
    padding: 1.25rem;
    min-height: 31.875rem;
  }

  .project-item--sm {
    min-height: 18.4375rem;
  }

  .project-item__header {
    margin: -1.25rem -1.25rem 1.25rem;
  }

  .project-item__text {
    font-size: 1.3125rem;
  }

  .project-item__place {
    font-size: 0.875rem;
  }

  .project-item__title {
    padding-bottom: 0.625rem;
    font-size: 1.5rem;
  }

  .project-item__number {
    font-size: 1.25rem;
  }

  .project-item__user-count {
    font-size: 2.375rem;
  }

  .project-lg {
    display: block;
    position: relative;
  }

  .project-lg::before {
    content: "";
    position: relative;
    height: 0;
    display: block;
    padding-bottom: 61.40351%;
  }

  .project-lg__head {
    position: absolute;
    text-align: left;
    left: 0;
    top: 0;
  }

  .project-lg__title em {
    font-size: 0.9em;
  }

  .about-icon-block020__icon-img {
    position: static;
    width: 100%;
    left: unset;
    background-color: transparent;
    padding: 0;
    margin-bottom: 3.75rem;
  }

  .about-icon-block020__description-after-foto {
    padding-left: 0;
    padding-right: 0;
  }

  .sMainPage .page-head {
    padding-bottom: 2.1875rem;
  }

  .donate-form .page-head h1,
  .donate-form .page-head__sub-title,
  .donate-form h2,
  .page-head .donate-form h1 {
    padding: 0;
  }

  .sMainPage__content p {
    font-size: 1.5rem;
  }

  .sMainPage__about-icon__desc p {
    font-size: 1.625rem;
  }

  .text-success_black {
    font-size: 1.3125rem;
  }

  .menu-mobile {
    width: 22.5rem;
  }

  .menu-mobile__inner {
    padding: 1.875rem 2.1875rem 5rem;
  }
}

@media (min-width: 720px) {
  .toggle-menu-mobile--js p {
    display: block;
    position: absolute;
    margin: 0;
    right: -70px;
  }
}

@media (min-width: 768px) {
  .icon-logo-top-fond {
    display: none;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
  }

  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
  }

  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  body,
  html {
    font-size: 16px;
  }

  .page-head {
    --ptH: 3.75rem;
    --pbH: 2.5rem;
  }

  .sertBlock__price {
    font-size: 4.5rem;
  }

  .sertBlock__price span {
    font-size: 4.0625rem;
  }

  .sertBlock__price-desc {
    font-size: 1.3125rem;
  }

  .sertBlock__desc {
    font-size: 1.5rem;
  }

  .header-block__main-title {
    font-size: 64px;
  }

  .header {
    z-index: 7;
  }

  .soc {
    margin: 0 -0.9375rem;
  }

  .soc__item {
    margin: 0 0.9375rem;
  }

  .info-block__body p,
  .info-block__head p {
    font-size: 1.3125rem;
  }

  .info-block {
    min-height: 100%;
    border-radius: 8px 0 0 8px;
    width: 22.5rem;
  }

  .s-form .form-wrap {
    padding: 1.875rem 4.6875rem 0.9375rem 8.125rem;
    background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/@2x/bird.png);
  }

  .s-form .form-wrap__title {
    text-align: left;
  }

  .s-form-22 .form-wrap {
    padding: 1.875rem 4.6875rem 0.9375rem 8.125rem;
    background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/@2x/bird.png);
  }

  .s-form-22 .form-wrap__title {
    text-align: left;
  }

  .s-project__head .title {
    font-size: 21px;
  }

  .head_width {
    font-size: 21px;
    padding: 1.1rem 1.4em;
  }

  .project-lg__center {
    top: 25%;
  }

  .project-lg-wrap ul {
    max-width: 15.375rem;
    padding: 1.875rem 1.5625rem 1.25rem;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .project-lg-wrap li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-top: 0;
    margin-bottom: 1.875rem;
  }

  .project-lg-wrap {
    margin-bottom: 3.75rem;
  }

  .about-icon-block020__description-after-foto {
    margin-right: -5px;
  }

  .about-icon-block020__description-after-foto p {
    font-size: 1.5rem;
    margin-bottom: 2.0625rem;
  }

  .sDonateTargetContent .page-head {
    padding-top: 35px;
    padding-bottom: 32px;
  }

  .sDonateTargetContent .container {
    max-width: 780px;
  }

  .sDonateTargetContent__default-foto-block {
    margin-bottom: 2.5rem;
  }

  .sDonateTargetContent__img-block {
    padding-bottom: 1.25rem;
  }

  .sMainPage #video p {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .sMainPage #about-icon {
    padding-top: 60px;
  }

  .sMainPage #about-icon .video-link019__play-btn {
    margin-top: 90px;
  }

  .sMainPage__content.about-icon > p {
    margin-bottom: 40px;
  }

  .donate-target019 {
    padding-top: 60px;
  }

  .donate-target019 p {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .project-019 {
    padding-top: 40px;
  }

  .project-019 > p {
    margin-bottom: 36px;
    font-size: 24px;
  }

  .project-019 .video-link019__video-link {
    padding-top: 66.6%;
    margin-bottom: 21px;
  }

  .project-019__donate-btn {
    margin-bottom: 50px;
  }

  .donate-form {
    padding-top: 60px;
    margin-bottom: 335px;
  }

  .donate-form .page-head h1,
  .donate-form .page-head__sub-title,
  .donate-form h2,
  .page-head .donate-form h1 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .donate-form p {
    font-size: 24px;
    margin-bottom: 65px;
  }

  .video-link019__video-link {
    margin-bottom: 41px;
  }

  .video-link019__play-btn {
    width: 100px;
    height: 100px;
  }

  .donate-form-local019__group-title {
    font-size: 1.875rem;
    margin-bottom: 1.625rem;
  }

  .donate-form-local019 .donate-input-name-box {
    margin-bottom: 1.25rem;
  }

  .sMainPage__about-icon__desc p {
    font-size: 2.25rem;
  }

  .all-themes-block__all-themes-btn {
    font-size: 1rem;
  }
}

@media (min-width: 769px) {
  .header_mb {
    margin-bottom: 80px;
  }

  .project-item__container {
    min-height: 550px;
  }

  .text-center_btn {
    margin-top: 34px;
  }
}

@media (min-width: 800) {
  .project-lg__footer .project-lg__title {
    margin-bottom: 1.25rem;
    font-size: 1.625rem;
    max-width: unset;
  }
}

@media (min-width: 850px) {
  .fixed-ready .swiper__menu {
    margin: 0 auto;
  }
}

@media (min-width: 900px) {
  .project-lg__price {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
  }

  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  :root {
    --about-W: 37.5rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .section-title {
    padding-bottom: 1.875rem;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer__bank {
    margin-bottom: 0;
  }

  .footer table {
    font-size: 1rem;
  }

  .img-wrap {
    text-align: left;
  }

  .header-block {
    margin-bottom: 2.5rem;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-about__group::before {
    content: "";
    position: absolute;
  }

  .s-form .form-wrap {
    border-radius: 8px;
    padding: 1.875rem 1.875rem 0.625rem 7.5rem;
  }

  .s-form {
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
  }

  .s-form-22 .form-wrap {
    border-radius: 8px;
    padding: 1.875rem 1.875rem 0.625rem 7.5rem;
  }

  .s-form-22 {
    padding-top: 3.75rem;
    padding-bottom: 8.125rem;
  }

  .video-item__caption p a {
    color: #505769;
  }

  .s-project-head__input-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .s-project-head__input-wrap:nth-child(1) .s-project-head__input {
    border-radius: 200px 0 0 200px;
  }

  .s-project-head__btn {
    margin-top: 2.5rem;
  }

  .s-project {
    padding-bottom: 1.25rem;
    padding-top: 4.6875rem;
  }

  .project-item-list {
    margin-bottom: 1.875rem;
  }

  .project-item-list__label {
    padding: 0.375em 0.625em 0.1875em;
    min-width: 1.5625em;
    font-size: 0.625rem;
  }

  .project-lg__label {
    padding: 0.5em 1.25em;
    min-width: 1.5625em;
    font-size: 0.8125rem;
  }

  .project-lg-wrap li {
    margin-bottom: 3.125rem;
  }

  .about-icon-block020__description-after-foto {
    margin-right: 0;
  }

  .sDonateTargetContent .page-head {
    padding-top: 34px;
    padding-bottom: 31px;
  }

  .sDonateTargetContent .page-head h1:before {
    margin-bottom: 0;
  }

  .sMainPage #about-icon {
    padding-top: 55px;
  }

  .donate-form {
    margin-bottom: 530px;
  }

  .video-link019__video-link {
    margin-bottom: 36px;
  }
}

@media (min-width: 1000px) {
  .s-project__head .title {
    font-size: 30px;
  }

  .top-line__logo {
    padding-left: 220px;
    display: inline-block;
  }

  .top-line__logo_mobil {
    display: none;
  }

  .top-line-btn {
    display: block;
  }

  .link-donate {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
  }

  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  :root {
    --about-W: 46.875rem;
    --canvasH: 1024px;
  }

  .form-wrap__btn {
    width: 14.125rem;
  }

  .video-block__play {
    width: 6.25rem;
    height: 6.25rem;
    border: 2px solid #fff;
    margin-top: 5.625rem;
  }

  .video-block__play::before {
    height: 0;
    width: 0;
    border-bottom: 1.2375rem solid transparent;
    border-left: 2.25rem solid currentColor;
    border-top: 1.2375rem solid transparent;
  }

  .video-block__center-text {
    font-size: 2.25rem;
  }

  .s-cards__img-wrap {
    margin-bottom: 2rem;
  }

  .s-cards__btn {
    margin-top: 1.875rem;
  }

  .s-cards__item {
    padding: 1.125rem 0.5rem;
    max-width: none;
  }

  .s-form .form-wrap {
    padding-left: 7.5rem;
  }

  .s-form .form-wrap__title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    max-width: 15.625rem;
  }

  .s-form .form-wrap__col {
    width: 21.25rem;
  }

  .s-form-22 .form-wrap {
    padding-left: 7.5rem;
  }

  .s-form-22 .form-wrap__title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .s-form-22 .form-wrap__col {
    width: 21.25rem;
  }

  .video-item__caption {
    padding: 1.25rem 0 1.25rem 1.875rem;
  }

  .project-lg__footer {
    padding: 3.125rem 3.125rem 1.25rem;
    bottom: 80px;
  }

  .project-lg__footer .project-lg__title {
    font-size: 2rem;
  }

  .project-lg__number {
    font-size: 2.25rem;
  }

  .project-item-list__text {
    font-size: 1.3125rem;
  }

  .project-item-list__number,
  .project-item-list__title {
    font-size: 1.5rem;
  }

  .project-item {
    padding: 1.875rem 1.625rem;
    min-height: 34.375rem;
  }

  .project-item--sm {
    min-height: 21.25rem;
  }

  .project-item__header {
    margin: -1.875rem -1.625rem 1.875rem;
  }

  .project-item__text {
    font-size: 1.3125rem;
  }

  .project-item__title {
    font-size: 1.5rem;
  }

  .project-item__number {
    font-size: 1.2rem;
  }

  .project-lg__head {
    padding: 3.125rem 3.125rem 1.25rem;
  }

  .project-lg__title {
    font-size: 2.25rem;
  }

  .project-lg__center {
    top: 25%;
  }

  .project-lg__play {
    width: 10rem;
    height: 10rem;
    border: 3px solid #fff;
    margin-top: 5.625rem;
  }

  .project-lg__play::before {
    height: 0;
    width: 0;
    border-bottom: 1.96875rem solid transparent;
    border-left: 3.6rem solid currentColor;
    border-top: 1.96875rem solid transparent;
  }

  .project-lg__center-text {
    font-size: 2.25rem;
  }

  .project-lg-wrap__btn {
    padding: 0.45rem 0.375rem 0.3rem;
    bottom: 11%;
  }

  .video-link019__play-btn::before {
    height: 0;
    width: 0;
    border-bottom: 1.2375rem solid transparent;
    border-left: 2.25rem solid currentColor;
    border-top: 1.2375rem solid transparent;
  }

  .top-nav .nav {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .top-nav .nav > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .top-nav .nav--lg {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .top-nav .nav--lg > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1340px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .top-line__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .top-line .soc {
    margin-right: 3.75rem;
  }

  .top-nav {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .top-nav__col {
    width: 17.75rem;
  }

  .link-donate__icon-wrap {
    margin-right: 0.9375rem;
  }
}

@media (min-width: 1440px) {
  .top-nav .nav {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .top-nav .nav > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .nav--lg {
    font-size: 26px;
  }
}

@media (min-width: 1800px) {
  .top-nav__col {
    width: 25.875rem;
  }
}

@media (min-width: 1900px) {
  .top-nav__col {
    width: 24rem;
  }

  .top-nav .soc {
    margin-right: 1.875rem;
  }
}

@media (max-width: 1339.98px) {
  .header-block__main-left {
    max-width: 40%;
  }

  .top-line-sub-inner024 .top-line-sub > .container > ul {
    max-width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .h1,
  h1 {
    font-size: calc(1.4375rem + 2.25vw);
  }

  .h2,
  .page-head h1,
  .page-head__sub-title,
  .section-title,
  h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }

  .h3,
  h3 {
    font-size: calc(1.2875rem + 0.45vw);
  }

  .h4,
  .s-team-item__title,
  h4 {
    font-size: calc(1.275rem + 0.3vw);
  }

  .footer__title,
  .h5,
  h5 {
    font-size: calc(1.25625rem + 0.075vw);
  }

  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }

  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }

  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }

  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }

  .section .page-head h1 {
    font-size: calc(1.35rem + 1.2vw);
  }

  .page-head .page-head__title-lg {
    font-size: calc(1.425rem + 2.1vw);
  }

  .page-head .page-head__title-md,
  .page-head .page-head__title-md2 {
    font-size: calc(1.34375rem + 1.125vw);
  }

  .s-about__number {
    font-size: calc(1.5rem + 3vw);
  }

  .video-block__center-text {
    font-size: calc(1.3125rem + 0.75vw);
  }

  .project-lg__center-text,
  .project-lg__title {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

@media (max-width: 1199.98px) {
  .header-block__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-block__main-left {
    margin: 0 auto;
    max-width: 60%;
    text-align: center;
  }

  .header-block__main-right {
    margin: 0 auto;
    width: 100%;
  }

  .header-block__main-left .form-wrap {
    max-width: 550px;
    margin: 0 auto;
  }

  .video-item {
    color: #fff;
  }
}

@media (max-width: 1000px) {
  .s-project__container .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 991.98px) {
  .header-block__main {
    padding-top: 140px;
  }

  .header-block__main-left {
    max-width: 100%;
  }

  .s-form .form-wrap::before {
    content: "";
    position: absolute;
    background-color: inherit;
    height: 100%;
    left: -100vw;
    z-index: -1;
    width: 300vw;
    top: 0;
  }

  .s-form .container {
    padding-left: 0;
    padding-right: 0;
  }

  .s-form-22 .form-wrap::before {
    content: "";
    position: absolute;
    background-color: inherit;
    height: 100%;
    left: -100vw;
    z-index: -1;
    width: 300vw;
    top: 0;
  }

  .s-form-22 .container {
    padding-left: 0;
    padding-right: 0;
  }

  .video-item__top-title a {
    color: #fff;
  }

  .s-project-head__input-wrap:nth-child(2) {
    display: none;
  }

  .s-project .container {
    max-width: none;
  }

  .sMainPage__content.about-icon {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-line-sub-inner024 .top-line-sub > .container > ul > li > a {
    font-size: 12px !important;
  }

  .top-nav .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 840px) {
  .top-line-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 800px) {
  .project-lg__head .project-lg__title {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .info-block .project-item {
    min-height: 509px;
  }
}

@media (max-width: 767.98px) {
  .project-item__text {
    padding-top: 15px;
    font-size: 16px;
  }

  .project-item__text img {
    top: -0.0625rem;
    width: 14px;
  }

  .sMainPage #video {
    padding-top: 15px;
  }

  .sMainPage__content.about-icon {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 600px) {
  .s-project__container .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 575.98px) {
  .page-head .section-title h1,
  .section-title .page-head h1,
  .section-title .page-head__sub-title,
  .section-title h2 {
    font-size: 16px;
  }

  .page-head--with-video {
    z-index: 10;
    position: relative;
    color: #fff;
  }

  .page-head .page-head__title-md2 {
    font-size: 21px;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    letter-spacing: normal;
  }

  .footer .rekviz,
  .footer .rekviz td,
  .footer .rekviz tr {
    display: block;
  }

  .footer .rekviz .tr-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .donate-form-local019 .donate-input-name-box input,
  .donate-form-local023 .donate-input-name-box input,
  .form-wrap__input {
    font-size: 0.8125rem;
    height: inherit;
    padding: 0.95385rem 0.75rem;
  }

  .s-about .container {
    max-width: 100%;
  }

  .s-about__group a,
  .s-about__group p {
    font-size: 16px;
  }

  .video-block__play {
    width: 80px;
    height: 80px;
    margin-top: 3.125rem;
  }

  .video-block__center-text {
    font-size: 24px;
    min-height: 9.375rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 15.625rem;
  }

  .video-block__center-text br {
    display: none;
  }

  .s-cards {
    padding-bottom: 0;
    background: #3c414f;
  }

  .page-head .s-cards h1,
  .s-cards .page-head h1,
  .s-cards .page-head__sub-title,
  .s-cards h2 {
    color: rgba(255, 255, 255, 0.5);
  }

  .s-cards .container {
    max-width: 260px;
  }

  .s-cards__item {
    color: #fff;
  }

  .s-cards__text {
    font-weight: 400;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    min-height: 2.5em;
    font-size: 16px;
  }

  .input-btn__title {
    font-size: 0.875rem;
  }

  .s-form .form-wrap__btn,
  .s-form-22 .form-wrap__btn {
    padding: 0.75rem 0.625rem !important;
  }

  .s-project {
    padding-bottom: 3.75rem;
    position: relative;
    z-index: 2;
  }

  .project-item-list .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .project-item-list .row > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .project-item-list__text-sm {
    font-size: 11px;
  }

  .project-item-list__label {
    padding: 0.3125rem 0.3125rem 0.125rem;
    text-align: left;
    min-width: 1.25rem;
    font-size: 0.625rem;
  }

  .project-item__text-sm {
    font-size: 11px;
  }

  .project-lg__label {
    padding: 0.1875rem 0.3125rem 0.0625rem;
    text-align: left;
    min-width: 1.25rem;
    font-size: 9px;
  }

  .project-lg__title {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-lg__center {
    position: relative;
  }

  .project-lg__center-text {
    font-size: 24px;
    min-height: 9.375rem;
    text-align: center;
  }

  .project-lg-wrap li {
    font-size: 13px;
  }

  ul + .project-lg-wrap__btn {
    margin-top: 0.625rem;
  }

  .sMainPage__content.about-icon {
    max-width: 360px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-page .top-line:not(.fixed-ready) .top-line__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 500px) {
  .project-lg__footer {
    max-width: unset;
  }

  .project-lg__footer .project-lg__btn {
    display: block;
    margin: 0 auto;
    max-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .project-lg__footer .project-lg__title {
    font-size: 19px;
  }

  .project-lg__location-link {
    font-size: 10px;
  }

  .project-lg__number {
    font-size: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
  .s-about__group ul li {
    font-size: calc(1.25625rem + 0.075vw);
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .sMainPage .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-icon__button,
  .btn,
  .donate-btn-frame,
  .donate-form-local019 .donate-input-name-box input,
  .donate-form-local023 .donate-input-name-box input,
  .form-wrap__btn,
  .menu-mobile__btn,
  .project-019__donate-btn,
  .project-item-list__btn,
  .project-item__btn,
  .s-project-head__btn,
  .video-item__btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.project-etap-wrapper .top-line-sub-inner {
  margin-bottom: 0;
}

.project-etap .swiper-container {
  height: 500px;
}

.project-etap {
  position: relative;
}

.project-etap h1 {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-transform: none;
}

.project-etap .price-container {
  position: absolute;
  top: 69%;
  transform: translateX(-50%);
  left: 50%;
  margin-bottom: 3rem;
  background: url(https://fond-am.ru/wp-content/themes/fondam/img/@2x/price-bg.png)
    no-repeat;
  width: 750px;
  height: 226px;
  padding: 40px 30px;
}

.project-etap .title-project {
  font-family: GaramondPremrPro;
  line-height: 120%;
  color: #fff;
  font-size: 2.25rem;
  position: relative;
  text-align: center;
  padding-top: 3.5rem;
  height: 100%;
}

.project-etap .sMainPage__content {
  margin-top: 8rem;
}

.project-etap .text-success_black {
  font-family: GaramondPremrPro;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 135%;
  color: #505769;
}

.project-etap-text {
  position: relative;
  padding-left: 21px;
}

.project-etap-text::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 11px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L7.62054 4.37946L12 6L7.62054 7.62054L6 12L4.37946 7.62054L0 6L4.37946 4.37946L6 0Z' fill='%23C5AA79'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.title-small-top {
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.title-small-bottom {
  font-family: "Garamond Premier Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  padding-top: 10px;
}

.title-small-bottom span {
  color: #c5aa79;
}

.project-etap .project-item__price-title {
  font-size: 16px;
  color: #3c414f;
}

.project-etap .project-item__number {
  font-size: 30px;
}

.project-etap .project-item__price {
  text-align: center;
  padding-top: 0;
}

.project-item__price::before {
  background-image: url(https://fond-am.ru/wp-content/themes/fondam/img/svg/arrow-right.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.project-etap .top-line-btn {
  margin: 0 auto;
  margin-top: 1rem;
}

.price-container .btn-success {
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}

@media (max-width: 510px) {
  .project-etap .swiper-container {
    height: 200px;
  }

  .about-urgebadze .project-etap .swiper-container {
    height: 250px;
  }

  .price-container .btn-success {
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
  }

  .project-etap .project-item__number {
    font-size: 16px;
  }

  .project-etap .project-item__price-title {
    font-size: 14px;
  }

  .project-etap .price-container {
    padding: 5px 10px;
    width: 88%;
    top: 82%;
    margin-bottom: 3rem;
    background-size: contain !important;
    background: url(https://fond-am.ru/wp-content/themes/fondam/img/@2x/price-bg-large.png)
      no-repeat;
  }

  .project-text-success {
    display: none;
  }

  .price-container .btn-success {
    display: block;
    font-size: 12px;
    padding: 5px 10px;
    width: 55%;
    margin: 0 auto;
    margin-top: 5px;
  }

  .project-etap .sMainPage__content {
    margin-top: 4rem;
  }

  .project-etap h1 {
    font-size: 30px;
  }

  .title-small-bottom {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .sMainPage__content li p {
    font-size: 1.1rem;
  }

  .project-item__number {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .sMainPage__content li p {
    font-size: 1.1rem;
  }
}

@media (min-width: 511px) and (max-width: 780px) {
  .project-etap .price-container {
    width: 87%;
    background-size: contain !important;
    padding: 20px 30px;
    top: 72%;
  }
}

@media (min-width: 584px) and (max-width: 1921px) {
  .form-wrap__btn.btn-success.top-line-btn {
    width: 13.25rem;
  }

  .project-item__number {
    font-size: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .project-item__price::before {
    left: calc(50% - 0.5rem) !important;
  }
}

.button-for-mobile {
  display: none;
}

@media (max-width: 768px) {
  .button-for-mobile {
    color: #fff;
    position: absolute;
    width: 100%;
    display: flex;
    background-color: #00b259;
    bottom: 0;
    left: 0;
    text-align: center;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Circe;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
  }

  .button-for-mobile:hover {
    text-decoration: none;
    color: #fff;
  }
}

.suggestions-wrapper {
  position: absolute !important;
}

.suggestions-promo {
  display: none !important;
}

.predtechi .sMainPage__content ul {
  display: block !important;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  font-size: 1.5rem !important;
  list-style: disc !important;
  margin-bottom: 30px;
  font-family: GaramondPremrPro;
}

.predtechi .sMainPage__content ul li {
  overflow: visible !important;
}

.leyka-tpl-star-form .section .section__fields.periodicity a.active {
  border: 3px solid #9d6600;
  font-weight: 700;
}

.price-container .btn-success {
  display: block;

  margin: 0 auto;
  margin-top: 1rem;
}
@media (max-width: 510px) {
  .project-etap .swiper-container {
    height: 200px;
    /* overflow-y: hidden; */
  }

  .about-urgebadze .project-etap .swiper-container {
    height: 250px;
  }

  .price-container .btn-success {
    display: block;

    margin: 0 auto;
    margin-top: 1rem;
  }

  .project-etap .old-temple-slider .swiper-slide {
    height: 205px;
    overflow: hidden;
  }

  .project-etap .project-item__number {
    font-size: 16px;
  }
  .project-etap .project-item__price-title {
    font-size: 14px;
  }

  .project-etap .price-container {
    padding: 5px 10px;
    width: 88%;
    top: 82%;
    margin-bottom: 3rem;
    background-size: contain !important;
    background: url(https://fond-am.ru/wp-content/themes/fondam/img/@2x/price-bg-large.png)
      no-repeat;
  }
  .project-text-success {
    display: none;
  }

  .project-etap .sMainPage__about-icon-bg {
    top: 10%;
  }
  .about-novospass {
    height: 106vh;
  }
  .about__slider {
    padding: 10px 20px;
  }
  .price-container .btn-success {
    display: block;
    font-size: 12px;
    padding: 5px 10px;
    width: 55%;
    margin: 0 auto;
    margin-top: 5px;
  }
  .project-etap .sMainPage__content {
    margin-top: 4rem;
  }

  .project-etap h1 {
    font-size: 30px;
  }
  .title-small-bottom {
    font-size: 20px;
  }
}

/* Promo-pashal */

.donor__oferta a, .promo-pashal__faq a {
  color: #D21F0F !important;
}

@font-face {
  font-family: "Fitapol";
  src:
    local("Fitapol"),
    local("fitapoluustavc"),
    url("fitapoluustavc.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* #promo-pashal {
  background-color: #ea3d3d;
} */

.promo-pashal__header {
  background: url("uzor-top.svg") repeat, #ea3d3d;
  /* min-height: 100vh;
  min-height: 100dvh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.promo-pashal__container {
  max-width: 1920px;
  padding: 0 15px;
  margin: 0 auto;
}

.promo-pashal__title {
  margin-bottom: 10px;
}

.promo-pashal__title img {
  margin: 0 auto;
  display: block;
  width: 80%;
}

.promo-pashal__subtitle {
  margin: 0 auto;
  margin-bottom: 40px;
  font-family: "Fitapol", "Times New Roman", serif;
  font-size: 70px;
  color: #FDF5E6;
  text-align: center;
  max-width: 1300px;
  font-feature-settings: 'lnum';
}

.promo-pashal__btn {
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  width: fit-content;
  padding: 10px 45px 8px 45px;
  font-family: "Fitapol", "Times New Roman", serif;
  font-size: 36px;
  background-color: #FDF5E6;
  color: #4A4141;
  border-radius: 100px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-decoration: none;
  text-transform: lowercase;
  box-shadow: 0 4px 15px rgba(100, 20, 30, 0.25);
}

.promo-pashal__btn:hover {
  background-color: #EFE6D5;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(100, 20, 30, 0.35);
  text-decoration: none;
}

.main-img {
  width: 100%;
  flex-shrink: 1;
  min-height: 0;
  object-fit: contain;
}

.promo_pashal__video {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 80px 0;
  text-align: center;
  
  background: url(uzor-red.svg) no-repeat #FDF5E6;
  background-position: center;
}

.promo_pashal__video .promo-pashal__container {
  max-width: 890px;
  margin: 0 auto;
}

.promo_pashal__video-uzor {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.promo__subtitle {
  font-family: "Fitapol", "Times New Roman", serif;
  font-size: 48px;
  color: #D21F0F;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.3;
}

.promo_pashal__video-vdcontainer {
  position: relative;
  margin-bottom: 40px;
  /* max-width: 800px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 40px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.promo_pashal__video-vdcontainer iframe {
  position: relative;
  z-index: 10;
}

.promo_pashal__video-wrapper {
  position: relative;
  z-index: 1000;
}

.promo_pashal__video-star {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.8;
}

.promo-pashal__text {
  margin-bottom: 70px;
}

.promo_pashal__video p {
  margin-bottom: 30px;
  font-family: GaramondPremrPro;
  font-weight: 400;
  letter-spacing: 1px;
  color: #4A4141;
  font-size: 28px;
  text-align: left;
}

.promo-pashal-map {
  background-color: #ea3d3d;
}

.map-img {
  display: block;
  width: 65%;
  margin: 0 auto;
  margin-top: -180px;
  filter: drop-shadow(0px 8px 20px rgba(74, 65, 65, 0.08));
}

.pashal-hram-cards {
  overflow: hidden;
  padding: 20px 0;
  margin-top: -130px;
  position: relative;
  z-index: 2;
}

.hram-row {
  overflow: hidden;
  margin-bottom: 20px;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.hram-row::-webkit-scrollbar {
  display: none;
}

.hram-row.is-dragging {
  cursor: grabbing;
}

.hram-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.hram-row-1 .hram-track {
  animation: scrollLeft 30s linear infinite;
}

.hram-row-2 .hram-track {
  animation: scrollRight 30s linear infinite;
}

.hram-row.is-dragging .hram-track {
  animation-play-state: paused;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.hram-row.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.hram-card {
  width: 400px;
  min-width: 400px;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.hram-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hram-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
}

.hram-card__city {
  font-family: Circe, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;  
  opacity: 0.8;
}

.hram-card__name {
  font-family: GaramondPremrPro, serif;
  font-size: 18px;
  line-height: 1.3;
  margin: 5px 0 0;
}

/* FAQ Accordion */

.promo-pashal__faq {
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 15px;
  /* background-color: #FDF5E6; */
  background: url(uzor-red.svg) no-repeat #FDF5E6;
    background-position: -100px -500px;
}

.promo-pashal__faq .promo-pashal__faq-accordion,
.promo-pashal__faq .promo__subtitle {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.promo-pashal__faq .promo__subtitle {
  margin-bottom: 40px;
}

.promo-pashal__faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-top: 1px solid rgba(74, 65, 65, 0.2);
}
 .faq-item.active button span {
    font-weight: bold;
  }

.faq-item:last-child {
  border-bottom: 1px solid rgba(74, 65, 65, 0.2);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: GaramondPremrPro, serif;
  font-size: 22px;
  color: #4A4141;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}

.faq-question:hover {
  opacity: 0.8;
}

.faq-arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 0 25px 0;
  font-family: GaramondPremrPro, serif;
  font-size: 20px;
  color: #4A4141;
  line-height: 1.6;
  margin: 0;
}

.promo-pashal__steps {
  position: relative;
  background-color: #FDF5E6;
  overflow: hidden;
  background: url(uzor-red.svg) no-repeat #FDF5E6; 
  padding-bottom: 40px;
  background-position: center;
}

/* .promo-pashal__steps-background {
position: absolute;
    top: -500px;
    left: 0;
    z-index: 1;
    width: 200%;
    height: 215%;
    object-position: -1000px;
  
 
} */

.promo-pashal__header {
    padding-top: 150px;
}

.promo-pashal__steps .promo_pashal__video-uzor {
  padding-top: 30px;
}

.step1 {
  margin-top: 50px;
}

.step {
  margin-bottom: 50px;
}

.promo-step__title {
  font-family: "Fitapol", "Times New Roman", serif;
  font-size: 70px;
  color: #D21F0F;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}
 
.step__text {
  font-family: GaramondPremrPro;
  font-size: 26px;
  color: #4A4141;
  margin: 0 auto;
  text-align: center;
  max-width: 750px;
}


.promo-pashal__donate {
  margin: 0 auto;
  padding-top: 100px;
  
  position: relative;
  z-index: 2;
  /* background-color: #FDF5E6; */
  background: url(uzor-red.svg) repeat-y #FDF5E6;
    background-position: -100px -500px;
}

.promo-pashal__donate-wrapper {
  max-width: 750px;
  margin: 0 auto;
}

.promo-pashal__donate .promo__subtitle {
  max-width: 720px;
}

.donate-cross {
  display: block;
  margin: 0 auto;
}

.promo-pashal__donate-text {
  margin: 0 auto;
  margin-top: 30px;
  text-align: left;
}

.donate-price-line {
  font-family: GaramondPremrPro;
  font-size: 28px;
  font-weight: bold;
  color: #4A4141;
  text-align: center;
  margin-bottom: 20px;
}

.promo-pashal__donate-text p {
  font-family: GaramondPremrPro;
  font-size: 26px;
  margin-bottom: 30px;
  color: #4A4141;
  line-height: 1.35;
  position: relative;
  padding-left: 50px;
}

.promo-pashal__donate-text p::before {
  content: "";
  width: 30px;
  height: 36px;
  background: url("section-uzor-red.svg") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.promo-pashal__donate-text p[style*="text-align:center"] {
  padding-left: 0;
}

.promo-pashal__donate-text p.promo-pashal__donate-bottom-text::before, .promo-pashal__donate-text p.donate-bold::before {
  display: none;
}



.promo-pashal__donate-text .donate-attention {
  color: #D21F0F;
  font-weight: bold;
  font-style: normal;
}

.promo-pashal__donate-text .donate-bold {
  margin-top: -25px;
  font-size: 28px;
  font-weight: bold;
  color: #D21F0F;
  text-align:center;
  padding-left: 0 !important;
}

.promo-pashal__donate-bottom-text {
  margin-top: 80px;
  text-align: center;
  padding-left: 0 !important;
}

.promo-pashal__donate-sertblock {
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.promo-pashal__donate-sertblock img {
  width: 360px;
  object-fit: cover;
}

.promo-pashal-map {
  padding-top: 50px;  
  padding-bottom: 30px;
}

/* Секции ниже картинки — светлый фон */
.promo-pashal-map .promo-pashal__subtitle {
  color: #FDF5E6;
}


/* Второая кнопка (в секции video) — инвертированная */
.promo_pashal__video .promo-pashal__btn {
  background-color: #D21F0F;
  color: #FDF5E6;
  box-shadow: 0 4px 15px rgba(100, 20, 30, 0.25);
}

.promo_pashal__video .promo-pashal__btn:hover {
  background-color: #b81a0d;
  box-shadow: 0 6px 18px rgba(100, 20, 30, 0.35);
}

/* Стрелка FAQ — тёмный цвет */
.faq-arrow path {
  stroke: #4A4141;
}

.promo-pashal__footer {  position: relative;
    padding-top: 80px;
  background-color: #ea3d3d;
}

.promo-pashal__footer-img {  
  width: 100%;
}

#pod-krylom-single div[id*="leyka-pf-"],
#pod-krylom-family div[id*="leyka-pf-"],
#hram-pokrova-single div[id*="leyka-pf-"],
#hram-pokrova-family div[id*="leyka-pf-"],
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"],
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"],
#promo-pashal div[id*="leyka-pf-"]
{
  background-color: unset;
  box-shadow: unset;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

#pod-krylom-single div[id*="leyka-pf-"] .section--periodicity,
#pod-krylom-family div[id*="leyka-pf-"] .section--periodicity,
#hram-pokrova-single div[id*="leyka-pf-"] .section--periodicity,
#hram-pokrova-family div[id*="leyka-pf-"] .section--periodicity,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .section--periodicity,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .section--periodicity,
#pod-krylom-single div[id*="leyka-pf-"] .amount,
#pod-krylom-family div[id*="leyka-pf-"] .amount,
#hram-pokrova-single div[id*="leyka-pf-"] .amount,
#hram-pokrova-family div[id*="leyka-pf-"] .amount,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .amount,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .amount,
#pod-krylom-single div[id*="leyka-pf-"] .section-title-line,
#pod-krylom-family div[id*="leyka-pf-"] .section-title-line,
#hram-pokrova-single div[id*="leyka-pf-"] .section-title-line,
#hram-pokrova-family div[id*="leyka-pf-"] .section-title-line,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .section-title-line,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .section-title-line {
  display: none;
}

#pod-krylom-single div[id*="leyka-pf-"] .section__fields,
#pod-krylom-family div[id*="leyka-pf-"] .section__fields,
#hram-pokrova-single div[id*="leyka-pf-"] .section__fields,
#hram-pokrova-family div[id*="leyka-pf-"] .section__fields,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .section__fields,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .section__fields {
  margin-bottom: 4rem;
}

#pod-krylom-single div[id*="leyka-pf-"] .donor__textfield,
#pod-krylom-family div[id*="leyka-pf-"] .donor__textfield,
#hram-pokrova-single div[id*="leyka-pf-"] .donor__textfield,
#hram-pokrova-family div[id*="leyka-pf-"] .donor__textfield,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .donor__textfield,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .donor__textfield {
  margin-bottom: 2rem !important;
}

#pod-krylom-single div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#pod-krylom-family div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#hram-pokrova-single div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#hram-pokrova-family div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame,
#promo-pashal div[id*="leyka-pf-"] .name-fam .leyka-star-field-frame {
  width: 100% !important;
}

#pod-krylom-single div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#pod-krylom-family div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#hram-pokrova-single div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#hram-pokrova-family div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#promo-pashal div[id*="leyka-pf-"] .donate-form-local023__title_gold,
#pod-krylom-single .donate-form-local023__title,
#pod-krylom-family .donate-form-local023__title,
#hram-pokrova-single .donate-form-local023__title,
#svechi-svyatim-name-certif-1100 .donate-form-local023__title,
#svechi-svyatim-name-certif-500 .donate-form-local023__title,
#hram-pokrova-family .donate-form-local023__title {
  margin-bottom: 0 !important;
}

#pod-krylom-single div[id*="leyka-pf-"] .leyka-star-field-removeName,
#pod-krylom-family div[id*="leyka-pf-"] .leyka-star-field-removeName,
#hram-pokrova-single div[id*="leyka-pf-"] .leyka-star-field-removeName,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .leyka-star-field-removeName,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .leyka-star-field-removeName,
#hram-pokrova-family div[id*="leyka-pf-"] .leyka-star-field-removeName,
#promo-pashal div[id*="leyka-pf-"] .leyka-star-field-removeName {
  right: -10px !important;
}

#pod-krylom-single div[id*="leyka-pf-"] .section-title-text,
#pod-krylom-family div[id*="leyka-pf-"] .section-title-text,
#hram-pokrova-single div[id*="leyka-pf-"] .section-title-text,
#svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .section-title-text,
#svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .section-title-text,
#hram-pokrova-family div[id*="leyka-pf-"] .section-title-text {
  background-color: unset;
}

#promo-pashal .section--periodicity {
  display: none!important;
}


.leyka-tpl-star-form .section .section__fields.donor .donor__textfield label span.donor__textfield-label, .leyka-screen-form .section .section__fields.donor .donor__textfield label span.donor__textfield-label {
  color:#fff !important;
}

#promo-pashal .leyka-star-field-addName {
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #ffffff !important;
    color: #D21F0F !important;
        border-radius: 6px;
    border: 2px solid #D21F0F !important;
}

#promo-pashal .leyka-star-field-addName:hover {
  background-color: #f38a80 !important;
  color: #fff !important;
}

#promo-pashal .flex-amount-item {
  padding: 0!important;
}

#promo-pashal .swiper-item.payment-opt {
  margin-left: 0!important;
}


/* #promo-pashal div[id*="leyka-pf-"] .section--periodicity,
#promo-pashal div[id*="leyka-pf-"] .amount,
#promo-pashal div[id*="leyka-pf-"] .section-title-line {
  display: none;
} */

#promo-pashal div[id*="leyka-pf-"] .section__fields {
  margin-bottom: 4rem;
}

#promo-pashal div[id*="leyka-pf-"] .donor__textfield {
  margin-bottom: 2rem !important;
}

#promo-pashal .donate-form-local023__title {
  margin-bottom: 0 !important;
  color: #D21F0F;
  font-family: "Fitapol", "Times New Roman", serif;
  font-weight: 500 !important;
}

#promo-pashal div[id*="leyka-pf-"] .section-title-text {
  background-color: unset;
}

.section-title-line {
    display: none !important;
}

/* .promo-pashal__donate-form {
  margin-top: 50px;
} */

#promo-pashal .leyka-pf .flex-amount-item .textfield-label {
  color:#fff;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta label, .leyka-screen-form .section .section__fields .donor__oferta label {
  color: #fff !important;
}

#promo-pashal .leyka-pf .flex-amount-item .textfield-label {
  color: #c5aa79;
}

.btn-success, .donate-btn-frame, .project-019__donate-btn, .project-item-list__btn:not(.btn-outline-primary):not(.s-cards__btn):not( .s-news__btn ):not(.video-item__btn):not(.s-project__btn), .project-item__btn {
    color: #966100 !important;
    background-color: #f1e3b2 !important;
    border-color: #f1e3b2 !important;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame span.donor__textfield-error, .leyka-screen-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame span.donor__textfield-error {
  color:#fff !important;
}

 .leyka-tpl-star-form .section .section__fields.donor .donor__textfield label span.donor__textfield-label, 
.leyka-screen-form .section .section__fields.donor .donor__textfield label span.donor__textfield-label {
  color:#fff!important;
}

#promo-pashal .donor__textfield.focus .leyka-star-field-frame label span.donor__textfield-label,
#promo-pashal .donor__textfield.valid .leyka-star-field-frame label span.donor__textfield-label {
  color: #4A4141 !important;
}

#promo-pashal .donor__textfield.focus .leyka-star-field-frame,
#promo-pashal .donor__textfield.valid .leyka-star-field-frame {
  background-color: var(--leyka-color-white);
  border-color: #736C6C;
}

#promo-pashal .donate-form-local023__title_gold {
  color: #4a4141 !important;
}

/* payment labels and section title colors now set in donate form block below */

#promo-pashal .donor__textfield--adress {
display: none!important;
}

.promo-pashal__subtitle span {
   font-family: GaramondPremrPro;
   font-weight: bold;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .full-list, .leyka-screen-form .section .section__fields .star-swiper .full-list {
  width: 100% !important;
  margin: 0 !important;
}

/* === Donate form background #FDF5E6 === */
#promo-pashal .promo-pashal__donate-form {
  /* background-color: #FDF5E6; */
  border-radius: 20px;
  margin-top: 60px;
}

#promo-pashal .section-title-text {
  color: #D21F0F !important;
  
}

/* Form field colors on light background */
#promo-pashal .leyka-star-field-frame {
  border-color: #736C6C !important;
}

#promo-pashal .leyka-star-field-frame label span.donor__textfield-label {
  color: #4A4141 !important;
}

#promo-pashal .donor__textfield.focus .leyka-star-field-frame label span.donor__textfield-label,
#promo-pashal .donor__textfield.valid .leyka-star-field-frame label span.donor__textfield-label {
  color: #4A4141 !important;
}

#promo-pashal .leyka-star-field-frame input,
#promo-pashal .leyka-star-field-frame textarea {
  color: #4A4141 !important;
}

#promo-pashal .donor__oferta label,
#promo-pashal .leyka-tpl-star-form .section .section__fields .donor__oferta label,
#promo-pashal .leyka-screen-form .section .section__fields .donor__oferta label {
  color: #333 !important;
}

#promo-pashal .leyka-star-field-error-frame span.donor__textfield-error {
  color: #c00 !important;
}

#promo-pashal .leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item span.payment-opt__label,
#promo-pashal .leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item span.payment-opt__label {
  color: #4A4141 !important;
}

/* СПОСОБ ОПЛАТЫ, ВАШИ ДАННЫЕ — section titles bold */
#promo-pashal .section--payments .section-title-text,
#promo-pashal .section--person .section-title-text {
  font-weight: bold;
  color: #4A4141 !important;
}

/* ВАШИ ДАННЫЕ labels — color #736C6C */
#promo-pashal .section--person .leyka-star-field-frame label span.donor__textfield-label {
  color: #736C6C !important;
}

/* Hide leyka-fam__name-price */
#promo-pashal .leyka-fam__name-price {
  display: none !important;
}

/* Payment method block reordering handled via JS DOM manipulation */

/* Style the flex amount field: hide label, bigger centered text */
#promo-pashal .flex-amount-item .textfield-label {
  display: none !important;
}

#promo-pashal .flex-amount-item input.donate_amount_flex {
  font-size: 34px !important;
  font-weight: 600 !important;
  text-align: center !important;
  color: #4A4141 !important;
  padding: 14px 15px !important;
  background: #FFFFFF !important;
  border: 1px solid #736C6C !important;
  border-radius: 6px !important;
  height: 68px !important;
}

/* Amount info and error messages on light bg */
#promo-pashal .amount-info-message {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
  box-sizing: border-box;
}

#promo-pashal .amount-error-message {
  color: #c00;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
  box-sizing: border-box;
}

#promo-pashal .flex-amount-item .swiper-item-inner {
  overflow: visible;
}



/* Submit button on light bg */
/* #promo-pashal .btn-success,
#promo-pashal .donate-btn-frame,
#promo-pashal .project-019__donate-btn {
  color: #fff !important;
  background-color: #c5aa79 !important;
  border-color: #c5aa79 !important;
} */

.form-wrap__btn.btn-success, .form-wrap__btn.donate-btn-frame, .form-wrap__btn.project-019__donate-btn, .form-wrap__btn.project-item-list__btn:not(.btn-outline-primary):not( .s-cards__btn ):not(.s-news__btn):not(.video-item__btn):not(.s-project__btn), .form-wrap__btn.project-item__btn {
  box-shadow: none !important;
}

#pod-krylom-single div[id*="leyka-pf-"] .leyka-star-field-removeName, #pod-krylom-family div[id*="leyka-pf-"] .leyka-star-field-removeName, #hram-pokrova-single div[id*="leyka-pf-"] .leyka-star-field-removeName, #svechi-svyatim-name-certif-1100 div[id*="leyka-pf-"] .leyka-star-field-removeName, #svechi-svyatim-name-certif-500 div[id*="leyka-pf-"] .leyka-star-field-removeName, #hram-pokrova-family div[id*="leyka-pf-"] .leyka-star-field-removeName, #promo-pashal div[id*="leyka-pf-"] .leyka-star-field-removeName {
  right: 0 !important;
}

.wrapper-another-background {
  /* background-color: #FDF5E6; */
  padding-top: 30px;  
  max-width: 750px;
  margin: 0 auto;
}

#promo-pashal .amount-info-message, #promo-pashal .amount-error-message {
  font-size: 16px;
}

#promo-pashal .amount-info-message, #promo-pashal .amount-error-message {
    font-family: GaramondPremrPro;
        font-size: 20px;
        color: #4A4141;
        line-height: 1.2;
        padding: 0 !important;
}

#promo-pashal .amount-error-message {
  color: #c00;
}

#promo-pashal .amount {
  margin-bottom: 0!important;
}

.min-amount-value-bold {
  font-weight: bold;
  
}





@media (max-width: 1367px) {
  .map-img {
    margin-top: -130px;
  }
  .pashal-hram-cards {
    margin-top: -90px;
  }

 


}

/* Экраны с малой высотой (1280x800, 1366x768, 1536x864) — кнопка должна влезать */
@media (max-height: 900px) and (min-width: 1025px) {
  .promo-pashal__title {
    margin-bottom: 30px;
  }
  .promo-pashal__header {
    padding-top: 130px;
  }
  .promo-pashal__title img {
    width: 60%;
  }
  .promo-pashal__subtitle {
    font-size: 48px;
    margin-bottom: 90px;
    max-width: 880px;
  }
  .promo-pashal__btn {
    font-size: 28px;
  padding: 8px 35px 6px 35px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
    .promo-pashal__header {
    padding-top: 130px;
}
  .promo-pashal__subtitle {
    font-size: 50px;
    max-width: 800px;
  }

  .promo-pashal__btn {
    font-size: 32px;
  }
  .map-img {
    margin-top: -115px;
  }
  .pashal-hram-cards {
    margin-top: -80px;
  }
  .hram-card {
    width: 300px;
    min-width: 300px;
    height: 190px;
  }

  .hram-card__name {
    font-size: 16px;
  }

  .hram-card__city {
    font-size: 11px;
  }

  .hram-card__info {
    padding: 12px 15px;
  }

  .promo-pashal__faq {
    padding: 60px 15px;
  }

  .faq-question {
    font-size: 20px;
    padding: 20px 0;
  }

  .faq-answer p {
    font-size: 18px;
  }
 


}

/* Mobile sticky button */
.promo-pashal__btn-sticky {
  display: none;
}

@media (max-width: 768px) {
  .promo-pashal__btn-sticky {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
    padding: 10px 15px 8px 15px;
    /* background: linear-gradient(transparent, rgba(234,61,61,0.95) 30%); */
    box-sizing: border-box;
  }
  .promo-pashal__btn-sticky.visible {
    display: block;
  }
  .promo-pashal__btn-sticky .promo-pashal__btn {
    margin: 0 auto;
    display: inline-block;
    font-size: 20px;
    padding: 10px 35px 7px 35px;
  }
  /* Hide second inline button on mobile */
  .promo_pashal__video .promo-pashal__btn {
    display: none !important;
  }
}

@media (max-width: 768px) {
    .promo-pashal__header {
    padding-top: 120px;
}
  .promo-pashal__btn {
    margin-bottom: 40px;
  }
  .promo_pashal__video {
    width: 100%;
    padding: 60px 0;
  }

  .promo_pashal__video-uzor {
    width: 85px;
    margin-bottom: 20px;
  }
  .promo-pashal__subtitle {
    font-size: 42px;
    max-width: 600px;
  }

  .promo-pashal__text {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .promo-pashal__btn {
    font-size: 28px;
  }

  .map-img {
    width: 100%;
    margin-top: -95px;
  }

  .promo_pashal__video p {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .hram-card {
    width: 250px;
    min-width: 250px;
    height: 160px;
  }

  .hram-track {
    gap: 15px;
  }

  .hram-row {
    margin-bottom: 15px;
  }

  .hram-card__name {
    font-size: 14px;
  }

  .hram-card__info {
    padding: 10px 12px;
  }

  .step1 {
  margin-top: 40px;
}

.step {
  margin-bottom: 40px;
}

.promo-step__title {
  font-size: 50px;
    margin-bottom: 15px;  
}

.step__text {
  font-size: 22px;  
  max-width: 650px;
}

.promo-pashal__donate-wrapper {
  max-width: 600px;
}

  .promo-pashal__faq {
    padding: 50px 15px;
  }

  .promo-pashal__faq .promo__subtitle {
    margin-bottom: 30px;
  }

  .faq-question {
    font-size: 18px;
    padding: 18px 0;
  }

  .faq-answer p {
    font-size: 17px;
    padding-bottom: 20px;
  }

  


}

@media (max-width: 480px) {
  .promo-pashal__donate-bottom-text {
  margin-top: 60px;
}
  #promo-pashal .promo-pashal__donate-form {
    margin-top: 80px;
  }
  .wrapper-another-background {
    padding-top: 0;
  }
  
  .promo-pashal__donate-text p {
    margin-bottom: 30px;
  }
  .promo-pashal__donate {
    padding-top: 60px;
  }
  
  .promo-pashal-map {
  padding-top: 30px;  
}
    .promo-pashal__header {
    padding-top: 115px;
}
.promo-pashal__title {
  margin-bottom: 30px;
  padding: 0 15px;
}
  .promo-pashal__title img {
    width: 100%;
  }
  .promo-pashal__subtitle {
    font-size: 24px;
    line-height: 1.3;
    width: 90%;
    margin-bottom: 50px;
  }

  .promo-pashal__btn {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 8px 28px 6px 28px;
  }

  .promo_pashal__video .promo__subtitle {
    font-size: 24px;
    line-height: 1.3;
  }

  .promo_pashal__video-uzor {
    width: 50px;

  }

  .promo_pashal__video {
    padding: 30px 0;
  }

  .promo-pashal__text {
    width: 90%;
    margin-bottom: 40px;
  }

  .promo_pashal__video p {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .map-img {
    margin-top: -70px;
  }

  .pashal-hram-cards {
    margin-top: -45px;
  }

  .hram-row-2 {
    display: none;
  }

  .hram-card {
    width: 200px;
    min-width: 200px;
    height: 260px;
  }

  .hram-track {
    gap: 12px;
  }

  .hram-row {
    margin-bottom: 10px;
  }

  .hram-card__name {
    font-size: 15px;
  }

  .hram-card__info {
    padding: 15px;
  }

  .step1 {
  margin-top: 25px;
}

.step {
  margin-bottom: 25px;
}

.promo-step__title {
  font-size: 30px;
    margin-bottom: 15px;  
}

.step__text {
  font-size: 18px;  
  width: 90%;
}

.promo__subtitle {
  font-size: 24px;
}

.promo-pashal__donate .promo__subtitle {
  margin: 0 auto;
  width: 80%;
}

.donate-cross {
  width: 80%;
  margin-top: 30px;
}

.promo-pashal__donate-text p {
  font-size: 18px;
}

.promo-pashal__donate-text {
  width: 80%;
}
.promo-pashal__donate-sertblock {
  flex-direction: column;
  align-items: center;
}


  .promo-pashal__faq {
    padding: 40px 15px;
  }

  .promo-pashal__faq .promo__subtitle {
    margin-bottom: 20px;
  }

  .faq-question {
    font-size: 16px;
    padding: 16px 0;
    gap: 15px;
  }

  .faq-arrow {
    width: 16px;
    height: 10px;
  }

  .faq-answer p {
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 16px;
  }

  .faq-item.active button span {
    font-weight: bold;
  }

  


  

#promo-pashal .leyka-star-field-addName {
  width: 100%; 
}

  /* Mobile fix for amount field */
  #promo-pashal .flex-amount-item {
    width: 100% !important;
    max-width: 100% !important;
    /* padding: 0 10px !important; */
    box-sizing: border-box !important;
  }

  #promo-pashal .flex-amount-item .swiper-item-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  #promo-pashal .flex-amount-item input.donate_amount_flex {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #4A4141 !important;
    text-align: center !important;
    padding: 12px 15px !important;
    background: #FFFFFF !important;
    border: 1px solid #736C6C !important;
    border-radius: 6px !important;
    height: 64px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  #promo-pashal .amount-info-message,
  #promo-pashal .amount-error-message {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .promo-pashal__donate-text .donate-bold {
    font-size: 22px;
  }
  #promo-pashal div[id*="leyka-pf-"] .donor__textfield {
    margin-bottom: 1rem !important;
  }

  div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section-title-container {
    margin-top: 0 !important;
  }

div[id*="leyka-pf-"].leyka-pf-star {
  padding-top: 0! important;
}
  .donate-form-local023 {
    padding-top: 0!important;
  }
  .donate-price-line {
    font-size: 20px;
    margin-top: 20px;
  }

  
}
