/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2022.4
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol,
ul {}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

strong {
    font-weight: bold;
}

a {
    color: #1f55b8;
    text-decoration: none;
}


/* Site styles*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,600;1,700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    background: #fafafa;
}

#header {
    height: 954px;
    width: 100%;
    background: #D6EBF8;
    position: relative;
}

#header_in {
    margin: auto;
    max-width: 1920px;
    padding: 15px 0px 0 64px;
    background-image: url('/wp-content/themes/blankslate-master/assets/images/illustration.svg');
    background-repeat: no-repeat;
    background-position: 1013px 124px;
    background-size: 576px 505px;
}

@media only screen and (max-width:1500px) {
    #header_in {
        background-position: 626px 37px;
    }
}

@media only screen and (max-width:768px) {
    #header_in {
        background-size: 400px 350px;
        padding: 15px 0px 0 40px;
        background-position: 533px 166px;
    }
}

@media only screen and (max-width:375px) {
    #header_in {
        padding: 15px 0px 0 24px;
    }
}

#header-top-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 100px 0 0;
}

ul#lang-switcher {
    list-style-type: none;
    margin: 0 50px 0 0;
}


#myprof {
    margin: 0 0 0 32px;
}

#myfb {
    margin: 0 0 0 96px;
}

#myadr {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 37px;
}

#mymll {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

#mymll a {
    color: #000000;
}

@media only screen and (max-width:1500px) {
    #header-top-right {
        padding: 0 41px 0 0;
    }

    #myprof {
        margin: 0 0 0 32px;
    }

    #myfb {
        margin: 0 0 0 64px;
    }

    #myadr {
        margin: 0 0 0 37px;
    }
}

@media only screen and (max-width:900px) {
    #header-top-right {
        padding: 0 36px 0 0;
    }

    #myprof {
        margin: 0 0 0 32px;
    }

    #myfb {
        margin: 0 0 0 48px;
    }

    #myadr {
        margin: 0 0 0 37px;
    }
}

@media only screen and (max-width:767px) {
    #myprof {
        position: absolute;
        margin: 0;
        top: 40px;
        right: 25px;
    }

    #myfb {
        position: absolute;
        margin: 0;
        top: 44px;
        right: 79px;
    }

    #myadr {
        position: absolute;
        margin: 0;
        top: 120px;
        left: 250px;
    }

    #mymll {
        position: absolute;
        margin: 0;
        top: 123px;
        left: 25px;
    }

    ul#lang-switcher {
        position: absolute;
        margin: 0;
        top: 44px;
        right: 140px;
    }
}

@media only screen and (max-width:425px) {
    #myadr {
        top: 150px;
        left: 25px;
    }
}

#logo {
    margin: 0 0 26px 0;
    height: 92px;
}

@media only screen and (max-width:767px) {
    #logo img {
        position: absolute;
        height: 82px;
        top: 24px;
        left: 25px;
    }
}

@media only screen and (max-width:375px) {
    #logo img {
        height: 64px;
    }
}

#header-menu nav {
    display: flex;
    gap: 50px;
}

#header-menu nav a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

#header-menu a#hamburger-icon {
    display: none;
}

@media only screen and (max-width:1500px) {
    #header-menu {
        z-index: 2;
    }

    #menu-bar {
        width: 45px;
        height: 40px;
        display: block;
        color: #000000;
        font-size: 32px;
        position: absolute;
        right: 41px;
        top: 70px;
        cursor: pointer;
        z-index: 3;
    }

    .bar {
        height: 5px;
        width: 100%;
        background-color: #000000;
        display: block;
        border-radius: 5px;
        transition: 0.3s ease;
    }

    #bar1 {
        transform: translateY(-4px);
    }

    #bar3 {
        transform: translateY(4px);
    }

    #header-menu nav {
        display: none;
        position: absolute;
        right: 41px;
        top: 120px;
        transition: 0.3s ease;
        z-index: 3;
    }

    #header-menu nav a {
        display: block;
        margin: 0 0 15px 0;
    }

    .menu-bg {
        right: 0;
        top: 0;
        position: absolute;
    }

    .menu-bg {
        z-index: 1;
        width: 0;
        height: 0;
        margin: 30px 0 20px 20px;
        background: rgba(55, 99, 255, 1.0);
        border-radius: 0;
        transition: 0.3s ease;
    }

    .change {
        display: block !important;
    }

    .change a {
        color: #fff !important;
    }

    .change .bar {
        background-color: white;
    }

    .change #bar1 {
        transform: translateY(4px) rotateZ(-45deg);
    }

    .change #bar2 {
        opacity: 0;
    }

    .change #bar3 {
        transform: translateY(-6px) rotateZ(45deg);
    }

    .change-bg {
        width: 280px;
        height: 320px;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width:767px) {
    #menu-bar {
        right: 25px;
        top: 90px;
    }
}


#header_help {
    padding: 48px 0 0 0;
}

#help_logo {
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    line-height: 96px;
    max-width: 650px;
}

@media only screen and (max-width:1500px) {
    #help_logo {
        max-width: 565px;
    }
}

@media only screen and (max-width:768px) {
    #help_logo {
        max-width: 505px;
        font-size: 64px;
        line-height: 77px;
    }
}

@media only screen and (max-width:485px) {
    #help_logo {
        max-width: 328px;
        font-size: 46px;
        line-height: 58px;
    }
}

@media only screen and (max-width:375px) {
    #help_logo {
        max-width: 328px;
        font-size: 44px;
        line-height: 58px;
    }
}

#ukraine-wrap {
    margin: 0 -20px;
    border-radius: 50px;
    position: relative;
    background: linear-gradient(to right, #3763FF, #fff);
    padding: 3px;
}

#ukraine {
    background: #fff;
    border-radius: 50px;
    padding: 0 20px;
    text-transform: uppercase;
}

@media only screen and (max-width:485px) {
    #ukraine {
        padding: 0 10px;
    }
}

#lives-wrap {
    margin: -3px -20px 0 -20px;
    border-radius: 50px;
    position: relative;
    background: linear-gradient(to left, #ffe600, #fff);
    padding: 3px;
}

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

    #ukraine-wrap {
        margin: 0 -10px;
    }

    #lives-wrap {
        margin: -3px -20px 0 -10px;
    }
}

#lives {
    background: #fff;
    border-radius: 50px;
    padding: 0 20px;
    text-transform: uppercase;
}

#weareteam {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 34px;
    width: 800px;
    margin: 40px 0 64px 0;
}

@media only screen and (max-width:1500px) {
    #weareteam {
        max-width: 565px;
    }
}

@media only screen and (max-width:768px) {
    #weareteam {
        max-width: 390px;
    }
}

@media only screen and (max-width:440px) {
    #weareteam {
        max-width: 328px;
    }
}

#weareteam svg {
    display: inline;
}

#oval_blocks {
    display: flex;
    margin: 0 0 50px 0;
    gap: 32px;
}

@media only screen and (max-width:730px) {
    #oval_blocks {
        flex-wrap: wrap;
        gap: 64px;
    }
}

#curator-wrap {
    margin: 0 0px;
    border-radius: 50px;
    position: relative;
    background: linear-gradient(to right, #2356B2, #fff);
    padding: 3px;
}

#curator {
    background: #fff;
    border-radius: 50px;
    padding: 8px 20px 8px 8px;
    display: flex;
    align-items: center;
    font-size: 16px;
    position: relative;
    color: #000000;
}

#filina-portrait {
    border-radius: 50%;
}

#curator svg {
    margin: 0 16px;
}

#curator-emblem {
    position: absolute;
    top: 54px;
    left: 32px;
}

#send-donation {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    background: #1F55B8;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 22px 0 22px;
}

@media only screen and (max-width:730px) {
    #send-donation {
        padding: 15px 32px;
    }

    #send-donation span#send-a {
        display: none;
    }
}

#send-donation svg {
    margin: 0 18px;
}

#send-donation a {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    display: flex;
    align-items: center;
}

#carousel_slider {
    position: relative;
    top: -125px;
    margin: 0 0 -125px 0;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    overflow-x: auto;
}

#carousel_slider::-webkit-scrollbar {
    display: none;
}

#carousel_slider a.carousel-item {
    position: relative;
    height: 305px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

#carousel_slider img {
    border: 10px #fff solid;
    border-radius: 10px;
    border-bottom: 110px #fff solid;
    height: 280px;
    width: auto;
    max-width:none!important;
}

#carousel_slider svg {
    position: absolute;
    bottom: 120px;
    left: 5px;
    background: #fff;
    border-radius: 50px;
}

#carousel_slider span.read-in-fb {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 10px;
    font-weight: 600;
}

#carousel_slider span.carousel-item-title {
    display: block;
    position: relative;
    bottom: 95px;
    left: 10px;
    color: #000000;
}

#this-project-wrap {
    margin: 147px auto 0 auto;
    border-radius: 5px;
    position: relative;
    background: linear-gradient(to left, #ffe600, #ffffff);
    padding: 2px;
    max-width: 1136px;
}

@media only screen and (max-width:1136px) {
    #this-project-wrap {
        margin: 147px 50px 0 50px;
    }
}

@media only screen and (max-width:768px) {
    #this-project-wrap {
        margin: 15px 42px 0 42px;
    }
}

@media only screen and (max-width:375px) {
    #this-project-wrap {
        margin: 15px 24px 0 24px;
    }
}

#this-project {
    background: #ffffff;
    border-radius: 5px;
    padding: 64px 80px;
    font-size: 48px;
    line-height: 60px;
    background-image: url('/wp-content/themes/blankslate-master/assets/images/this.svg');
    background-repeat: no-repeat;
    background-position: right top;
}

@media only screen and (max-width:768px) {
    #this-project {
        padding: 44px 64px;
        font-size: 32px;
        line-height: 40px;
    }
}

@media only screen and (max-width:375px) {
    #this-project {
        padding: 32px;
        font-size: 32px;
        line-height: 40px;
        background-size: 201px 201px;
    }
}

#what-you-can {
    margin: 140px auto 0 auto;
    max-width: 1136px;
}

@media only screen and (max-width:1136px) {
    #what-you-can {
        margin: 140px 50px 0 50px;
    }
}

@media only screen and (max-width:768px) {
    #what-you-can {
        margin: 64px 50px 0 50px;
    }
}

@media only screen and (max-width:375px) {
    #what-you-can {
        margin: 30px 24px 0 24px;
    }
}

h2#you-can {
    font-weight: 600;
    font-size: 80px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width:768px) {
    h2#you-can {
        font-size: 64px;
    }
}

@media only screen and (max-width:440px) {
    h2#you-can {
        font-size: 48px;
    }
}

#send-a-donat {
    margin: 64px 0 0 0;
    background: #ffffff;
    border-radius: 5px;
    padding: 64px 80px;
    position: relative;
}

@media only screen and (max-width:768px) {
    #send-a-donat {
        margin: 48px 0 0 0;
        padding: 48px 64px;
    }
}

@media only screen and (max-width:440px) {
    #send-a-donat {
        margin: 32px 0 0 0;
        padding: 32px;
    }
}

#send-a-donat #send-a-donat-hand {
    position: absolute;
    top: 90px;
    left: -38px;
}

#send-a-donat h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
}

#send-a-donat-money-will {
    font-size: 24px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.6);
}

#send-a-donat a {
    display: inline-block;
    background: #1F55B8;
    border-radius: 50px;
    padding: 16px 40px 18px 40px;
    color: #ffffff;
    font-size: 32px;
    line-height: 38px;
    text-decoration: none;
    margin: 48px 0 0 0;
}

@media only screen and (max-width:640px) {
    #send-a-donat a {
        padding: 15px 32px;
        font-size: 24px;
    }
}

#send-a-donat a span {
    display: flex;
    align-items: center;
}

@media only screen and (max-width:640px) {
    #send-a-donat a span span#send-a-span {
        display: none;
    }
}

#send-a-donat a span img {
    margin: 0 18px 0 0;
}

#send-a-donat a span svg {
    margin: 0 0 0 18px;
}

#what-i-can {
    margin: 64px 50px 0 50px;
    display: flex;
    gap: 32px;
}

@media only screen and (max-width:768px) {
    #what-i-can {
        margin: 48px 0 0 0;
        flex-wrap: wrap;
        gap: 64px;
    }
}

#what-i-can-buy-yourself {
    flex-grow: 1;
}

#what-i-can-buy-yourself h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
}

#what-i-can-buy-yourself-top {
    font-size: 24px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 32px 0;
}

#what-i-can-buy-yourself-bot {
    font-size: 16px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.6);
}

#what-i-can-buy-yourself-a {
    display: inline-block;
    background: #EBEBEB;
    border-radius: 50px;
    padding: 16px 32px 16px 32px;
    color: #000000;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    margin: 32px 0 0 0;
    font-weight: 600;
}

#what-i-can-buy-yourself-a span {
    display: flex;
    align-items: center;
}

#what-i-can-buy-yourself-a span img {
    margin: 0 8px 0 0;
}

#what-i-can-fb {
    color: #000000;
    font-size: 24px;
    text-decoration: none;
    margin: 20px 0 0 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#what-i-can-fb svg {
    margin: 0 16px 0 0;
}

#what-i-can-help {
    flex-grow: 1;
}

#what-i-can-help h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
}

#what-i-can-help-top {
    font-size: 24px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 32px 0;
}

#what-i-can-help-bot {
    font-size: 16px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.6);
}

#what-i-can-help-bot p {
    margin: 0 0 16px 0;
}

#what-i-can-help-a {
    display: inline-block;
    background: #EBEBEB;
    border-radius: 50px;
    padding: 16px 32px 16px 32px;
    color: #000000;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    margin: 32px 0 0 0;
    font-weight: 600;
}

#what-i-can-help-a span {
    display: flex;
    align-items: center;
}

#what-i-can-help-a span img {
    margin: 0 14px 0 0;
}

#what-i-can-mail {
    color: #000000;
    font-size: 24px;
    text-decoration: none;
    margin: 32px 0 0 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#what-i-can-mail svg {
    margin: 0 16px 0 0;
}

@media only screen and (max-width:720px) {
    #what-i-can-mail {
        font-size: 16px;
    }
}

#what-i-can-fb {
    color: #000000;
    font-size: 24px;
    text-decoration: none;
    margin: 20px 0 0 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#what-i-can-fb svg {
    margin: 0 16px 0 0;
}

footer {
    margin: 96px auto 64px auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    max-width: 1136px;
}

@media only screen and (max-width:1136px) {
    footer {
        padding: 0 50px;
    }
}

@media only screen and (max-width:375px) {
    footer {
        padding: 0 24px;
    }
}



/* About Us */
.inner_container {
    max-width: 1136px;
    border-radius: 5px;
    background: #ffffff;
    margin: 96px auto 0 auto;
    font-size: 16px;
    line-height: 27px;
    padding: 80px;
}

