html, body {
    font-family: Helvetica, sans-serif;
    color: #1a1a1a;
}
main#main {
    max-width: 100%;
    overflow-x: hidden;
}
main > .container {
    padding-top: 120px;
    padding-bottom: 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.col-project {
    margin-bottom: 60px;
}
.site-index h1 {
    padding: 40px 0 50px 0;
    text-align: center;
    font: bold 30px/1 Oswald, sans-serif;
    text-transform: uppercase;
}

.project-list-image a {
    display: block;
    position: relative;
    color: #1a1a1a;
    font: 18px Oswald, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
.project-list-image img {
    display: block;
    width: 100%;
    height: auto;
}
.project-list-image .ppil-item {
    background: #ffda00a6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.project-list-image .project-close-image-link.ppil-item {
    background: #005cc4a6;
}
.ppil-item .ppil-ico {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #000015;
    border-radius: 50%;
    padding: 10px;
}
.project-close-image-link.ppil-item .ppil-ico {
    border: 5px solid #fff;
}
.ppil-item .ppil-ico svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.project-close-image-link.ppil-item .ppil-ico svg path {
    fill: #fff;
}
.ppil-item .ppil-text1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 7px;
    line-height: 1;
}
.project-close-image-link.ppil-item .ppil-text1 {
    color: #fff;
}
.ppil-item .ppil-text2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 7px;
    line-height: 1;
}
.project-close-image-link.ppil-item .ppil-text2 {
    color: #fff;
}

