/*!
Theme Name: Podpisuje.to
Theme URI: Podpisuje.to
Author: stronawww
Description: Szablon Podpisuje.to
Version: 11.0
*/

/* =WordPress Core
-------------------------------------------------------------- */

 
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 100%;
    height: auto;
}

.gallery-item a:hover img, .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: bold;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/*--------------------------------------------------------------
## STRONA
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## HEADER  - start
--------------------------------------------------------------*/

body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-display: swap;
    color: #18181B;
}

html {
    scroll-behavior: smooth;
}

textarea:focus, input:focus, select:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

textarea:focus, input:focus, select:focus {
    outline: 0px solid red;
    border: 1px solid #999 !important;
}

.container-fluid.container1 {
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
    margin-top: 0 !important;
}


a {
    text-decoration: none !important;
}

a:link {
    text-decoration: none !important;
}

#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    border: none;
    background: #026575;
}


/*--------------------------------------------------------------
## MENU
--------------------------------------------------------------*/


#cookie-notice .cookie-notice-container .cookie-btn {
    letter-spacing: 0.2px;
    line-height: 21px;
    background: #B0CB1F;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #B0CB1F;
    white-space: nowrap;
    padding: 5px 15px;
    text-transform: capitalize;
    font-weight: 700;
}

#cookie-notice .cookie-notice-container .cookie-btn:hover {
    background: transparent;
    color: #fff;
}


.not-found .wysiwyg {
    text-align: center;
}


.not-found .wysiwyg .pag-header-title {
    font-size: 5rem;
    font-weight: 700;
    margin-top: 50px;
    letter-spacing: 3px;
}

.not-found .wysiwyg .pag-header-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 50px;
}


.not-found .wysiwyg a {
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 21px;
    background: #FFAA3B;
    color: #fff;
    padding: 6px 27px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 2px solid #FFAA3B;
    display: inline-block;
    transition: all 0.2s;
    margin-bottom: 30px;
}

.not-found .wysiwyg a:hover {
    background: #fff;
    color: #FFAA3B;
    transition: all 0.2s;
}


.main {
    margin-top: 150px;
}


.header-menu-wrap {
    text-align: right;
    margin-left: auto;
}


#header #menu-menu-glowne {
    margin-left: auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    width: 30%;
    background: transparent;
    padding: 20px 0px;
}

#header #navbar {
    margin-left: auto !important;
}


#header #navbar > ul {
    flex-direction: row;
    width: auto;
    padding-bottom: 24px;
}


#header .navbar-brand img {
    height: 51px;
}


#header .navbar-nav .nav-link {
    font-size: 1.125rem;
    font-weight: 500;
    color: #18181B;
    white-space: normal;
    line-height: normal;
    position: relative;
    padding-top: 20px;
    padding-bottom: 18px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 21px;
    border-bottom: 0px solid #fff;
    transition: all 0.4s;
    white-space: nowrap;
}


#header .navbar-nav .nav-link:hover {
    color: #FFAB3E;
    border-bottom: 0px solid #FFAB3E;
    transition: all 0.4s;
    font-weight: 500;
}

#header .navbar-nav > li {
    padding-right: 15px;
    padding-left: 15px;
}

#header .navbar-nav > li:last-of-type {
    padding-right: 0px;
}

#header .navbar-nav .menu-item .nav-link {
    padding-top: 13px;
    padding-bottom: 13px;
}


#header .navbar-nav .menu-item.btn1 .nav-link {
    padding-right: 33px;
    padding-left: 33px;
}

#header .navbar-nav > li:hover {
}


#header .navbar-nav .menu-item.active .nav-link {
}

#header .navbar-nav .menu-item.active .nav-link:not(.dropdown-toggle) {
    color: #FFAB3E;
    font-weight: 700;
}

#header .navbar-nav .menu-item.btn1 .nav-link {
    background: #18181B;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

#header .navbar-nav .menu-item.btn1 .nav-link:hover {
    background: #FCAB40;
    color: #fff;
    font-weight: 400;
}


#header .navbar-nav .sep .nav-link {
    font-size: 1.5rem;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
}

#header .navbar-nav .sep .nav-link:hover {
    background: transparent;
    color: #1c1b38;
}


#header #menu-menu-glowne li.active a {
    color: #fff;
    background: #000;
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
}

header #header #navbar {
}

header #header #navbar.show {
}

#wrapper {
    position: relative;
    background: #fff;
overflow: hidden; 
}

#wrapper header {
    border-bottom: 0px solid rgba(238, 238, 238, 1);
    background-color: #fff;
    position: fixed;
    z-index: 123;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}

.home #wrapper header1 {
    background: transparent;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 11;
}


#wrapper header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-top: 55px;
    padding-bottom: 0px;
    background-color: #fff;
    box-shadow: none;
    transition: all 0.2s;
}

.navbar .navbar-toggler {
    background: #fff;
    padding: 10px 9px;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 50px;
    overflow: hidden;
    text-align: center;
    height: 40px;
}


.navbar .navbar-toggler {
    margin-left: auto;
}

.navbar .navbar-toggler .linia {
    width: 20px;
    height: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #000000;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s;
    border-radius: 5px;
}

.navbar .navbar-toggler .linia:nth-of-type(2) {
    width: 20px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
}


.navbar .navbar-toggler:focus {
    outline: none;
}

.navbar .navbar-toggler.activ {
    background-color: #000000;
    color: #fff;
    border: 1px solid #000;
    position: relative;
    z-index: 44;
}

.navbar .navbar-toggler.activ .linia {
    background-color: #fff;
}

.navbar-toggler.activ .linia:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 7px;
    position: relative;
    transition: all 0.2s;
}

.navbar-toggler.activ .linia:nth-of-type(2) {
    opacity: 0;
    transition: all 0.2s;
}

.navbar-toggler.activ .linia:nth-of-type(3) {
    transform: rotate(45deg);
    top: -7px;
    position: relative;
    transition: all 0.2s;
}


#header .navbar-nav > li.pll-parent-menu-item .dropdown-menu {
    border: 0;
    top: 80%;
    min-width: auto;
}

#header .navbar-nav > li.pll-parent-menu-item.show .nav-link {
    color: #FFAB3E;
    color: #8B8B8B;
    transition: all 0.2s;
    font-weight: 400;
}

#header .navbar-nav > li.pll-parent-menu-item .dropdown-menu .dropdown-item {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #18181B;
}

#header .navbar-nav > li.pll-parent-menu-item.show .current-lang {
    display: none;
}

#wrapper header .navbar.men {
    padding-top: 5px;
    transition: all 0.2s;
}

#wrapper header .navbar.men .navbar-brand {
    padding-top: 2px;
}

#header #navbar.mini1 > ul {
    padding-bottom: 5px;
}


#wrapper header .navbar-brand {
    padding-left: 2px;
    padding-top: 28px;
}


.social-bar {
    background: #232323;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 3px;
}

.lang-switch {
    font-size: 14px;
    font-weight: 700;
}

.lang-switch select {
    border: 0 !important;
    background: #232323;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.social-bar > .container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    text-align: right;
    align-items: center;
}

.social-icons {
    margin-left: 11px;
    margin-right: 11px;
    display: flex;
}

.social-icons > a {
    margin-left: 5px;
    margin-right: 5px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 11px;
    background: linear-gradient(55deg, rgba(10, 115, 51, 1) 0%, rgba(95, 160, 41, 1) 50%, rgba(176, 203, 31, 1) 100%);
}

.social-icons > a:hover {
    color: #fff;
    background: #B0CB1F;
}


/*--------------------------------------------------------------
## HEADER  - stop
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## PODSTRONY  -  START
--------------------------------------------------------------*/

body.logged-in #wrapper header {
    top: 32px;
}


.image-mobile {
    display: none;
}


.section-header-image-bar {
    padding-top: 85px;
    padding-bottom: 50px;

}


.section-header-image-bar .box-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.section-header-image-bar .img2 {
    overflow: hidden;
    border-radius: 800px;
    border: 1px solid #FFA938;
    padding: 40px;
    max-width: 813px;
    height: auto;
}

.section-header-image-bar .img2 img {
    max-width: 100%;
    height: auto;
}

.section-header-image-bar .box-wrap .box-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    max-width: 48%;
    padding-left: 115px;
}


 .section-header-image-bar .info-link .btnn2 {
    padding: 16px 80px; 
}



.section-header-image-bar .box-wrap .box-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    max-width: 52%;
}


.section-header-image-bar .box-left h1 {
    font-size: 42px;
    line-height: 70px;
    font-weight: 700;
    color: #18181B;
    margin-bottom: 74px;
max-width: 550px;
}


.section-header-image-bar .box-left p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #18181B;
    font-family: 'Poppins';
    max-width: 480px;
    margin-bottom: 64px;
}


.btnn2 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    background-color: #18181B;
    padding: 16px 55px;
    border-radius: 10px;
    transition: all 0.4s ease;
    display: inline-block;
}

.btnn2:hover {
    color: #fff;
    background-color: #FFAA3B;
    transition: all 0.4s ease;
}


.btnn5 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    background-color: #FBBA26;
    padding: 16px 85px;
    border-radius: 10px;
    transition: all 0.2s ease;
    display: inline-block;
    border: 0;
}

.btnn5:hover {
    background: #000000;
}




.section-header-image-bar .box-left .info-number {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 100px;
    padding-bottom: 10px;
}

.section-header-image-bar .box-left .info-number1 {
    font-size: 65px;
    line-height: 62px;
    font-weight: 500;
    color: #18181B;
    margin-right: 18px;
}

.section-header-image-bar .box-left .info-number2 {
    font-size: 1.125rem;
    line-height: 22px;
    font-weight: 400;
    color: #18181B;
    max-width: 190px;
    padding-bottom: 14px;
    margin-right: 20px;
}

.section-header-image-bar .box-left .info-number3 {
    font-size: 65px;
    line-height: 62px;
    font-weight: 500;
    color: #18181B;
    margin-right: 18px;
}

.section-header-image-bar .box-left .info-number4 {
    font-size: 1.125rem;
    line-height: 22px;
    font-weight: 400;
    color: #18181B;
    max-width: 160px;
    padding-bottom: 14px;
}

.section-header-image-bar .image-mobile {
    display: none;
}