@media only screen and (max-width:1136px) {
    .inner_container {
        max-width: 720px;
        margin: 56px auto 0 auto;
        padding: 40px;
    }
}

@media only screen and (max-width:720px) {
    .inner_container {
        max-width: 375px;
        margin: 56px auto 0 auto;
        padding: 20px;
    }
}

.inner_container h1.entry-title {
    font-size: 64px;
    line-height: 64px;
    font-weight: 600;
    margin: 0 0 48px 0;
}

@media only screen and (max-width:720px) {
    .inner_container h1.entry-title {
        font-size: 48px;
        line-height: 48px;
    }
}

@media only screen and (max-width:375px) {
    .inner_container h1.entry-title {
        font-size: 42px;
        line-height: 42px;
    }
}

.inner_container p {
    margin: 0 0 40px 0;
}

.inner_container a.donation-blue {
    display: inline-block;
    background: #1F55B8;
    border-radius: 50px;
    padding: 16px 40px 16px 40px;
    color: #ffffff;
    font-size: 32px;
    line-height: 38px;
    text-decoration: none;
    margin: 48px 0 0 0;
}

@media only screen and (max-width:720px) {
    .inner_container a.donation-blue {
        padding: 16px 20px 16px 20px;
        font-size: 24px;
        line-height: 32px;
        text-decoration: none;
        margin: 48px 0 0 0;
    }
}