.project-list-content {
    padding: 17px 5px 20px 5px;
}
.project-list-title {
    margin-bottom: 8px;
}
a.project-list-link {
    color: #1a1a1a;
    font: 18px Oswald, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
.project-list-status {
    margin-bottom: 17px;
}
.pls-text {
    margin-bottom: 7px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 12px;
    line-height: 8px;
    color: #656969;
}
.pls-range {
    display: block;
    position: relative;
    height: 2px;
    background: #d8d8d8;
    width: 100%;
    overflow: hidden;
}
.pls-range-bg {
    display: block;
    position: absolute;
    background: #005cc4;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
}
.project-list-price {
    font-size: 14px;
}
.project-list-item {
    display: block;
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0);
    transition: 0.3s;
    position: relative;
    z-index: 2;
    height: calc(100% - 50px);
}
.col-project:hover .project-list-item, .project-list-item:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.43);
}
.project-list-image {
    margin: -1px -1px 0 -1px;
}
a.project-but {
    display: flex;
    align-items: center;
    justify-content: center;
    font: 500 16px Oswald, sans-serif;
    color: #1a1a1a;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    height: 50px;
    background: #ffda00;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}
.col-project:hover a.project-but, a.project-but:hover {
    opacity: 1;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
}
.pagination .page-item.disabled {
    display: none;
}
.pagination .page-item a.page-link {
    color: #1a1a1a;
    background: transparent;
    transition: 0.3s;
    border-radius: 0 !important;
}
.pagination .page-item.active a.page-link {
    color: #ffffff;
    background: #005cc4;
}
a.project-but svg {
    margin-right: 8px;
}

.lang-dropdown {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 13px;
}
.lang-dropdown .dropdown-menu {
    --bs-dropdown-item-padding-y: 0.5rem;
    --bs-dropdown-font-size: inherit;
    --bs-dropdown-link-active-bg: none;
    --bs-dropdown-link-active-color: inherit;
}
.lang-dropdown a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #282828;
}
.lang-dropdown a::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.75em;
    background: center/contain no-repeat;
}
.lang-dropdown a.lang-uk-UA::before {
    content: "";
    background-image: url("data:image/svg+xml, %3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %20%20%20%20%3Cg%20fill-rule%3D%22nonzero%22%20fill%3D%22none%22%3E %20%20%20%20%20%20%20%20%3Ccircle%20fill%3D%22%23FFDA44%22%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%2217%22%2F%3E %20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2017C0%207.611%207.611%200%2017%200s17%207.611%2017%2017%22%20fill%3D%22%23338AF3%22%2F%3E %20%20%20%20%3C%2Fg%3E %3C%2Fsvg%3E");
}
.lang-dropdown a.lang-en-US::before {
    content: "";
    background-image: url("data:image/svg+xml, %3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %20%20%20%20%3Cg%20fill-rule%3D%22nonzero%22%20fill%3D%22none%22%3E %20%20%20%20%20%20%20%20%3Ccircle%20fill%3D%22%23F0F0F0%22%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%2217%22%2F%3E %20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23D80027%22%3E %20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.26%2017H34c0-1.534-.205-3.02-.586-4.435H16.261V17zM16.26%208.13h15.245a17.09%2017.09%200%200%200-3.923-4.434H16.261V8.13zM17%2034c4%200%207.678-1.383%2010.582-3.696H6.418A16.927%2016.927%200%200%200%2017%2034zM2.495%2025.87h29.01a16.899%2016.899%200%200%200%201.91-4.435H.584a16.899%2016.899%200%200%200%201.91%204.435z%22%2F%3E %20%20%20%20%20%20%20%20%3C%2Fg%3E %20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.875%202.655h1.549L7.983%203.702l.55%201.694-1.44-1.047L5.65%205.396l.476-1.464A17.093%2017.093%200%200%200%202.83%207.607h.496l-.917.666c-.143.239-.28.48-.411.727l.438%201.348-.818-.594c-.203.43-.389.87-.556%201.32l.483%201.485h1.781l-1.44%201.047.55%201.694-1.441-1.047-.864.627A17.164%2017.164%200%200%200%200%2017h17V0a16.92%2016.92%200%200%200-9.125%202.655zM8.533%2015.3l-1.44-1.047L5.65%2015.3l.55-1.694-1.44-1.047h1.781l.55-1.694.55%201.694h1.782l-1.441%201.047.55%201.694zm-.55-6.646.55%201.694L7.093%209.3%205.65%2010.348l.55-1.694-1.44-1.047h1.781l.55-1.694.55%201.694h1.782L7.983%208.654zM14.63%2015.3l-1.44-1.047-1.442%201.047.55-1.694-1.44-1.047h1.78l.551-1.694.55%201.694h1.782l-1.441%201.047.55%201.694zm-.55-6.646.55%201.694-1.44-1.047-1.442%201.047.55-1.694-1.44-1.047h1.78l.551-1.694.55%201.694h1.782L14.08%208.654zm0-4.952.55%201.694-1.44-1.047-1.442%201.047.55-1.694-1.44-1.047h1.78L13.19.96l.55%201.694h1.782L14.08%203.702z%22%20fill%3D%22%230052B4%22%2F%3E %20%20%20%20%3C%2Fg%3E %3C%2Fsvg%3E");
}
.lang-dropdown a.dropdown-toggle::after {
    display: block;
    content: url("data:image/svg+xml, %3Csvg%20width%3D%228%22%20height%3D%2218%22%20viewBox%3D%220%200%208%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E %20%20%20%20%20%20%20%20%3Cpath%20d%3D%22m7.707%2014.707-3%203a1%201%200%200%201-1.414%200l-3-3a1%201%200%200%201%201.414-1.414L3%2014.586V5a1%201%200%201%201%202%200v9.586l1.293-1.293a1%201%200%200%201%201.414%201.414z%22%20fill%3D%22%231C1B1E%22%20fill-rule%3D%22nonzero%22%2F%3E %20%20%20%20%20%20%20%20%3Ccircle%20fill%3D%22%231A1A1A%22%20cx%3D%224%22%20cy%3D%221%22%20r%3D%221%22%2F%3E %20%20%20%20%3C%2Fg%3E %3C%2Fsvg%3E");
    border: none;
    height: 18px;
    margin-left: 1em;
}
.lang-dropdown a.dropdown-item.active::before {
    outline: #3eb45e 2px solid;
    outline-offset: 2px;
    border-radius: 50%;
}

