@charset "UTF-8";

/* Prayer */

.s-prayer {
    padding: 55px 0 0;
}

.s-prayer__head {
    margin-bottom: 30px;
}

.s-prayer__inner {
    display: flex;
    flex-wrap: wrap;
}

.s-prayer__left, .s-prayer__right {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 60;
}

.s-prayer__right {
    padding: 0 0 0 47px;
}

.s-prayer__left h3.title {
    margin-bottom: 24px;
}

.s-prayer__note {
    padding: 150px 30px 40px;
    text-align: center;
    position: relative;
}

.s-prayer__note.active, .s-prayer__right .s-prayer__note {
    background: #f8f8f8;
}

.s-prayer__note:before {
    content: '';
    display: block;
    height: 104px;
    width: 139px;
    background: url(../images/note_сross.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 28px;
    transform: translate(-50%);
}

.s-prayer__note.active:after, .s-prayer__right .s-prayer__note:after {
    content: '';
    width: 100%;
    height: 15px;
    background: url(../images/bg/prayer_note_shadow.png) center top no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 0;
}

.s-prayer__note__head {
    margin: 0 0 15px;
    line-height: .95;
    font-family: var(--font-decoration), var(--fonts);
    font-size: 1.5rem;
}

.s-prayer__note__title {
    margin: 0 0 20px;
    font-size: 2.5rem;
}

.s-prayer__note__list {
    display: none;
}

.s-prayer__note.active .s-prayer__note__list, .s-prayer__right .s-prayer__note .s-prayer__note__list {
    display: block;
}
.s-prayer__note.active .s-prayer__note__list ul, .s-prayer__right .s-prayer__note .s-prayer__note__list ul {
    list-style-type: none;
    padding: 0;
}
.s-prayer__note__list li {
    min-height: 20px;
    border-bottom: 1px solid var(--color-yellow);
    line-height: 20px;
}

.s-prayer__note__list li + li {
    margin: 7px 0 0;
}

.s-prayer__buttons {
    margin: 20px 0 0;
}

.s-prayer__buttons .btn {
    height: 63px;
    width: 220px;
}

.prayer .article h3.title {
    margin-bottom: 12px;
}

.prayer .article p + h3.title {
    margin-top: 25px;
}

.prayer__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 60;
}

.prayer__inner:before, .prayer__inner:after {
  content: '';
  display: block;
  border: 2px solid var(--color-yellow);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 35;
  transform: translate(-50%, -50%);
}

.prayer__inner:before {
  width: 100%;
  height: calc(100% - 36px);
  border-width: 0 2px;
}

.prayer__inner:after {
  width: calc(100% - 36px);
  height: 100%;
  border-width: 2px 0;
}

.prayer__inner.active {
    border-image: none;
}

.prayer__inner.prayer__inner_great_post.active .prayer__ctrl,
.prayer__inner.prayer__inner_candle.active .prayer__ctrl {
    display: none;
}

.prayer__angle {
    width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.prayer__angle:after, .prayer__angle:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 60;
}

.prayer__angle:before {
  border-left-color: var(--color-yellow);
  top: 0;
  right: 0;
  transform: translate(50%, -50%) rotate(-45deg);
}

.prayer__angle:after {
  border-top-color: var(--color-yellow);
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%) rotate(45deg);
}

.prayer__angle + .prayer__angle {
    transform: scale(-1,1);
}

.prayer__left, .prayer__right {
    box-sizing: border-box;
    position: relative;
  z-index: 50;
}

.prayer__left {
    flex: 0 0 53%;
    max-width: 53%;
}

.prayer__right {
    flex: 0 0 47%;
    max-width: 47%;
    padding: 0 0 0 47px;
}

.prayer__right .s-prayer__note {
    /*margin: 0 -30px 0 0;*/
}

.prayer__steps {
    margin: 0;
}

.prayer__step-indicator {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.prayer__step-indicator span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 10em;
    background: var(--color-grey);
    z-index: 2;
}