.inner_container a.donation-blue span {
    display: flex;
    align-items: center;
    gap: 15px;
}

.inner_container a.donation-blue br {
    display: none;
}

.content-news {
    margin: 0 0 30px 0;
}

#post-248 h2,
#post-500 h2 {
    font-weight: bold;
    font-size: 32px;
}

#post-248 h3,
#post-500 h3 {
    font-weight: bold;
    font-size: 24px;
}

#post-248 ul,
#post-500 ul {
    list-style-type: disc;
    margin: 0 0 0 40px;
}

#post-248 ul li,
#post-500 ul li {
    margin: 30px 0;
}



/* Help By Yourself */
#help-by-yourself-title {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 70px;
}

div#goods_cats {
    display: flex;
    gap: 24px;
    border-bottom: 1px #ececec solid;
}

@media only screen and (max-width:1170px) {
    div#goods_cats {
        flex-wrap: wrap;
    }
}

div#goods_cats div.goods_cats_line {
    display: flex;
    gap: 8px;
    align-items: center;
    border-bottom: 1px transparent solid;
    padding: 0 0 9px 0;
}

div#goods_cats div.goods_cats_line:hover {
    border-bottom: 1px #2d2d2d solid;
}

div#goods_cats div.goods_cats_line h3 {
    font-weight: 600;
    font-size: 14px;
    color: #afafaf;

}