#header {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    transition: 0.2s;
    z-index: 999;
    background: #fff;
    font-family: Oswald, sans-serif;
}
#header.sticky {
    height: 80px;
}

#header .navbar {
    height: 100%;
    --bs-navbar-padding-y: 0;
    --bs-border-width: 0;
    align-items: stretch;
    --bs-navbar-brand-margin-end: 0.75rem;
    --bs-navbar-toggler-focus-width: 0;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%0A%3Csvg width='25' height='14' viewBox='0 0 25 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23282828' fill-rule='nonzero'%3E%3Crect x='5' y='12' width='20' height='2' rx='1'/%3E%3Crect y='6' width='25' height='2' rx='1'/%3E%3Crect width='25' height='2' rx='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#header .navbar > .container {
    align-items: stretch;
}

#header .navbar-brand {
    align-self: center;
}

#nav-collapse {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
#nav-collapse > .nav {
    flex-grow: 1;
    justify-content: center;
    flex-wrap: nowrap;
}
#header a.nav-link {
    display: block;
    font-size: 27px;
    color: #282828;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
#header .nav-item a.nav-link.active {
    color: #000000;
}

#header-donate-project {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: #005cc4;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header-donate-project svg {
    margin-right: 10px;
}
#header-donate-project span {
    flex-basis: 6em;
}

#footer {
    padding: 0 !important;
}
#footer a {
    text-decoration: none;
    color: black;
}
#footer a:hover {
    text-decoration: underline;
    color: #005cc4;
}
.footer-logo a {
    display: block;
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
}
.footer-logo span {
    font-size: 14px;
}
.container-footer-top {
    padding: 35px 0;
    background: #e8e8e8;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.23);
}
#footer-donate-project {
    font-family: Oswald, sans-serif;
}
#footer-donate-project .donate-btn {
    display: flex;
    align-items: center;
    height: 100%;
    background: #005cc4;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px;
    margin-bottom: 20px;
}
#footer-donate-project .donate-btn:hover {
    text-decoration: none;
    color: white;
}
#footer-donate-project div {
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #282828;
    text-align: right;
    font-weight: 100;
}
.footer-nav-widget-title {
    font: bold 22px Oswald, sans-serif;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 7px;
}
.footer-nav-widget-nav .nav, .footer-nav-widget-nav ul {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-nav-widget-nav .nav-item, .footer-nav-widget-nav li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-nav-widget-nav a {
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}
.footer-nav-widget-nav a:hover {
    color: #005cc4;
}
#footer-donate-project svg {
    margin-right: 9px;
}
.container-footer-bot {
    display: block;
    padding: 30px 0 15px 0;
}
.text-muted-left {
    display: block;
    font-size: 11px;
    color: #1a1a1a;
    text-transform: uppercase;
}
.content-muted-right ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.content-muted-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-index.site-project-item .project-item-section, .site-index.site-project-item .text-content {
    scroll-margin-top: 80px;
}
.site-index.site-project-item h1 {
    text-align: left;
}
.site-index.site-project-item .project-item-section h2 {
    font: bold 26px Oswald, sans-serif;
    color: #1a1a1a;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.project-item-image img {
    display: block;
    width: 100%;
    height: auto;
}
.rpis-range {
    display: block;
    position: relative;
    height: 4px;
    background: #d8d8d8;
    width: 100%;
    margin: 0 0 1px 0;
    overflow: hidden;
}
.rpis-range-bg {
    display: block;
    position: absolute;
    background: #f25e3b;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
}
.rpis-range-status {
    font: bold 36px/1 Oswald, sans-serif;
    color: #1a1a1a;
}
.rpis-range-update {
    font-size: 16px;
    color: #9b9b9b;
    margin: 0;
    font-weight: 300;
}
.rpis-range-price-c {
    font: bold 20px/1 Oswald, sans-serif;
    color: #1a1a1a;
    margin: 10px 0 0 0;
}
.rpis-range-price {
    font-size: 16px;
    color: #9b9b9b;
    margin: 0 0 10px 0;
    font-weight: 300;
}
.rpis-range-status-c {
    font: bold 20px/1 Oswald, sans-serif;
    color: #1a1a1a;
}
.rpis-range-status-ct {
    font-size: 16px;
    color: #9b9b9b;
    margin: 0 0 20px 0;
    font-weight: 300;
}
a.project-item-but {
    display: flex;
    align-items: center;
    justify-content: center;
    font: 500 16px Oswald, sans-serif;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    height: 60px;
    background: #bd332d;
    position: relative;
    border-radius: 4px;
    transition: 0.3s;
}
a.project-item-but:hover {
    background: #005cc4;
}
a.project-item-but svg {
    margin-right: 13px;
}
.project-item-image {
    display: block;
    margin-bottom: 70px;
}