.section-take-action {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-take-action .heading-h1 {
    color: #090914;
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    margin-bottom: 30px;
}

.section-take-action .heading-h2 {
    color: #18181B;
    margin: 0 auto;
    text-align: center;
}

.section-take-action .heading-h2 p {
    margin: 0 auto;
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #18181B;
    text-align: center;
    max-width: 920px;
    margin-bottom: 46px;
}

.section-take-action .carusel1 {
    padding-left: 115px;
    padding-right: 0px;
}

.section-take-action .splide__arrows {
    display: none;
}


.section-take-action .splide__slide {
    position: relative;
}

.section-take-action .img2 {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.section-take-action .img2 img{
    max-width: 300px;
}
.section-take-action .img2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/gradient.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    z-index: 0;
}

.section-take-action .img2 img {
    transition: all 0.2s;
}


.section-take-action .img2:hover img {
    transition: all 0.2s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.section-take-action .text-slid {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 25px;
    height: auto;
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}


.section-take-action .text-slid .heading-h3 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.5px;
    font-weight: 500;
    min-height: 80px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.section-take-action .text-slid .heading-h4 {
    text-align: center;
    margin: 0 auto;
}

.section-take-action .big-image .text-slid {
    max-width: 390px;
}


.section-take-action .text-slid .heading-h4 .btnn1 {
    margin: 0 auto;
    display: inline-block;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    overflow: hidden;
    border: 1px solid #fff;
    color: #fff;
}


.section-take-action .text-slid .heading-h4 .btnn1 span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 4px;
    margin-top: 2px;
}


.section-take-action .text-slid .heading-h4 .btnn1 {
    transition: all 0.2s;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    flex-direction: column;
    width: 88px;
    height: 88px;
    overflow: hidden;
    margin-top: 0px;
}


.section-take-action .text-slid .heading-h4 .btnn1 svg {
    width: 24px;
    height: 24px;
    transition: all 0.2s;
}

.section-take-action .text-slid .heading-h4 .btnn1:hover svg {
    transform: translateX(0px);
    transition: all 0.2s;
}

.section-take-action .text-slid .heading-h4 .btnn1:hover svg path {
    fill: #fff;
}

.section-take-action .text-slid .heading-h4 .btnn1:hover {
    border: 1px solid #FFAA3B;
    background-color: #FFAA3B;
    color: #fff;
    transition: all 0.2s;
}


.section-take-action .bottom-stop {
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
}

.section-take-action .btnn {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 15px 26px;
    transition: all 0.2s ease;
    display: inline-block;
}


.section-take-action .splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: -63px;
    padding-right: 130px;
}


.section-take-action .splide__pagination__page {
    background: transparent;
    border: 1px solid #FFAA3B;
    border-radius: 50%;
    display: inline-block;
    height: 26px;
    margin: 3px;
    opacity: .99;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 26px;
}

.section-take-action .btnn:hover {
    color: #fff;
    background-color: #000;
    transition: all 0.2s ease;
}

.section-take-action .splide__pagination__page.is-active {
    background: #FFAA3B;
    transform: scale(1.0);
    z-index: 1;
}

.splide__pagination__page:hover {
    background: #FFAA3B;
}


.section-take-action img {
    max-width: 100%;
    height: auto;
}

.section-take-action .big-image-all {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-top: 150px;
}
.section-take-action .big-image-all img{
    max-width: 400px;
}

.section-take-action .big-image {
    padding-left: 22px;
    padding-right: 22px;
}


.section-take-action .big-image {
    position: relative;
}


.section-take-action .big-image .img2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/bg-gradient.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    z-index: 0;
}


.section-take-action .big-image .text-slid .heading-h3 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1.2px;
    font-weight: 500;
    min-height: 97px;
    letter-spacing: -0.7px;
}


.section-take-action .big-image .text-slid {
    bottom: 33px;
}

.section-take-action .big-image .text-slid .heading-h4 .btnn1 {
    width: 114px;
    height: 114px;
    border: 2px solid #fff;
}


.section-take-action .big-image .text-slid .heading-h4 .btnn1 svg {
    width: 32px;
    height: 32px;
}

.section-take-action .big-image .text-slid .heading-h4 .btnn1:hover {
    border: 1px solid #FFAA3B;
    background-color: #FFAA3B;
}


.section-take-action .big-image .text-slid .heading-h4 .btnn1 span {
    margin-bottom: 4px;
    margin-top: 10px;
}


.section-one-million-donors {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-one-million-donors {
}

.section-one-million-donors .box-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.section-one-million-donors .box-wrap .box-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    max-width: 48%;
    padding-left: 115px;
}

.section-one-million-donors .box-wrap .box-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.section-one-million-donors .box-left .info-text {
    padding-top: 65px;
}

.section-one-million-donors .box-left .info-text p {
    font-size: 22px;
    line-height: 46px;
    font-weight: 400;
    color: #18181B;
    font-family: 'Poppins';
    margin-bottom: 44px;
    max-width: 457px;
    letter-spacing: -0.7px;
}


.section-one-million-donors .box-left  .btnn2 {  padding: 16px 120px; }



.section-one-million-donors .box-left .info-text h3 {
    color: #FFAA3B;

margin-bottom: 20px; 
    font-size: 70px;
  font-weight: 800;
  line-height: 62px;
  letter-spacing: -3px;
}


.section-one-million-donors .box-right img {
    max-width: 100%;
    height: auto;
}

.section-one-million-donors .box-right .image-bg {
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 0px;
    background-size: contain;
}

.section-one-million-donors .box-right .image-bg .img4 {
    display: inline-block;
    position: relative;
    left: 113px;
    top: -26px;
}

.section-one-million-donors .box-right .image-bg .img5 {
    top: 0;
    display: inline-block;
    position: relative;
    left: 113px;
    top: 0px;
}

.section-one-million-donors .box-right .image-bg .img6 {
    display: inline-block;
    position: relative;
    left: 141px;
    border-radius: 32px;
    top: 216px;
    top: 190px;
}

.section-one-million-donors .box-right .image-bg .img-ins {
    overflow: hidden;
    transition: all 0.2s;
}

.section-one-million-donors .box-right .image-bg .img-ins:hover {
    overflow: hidden;
    transition: all 0.2s;
}

.section-one-million-donors .box-right .image-bg .img-ins img {
    transition: all 0.2s;
}

.section-one-million-donors .box-right .image-bg .img-ins:hover img {
    transition: all 0.2s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}


.section-one-million-donors .box-right .image-bg .img-ins {
    overflow: hidden;
    border-radius: 32px;
    display: inline-block;
}


.section-one-million-donors .box-right .image-bg .sign1 {
    position: absolute;
    bottom: -24px;
    left: -36px;
    width: 64px;
    height: 64px;
    z-index: 45;
    border-radius: 50%;
}


.section-one-million-donors .box-right .image-bg .sign2 {
    position: absolute;
    bottom: -115px;
    left: 80px;
    width: 64px;
    height: 64px;
    z-index: 45;
    border-radius: 50%;
}

.section-one-million-donors .box-right .image-bg .sign3-wrap {
    position: absolute;
    bottom: -24px;
    right: -36px;
    width: auto;
    z-index: 46;
    background: #fff;
    border-radius: 100px;
    padding: 16px 30px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 700;
    color: #393E46;
    bottom: 50px;
    right: -130px;
}

.section-one-million-donors .box-right .image-bg .sign3 {
    width: 17px;
    height: 20px;
    margin-right: 8px;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

.section-one-million-donors .box-right .image-bg .sign3-wrap span {
    display: inline-block;
}

.section-one-million-donors .box-right .image-bg .sign4-wrap {
    display: none;
}








.modal41 .modal-dialog {
    max-width: 920px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal41 .modal-dialog .modal-content {
    padding: 40px 60px;
    position: relative;
    border-radius: 15px;
}

.modal41 .modal-dialog .modal-content .img2 {
    margin-bottom: 40px;
}

.modal41 .modal-dialog .modal-content .img2 img {
    max-width: 80px;
    height: auto;
}

.modal41 .modal-dialog .modal-content .close {
    position: absolute;
    right: -30px;
    top: -30px;
    opacity: 1;
    transition: all 0.2s;
    z-index: 6;
}


.modal41 .modal-dialog .modal-content .close:hover {
    opacity: 1;
    transition: all 0.2s;
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -o-transform: scale(0.90);
}


.modal41 .modal-dialog .modal-content .text1 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    color: #101828;
    font-family: 'Poppins';
    margin-bottom: 30px;
}

.modal41 .modal-dialog .modal-content .text2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #667085;
    font-family: 'Poppins';
    margin-bottom: 64px;
    max-width: 735px;
    margin-bottom: 20px;
}

.modal41 .modal-dialog .modal-content .img3 {
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}


.modal41 .modal-dialog .modal-content .img3 img{
  width: 100%; 
  height: auto; 
}


.modal41 .modal-dialog .modal-content .form-donation1 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

.modal41 .modal-dialog .modal-content .form-donation1 form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modal41 .modal-dialog .modal-content .input1 {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background-color: #fff;
    height: 58px;
    width: 320px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #667085;
    font-family: 'Poppins';
    padding-left: 15px;
}

.modal41 .modal-dialog .modal-content .input2 {
    border-radius: 8px;
    border: 0px solid #FBBA26;
    background-color: #FBBA26;
    height: 58px;
    width: 320px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding-left: 12%;
}

.modal41 .modal-dialog .modal-content .input2:hover {
    background-color: #000;
    color: #fff;
    border: 0px;
}

.modal41 .modal-dialog .modal-content label {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}

.modal41 .modal-dialog .modal-content label .plnn {
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    right: 5px;
    top: 20%;
}

.modal41 .modal-dialog .modal-content label .plnn select {
    font-size: 14px;
    font-weight: 400;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 7px 7px;
    padding-right: 0;
}


.modal41 .modal-dialog .modal-content button.input2 {
    border-radius: 8px;
    border: 0px solid #FBBA26;
    background-color: #FBBA26;
    height: 58px;
    width: 320px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding-left: 0;
    padding-right: 0px;
}


.modal41 .modal-dialog .modal-content .input2.btnn2 {
}

.modal42 .modal-dialog .modal-content .form-donation1 {
    text-align: center;
    width: auto;
}

.modal42 .modal-dialog .modal-content .text2 {
    margin-bottom: 30px;
}



.modal41 .modal-dialog .modal-content input::placeholder {
    color: #667085;
    opacity: 1;
}

.modal41 .modal-dialog .modal-content input::-ms-input-placeholder {
    color: #667085;
    opacity: 1;
}

