* {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.header > .navbar {
    background-color: #0F1C2C;
    padding: 15px 0;
}

.header-help-btn {
    background-color: #1268FB;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: 800;
    transition: all .3s;
    font-size: 24px;
}

.header-help-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.lang-switch-block {
    display: inline-block;
    margin-right: 15px;
}

.lang-switch-block > a {
    color: #ffffff;
    text-decoration: none;
}

.lang-switch-block > a:hover {
    text-decoration: underline;
}

.lang-switch-block > .dropdown-menu {
    border-radius: 0;
    min-width: 5rem;
    text-align: center;
}

.dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
}

.navbar-brand {
    margin-left: 15px;
}

.navbar-brand img {
    height: 55px;
    transition: all .3s;
}

.navbar-brand img:hover {
    transform: translateY(-2px);
}

.header .navbar-light .navbar-toggler span {
    /*color: #ffffff;*/
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255, 255, 255);
    border-radius: 0;
    padding: 0.5rem 0.75rem;
}

.offcanvas {
    background-color: #0F1C2C;
}

.offcanvas-body {
    padding: 0;
}

.offcanvas-start {
    /*top: 96px;*/
}

.offcanvas-title {
    color: #ffffff;
}

.header-menu {
    padding: 15px;
}

.header-menu > li {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.header-menu > li:last-child {
    border-bottom: 0;
}

.header-menu > li a {
    color: #ffffff!important;
    font-size: 18px;
    text-transform: uppercase;
}

.header-menu > li a:hover {
    text-decoration: underline;
}

.header-menu-lang-switch {

}

.header-menu-lang-switch a {
    color: #ffffff;
    text-decoration: none;
}

.header-menu-lang-switch svg {
    height: 24px;
    width: 24px;
    fill: #fff;
    margin-right: 5px;
    vertical-align: sub;
}

.header-menu-links {
    background-color: #4F6988;
    list-style: none;
    padding: 30px 15px;
}

.header-menu-links li {
    margin-bottom: 30px;
    transition: all .3s;
}

.header-menu-links li:last-child {
    margin-bottom: 0;
}

.header-menu-links li a {
    color: #ffffff!important;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.header-menu-links li:hover {
    transform: translateY(-3px);
}

.header-menu-links li a svg {
    transition: all .3s;
}

.header-menu-links li a:hover svg {
    transform: translateX(3px) rotate(45deg);
}

.main-slide {
    background: url('/img/main-bg.jpg') no-repeat bottom right;
    background-size: cover;
    height: 100vh;
}

.main-slide-overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(21, 35, 52, .6);
}

.main-slide .container {
    padding-top: 20vh;
    height: 100%;
    position: relative;
}

.main-slide h1 {
    color: #ffffff;
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 5vh;
}

.main-slide p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
}

.main-slide p strong {
    font-weight: 700;
}

.main-slide-logo {
    position: relative;
}

.main-slide-logo > img {
    position: absolute;
    top: -8vh;
    right: 0;
    width: 230px;
}

.main-slide-share {
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    text-decoration: none;
    transition: all .3s;
    position: absolute;
    bottom: 100px;
    left: 15px;
}

.main-slide-share strong {
    font-weight: 700;
}

.main-slide-share:hover {
    color: #ffffff;
    /*transform: translateY(-2px);*/
}

.main-slide-share svg {
    transition: all .3s;
}

.main-slide-share:hover svg {
    transform: translateX(3px) rotate(45deg);
}

.main-slide-our-history {
    border: 2px solid #FFDB1C;
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 15px;
    transition: all .3s;
    position: absolute;
    bottom: 100px;
    right: 15px;
}

.main-slide-our-history:hover {
    background-color: #ffdb1c;
    color: #1b1b1b;
    transform: translateY(-3px);
}

.main-slide-social-block {
    position: absolute;
    bottom: 180px;
    right: 13px;
}

.main-stat {
    background-color: #f6d915;
    padding-bottom: 150px;
    padding-top: 150px;
    position: relative;
}