.prayer__step-indicator span.active {
    background: var(--color-yellow);
    position: relative;
}

.prayer__steps__title,
.prayer__steps__title2 {
    margin: 0 0 15px;
    text-align: left;
    line-height: .95;
    font-family: var(--font-decoration), var(--fonts);
    font-size: 2rem;
    color: #212121;
}

/* Аккордеон "Какие бывают виды поминовений?" на первом экране */
.prayer__types-info {
    margin: -10px 0 15px;
}

.prayer__types-info__toggle {
    display: inline-block;
    font-size: 18px;
    color: #686868;
    border-bottom: 1px dashed #686868;
    cursor: pointer;
}

.prayer__types-info__toggle:hover {
    color: var(--color-yellow);
    border-color: var(--color-yellow);
}

.prayer__types-info__list {
    margin: 12px 0 0;
}

.prayer__types-info__item {
    border-top: 1px solid #f0f0f0;
    padding: 10px 0;
}

.prayer__types-info__item:first-child {
    border-top: 0;
}

.prayer__types-info__item__q {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    cursor: pointer;
    position: relative;
    padding: 0 24px 0 0;
}

.prayer__types-info__item__q:before {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 1;
    color: #686868;
}

.prayer__types-info__item__q.active:before {
    content: '\2013';
}

.prayer__types-info__item__a {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.4;
    color: #4a4a4a;
}

.prayer__types-info__item__a p {
    margin: 0;
}

.prayer__steps__title2 span,
.prayer__steps__title span {
    background: var(--gradient-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--color-blue);
}

.prayer__steps__buttons {
    display: flex;
    flex-wrap: wrap;
    margin: -6px -9px;
}

.prayer__steps__buttons button {
    height: 50px;
    box-sizing: border-box;
    padding: 0 19px;
    background: transparent;
    border: 1px dotted #4d4d4d;
    border-radius: 9px;
    cursor: pointer;
}

.prayer__steps__buttons button:hover {
    border-color: var(--color-yellow);
}

.prayer__steps__buttons button.red {
    /*border: 2px solid var(--color-red);*/
    font-weight: 500;
    color: var(--color-red);
}

.prayer__steps__buttons button.active,
.prayer__steps__buttons button.red.active {
    border: 2px solid var(--color-yellow);
}

.prayer__steps__buttons__item {
    margin: 6px 9px;
}

.prayer__steps__buttons__item p {
    margin: 4px -6px 0 0;
    line-height: 1.16;
    letter-spacing: -.04em;
    font-size: 12px;
    font-style: italic;
}

.great_post__ctrl,
.candle__ctrl,
.prayer__ctrl,
.reccurent__ctrl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 17px 0 0;
    border-top: 1px solid #f0f0f0;
    margin: 17px 0 0;
}

.prayer__ctrl__prev {
    display: inline-block;
    padding: 0 0 0 24px;
    background: transparent;
    border: 0;
    margin: 0 27px 0 0;
    color: #686868;
    position: relative;
    cursor: pointer;
}

.prayer__ctrl__prev:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 2px solid #686868;
    border-width: 0 0 2px 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(45deg);
}

.prayer__ctrl__prev span {
    display: inline-block;
    border-bottom: 1px solid #686868;
}

.great_post__ctrl__next,
.prayer__ctrl__next,
.candle__ctrl__next,
.reccurent__ctrl__next {
    height: 56px;
    padding: 0 35px;
    background: var(--gradient-red);
    border: 0;
    border-radius: 9px;
    color: #fff;
}

/* По умолчанию скрыта: переход на шагах с выбором из кнопок происходит
   автоматически (см. prayer.js), кнопка нужна только на шаге ввода имён */
.prayer__ctrl__next {
    display: none;
}

.prayer__ctrl__notice {
    padding: 0 0 0 45px;
    margin: 0 0 30px;
    position: relative;
}

.prayer__ctrl__notice a {
    text-decoration: underline;
    color: inherit;
}