#project-item-nav ul {
    display: flex;
    list-style: none;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin: 0 0 40px 0;
}
#project-item-nav ul li {
    display: flex;
    cursor: pointer;
    margin: 0 15px 0 0;
    padding: 0;
    font: bold 13px/23px Oswald, sans-serif;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}
#project-item-nav ul li:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    background: #f25e3b;
}
#project-item-nav ul li:hover::before {
    width: 100%;
}
#project-item-nav ul li a {
    color: #1a1a1a;
    text-decoration: none;
}

.text-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    color: #1a1a1a;
}
.text-content h2 {
    font-size: 26px;
    font-weight: bold;
}
.text-content h3 {
    font-size: 20px;
    font-weight: bold;
}

.pitc-f1tl-box {
    width: 143px;
    height: 143px;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: rgba(207, 207, 207, 0.85);
    transform: rotateY(180deg);
}
.pitc-f1tl-box-inner {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    border-radius: 50%;
    background: #fff;
    transform: rotateY(-180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pitc-f1tl-box span {
    display: block;
    position: relative;
    font-size: 34px;
    font-weight: 300;
    color: #282828;
    z-index: 10;
    line-height: 1;
}
.pitc-f1tl-box span:last-child {
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
}
.pitc-f1-radius-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pitc-f1-radius {
    margin-right: 40px;
}
.pitc-f1-text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #282828;
    font-weight: 300;
}
.pitc-f1-text span {
    font-weight: 400;
}
.pitc-f1-text .pitc-f1tl2, .pitc-f1-text .pitc-f1tl3 {
    position: relative;
}
.pitc-f1-text .pitc-f1tl2:before, .pitc-f1-text .pitc-f1tl3:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: -20px;
    top: 50%;
    margin-top: -8px;
    background: rgba(207, 207, 207, 0.85);
}
.pitc-f1-text.pitc-f1-text-left .pitc-f1tl2:before {
    background: #f25e3b;
}
.pitc-f1-text.pitc-f1-text-right .pitc-f1tl2:before {
    background: #3bc7f2;
}
.pitc-finance {
    padding: 0 0 50px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}