.modal-backdrop.fade {
    filter: alpha(opacity=80);
    opacity: .80
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .80
}


.section-newsletter-section {
    padding-top: 50px;
    padding-bottom: 50px;

}

.section-newsletter-section .box-wrap {
    margin: 0 auto;
    max-width: 1460px;
}

.section-newsletter-section .box-wrap .info-newsletter-wrap {
    border-radius: 20px;
    border: 1px solid #FFAB3E;
    padding: 16px;
    background-color: #fff;
}

.section-newsletter-section .box-wrap .info-newsletter {
    border-radius: 20px;
    background-color: #FFAB3E;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 145px;
}


.section-newsletter-section .box-wrap .info-newsletter .box-left {
}

.section-newsletter-section .box-wrap .info-newsletter .box-left .text1 {
    padding-top: 2px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #fff;
    font-family: 'Poppins';
    margin-bottom: 5px;
}

.section-newsletter-section .box-wrap .info-newsletter .box-left .text2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: -0.7px;
    color: #fff;
    font-family: 'Poppins';
    margin-bottom: 7px;
}

.section-newsletter-section .box-wrap .info-newsletter .box-right {
}


.section-newsletter-section .btnnn {
    padding: 15px 35px;
    border: 0px solid #1D1D1D;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    max-width: fit-content;

    color: #FFAB3E;
    font-size: 16px;
    line-height: 24px;
    border-radius: 9px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
}


.section-newsletter-section .btnnn svg {
    width: 19px;
    height: 18px;
    transition: all 0.2s;
    margin-left: 25px;
    width: auto;
    height: auto;
}

.section-newsletter-section .btnnn:hover svg {
    transform: translateX(0px);
    transition: all 0.2s;
}

.section-newsletter-section .btnnn:hover svg path {
    fill: #fff;
    stroke: #fff !important;
}

.section-newsletter-section .btnnn:hover svg line {
    fill: #fff;
    stroke: #fff !important;
}

.section-newsletter-section .btnnn:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.2s;
}


.section-change-fate {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-change-fate .box-wrap {
}

.section-change-fate .box-wrap .info-fate {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-change-fate .box-wrap .text1 {
  color: #090914;
  font-size: 42px;
  font-weight: 700;
  line-height: 62px;
  text-align: center;
  margin-bottom: 65px;
}

.section-change-fate .box-wrap .info-fate .btnn2 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    background-color: #18181B;
    padding: 16px 45px;
    border-radius: 10px;
    transition: all 0.2s ease;
    display: inline-block;
}


.section-change-fate .box-wrap .info-fate .btnn2:hover {
    color: #fff;
    background-color: #FFAA3B;
    transition: all 0.2s ease;
}

.section-change-fate .img2 {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-top: 40px;
}

.section-change-fate .img2 img {
    width: 100%;
    height: auto;
}


footer.footer {
    position: relative;
    background-color: #fff;
    color: #090914;
}

footer.footer {
    font-family: 'Poppins', sans-serif;
}


.footer .btnn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 21px;
    background: #FFAA3B;
    color: #fff;
    padding: 6px 27px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 2px solid #FFAA3B;
    display: inline-block;
}

.footer .btnn:hover {
    background: #fff;
    color: #B0CB1F;
}

.footer .foot-bar {
    background-color: #fff;
    text-align: right;
    padding-top: 42px;
    padding-bottom: 10px;
    display: none;
}


footer.footer .foot {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
}


.footer .foot-wrapper {
    margin: 0 auto;
    max-width: 1658px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
}


.footer .box-inside1 {
    min-height: 77px;
    color: #94A3B8;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-top: 83px;
}


.box-inside2 ul {
    list-style: none;
    padding-left: 0;
}

.box-inside2 ul li {
}

.box-inside2 ul li a {
    color: #090914;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 23px;
    display: inline-block;
}


.footer .box1 .box-inside1 {
    padding-top: 0;
}

.footer .box1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.footer .box1 .box-inside1 {
}

.footer .box1 .box-inside2 {
    padding-top: 26px;
    font-size: 18px;
    font-weight: 400;
    color: #71717A;
}


.footer .box2 .box-inside2 {
    padding-top: 19px;
}


.footer .box3 .box-inside2 {
    padding-top: 19px;
}

.footer .box4 .box-inside2 {
    padding-top: 38px;
}


.footer .box2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.footer .box3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.footer .box4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


.footer .box4 form {
    display: flex;
    flex-direction: column;
}

.footer .box4 .input1 {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background-color: #fff;
    height: 56px;
    width: 320px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #667085;
    padding-left: 15px;
    margin-bottom: 5px;
    max-width: 100%;
}

.footer .box4 input::placeholder {
    color: #A1A1AA;
    opacity: 1;
}

.footer .box4 input::-ms-input-placeholder {
    color: #A1A1AA;
    opacity: 1;
}


.footer .box4 button.input2 {
    border-radius: 8px;
    border: 0px solid #FBBA26;
    background-color: #FFAB3E;
    height: 58px;
    width: 320px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    padding-left: 0;
    padding-right: 0px;
    max-width: 100%;
}


.footer .box-inside2 ul li a:hover {
    color: #FFAB3E;
}


.footcopyright {
    text-align: center;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.footcopyright .footcopyright-inside {
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #E2E8F0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footcopyright .text1 {
    font-size: 14px;
    line-height: 22px;
    color: #090914;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 0px;
}


.licz-wrap {
    border: 0px solid #ccc;
    border-radius: 55px;
    width: 100%;
    height: auto;
    background-color: #ccc;
    margin: 0 auto;
    display: block;
    margin-top: 35px;
}

.licz {
    width: 80%;
    background-color: #FD984F;
    height: 50px;
    text-align: right;
    border-radius: 55px;
max-width: 100%;
}

.licz span {
    display: inline-block;
    height: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 220%;
}


.sing-petitions .page-title {
    max-width: 100%;
}


.sing-petitions .page-title {
    font-size: 34px;
    margin-top: 50px;
    margin-bottom: 50px;
}


.sing-petitions .img2 {
    overflow: hidden;
    border-radius: 25px;
    display: inline-block;
}

.sing-petitions .petition-video {
    flex-direction: column;
}

#staticBackdrop9.modal41 .modal-dialog .modal-content {
    padding: 0px 0px;
}

#staticBackdrop9 .embed-responsive {
    margin: 0px;
    border-radius: 15px;
}


#staticBackdrop4.modal41 .modal-dialog .modal-content {
    padding: 0px 0px;
}

#staticBackdrop4 .embed-responsive {
    margin: 0px;
    border-radius: 15px;
}

.sing-petitions .petition-video .img2 {
    position: relative;
}

.sing-petitions .petition-video .img2 {
    overflow: hidden;
    display: flex;
    width: 100%;
    max-width: 80%;
    justify-content: center;
    align-items: center;
}


.sing-petitions .petition-video .img-mobile {
    display: none;
}


.sing-petitions .petition-video .img2 img {
    max-width: 100%;
    height: auto;
}

.sing-petitions .petition-video .but-play {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.sing-petitions .petition-video .but-play .img-mobile {
    display: none;
}


.sing-petitions .petition-video .but-play > img {
    max-width: 100px;
}


.sing-petitions .text1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    color: #090914;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
}


.sing-petitions .text1 span {
    color: #FD984F;
    margin-top: 30px;
    font-weight: 800;
}

.sing-petitions .text2 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #18181B;
}


.sing-petitions .form8 {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 472px;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 23px;
    padding-bottom: 0px;
  z-index: 444;
    height: 80%;
    overflow: unset;
    border: 1px solid #E4E4E7;
    border-radius: 10px;
    -webkit-box-shadow: -13px 59px 31px -14px rgba(255, 107, 0, 0.42);
    -moz-box-shadow: -13px 59px 31px -14px rgba(255, 107, 0, 0.42);
    box-shadow: -13px 59px 31px -14px rgba(255, 107, 0, 0.42);
    height: auto;


}

.sing-petitions .form8.form-mobile {
    display: none;
}

.sing-petitions .form8.form-desktop {
    right: -472px;
}


