/*!
Theme Name: seti fund
Description: Description
Version: 1.0.0
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Variables */
:root {
    --font-family: "Roboto", sans-serif;
    --second-family: "Bebas Neue", sans-serif;
    --gradient: linear-gradient(90deg, #000 0%, #434343 100%);
    --primary-color: #fff;
    --second-color: #0019ff;
    --blue-hover: #4D5EFF;
    --placeholder-padding: 25px;
    --placeholder-font: 300 16px var(--font-family);
    --placeholder-color: #7f7f7f;
}

:any-link {
    color: #000;

}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    max-width: 100%;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0;
}

footer {
    overflow: hidden;
}

.line {
    border-bottom: 1px solid #888;
}

.copyright {
    color: #fff;
    text-align: left;
    padding-top: 28px;
}

a.privacy-policy-link {
    color: #fff;
}

.contact__content.contact__content_mail ul {
    list-style: none;
}

.custom-select select option {
    color: #000;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: var(--font-family), courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: var(--font-family), monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


.nav-menu .menu-item, .give_nav_btn {
    font-family: var(--font-family);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.nav-menu .menu-item {
    font-size: 16px;
}

.give_nav_btn {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}


.nav-menu .menu-item a {
    color: #fff;
}


h1.hero__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
}


.arrow {
    padding-top: 30px;
}

.hero__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0.08em;
    color: #fff;
}

.btn {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.hero__subtitle_uppercase {
    font-weight: 700;
    text-transform: uppercase;
}

.hero__actionText {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration-skip-ink: none;
    color: #fff;
}

.blue {
    color: var(--second-color);
}

.underline {
    text-decoration: underline;
}

.customquote__text, .customquote__author {
    font-family: var(--font-family);
    color: #000;
}

.customquote__text {
    font-size: 30px;
    font-weight: 300;
    line-height: 133%;
}

.customquote__author {
    font-size: 27px;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
}

.customquote {
    padding-left: 2px;
}

.give_nav_btn {
    text-transform: uppercase;
}

.white {
    color: #fff !important;
}

.go-back__link {
    font: 400 14px var(--font-family);
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.h1, h1.entry-title.vacancy-title {
    font: 400 36px var(--second-family);
    letter-spacing: 0.28em;
    text-transform: uppercase;
    text-align: left;
}

.proj__info-label {
    font: 400 20px var(--second-family);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.proj__content {
    font: 300 20px / 1.5 var(--font-family);
}

.proj__content p {
    margin: 0;
    padding: 0 0 10px 5px;
}

.proj__content ul {
    padding-bottom: 6px;
}

.proj__info {
    font: 700 20px / 1.5 var(--font-family);
}

.proj__date {
    font: 300 20px / 1.5 var(--font-family);
    color: #7f7f7f;
}


h3, .h3 {
    font: 400 24px var(--second-family);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.h4 {
    font: 300 30px / 1.33333 var(--font-family);
    margin: 0;
}

h5, .h5 {
    font: 400 30px var(--second-family);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0;
}


.p2 {
    font: 300 16px / 1.5 var(--font-family);
}

.project__title {
    margin: 0;
    font: 600 24px / 1 var(--font-family);
    color: #000;
}

.project__excerpt p {
    margin: 0;
    font: 400 20px / 1.2 var(--font-family);
    color: #7f7f7f;
}

.project__link {
    text-decoration: none;
}

.bepart__text {
    font: 300 20px / 1.5 var(--font-family);
    letter-spacing: 0.08em;
}

.news-grid__link {
    font: 300 16px / 2.125 var(--font-family);
    text-transform: uppercase;
    text-decoration: none;
}

h6.news-grid__title_h5 {
    font: 500 24px / 1.41667 var(--font-family);
    margin: 0;
}


.vacancy-footer__button .btn {
    font: 400 14px var(--font-family);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 13px 42px;
}

.news-grid__excerpt, .news-grid__footer {
    font: 300 14px / 1.42857 var(--font-family);
}

.news-grid__footer {
    color: #3c3c3c;
}

.white .news-grid__footer {
    color: #7f7f7f;
}

.checkit__anchor {
    font: 400 20px var(--second-family);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #0019ff;
    text-decoration: none;
    position: relative;
}

.two-column-grid__column ul {
    padding-left: 34px;
}

.two-column-grid__column p, .two-column-grid__column ul {
    font: 300 20px / 1.5 var(--font-family);
    color: #000;
    margin: 0;
    padding-top: 18px;
}

.vacancy__excerpt ul {
    padding-left: 10px;
    font: 400 20px / 1.2 var(--font-family);
    color: #7f7f7f;
    padding-top: 24px;
}

.two-column-grid__column p {
    padding-left: 4px;
}

h1.page-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    /* color: #fff; */
}

.p1 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}

.board__title {
    font: 600 24px / 1 var(--font-family);
}

.board__description {
    font: 400 20px / 1.2 var(--font-family);
    color: #7f7f7f;
}

.news-title h1 {
    line-height: 1.25;
    /* flex-basis: 70%; */
}

header.news-header.blue {
    font: 300 14px / 1.42857 var(--font-family);
    text-transform: uppercase;
    text-decoration: none;
}

.news.news-single__excerpt p {
    font: 300 14px / 1.42857 var(--font-family);
}

.contact__content {
    font: 300 16px / 1.5 var(--font-family);
}

.projects.projects_give_now .project__title {
    font: 600 20px / 1.4 var(--font-family);
    padding-top: 15px;
}

.give-now__btn.btn {
    font: 500 24px var(--font-family);
    letter-spacing: normal;
    text-transform: none;
}

.buttons.buttons--ways {
    margin: 58px 0 70px 0;
    gap: 20px;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.custom-select select {
    border: none;
    background-color: transparent;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: var(--font-family);
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}


.buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

a.first-two-buttons.give-now__btn.active {
    font: 600 24px var(--font-family);
    color: #fff;
}


input.input::-webkit-input-placeholder {
    font: var(--placeholder-font);
    color: var(--placeholder-color);
}

input.input:-moz-placeholder {
    font: var(--placeholder-font);
    color: var(--placeholder-color);
}

input.input::-moz-placeholder {
    font: var(--placeholder-font);
    color: var(--placeholder-color);
    opacity: 1;
}

input.input::-ms-input-placeholder {
    font: var(--placeholder-font);
    color: var(--placeholder-color);
}

span.hero__subtitle_uppercase {
    color: #fff;
    background: var(--second-color);

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .input::-ms-input-placeholder {
        font: var(--placeholder-font);
        color: var(--placeholder-color);
    }
}

h6.heading {
    font: 500 24px var(--font-family);
    margin-top: 60px;
    margin-bottom: 0;
}

input.input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    border: 1px solid #9c9da7;
    border-radius: 5px;
    padding: 24px 29px;
    width: 100%;
    height: 68px;
    text-indent: var(--placeholder-padding);
    font: var(--placeholder-font);
}

.inputs.columns {
    display: flex;
    gap: 20px;
    padding-top: 60px;
    flex-wrap: wrap;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
}

.buttons {
    list-style-type: none;
    margin: 38px 0 0 0;
    padding: 0;
}

ul.first-two-buttons.buttons {
    margin-top: 0;
}

ul.first-two-buttons.buttons {
    display: flex;
    /* flex-direction: column; */
    gap: 15px;
}

.first-two-buttons.buttons li {
    float: left;
    margin: 0 5px 0 0;
    width: 305px;
    height: 60px;
    position: relative;
}

.buttons li {
    float: left;
    margin: 0 5px 0 0;
    width: 197px;
    height: 63px;
    position: relative;
}

.buttons label,
.buttons input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.buttons input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
    cursor: pointer;
}

.buttons input[type="radio"]:checked + label,
.Checked + label {
    background: #0019ff;
    border: none;
    color: #fff;
}

.first-two-buttons.buttons label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    border-radius: 5px;
    padding: 6px 32px;
    width: 305px;
    height: 60px;
    font: 300 24px var(--font-family);
    color: #000;
}