.pitc-finance:last-child {
    border-bottom: 0 solid #e0e0e0;
    margin-bottom: 0;
}
.pitc-finance-2-title {
    display: flex;
    font: bold 20px Oswald, sans-serif;
    justify-content: space-between;
    text-transform: uppercase;
}
.pitc-finance-2-title2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 25px;
}
.pitc-f1-table-content table {
    width: 100%;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 300;
    line-height: 18px;
}
.pitc-f1-table-content table tbody tr:nth-child(2n -1) {
    background: #f5f7f8;
}
.pitc-f1-table-content table th, .pitc-f1-table-content table td {
    padding: 7px 20px;
    border-right: 1px solid #e5e5e5;
    white-space: nowrap;
}
.pitc-f1-table-content table th:last-child, .pitc-f1-table-content table td:last-child {
    border-right: 0 solid #e5e5e5;
    white-space: normal;
}
.pitc-f2-ajax table th:last-child, .pitc-f2-ajax table td:last-child {
    white-space: normal;
}
.pitc-f2-ajax table th:nth-child(2), .pitc-f2-ajax table td:nth-child(2) {
    white-space: normal;
}
.pitc-f1-table-content table th {
    font-style: italic;
    font-weight: 300;
}
.pitc-finance-3-title {
    margin-bottom: 25px;
}
.site-index.site-page-item h1 {
    text-align: left;
    text-transform: uppercase;
}
.text-content h1, .text-content h2, .text-content h3, .text-content h4 {
    font-family: Oswald, sans-serif;
}
.text-content h1 {
    margin-bottom: 30px !important;
    font-size: 30px !important;
    line-height: 24px !important;
    font-weight: bold !important;
    padding: 0 !important;
}
.text-content h2 {
    margin-bottom: 26px;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    padding: 0;
}
.text-content h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: 0;
}
.text-content h4 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    padding: 0;
}
.text-content p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
}
.text-content blockquote {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    padding: 0 0 0 90px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    background-image: url("../img/quote.svg");
    min-height: 103px;
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: left top;
}
.text-content ul {
    display: block;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    width: 100%;
}
.text-content ul ul {
    display: block;
    padding: 0;
    margin: 0;
}
.text-content ul li {
    display: block;
    padding: 0 0 0 28px;
    margin: 0 0 5px 0;
    width: 100%;
    position: relative;
}
.text-content ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #005cc4;
    top: 0;
    margin-top: 8px;
    left: 10px;
}
.text-content ol {
    display: block;
    padding: 0 0 0 28px;
    margin: 0 0 30px 0;
    width: 100%;
}
.text-content ol ol {
    display: block;
    padding: 0 0 0 28px;
    margin: 0;
}
.text-content ol li {
    padding: 0;
    margin: 0 0 5px 0;
    width: 100%;
    position: relative;
}
.site-index.site-page-item .text-content {
    position: relative;
}
.site-index.site-page-item .text-content:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 0;
    right: -14px;
    height: 80%;
    background: #e0e0e0;
}
.navbar-page.nav {
    display: block;
    font: bold 20px/1 Oswald, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #1a1a1a;
    text-transform: uppercase;
}
.navbar-page.nav a {
    display: inline-block;
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.navbar-page.nav a:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    background: #005cc4;
}
.navbar-page.nav a:hover::before, .navbar-page.nav a.act:before {
    width: 100%;
}
.navbar-page.nav a.act {
    color: #005cc4;
}

#home-content h2 {
    margin-bottom: 39px;
    text-align: center;
    font: bold 26px Oswald, sans-serif;
    text-transform: uppercase;
}
.home-link-more {
    margin-top: 0;
    display: flex;
    justify-content: center;
    font-family: Oswald, sans-serif;
}
.home-link-more a {
    background: #005cc4;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 17px 34px 17px 34px;
    display: inline-flex;
    line-height: 1;
    border-radius: 30px;
    align-items: center;
}
.home-link-more a svg {
    margin-left: 22px;
    position: relative;
    left: 0;
    transition: 0.3s;
}
.home-link-more a:hover svg {
    left: 10px;
}