div#goods_cats div.withgoods h3 {
    color: #676767;
    cursor: pointer;
}

div#goods_cats div:not(.withgoods) h3 {
    cursor: not-allowed;
}

div#goods_cats div.goods_cats_line span {
    font-size: 9px;
    color: #2d2d2d;
    background: #ececec;
    border-radius: 100px;
    padding: 0px 7px;
    font-weight: 600;
}

div#goods_products {}

ul.parent_goods {
    margin: 48px 0 0 0;
}

ul.goods_subcats li h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 48px 0 0 0;
}

ul.subcat_goods li {
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0 0 0;
    color: rgba(0, 0, 0, 0.6);
}

ul.subcat_goods li a {
    color: #1F55B8;
}

div#goods_desc {
    margin: 48px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

div#goods_desc p {
    margin: 0;
}

a#send-a-donation {
    display: inline-block;
    background: #1F55B8;
    border-radius: 50px;
    padding: 16px 40px 18px 40px;
    color: #ffffff;
    font-size: 32px;
    line-height: 38px;
    text-decoration: none;
    margin: 48px 0 0 0;
}

@media only screen and (max-width:725px) {
    a#send-a-donation {
        font-size: 15px;
    }
}

a#send-a-donation span {
    display: flex;
    align-items: center;
}