.buttons label {
    padding: 14px 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    width: 197px;
    height: 63px;
    font: 500 24px var(--font-family);
    color: #7f7f7f;
    border: 1px solid #7f7f7f;
    cursor: pointer;
    z-index: 90;
}

.buttons label:hover {
    background: #DDD;
}

select.input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    border: 1px solid #9c9da7;
    border-radius: 5px;
    padding: 0 27px;
    width: 100%;
    height: 68px;
    appearance: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7068 10.7937C10.3164 11.1839 9.68362 11.1839 9.29315 10.7937L0.4503 1.95737C-0.180023 1.32751 0.266064 0.25 1.15715 0.25L18.8429 0.25C19.7339 0.25 20.18 1.32751 19.5497 1.95737L10.7068 10.7937Z' fill='%237B7B7B' /%3E%3C/svg%3E");
    font-size: 1rem;
    top: 42%;
    bottom: 42%;
    right: 5%;
    position: absolute;
}

.card {
    display: grid;
    grid-gap: 30px;
    padding: 33px 54px 33px 31px;
    width: 632px;
    margin-top: 44px;
    background: white url('./assets/images/credit card.png') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: #fff;

}

.inputs.card {
    display: grid;
    grid-gap: 20px;
    padding: 33px 58px 33px 29px;
    margin-top: 45px;
    background: white url('./assets/images/credit card.png') no-repeat center center;
    width: 100%;
    max-width: 632px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: #fff;
}

.card__item.card__item--two-columns {
    grid-column: span 1;
    padding-top: 10px;
}

.card__item {
    display: grid;
    gap: 9px;
}

.card__item--one-column {
    grid-column: span 2;
}

.input.card__input {
    border: 1px solid #a4a4a4;
    border-radius: 5px;
    width: 100%;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    text-indent: 14px;
    font: 500 14px var(--font-family);
    color: #fff;
    background: transparent;
}

.give__info {
    margin-top: 53px;
}

.ckeckbox {
    position: relative;
}

.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 28px;
    width: 28px;
    border: 1px solid #0019ff;
    border-radius: 1px;
}

.checkbox__label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.checkbox__label input:checked ~ .checkmark {
    background-color: #0019FF;
}

label.checkbox__label {
    padding-left: 43px;
}

.ckeckbox {
    margin-bottom: 25px;
    margin-top: 25px;
}

input#Company {
    margin-top: 24px;
    margin-bottom: 60px;
    max-width: 49%;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox__label input:checked ~ .checkmark:after {
    display: block;
}

.give-now__wrapper {
    margin-bottom: 73px;
}

.checkmark:after {
    left: 9px;
    top: 0px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.card label {
    font: 500 24px var(--font-family);
}

.card__info {
    font: 400 16px var(--font-family);
    padding-top: 10px;
    padding-left: 31px;
    position: relative;
}

.card__info::before {
    content: url("data:image/svg+xml,%3Csvg width='14' height='18' viewBox='0 0 14 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.375 6.75H12.25V5.24999C12.25 2.35512 9.89491 0 7 0C4.10509 0 1.75001 2.35512 1.75001 5.24999V6.75H0.625012C0.41773 6.75 0.25 6.91773 0.25 7.12501V16.5C0.25 17.3273 0.922715 18 1.75001 18H12.25C13.0773 18 13.75 17.3273 13.75 16.5V7.12501C13.75 6.91773 13.5823 6.75 13.375 6.75ZM8.12282 14.5836C8.13453 14.6894 8.1005 14.7956 8.02945 14.8751C7.9584 14.9546 7.85658 15 7.75002 15H6.25001C6.14345 15 6.04164 14.9546 5.97059 14.8751C5.89954 14.7957 5.86547 14.6895 5.87721 14.5836L6.11378 12.4563C5.72963 12.1769 5.50002 11.7349 5.50002 11.25C5.50002 10.4227 6.17274 9.74999 7.00004 9.74999C7.82733 9.74999 8.50005 10.4227 8.50005 11.25C8.50005 11.7349 8.27044 12.1769 7.88629 12.4563L8.12282 14.5836ZM9.99999 6.75H4.00001V5.24999C4.00001 3.59582 5.34583 2.25 7 2.25C8.65417 2.25 9.99999 3.59582 9.99999 5.24999V6.75Z' fill='white' /%3E%3C/svg%3E");
    position: absolute;
    left: 3px;
    bottom: -4px;
}

input.input.card__input:focus {
    color: #fff;
}

input.input.card__input::-webkit-input-placeholder {
    font: 500 14px var(--font-family);
    color: #fff;

}

.give__info {
    font: 400 20px var(--font-family);
}

input.input.card__input:-moz-placeholder {
    font: 500 14px var(--font-family);
    color: #fff;

}

input.input.card__input::-moz-placeholder {
    font: 500 14px var(--font-family);
    color: #fff;
    opacity: 1;
}

input.input.card__input::-ms-input-placeholder {
    font: 500 14px var(--font-family);
    color: #fff;
}

.give-now__btn.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    padding: 14px 33px;
    width: 268px;
    height: 81px;
}

a.give-now__btn.give-now__btn--blue.btn {
    background: #151b4f;
}

.give-now__btn.give-now__btn--blue.btn {
    background: #0019ff;
}

.give-now__btn.give-now__btn--blue.btn:hover {
    background: #4D5EFF;
}