.sing-petitions .form8.form-desktop  .wpcf7-not-valid-tip { color: #dc3232;  font-size: 12px;  }
.sing-petitions .form8.form-mobile  .wpcf7-not-valid-tip { color: #000;  font-size: 12px;  }



.sing-petitions .form8 .xx1 {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 22px;
    opacity: 0.7;
    cursor: pointer;
z-index: 455;
}

.sing-petitions .form8 .xx1:hover {
    opacity: 1;
}


.sing-petitions .form8 .wpcf7 form.sent .wpcf7-response-output {
    opacity: 0 !important;
    display: none;
}


.sing-petitions .form8 .cli {
    position: absolute;
   
    left: -157px;
    top: 40%;
    transform: rotate(-90deg);
}

.sing-petitions .form8 .cli span {
    display: inline-block;
    background-color: #FD984F;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px 30px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    transition: all 0.2s;
    cursor: pointer;
    border: 1px solid #fff;
}

.sing-petitions .form8 .cli span:hover {
    background-color: #000;
    transition: all 0.2s;
}


.sing-petitions .form8.open .cli {
    display: none;
}

.sing-petitions .form8.open   {
  overflow-y: auto;
  max-height: 95%;
   scrollbar-width: thin;   
    scrollbar-color: #888  #dcdce0;  

}
 

.sing-petitions .form8.open ::-webkit-scrollbar-track {  background: #dcdce0; }
.sing-petitions .form8.open ::-webkit-scrollbar-thumb {  background-color: #dcdce0;  border-radius: 6px;  border: 3px solid #888; }


.sing-petitions .form8 .title-form {
    color: #3F3F46;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #344054;
    margin-bottom: 30px;
    padding-left: 14px;
    padding-left: 0;
    margin-bottom: 15px;
    padding-right: 5px;
}

.sing-petitions .form8 .dd {
    display: inline-block;
}

.sing-petitions .form8 label {
    width: 100%;
    display: block;
    margin-bottom: 1px;
    margin-bottom: -10px;
}


.sing-petitions .form8 label.ukr {
    pointer-events: none;
    width: 0;
    height: 0;
    overflow: hidden;
}

.sing-petitions .form8 label > b {
    display: block;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #344054;
    margin-bottom: 5px;
}


.sing-petitions .form8 .inp {
    height: 48px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #D0D5DD;
    width: 100%;
    padding-left: 15px;
    height: 45px;
}


.sing-petitions .form8 .div2 label {
    display: flex;
}


.sing-petitions .form8 .inp::placeholder {
    color: #667085;
    opacity: 1;
}

.sing-petitions .form8 .inp::-ms-input-placeholder {
    color: #667085;
    opacity: 1;
}

.sing-petitions .form8 .div1 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #344054;
    padding-top: 9px;
    font-size: 13px;
}

.sing-petitions .form8 .div1 p {
    margin-bottom: 11px
}

.sing-petitions .form8 .div2 p {
    margin-bottom: 13px
}

.sing-petitions .form8 .div3 {
    font-family: 'Poppins';
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    line-height: 16px;
}

.sing-petitions .form99 p br {
    display: none;
}

.sing-petitions .form8 .div3 a {
    color: #000;
    text-decoration: underline !important;
}

.sing-petitions .form8 .div3 a:hover {
    color: #000;
    text-decoration: none !important;
}

.sing-petitions .form8 .div4 {
    text-align: center;
}

.sing-petitions .form8 .div4 p {
    margin-bottom: 0;
}

.sing-petitions .form8 .radio span {
    color: #344054;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 7px;
    display: inline-block;
}

.sing-petitions .form8 .radio input[type="radio"] {
    width: 22px;
    height: 22px;
}

.sing-petitions .form8 .radio .wpcf7-list-item.first {
    margin-left: 0;
    margin-right: 10px;
}


.wpcf7-spinner {
    display: block;
}

.sing-petitions .form8 .wyslij {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    border-radius: 10px;
    background-color: #FD6A00;
    border: 0px solid #D0D5DD;
    text-align: center;
    padding: 10px 30px;
    display: inline-block;
}

.sing-petitions .form8 .wyslij:hover {
    background-color: #000;
    color: #fff;
}


.sing-petitions .form8 label > input[type="radio"].checked {
    accent-color: #da7220 !important;
}

.sing-petitions .form8 label > input[type="radio"] {
    accent-color: #da7220 !important;
}

.sing-petitions .form8 body label > input[type="radio"].checked {
    accent-color: #111F90 !important;
}

.sing-petitions .form8 body label > input[type="checkbox"] {
    accent-color: #111F90 !important;
}


.sing-petitions .section-pet {
    padding-top: 100px;
    padding-bottom: 160px;
    display: flex;
    align-items: center;
}
.sing-petitions .section-pet + .row .donation-banner{
    margin-bottom: 0;
}
.sing-petitions .section-pet .heading-h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #18181B;
    margin-bottom: 40px;
    letter-spacing: 0px;
}
.section-pet.medical-leave{
    padding-bottom: 120px;
}

.sing-petitions .section-pet .box-left {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0px;
}

.sing-petitions .section-pet .box-left p {
    max-width: 530px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-size: 18px;
}

.sing-petitions .section-pet .box-right {
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
}

.sing-petitions .section-pet .img2-wrap {
    position: relative;
    display: inline-block;
}

.sing-petitions .section-pet .btnn1 {
    transition: all 0.2s;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    flex-direction: column;
    width: 161px;
    height: 161px;
    overflow: hidden;
    margin-top: 0px;
    background-color: #FFAB3E;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    bottom: -60px;
    left: -80px;
    border: 7px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #FFAB3E;
    -moz-box-shadow: 0px 0px 0px 2px #FFAB3E;
    box-shadow: 0px 0px 0px 2px #FFAB3E;
    width: 168px;
    height: 168px;
}

.sing-petitions .section-pet .btnn1:hover {
    background-color: #000000;
    transition: all 0.2s;
    box-shadow: 0px 0px 0px 2px #000;
}


.sing-petitions .section-pet .but-mobile {
    display: none;
}

.sing-petitions .section-pet .img-mobile {
    display: none;
}


.sing-petitions .section-pet .btnn1 span {
    max-width: 140px;
    text-align: center;
    margin-bottom: 8px;
    padding-top: 20px;
}

.sing-petitions .section-pet .img2 {
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
}

.sing-petitions .section-pet .img2 img {
    max-width: 450px;
    height: auto;
}


.sing-petitions .section-pet.we-have-choose {
    align-items: flex-start;
}

.sing-petitions .section-pet.we-have-choose .btnn1 {
    bottom: -60px;
}

.sing-petitions .section-pet.we-have-choose .box-right {
    padding-top: 33px;
}


.sing-petitions .section-pet.medical-leave .btnn1 {
    background-color: #000000;
    box-shadow: 0px 0px 0px 2px #000;
}

.sing-petitions .section-pet.medical-leave .btnn1:hover {
    background-color: #FFAB3E;
    box-shadow: 0px 0px 0px 2px #FFAB3E;
}


.sing-petitions .section-pet.slider33 {
    background-color: #FD984F;
    align-items: center;
    position: relative;
    padding-bottom: 110px;
    padding-top: 80px;
    justify-content: center;
}




.sing-petitions .slider44 {
    background-color: #FD984F;
    align-items: flex-start;
    position: relative;
}

.sing-petitions .slider44::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-box-shadow: -1000px 0px 0px 0px rgba(253, 152, 79, 1);
    -moz-box-shadow: -900px 0px 0px 0px rgba(253, 152, 79, 1);
    box-shadow: -1000px 0px 0px 0px rgba(253, 152, 79, 1);
    pointer-events: none;
}


.sing-petitions .slider44::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-box-shadow: 1000px 0px 0px 0px rgba(253, 152, 79, 1);
    -moz-box-shadow: 900px 0px 0px 0px rgba(253, 152, 79, 1);
    box-shadow: 1000px 0px 0px 0px rgba(253, 152, 79, 1);
    pointer-events: none;
}


.sing-petitions .slider44 .splide__arrow svg {
    fill: #000;
    height: 60px;
    width: 60px;
}

.sing-petitions .slider44 .splide__arrow {
    height: 60px;
    width: 60px;
    background: transparent;
    opacity: 1;
}

.sing-petitions .slider44 .splide__arrow:hover {
    opacity: 0.85;
}


.sing-petitions .slider44 .splide__arrow.splide__arrow--prev {
    left: -60px;
}

.sing-petitions .slider44 .splide__arrow.splide__arrow--next {
    right: -60px;
}


.sing-petitions .slider44 .splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 52px;
}


.sing-petitions .slider44 .splide__pagination__page {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 26px;
    margin: 3px;
    opacity: .99;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 26px;
}


.sing-petitions .slider44 .splide__pagination__page.is-active {
    border: 1px solid #fff;
    background: #fff;
    transform: scale(1.0);
    z-index: 1;
}

.sing-petitions .slider44 .splide__pagination__page:hover {
    background: #fff;
}


.sing-petitions .section-pet.slider33 .btnn1 {
    color: #FD984F;
    background-color: #fff;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    box-shadow: none;
    width: 161px;
    height: 161px;
}

.sing-petitions .section-pet.slider33 .but-mobile .btnn1 {
    width: 161px;
    height: 161px;
}

.sing-petitions .section-pet.slider33 .btnn1:hover {
    background-color: #000;
}

.sing-petitions .section-pet.slider33 .btnn1 span {
    color: #FD984F;
}

.sing-petitions .section-pet.slider33 .btnn1 svg line {
    fill: #FD984F;
    stroke: #FD984F !important;
}

.sing-petitions .section-pet.slider33 .box-left {
    color: #fff;
}

.sing-petitions .section-pet.slider33 .heading-h3 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
}


.sing-petitions .section-pet.you-help {
}

.sing-petitions .section-pet.you-help .but-help .btnn2 {
    background-color: #FFAB3E;
    border-radius: 10px;
    margin-top: 20px;
}

.sing-petitions .section-pet.you-help .but-help .btnn2:hover {
    background-color: #000000;
}

.sing-petitions .section-pet.you-help .textlong a {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #FFAB3E;
    letter-spacing: 0px;
}

.sing-petitions .section-pet.you-help .textlong a:hover {
    color: #000;
}

.sing-petitions .section-pet.you-help .box-left p {
    max-width: 855px;
    margin-bottom: 30px;
    font-family: 'Poppins';
}

.sing-petitions .section-pet.you-help .heading-h3 {
    max-width: 645px;
    font-size: 42px;
}

.addtoany_list a img{
    width: 50px;
    height: 50px;
}
.sing-petitions .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    height: 50px;
    line-height: 32px;
    width: 50px;
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sing-petitions .addtoany_list a, .widget .addtoany_list a {
    vertical-align: middle;
    padding: 13px 26px;
}

.sing-petitions .addtoany_list a:hover img, .addtoany_list a:hover span {
    opacity: .85;
}


.sing-petitions .donation-banner.group-strength {
    justify-content: flex-start;
    min-height: auto;
    border-radius: 20px;
    margin-bottom: 10px;
}
.donation-banner.petition-video{
    margin-bottom: 100px;
}

.sing-petitions .donation-banner.group-strength .donation-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 4px;
}

.sing-petitions .donation-banner.group-strength .donation-box p {
    line-height: 44px;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #fff;
    letter-spacing: -0.3px;
    text-align: left;
    padding: 0px;
}

.sing-petitions .donation-banner.group-strength .donation-box {
    width: 100%;
    padding: 40px 40px;
}

.sing-petitions .donation-banner.group-strength .pay-area {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 15px;
}

.sing-petitions .donation-banner.group-strength .pay-area .info-text {
    font-family: 'Poppins';
    font-size: 26px;
    font-weight: 500;
    line-height: 44px;
    color: #fff;
    letter-spacing: -0.5px;
    padding-bottom: 4px;
    padding-right: 70px;
}


#wyn {
    width: 100%;
}