.divider-logo {
    position: absolute;
    bottom: -100px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.divider-logo img {
    width: 200px;
}

.main-stat .container > .row > div:first-child {

}

.main-stat .container > .row > div:first-child h2 {
    font-size: 32px;
    font-weight: 500;
}


.main-stat .container > .row > div:first-child span {
    display: block;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 75px; /* 100 */
}

.report-stat {
    margin-bottom: 75px;
}

.report-stat h2 {
    font-size: 32px;
    font-weight: 500;
}

.report-stat span {
    display: block;
    font-size: 38px;
    font-weight: 600;
    /*margin-bottom: 75px; /* 100 */
}

.review-report-btn {
    background-color: #0F1C2C;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s;
}

.review-report-btn:hover, .review-donate-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}
/* !!!! */
.review-donate-btn {
    background-color: #1268FB;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 65px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s;
    font-size: 24px;
    font-weight: 800;
    animation-name: donate-animation;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.review-report-btn svg, .review-donate-btn svg {
    transition: all .3s;
}

.review-report-btn:hover svg, .review-donate-btn:hover svg {
    transform: translateX(3px);
}

.main-stat-payments {
    background-color: #ffffff;
    padding: 30px;
}

.main-stat-payments > .row {
    padding: 15px;
}

.main-stat-payments > .row > div > span {
    display: block;
    text-align: center;
}

.main-heroes {
    background-color: #ffffff;
    padding-bottom: 150px;
    padding-top: 150px;
    position: relative;
}

.main-heroes h2 {
    color: #1b1b1b;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
}

.social-header-block ul li {
    padding: 0 3px!important;
}

.main-heroes-gallery {
    margin-bottom: 50px;
}

.main-hero {
    transition: all .3s;
}

.main-hero:hover {
    transform: translateY(-3px);
}

.main-hero .main-hero-block-link {
    text-decoration: none;
}

.main-hero .main-hero-block-link img {
    margin-bottom: 10px;
}

.main-hero-name {
    font-weight: 700;
}

.main-hero .main-hero-block-link span {
    color: #1b1b1b;
    display: block;
}

.main-hero .main-hero-block-link span svg {
    transition: all .3s;
}

.main-hero .main-hero-block-link:hover svg {
    transform: translateX(3px) rotate(45deg);
}

.main-heroes-gallery-arrows {
    position: relative;
}

.main-heroes-gallery-arrows > div {
    position: absolute;
    right: 0;
    bottom: 30px;
    text-align: right;
}

.main-heroes-btn-all {
    margin-bottom: 30px;
    text-align: right;
}

.main-heroes-btn-all a {
    color: #1b1b1b;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
}

.main-heroes-btn-all a:hover {
    transform: translateY(-3px);
}

.main-heroes-btn-all a svg {
    fill: #1b1b1b;
    transition: all .3s;
}

.main-heroes-btn-all a:hover svg {
    transform: translateX(3px) rotate(45deg);
}

/* Main Projects */
.main-project {
    transition: all .3s;
}

.main-project:hover {
    transform: translateY(-3px);
}

.main-project a {
    text-decoration: none;
}

.main-project a img {
    margin-bottom: 10px;
}

.main-project a span {
    color: #ffffff;
    display: block;
}

.main-project a span svg {
    transition: all .3s;
}

.main-project a:hover svg {
    transform: translateX(3px) rotate(45deg);
}

/* Clinics */
.main-clinics {
    background-color: #1268FB;
    position: relative;
}

.half-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
}

.main-clinics-block {
    padding-bottom: 100px;
    padding-top: 100px;
}

.main-clinics-block h2 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
}

.main-clinic {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.main-clinic:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-clinic h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
}

.main-clinic h3 a {
    color: #ffffff;
    text-decoration: none;
}

.main-clinic h3 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.main-clinic span {
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 20px;
}

.main-clinic p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}


.half-fluid .left-half,
.half-fluid .right-half {
    left: 50%;
    margin-left: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    padding: 0;
}

.half-fluid .main-clinics-image {
    background-image: url('/img/main-clinics-bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
}

.clinic-block div {
    background-color: #1268FB;
    color: #ffffff;
    padding: 30px;
}

.clinic-block h3 a {
    color: #ffffff;
}

/* Rehabilitation */
.main-rehabilitations {
  background-color: #1268FB;
  position: relative;
}

.main-rehabilitation-block {
    padding-bottom: 100px;
    padding-top: 100px;
}

.main-rehabilitation-block h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.main-rehabilitation {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.main-rehabilitation:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-rehabilitation h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
}

.main-rehabilitation h3 a, .main-rehabilitation p a {
    color: #ffffff;
    text-decoration: none;
}

.main-rehabilitation h3 a:hover, .main-rehabilitation p a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.main-rehabilitation span {
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 20px;
}

.main-rehabilitation p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
}

.main-rehabilitation p:last-child {
    margin-bottom: 0;
}

