/* inter-regular - cyrillic_latin */
@font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/inter-v18-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
  
/* inter-500 - cyrillic_latin */
@font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/inter-v18-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
  
/* inter-600 - cyrillic_latin */
@font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/inter-v18-cyrillic_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
  
/* inter-700 - cyrillic_latin */
@font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/inter-v18-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
  
/* inter-800 - cyrillic_latin */
@font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/inter-v18-cyrillic_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
  
  
@keyframes pulse {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

:root {
    --col-brown: #DC8E70;
    --col-orange: #F49716;
    --col-foma-red: #A61E22;
    --shift: 0;
    --x: 0;
    --y: 0;
}

html {
    font-size: 20px;
    box-sizing: border-box;
}

*, 
*:before, 
*:after {
    box-sizing: inherit;
}

body {
    font-family: Inter;
    line-height: 1.5;
    font-weight: 400;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    overflow-x: hidden;
}

#main {
    padding: 0;
    background-color: transparent;
}

#page-wrapper {
    background-image: url('img/pasha26_bottom_bg.png');
    background-position: bottom;
    background-color: #D9F2FE;
    background-repeat: no-repeat;
    color: #544F4F;
}

.full-container {
    overflow-x: hidden;
}

input, button {
    font-family: Inter;
}

a {
    text-decoration: underline;
    color: var(--col-orange);
}

p {
    font-family: Inter;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
}

h1, h2, h3, h4 {
    font-family: Inter;
    text-transform: uppercase;
}

h1 {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: var(--col-brown);
}

h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: var(--col-brown);
}

.btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    text-transform: uppercase;
    background: var(--foma-red);
    padding: 20px 40px;
    margin: 0 auto;
    margin-top: 70px;
    width: fit-content;
    max-height: 64px;
    cursor: pointer;
    z-index: 3;
    position: relative;
}

.floating-bg {
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    transition: .5s cubic-bezier(.25,.46,.45,.94);
}

.floating-bg.left {
    left: 0;
}

.floating-bg.right {
    right: 0;
    background-position-x: right;
}

.floating-bg.top {
    top: 0;
    bottom: unset !important;
    background-position-y: top;
}

.floating-bg.bottom {
    top: unset !important;
    bottom: 0;
    background-position-y: bottom;
}

.floating-bg.right.top {
    transform-origin: top right;
}

.floating-bg.left.top {
    transform-origin: top left;
}

.floating-bg.left {
    transform-origin: left;
}

.floating-bg.right {
    transform-origin: right;
}

.head-section .floating-bg.flower.left {
    width: 519px;
    height: 600px;
    background-image: url('img/pasha26_flower_left.png');
}

.head-section .floating-bg.flower.right {
    width: 486px;
    height: 651px;
    background-image: url('img/pasha26_flower_right.png');
}

.head-section .floating-bg.cloud.left.top {
    width: 853px;
    height: 383px;
    background-image: url('img/pasha26_cloud_left_top.png');
    z-index: 1;
    top: 219px;
    left: 16px;
}

.head-section .floating-bg.cloud.right.top {
    width: 948px;
    height: 472px;
    background-image: url('img/pasha26_cloud_right_top.png');
    z-index: 1;
    right: 30px;
}

.floating-bg.cloud.left.bottom {
    width: 442px;
    height: 387px;
    background-image: url('img/pasha26_cloud_left_bottom.png');
    bottom: -90px;
    z-index: 1;
}

.floating-bg.cloud.right.bottom {
    width: 832px;
    height: 346px;
    background-image: url('img/pasha26_cloud_right_bottom.png');
    bottom: -160px;
}

.floating-bg.bird.left.bottom {
    width: 243px;
    height: 221px;
    background-image: url('img/pasha26_bird_left_bottom.png');
    bottom: -120px;
    left: 270px;
}

section {
    background-color: transparent;
}

.donate-section .floating-bg.cloud.left.top {
    background-image: url('img/pasha26_donate_cloud_left.png');
    width: 390px;
    height: 323px;
    bottom: -360px;
    top: 150px;
}

.donate-section .floating-bg.cloud.right.top {
    background-image: url('img/pasha26_donate_cloud_right.png');
    width: 375px;
    height: 305px;
    bottom: -360px;
    top: 160px;
}


.donate-section .floating-bg.flower.left.bottom {
    background-image: url('img/pasha26_donate_flower_left.png');
    width: 346px;
    height: 627px;
    bottom: 0px;
    z-index: 1;
}

.donate-section .floating-bg.flower.right.top {
    background-image: url('img/pasha26_donate_flower_right.png');
    width: 368px;
    height: 763px;
    top: 300px;
}


.head-section {
    position: relative;
    height: 100vh;
}

.head-logo {
    margin: 0 auto 120px;
    width: fit-content;
    padding-top: 20px;
    position: relative;
    z-index: 3;
}