.home-banner {
    position: relative;
    margin-bottom: 90px;
    font-family: Oswald, sans-serif;
}
.home-banner-img {
    display: block;
    height: auto;
    position: relative;
    left: calc(-50vw + 645px);
    width: 100vw;
    top: 0;
    z-index: 1;
    max-height: 1080px;
    overflow: hidden;
}
.home-banner-img img {
    display: block;
    width: 100%;
    height: auto;
}
.home-banner-timer {
    position: absolute;
    color: #fff;
    z-index: 2;
    left: 0;
    top: 8%;
}
.home-timer-title {
    font-size: 19px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.home-timer-text {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
}
.home-banner-block {
    position: absolute;
    color: #fff;
    z-index: 2;
    left: 0;
    bottom: 5%;
}
.home-banner-url {
    margin-top: 37px;
}
.home-banner-url a {
    background: #005cc4;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 17px 53px 17px 34px;
    display: inline-flex;
    line-height: 1;
    border-radius: 30px;
    align-items: center;
}
.home-banner-url a svg {
    margin-left: 45px;
    position: relative;
    left: 0;
    transition: 0.3s;
}
.home-banner-url a:hover svg {
    left: 10px;
}
.home-banner-text {
    margin-top: 32px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.home-banner-text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.home-banner-text li {
    padding: 0 0 0 37px;
    position: relative;
}
.home-banner-text li::before {
    content: '';
    background-image: url("../img/marker.svg");
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10.5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.home-banner-text strong, .home-banner-text b {
    font-weight: 400;
}
.home-banner-title {
    font-size: 89px;
    line-height: 86px;
    font-weight: 200;
    text-transform: uppercase;
    max-width: 670px;
}
.home-banner-title span {
    font-weight: 300;
}
.hpb-title {
    margin-bottom: 39px;
    text-align: center;
    font: bold 26px Oswald, sans-serif;
    text-transform: uppercase;
    color: #1a1a1a;
}
.home-project-block {
    margin-bottom: 100px;
}
.home-gradient-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 98px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 90px;
}
.home-gradient-block::before {
    content: '';
    display: block;
    background: linear-gradient(to right, #ffef00, #0079ff);
    position: absolute;
    height: 100%;
    left: calc(-50vw + 645px);
    width: 100vw;
    top: 0;
    z-index: -1;
}
.home-gradient-text {
    font: 300 25px Oswald, sans-serif;
    line-height: 33px;
    color: #1a1a1a;
}
.home-gradient-text span {
    display: block;
    width: 100%;
}
.home-gradient-text strong {
    display: block;
    width: 100%;
    font-weight: 400;
}
.home-gradient-url {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.home-gradient-url a {
    background: #ffda00;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 17px 53px 17px 34px;
    display: inline-flex;
    line-height: 1;
    border-radius: 30px;
    align-items: center;
}
.home-gradient-url a svg {
    margin-left: 45px;
    position: relative;
    left: 0;
    transition: 0.3s;
}
.home-gradient-url a:hover svg {
    left: 10px;
}
.home-grid-item {
    width: calc((100% / 12) - (55px / 12));
    height: auto;
    margin-bottom: 5px;
}
.home-grid-item img {
    display: block;
    width: 100%;
    height: auto;
}
.home-gallery-grid {
    margin-bottom: 100px;
}
.home-grid-title {
    font: bold 26px Oswald, sans-serif;
    margin-bottom: 39px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #1a1a1a;
}
.home-grid-item a.fancybox-gallery {
    cursor: pointer;
    display: block;
}
.home-partner-title {
    font-size: 30px;
    margin-bottom: 39px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #1a1a1a;
}
.col-partner {
    margin-bottom: 30px;
}
.home-partner-block {
    margin-bottom: 80px;
    font-family: Oswald, sans-serif;
}
.home-partner-image img {
    display: block;
    width: 100%;
    height: auto;
}
.home-partner-name {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 300;
    text-transform: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 160px;
}

/* Home news & news index */
#home-news-block .col {
    margin-bottom: 1.5em;
}
#news-index .news {
    margin-bottom: 1rem;
    border-bottom: var(--bs-border-color) 1px solid;
}
.news-image img {
    width: 100%;
}
.news-date {
    font-size: 12px;
    font-style: italic;
    color: #656969;
    margin-bottom: 1em;
}
.news-title {
    font: 20px Oswald, sans-serif;
    text-transform: uppercase;
}
.news-title a {
    color: #1a1a1a;
    text-decoration: none;
}
.news-title a:hover {
    text-decoration: underline;
}
.news-excerpt {
    margin-bottom: 1rem;
    font-weight: 300;
}

#news-index .news-image {
    text-align: center;
}
#news-index .news-image img {
    width: auto;
    max-width: 636px;
}