.half-fluid .main-rehabilitation-image {
    background-image: url('/img/main-rehabilitation-bg2.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
}

.rehabilitation-block div {
    background-color: #1268FB;
    color: #ffffff;
    padding: 30px;
}

.rehabilitation-block h3 a {
    color: #ffffff;
}

/* Education */
.main-educations {
    background-color: #f6d915;
    position: relative;
}

.main-education-block {
    padding-bottom: 100px;
    padding-top: 100px;
}

.main-education-block h2 {
    color: #1b1b1b;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
}

.main-education {
    border-bottom: 1px solid #1b1b1b;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.main-education:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-education h3 {
    color: #1b1b1b;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
}

.main-education h3 a, .main-education p a {
    color: #1b1b1b;
    text-decoration: none;
}

.main-education h3 a:hover, .main-education p a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.main-education span {
    color: #1b1b1b;
    display: inline-block;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 20px;
}

.main-education p {
    color: #1b1b1b;
    font-size: 16px;
    margin-bottom: 15px;
}

.main-education p:last-child {
    margin-bottom: 0;
}

.half-fluid .main-education-image {
    background-image: url('/img/main-education-bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
}

.education-block div {
    background-color: #f6d915;
    color: #1b1b1b;
    padding: 30px;
}

.education-block h3 a {
    color: #ffffff;
}

/* Ambassadors */
.main-ambassadors {
    background-color: #0F1C2C;
    padding-bottom: 150px;
    padding-top: 150px;
}

.main-ambassadors h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.main-ambassador {
    margin-bottom: 30px;
    transition: all .3s;
}

.main-ambassador:hover {
    /*transform: translateY(-3px);*/
}

.main-ambassador a {
    text-decoration: none;
}

.main-ambassador img {
    margin-bottom: 10px;
}

.main-ambassador span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
}

.main-ambassador-social {
    margin-bottom: 10px;
}

.main-ambassador-social img {
    width: 36px;
    margin-right: 6px;
    transition: all .3s;
}

.main-ambassador-social img:hover {
    transform: translateY(-3px);
}

.main-ambassador p {
    color: #ffffff;
}

.main-ambassador svg {
    height: 16px;
    padding-bottom: 2px;
}

.ambassador-block {
    margin-bottom: 30px;
    transition: all .3s;
}

.ambassador-block:hover {
    /*transform: translateY(-3px);*/
}

.ambassador-block a {
    text-decoration: none;
}

.ambassador-block img {
    margin-bottom: 10px;
}

.ambassador-block span {
    color: #0F1C2C;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
}

.ambassador-block p {
    color: #0F1C2C;
}

.ambassador-block svg {
    height: 16px;
    padding-bottom: 2px;
}

.main-ambassadors-btn-all {
    margin-top: 30px;
    text-align: right;
}

.main-ambassadors-btn-all a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
}

.main-ambassadors-btn-all a:hover {
    transform: translateY(-3px);
}

.main-ambassadors-btn-all a svg {
    transition: all .3s;
}

.main-ambassadors-btn-all a:hover svg {
    transform: translateX(3px) rotate(45deg);
}

.ambassador-blocks-gallery-arrows {
    position: relative;
}

.main-ambassadors-gallery-arrows > div {
    color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 60px;
    text-align: right;
}

.main-partners {
    padding-bottom: 150px;
    padding-top: 150px;
    position: relative;
}

.main-partners h2 {
    color: #1b1b1b;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
}

.main-partner {
    padding: 30px;
}

.main-partner img {
    transition: all .3s;
    width: 100%;
}

.main-partner img:hover {
    transform: translateY(-3px);
}