.head-logo a {
    display: block;
}

.head-logo a img {
    max-width: 100%;
}

.head-block {
    max-width: 1020px;
    margin: 0 auto;
    background-color: white;
    border-radius: 16px;
    outline: 1px solid white;
    padding: 30px;
    z-index: 2;
    position: relative;
    outline: 1px solid white;
    outline-offset: 20px;
    /* background: radial-gradient(50% 50% at 50% 50%, rgba(238, 174, 140, 0.8) 0%, #EDA077 0.01%, rgba(237, 160, 119, 0.4) 79.5%, rgba(237, 182, 152, 0) 100%); */
}

.head-desc {
    text-align: center;
    position: relative;
    z-index: 2;
}

.scroll-btn {
    width: 60px;
    height: 80px;
    background-image: url('img/pasha26_scroll_btn.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 60px auto;
    transition: .3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
    animation: pulse 1.4s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-delay: 1s;
    animation-timing-function: ease-out;
}

.howto-section {
    position: relative;
    padding: 200px 120px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.howto-section h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--col-brown);
    margin-bottom: 50px;
}

.steps {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.step {
    background: #fff;
    border-radius: 20px;
    outline: 1px solid #fff;
    outline-offset: 15px;
    width: calc(100% - 120px);
    max-width: 510px;
    padding: 30px;
    text-align: center;
    position: relative;
}

.howto-section .floating-bg.vasa {
    background-image: url('img/pasha_vasa.png');
    width: 710px;
    height: 1030px;
    bottom: -130px;
    z-index: 0;
}

.step .num {
    display: flex;
    justify-content: center;
}

.step .step-text {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.donate-section {
    position: relative;
    padding: 100px 0 0;
}

.donate-block {
    position: relative;
    z-index: 2;
}

.donate-block h2 {
    max-width: 660px;
    margin: 0 auto 40px;
    color: var(--col-brown);
}

.mail-section {
    padding: 290px 0 170px;
    position: relative;
}

.mail-block {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.mail-block .add-text {
    padding: 0 55px;
    margin-bottom: 20px;
}

/* Foma Footer styles
 * -------------
 */

.layout-full #colophon {
    padding: 40px 70px;
    margin-bottom: 0;
    margin-top: 0;
    background-color: transparent;
    font-weight: 400;
    color: white;
}

#colophon {
    margin-bottom: 20px;
    padding: 30px;
}

#colophon p,
#colophon a {
    font-size: 18px;
}

#colophon #theme-attribution {
    display: none;
}

.footer-logo img {
    width: 106px !important;
    height: auto;
}

/* Footer widgets
----------------------------------------------- */
#footer-widgets .widget {
    margin-bottom: 40px;
    font-size: 13px;
}
#footer-widgets .widget:last-child {
    margin-bottom: 0;
}
#footer-widgets .widget .widget-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
#footer-widgets .widget ul,
#footer-widgets .widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer-widgets .widget ul ul,
#footer-widgets .widget ol ul,
#footer-widgets .widget ul ol,
#footer-widgets .widget ol ol {
    margin-left: 1em;
}
#footer-widgets .widget ul li,
#footer-widgets .widget ol li {
    padding-bottom: 7px;
}
#footer-widgets .widget ul li a,
#footer-widgets .widget ol li a {
    text-decoration: none;
}
#footer-widgets .widget ul li ul.children,
#footer-widgets .widget ol li ul.children {
    padding-top: 7px;
    margin-bottom: -7px;
}
#footer-widgets {
    margin: 0 -5px;
    max-width: 100%;
}
#footer-widgets:before {
    content: '';
    display: block;
}
#footer-widgets:after {
    content: '';
    display: table;
    clear: both;
}
#footer-widgets .widget {
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
    margin-bottom: 0;
}
#footer-widgets .widget.panel,
#footer-widgets .widget.widget_siteorigin-panels-builder {
    padding: 0;
}
#footer-widgets .widget a {
    color: #fff;
}
#footer-widgets .widget .widget-title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ya-informer,
.footer-share {
    display: none;
}

/* Custom Menu Widget in Footer Area
----------------------------------------------- */
#colophon .widget_nav_menu .sub-menu {
    margin-left: 0;
}
#colophon .widget_nav_menu .menu-item {
    padding-bottom: 0;
}
#colophon .widget_nav_menu .menu-item a {
    display: block;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #b9b9b9;
}

/*
* Donate form styles
*/

#payment {
    position: relative;
    background-color: transparent;
}

#payment::before {
    content: '';
    background-image: url('img/pasha26_donate_bird.png');
    width: 272px;
    height: 247px;
    position: absolute;
    left: -350px;
    top: -15px;
    z-index: -1;
    background-repeat: no-repeat;
}