.prayer__ctrl__notice a:hover {
    text-decoration: none;
}

.prayer__ctrl__notice:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: var(--color-yellow);
    -webkit-mask: url(../images/warning.svg) center bottom no-repeat;
    mask: url(../images/warning.svg) center bottom no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.prayer__steps__names {
    margin: 0 0 10px;
}

.prayer__steps__names__item + .prayer__steps__names__item {
    margin-top: 7px;
}

.prayer__steps__names__item input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 24px;
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 0 6px .5px rgba(0,0,0,.06);
    font-size: 16px;
    font-style: italic;
}

.prayer__steps__names__add {
    padding: 0 0 0 36px;
    background: none;
    border: 0;
    position: relative;
    cursor: pointer;
}

.prayer__steps__names__add span {
    display: block;
    width: 28px;
    height: 28px;
    background: var(--gradient-red);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.prayer__steps__names__add span:before, .prayer__steps__names__add span:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prayer__steps__names__add span:before {
    width: 2px;
    height: 12px;
}

.prayer__steps__names__add span:after {
    width: 12px;
    height: 2px;
}

.prayer__steps__donate {
    /*text-align: center;*/
}

.prayer__steps__donate__inner {
    /*padding: 20px 32px 75px;*/
    position: relative;
}

/*.prayer__steps__donate__inner:before, .prayer__steps__donate__inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.prayer__steps__donate__inner:before {
    background: url(../images/bg/prayer_donate.png) center top no-repeat;
    background-size: contain;

}

.prayer__steps__donate__inner:after {
    background: #f1f1f1;
    -webkit-mask: url(../images/bg/prayer_donate.png) center bottom no-repeat;
    mask: url(../images/bg/prayer_donate.png) center bottom no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}*/

.prayer__steps__donate__inner div {
    position: relative;
    z-index: 50;
}

.prayer__steps__donate__form {
    max-width: 400px;
    margin: 0 auto;
}

.prayer__inner_candle .prayer__steps__donate__form .prayer__steps__donate__field_price.error,
.prayer__inner_recurrent .prayer__steps__donate__form .prayer__steps__donate__field_price.error {
    margin-bottom: 30px;
}
.prayer__steps__donate__form .prayer__steps__donate__field_price > p {
    display: none;
    font-size: 14px;
    position: absolute;
    bottom: -28px;
    left: 0;
}
.prayer__steps__donate__form .prayer__steps__donate__field_price.error > p {
    display: block;
}

.prayer__steps__donate__label {
    margin: 0 0 15px;
    line-height: 1.5;
    font-size: 14px;
    color: #212121;
}

.prayer__steps__donate__label p + p {
    margin-top: 0.6em;
}

.prayer__steps__donate__field {
    position: relative;
}

.prayer__steps__donate__field + .prayer__steps__donate__field {
    margin-top: 12px;
}

.prayer__steps__donate__field input {
    height: 46px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 46px 0 16px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 0 6.5px .5px rgba(0,0,0,.06);
    font-size: 16px;
    transition: all var(--speed-fast);
}

.prayer__steps__donate__field input::-webkit-outer-spin-button, .prayer__steps__donate__field input::-webkit-inner-spin-button {
    -webkit-appearance:none;
}

.prayer__steps__donate__field input[type='number'] {
    -moz-appearance:textfield;
}


.prayer__steps__donate__field:before {
    content: '';
    width: 26px;
    height: 26px;
    background: #d3d3d3;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all var(--speed-fast);
}

.prayer__steps__donate__field_price:before {
    -webkit-mask: url(../images/form.svg#coin) center bottom no-repeat;
    mask: url(../images/form.svg#coin) center bottom no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.prayer__steps__donate__field_email:before {
    -webkit-mask: url(../images/form.svg#email) center bottom no-repeat;
    mask: url(../images/form.svg#email) center bottom no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.prayer__steps__donate__field_phone:before {
    -webkit-mask: url(../images/form.svg#email) center bottom no-repeat;
    mask: url(../images/form.svg#email) center bottom no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.prayer__steps__donate__field.focus:before {
    background: var(--color-yellow);
}

.prayer__steps__donate__field.error:before {
    background: #e82424;
}

.prayer__steps__donate__field.error input {
    box-shadow: 0 0 6.5px .5px rgba(232,36,36,.5);
}

.prayer__steps__donate__messanger {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 7px -5px 15px;
}

.prayer__steps__donate__messanger span {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0 10px;
}
.prayer__steps__donate__messanger button {
  display: block;
  height: 40px;
  padding: 0 20px 0 45px;
  background: transparent;
  border: 1px dotted var(--color-grey);
  border-radius: 20px;
  margin: 5px;
  position: relative;
}

.prayer__steps__donate__messanger button:before {
  content: '';
  width: 22px;
  height: 22px;
  background: var(--color-grey);
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}

.prayer__steps__donate__messanger button.active {
    border-color: transparent;
    color: #fff;
}

.prayer__steps__donate__messanger button.active:before {
  background: #fff;
}

.prayer__steps__donate__messanger button.sms.active {
  background: var(--color-yellow);
}
.prayer__steps__donate__messanger button.sms:before {
  -webkit-mask: url(../images/icons.svg#email) center no-repeat;
  mask: url(../images/icons.svg#email) center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.prayer__steps__donate__messanger button.wa.active {
  background: #25D366;
}
.prayer__steps__donate__messanger button.wa:before {
  -webkit-mask: url(../images/messengers.svg#whatsapp) center no-repeat;
  mask: url(../images/messengers.svg#whatsapp) center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.prayer__steps__donate__messanger button.vi.active  {
  background: #59267c;
}
.prayer__steps__donate__messanger button.vi:before {
  width: 20px;
  height: 20px;
  -webkit-mask: url(../images/messengers.svg#viber) center no-repeat;
  mask: url(../images/messengers.svg#viber) center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.prayer__steps__donate__messanger button.tl.active {
  background: #0088cc;
}
.prayer__steps__donate__messanger button.tl:before {
  width: 20px;
  height: 20px;
  -webkit-mask: url(../images/messengers.svg#telegram) center no-repeat;
  mask: url(../images/messengers.svg#telegram) center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.prayer__steps__donate .notification {
    color: var(--color-red);
    position: absolute;
  left: 0;
  top: calc(100% + 12px);
}

.prayer__steps__send {
    width: 100%;
    margin: 20px 0 0;
}

.prayer__steps__send .btn {
    width: 100% !important;
}

.prayer__steps__donate .btn {
    display: flex;
    width: 100%;
    height: 56px;
    position: relative;
}

.prayer__steps__donate .prayer__ctrl__prev {
    margin: 16px 0 0;
    color: #b3b3b3;
}

.prayer__steps__donate .prayer__ctrl__prev:before {
    border-color: #b3b3b3;
}
.prayer__steps__donate .prayer__ctrl__prev span {
    border-color: #b3b3b3;
}

.prayer__brick {
    margin: 0 0 0 -25px;
}

.prayer__brick__sert, .prayer__brick__preview, .prayer__brick__preview_candle, .prayer__brick__preview_great_post {
    max-width: 316px;
    position: relative;
}

.prayer__brick__sert {
    position: absolute;
    top: 0;
}

.prayer__brick__sert img {
    max-width: 100%;
    height: auto;
}

.prayer__brick__preview_great_post img,
.prayer__brick__preview_candle img,
.prayer__brick__preview img {
    width: 100%;
    max-width: 316px;
    height: auto;
    border-radius: 20px;
}

.prayer__brick__sert__list {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    min-height: 120px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 ;
    position: absolute;
    left: 0;
    top: 49.5%;
}

.prayer__brick__sert__list li {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    line-height: 1.55;
    font-size: 8px;
    font-weight: 600;

}

.prayer__brick__inner {
    margin: 20px 0 0;
}

.prayer__brick__price__buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 0;
}

.prayer__brick__price__buttons button {
    flex: 0 0 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    box-sizing: border-box;
    padding: 13% 0 0;
    background: transparent;
    border: 1px dotted #4d4d4d;
    border-radius: 8px;
    margin: 5px;
    color: var(--color-grey);
    position: relative;
}

.prayer__brick__price__buttons button.long {
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
}

.prayer__brick__price__buttons button span {
    width: 100%;
    max-width: 100%;
    line-height: 1.1;
    /*font-weight: 500;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prayer__brick__price__buttons button.active {
    border: 2px solid var(--color-yellow);
}

.prayer__brick__price__field {
    margin: 15px 0 0;
}

.prayer__brick__email {
    margin: 20px 0 0;
}

.prayer__brick__email__label {
    margin: 0 0 10px 0;
}

.prayer__brick__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 15px;
}

.prayer__brick__buttons .btn {
    width: 250px;
    height: 56px;
}

.prayer__support {
    padding: 15px 30px 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
}

.prayer__support__title {
    font-size: 38px;
    color: var(--color-red);
}

.prayer__support__text {
    margin: 0 0 15px;
}

.prayer__support__buttons {
    display: flex;
    /*justify-content: center;*/
}

.prayer__support__btn {
    padding: 0 40px;
    height: 56px;
}

.prayer__recurent__info {
    margin: 0 0 20px;
    text-align: justify;
}

.prayer__steps__buttons__recurrent {
    padding: 0 24px 0 0;
    position: relative;
}

.prayer__steps__buttons__recurrent:before {
  content: '';
  display: block;
  width: 14px;
  height: 28px;
  background: url('../images/cross.svg') no-repeat;;
  /*-webkit-mask: url(../images/icons.svg#church) center bottom no-repeat;
  mask: url(../images/icons.svg#church) center bottom no-repeat;
  -webkit-mask-size: contain;*/
  mask-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.error_wrapper {
    /*position: absolute;*/
    font-size: 12px;
    color: #ff0000;
}

button.great_post {
    padding-right: 48px !important;
    position: relative;
    line-height: 1.2;
}

button.great_post:before {
    content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url('../images/book.svg') no-repeat center center;
  position: absolute;
  top: 48%;
  right: 12px;
  transform: translate(0, -50%);
}
button.recurrent-start-button:before {
    content: '';
    display: block;
    width: 20px;
    height: 30px;
    background: url('../images/cross.svg') no-repeat center center;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
}
button.postavit-svechu:before {
    content: '';
    display: block;
    width: 20px;
    height: 30px;
    background: url('../images/candle.svg') no-repeat center center;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
}
.o-prayer-list__head h2.title {
    margin: 0 0 30px;
    color: #4a4a4a;
}
.o-prayer-list__head h2.title {
    text-align: center;
}

button.recurrent-start-button,
button.postavit-svechu {
    padding-right: 42px !important;
    position: relative;
    line-height: 1.2;
}
p.brick_discl {
    font-size: 14px;
}
.w100 {
    width: 100%;
}
@media (max-width: 1060px) {
    .prayer__steps__buttons button {
        height: 46px;
        padding: 0 18px;
    }
    button.postavit-svechu {
        padding-right: 40px;
        position: relative;
    }
    .prayer__ctrl__next {
        height: 50px;
        padding: 0 30px;
    }
}

@media (max-width: 1000px) {
    .prayer__brick {
        margin: 0;
    }
    .prayer__brick__sert, .prayer__brick__preview, .prayer__brick__preview_candle {
        margin: 0 auto 25px;
    }
}

@media (max-width: 760px) {
    .prayer__inner:not(.active) {
        flex-direction: column-reverse;
    }
    .prayer__inner_candle .prayer__right .prayer__brick__preview_candle {
        display: none !important;
    }
    .s-prayer__inner {
        justify-content: center;
    }
    .s-prayer__left, .s-prayer__right, .prayer__left, .prayer__right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .s-prayer__right {
        max-width: 360px;
    }
    .s-prayer__left, .prayer__left {
        margin: 0 0 40px;
    }
    .s-prayer__right, .prayer__right {
        padding: 0;
    }
    .prayer__steps__names__item input {
        height: 44px;
    }
    .prayer__right .s-prayer__note {
        max-width: 318px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .prayer__right .s-prayer__note:not(.active) {
        padding-bottom: 0;
    }
}

@media (max-width: 720px) {
    .prayer__support__title {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .prayer__inner {
        border: 0;
        border-image: none;
    }
}

@media (max-width: 550px) {
    .prayer__support {
        padding: 12px 20px 20px;
    }
    .prayer__support__title {
        margin: 0 0 10px;
        line-height: 1.3;
        font-size: 25px;
    }
    .prayer__support__btn {
        padding: 0 30px;
        height: 45px;
    }
}

@media (max-width: 460px) {
    .prayer__inner {
        margin: 0 0 20px 0;
    }
    .prayer__left {
        margin: 0 0 20px;
    }
    .prayer__steps__donate__inner {
        margin: 30px 0 0;
    }
    .prayer__steps__donate__field input {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .s-prayer__note {
        padding: 110px 20px 35px;
    }
    .s-prayer__note:before {
        height: 75px;
        width: 100px;
        top: 20px;
    }
    .o-prayer__steps__head h2.title, .o-prayer-list__head h2.title, .o-prayer__steps__head h3.title {
        margin-top: 20px;
    }
}

@media (max-width: 380px) {
    .prayer__steps__buttons {
        margin: -6px -25px;
    }
    .prayer__steps__buttons__item {
        margin: 6px;
    }
    .prayer__steps__buttons button {
        padding: 0 14px;
    }
    button.recurrent-start-button {
        padding: 0 28px 0 14px;
    }
    button.recurrent-start-button:before {
        right: 4px;
    }
    button.great_post {
        padding-right: 48px;
    }
    button.postavit-svechu {
        padding-right: 40px;
        position: relative;
    }
    .prayer__steps__donate__label {
        margin: 0 0 12px;
    }
}

@media (max-width: 359px) {
    .prayer__steps__donate__inner {
        padding: 13px 20px 55px;
    }
    .prayer__steps__donate__field input {
        padding: 0 38px 0 10px;
    }
    .prayer__steps__donate__field:before {
        width: 22px;
        height: 22px;
    }
    .prayer__steps__donate__form .prayer__steps__donate__field_price > p {
        font-size: 13px
    }
}

/* Способ оплаты (СБП / Картой онлайн / Другие способы) */
.payment-method .payment-method-popup_btn {
    background: #fff;
    padding: 14px 20px;
    position: relative;
    cursor: pointer;
    color: #2B2020;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #FFF4D7;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.payment-method .payment-method-popup_btn:after {
    content: '';
    width: 100%;
    height: 1px;
}

.payment-method .payment-method-popup_btn span img {
    margin-right: 10px;
}

.payment-method .payment-method-popup_btn span.round {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 10em;
    border: 1px solid #000;
    position: relative;
    box-sizing: border-box;
}

.payment-method .payment-method-popup_btn.active {
    border-radius: 10px;
    border: 1px solid #FFAD00;
}
.payment-method .payment-method-popup_btn.active span.round {
    border: 1px solid #EFB42B;
}
.payment-method .payment-method-popup_btn.active span.round:after {
    content: "";
    background: url("../images/popup-checked.svg") no-repeat center center;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
    border-radius: 10em;
}

.payment-method .payment-method-popup_btn.disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: default;
    color: #8d8d89
}

@media only screen and (min-width: 280px) and (max-width: 767.6px) {
    .prayer__steps__item[data-step="payments"] {
        margin-top: 20px;
    }
}