#news-image {
    margin-bottom: 1em;
}
#news-image img {
    width: 100%;
    max-width: 636px;
}

ul.my-pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
    align-items: center;
    justify-content: center;
}
ul.my-pagination span.span_type_a {
    display: flex;
    color: #000;
    font-size: 18px;
    padding: 2px 10px;
    text-decoration: none;
    font-weight: 300;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
ul.my-pagination li {
    display: block;
}
ul.my-pagination li.active span.span_type_a, ul.my-pagination li span.span_type_a:hover {
    color: #f25e3b;
}
ul.my-pagination span.span_type_a svg {
    display: block;
    margin: 0;
    padding: 0;
}
ul.my-pagination li.disabled:first-child, ul.my-pagination li.disabled:last-child {
    display: none;
}
.project-item-mini {
    display: none;
}
.project-grid-item {
    width: calc(25% - (30px / 4));
    height: auto;
    margin-bottom: 10px;
}
.project-grid-item img {
    display: block;
    width: 100%;
    height: auto;
}
.col-project-close .project-list-item {
    height: 100%;
}
@media (max-width: 1399px) {
    .home-banner-img, .home-gradient-block::before {
        left: calc(-50vw + 550px);
        width: calc(100vw + 20px);
    }
    .home-grid-item {
        width: calc((100% / 10) - (45px / 10));
    }
}
@media (max-width: 1199px) {
    .home-grid-item {
        width: calc((100% / 8) - (35px / 8));
    }
    #header {
        height: 100px;
    }
    #header.sticky {
        height: 70px;
    }
    main > .container {
        padding-top: 100px;
    }
    #header a.nav-link {
        font-size: 22px;
    }
    .home-banner-img, .home-gradient-block::before {
        left: calc(-50vw + 450px);
        width: calc(100vw + 60px);
    }
    .home-gradient-url a {
        padding: 17px 43px 17px 34px;
        white-space: nowrap;
    }
    .home-gradient-url a svg {
        margin-left: 20px;
    }
    .home-gradient-text {
        font-size: 18px;
        line-height: 28px;
    }
    .home-banner, .home-gradient-block, .home-project-block, .home-gallery-grid, .home-partner-block {
        margin-bottom: 50px;
    }
    .pitc-f1-text {
        white-space: nowrap;
    }
    .pitc-finance-1-content-left {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    #header-donate-project {
        font-size: 16px;
    }
    .home-grid-item {
        width: calc((100% / 6) - (25px / 6));
    }
    .home-banner-img, .home-gradient-block::before {
        left: calc(-50vw + 345px);
        width: calc(100vw + 30px);
    }
    .home-banner-title {
        font-size: 34px;
        line-height: 1.2;
    }
    .home-banner-text {
        font-size: 24px;
    }
    .home-banner-text li::before {
        top: 6px;
    }
    .home-timer-title {
        font-size: 16px;
        line-height: 20px;
    }
    .home-gradient-block {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 30px 15px;
    }
    .home-gradient-text {
        width: 100%;
        margin-bottom: 15px;
    }
    .project-item-right {
        display: none;
    }
    .project-item-mini {
        display: block;
    }
    .site-index h1 {
        padding-bottom: 40px;
    }
    .project-item-image {
        margin-bottom: 30px;
    }
}
@media not (min-width: 768px) {
    #header {
        height: 70px;
        background: #ebebeb;
    }
    #header.sticky {
        height: 50px;
    }
    main > .container {
        padding-top: 70px;
    }

    #header .navbar-brand {
        margin-left: 0.75rem;
    }
    #header .navbar-brand img {
        width: 81px;
    }
    #nav-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 9;
        background-color: #fff;
        left: 0;
        border-top: 1px solid rgba(0,0,0,0.3);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    }
    #nav-collapse > ul {
        max-width: 540px;
        padding: 0;
        margin: 0 auto;
    }
    #nav-collapse a.nav-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        text-align: center;
        font-size: 20px;
    }
    #nav-collapse .lang-dropdown .dropdown-toggle {
        display: none;
    }
    #nav-collapse .lang-dropdown .dropdown-menu {
        display: block;
        position: static;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border: none;
        background: none;
        text-align: center;
    }
    #nav-collapse .lang-dropdown .dropdown-item {
        display: inline-block;
        overflow: hidden;
        width: 42px;
        height: 42px;
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        padding: 4px;
    }
    #nav-collapse .lang-dropdown .dropdown-item::before {
        width: 34px;
        height: 34px;
    }
    #header-donate-project {
        flex-basis: min-content;
        flex-grow: 1;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 14px;
    }

    .home-grid-item {
        width: calc((100% / 4) - (15px / 4));
    }
    .home-banner-img, .home-gradient-block::before {
        left: calc(-50vw + 240px);
        width: calc(100vw + 30px);
    }
    .home-timer-text {
        font-size: 30px;
    }
    .home-banner-title {
        font-size: 28px;
        line-height: 1.2;
    }
    .home-banner-text {
        font-size: 18px;
        margin-top: 15px;
    }
    .home-banner-text li::before {
        top: 1.5px;
    }
    .container-footer-top .text-muted > div {
        margin-bottom: 15px;
    }
    .footer-nav-widget {
        margin-bottom: 15px;
    }
    .container-footer-top .text-muted > div .col-md-6:last-child .footer-nav-widget {
        margin-bottom: 15px;
    }
    .text-muted-left {
        max-width: none;
        margin-bottom: 15px;
    }
    .text-muted-left.text-center {
        text-align: left !important;
    }
    .content-muted-right {
        justify-content: flex-start;
    }
    .content-muted-right ul li {
        margin: 0 11px 0 0;
    }
}
@media not (min-width: 576px) {
    #nav-collapse > ul {
        max-width: none;
    }
    .home-grid-item {
        width: calc((100% / 2) - (5px / 2));
    }
    .home-banner-img, .home-gradient-block::before {
        left: -15px;
        width: calc(100% + 30px);
    }
    .home-banner-img {
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-banner-img img {
        height: 400px;
        width: auto;
    }
    .home-banner-timer {
        position: absolute;
        left: 50%;
        width: 9em; /* approximate width of timer text content, set to prevent jumping when seconds change */
        transform: translateX(-50%);
    }
    .home-banner-title {
        text-align: center;
    }
    .home-banner-url {
        text-align: center;
    }

    .col-project {
        margin-bottom: 45px;
    }
    .project-list-item {
        border: none;
    }
    .col-project:hover .project-list-item, .project-list-item:hover {
        box-shadow: none;
    }
    .project-list-image {
        margin: 0 -0.75rem;
    }
    a.project-list-link {
        font-size: 27px;
        font-weight: 200;
    }
    .project-list-price {
        font-size: 24px;
    }
    a.project-but {
        opacity: 1;
        background: #005cc4;
        color: white;
    }

    .pitc-f1-ajax table th:nth-child(1), .pitc-f1-ajax table th:nth-child(2), .pitc-f1-ajax table td:nth-child(1), .pitc-f1-ajax table td:nth-child(2) {
        display: none;
    }
    .pitc-f2-ajax table th:nth-child(1), .pitc-f2-ajax table th:nth-child(5), .pitc-f2-ajax table td:nth-child(1), .pitc-f2-ajax table td:nth-child(5) {
        display: none;
    }
}