.payment-title,
.payment__type {
    display: none !important;
}

.payment__content {
    border-radius: 30px !important;
    outline: 1px solid #fff;
    outline-offset: 15px;
}

@media (min-width: 1400px) {
    .payment {
      width: 690px !important;
    }
}

/*
* END Donate form styles
*/

@media screen and (max-width:1366px) {

    h1 {
        font-size: 36px;
        font-weight: 700;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 20px;
    }

    .head-block {
        max-width: 920px;
    }

    .head-logo {
        margin-bottom: 70px;
    }

    .head-logo a {
        max-width: 150px;
    }

    .head-desc {
        font-size: 1rem;
    }

    .howto-section {
        padding: 200px 50px;
    }

    .howto-block .step {
        width: 100%;
        padding: 20px;
    }


    .step .step-text {
        font-size: 18px;
    }

    .step .num {
        scale: .75;
    }

    .step .step-title {
        margin-top: 0;
    }

    .floating-bg {
        transform: scale(.75);
    }

    #footer-widgets #block-3 {
        width: 0px;
    }

}

@media screen and (max-width:1024px) {
    html {
        font-size: 16px;
    }

    #payment::before,
    .floating-bg.bird.left.bottom {
        visibility: hidden;
    }

    .howto-block .steps {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    } 

    .mail-block .add-text {
        padding: 10px 0;
    }

    .layout-full #colophon {
        padding: 30px;
    }
}

@media (max-width: 640px) {

    #page-wrapper {
        background-image: url('img/pasha26_fon_mob.png');
    }

    #colophon p,
    #colophon a {
        font-size: 16px !important;
    }

    .footer-logo img {
        width: 68px !important;
    }

    h1, h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    h3 {
        font-size: 16px !important;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
    }

    .scroll-btn {
        max-width: 42px;
        animation: none;
    }

    .head-logo a {
        max-width: 68px;
    }

    .head-section {
        background-image: none;
        height: auto;
    }

    .head-block {
        padding: 12px;
    }

    .head-section .floating-bg.flower.left {
        top: -105px;
        left: -55px;
        scale: 1.05;
    }
    
    .floating-bg.bird.left.bottom,
    .head-section .floating-bg.cloud.left,
    .head-section .floating-bg.cloud.right.top,
    .head-section .floating-bg.flower.right,
    .donate-section .floating-bg.cloud.right.top {
        display: none;
    }

    #payment::before,
    .floating-bg.bird.left.bottom {
        visibility: visible;
    }


    .head-section .floating-bg.cloud.right.bottom {
        scale: .8;
        position: static;
        transform-origin: -180px -160px;
        margin-bottom: -160px;
    }

    .donate-section .floating-bg.cloud.left.top,
    .donate-section .floating-bg.flower.left.bottom {
        position: static;
    }

    .donate-section .floating-bg.cloud.left.top {
        transform-origin: 0 -500px;
        margin-bottom: -150px;
    }

    .donate-section .floating-bg.flower.left.bottom {
        transform-origin: 0px -250px;
        margin-bottom: -500px;
    }

    .head-block {
        outline-offset: 8px;
    }

    .steps {
        gap: 36px;
    }

    .step {
        border-radius: 16px;
        outline-offset: 10px;
        padding: 21px;
    }

    .step .step-text {
        font-size: 16px !important;
    }

    .step img {
        max-height: 56px;
    }

    .howto-section {
        padding: 16px;
    }

    .howto-section .floating-bg.vasa {
        display: none;
    }

    .howto-block {
        margin-bottom: 60px;
    }

    .donate-section .floating-bg.flower.right.top {
        display: none;
    }

    section.donate-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 60px;
    }

    .payment {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .payment__content {
        outline: none;
        padding: 20px 16px !important;
    }

    .payment-checkbox {
        font-size: 14px !important;
        line-height: 1.4;
    }

    #payment::before {
        left: 45px;
        top: -375px;
        scale: .7;
    }

    .pm-icon {
        background-size: 60% !important;
    }
    
    .layout-full #colophon {
        padding: 30px 16px;
    }

    body.responsive #footer-widgets .widget {
        display: block;
        margin-bottom: 25px;
        float: none;
        width: auto;
        padding: 0;
    }

    body.responsive #footer-widgets .widget:last-child {
        margin-bottom: 0;
    }

    body.responsive #footer-widgets aside:nth-child(2) {
        display: none;
    }

    body.responsive #footer-widgets .widget figure {
        width: fit-content;
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    section {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    

    .head-logo {
        margin-bottom: 50px;
    }

    .howto-block .num {
        display: block;
    }

    .donate-block h2 {
        padding: 0 20px;
        margin-bottom: 30px;
    }

    section.mail-section {
        padding-bottom: 110px;
    }
}