a.give-now__btn.give-now__btn--brown.btn {
    background: #2e2522;
}

a.give-now__btn.give-now__btn--grey.btn {
    background: #161616;
}

.donation-ways-section {
    padding-top: 36px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .input.card__input::-ms-input-placeholder {
        font: 500 14px var(--font-family);
        color: #fff;
    }
}

@media screen and (max-width: 420px) {
    .card__info::before {
        left: 3px;
        bottom: 8px;
    }

}

@media screen and (max-width: 768px) {
    .first-two-buttons.buttons li, .buttons li {
        float: none;
        display: inline-block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    input#Company {
        max-width: 100%;
    }

    .first-two-buttons.buttons label, .buttons label {
        margin: auto;
        text-align: center;
    }

    h6.heading {
        text-align: center;
    }

    .card__item--two-columns {
        grid-column: span 2 !important;
    }

}

@media screen and (min-width: 768px) {
    .inputs.columns {
        flex-wrap: nowrap;
    }

    .vacancy__excerpt ul {
        padding-left: 31px;
    }

    .buttons {
        flex-direction: row;
    }
}

/* Geometry
--------------------------------------------- */
.container {
    padding: 0 5.5555555%;
}

.site-branding {
    max-width: 163px;
}

.contact__content {
    padding-top: 8px;
    padding-right: 15px;
}

header.go-back {
    padding: 30px;
}

.project-content {
    padding-top: 16px;
}

.go-back__link svg {
    margin-right: 14px;
}

.hero-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.contacts-grid {
    padding-top: 70px;
    padding-bottom: 70px;
}

ul.sub-menu {
    display: block !important;
    /* background: #181818 !important;  */
}


ul.sub-menu > li > a {
    padding: 15px !important;
}

.contact {
    min-height: 164px;
    height: 100%;
    border: 1px solid #d3d3d3;
    padding-left: 13px;
    padding-top: 24px;
    padding-bottom: 22px;
}

.give_nav_btn {
    background: #fff;
    padding: 7px 24px;
}

.vacancy__excerpt {
    padding-top: 19px;
}

.vacancy__learnmore {
    padding-top: 40px;
    max-width: 250px;
}

.vacancy__learnmore {
    padding-top: 40px;
    max-width: 250px;
}

.vacancy {
    padding-bottom: 40px;
}

.nav-sticky {
    padding: 0 5.5555555%;
    z-index: 999;
    /*position: sticky; */
    position: relative;
    top: 0;
}

.news-page-section {
    padding-top: 30px;
    padding-bottom: 70px;
}

.custom-select {
    position: relative;
    display: inline-block;
    padding: 7px 0px 7px 27px;
}

.customquote__text {
    padding-bottom: 34px;
}

.btn {
    padding: 13px 66px 13px 69px;
    border: 1px solid #fff;
}

.hero__actionText {
    padding: 16px 0 13px 29px;
}

.hero__subtitle {
    padding-bottom: 61px;
}


.checkit {
    padding-top: 125px;
    padding-bottom: 65px;
}

.checkit__text {
    padding-top: 22px;
}

.checkit__anchor {
    padding-top: 120px;
}

.wrapper {
    padding-left: 5.5555555%;
    padding-right: 5.5555555%;
}

.checkit-wrapper {
    width: 100%;
}

.checkit__img {
    padding-top: 25px;
}

.projects-title {
    padding-bottom: 40px;
    padding-top: 20px;
}

.project__title {
    padding-top: 25px;
    padding-bottom: 20px;
}

.project {
    max-width: 412px;
}

header.entry-header.vacancy-header {
    padding-top: 82px;
}

.entry-content.vacancy-content {
    padding-left: 59px;
    padding-top: 30px;
    font: 300 20px / 1.5 var(--font-family);
}

.entry-content.vacancy-content ul {
    padding-left: 50px;
}

.vacancy-page .two-column-grid__column {
    padding-top: 58px;
    padding-bottom: 58px
}

footer.entry-footer.vacancy-footer .manifesto {
    padding: 62px 86px 45px 4px;
}

footer.entry-footer.vacancy-footer .manifesto .manifesto__content ul {
    padding: 22px 0 35px 23px;
    margin: 0;
}

footer.entry-footer.vacancy-footer .manifesto .manifesto__content ul li {
    padding: 3px 0;
}

.vacancy-page .two-column-grid__column p {
    padding-top: 18px;
    padding-bottom: 12px;
}


.news-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.news-grid {
    padding-top: 40px;
}

.news-grid__item {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 52px;
    min-height: 359px;
    position: relative;
}

/*a.news-info:hover {*/
/*    transform: scale(1.02);*/
/*    text-shadow: 0px 3px 5px rgba(0,25,255,0.1),*/
/*    1px 2px 5px rgba(0,25,255,0.05),*/
/*    -1px 2px 5px rgba(0,25,255,0.05);*/


/*}*/
/*a.news-grid__goto:hover {*/
/*    transform: scale(1.1);*/
/*    text-shadow: 0px 3px 5px rgba(0,25,255,0.1),*/
/*    1px 2px 5px rgba(0,25,255,0.05),*/
/*    -1px 2px 5px rgba(0,25,255,0.05);*/
/*}*/

.news-grid__goto {
    position: absolute;
    bottom: 21px;
    right: 30px;
}

.news-grid__excerpt p {
    margin: 0;
}

.news-grid__date {
    /*position: absolute;*/
    bottom: 41px;
    left: 30px;

}

.manifesto {
    padding: 81px 86px 70px 5px;
}

.manifesto__content {
    padding-top: 20px;
}

.manifesto__content p {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 23px;
}

.news-grid__item_twocolumns .news-grid__date {
    /*position: absolute;*/
    bottom: 27px !important;
    left: 30px;
}

.bepart-wrapper {
    padding: 120px 25px;
}

.board_wrapper {
    position: relative;
    padding-top: 63px;
}

.board__item {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 45px;
}

.board__title {
    padding-bottom: 20px;
    padding-top: 25px;
}

.proj__info-label {
    padding-bottom: 15px;
}

.proj__info-item {
    padding-bottom: 52px;
}

.proj__content h3 {
    padding-bottom: 18px;
}

.contact__content ul {
    padding-left: 0;
}

.contact__content ul li {
    padding-left: 0;
}

.contact__content.contact__content_mail {
    padding-right: 5px;
}

.contact__content.contact__content_socials a {
    text-decoration: none;
    margin-right: 17px;
}
.contact__content.contact__content_socials a:hover {
    text-decoration: none;
}


.contact__content ul li:first-of-type {
    padding-left: 0;
}