.main-partners-text {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-articles {
    background-color: #f6d915;
    padding-bottom: 150px;
    padding-top: 150px;
}

.main-articles h2 {
    color: #1b1b1b;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
}

.main-article {
    transition: all .3s;
}

.main-article:hover {
    transform: translateY(-3px);
}

.main-article a {
    text-decoration: none;
}

.main-article img {
    margin-bottom: 10px;
}

.main-article span {
    color: #1b1b1b;
    font-size: 18px;
}

.main-drawings {
    padding-bottom: 150px;
    padding-top: 150px;
    position: relative;
}

.main-drawings h2 {
    color: #1b1b1b;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
}

.main-drawing a {
    color: #1b1b1b;
    display: block;
    text-decoration: none;
    transition: all .3s;
}

.main-drawing img {
    margin-bottom: 10px;
    width: 100%;
}

.main-drawing a:hover {
    transform: translateY(-3px);
}

.footer {
    background-color: #0F1C2C;
    padding-bottom: 75px;
    padding-top: 75px;
}

.footer-copy-block {
    position: relative;
}

.footer-copy-block img {
    height: 45px;
    transition: all .3s;
}

.footer-copy-block img:hover {
    transform: translateY(-3px);
}

.footer-copy {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.footer-menu {
    list-style: none;
    margin-bottom: 0;
}

.footer-menu li {
    margin-bottom: 13px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.footer-menu li a:hover {
    text-decoration: underline;
}

.footer-right {
    text-align: right;
}

.footer-right span {
    color: #ffffff;
    display: block;
}

.footer-mailto {
    color: #f6d915;
    font-size: 22px;
    font-weight: 300;
    text-decoration: none;
}

.footer-mailto:hover {
    color: #f6d915;
    text-decoration: underline;
}

.footer-right ul {
    list-style: none;
    margin-bottom: 61px;
    margin-top: 61px;
}

.footer-right ul li {
    display: inline-block;
    margin-left: 6px;
}

.footer-right ul li img {
    transition: all .3s;
}

.footer-right ul li img:hover {
    transform: translateY(-3px);
}

.footer-social img {
    height: 36px;
}

.footer-share {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    transition: all .3s;
}

.footer-share:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.footer-share svg {
    transition: all .3s;
}

.footer-share:hover svg {
    transform: translateX(3px) rotate(45deg);
}

.content-area {
    margin-top: 150px;
    min-height: 350px;
}

.content-area-block {
    margin-top: 30px;
    margin-bottom: 50px;
}

.content-area-block h1 {
    margin-bottom: 30px;
}

.modal-content {
    border-radius: 0;
}

.article-block {
    transition: all .3s;
}

.article-block:hover {
    transform: translateY(-3px);
}

.article-block a {
    text-decoration: none;
}

.article-block span {
    color: #1b1b1b;
    display: block;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.article-block span svg {
    margin-left: 5px;
    transition: all .3s;
}

.article-block:hover svg {
    transform: translateX(3px) rotate(45deg);
}

.article-one-block a {
    text-decoration: none;
}

.article-one-block p {
    text-align: justify;
}

.article-one-block img {
    max-width: 100%;
}

.article-one-block p iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.all-images-centered img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.blog-images {
    text-align: center!important;
}

.blog-img {
    border: 1px solid #dbdbdb;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
    transition: all .3s;
}

.blog-img:hover {
    transform: translateY(-3px);
}

/* Payment */
.nav-tabs {
    /*border-bottom: 1px solid #0f1c2c;*/
    border-bottom: 0;
}

.nav-tabs .btn-primary-yellow {
    border: 2px solid #FFDB1C;
    font-weight: 400;
    margin-bottom: 20px;
}

.nav-tabs .btn-bordered-yellow {
    background-color: white;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.nav-tabs .btn-bordered-yellow.active {
    color: #0F1C2C;
    background-color: #f6d915;
}

.nav-tabs .review-report-btn {
    border: 2px solid #1b1b1b;
    font-size: 16px;
    font-weight: 400;
    text-transform: none!important;
    margin-bottom: 20px;
}

.nav-tabs .nav-link {
    color: #1b1b1b;
    text-transform: uppercase;
    transition: none;
    border: 3px solid transparent;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.nav-tabs .nav-link.active {
    border: 3px solid transparent;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #f6d915;
    margin-bottom: -2px;
    border-radius: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 3px solid transparent;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #f6d915;
    border-radius: 0;
}

.donate-block h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.form-payment-card-block {
    margin: 50px auto 150px auto;
    max-width: 450px;
}

.form-payment-card-block h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.form-payment-card-block p {
    margin: 50px 0 30px 0;
    text-align: center;
}

.form-payment-card-block input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #1b1b1b;
    outline: 0;
    padding: 10px;
    width: 75%;
}

.form-payment-card-block .dropdown {
    border-bottom: 1px solid #1b1b1b;
    float: right;
    text-align: center;
    padding: 10px;
    width: 15%;
    position: relative;
}

.form-payment-card-block .dropdown-menu {
    border-radius: 0;
    min-width: 5rem;
}

.form-payment-sum {
    margin-top: 30px;
    text-align: center;
}

.form-payment-sum div > span {
    border: 1px solid #0F1C2C;
    font-weight: 500;
    display: inline-block;
    color: #1b1b1b;
    padding: 7px 15px;
    margin-right: 30px;
    text-align: center;
    transition: all .3s;
}

.form-payment-sum div > span:hover {
    background-color: #f6d915;
    cursor: pointer;
}

.form-payment-sum div > span:last-child {
    margin-right: 0;
}

.form-payment-currency-btn:hover {
    cursor: pointer;
}

#payment-dropdown {
    color: #1b1b1b;
    text-decoration: none;
}

.form-payment-card-info {
    background-color: #F9F9F9;
    padding: 30px 30px 60px 30px;
    margin-top: 30px;
}

.form-payment-card-info input {
    margin-bottom: 30px;
    width: 100%;
}

.form-payment-card-send {
    color: #0F1C2C;
    border: 0;
    background-color: #f6d915;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    margin-top: 30px;
    padding: 10px 20px;
    transition: all .3s;
    width: 100%;
}

.form-payment-card-send:hover {
    color: #0F1C2C;
    transform: translateY(-3px);
}

.donate-from-ukraine {
    margin: 50px auto 150px auto;
}

.donate-from-ukraine p {
    background-color: #F9F9F9;
    padding: 15px 30px;
}

/* FAQ */
.accordion {
    margin-bottom: 150px;
}

.accordion-item {
    border: 0;
    margin-bottom: 30px;
}

.accordion-button {
    border: 2px solid #f6d915;
}

.accordion-button:not(.collapsed) {
    background-color: #f6d915;
    color: #1b1b1b;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border: 2px solid #f6d915;
    outline: 0;
    box-shadow: none;
}

.accordion-body {
    background-color: #f9f9f9;
    text-align: justify;
}

.accordion-body p img {
    max-width: 100%;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

/* Documents */
.document-block {
    transition: all .3s;
}

.document-block:hover {
    transform: translateY(-3px);
}

.document-block div {
    background-color: #0F1C2C;
    border: 1px solid #0F1C2C;
    color: #ffffff;
    transition: all .3s;
}

.document-block div:hover {
    background-color: #f6d915;
    border: 1px solid #f6d915;
    color: #1b1b1b;
}

.document-block a {
    text-decoration: none;
}

.document-block span {
    color: #ffffff;
    display: block;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.document-block div:hover span {
    color: #1b1b1b;
}

.main-articles-btn-all {
    margin-top: 30px;
    text-align: right;
}

.main-articles-btn-all a {
    color: #1b1b1b;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
}

.main-articles-btn-all a:hover {
    transform: translateY(-3px);
}

.main-articles-btn-all a svg {
    transition: all .3s;
}

.main-articles-btn-all a:hover svg {
    transform: translateX(3px) rotate(45deg);
}

.payment-message-block {
    border: 1px solid #0f1c2c;
}

.payment-message-block > img {
    margin-bottom: 30px;
    width: 64px;
}

/* Get help */
.get-help-block {
    background-color: #f0f0f0;
    padding: 30px;
}

.get-help-block h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.get-help-block label {
    display: block;
    margin-bottom: 5px;
}

.get-help-block input, .get-help-block textarea {
    display: block;
    margin-bottom: 30px;
    border: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
}

#get-help-send {
    color: #0F1C2C;
    background-color: #f6d915;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all .3s;
    width: 100%;
}

#get-help-send:hover {
    color: #0F1C2C;
    cursor: pointer;
    transform: translateY(-3px);
}

.btn-primary-yellow {
    color: #0F1C2C;
    background-color: #f6d915;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all .3s;
}

.btn-primary-yellow:hover {
    color: #0F1C2C;
    transform: translateY(-3px);
}

.btn-primary-yellow > svg {
    margin-left: 5px;
    transition: all .3s;
}

.btn-primary-yellow:hover > svg {
    transform: translateX(3px);
}

.btn-bordered-yellow {
    border: 2px solid #FFDB1C;
    color: #0F1C2C;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    transition: all .3s;
}

.btn-bordered-yellow:hover {
    color: #0F1C2C;
    background-color: #f6d915;
}

.btn-bordered-yellow > svg {
    margin-left: 5px;
    transition: all .3s;
}

.btn-bordered-yellow:hover > svg {
    transform: translateX(3px);
}

.bg-yellow {
    color: #0F1C2C;
    background-color: #f6d915;
}

.bg-blue {
    color: #ffffff;
    background-color: #1268FB;
}

.breadcrumb {
    text-transform: uppercase;
}

.breadcrumb a {
    color: #0F1C2C;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.dump {
    background-color: #0402ac;
    color: #54fefc;
    font-size: 14px;
    position: absolute;
    width: 100%;
    z-index: 1050;
}

.none {
    display: none;
}

.datatable th {
    text-align: center!important;
}

.dataTables_wrapper .dataTables_length select {
    border-radius: 0;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 0;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info {
    text-align: left;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}

.page-link:focus {
    background-color: #ffffff;
    box-shadow: none!important;
    z-index: 1;
}

@media (max-width: 320px) {
    .header-top {
        margin-bottom: 10px;
    }

    .navbar-brand {
        margin-left: 4px!important;
        margin-right: 0;
    }

    .navbar-brand img {
        height: 36px!important;
    }

    .header-donate-block {
        text-align: center;
        width: 100%;
    }

    .header-help-btn {
        font-size: 16px!important;
        padding: 9px 20px!important;
    }

    .main-slide h1 {
        font-size: 28px;
    }

    .main-slide p {
        font-size: 16px;
    }

    .datatable th, .datatable td {
        font-size: 12px!important;
    }

    .footer-right ul li {
        margin: 0 4px;
    }

    .nav-tabs .btn-primary-yellow, .nav-tabs .btn-bordered-yellow, .nav-tabs .review-report-btn {
        width: 100%;
    }
}

@media (min-width: 350px) and (max-width: 394px) {
    .navbar-brand img {
        height: 42px!important;
    }
}

@media (min-width: 395px) and (max-width: 575px) {
    .xs-switch-lang {
        display: inline-block!important;
    }

    .nav-tabs .btn-primary-yellow, .nav-tabs .btn-bordered-yellow, .nav-tabs .review-report-btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .form-payment-card-block, .donate-from-ukraine {
        margin: 20px auto 50px auto;
    }

    .form-payment-card-send {
        margin-top: 0;
    }

    .nav-tabs .btn-primary-yellow, .nav-tabs .review-report-btn, .nav-tabs .btn-bordered-yellow {
        margin-bottom: 15px!important;
    }

    .navbar-toggler-icon {
        height: 2.5rem;
        width: 2.5rem;
    }

    .header-top {
        margin-bottom: 15px;
    }

    .navbar-brand {
        margin-left: 5px;
        margin-right: 0;
    }

    .navbar-brand img {
        height: 36px;
    }

    .custom-toggler {
        border: 0!important;
        padding: 0!important;
    }

    .header-donate-block {
        text-align: center;
        width: 100%;
    }

    .header-help-btn {
        font-size: 22px!important;
        font-weight: 900;
        padding: 8px 40px!important;
        width: 100%;
    }

    .main-slide {
        background: url('/img/main-bg-xs.jpg') no-repeat center bottom;
        height: auto;
    }

    .main-slide .container {
        padding-top: 150px;
    }

    .main-slide h1 {
        color: #ffffff;
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .main-slide-logo {
        text-align: center;
    }

    .main-slide-logo > img {
        position: relative;
        top: auto;
        left: auto;
        width: 50%;
    }

    .main-slide p {
        font-size: 18px;
    }

    .main-slide-share, .main-slide-our-history, .main-slide-social-block {
        font-size: 20px;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0 auto;
    }

    .main-slide-social-block {
        padding-bottom: 15px;
    }

    .main-stat, .main-heroes, .main-clinics-block, .main-ambassadors, .main-partners, .main-articles, .main-drawings, .footer, .main-rehabilitation-block, .main-education-block {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .main-heroes h2, .main-clinics-block h2, .main-ambassadors h2, .main-partners h2, .main-articles h2, .main-drawings h2, .main-rehabilitations h2, .main-educations h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .main-stat .container > .row > div:first-child {
        text-align: center;
    }

    .main-stat h2 {
        font-size: 30px!important;
    }

    .main-stat-payments {
        padding: 10px;
    }

    .main-stat .container > .row > div:first-child span {
        display: block;
        font-size: 32px;
        margin-bottom: 50px;
    }

    .review-report-btn {
        font-size: 14px;
        /*margin-bottom: 50px;*/
    }

    /*.review-donate-btn {
        width: 100%;
    }*/

    .main-heroes-gallery {
        margin-bottom: 30px;
    }

    .main-heroes-get-help-block {
        text-align: center;
    }

    .main-heroes-get-help-block a {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .main-hero, .main-ambassador, .main-article {
        margin-bottom: 30px;
    }

    .main-hero:last-child, .main-ambassador:last-child, .main-article:last-child {
        margin-bottom: 0;
    }

    .main-article span {
        font-size: 16px;
    }

    .footer-copy-block {
        text-align: center;
    }

    .footer-right {
        margin-top: 30px;
        text-align: center;
    }

    .footer-right span {
        font-size: 12px;
    }

    .footer-right ul {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0;
    }

    .footer-right ul li {
        /*margin: 0 15px;*/
    }

    .footer-share {
        margin-bottom: 30px;
    }

    .donate-block h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .form-payment-card-block h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .form-payment-sum div > span {
        font-size: 14px;
        padding: 7px 10px;
        margin-right: 20px;
    }

    .form-payment-card-block input {
        width: 70%;
    }

    .form-payment-card-block .dropdown {
        width: 20%;
    }

    .donate-from-ukraine p {
        padding: 10px 15px;
    }

    .blog-img {
        margin-left: 0;
        margin-right: 0;
    }

    .breadcrumb-block {
        display: none;
    }

    .datatable th, .datatable td {
        font-size: 14px!important;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info {
        margin-bottom: 15px;
    }

    .footer-menu {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .nav-tabs li {
        display: block;
        width: 100%;
    }

    .nav-tabs .btn-primary-yellow, .nav-tabs .btn-bordered-yellow, .nav-tabs .review-report-btn {
        width: 100%;
    }
}

/*
@media  (min-width: 321px) and (max-width: 575px) {
    .navbar-brand {
        margin-left: 5px;
    }

    .navbar-brand img {
        height: 22px;
    }

    .custom-toggler {
        border: 0!important;
        padding: 0!important;
    }

    .header-help-btn {
        font-size: 12px;
        padding: 5px 7px;
    }

    .main-slide {
        background: url('/img/main-bg-xs.jpg') no-repeat center bottom;
    }

    .main-slide h1 {
        color: #ffffff;
        font-size: 44px;
        font-weight: 800;
        margin-bottom: 5vh;
    }
}*/

@media  (min-width: 576px) and (max-width: 767px) {
    .header-help-btn {
        padding: 10px 20px!important;
    }

    .navbar-brand img {
        height: 30px;
    }

    .main-slide-social-block {
        display: none;
    }

    .datatable th, .datatable td {
        font-size: 14px!important;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info {
        margin-bottom: 15px;
    }

    .nav-tabs li {
        display: block;
        max-width: 250px;
        padding: 0 10px;
    }

    .nav-tabs .btn-primary-yellow, .nav-tabs .btn-bordered-yellow, .nav-tabs .review-report-btn {
        width: 100%;
    }

    .nav-tabs .btn-bordered-yellow {
        padding: 10px 6px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .navbar-brand img {
        height: 34px;
    }

    .main-slide {
        height: auto;
    }

    .main-slide .container {
        padding-top: 120px;
    }

    .main-slide h1 {
        color: #ffffff;
        font-size: 44px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .main-slide-logo {
        text-align: center;
    }

    .main-slide-logo > img {
        position: relative;
        top: auto;
        left: auto;
        width: 180px;
    }

    .main-slide-share, .main-slide-our-history {
        font-size: 20px;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 30px auto;
    }

    .main-slide-our-history {
        float: right;
    }

    .main-stat, .main-heroes {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .main-ambassadors, .main-articles {
        padding-bottom: 50px;
    }

    .main-clinics-block, .main-partners {
        padding-top: 50px;
    }

    .main-ambassadors, .main-articles {
        padding-top: 120px;
    }

    .main-heroes h2, .main-clinics-block h2, .main-ambassadors h2, .main-partners h2, .main-articles h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .main-stat h2 {
        font-size: 30px!important;
    }

    .main-stat-payments {
        padding: 10px;
    }

    .main-stat .container > .row > div:first-child span {
        display: block;
        font-size: 32px;
        margin-bottom: 50px;
    }

    .review-report-btn {
        font-size: 14px;
        /*margin-bottom: 50px;*/
    }

    .main-article {
        margin-bottom: 50px;
    }

    .main-article:last-child {
        margin-bottom: 0;
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .footer-copy-block {
        text-align: center;
    }

    .footer-right {
        margin-top: 50px;
        text-align: center;
    }

    .footer-right span {
        font-size: 12px;
    }

    .footer-right ul {
        padding: 0;
    }

    .footer-right ul li {
        margin: 0 15px;
    }

    .footer-share {
        margin-bottom: 30px;
    }

    .footer-menu {
        margin-top: 50px;
        text-align: center;
        padding-left: 0;
    }

    .footer-copy {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-slide-social-block {
        bottom: 85px;
        right: 8px;
    }

    .main-slide-social-block ul li {
        padding: 0 1px!important;
    }

    .footer-menu {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .half-fluid .left-half {
        padding-left: 0 !important;
        position: absolute;
        left: 0;
        right: 50%;
        margin-left: auto;
        width: auto;
    }
    .half-fluid .right-half {
        padding-right: 0 !important;
        position: absolute;
        right: 0;
        left: 50%;
        margin-left: auto;
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-social ul {
        padding-left: 0;
    }

    .footer-right ul li {
        margin-left: 2px;
    }

    .footer-social img {
        height: 30px;
    }

    .payment-icons img {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .footer-right ul li {
        margin-left: 2px;
    }

    .footer-social img {
        height: 32px;
    }
}

@media (min-width: 991px) and (max-height: 767px) {
    .main-slide .container {
        padding-top: 15vh;
    }

    .main-slide-logo > img {
        top: 0;
    }

    .main-slide-share, .main-slide-our-history {
        bottom: 50px;
    }
}

@media (min-width: 991px) and (max-height: 600px) {
    .main-slide .container {
        padding-top: 100px;
    }

    .main-slide h1 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .main-slide-share, .main-slide-our-history {
        bottom: 30px;
    }
}

@media (min-width: 1366px) and (min-height: 767px) {
    .content-area {
        min-height: 600px;
        margin-bottom: 50px;
    }
}

.red {
    color: red!important;
    font-weight: 700!important;
}

.green {
    color: green!important;
    font-weight: 700!important;
}

#to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1268FB;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    transition: all .3s;
}

#to-top-btn:hover {
    transform: translateY(-3px);
}

@keyframes donate-animation {
    0%   {background-color:#f6d915; color: #1b1b1b}
    50%  {background-color:#1268FB; color: #ffffff}
    100%   {background-color:#f6d915; color: #1b1b1b}
}

.payment-social {
    margin-bottom: 3rem;
}

.payment-social ul {
    list-style-image: none;
    padding: 0;
}

.payment-social ul li {
    display: inline-block;
    padding: 0 5px;
}

.payment-social ul li a img {
    height: 42px;
    transition: all .3s;
}

.payment-social ul li a:hover img {
    transform: translateY(-3px);
}

.menu-social {
    text-align: center;
}

.menu-social ul {
    list-style-image: none;
    padding: 0;
}

.menu-social ul li {
    display: inline-block;
    padding: 0 5px;
}

.menu-social ul li a img {
    height: 42px;
    transition: all .3s;
}

.menu-social ul li a:hover img {
    transform: translateY(-3px);
}

.donate-pb-copy-block {
    position: relative;
    transition: .3s;
}

.donate-pb-copy-block:hover {
    background-color: #f6d915;
    cursor: pointer;
}

.donation-copy-btn {
    position: absolute;
    top: 28px;
    right: 30px;
}

.pb-qr-num {
    background-color: #f6d915;
    border-radius: 50%;
    display: inline-block;
    padding: 3px 0;
    margin-right: 15px;
    text-align: center;
    width: 30px;
}

#heroes-search-block {
    float: right;
}

/* Section Link Copy Button */
.btn-copy-section {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    vertical-align: middle;
    margin-left: 12px;
    width: 36px;
    height: 36px;
    padding: 0;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #4b5563;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    outline: none;
    font-size: 0;
    line-height: 1;
}

.btn-copy-section:hover,
.btn-copy-section:focus-visible {
    background-color: #e5e7eb;
    color: #111827;
    border-color: #d1d5db;
    transform: translateY(-1px);
}

.btn-copy-section:active {
    transform: translateY(0);
}

.btn-copy-section.copied {
    background-color: #ecfdf5;
    border-color: #a7f3d0;
    color: #059669;
}

.btn-copy-section .icon-copy,
.btn-copy-section .icon-success {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.btn-copy-section .copy-tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background-color: #1f2937;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 10px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 100;
}

.btn-copy-section .copy-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #1f2937 transparent transparent transparent;
}

.btn-copy-section.copied .copy-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

@media (max-width: 576px) {
    .btn-copy-section {
        margin-left: 8px;
        width: 32px;
        height: 32px;
    }
    .btn-copy-section .icon-copy,
    .btn-copy-section .icon-success {
        width: 16px;
        height: 16px;
    }
    .btn-copy-section .copy-tooltip {
        font-size: 12px;
        padding: 4px 8px;
    }
}