.main.page-contact {
    margin-top: 110px;
    padding-left: 30px;
    padding-right: 30px;
}


    .box-thank{   font-family: 'Poppins';  max-width: 900px;  margin:50px auto; -webkit-box-shadow: 0px 6px 24px 0px rgba(66, 68, 90, 0.33);  -moz-box-shadow: 0px 6px 24px 0px rgba(66, 68, 90, 0.33); box-shadow: 0px 6px 24px 0px rgba(66, 68, 90, 0.33); padding: 40px; padding-bottom: 50px; border-radius: 12px; }
    
    .box-thank  .box-inside  { margin:0 auto;  max-width: 540px;   font-size: 18px; font-weight: 500; line-height: 28px;  color: #18181B;  }

    .box-thank  .box-inside  img{ max-width: 100%; height: auto;    }

    .box-thank  .box-inside  .img2{    }

    .box-thank  .box-inside  .text1{ margin-top: 18px; margin-bottom: 9px;    }

    .box-thank  .box-inside  .text2{  font-size: 14px; font-weight: 400; line-height: 20px;  color: #667085;    }

    .box-thank  .box-inside  .img3{  overflow: hidden; border-radius:25px; margin-top: 2px; margin-bottom: 32px; margin-top: 18px;  }


    .box-thank  .box-inside  .img3{  overflow: hidden;  display: flex;  width: 100%;  max-width: 100%;  justify-content: center;
  align-items: center;  position: relative; }



.box-thank  .box-inside  .but-play .img-mobile { display: none; }

     

    .box-thank  .box-inside  .icons9 a{ display: inline-block; padding:6px 11px; }
    .box-thank  .box-inside  .icons9 a:hover{ opacity:0.8;  }

    .box-thank  .box-inside  .icons9-inside{  border:3px solid #FD6A00;  border-radius:25px; margin-left: auto; margin-right: auto; text-align: center; padding: 20px;  padding-bottom: 5px; padding-top: 10px; max-width: 390px;   }

    .box-thank  .box-inside  .icons9-inside .icons9-text{  margin-left: auto; margin-right: auto;  line-height: 22px; margin-bottom: 5px;  }
   


   .box-thank  .box-inside .but-play {  display: inline-block;  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  cursor: pointer; }




.box-html7 {  }

.box-html7 h3 { margin-top: 50px;  margin-bottom: 25px;  }



.page-contact .contact-bar {
    max-width: 1260px;
    margin: 0 auto;
}


.page-contact .contact-bar .page-title {
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    max-width: 100%;
    margin-top: 45px;
    margin-bottom: 55px;
    padding-left: 0px;
    margin-left: 15px;
    padding-right: 0;
}


.page-contact .contact-bar .page-title {
}


.page-contact .orange {
    background-color: #FFAB3E;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.4px;
    margin-bottom: 100px;
    padding-top: 30px;
    padding-bottom: 18px;
}

.page-contact .orange strong {
    font-weight: 600;
}

.page-contact .orange a {
    color: #fff;
    text-decoration: underline !important;
}

.page-contact .orange a:hover {
    color: #fff;
    text-decoration: none !important;
}


.page-contact .heading-h2 {
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 34px;
    padding-left: 0px;
    padding-right: 0;
}


.page-contact .heading-h3 {
    color: #667085;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
}

.page-contact .img2 {
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
}

.page-contact .img2 img {
    max-width: 100%;
    height: auto;
}


.page-contact .contact-section2 .box-left {
}


.page-contact .contact-section2 .box-right {

    text-align: right;
}


.page-contact .contact-section2 .row {
    padding-left: 10px;
    padding-right: 10px;
}

.page-contact .contact-section1 .row {
    padding-left: 10px;
    padding-right: 10px;
}


.page-contact .form10 {
    padding-top: 17px;
    max-width: 480px;
}

.page-contact .form10 > p:first-of-type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
}


.page-contact .form10 .title-form {
    color: #3F3F46;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #344054;
    margin-bottom: 30px;
    padding-left: 14px;
    padding-left: 0;
    margin-bottom: 15px;
}

.page-contact .form10 .dd {
    display: inline-block;
}

.page-contact .form10 label {
    width: 100%;
    display: block;
    margin-bottom: 1px;
    margin-bottom: 5px;
    margin-bottom: 23px;
}


.page-contact .form10 label > b {
    display: block;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #344054;
    margin-bottom: 7px;
}


.page-contact .form10 label.box50 {
    max-width: 47%;
    display: inline-block;
}


.page-contact .form10 .inp {
    height: 48px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #D0D5DD;
    width: 100%;
    padding-left: 15px;
}

.page-contact .form10 .wpcf7-not-valid-tip {
    font-size: 12px;
}


.page-contact .form10 .div2 label {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
    align-items: flex-start;
}

.page-contact .form10 .div3 label {
    display: flex;
    align-items: baseline;
    align-items: flex-start;
}


.page-contact .form10 .inp::placeholder {
    color: #667085;
    opacity: 1;
}

.page-contact .form10 .inp::-ms-input-placeholder {
    color: #667085;
    opacity: 1;
}

.page-contact .form10 .div1 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #344054;
    padding-top: 0px;
    font-size: 13px;
}

.page-contact .form10 .div1 textarea {
    height: 50px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #D0D5DD;
    width: 100%;
    padding-left: 15px;
    height: 128px;
}

.page-contact .form10 .div1 b {
    display: block;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #344054;
    margin-bottom: 7px;
}


.page-contact .form10 .div1 p {
    margin-bottom: 11px;
}

.page-contact .form10 .div2 p {
    margin-bottom: 13px;
    margin-bottom: 16px;
}

.page-contact .form10 .div2 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #667085;
    padding-top: 12px;
}

.page-contact .form10 .div3 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #667085;
}


.page-contact .form10 .div3 > p {
    margin-bottom: 7px;
}


.page-contact .form10 .wpcf7-list-item {
    margin-left: 0;
}

.page-contact .form10 input.if1 {
    display: inline-block;
    margin-right: 10px;
    width: 23px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.page-contact .form10 input.if2 {
    display: inline-block;
    margin-right: 10px;
    width: 28px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}


.page-contact .form10 .form99 p br {
    display: none;
}

.page-contact .form10 .div2 a {
    color: #667085;
    text-decoration: underline !important;
}

.page-contact .form10 .div2 a:hover {
    color: #000;
    text-decoration: none !important;
}


.page-contact .form10 .div3 a {
    color: #667085;
    text-decoration: underline !important;
}

.page-contact .form10 .div3 a:hover {
    color: #000;
    text-decoration: none !important;
}


.page-contact .form10 .div4 {
    text-align: center;
}

.page-contact .form10 .div4 p {
    margin-bottom: 0;
}

.page-contact .form10 .radio span {
    color: #344054;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 7px;
    display: inline-block;
}

.page-contact .form10 .radio input[type="radio"] {
    width: 22px;
    height: 22px;
}

.page-contact .form10 .radio .wpcf7-list-item.first {
    margin-left: 0;
    margin-right: 10px;
}


.page-contact .form10 .wpcf7-spinner {
    display: block;
}

.page-contact .form10 .wyslij {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    border-radius: 8px;
    background-color: #FFAB3E;
    border: 0px solid #D0D5DD;
    text-align: center;
    padding: 12px 30px;
    display: inline-block;
    display: block;
    width: 100%;
}

.page-contact .form10 .wyslij:hover {
    background-color: #000;
    color: #fff;
}


.page-contact .form10 label > input[type="radio"].checked {
    accent-color: #da7220 !important;
}

.page-contact .form10 label > input[type="radio"] {
    accent-color: #da7220 !important;
}

.page-contact .form10 label > input[type="radio"].checked {
    accent-color: #111F90 !important;
}

.page-contact .form10 label > input[type="checkbox"] {
    accent-color: #FFAB3E !important;
}


.collapse:not(.show) {
    display: none;
}

.container.w1220 {
    max-width: 1200px !important;
    margin: 0 auto;
}

.container.w1400 {
    max-width: 1400px !important;
    margin: 0 auto;
}

.container.w1550 {
    max-width: 1550px !important;
    margin: 0 auto;
}

.container.w1590 {
    max-width: 1590px !important;
    margin: 0 auto;
}

.container.w1657 {
    max-width: 1657px !important;
    margin: 0 auto;
}

.container.w1687 {
    max-width: 1687px !important;
    margin: 0 auto;
}

.container.w100 {
    max-width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
}


.wt1590 {
    max-width: 1460px !important;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}


section.wyszukaj {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.wyszukaj h1 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    color: #04537e;
    font-weight: 400;
}

section.wyszukaj h1 span {
    font-weight: 600;
}


@media (min-width: 1200px) {

    .container.container-maxx {
        max-width: 1560px;
    }

}


@media (max-width: 1700px) {


    .section-one-million-donors .box-wrap {
        justify-content: flex-start;
    }

    .section-one-million-donors .box-wrap .box-right {
        padding-left: 7%;
        width: auto;
    }

}


@media (max-width: 1600px) {


    .sing-petitions .slider44 .splide__arrow {
        opacity: 0.6;
    }

    .sing-petitions .slider44 .splide__arrow.splide__arrow--prev {
        left: 16px;
    }

    .sing-petitions .slider44 .splide__arrow.splide__arrow--next {
        right: 16px;
    }

}

@media (max-width: 1500px) {

    .section-one-million-donors .box-wrap .box-left {
        padding-left: 15px;
    }

    .section-one-million-donors .box-right .image-bg .sign3-wrap {
        right: 23px;
    }


}


@media (max-width: 1400px) {

    .section-header-image-bar .box-wrap .box-left {
        padding-left: 15px;
        padding-right: 30px;
    }

    .section-header-image-bar .box-left h1 {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 40px;
    }


}

@media (max-width: 1310px) {

    .section-one-million-donors .box-wrap .box-right {
        padding-left: 0%;
    }

    .section-one-million-donors .box-left .info-text p {
        font-size: 34px;
        line-height: 40px;
    }


}


@media only screen and (max-width: 1400px) and (min-width: 992px) {


}


@media (max-width: 1200px) {

    .section-header-image-bar .box-wrap {
        align-items: flex-start;
    }

    .section-one-million-donors .box-wrap {
        display: flex;
        flex-direction: column;
    }

    .section-one-million-donors .box-wrap .box-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        max-width: 810px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-one-million-donors .box-wrap .box-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 100px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .section-one-million-donors {
        padding-top: 30px;
    }

    .section-one-million-donors .box-left .info-text p {
        max-width: unset;
    }


    .sing-petitions .section-pet .btnn1 {
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
    }


    .sing-petitions .slider44::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        -webkit-box-shadow: -300px 0px 0px 0px rgba(253, 152, 79, 1);
        -moz-box-shadow: -300px 0px 0px 0px rgba(253, 152, 79, 1);
        box-shadow: -300px 0px 0px 0px rgba(253, 152, 79, 1);
        pointer-events: none;
    }


    .sing-petitions .slider44::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        -webkit-box-shadow: 300px 0px 0px 0px rgba(253, 152, 79, 1);
        -moz-box-shadow: 300px 0px 0px 0px rgba(253, 152, 79, 1);
        box-shadow: 300px 0px 0px 0px rgba(253, 152, 79, 1);
        pointer-events: none;
    }


}