/* Geometry mobile */
@media screen and (max-width: 768px) {
    .container {
        padding: 0 25px;
    }

    .wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .hero__actionText {
        padding: 16px 0 13px 0;
    }
}


@media screen and (max-width: 995px) {
    .bepart > div {
        padding: 15px 0px;
    }
}

.share-icon {
    color: #169cd5;
    font-size: 45px;
    margin-top: -10px;
    /*padding: 1px;*/
    /* max-height: 33px; */
    /* max-width: 33px; */
    cursor: pointer;
}

.share-icon svg:hover {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(113deg) brightness(105%) contrast(104%);
}

/* The Modal (background) */
.modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 25% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ph--facebook-logo-thin {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23000' d='M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m4 191.91V148h28a4 4 0 0 0 0-8h-28v-28a20 20 0 0 1 20-20h16a4 4 0 0 0 0-8h-16a28 28 0 0 0-28 28v28H96a4 4 0 0 0 0 8h28v71.91a92 92 0 1 1 8 0'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.ph--linkedin-logo-thin {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23000' d='M216 28H40a12 12 0 0 0-12 12v176a12 12 0 0 0 12 12h176a12 12 0 0 0 12-12V40a12 12 0 0 0-12-12m4 188a4 4 0 0 1-4 4H40a4 4 0 0 1-4-4V40a4 4 0 0 1 4-4h176a4 4 0 0 1 4 4ZM92 112v64a4 4 0 0 1-8 0v-64a4 4 0 0 1 8 0m88 28v36a4 4 0 0 1-8 0v-36a24 24 0 0 0-48 0v36a4 4 0 0 1-8 0v-64a4 4 0 0 1 8 0v6.87A32 32 0 0 1 180 140M96 84a8 8 0 1 1-8-8a8 8 0 0 1 8 8'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.ph--twitter-logo-thin {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23000' d='M243.7 70.47A4 4 0 0 0 240 68h-32.8a44.57 44.57 0 0 0-39.15-24a42.76 42.76 0 0 0-30.88 12.55A43.85 43.85 0 0 0 124 88v11.16c-43.65-9.39-80-45.6-80.39-46a4 4 0 0 0-4.19-.95a4 4 0 0 0-2.63 3.41c-4.2 46.62 9.27 77.71 21.31 95.59A103.7 103.7 0 0 0 82.35 177c-15.68 20.49-43.46 31.13-43.75 31.24a4 4 0 0 0-1.93 6c.27.4 2.79 4 9.54 7.36C54.73 225.84 66.1 228 80 228c69.09 0 126.73-53.56 131.89-122.23l30.94-30.94a4 4 0 0 0 .87-4.36m-38.53 30.7a4 4 0 0 0-1.16 2.58C199.85 168.94 145.38 220 80 220c-17.85 0-27.63-3.89-32.5-6.87c10.37-4.82 31.45-16.34 43.83-34.91a4 4 0 0 0 .56-3.12a3.93 3.93 0 0 0-1.89-2.55c-.13-.08-13.39-8-25.52-26.15C54 130.71 42.39 104.11 44.19 64.65c13.17 11.62 45.48 37 83.15 43.3a4 4 0 0 0 4.66-4V88a36 36 0 0 1 10.79-25.76A35 35 0 0 1 168 52c14.2.18 27.49 8.86 33.06 21.61a4 4 0 0 0 3.61 2.39h25.67Z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.modal__icons {
    font-size: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: var(--second-color);
}

.publish-date {
    padding-bottom: 10px;
}

/* Geometry desktop */
@media screen and (min-width: 996px) {
    .bepart__title, .bepart__button {
        padding-left: 10px;
    }

    .gradient ul.sub-menu {
        background-color: #181818 !important;
    }

    .bepart-wrapper {
        padding: 122px 0px 120px 0;
    }

    .bepart__text {
        padding-top: 6px;
        padding-bottom: 70px;
    }

    .checkit-wrapper {
        width: 45%;
    }

    .container {
        padding: 0 5.5555555%;
    }

    .hero__content {
        text-align: left;
    }

    .hero__title {
        padding-bottom: 10px;
    }

    .hero__subtitle {
        padding-bottom: 61px;
    }

    .customquote {
        width: 50%;
    }


    .publish-date {
        padding-top: 10px;
    }

    .news.proj__grid {
        padding-top: 64px;
    }

}

.publish-date {
    text-transform: uppercase;
}

.news-addon-wrap .news-single {
    background: #fff;
}

/* Links
--------------------------------------------- */


a:hover,
a:active {
    outline: 0;
}

.contact__content a {
    color: var(--second-color);
}

.contact__content a:hover {
    text-decoration: underline;
}

.nav-menu .menu-item a:hover, a.go-back__link:hover,
a:hover {
    color: var(--second-color) !important;
    transition: .2s;
}

a.btn.hero__about:hover, a.give_nav_btn:hover, a.btn.f_btn:hover {
    background: var(--second-color);
    color: #fff !important;
}

a.btn.hero__about:hover, a.btn.f_btn:hover {
    border: 1px solid var(--second-color);
}


a.blue:hover, .blue a:hover, .menu-item-home a:hover {
    opacity: 1;
    color: var(--second-color) !important;
    transition: .2s;
}

.btn_blue:hover {
    color: var(--second-color);
    background-color: #fff;
    transition: .2s;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #9c9da7;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}


textarea {
    width: 100%;
}


/* Layouts
--------------------------------------------- */
.error-404.not-found {
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vc {
    display: flex;
    align-items: center
}

.go-back__link {
    display: flex;
    align-items: center;
}

.vacancy-footer__button {
    /* max-width: 174px; */
    padding-top: 35px;
    display: flex;
    justify-content: flex-start;
}


.hero {
    text-align: center;
    width: 100%;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 624px) {
    .give-hero-content h1.hero__title {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .hero {
        text-align: left;
        width: 100%;
        min-height: 50vh;
        display: flex;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        align-items: center;
    }

    .hero__content.give-hero-content {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 30px;
    }

    .give-now__wrapper .buttons {
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .give-now__wrapper .buttons label{
        width: 100px;
        height: 35px;
        border-radius: 5px;
        font: 500 18px var(--font-family);
    }

    .give-now__wrapper .buttons li {
        width: 100px;
        height: 35px;
        margin: 0;
    }
    #donation_submit_btn {
        margin-top: 20px;
    }



}

.hero__action {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.projects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    gap: 20px;
}

.projects.projects_give_now {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 60px;
}

.projects.projects_give_now img {
    width: 304px;
    height: 342px;
    object-fit: cover;
}

.projects.projects_give_now .project__excerpt p {
    font: 400 14px / 1.42857 var(--font-family);
    color: #7f7f7f;
}

.project {
    grid-column: span 3;
}

.projects.projects_give_now .project {
    grid-column: span 4;
}

.news-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-info {
    display: flex;
    flex-direction: column;
    gap: 13px;
    text-decoration: none;
    color: #000;
}

.news-info-link {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

a.news-info-link.white .news-info {
    color: #fff;
}

.news-grid__footer {
    padding-bottom: 41px;
}

.news-grid__item_twocolumns .news-grid__footer {
    padding-bottom: 27px;
}

.bepart-wrapper {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bepart__text {
    display: flex;
    justify-content: center;
}

.bepart__button {
    display: flex;
    justify-content: center;
}

.btn_blue {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
    background: #0019ff;
    border: none;
    padding: 13px 43px;
}


.bepart__text-left {
    width: 100%;
    text-align: center;
}

.site-info.footer_info {
    display: flex;
    align-items: center;
}


.footer_logo {
    min-width: 365px;
    text-align: center;
}

.footer_btn {
    display: none;
}

.f_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    border: 1px solid #fff;
    padding: 13px 13px;
    width: 171px;
    height: 42px;
    font: 400 14px var(--font-family);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}

.footer_menu {
    display: none
}

.footer_nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.site-info.footer_info {
    justify-content: center;
    align-items: center;
}

.news.news-single {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
}

.news__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
}

footer.news.news__footer {
    width: 100%;
    display: flex;
    justify-content: end;
}

.news .bepart__button .btn {
    padding: 13px 45px;
    font: 400 14px var(--font-family);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.separator {
    width: 100%;
    border: 40px solid #fff;
}

@media screen and (min-width: 768px) {
    .contacts-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;

    }

    .bepart__text {
        justify-content: end;
    }

    .bepart__text-left {
        width: 73%;
        text-align: left;
    }

    h3, .h3 {
        font: 400 30px var(--second-family);
    }

    .bepart__button {
        justify-content: flex-start;
    }

    header.news-header {
        display: flex;
        justify-content: space-between;
    }

    .news-title {
        /* line-height: 1.25; */
        flex-basis: 80%;
    }

    .news__head {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: center;
    }

    .news.proj__content {
        width: 83%;
        margin-bottom: 43px;
    }

    .project, .projects.projects_give_now .project {
        grid-column: span 1;
    }

    .news-grid__svg {
        position: absolute;
        right: 4px;
        top: 75px;
    }

    .news-single {
        display: flex;
        flex-wrap: nowrap;
        gap: 56px;
    }

    .news.news-single__content {
        flex-basis: 73%;
        justify-content: space-between;
        padding: 38px;
    }

    .news.news-single {
        border-bottom: none;
        gap: 12px;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 40px;
    }

    article.news.news-single__article {
        gap: 8px;
    }

    .news.news-single__image {
        max-height: 289px;
        min-width: 413px;
    }

    .h1, h1.entry-title.vacancy-title {
        font: 400 50px var(--second-family);
    }

    header.go-back {
        padding: 40px 76px 34px 76px;
    }

    .proj__info {
        border-left: 1px solid #9c9da7;
        padding-left: 55px;
        padding-right: 40px;
        max-width: 17%;
    }

    .proj__grid {
        display: flex;
        justify-content: space-between;
    }

    .proj__grid {
        padding-top: 64px;
    }

    .proj__content {
        padding-right: 108px;
    }

    .footer_btn {
        display: block;
    }

    .footer_logo {
        text-align: left;
    }

    .footer_logo {
        display: block !important;
    }

    .two-column-grid {
        display: grid;
        grid-template-columns: 42.1875% 1fr;
        gap: 7%;
    }


}

/* Layouts desktop */
@media screen and (min-width: 996px) {
    .footer_menu {
        display: block;
    }

    .news-grid {
        display: grid;
        grid-template-columns: 32.265625%  35.46875% 32.265625%;
        align-content: center;
        justify-content: center;
        gap: 0;
    }

    .news-grid__item_twocolumns {
        grid-column: span 2;
    }

    .hero__action {
        justify-content: start;
    }

    .hero {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        text-align: center;
        justify-content: start;

    }

    .project {
        grid-column: span 1;
    }

    .board__grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .hero.frontpage_hero.pt70 {
        flex-basis: 100%;
    }

    .hero__content {
        width: 74%;
    }


}

/*--------------------------------------------------------------
# Backgrounds
--------------------------------------------------------------*/
.frontpage_header {
    background: white url('./assets/images/frontpage_mobile.png') no-repeat right center;
}

.checkit {
    background: white url('./assets/images/frontpage_bg1.png') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.checkit.checkit_are_we {
    background: white url('./assets/images/are we alone.png') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.checkit.wrapper.checkit_are_we {
    padding-bottom: 145px;
}

.board-bg {
    background: white url('./assets/images/board_bg1.png') no-repeat bottom right;
    height: 491px;
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.news-addon-bg {
    background: white url('./assets/images/news-addon.png') no-repeat bottom right;
    height: 509px;
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: -88px;
    right: 0;
}


.news-bg {
    background: white url('./assets/images/news_bg1.png') no-repeat bottom right;
    height: 491px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: -201px;;
    right: 0;
}

.manifesto {
    background: white url('./assets/images/about_bg1.png') no-repeat left center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


.bepart-wrapper {
    background: white url('./assets/images/frontpage_bg2.png') no-repeat left center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.site-footer {
    background: var(--gradient);
    padding: 50px 0;
}

.footer_logo {
    display: none;
}

footer.entry-footer.vacancy-footer .manifesto {
    background: white url('./assets/images/vacancy_bg2.png') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media screen and (min-width: 996px) {
    .frontpage_header {
        background: white url('./assets/images/frontpage.png') no-repeat left center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    .vacancies-bg {
        background: white url('./assets/images/vacancies_bg1.png') no-repeat bottom right;
        height: 491px;
        width: 100%;
        position: absolute;
        z-index: -1;
        bottom: 0;
        right: 0;
    }

    .site-footer {
        padding: 50px 0;
    }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.news-addon {
    position: relative;
}

.custom-select_mobile {
    display: none;
}

.news-single {
    position: relative;
}

.news-single__title a {
    text-decoration: none;
    color: #000;
}

.bepart {
    max-width: 565px;
}


article.news-single__article {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-single__link {
    font: 400 16px / 2.125 var(--font-family);
    text-transform: uppercase;
    text-decoration: none;
}

.news-single__image img {
    height: 206px;
    width: 305px;
    object-fit: cover;
}

.news.news-single__image img {
    width: 413px;
    height: 289px;
    object-fit: cover;
}

.news-addon {
    padding-top: 40px;
}

article.news-single__article {
    padding-top: 15px;
}

.news-single {
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 2px solid #ebebeb;
}

.news-addon-wrap {
    padding-top: 38px;
    padding-bottom: 10px;
}

.news-addon .bepart__button {
    padding-left: 0px;
}

.news-addon .bepart__button .btn {
    padding: 12px 47px 13px 47px;
    font: 400 14px var(--font-family);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.news-single__excerpt p {
    margin: 0;
    font: 300 16px / 1.5 var(--font-family);
}

.news-single__link a {
    text-decoration: none;
}

footer.news-single__footer {
    font: 300 14px / 1.42857 var(--font-family);
    color: #3c3c3c;
}

.news-single__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero__actionText::before {
    content: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7.50003C0 7.42222 0.0309362 7.34437 0.0924335 7.28396L7.42549 0.0963967C7.55277 -0.0281159 7.76369 -0.0326862 7.89681 0.0866407C8.02993 0.205675 8.03515 0.403401 7.90722 0.528528L0.794531 7.5L7.90722 14.4715C8.0345 14.5969 8.02928 14.7944 7.89681 14.9134C7.76369 15.0327 7.55277 15.0281 7.42549 14.9036L0.0924335 7.71609C0.0309048 7.65565 0 7.57784 0 7.50003Z' fill='%230019FF' /%3E%3Cpath d='M8 7.50003C8 7.42222 8.03094 7.34437 8.09243 7.28396L15.4255 0.0963967C15.5528 -0.0281159 15.7637 -0.0326862 15.8968 0.0866407C16.0299 0.205675 16.0352 0.403401 15.9072 0.528528L8.79453 7.5L15.9072 14.4715C16.0345 14.5969 16.0293 14.7944 15.8968 14.9134C15.7637 15.0327 15.5528 15.0281 15.4255 14.9036L8.09243 7.71609C8.0309 7.65565 8 7.57784 8 7.50003Z' fill='%230019FF' /%3E%3C/svg%3E");
    padding-right: 15px;
}

.hero__actionText::after {
    content: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 7.49997C8 7.57778 7.96906 7.65563 7.90757 7.71604L0.57451 14.9036C0.447234 15.0281 0.236305 15.0327 0.103185 14.9134C-0.0299345 14.7943 -0.0351533 14.5966 0.0927792 14.4715L7.20547 7.5L0.0927792 0.528529C-0.034497 0.403109 -0.0292782 0.205647 0.103185 0.0866413C0.236305 -0.0326853 0.447234 -0.0281153 0.57451 0.0963974L7.90757 7.28391C7.9691 7.34435 8 7.42216 8 7.49997Z' fill='%230019FF' /%3E%3Cpath d='M16 7.49997C16 7.57778 15.9691 7.65563 15.9076 7.71604L8.57451 14.9036C8.44723 15.0281 8.23631 15.0327 8.10319 14.9134C7.97007 14.7943 7.96485 14.5966 8.09278 14.4715L15.2055 7.5L8.09278 0.528529C7.9655 0.403109 7.97072 0.205647 8.10319 0.0866413C8.23631 -0.0326853 8.44723 -0.0281153 8.57451 0.0963974L15.9076 7.28391C15.9691 7.34435 16 7.42216 16 7.49997Z' fill='%230019FF' /%3E%3C/svg%3E");
    padding-left: 15px;
}

.adress, .phone, .email {
    position: relative;
}

.adress:after {
    content: url("data:image/svg+xml,%3Csvg width='17' height='21' viewBox='0 0 17 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0C4.06724 0 0.460938 3.6063 0.460938 8.03906C0.460938 9.45796 0.83582 10.8529 1.54502 12.0732C1.71036 12.3576 1.89517 12.6349 2.09443 12.8972L8.15071 21H8.84925L14.9056 12.8972C15.1048 12.6349 15.2896 12.3577 15.455 12.0732C16.1642 10.8529 16.5391 9.45796 16.5391 8.03906C16.5391 3.6063 12.9328 0 8.5 0ZM8.5 10.7051C7.02996 10.7051 5.83398 9.5091 5.83398 8.03906C5.83398 6.56902 7.02996 5.37305 8.5 5.37305C9.97004 5.37305 11.166 6.56902 11.166 8.03906C11.166 9.5091 9.97004 10.7051 8.5 10.7051Z' fill='%230019FF' /%3E%3C/svg%3E");
    position: absolute;
    right: 14px;
    top: -6px;
}

.phone:after {
    content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.92374 0.968555C3.59568 0.978476 3.30748 1.1516 3.06626 1.39282L2.66379 1.79463L7.02555 6.23586L7.65872 5.60268C8.04032 5.2211 8.04031 4.59103 7.65872 4.20943L4.84146 1.39282C4.56859 1.11993 4.25178 0.958473 3.92374 0.968555ZM2.19852 2.25863L1.73645 2.72006C0.980365 3.47613 0.985352 4.46544 0.985352 4.92209C0.985352 6.81161 1.74076 10.0783 6.33084 14.6684C10.9209 19.2585 14.1883 20.0146 16.0778 20.0146C16.5345 20.0146 17.5238 20.0195 18.2798 19.2635L18.6977 18.8456L14.3359 14.4044L13.8784 14.8626C13.6072 15.1338 13.4071 15.1662 13.2125 15.1433C13.0179 15.1205 12.8168 15.0079 12.6697 14.894C11.8676 14.273 10.5689 13.3841 9.09235 11.9075C7.61578 10.431 6.72689 9.13168 6.1059 8.32957C5.99205 8.18247 5.87948 7.98389 5.8566 7.78931C5.83367 7.59473 5.86888 7.39208 6.13986 7.1209L6.56091 6.69985L2.19852 2.25863ZM16.0932 13.0547C15.8404 13.0547 15.588 13.1503 15.3972 13.3412L14.7999 13.9391L19.1623 18.3809L19.6071 17.9362C19.8483 17.695 20.0206 17.4042 20.0307 17.0761C20.0406 16.7481 19.88 16.4313 19.6071 16.1584L16.7898 13.3412C16.599 13.1504 16.346 13.0547 16.0932 13.0547Z' fill='%230019FF' /%3E%3C/svg%3E");

    position: absolute;
    right: 14px;
    top: -6px;

}

.email:after {
    content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_21_1195)'%3E%3Cpath d='M13.6436 10.5L21 16.8969V4.10312L13.6436 10.5Z' fill='%230019FF' /%3E%3Cpath d='M0 4.10312V16.8969L7.3564 10.5L0 4.10312Z' fill='%230019FF' /%3E%3Cpath d='M1.04395 3.19565L8.40034 9.59253L8.46777 9.53392L8.8858 10.0147L10.5003 11.4186L12.1149 10.0147L12.5329 9.53392L12.6003 9.59253L19.9567 3.19565H1.04395Z' fill='%230019FF' /%3E%3Cpath d='M12.6003 11.4075L10.5003 13.2336L8.40034 11.4075L1.04395 17.8043H19.9567L12.6003 11.4075Z' fill='%230019FF' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_21_1195'%3E%3Crect width='21' height='21' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    position: absolute;
    right: 14px;
    top: -6px;

}

.news.proj {
    position: relative;
}

.frontpage_header {
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    opacity: 1;
    position: relative;
}

@media screen and (max-width: 996px) {
    .frontpage_header {
        height: 100dvh;

        width: 100vw;
        max-height: -webkit-fill-available;
    }

    .hero .frontpage_hero .pt70 {
        padding-top: 70px;
    }
}

@media screen and (max-width: 768px) {
    .frontpage_header {
        height: calc(100vh - 60px);
        width: 100vw;
        max-height: -webkit-fill-available;
    }

    .hero .frontpage_hero .pt70 {
        padding-top: 0 !important;
    }
}

.bar {
    position: absolute;
}

@media screen and (min-width: 996px) {
    .frontpage_header {
        width: 100vw;
        height: 50vw;
        min-height: 720px;
    }

    .gradient .bar {
        position: absolute;
        border-left: 1px solid rgba(255, 255, 255, 0.29);
        height: 100%;

    }

    .hero-wrapper .bar {
        position: absolute;
        border-left: 1px solid rgba(255, 255, 255, 0.29);
        height: 100%;

    }

    .bar-1 {
        top: 0;
        left: 277px;
    }

    .bar-2 {
        top: 0;
        left: 50%;
    }

    .bar-3 {
        top: 0;
        right: 277px;
    }
}

@media screen and (min-width: 1450px) {
    .bar-1 {
        top: 0;
        left: 19.2%;
    }

    .bar-3 {
        top: 0;
        right: 19.2%;
    }
}

.bxl--facebook-square {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h8.615v-6.96h-2.338v-2.725h2.338v-2c0-2.325 1.42-3.592 3.5-3.592c.699-.002 1.399.034 2.095.107v2.42h-1.435c-1.128 0-1.348.538-1.348 1.325v1.735h2.697l-.35 2.725h-2.348V21H20a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.bxl--linkedin-square {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1M8.339 18.337H5.667v-8.59h2.672zM7.003 8.574a1.548 1.548 0 1 1 0-3.096a1.548 1.548 0 0 1 0 3.096m11.335 9.763h-2.669V14.16c0-.996-.018-2.277-1.388-2.277c-1.39 0-1.601 1.086-1.601 2.207v4.248h-2.667v-8.59h2.56v1.174h.037c.355-.675 1.227-1.387 2.524-1.387c2.704 0 3.203 1.778 3.203 4.092v4.71z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.fa-brands--twitter-square {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19.633 7.997c.013.175.013.349.013.523c0 5.325-4.053 11.461-11.46 11.461c-2.282 0-4.402-.661-6.186-1.809c.324.037.636.05.973.05a8.07 8.07 0 0 0 5.001-1.721a4.036 4.036 0 0 1-3.767-2.793c.249.037.499.062.761.062c.361 0 .724-.05 1.061-.137a4.027 4.027 0 0 1-3.23-3.953v-.05c.537.299 1.16.486 1.82.511a4.022 4.022 0 0 1-1.796-3.354c0-.748.199-1.434.548-2.032a11.457 11.457 0 0 0 8.306 4.215c-.062-.3-.1-.611-.1-.923a4.026 4.026 0 0 1 4.028-4.028c1.16 0 2.207.486 2.943 1.272a7.957 7.957 0 0 0 2.556-.973a4.02 4.02 0 0 1-1.771 2.22a8.073 8.073 0 0 0 2.319-.624a8.645 8.645 0 0 1-2.019 2.083'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

/* Navigation
--------------------------------------------- */
.project:hover {
    transform: scale(1.02);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.project {
    transition: .2s;
}

.news.news-single {
    text-decoration: none !important;
}

.news-grid__item:hover {
    transform: scale(1.02);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.news-grid__item {
    transition: .2s;
}

.news.news-single:hover {
    transform: scale(1.02);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    z-index: 999;
    color: #000;
}

.news.news-single {
    transition: .2s;
}


.topbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-add-links {
    display: none;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    background: var(--gradient);
}

.nav-menu .menu-item {
    padding: 0;
}

.nav-menu .menu-item a {
    padding: 15px;
}

.sub-menu li {
    padding-left: 15px !important;
}

.nav-close-btn {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 16px;
}

.header-nav__close {
    display: block;

}

.special-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    background: var(--gradient);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hidden {
    display: none;
}

.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    padding: 0.25em 0.25em;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    filter: invert(1) grayscale(100%) brightness(200%);;

}


.menu-toggle {
    background: transparent;
    color: #fff;
    border: none;
    padding: 0;


}

.menu-toggle .dashicons {
    font-size: 50px;
    width: 50px;
    height: 50px;

}

.navbar-nav.nav-menu {
    width: 90%;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    visibility: hidden;
    opacity: 0;
    height: 0;
    max-height: 0;
    transition: max-height .2s ease-out;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: none;
    float: left;
    z-index: 999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    opacity: 1;
    height: auto;
    max-height: 1500px;
    visibility: visible;
}

.nav-sticky {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 5px;
    z-index: 888;
}

.projects-section {
    padding-top: 70px;
}

@media screen and (min-width: 996px) {
    .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .navbar-nav.nav-menu {
        width: 100%;
        display: flex;
        gap: 56px;
    }

    .footer_menu .navbar-nav.nav-menu {
        gap: 25px;
    }

    .sub-menu li {
        padding-left: 0 !important;
    }

    .main-navigation ul ul {
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 999;
    }

    .nav-sticky {
        padding-left: 5.5555555%;
        padding-right: 5.5555555%;
        padding-top: 17px;
        padding-bottom: 20px;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }

    .special-nav {
        display: none;
    }

    .main-navigation ul {
        opacity: 1;
        height: auto;
        max-height: 500px;
        visibility: visible;
    }

    .menu {
        position: static;
        background: none;
    }

    .nav-close-btn {
        display: none;
    }

    .header-add-links, .navigation {
        display: flex;
        align-items: center;
    }

    .navigation {
        justify-content: space-between;
        padding-bottom: 8px;
    }

    .header-add-links {
        justify-content: end;
        padding-bottom: 8px;
        margin-right: -2px;
    }

    .nav-menu .menu-item {
        padding: 0;
    }

}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

.news_btn {
    margin-top: 44px;
}

.custom_icon {
    font-size: 25px;
    margin-right: 5px;
}

.dashicons, .dashicons-before:before {
    transition: .1s;
}

.file_link {
    display: flex;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.link-special {
    text-decoration: none;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.fh {
    height: 100%;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt75 {
    padding-top: 75px;
}

.pb75 {
    padding-bottom: 75px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}


.gradient {
    background: var(--gradient);
}

.news__head_mobile {
    display: none;
}

li#menu-item-203 {
    display: none;
}

/* Mobile fixes
--------------------------------------------- */
@media screen and (max-width: 768px) {
    li#menu-item-203 {
        display: block;
    }

    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .nav-sticky {
        position: sticky;
        top: 0;
    }

    .entry-content.vacancy-content ul {
        margin: 0;
    }

    .main-navigation ul ul {
        float: none;
        display: none !important;
    }

    .menu-item-has-children.active ul.sub-menu {
        display: block !important;
    }

    h1.entry-title.vacancy-title {
        font: 400 34px var(--second-family);
        letter-spacing: 0.28em;
        text-transform: uppercase;
    }

    .vacancy-page .two-column-grid__column {
        padding-bottom: 28px;
    }

    .news.news-single {
        padding: 10px;
    }

    h1.hero__title {
        font-size: 34px;
    }

    .fixed {
        position: fixed !important;
        width: 100%;
    }

    .news__head {
        display: none;
    }

    .news__head_mobile {
        display: flex;
        justify-content: space-between;
    }

    .news__head_mobile .share-icon {
        margin-top: -20px;
    }

    .news-bg {
        opacity: .3;
    }

    .hero.frontpage_hero.pt70 {
        padding-top: 0;
    }

    .custom-select_mobile {
        position: relative;
        display: flex;
        padding: 0;
        align-items: center;
    }

    .main-navigation {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .navigation {
        display: flex;
    }

    .hero__subtitle {
        padding-bottom: 50px;
    }

    .manifesto {
        background: #111111 url('./assets/images/about_bg1.png') no-repeat left top;
        background-size: auto;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        padding: 81px 0 70px 0;
    }

    .container_desktop_only {
        padding: 0 !important;
    }

    .separator {
        width: 100%;
        border: 0;
    }

    .pr-image {
        padding-bottom: 25px;
    }

    .entry-content.vacancy-content {
        padding-left: 0 !important;
    }

}

.menu-item-203 {
    display: none;
}

/* Полное удаление отступов для <p>&nbsp;</p> */
/* Новый исправленный селектор */
p:empty,
p:has(> :only-child.text-empty) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
}

/* Donation Form Enhancements */

/* Country autocomplete dropdown */
.country-autocomplete-dropdown.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000 !important;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-family: var(--font-family);
}

.country-autocomplete-dropdown.ui-autocomplete .ui-menu-item {
    padding: 0;
}

.country-autocomplete-dropdown.ui-autocomplete .ui-menu-item-wrapper {
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    font-size: 14px;
    color: #333;
}

.country-autocomplete-dropdown.ui-autocomplete .ui-menu-item-wrapper:hover,
.country-autocomplete-dropdown.ui-autocomplete .ui-state-active {
    background: #f0f0f0 !important;
    border: none !important;
    color: #333 !important;
    margin: 0 !important;
}

/* Scrollbar styling for autocomplete */
.country-autocomplete-dropdown.ui-autocomplete::-webkit-scrollbar {
    width: 8px;
}

.country-autocomplete-dropdown.ui-autocomplete::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.country-autocomplete-dropdown.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.country-autocomplete-dropdown.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Custom amount input */
#custom_amount {
    margin-top: 15px;
    width: 100%;
    max-width: 400px;
}

/* Document info link */
.document-info {
    margin-top: 15px;
    margin-bottom: 15px;
}

.document-info a {
    color: var(--second-color);
    text-decoration: underline;
    font-size: 14px;
    transition: color 0.3s ease;
}

.document-info a:hover {
    color: var(--blue-hover);
}

/* Submit button */
#donation_submit_btn {
    width: 100%;
    margin-top: 50px;
    cursor: pointer;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    transition: all 0.3s ease;
}

#donation_submit_btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#donation_submit_btn.loading {
    opacity: 0.7;
}

/* Error messages */
.form-error {
    color: #d32f2f;
    background: #ffebee;
    font-size: 14px;
    margin: 15px 0;
    padding: 12px 15px;
    display: block;
    border-radius: 4px;
    border-left: 4px solid #d32f2f;
}

.input.error {
    border-color: #d32f2f !important;
}

/* Success message */
.donation-success {
    background: #4caf50;
    color: white;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

/* jQuery UI Dialog overrides */
.ui-dialog {
    font-family: var(--font-family) !important;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.ui-dialog-titlebar {
    background: var(--second-color) !important;
    color: white !important;
    border: none !important;
    border-radius: 4px 4px 0 0;
}

.ui-dialog-title {
    color: white !important;
    font-weight: bold;
}

.ui-dialog-titlebar-close {
    background: transparent !important;
    border: none !important;
}

.ui-dialog-titlebar-close:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

.ui-dialog-content {
    line-height: 1.6;
    padding: 20px !important;
}

.ui-button {
    background: var(--second-color) !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.ui-button:hover {
    background: var(--blue-hover) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #custom_amount {
        max-width: 100%;
    }

    #donation_submit_btn {
        font-size: 16px;
        padding: 12px 20px;
    }

    .ui-dialog {
        width: 90% !important;
        max-width: 500px;
    }

    /* Fix form field order on mobile */
    .inputs.columns {
        display: flex;
        flex-direction: column;
    }

    .inputs.columns .column {
        display: contents;
    }

    /* First Name */
    .inputs.columns .column:nth-child(1) > *:nth-child(1) {
        order: 1;
    }

    /* Last Name */
    .inputs.columns .column:nth-child(2) > *:nth-child(1) {
        order: 2;
    }

    /* E-mail */
    .inputs.columns .column:nth-child(1) > *:nth-child(2) {
        order: 3;
    }

    /* Country */
    .inputs.columns .column:nth-child(2) > *:nth-child(2) {
        order: 4;
    }

    /* Document Type */
    .inputs.columns .column:nth-child(1) > *:nth-child(3) {
        order: 5;
    }

    /* Document Number */
    .inputs.columns .column:nth-child(2) > *:nth-child(3) {
        order: 6;
    }

    /* Document Info */
    .inputs.columns .column:nth-child(2) > *:nth-child(4) {
        order: 7;
    }

    /* Submit Button */
    .inputs.columns .column:nth-child(1) > *:nth-child(4) {
        order: 8;
    }
}
