.header-promo__block {
    display: block;
}
.nav-hidden {
    visibility: hidden;
}
header .menu-item a {
    cursor: pointer;
    border-bottom: 3px solid transparent;
}
header .menu-item {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
header .current-menu-item,
header .menu-item:hover {
    margin-top: -3px;
}
header .current-menu-item a,
header .menu-item a:hover {
    border-bottom: 3px solid #000000;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding-bottom: 3px;
}
header .menu-item a:focus-visible {
    border-bottom: 3px solid #000000;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding-bottom: 3px;
}

.footer__explore-item a {
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
h2 a:hover,
h2 a:focus-visible {
    text-underline-offset: 3px;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    -webkit-text-underline-offset: 3px;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-thickness: 2px;
}
.footer__explore-item a:hover {
    border-bottom: 1px solid #000000;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.footer__explore-item a:focus-visible {
    border-bottom: 1px solid #000000;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.contacts__form-submit:hover,
.contacts__form-submit:focus {
    color: #fff;
}
.footer__form .btn--green:hover,
.footer__form .btn--green:focus {
    background-color: #0a4504;
    color: #000000;
}
.news-index-card {
    display: block;
}
.news-index-card h3,
.news-index-card .news-index-card__text {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #ffffff;
}
.news-index-card--color-black h3,
.news-index-card--color-black .news-index-card__text {
    color: #3c3535;
}
.news-index-card a:hover h3,
.news-index-card a:hover .news-index-card__text {
    text-decoration: underline;
}
.news-index-card .news-index-card__link {
    color: #fff;
}
.news-index-card .news-index-card__link:hover {
    text-decoration: underline;
    font-weight: 700;
}
.news-index-card--color-black .news-index-card__link {
    color: #3c3535;
}
.intro--golden-sand .intro__text p:last-of-type {
    font-weight: normal;
    font-family: inherit;
}
.intro--golden-sand .intro__text b,
.intro--golden-sand .intro__text strong {
    font-weight: 700;
    font-family: "Baloo","Arial",sans-serif;
}
.payment-details__payment-label img {
    display: inline-block;
}
.payment-details__payment-item {
    margin-right: 15px;
}
.payment-details__payment-way {
    justify-content: normal;
}
.payment-done {
    display: block;
}
.payment-done .container {
    padding: 250px 0 100px;
}
.steps__item--done {
    cursor: pointer;
}
.fund-select__type-input:checked+.fund-select__type-label--puerto-rico {
    background-color: #1a059a;
}
.fund-select__type-input:checked+.fund-select__type-label--golden-sand {
    background-color: #0a4504;
}
.fund-select__type-input:checked+.fund-select__type-label--blush {
    background-color: #be5866;
}
.fund-select__type-input:checked+.fund-select__type-label--iris-blue {
    background-color: #00abd2;
}
.fund-select__type-input:checked+.fund-select__type-label--jacksons-purple {
    background-color: #43437d;
}
.custom-toggle.is-invalid .custom-toggle__label a,
.custom-toggle.is-invalid .custom-toggle__label {
    color: red;
}
.card-details .donation-buttons__button--next {
    position: relative;
}
.card-details .donation-buttons__button--next.show-waiting {
    cursor: not-allowed;
}
.card-details .donation-buttons__button--next.show-waiting:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L5' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 30 60 40' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Ccircle fill='%23fff' stroke='none' cx='6' cy='50' r='6'%3E%3CanimateTransform attributeName='transform' dur='1s' type='translate' values='0 15 ; 0 -15; 0 15' repeatCount='indefinite' begin='0.1'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle fill='%23fff' stroke='none' cx='30' cy='50' r='6'%3E%3CanimateTransform attributeName='transform' dur='1s' type='translate' values='0 10 ; 0 -10; 0 10' repeatCount='indefinite' begin='0.2'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle fill='%23fff' stroke='none' cx='54' cy='50' r='6'%3E%3CanimateTransform attributeName='transform' dur='1s' type='translate' values='0 5 ; 0 -5; 0 5' repeatCount='indefinite' begin='0.3'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E ");
    background-color: #1a059a;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
}
.news-index-card {
    overflow: hidden;
}
.news-index-card .news-index-card__text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 20px;
}
.news-index-card .news-index-card_content {
    display: inline-block;
    min-height: 175px;
}
.news-index__button span::after {
    height: 520px;
}
.intro__image {
    background-size: cover;
    background-position: center;
    height: 800px;
}
.standart-layout1__video-btn {
    margin-top: -52px;
}
.mfp-content .mfp-figure img {
    max-height: 80vh !important;
}
.popup-content {

}
.popup-content .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: 0;
    top: -5px;
    text-align: right;
    padding-right: 0;
    width: 100%;
    font-size: 60px;
}
.popup-video-content .mfp-content {
    max-width: 80%;
    display: block;
    margin: auto;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    background: #444;
}
.popup-video-content .mfp-close {
    margin-top: -40px;
}
.standart-layout2__slider-text.standart-layout2__fullwidth-text {
    margin: auto;
    width: 60%;
}
.full-width-socials {
    margin-left: -330px;
}
.intro-slider__slide-bg {
    background-size: cover;
    background-position: center;
}
.intro-slider__video-btn {
    display: block;
}
.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}
.news-card__date {
    text-transform: uppercase;
}
.news-card__img img {
    width: 100%;
}
.page-numbers {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.page-numbers li:not(:last-of-type) {
    margin-right: 24px;
}
.page-numbers li span,
.page-numbers li a {
    color: #8a8a8a;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.page-numbers li .current {
    color: #1c1e23;
    pointer-events: none;
    position: relative;
}
.page-numbers li .current::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 3px;
    background-color: #1c1e23;
}
.page-numbers li .prev,
.page-numbers li .next {
    color: #1a059a;
    vertical-align: middle;
    margin-left: 30px;
    font-size: 18px;
    line-height: 24px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.page-numbers li .prev {
    margin-left: 0;
    margin-right: 30px;
}
.page-numbers li .prev:hover,
.page-numbers li .next:hover {
    color: #000000;
}
.page-numbers li .prev::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 11px;
    margin-top: 7px;
    margin-right: 5px;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1028_2)'%3E%3Cpath d='M10.7429 0.132812H6.74913L0 7.06773L6.74913 14.0027H10.7429L3.80798 7.06773L10.7429 0.132812Z' fill='%231a059a'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1028_2'%3E%3Crect width='11' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.page-numbers li .prev:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1028_2)'%3E%3Cpath d='M10.7429 0.132812H6.74913L0 7.06773L6.74913 14.0027H10.7429L3.80798 7.06773L10.7429 0.132812Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1028_2'%3E%3Crect width='11' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.page-numbers li .next::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 11px;
    margin-top: 7px;
    margin-left: 5px;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.132812H3.99377L10.7429 7.06773L3.99377 14.0027H0L6.93492 7.06773L0 0.132812Z' fill='%231a059a'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.page-numbers li .next:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.132812H3.99377L10.7429 7.06773L3.99377 14.0027H0L6.93492 7.06773L0 0.132812Z' fill='%23000000'/%3E%3C/svg%3E%0A");
}
.intro--golden-sand.intro--moshi-town .intro__video {
    overflow: hidden;
    height: auto;
}
.news-index__wrapper {
    max-width: none;
}
.campaigns__swiper .swiper-slide {
    width: 440px !important;
}
.news-index-card {
    margin-right: 40px;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
    margin-left: 50px;
}
.custom-input--footer-form label input,
.custom-textarea--footer-form label input {
    padding: 8px 10px 8px 25px;
}
.custom-input--footer-form label input::-webkit-input-placeholder,
.custom-textarea--footer-form label input::-webkit-input-placeholder {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.footer__form .custom-input.is-valid input,
.footer__form .custom-textarea.is-valid input {
    border-color: #16826f;
}
.footer__form .custom-input.is-invalid input,
.footer__form .custom-input.is-invalid textarea,
.footer__form .custom-textarea.is-invalid input,
.footer__form .custom-textarea.is-invalid textarea {
    border-color: #660200;
}
.footer__form .custom-input.is-invalid .custom-input__error,
.footer__form .custom-textarea.is-invalid .custom-input__error {
    position: absolute;
    color: #660200;
}
.footer__form .wpcf7-not-valid-tip {
    position: absolute;
    color: #660200;
    right: 0;
}
.wpcf7-spinner {
    display: none;
}
.footer__form .wpcf7 form.sent .wpcf7-response-output,
.footer__form .wpcf7 form.invalid .wpcf7-response-output,
.footer__form .wpcf7 form.unaccepted .wpcf7-response-output,
.footer__form .wpcf7 form.payment-required .wpcf7-response-output {
    position: absolute;
    color: #ffffff;
    top: 50%;
    border: 0;
    background: #be5866;
    padding: 5px 0;
    margin-top: -60px;
    margin-left: 0;
}
.custom-input label input,
.custom-input label textarea,
.custom-textarea label input,
.custom-textarea label textarea {
    font-size: inherit;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.contacts__form-field .custom-input--address input {
    width: 100%;
}
.contacts__form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-size: 14px;
    line-height: 20px;
}
.contacts__form-field .custom-textarea {
    background: none;
}
.contacts__form-field .custom-textarea textarea {
    width: 100%;
    height: 130px;
    background-color: #f2f2f2;
}
.contacts__form .contacts__form-field .custom-textarea .wpcf7-not-valid-tip {
    bottom: 15px;
}
.contacts__form-field .custom-textarea .wpcf7-not-valid,
.contacts__form .custom-input .wpcf7-not-valid {
    border-color: #dc3232;
}
.custom-submit {
    text-align: right;
    grid-column: 1/-1;
    margin: -10px 0 0 0;
}
.custom-submit input {
    margin-right: 0;
}
.contacts__form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    font-weight: 500;
    bottom: 0;
    border: 0;
    padding: 0;
    text-align: right;
    color: #dc3232;
    padding-right: 130px;
    width: 776px;
    left: 50%;
    margin-left: -296px;
    z-index: 0;
}
.events-slider__text p { /* , .welcome-block__text p */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.visually-visible {
    display: block;
}
.main--gift-aid {
    margin-top: 140px;
}
.main--gift-aid .wpcf7-form-control-wrap {
    display: contents;
}
.main--gift-aid .wpcf7-list-item-label {
    display: none;
}
.main--gift-aid .custom-toggle--checkbox p {
    display: none;
}
.main--gift-aid input,
.main--gift-aid textarea,
.main--gift-aid select {
    max-width: 100%;
}
.custom-toggle-checked .custom-toggle__icon::before {
    background-color: #2b9784;
}
.main--gift-aid .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
    right: 0;
    color: red;
}
.main--gift-aid .payment-details .custom-input .wpcf7-not-valid {
    border: 2px solid red;
}
.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #2e9784;
}
.section-small-cards--cam-1::after {
    right: calc(50% - 1100px);
    bottom: -140px;
}
.main--gift-aid .payment-details__contact-address {
    margin-bottom: 0;
    row-gap: 0;
}
.main--gift-aid .payment-details .custom-toggle--checkbox,
.main--gift-aid .payment-details__contact-address .payment-details__field {
    margin-bottom: 24px;
}
.contacts__form {
    overflow: hidden;
}
.contacts .title,
.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main--get-involved .campaigns__wrapper {
    min-height: 640px;
}
.footer__form .wpcf7 input[type="email"] {
    width: 98%;
}
.intro--standart-layout1,
.intro--standart-layout2,
.intro--standart-layout3 {
    overflow: hidden;
}
.link-text {
    color: inherit;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: underline;
}
.link-text:hover {
    color: #2b9784;
}
.standart-layout1__slider-text ul,
.standart-layout1__slider-text ol,
.standart-layout2__slider-text ul,
.standart-layout2__slider-text ol,
.standart-layout3__slider-text ul,
.standart-layout3__slider-text ol,
.moshi-town__slider-text ul,
.moshi-town__slider-text ol {
    font-size: 18px;
    line-height: 32px;
    color: #1c1e23;
    margin: 0 0 33px;
}
.standart-layout1__slider-text li,
.standart-layout2__slider-text li,
.standart-layout3__slider-text li,
.moshi-town__slider-text li {
    margin-bottom: 12px;
}
.steps__item:nth-of-type(4n-2)::before {
    left: 8px;
}
.steps {
    width: 370px
}
.steps__item:not(:last-of-type)::after {
    right: -80px;
}
.choose_yes_no {
    text-align: center;
    margin: 24px 0;
    font-weight: 700;
    font-size: 24px;
}
.choose_yes_no .choose_item {
    display: inline-block;
    width: 300px;
    height: 64px;
    line-height: 64px;
    background: #ffffff;
    border-radius: 3px;
    margin: 0 12px;
}
.choose_yes_no .choose_item input {
    display: none;
}
.choose_yes_no .choose_item.choose_checked {
    background: #1a059a;
    color: #FFFFFF;
}
.choose_container {
    display: none;
    width: 624px;
    margin: auto;
}
.title--donation-h4 {
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: normal;
}
.select-compaigns {
    width: 100%;
    padding: 0;
    margin: 16px 0;
}
.select-compaigns .custom-select__button {
    height: 52px;
}
.title--donation-h3,
.card-details .donation-buttons,
.donation-buttons {
    margin-top: 50px;
    margin-bottom: 16px;
}
.choose_container textarea {
    width: 100%;
    resize: none;
    height: 120px;
    border: 0;
    padding: 10px;
    margin: 16px 0;
    border-radius: 3px;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.color-title {
    color: #1a059a;
}
.card-details .title--left {
    text-align: left;
}
.payment-details__payment-way {
    margin: 16px 0;
}
.gift-aid__text {
    margin: 16px 0;
}
.gift-aid__price {
    margin: 24px auto;
}
.card-details .choose_container {
    margin-bottom: 50px;
}
.card-details .choose_container .custom-toggle {
    display: block;
    font-weight: bold;
    margin: 24px auto;
    text-align: center;
}
.custom-toggle--checkbox .custom-toggle__icon::before,
.custom-toggle--radio .custom-toggle__icon::before {
    top: -2px;
    left: -2px;
    border-radius: 3px;
}
.custom-toggle--checkbox .custom-toggle__icon {
    border: 2px solid #6B6969;
    border-radius: 3px;
}
.custom-toggle input:checked+.custom-toggle__icon {
    border-color: transparent;
}
.custom-toggle input:checked+.custom-toggle__icon::before {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.5L6 11.5L16 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
.card-details .custom-toggle .custom-toggle__icon {
    top: 50%;
    margin-top: -12px;
}
.terms-conditions__label {
    text-align: center;
}
.terms-conditions__label a {
    text-decoration: underline;
}
.main--donation {
    margin-top: 160px;
}
.header-promo__link {
    left: calc(50% - 84px);
}
.header-promo__link-current {
    border-bottom: 2px solid #fff;
}
.fund-select ul {
    border: 2px solid transparent;
}
.fund-select .fund-select__type-list {
    display: block;
}
.fund-select .fund-select__type-list .fund-select__type-item {
    display: inline-block;
}
.fund-select .fund-select__type-list .fund-select__type-label {
    display: block;
    width: 134px;
    max-width: none;
    padding: 12px;
    margin: 0 6px;
}
.fund-select .fund-select__amount-list {
    margin-left: 127px;
}
.fund-select .select-currency {
    position: absolute;
    width: 104px;
    padding: 0;
    margin-top: 18px;
    margin-left: -380px;
    left: 50%;
}
.fund-select .select-currency .custom-select__button {
    height: 64px;
    border-radius: 3px;
}
.fund-select .select-currency .custom-select__list {
    background: none;
    border: none;
    bottom: 0;
    max-height: none;
    filter: drop-shadow(7px 14px 32px rgba(0, 0, 0, 0.15));
}
.fund-select .select-currency .custom-select__item {
    margin: 2px 0;
    text-align: center;
    line-height: 64px;
    padding: 0;
    background: #fff;
    border-radius: 3px;
}
.fund-select .select-currency .custom-select__item:hover {
    background: #1a059a;
    color: #FFFFFF;
}
.fund-select .select-currency.not-empty .custom-select__text {
    text-align: right;
    padding-right: 4px;
    color: #1c1e23;
}
.fund-select .select-currency .custom-select__list [aria-selected="true"] {
    display: none;
}
.fund-select__amount-label i {
    font-style: normal;
}
.fund-select .fund-select__type-list .fund-select__type-item:first-child .fund-select__type-label {
    margin-left: 0;
}
.fund-select .fund-select__type-list .fund-select__type-item:nth-last-child(2) .fund-select__type-label {
    margin-right: 0;
}
.custom-select__button:hover,
.fund-select .select-currency .custom-select__item:hover {
    opacity: 1;
}
.payment-details .custom-toggle .custom-toggle__icon {
    top: 50%;
    margin-top: -12px;
}
.countries-list {
    position: absolute;
    bottom: 4px;
    z-index: 1;
    width: 100%;
    max-height: 100px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    list-style: none;
    background-color: #fff;
    border: 2px solid #000;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: visibility .3s ease,opacity .3s ease;
    -o-transition: visibility .3s ease,opacity .3s ease;
    transition: visibility .3s ease,opacity .3s ease;
}
.countries-list li {
    padding: 5px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.custom-select--hear {
    width: auto;
}
.fund-select .custom-input--amount input {
    border-radius: 3px;
    margin-right: -60px;
    margin-left: 60px;
    position: relative;
    z-index: 1;
}
.fund-select .custom-input--amount label {
    position: relative;
}
.fund-select .custom-input--amount .error-stroke {
    display: none;
    position: absolute;
    z-index: 0;
    border: 2px solid red;
    margin-left: 52px;
    margin-right: -68px;
    top: -4px;
    left: 4px;
    right: 4px;
    bottom: -4px;
}
.fund-select .custom-input--amount .error-stroke-text {
    display: none;
    position: absolute;
    color: red;
    top: 100%;
    padding: 4px 0;
    right: -64px;
}
.payment-details__payment-way.is-invalid {
    border: 2px solid red;
}
.card-details__text i {
    font-style: normal;
}
.payment-details .title--donation-h2 {
    margin-bottom: 50px;
}
.payment-details__contact-address .title:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
}
.card-details .title--payment-h3 {
    margin-top: 50px;
}
.popup-content {
    max-width: 500px;
    position: relative;
    margin: auto;
}
.popup-content .popup-text {
    background: #ffffff;
    min-height: 300px;
    top: 40px;
    position: relative;
    padding: 20px 40px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}
.custom-input--amount.isinvalid .error-stroke,
.custom-input--amount.isinvalid .error-stroke-text {
    display: block;
}
.payment-done.page-404 .container {
    padding: 120px 0 40px;
}
.payment-done.page-404 .title--payment-h1 {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 20px;
}
.payment-done.page-404 .payment-done__text {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #1f1f1f;
    margin-bottom: 20px;
}
.moshi-town__wrapper .moshi-town__slider-pagination.swiper-pagination {
    width: auto;
    margin-left: auto;
}
/*.header--desktop-small .header-promo__block svg {
    -webkit-transform: scaleY(.65);
    -ms-transform: scaleY(.65);
    transform: scaleY(0.65);
}*/
.standart-layout1__slider-text iframe,
.standart-layout2__slider-text iframe,
.standart-layout3__slider-text iframe {
    max-width: 100%;
}
.header--desktop-small .header-promo__block svg {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.header .header-promo__link {
    width: 172px;
    -webkit-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
}
.header.header--desktop-small {
    overflow: hidden;
}
.header.header--desktop-small .header-promo__link {
    top: 24px;
    font-size: 32px;
}
.header-promo__link-current {
    border: 0;
}
.events-slider__img {
    max-width: 476px;
}
.events__wrapper-static {
    background-color: #f8f4e9;
    padding-top: 31px;
    padding-bottom: 50px;
    position: relative;
    margin-left: -552px;
    left: 50%;
}
@media (max-width: 1439px) {
    .news-index {
        margin-right: 0;
    }
    .intro--golden-sand.intro--standart-layout1 .intro__wrapper {
        margin-top: -100px;
    }

    .nav__list {
        padding-right: 20px;
    }
}
@media (max-width: 1279px) {
    .standart-layout2__slider-text.standart-layout2__fullwidth-text {
        padding-bottom: 60px;
    }
    .contacts__form .wpcf7 form .wpcf7-response-output {
        margin-left: -388px;
    }
    .get-involved-index__sponsorship {
        border-top-right-radius: 40%;
    }
    .get-involved-index__sponsorship-text {
        max-width: 40%;
    }
    .get-involved-index__sponsorship-image {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-left: 0;
        margin-right: 0;
        transform: none;
    }
    .get-involved-index__sponsorship-image img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
    .section-small-cards--cam-1::after {
        right: calc(50% - 940px);
        bottom: -120px;
    }
    .header-promo__link {
        left: calc(50% - 62px);
        font-size: 28px;
        line-height: 24px;
    }
    .nav__list {
        padding-right: 40px;
    }
    .header .header-promo__link {
        width: 130px;
    }
    .header.header--desktop-small .header-promo__block {
        overflow: hidden;
    }
    .header.header--desktop-small .header-promo__link {
        font-size: 28px;
        line-height: 24px;
    }
    .events-slider__img {
        max-width: 450px;
    }
}
@media (max-width: 1023px) {
    .main--get-involved .campaigns__wrapper {
        min-height: auto;
    }
    .standart-layout2__slider-text.standart-layout2__fullwidth-text {
        width: 100%;
    }
    .campaigns__swiper .swiper-slide {
        width: auto !important;
    }
    .footer__form .wpcf7 form.sent .wpcf7-response-output,
    .footer__form .wpcf7 form.invalid .wpcf7-response-output,
    .footer__form .wpcf7 form.unaccepted .wpcf7-response-output,
    .footer__form .wpcf7 form.payment-required .wpcf7-response-output {
        margin-top: -50px;
        width: 60%;
        font-size: 14px;
        line-height: 20px;
    }
    .contacts__form .wpcf7 form .wpcf7-response-output {
        width: 480px;
        padding-right: 0;
        margin-left: -302px;
    }
    .custom-submit {
        margin-top: 5px;
    }
    .get-involved-index__sponsorship {
        border-top-right-radius: 0;
    }
    .get-involved-index__sponsorship-image {
        position: absolute;
        right: -120px;
        bottom: auto;
        max-width: 55%;
    }
    .get-involved-index__sponsorship-text {
        max-width: none;
    }
    .section-small-cards--cam-1::after {
        right: calc(50% - 540px);
        bottom: -60px;
    }
    .contacts h2 {
        margin-left: 20px;
    }
    .contacts__wrapper,
    .contacts__text {
        margin-left: 0;
        display: block;
        width: auto;
    }
    .contacts__text:last-of-type,
    .contacts__text {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .header-promo__link {
        left: calc(50% - 52px);
        font-size: 24px;
    }
    .fund-select__amount-label {
        max-width: 104px;
    }
    .fund-select .fund-select__amount-list {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        left: 60px;
    }
    .fund-select .select-currency {
        margin-left: -312px;
    }
    .fund-select__amount-list {
        grid-template-columns: repeat(4,104px);
    }
    .fund-select .fund-select__type-list .fund-select__type-label {
        width: 124px;
        margin: 0 3px;
    }
    .fund-select .custom-input--amount input {
        border-radius: 3px;
        margin-right: 8px;
        margin-left: 128px;
    }
    .fund-select .fund-select__amount-list {
        position: relative;
        margin: 32px auto;
        left: 60px;
    }
    .fund-select .custom-input--amount .error-stroke {
        margin-left: 120px;
        margin-right: 0;
    }
    .fund-select .custom-input--amount .error-stroke-text {
        right: 4px;
    }
    .header .header-promo__link {
        width: 105px;
    }
    .header .header-promo__block {
        overflow: hidden;
        height: 65px;
    }
    .header.header--fixed {
        top: 0 !important;
    }
    .events-slider__img {
        max-width: 383px;
    }
    .events__wrapper-static {
        padding-top: 40px;
        padding-bottom: 69px;
        left: auto;
        margin-left: auto;
    }
    .card-small__img {
        max-width: 365px;
    }
}
@media (max-width: 767px) {
    header .current-menu-item,
    header .menu-item:hover,
    header .menu-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        margin-top: 0;
    }
    header .current-menu-item a,
    header .menu-item a:hover,
    header .menu-item a:focus-visible {
        border-bottom: 3px solid transparent;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        padding-bottom: inherit;
    }
    header .nav__item:first-child {
        margin-top: 10px;
    }
    .payment-done .container {
        padding: 100px 0 50px;
    }
    .standart-layout1__video-btn {
        margin-top: -34px;
    }
    .intro__image {
        height: 300px;
    }
    .standart-layout2__slider-text.standart-layout2__fullwidth-text {
        padding-bottom: 0;
    }
    .campaigns__swiper .swiper-slide {
        width: 100% !important;
    }
    .news-index-card {
        margin-right: auto;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        margin-left: auto;
    }
    .news-index__button span::after {
        height: 540px;
    }
    .footer__form .wpcf7 form.sent .wpcf7-response-output,
    .footer__form .wpcf7 form.invalid .wpcf7-response-output,
    .footer__form .wpcf7 form.unaccepted .wpcf7-response-output,
    .footer__form .wpcf7 form.payment-required .wpcf7-response-output {
        max-width: 420px;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    .footer__form .wpcf7 form.sent .wpcf7-response-output {
        margin-top: -35px;
    }
    .footer__form .wpcf7 form.invalid .wpcf7-response-output,
    .footer__form .wpcf7 form.unaccepted .wpcf7-response-output,
    .footer__form .wpcf7 form.payment-required .wpcf7-response-output {
        margin-top: -35px;
        min-height: 40px;
    }
    .contacts__form-field .custom-textarea textarea {
        padding: 10px 16px;
    }
    .contacts__form .wpcf7 form .wpcf7-response-output {
        width: auto;
        padding-right: 0;
        margin-left: 0;
        left: 25px;
        right: 140px;
        bottom: 5px;
        text-align: left;
        line-height: 18px;
        font-size: 14px;
    }
    .get-involved-index__sponsorship-image {
        position: relative;
        bottom: 10px;
        width: 100%;
        right: auto;
        max-width: none;
        margin-top: -260px;
    }
    .get-involved-index__sponsorship {
        margin-top: 290px;
    }
    .without-slider {
        margin-top: 45px;
    }
    .main--gift-aid {
        margin-top: 40px;
    }
    .main--gift-aid .payment-details .custom-toggle--checkbox,
    .main--gift-aid .payment-details__contact-address .payment-details__field {
        margin-bottom: 15px;
    }
    .contacts__form {
        margin-top: 30px;
    }
    .news-index>.container::before {
        height: 170px;
    }
    .give-advantages__item {
        padding-bottom: 40px !important;
    }

    .give-advantages__item .card-small__button {
        margin: 0;
    }
    .standart-layout2__wrapper {
        padding-bottom: 0;
    }
    .moshi-town__wrapper {
        padding-bottom: 56px;
    }
    .header-promo__link {
        left: auto;
        font-size: 32px;
    }
    .main--donation {
        margin-top: 20px;
    }
    .steps__item::before {
        left: 10px;
    }
    .steps__item:nth-of-type(4n-2)::before {
        left: 20px;
    }
    .steps__item:nth-of-type(4n-1)::before {
        left: 10px;
    }
    .steps {
        width: 240px;
    }
    .steps__item:not(:last-of-type)::after {
        right: -50px;
    }
    .steps__item:not(:last-of-type)::after {
        width: 70px;
    }
    .title--donation-h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .title--donation-h3,
    .card-details .donation-buttons,
    .donation-buttons {
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .fund-select .fund-select__type-list {
        max-width: 250px;
        margin: 0 auto;
    }
    .fund-select .fund-select__type-list .fund-select__type-item:first-child .fund-select__type-label {
        margin-left: 3px;
    }
    .fund-select .fund-select__type-list .fund-select__type-item:nth-last-child(2) .fund-select__type-label {
        margin-right: 3px;
    }
    .fund-select .fund-select__type-list .fund-select__type-label {
        margin: 5px 3px;
        width: 112px;
        font-size: 18px;
    }
    .fund-select__amount-list {
        grid-template-columns: repeat(2,104px);
    }
    .fund-select .fund-select__amount-list {
        left: auto;
        margin: 12px auto;
    }
    .fund-select .select-currency .custom-select__button {
        height: 40px;
    }
    .fund-select .select-currency {
        position: relative;
        left: 50%;
        margin-left: -112px;
    }
    .fund-select .fund-select__amount-list {
        left: auto;
    }
    .title--donation-h3, .card-details .donation-buttons, .donation-buttons {
        margin-top: 40px;
    }
    .fund-select .select-currency .custom-select__item {
        line-height: 40px;
    }
    .choose_yes_no .choose_item {
        width: 120px;
        margin: 0 4px;
    }
    .choose_container {
        width: 100%;
    }
    .donation-form .container {
        padding-top: 32px;
        padding-bottom: 24px;
    }
    .title--donation-h2 + .title--donation-h3 {
        margin-top: 24px;
    }
    .fund-select .custom-input--amount input {
        margin: 20px 2px 2px 2px;
        text-align: center;
    }
    .payment-details__contact-address .title:last-of-type {
        margin-top: 0;
        margin-bottom: 0;
    }
    .donation-buttons {
        margin-top: 12px;
    }
    .card-details .title--payment-h3 {
        margin-top: 40px;
    }
    .card-details .title--donation-h2 + .card-details .title--payment-h3 {
        margin-top: 16px;
    }
    .fund-select .custom-input--amount .error-stroke {
        margin-left: -7px;
        margin-right: -7px;
        top: 14px;
    }
    .fund-select .custom-input--amount {
        margin-bottom: 60px;
    }
    .payment-done.page-404 .container {
        padding: 80px 0 20px;
    }
    .payment-done.page-404 .title--payment-h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .payment-done.page-404 .payment-done__text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .moshi-town__wrapper::before {
        top: 350px;
    }
    .standart-layout1__slider-text iframe,
    .standart-layout2__slider-text iframe,
    .standart-layout3__slider-text iframe {
        min-height: 200px;
    }
    .header-promo {
        position: absolute;
        width: auto;
        right: 72px;
        top: 12px;
    }
    .header .header-promo__block {
        height: auto;
        min-height: auto;
        padding: 8px 20px;
    }
    .header .header-promo__link {
        width: auto;
        line-height: 22px;
        font-size: 22px;
        padding: 0;
    }
    .header {
        position: fixed;
        top: 0;
    }
    .wrapper {
        padding-top: 66px;
    }
    .section-small-cards--get-involved,
    .section-small-cards--cam-2 {
        margin-bottom: 20px;
    }
    .events-slider__img {
        max-width: 280px;
    }
    .events__wrapper-static {
        padding-bottom: 32px;
    }
}
@media (max-width: 374px) {
    .contacts__form .wpcf7 form .wpcf7-response-output {
        left: 15px;
        right: 120px;
    }
}