@media (max-width: 991px) {


    #header .header-wrap {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        display: flex;
    }

    .header-menu-wrap {
        width: 100%;
    }

    #header #navbar > ul {
        flex-direction: column;
        width: auto;
        padding-bottom: 24px;
        justify-content: center;
        margin: 0 auto;
        align-items: center;
        background: #fff;
        padding-top: 40px;
        height: 100vh;
        overflow-y: auto;
    }


    header #header #navbar {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0;
    }

    #header .navbar-nav .nav-link {
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        line-height: 24px;
        color: #18181B;
    }

    #header .navbar-nav > li {
        border-bottom: 1px solid #18181B;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #header .navbar-nav > li.pll-parent-menu-item {
        border: 0;
    }


    #header .navbar-nav > li.pll-parent-menu-item .dropdown-menu {
        position: absolute;
        float: none;
        top: 66px;
    }

    #header .navbar-nav > li.btn1 {
        border: 0;
        margin-top: 80px;
    }


    #header .navbar-nav .menu-item.btn1 .nav-link {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        padding: 20px 40px;
    }

    #header .navbar-nav .menu-item.btn1 .nav-link:hover {
        font-weight: 500;
    }


    .section-header-image-bar {
        padding-top: 85px;
        padding-bottom: 22px;
    }


    .section-header-image-bar .box-wrap {
        justify-content: center;
    }

    .section-header-image-bar .info-link {
        text-align: center;
    }

    .section-header-image-bar .image-mobile {
        display: block;
    }

    .section-header-image-bar .image-desktop {
        display: none;
    }


    .section-header-image-bar .box-wrap .box-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .section-header-image-bar .box-wrap .box-right {
        display: none;
    }


    .section-header-image-bar .box-left h1 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 20px;
        font-weight: 800;
    }

    .section-header-image-bar .box-wrap .box-left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-header-image-bar .img2 {
        padding: 15px;
        margin-bottom: 15px;
    }

    .section-header-image-bar .box-left .info-text p {
        max-width: none;
    }

    .section-header-image-bar .box-left .info-text p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .section-header-image-bar .img2 img {
        width: 100%;
    }


    .section-header-image-bar .info-link .btnn2 {
        padding: 16px 60px;
        border-radius: 6px;
        font-weight: 500;
        font-size: 18px;
    }

    .section-header-image-bar .box-left .info-number {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 45px;
        padding-bottom: 10px;
        flex-direction: column;
    }


    .section-header-image-bar .box-left .info-number1 {
        font-size: 56px;
        line-height: 62px;
        font-weight: 500;
        color: #18181B;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }

    .section-header-image-bar .box-left .info-number3 {
        font-size: 56px;
        line-height: 62px;
        font-weight: 500;
        color: #18181B;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
        padding-top: 40px;
    }


    .section-header-image-bar .box-left .info-number2 {
        font-size: 17px;
        line-height: 22px;
        font-weight: 400;
        color: #18181B;
        text-align: center;
        max-width: none;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    .section-header-image-bar .box-left .info-number4 {
        font-size: 17px;
        line-height: 22px;
        font-weight: 400;
        color: #18181B;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
        max-width: none;
    }


    .section-take-action {
        padding-top: 20px;
        padding-bottom: 17px;
    }


    .section-take-action .heading-h1 {
        color: #090914;
        font-size: 26px;
        font-weight: 800;
        line-height: 30px;
        text-align: center;
        margin-bottom: 18px;
    }

    .section-take-action .heading-h2 p {
        font-size: 17px;
        line-height: 27px;
        font-weight: 400;
        color: #18181B;
        text-align: center;
        max-width: none;
        margin-bottom: 20px;
    }

    .section-take-action .carusel1 {
        padding-left: 15px;
        padding-right: 15px;
    }


    .section-take-action .img2 {
        border-radius: 20px;
        overflow: hidden;
        display: inline-block;
    }

    .section-take-action .splide__slide {
        position: relative;
        text-align: center;
    }

    .section-take-action .splide__pagination {
        bottom: -63px;
        padding-right: 0;
        padding-left: 0;
    }

    .section-take-action .btnn {
        border-radius: 6px;
        padding: 16px 36px;
    }

    .section-take-action .big-image-all {
        flex-direction: column;
        padding-top: 50px;
    }

    .section-take-action .big-image {
        padding-left: 22px;
        padding-right: 22px;
        text-align: center;
        margin-bottom: 40px;
    }

    .section-take-action .big-image .text-slid .heading-h3 {
        color: #fff;
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        min-height: 117px;
        letter-spacing: -0.7px;
        min-height: 97px;
    }


    .section-take-action .text-slid .heading-h3 {
        min-height: 80px;
    }

    .section-take-action .text-slid {
        bottom: 30px;
    }

    body .section-take-action .text-slid .heading-h4 .btnn1 {
        width: 95px;
        height: 95px;
        border: 2px solid #FFAA3B;
        background-color: #FFAA3B;
    }


    body .section-take-action .text-slid .heading-h4 .btnn1 svg {
        width: 21px;
        height: 21px;
    }

    body .section-take-action .text-slid .heading-h4 .btnn1 span {
        margin-bottom: 10px;
        margin-top: 3px;
    }


    body .section-take-action .big-image .text-slid .heading-h4 .btnn1 {
        width: 95px;
        height: 95px;
        border: 2px solid #FFAA3B;
        background-color: #FFAA3B;
    }


    body .section-take-action .big-image .text-slid .heading-h4 .btnn1 svg {
        width: 21px;
        height: 21px;
    }

    body .section-take-action .big-image .text-slid .heading-h4 .btnn1 span {
        margin-bottom: 10px;
        margin-top: 3px;
    }

    body .section-take-action .big-image .text-slid {
        bottom: 29px;
    }


    .section-take-action .splide__arrow {
        opacity: 1;
    }

    .section-take-action .splide__arrow {
        background: transparent;
    }

    .section-take-action .splide__arrow svg {
        fill: #000;
        height: 30px;
        width: 30px;
    }

    .section-take-action .splide__arrow--prev {
        left: 10px;
    }

    .section-take-action .splide__arrow--next {
        right: 10px;
    }


    .section-one-million-donors {
        padding-top: 0px;
    }

    .section-one-million-donors .box-left .info-text h3 {
        font-size: 58px;
        font-weight: 800;
        line-height: 62px;
        letter-spacing: -2px;
        margin-bottom: 45px;
    }

    .section-one-million-donors .box-left .info-text p {
        font-size: 25px;
        line-height: 35px;
        font-weight: 400;
        margin-bottom: 14px;
    }

    .section-one-million-donors .box-wrap .box-left .info-link .btnn2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        color: #fff;
        background-color: #18181B;
        padding: 16px 45px;
        border-radius: 10px;
        transition: all 0.2s ease;
        display: inline-block;
        text-align: center;
        border-radius: 6px;
    }


    .section-one-million-donors .box-wrap .box-left .info-link .btnn2:hover {
        color: #fff;
        background-color: #FFAA3B;
        transition: all 0.2s ease;
    }

    .section-one-million-donors .box-wrap .box-left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-one-million-donors .box-wrap .box-right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-one-million-donors .box-left .info-text {
        padding-top: 0px;
    }


    .section-one-million-donors .box-wrap .box-left {
        margin-bottom: 50px;
    }
    
    
    
    
        

    
    
    
   
    
    
    
    
    


    .modal41 .modal-dialog {
        max-width: 920px;
        padding: 11px;
    }


    .modal41 .modal-dialog .modal-content .text1 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .modal41 .modal-dialog .modal-content .text2 {
        font-size: 17px;
        line-height: 27px;
        font-weight: 400;
        color: #667085;
        max-width: 100%;
        margin-bottom: 10px;
    }


    .modal41 .modal-dialog .modal-content .close {
        position: absolute;
        right: 12px;
        top: 12px;
        opacity: 1;
        transition: all 0.2s;
    }

    .modal41 .modal-dialog .modal-content .close img {
        width: 40px;
        height: 40px;
    }

    .modal41 .modal-dialog .modal-content {
        padding: 30px;
        position: relative;
        border-radius: 19px;
        padding: 35px 31px;
    }

    .modal41 .modal-dialog .modal-content .img2 {
        margin-bottom: 40px;
        width: 76px;
        height: auto;
        margin-bottom: 24px;
    }

    .modal41 .modal-dialog .modal-content .form-donation1 form {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .modal41 .modal-dialog .modal-content .input1 {
        margin-bottom: 30px;
    }

    .modal41 .modal-dialog .modal-content label .plnn {
        top: 13%;
    }

    .modal41 .modal-dialog .modal-content .form-donation1 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0px;
    }


    .modal41 .modal-dialog .modal-content button.input2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }


    .section-newsletter-section .box-wrap .info-newsletter-wrap {
        border-radius: 0;
        border: 1px solid #FFAB3E;
        padding: 16px;
        background-color: #fff;
        border-left: 0px;
        border-right: 0px;
        padding: 6px 0px;
    }


    .section-newsletter-section .box-wrap .info-newsletter {
        border-radius: 0;
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .section-newsletter-section .box-wrap .info-newsletter .box-left .text2 {
        margin-bottom: 20px;
    }


    .section-change-fate {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .section-change-fate .box-wrap .text1 {
        font-size: 26px;
        font-weight: 800;
        line-height: 30px;
        text-align: center;
        margin-bottom: 23px;
    }

    .section-change-fate .box-wrap .info-fate .btnn2 {
        border-radius: 6px;
    }


    .footer .foot-wrapper {
        margin: 0 auto;
        max-width: 100%;
        background-color: transparent;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer .box1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer .box2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: inline-block;
        width: 50%;
    }

    .footer .box3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: inline-block;
        width: 48%;
    }

    .footer .box4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    .footer .box-inside1 {
        min-height: 30px !important;
        padding-top: 0px !important;
    }

    .footer .box3 .box-inside2 {
        padding-top: 5px;
    }

    .footer .box1 img {
        height: auto;
        width: auto;
    }


    .footer .box1 .box-inside2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }


    .section-change-fate {
        padding-bottom: 10px;
    }

    .footer .foot-wrapper {
        display: block;
    }


    .sing-petitions .mobile0 {
        display: none;
    }

    body .sing-petitions .petition-video {
        background-color: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sing-petitions .section-pet .but-mobile {
        display: block;
    }

    .sing-petitions .section-pet .img-mobile {
        display: block;
    }


    .sing-petitions .section-pet .but-mobile .btnn1 {
        position: relative;
        width: 177px;
        height: 177px;
        bottom: 0;
        margin-top: 30px;
    }

    .sing-petitions .section-pet .textlong {
        padding-top: 50px;
    }


    .sing-petitions .section-pet .heading-h3 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 30px;
    }

    .sing-petitions .section-pet .box-left p {
        max-width: unset;
        margin-bottom: 20px;
font-size: 17px;
    }

    .sing-petitions .section-pet .box-left {
        font-size: 17px;
        font-weight: 400;
        line-height: 27px;
    }


    .sing-petitions .petition-video .but-play .img-desktop {
        display: none;
    }

    .sing-petitions .petition-video .but-play .img-mobile {
        display: inline-block;
    }


    .sing-petitions .section-pet.you-help .but-help .btnn2 {
        display: none;
        text-align: center;
        padding: 16px 15px;
    }


    .sing-petitions .form8 {
        display: none;
    }

    .sing-petitions .form8 .wpcf7 form.sent .wpcf7-response-output {
        display: none;
    }

    .sing-petitions .form8.form-mobile {
        display: block !important;
        position: relative;
        box-shadow: none;
        background-color: #FEAB3D;
        margin-left: 15px;
        margin-right: 15px;
        width: 100%;
        padding: 40px 50px;
        padding-bottom: 10px;
        height: 100%;
        width: auto;
    }


    .sing-petitions .form8.form-mobile::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(assets/img/shadow-form.png);
        background-repeat: no-repeat;
        background-position: center center;
        z-index: -1;
    }


    .sing-petitions .form8.form-mobile .wyslij {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        color: #fff;
        border-radius: 6px;
        background-color: #000;
        border: 0px solid #D0D5DD;
        text-align: center;
        padding: 10px 30px;
        display: inline-block;
    }


    .sing-petitions .form8.form-mobile .wyslij:hover {
        background-color: #fff;
        color: #000;
    }


    .sing-petitions .form8.form-mobile .div1 {
        color: #fff;
    }

    .sing-petitions .form8.form-mobile .div2 {
        color: #fff;
    }

    .sing-petitions .form8.form-mobile .div3 {
        color: #fff;
    }

    .sing-petitions .form8.form-mobile .radio span {
        color: #fff;
    }

    .sing-petitions .form8.form-mobile .radio span {
        color: #fff;
    }

    .sing-petitions .form8.form-mobile label > b {
        color: #fff;
    }

    .sing-petitions .form8.form-mobile .div3 a {
        color: #fff;
        text-decoration: underline !important;
    }

    .sing-petitions .form8.form-mobile .div3 a:hover {
        color: #fff;
        text-decoration: none !important;
    }

    .sing-petitions .form8.form-mobile .title-form {
        color: #fff;
    }

    .sing-petitions .form8.form-mobile .wyslij {
        text-align: center;
        padding: 17px 30px;
    }

    .sing-petitions .form8.form-mobile .div3 p {
        margin-bottom: 26px;
    }


    .sing-petitions .form8.form-mobile label > input[type="radio"].checked {
        accent-color: #000 !important;
    }

    .sing-petitions .form8.form-mobile label > input[type="radio"] {
        accent-color: #000 !important;
    }


    .sing-petitions .donation-banner.group-strength .donation-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 38px;
    }

    .sing-petitions .donation-banner.group-strength .donation-box p {
        font-size: 17px;
        line-height: 27px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0;
    }


    .sing-petitions .donation-banner.group-strength .pay-area .info-text {
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        letter-spacing: 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 34px;
    }

    .sing-petitions .donation-banner.group-strength .pay-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 8px;
    }

    .sing-petitions .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
        height: 40px;
        line-height: 32px;
        width: 40px;
        background: transparent !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sing-petitions .addtoany_list > a[title="Instagram"] > img {
        height: 59px;
        width: 59px;
        background: transparent !important;
    }

    .sing-petitions .addtoany_list a, .sing-petitions .widget .addtoany_list a {
        padding: 20px 30px;
        vertical-align: middle;
    }


    .sing-petitions .a2a_kit {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }


    .sing-petitions .donation-banner.group-strength .donation-box {
        padding: 40px 40px;
        padding-bottom: 10px;
    }

    .sing-petitions .slider44 .splide__arrow {
        display: none;
    }

    .sing-petitions .section-pet.slider33 .heading-h3 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 30px;
    }

    .sing-petitions .slider44 .splide__pagination__page {
        height: 20px;
        margin: 3px;
        opacity: .99;
        padding: 0;
        width: 20px;
    }

    .sing-petitions .slider44 .splide__pagination {
        bottom: 24px;
    }


    .sing-petitions .page-title {
        font-size: 30px;
        padding-left: 0;
        margin-top: 35px;
        margin-bottom: 11px;
    }

    .sing-petitions .petition-video .img2 {
        max-width: 100%;
    }

    .sing-petitions .petition-video .text1 {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        margin-top: 34px;
        margin-bottom: 15px;
    }


    .page-contact .form10 {
        padding-top: 17px;
        max-width: 100%;
    }

    .page-contact .contact-section2 .box-right {
        padding-top: 0px;
        text-align: left;
    }

    .page-contact .firs {
        order: 3;
    }

    .page-contact .contact-section2 .row {
        padding-left: 0;
        padding-right: 0;
    }

    .page-contact .contact-bar .page-title {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .page-contact .heading-h2 {
        font-size: 30px;
        line-height: 37px;
        margin-top: 0px;
        margin-bottom: 44px;
        margin-top: 17px;
        margin-bottom: 27px;
    }


    .page-contact .orange {
        padding-bottom: 10px;
    }


}