a#send-a-donation span img {
    margin: 0 18px 0 0;
}

a#send-a-donation span svg {
    margin: 0 0 0 18px;
}

@media only screen and (max-width:720px) {
    .category-134 .entry-title {
        font-size: 48px;
        line-height: 48px;
    }

    .category-134 .entry-title img {
        display: none;
    }
}



/* Help By Organization */
#help-by-organization-title {
    display: flex;
    align-items: center;
    gap: 10px;
}



/* Contacts */
div#contacts a {
    display: flex;
    align-items: center;
}

div#contacts br {
    display: none;
}



/* Payment */
div#payment_block h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 64px;
}

div.switch_container {
    display: flex;
    margin: 20px 0;
}

div.switch_container button.switch_tab_payment {
    cursor: pointer;
    background-color: #e4e4e4;
    -webkit-transition: .8s;
    transition: .8s;
    border: none;
    font-size: 24px;
    padding: 5px 10px;
}

div.switch_container button.tab-active {
    -webkit-transition: .8s;
    transition: .8s;
    background-color: #1f55b8;
    color: #ffffff;
}

input#payment_amount_input {
    font-size: 24px;
    margin: 20px 0;
    border: 1px #ccc solid;
    padding: 5px 10px;
    background-color: #e4e4e4;
}

div#other_methods {
    margin: 30px 0 0 0;
}

div#other_methods h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
}

div#bank_account_show {
    display: none;
}

div#cryptocurrencies_show {
    display: none;
}

div#show_other_methods a {
    display: block;
    position: relative;
    color: #000000;
    font-size: 24px;
    margin: 50px 0;
}

div#show_other_methods a span {
    position: absolute;
    right: 0;
    font-size: 40px;
}

div#show_other_methods a span.minus {
    display: none;
}

div#show_other_methods a svg {
    position: absolute;
    right: 0;
    font-size: 40px;
}

div#show_other_methods a#paypal_link {
    background-color: rgba(31, 85, 184, 0.1);
    padding: 7px 0;
}

@media only screen and (max-width:720px) {
    body.page-id-504 div.inner_container {
        padding: 0;
    }
}



/* Shop */
/* div.product {display: flex; gap:20px; flex-wrap: wrap;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {float:none!important; width:auto!important;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {float:none!important; width:auto!important;}
.woocommerce div.product div.images img {width:400px!important;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {background-color:#1F55B8!important;}
*/
.woocommerce div.product div.images img {border:3px #fff solid; border-radius:3px;}
.inner_container h1.product_title {font-size:50px;}