@media (max-width: 780px) {

    body.logged-in #wrapper header {
        top: 46px;
    }

}


@media (max-width: 768px) {

    .section-take-action .splide__pagination {
        display: none;
    }
    
      .section-header-image-bar .box-left h1 {font-size: 24px; }
    

    .section-take-action .splide__arrows {
        display: block;
    }

    .section-take-action .bottom-stop {
        padding-top: 50px;
    }


}


@media only screen and (max-width: 767px) and (min-width: 577px) {

    .footer .foot-wrapper {
        display: block;
    }

    .section-one-million-donors .box-right .image-bg .img6 {
        left: 113px;
        top: 0;
    }

    .section-one-million-donors .box-right .image-bg {
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 30px;
    }


    .section-one-million-donors .box-wrap .box-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        max-width: unset;
        width: 100vw;
        margin-left: -15px;
        margin-right: -15px;
    }

    .section-one-million-donors .box-wrap .box-right {
        background-image: url('/wp-content/uploads/2023/10/mapa-swiat1.png') !important;
    }

    .section-one-million-donors .box-wrap .box-right {
        background-position: 50% 38px;
        background-repeat: no-repeat;
        padding-top: 0px;
        background-size: unset;
    }

    .section-one-million-donors .box-right .image-bg {
        max-width: 570px;
        background-image: none;
    }

    .section-one-million-donors .box-right .image-bg .sign2 {
        border-radius: 50%;
        bottom: -328px;
        left: 238px;
    }


}


@media (max-width: 576px) {
    
     .section-one-million-donors .box-left .info-text p{font-size: 16px;    line-height: 30px; margin-bottom: 20px; text-align: center;   }
    
    .section-take-action .heading-h2 p {  font-size: 15px; }
    
    .section-take-action .text-slid .heading-h3{  font-size: 22px;  line-height: 30px;    margin-bottom: 10px; font-weight: 600; }
    
    
    .box-thank .box-inside .icons9 a {  padding: 5px 5px; }
    
    .box-thank .box-inside .but-play .img-mobile {  display: block; }

    .box-thank .box-inside .but-play .img-desktop {  display: none; }

    .box-thank {    padding: 30px; }
    

    .section-take-action .big-image-all {
        flex-direction: column;
        padding-top: 17px;
    }

    .section-take-action .big-image {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 16px;
    }

    .section-take-action .carusel1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-take-action .bottom-stop {
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }


    .section-take-action .bottom-stop .btnn {
        display: block;
        padding: 16px 10px;
    }

    .section-header-image-bar .info-link .btnn2 {
        display: block;
        padding: 16px 10px;
    }

    .section-one-million-donors .box-wrap .box-left .info-link .btnn2 {
        display: block;
        padding: 16px 10px;
    }


    .section-one-million-donors .box-wrap .box-left {
        text-align: left;
    }


    .section-one-million-donors .box-wrap .box-right {
        max-width: 390px;
    }


    .section-one-million-donors .box-right .image-bg .img4 {
        display: inline-block;
        position: relative;
        left: 0px;
        top: 0px;
        max-width: 181px;
        height: auto;
        margin-bottom: 10px;
    }

    .section-one-million-donors .box-left .info-text h3 {
        margin-bottom: 15px;
    }


    .section-one-million-donors .box-right .image-bg .img6 {
        display: inline-block;
        max-width: 181px;
        height: auto;
        position: relative;
        left: 118px;
        border-radius: 32px;
        top: 0px;
        margin-bottom: 12px;
    }


    .section-one-million-donors .box-right .image-bg .img5 {
        top: 0;
        max-width: 181px;
        height: auto;
        display: inline-block;
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 10px;
    }

    .section-one-million-donors .box-right .image-bg .sign1 {
        position: absolute;
        bottom: -500px;
        left: -36px;
        width: 25px;
        height: 25px;
        z-index: 45;
        border-radius: 50%;
        bottom: -365px;
        left: 203px;
    }

    .section-one-million-donors .box-right .image-bg .sign2 {
        position: absolute;
        bottom: 373px;
        left: 104px;
        width: 25px;
        height: 25px;
        z-index: 45;
        border-radius: 50%;
        bottom: 431px;
        left: 133px;
    }

    .section-one-million-donors .box-right .image-bg .sign3-wrap {
        position: absolute;
        bottom: -24px;
        right: -36px;
        width: auto;
        z-index: 46;
        background: #fff;
        border-radius: 100px;
        padding: 5px 7px;
        font-family: 'Poppins';
        font-size: 15px;
        font-weight: 700;
        color: #393E46;
        bottom: -175px;
        padding-right: 0;
        right: -3px;
        width: 190px; 
    }


    .section-one-million-donors .box-right .image-bg .sign3 {
        width: 13px;
        height: 15px;
        margin-right: 1px;
        margin-left: 4px;
        position: relative;
        top: -1px;
    }


    .section-one-million-donors .box-right .image-bg .sign4-wrap {
        position: absolute;
        bottom: -24px;
        right: -36px;
        width: auto;
        z-index: 46;
        background: #fff;
        border-radius: 100px;
        padding: 5px 7px;
      
       font-size: 12px;
        font-weight: 700;
        color: #393E46;
        bottom: -175px;
        bottom: 30px;
        padding-right: 0;
        right: -130px;
        width: 300px;
        display: block;
    }

    .section-one-million-donors .box-right .image-bg .sign4 {
        display: inline-block;
        width: 13px;
        height: 15px;
        margin-right: 1px;
        margin-left: 4px;
        position: relative;
        top: -1px;
    }


    .section-one-million-donors .box-right .image-bg {
        background-image: url('/wp-content/uploads/2023/10/mapa-swiat1.png') !important;
    }

    .section-one-million-donors .box-right .image-bg {
        background-position: 50% 38px;
        background-repeat: no-repeat;
        padding-top: 0px;
        background-size: unset;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }


    .section-one-million-donors .box-wrap .box-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        max-width: unset;
        width: 100vw;
        margin-left: -15px;
        margin-right: -15px;
    }

    .section-one-million-donors .box-wrap .box-right {
        background-image: url('/wp-content/uploads/2023/10/mapa-swiat1.png') !important;
    }

    .section-one-million-donors .box-wrap .box-right {
        background-position: 50% 38px;
        background-repeat: no-repeat;
        padding-top: 0px;
        background-size: unset;
    }

    .section-one-million-donors .box-right .image-bg {
        max-width: 390px;
        background-image: none;
    }


    .modal41 .modal-dialog .modal-content .text1 {
        margin-bottom: 10px;
    }

    .modal41 .modal-dialog .modal-content .img2 {
        margin-bottom: 14px;
    }


    .modal41 .modal-dialog .modal-content .input1 {
        width: 100%;
        border-radius: 8px;
    }

    .modal41 .modal-dialog .modal-content button.input2 {
        width: 100%;
        text-align: center;
        border-radius: 8px;
    }

    .modal41 .modal-dialog .modal-content .form-donation1 form {
        align-items: stretch;
    }

    .modal41 .modal-dialog .modal-content .input1 {
        margin-bottom: 15px;
    }

    .modal41 .modal-dialog .modal-content .img3 {
        margin-bottom: 30px;
    }


    .modal42 .modal-dialog .modal-content .img3 {
        margin-bottom: 30px;
    }

    .modal42 .modal-dialog .modal-content .text2 {
        margin-bottom: 0px;
    }

    .modal41 .modal-dialog .modal-content .text2 {
        margin-bottom: 10px;
    }


    .section-newsletter-section {
        padding-top: 32px;
    }

    .section-newsletter-section .box-wrap .info-newsletter {
        padding: 15px 30px;
    }

    .section-newsletter-section .box-wrap .info-newsletter .box-left .text1 {
        padding-top: 3px;
        font-size: 17px;
        margin-bottom: -7px;
    }

    .section-newsletter-section .box-wrap .info-newsletter .box-left .text2 {
        padding-top: 2px;
        font-size: 25px;
        margin-bottom: 14px;
    }

    .section-newsletter-section .btnnn {
    
        border-radius: 6px;
        margin-bottom: 6px;
font-size: 14px;
    font-weight: 600;
    padding: 17px 15px;
    }


    .section-newsletter-section .btnnn svg {
        margin-left: 10px;
    }

    .section-one-million-donors {
        padding-bottom: 0px;
    }

    .section-change-fate .box-wrap .info-fate .btnn2 {
        display: block;
        display: block;
        padding: 16px 10px;
        text-align: center;
    }


    .section-change-fate .box-wrap .info-link {
        width: 100%;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-change-fate .img2 {
        margin-top: 50px;
    }

    .footer .foot-wrapper {
        display: block;
    }

    .footer .box1 .box-inside2 {
        padding-top: 17px;
    }

    .footer .box3 {
        vertical-align: top;
        padding-top: 24px;
        padding-left: 11px;
    }

    .footer .box2 {
        vertical-align: top;
        padding-top: 24px;
    }

    .footer .box3 .box-inside2 {
        padding-top: 24px;
    }

    .footer .box4 .input1 {
        max-width: 100%;
        display: none;
    }

    .footer .box4 .input2 {
        max-width: 100%;
        text-align: center;
        font-weight: 400;
    }

    .footer .box4 button.input2:hover {
        border: 0px solid #000;
        background-color: #000;
        color: #fff;
    }

    .footer .box4 .box-inside2 {
        padding-top: 8px;
    }

    .footcopyright .text1 {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

    footer.footer .foot {
        padding-bottom: 30px;
    }
    
    
    footer.footer .foot a{  word-wrap: anywhere; }
    

    .footcopyright .footcopyright-inside {
        padding-top: 25px;
        padding-bottom: 25px;
    }


    .sing-petitions .donation-banner {
        margin-bottom: 0px;
    }


    .sing-petitions .section-pet {
        padding-top: 45px;
        padding-bottom: 55px;
    }

    .sing-petitions .section-pet .heading-h3 {
        margin-bottom: 13px;
    }
    
    .sing-petitions .section-pet.you-help .heading-h3{font-size: 30px;    line-height: 30px;}
    
    

    .sing-petitions .section-pet .textlong {
        padding-top: 3px;
    }


    .sing-petitions .section-pet .but-mobile .btnn1 {
        margin-top: 24px;
    }


    .sing-petitions .page-title {
        margin-top: 55px;
        margin-bottom: 0px;
    }

    .sing-petitions .petition-video .text1 {
        font-size: 26px;
        font-weight: 800;
        line-height: 30px;
        margin-top: 54px;
        margin-bottom: 18px;
        text-align: center;
    }


    .licz-wrap {
        border: 1px solid #9C9C9C;
        background-color: #fff;
        margin-top: 18px;
    }

    .licz span {
        font-weight: 700;
        line-height: 158%;
        font-size: 18px;
    }

    .licz {
        height: 30px;
    }


    .sing-petitions .petition-video .text2 {
        font-size: 17px;
        font-weight: 400;
        line-height: 27px;
    }


    .sing-petitions .form8.form-mobile {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        border-radius: 23px;
        padding: 30px;
        padding-top: 24px;
        margin-bottom: 35px;
        padding-top: 55px;
    }

    .sing-petitions .form8.form-mobile .title-form {
        text-align: center;
        margin-bottom: 4px;
    }

    .sing-petitions .form8.form-mobile label {
        margin-bottom: 4px;
    }

    .sing-petitions .form8.form-mobile .div2 p {
        margin-bottom: 20px;
    }

    .sing-petitions .form8.form-mobile .wyslij {
        display: block;
        text-align: center;
        width: 100%;
    }


    .sing-petitions .section-pet.you-help {
        padding-bottom: 23px;
    }

    .sing-petitions .form8 .inp {
        padding-left: 20px;
    }


    .sing-petitions .donation-banner.group-strength {
        justify-content: flex-start;
        min-height: auto;
        border-radius: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        width: auto;
        padding-top: 45px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }


    .sing-petitions .donation-banner.group-strength .donation-box {
        width: 100%;
        padding: 10px 30px;
    }


    .sing-petitions .addtoany_shortcode {
        margin-left: -30px;
        margin-right: -30px;
    }

    .sing-petitions .section-pet.slider33 {
        padding-top: 22px;
        padding-bottom: 80px;
    }

    .sing-petitions .section-pet.slider33 .textlong {
        padding-top: 11px;
    }


    .page-contact .contact-bar .page-title {
        padding-top: 45px;
        padding-bottom: 0px;
        font-size: 30px;
        line-height: 37px;
        padding-top: 0px;
    }


    .page-contact .heading-h2 {
        font-size: 30px;
        line-height: 37px;
        margin-top: 0px;
        margin-bottom: 44px;
        margin-top: 17px;
        margin-bottom: 27px;
    }

    .page-contact .heading-h3 {
        font-size: 17px;
        line-height: 27px;
    }


    .page-contact .form10 {
        padding-top: 7px;
        max-width: 100%;
        padding-top: 11px;
    }


    .contact-section2 .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }


    .page-contact .img2 {
        overflow: hidden;
        border-radius: 30px;
        display: inline-block;
    }


    .page-contact .form10 label > b {
        font-size: 16px;
    }

    .page-contact .form10 label.box50 {
        max-width: 100%;
        display: inline-block;
    }

    .page-contact .form10 label > b {
        margin-bottom: 5px;
    }

    .page-contact .form10 label {
        margin-bottom: 25px;
    }

    .page-contact .form10 .div1 b {
        font-size: 16px;
    }

    .page-contact .form10 .wyslij {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        display: block;
        width: 100%;
        text-align: center;
        padding: 16px 30px;
    }

    .page-contact .form10 .div2 {
        line-height: 20px;
    }

    .page-contact .form10 .div3 {
        line-height: 20px;
    }

    .main.page-contact {
        padding-bottom: 15px;
    }

    .page-contact .orange {
        margin-bottom: 30px;
        padding-bottom: 2px;
        padding-top: 22px;
        line-height: 30px;
        border-radius: 25px;
    }

    .page-contact .orange p {
        margin-bottom: 30px;
    }

    .main.page-contact {
        margin-top: 110px;
    }


    .btnn5 {
        display: block;
        border: 0;
        width: 100%;
        text-align: center;
padding: 16px 10px;
    }


.section-change-fate .box-wrap .text1 { 
    padding-left: 20px;
    padding-right: 20px;
  }


}


@media (max-width: 400px) {
    .section-header-image-bar .info-link .btnn2 {
        padding: 16px 20px;
        min-width: 100%;
        text-align: center;
    }


}



@media (max-width: 330px) {

.section-take-action .big-image .text-slid {
  max-width: 240px;
}

  .section-one-million-donors .box-left .info-text h3 {
    font-size: 46px;  letter-spacing: -4px;
}
    
 .section-one-million-donors .box-left .info-text p {
     font-size: 21px; }


 .section-one-million-donors .box-right .image-bg .sign4-wrap {
    right: -95px; 
    }

 .section-one-million-donors .box-right .image-bg .sign3-wrap {
      right: 40px; }
    
    
    
      .section-one-million-donors .box-right .image-bg .img6 {   
          left: 50px;  }
    
    
    
}



.tnp-field-email{
    padding-top: 19px;
    padding-bottom: 5px;
}

