body {
    font-family: 'SpoilerHE', 'Assistant', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    padding: clamp(0.75rem, 0.5481rem + 0.8974vw, 1.625rem);
    color: #0d213e;
}
.ltr {direction: ltr;}
main > .section,
main > .section--shadow,
main > .section--shadow .section--content__top,
main > .section--shadow .section--content__top_only,
main > .section--shadow .section--content__down,
main > .section--content__top_only_big,
main > .section-nobg, 
.jumbotron {
    margin-bottom: 12px !important;
    margin-top: 0 !important;
}
.header {
    left: clamp(0.75rem, 0.5481rem + 0.8974vw, 1.625rem);
    right: clamp(0.75rem, 0.5481rem + 0.8974vw, 1.625rem);
}
@media (min-width: 1199px) {   
    main > .section,
    main > .section--shadow,
    main > .section--shadow .section--content__top,
    main > .section--shadow .section--content__top_only,
    main > .section--shadow .section--content__down,
    main > .section--content__top_only_big,
    main > .section-nobg, 
    .jumbotron {
        margin-bottom: 18px !important;
        margin-top: 0 !important;
    } 
    
}

body img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.ratio>* {
    object-fit: cover;
}
b,
stronger {
    font-weight: 700 !important;
}

.wrapper {
    overflow-x: hidden;
    min-height: 100vh;
}

.container,
.container-fluid {
    width: 100%;
}

.container {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px;
}

.container-fluid {
    max-width: 1920px;
    padding: 0 clamp(1.25rem, 0.7089rem + 2.0134vw, 3.125rem);
}

.section {
    padding: clamp(1.2rem, 0.3rem + 3vw, 4rem) 0;
}

.section--blue {
    background-color: #1B4580;
    color: #fff;
    margin: 18px 0;
}

.section.my-4 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.section.mt-4 {
    margin-top: 18px;
}

.section.mb-4 {
    margin-bottom: 18px;
}


.section--content {
    /* box-shadow: inset 0px 15px 30px -20px rgba(14, 38, 72, 0.15); */
    box-shadow: none;
    background: url(../img/main.webp) no-repeat bottom right;
    padding: clamp(3.75rem, 2.9517rem + 2.9703vw, 5.625rem) 0;
}

.section--content__top {
    background: url(../img/main-top.webp) no-repeat top left / 50%,
    url(../img/main.png) no-repeat bottom right / 50%;
}

.section--content__top_only {
    background: url(../img/main-top.webp) no-repeat top left;
}

.section--content__top_only_big {
    background-image: url(../img/jumbotron.webp);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.section-center {
    background-image: url(../img/bg-left-center.webp);
    background-position: left center;
}

.section-nobg {
    background-image: none;
}

.section--shadow {
    background: rgba(247, 247, 247, .8);
    box-shadow: inset 0 4px 45px rgba(14, 38, 72, 0.1);
}
.section--shadow_true {
    box-shadow: inset 0 4px 45px rgba(14, 38, 72, 0.1);
}


/* iconmoon start */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

/* iconmoob end */


/* custom start */
.btn {
    font-weight: 700;
    font-size: 16px;
    padding: 0 15px 2px 15px;
    height: clamp(2.5rem, 2.2692rem + 1.0256vw, 3.5rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 30px;
    min-height: initial;
    text-align: center;
    min-width: 180px;
}

.btn-success {
    color: #fff;
    background: #00B051;
    box-shadow: 0 4px 7px 0 rgba(0, 84, 38, 0.23);
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus {
    background: rgba(0, 124, 57, 1);
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(17, 48, 91, 0.06);
}

.btn-success-outline {
    color: #009444;
    border: 2px solid #009444;
    background: #fff;
}

.btn-success-outline:hover,
.btn-success-outline:active,
.btn-success-outline:focus,
.btn-success-outline:focus:active {
    background: rgba(0, 148, 68, 1);
    border-color: rgba(0, 148, 68, 1);
    color: #fff;
}

.btn-info {
    background: rgba(32, 160, 219, 1);
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(17, 48, 91, 0.06);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:focus:active {
    color: #fff;
    background: rgba(26, 138, 189, 1);
    box-shadow: 0 0 8px 0 rgba(17, 48, 91, 0.06);
}

.btn-primary {
    background: #1B4580;
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(17, 48, 91, 0.06);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active {
    background: rgba(16, 45, 86, 1);
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(17, 48, 91, 0.06);
}

.btn-light {
    background: #fff;
    /*color: #1B4580;*/
    color: rgba(29, 158, 217, 1);
    
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light:focus:active {
    color: rgba(29, 158, 217, 1);
    background: rgba(32, 160, 219, .2);
}

.btn-light.btn-arrow {
    color: rgba(29, 158, 217, 1);
    background: #fff;
}

.btn-light.btn-arrow:hover,
.btn-light.btn-arrow:focus,
.btn-light.btn-arrow:active,
.btn-light.btn-arrow:focus:active {
    color: rgba(27, 69, 128, 1);
    background: #fff;
}

.btn-lg {
    font-size: 22px;
}

.btn-xs {
    font-size: 16px;
    padding: 7px 15px;
    height: 30px;
    width: fit-content;
    min-width: auto;
}

.btn-sm {
    padding: 0 28px 3px 28px;
    min-width: auto;
    height: 38px;
}

.link-arrow {
    color: rgba(32, 160, 219, 1);
    text-decoration: none;
}
.btn-liner .btn {
    position: relative;
}

.btn-liner .btn:before,
.btn-liner .btn:after {
    content: '';
    position: absolute;
    background: rgba(254, 220, 0, 1);
    height: clamp(0.375rem, 0.2674rem + 0.4021vw, 0.75rem);
    top: 50%;
    transform: translateY(-50%);
    width: 1000px;
}

.btn-liner .btn:before {
    right: 100%;
    margin-right: 12px;
    border-radius: 0 6px 6px 0;
}

.btn-liner .btn:after {
    left: 100%;
    margin-left: 12px;
    border-radius: 6px 0 0 6px;
}

.icon-arrow {
    transform: scaleX(-1);
}

.figure img {
    width: 100%;
}

.figure-caption {
    color: #0D213E;
    font-size: 1em;
    margin-top: 10px;
}

.link-styled {
    color: #0D213E;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
}

.link-styled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: clamp(0.375rem, 0.2674rem + 0.4021vw, 0.75rem);
    background: #FEDC00;
    border-radius: 12px;
    top: 100%;
}

.link-styled:hover {
    color: #0D213E;
}

.text-primary {
    color: #1B4580 !important;
}

.list-none {
    padding: 0;
    margin: 0;
    list-style: none;
}

.link-none li {
    padding: 0;
    margin: 0 0 2px 0;
    list-style: none;
}

.fz-18 {
    font-size: 18px;
}
.mb-32 {
    margin-bottom: 32px;
}

/* custom end */


/* text start */
h1,
.h1 {
    font-size: 80px;
    font-size: clamp(2.5rem, 1.7785rem + 2.6846vw, 5rem);
    text-transform: uppercase;
    margin: 0;
    color: #1B4580;
    font-weight: 700;
    line-height: .85;
}

h2,
.h2 {
    font-size: 40px;
    font-size: clamp(1.5rem, 1.0743rem + 1.5842vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1;
}

h3,
.h3 {
    font-size: clamp(1rem, 0.7871rem + 0.7921vw, 1.5rem);
    font-weight: 400;
}

.h3-st {
    font-size: 24px;
}

h4 {
    font-size: 20px;
    font-weight: 700;
}

h5,
.h5 {
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.subtitle {
    margin-bottom: 56px;
    font-size: 32px;
    font-size: clamp(1rem, 0.7131rem + 1.0724vw, 2rem);
}

.h3-quote {
    position: relative;
}

.h3-quote:before {
    content: '״';
    top: 0;
    transform: translateY(-25%);
    right: -44px;
    font-weight: 700;
    font-size: 100px;
    line-height: .6;
    color: #1B4580;
    position: absolute;
}

h4, .h4 {
    font-size: 20px;
}

.text-lg {
    font-size: 22px;
    font-size: clamp(1rem, 0.7307rem + 0.5369vw, 1.375rem);
}

.text-dark {
    color: #0D213E !important;
}

.text-info {
    color: #20A0DB !important;
}

/* text end */


/* header start */
.header {
    margin-bottom: clamp(5rem, 4.0982rem + 3.3557vw, 8.125rem);
    position: fixed;
    top: calc(36px + clamp(0.625rem, 0.2643rem + 1.3423vw, 1.875rem));


    z-index: 100;
    height: 132px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    transition: 0.1s;
}

.header-unpinned {
    transform: translateY(-175%);
}

.header-pinned {
    box-shadow: 0 4px 45px 0 rgba(14, 38, 72, 0.2);
    top: 0;
    transform: translateY(0%);
    background: rgba(27, 69, 128, 1);
}

.header .btn.btn-light.btn-xs {
    color: #000;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.9);
}

.header .btn.btn-light.btn-xs:hover, .header .btn.btn-light.btn-xs:active .header .btn.btn-light.btn-xs:focus .header .btn.btn-light.btn-xs:focus:active {
    color: #fff;
    background: rgba(29, 158, 217, 1);
    
}


.text-desk-28 {
    font-size: 28px;
}

@media (min-width: 1199px) {

    .mb-desk-24 {
        margin-bottom: 24px;
    }
    h1#registerModalLabel {
        font-size: 42px;
    }
    .text-desk-34 {
        font-size: 34px;
    }

    .text-desk-18 {font-size: 18px;}
.text-desk-24 {
    font-size: 24px !important;
}
.mb-desk-32 {
    margin-bottom: 32px !important;
}


    .header-pinned .logo img {
        transform: scale(.65);
    }

    .header-pinned .dropdown-menu {
        background: transparent;
        border: none;
        border-radius: 0;
        /*transform: translateY(38px);*/
        padding-top: 38px;
        box-shadow: none;
    }

    .header-pinned .dropdown-item,
    .header-pinned .dropdown-item:hover {
        color: #fff;
    }

    .header-pinned .dropdown-menu li {
        margin: 0;
        padding: 6px 0;
        background: rgba(27, 69, 128, 1);
    }
}


/*header wow test*/
@media (max-width: 1199px) {
    .header {
        height: 80px;
    }

    .jumbotron {
        padding-top: 140px !important;
    }
}

@media (max-width: 767px) {
    .header {
        height: 60px;
        top: 20px;
    }

    .header-pinned {
        top: 0;
    }
    .navbar-nav .dropdown-menu {
        margin-bottom: 0;
    }
}

/*header wow test*/

.header .btn-success {
    height: 30px;
    min-width: auto;
    padding-bottom: 2px;
}

.header .btn-success:hover,
.header .btn-success:active,
.header .btn-success:focus,
.header .btn-success:focus:active {
    background: rgba(0, 148, 68, 1);
    color: #fff;
    box-shadow: 0 4px 7px 0 rgba(0, 84, 38, 0.23);
}

.logo {
    margin-left: auto;
    display: inline-block;
    width: clamp(3rem, 1.6112rem + 5.1678vw, 7.8125rem);
}

.logo img {
    width: 100%;
    transition: transform 0.3s ease;
}

.social {
    display: inline-flex;
    align-items: center;
    margin-left: -14px;
    margin-right: -14px;
}

.social a {
    font-size: clamp(1.25rem, 1.1057rem + 0.5369vw, 1.75rem);
    color: #fff;
    text-transform: none;
    display: inline-block;
    margin: 0 14px;
}

.social a:hover {
    color: #fff;
    transform: scale(1.05);
}

.lang-select select {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 30px;
    height: 30px;
    line-height: initial;
    min-height: 30px;
    border: none;
    background-size: 10px;
    background-position: right .75rem center;
    background-image: url(../img/icons/drop-lang.svg);
    padding: 7px 30px 7px 15px;
}

.header-link {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.header-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.tel {
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    direction: ltr;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.tel .icon {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.tel:hover {
    opacity: 0.8;
}

.header .sep {
    margin: 0 20px;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, .3);
}

.navbar {
    padding: 0;
}

.navbar-nav {
    padding: 0;
    margin: 36px 0 0 0;
}
.header-pinned .navbar-nav {margin-top: 1rem;}
.navbar-nav .nav-item {
    margin: 0 14px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 20px;
    padding: 0 !important;
}

.navbar-nav .nav-link:hover {
    color: #fff;
    opacity: 0.8;
}

.dropdown-toggle::after {
    content: '';
    margin-left: 8px;
    margin-right: 0;
    vertical-align: middle;
    border: none;
    background: url(../img/icons/drop-menu.svg) no-repeat center;
    width: 10px;
    height: 10px;
    background-size: 10px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

.dropdown-menu {
    min-width: 168px;

    /* max-height: 280px;
    overflow: auto; */
    padding-top: 20px;
    background: transparent;
    border: none;
    border-radius: 0;

    box-shadow: none;
}

.dropdown-menu > li {
    padding: 8px 0;
    background: #fff;
    margin: 0;
}

.dropdown-item {
    color: #1B4580;
    font-size: 16px;
    padding: 4px 18px 4px 12px;
    position: relative;
    min-height: 26px;
    display: flex;
    align-items: center;
}

.dropdown-item:after {
    content: '';
    position: absolute;
    border-radius: 6px;
    width: 6px;
    background: #FEDC00;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.dropdown-item:hover {
    font-weight: 700;
    color: #1B4580;
    background: transparent;
}

.dropdown-item:hover:after {
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
    }
    .col-xl-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}


.overlay-menu {
    display: none
}

@media (max-width: 1199px) {

    .br-tabl-none br {
        display: none !important;
    }

    .subtitle-mob-mb {
        margin-bottom: 30px !important;
    }

    .subtitle-mob-mb b {
        margin-bottom: 0 !important;
    }

    .subtitle-mob-mb br {
        display: none !important;
    }

    .h3-quote:before {
        right: auto;
        top: auto;
        transform: none;
        position: static;
        display: block;
    }

    .header {
        z-index: 999999;
    }

    .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    .navbar-collapse {
        position: fixed;
        /*top: clamp(0.625rem, 0.2643rem + 1.3423vw, 1.875rem);*/
        /*top: 84px;*/
        top: 0;
        left: auto;
        right: 0;
        bottom: auto;
        height: 100vh; /* fallback */
        height: calc(var(--vh, 1vh) * 100);
        background: rgba(27, 69, 128, 1);
        border-left: 7px solid #fff;

        overflow: auto;
        padding: 140px 50px 30px 50px;

        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: normal;
        align-content: normal;
        text-align: inherit;
        overflow: auto;
        flex: none;
        transition: none;
        color: #fff;
        z-index: 10000;
        width: 75%;
    }

    .overlay-menu {
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        right: 0;
        background: rgba(13, 35, 65, 0.7);
    }

    .dropdown-menu {
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .navbar-toggler,
    .navbar-toggler.collapsed {
        width: 24px;
        height: 24px;
        border: none;
        padding: 0;
        background-size: 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/icons/menu.svg);
        border-radius: 0;
        box-shadow: none;
        z-index: 10001;
        position: relative;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler:not(.collapsed) {
        background-image: url(../img/icons/close-menu.svg);
    }

    .navbar-nav {
        margin: 16px 0 16px 0;
        /* order: 3; */
        width: 100%;
    }

    .header .logo {
        z-index: 5;
        position: relative;
    }

    .header-info {
        padding-bottom: 40px;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        margin-top: auto;
    }

    .header .btn-success {
        font-size: 20px !important;
        box-shadow: none;
        width: 100%;
        height: 42px;
        margin-bottom: 24px;
    }


    .social {
        width: 100%;
        justify-content: center;
    }

    .header .social a {
        color: #212529;
    }

    .social a {
        font-size: 32px;
    }

    .header-info > * {
        margin: 0 !important;
        font-size: 22px !important;
    }

    .header-info .sep {
        display: none;
    }


    .tel {
        font-size: 18px;
        color: #212529;
    }

    .header-link {
        margin-top: 32px;
        color: #fff;
        font-size: 24px;
        text-align: inherit;
        font-weight: 400;
        margin-bottom: 32px;
        display: block;
        text-decoration: none;
    }

    .navbar-nav .nav-item {
        margin: 5px 0;
    }

    .navbar-nav .nav-link {
        color: #fff;
        font-size: 24px;
    }

    .header .tel {
        font-size: 20px;
        color: #fff;
    }

    .mob-sep {
        display: block !important;
    }

    .mob-inf {
        width: 100%;
    }

    .header .social {
        width: auto;
    }

    .header .tel + .sep {
        display: block !important;
    }

    .navbar-nav .nav-link.dropdown-toggle::after {
        background-image: url(../img/icons/menu-btm.svg);
    }

    .dropdown-menu {
        min-width: 100%;
        width: 100%;
        margin-top: 0;
        border: none;
        background: transparent;
        padding: 0 30px 0 0;
        margin: 15px 0;
        border-radius: 0;
        /* max-height: 200px; */
        box-shadow: none;
    }

    .dropdown-menu > li {
        background: transparent;
        padding: 0;
    }

    .dropdown-item:hover {
        font-weight: 400;
        color: #fff;
        background: transparent;
    }

    .dropdown-item {
        padding-right: 0;
    }

    .dropdown-item::after {
        display: none
    }

    .navbar-nav .nav-link:hover {
        opacity: 1;
    }

    a.nav-link.dropdown-toggle {
        position: relative;
    }

    a.nav-link.dropdown-toggle.show:before {
        content: "";
        position: absolute;
        width: 4px;
        top: -3px;
        right: -16px;
        bottom: -3px;
        opacity: 1;
        border-radius: 6px;
        background: rgb(254, 220, 0);
    }

    .dropdown-item {
        white-space: normal;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: #fff;
        font-weight: 700;
    }

    .dropdown-menu > li {
        margin: 2px 0;
    }

    .dropdown-item {
        color: #fff;
        font-size: 18px;
        padding: 3px 0;
        min-height: auto;
        display: block;
        text-align: right;
        justify-content: center;
    }

    .mob-lang {
        /* order: 5; */
    }

    .mob-header-link {
        order: 2;
    }


}

@media (max-width: 767px) {
    .social a {
        margin: 0 10px;
    }

    .navbar-collapse {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 90%;
    }

    .header .social a img {
        height: 26px;
    }
}

@media (max-width: 1199px) and (min-width: 767px) {
    .navbar-toggler, .navbar-toggler.collapsed {
        width: 36px;
        height: 36px;
        background-size: 32px;
    }
}

/* header end */


/* footer start */
.footer {
    margin-top: clamp(0.75rem, 0.6635rem + 0.3846vw, 1.125rem);
    color: #fff;
    background: #00853E;
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}


.footer-down {
    margin-top: clamp(1.25rem, 0.748rem + 1.8767vw, 3rem);
    font-size: clamp(0.75rem, 0.6436rem + 0.396vw, 1rem);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: clamp(0.5rem, 0.1807rem + 1.1881vw, 1.25rem);
}

.footer-down__item {
    display: inline-block;
}

.dev {
    color: #fff;
    text-decoration: none;
}

.dev:hover {
    opacity: 0.8;
}

.footer-logo {
    /*z-index: 110;*/
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    display: block;
    width: clamp(4.5rem, 2.1584rem + 8.7129vw, 10rem);
}

.footer-logo img {
    width: 100%;
}

.subscribe {
    border: 1px solid #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.subscribe .form-control {
    width: 100%;
    padding: 0 24px;
    border-radius: 30px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    caret-color: white;
}

.subscribe .btn {
    min-width: auto;
    width: 140px;
    color: rgba(29, 158, 217, 1);
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.subscribe .btn:hover,
.subscribe .btn:focus,
.subscribe .btn:active,
.subscribe .btn:focus:active {
    color: #009444;
    background: #fff;
}

.subscribe .form-control::-webkit-input-placeholder {
    color: #fff;
}

.subscribe .form-control::-moz-placeholder {
    color: #fff;
}

.subscribe .form-control:-moz-placeholder {
    color: #fff;
}

.subscribe .form-control:-ms-input-placeholder {
    color: #fff;
}
.wpcf7 textarea {
    max-height: 120px;
}
.page-loader-wrapper {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999999999999;
    background: rgba(255, 255, 255, 0.9);
}

.page-loader-wrapper .loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #203e7c;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul:not(:last-child) {
    margin-right: 40px;
}

.footer ul li {
    margin: 0 0 2px 0;
    padding: 0;
    list-style: none;
}

.footer ul a {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

.footer ul a:hover {
    opacity: 1;
}

.footer-social {
    margin-top: 100px;
}

.header .social a img {
    height: 23px;
}

.footer .social a {
    font-size: 32px;
}

.footer-decor {
    position: absolute;
    bottom: -8px;
    right: 0px;
    pointer-events: none;
    width: clamp(6.25rem, 4.2778rem + 7.3727vw, 13.125rem);
}

@media (max-width: 1199px) {
    .subscribe span.wpcf7-form-control-wrap {
        width: 100%;
    }

    .footer-social {
        margin-top: 20px;
        margin-bottom: 32px;
    }

    .footer-decor {
        bottom: 26px;
    }

    .footer-info {
        max-width: 70%;
    }

    .footer ul {
        column-count: 2;
        column-gap: 40px;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .footer ul li {
        page-break-inside: avoid;
        break-inside: avoid;
    }



    .text-mob-16 {
        font-size: 16px !important;
    }

    .section--blue__stories h2,
    .section--blue__stories .h2,
    .page-template-template-stories .section--blue h2,
    .page-template-template-stories .section--blue .h2,
    .section-blue__mob-16 h2,
    .section-blue__mob-16 .h2 {
        font-size: 16px !important;
    }
    .text-mob-34 {
        font-size: 34px;
    }
    
    .h2-mob-34 {
        font-size: 34px;
    }
    .text-mob-14 {
        font-size: 14px;
    }
    
}

@media (max-width: 767px) {
    .footer-social {
        margin-top: 0;
    }
}

/* footer end */


.decor--ball {
    position: absolute;
    pointer-events: none;
    top: 120%;
    height: clamp(4.75rem, 2.8742rem + 6.9799vw, 11.25rem);
    right: 3%;
    margin-top: clamp(-3rem, -1.8817rem + -4.1611vw, -6.875rem);

    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* sticky kit */
main {
    position: relative;
}

.sticky-block {
    transition: 500ms;
}

.is_stuck {
    z-index: 22;
    padding: 20px 0;
    position: sticky;
}

/* sticky kit */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto !important;
}

.btn-filter {
    width: 100%;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0 32px 0 20px;
    position: relative;
}
.btn-filter:hover,
.btn-filter:active,
.btn-filter:focus,
.btn-filter:focus:active {
    color: #fff;
}
.btn-filter:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    background: url(../img/icons/filter.svg) no-repeat center;
    background-size: 20px;
    top: 50%;
    margin-top: -10px;
}
.btn-filter:after {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    background: url(../img/icons/filter-drop.svg) no-repeat center;
    background-size: 12px;
    top: 50%;
    margin-top: -6px;
}
.btn-filter:not(.collapsed):after {
    transform: scaleY(-1);
}

@media (max-width: 767px) {
    h4, .h4 {
        font-size: 16px;
    }

    .section--content__top {
        background-size: contain;
    }

    .section--content__top_only_big {
        background-image: url(../img/jumb-sec-mob.webp);
    }

    .row-sm-mob {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row-sm-mob > * {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pb-mob-0 {
        padding-bottom: 0 !important;
    }

    .lottie-container.footer-decor {
        width: 140px;
        bottom: 16px;
    }

    .section--content__top_only {
        background-size: 100%;
    }

    .section--blue + .section.section--content.section-nobg {
        padding-top: 40px;
    }


    h2, .h2 {
        font-size: 34px;
    }

    .section--content {
        background-size: 150%;
    }
    .figure-caption {
        font-size: 13px;
    }

    .title-home-story {
        font-size: 34px !important;
    }
    .text-home-story {
        font-size: 18px !important;
    }
    .footer-info {
        max-width: 60%;
        font-size: 14px;
        margin-top: 32px !important;
    }
    .footer .social a {
        font-size: 22px;
    }
 

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
.text-mob-18 {
    font-size: 18px !important;
}


.section-center {
    background-image: url(../img/bg-left-center.png);
    background-position: 0 12%;
}
.pt-mob-24 {
    padding-top: 24px !important;
}

.wrap-mob-20 h2,
.wrap-mob-20 .h2 {
    font-size: 20px !important;
}
.text-mob-24 {
    font-size: 24px !important;
}
.text-mob-34 {
    font-size: 34px !important;
}
.mb-mob-24 {
    margin-bottom: 24px !important;
}
.mt-mob-60 {
    margin-top: 60px !important;
}

}

.flex-1 {
    flex: 1;
}


.about-btn-lang:hover,
.about-btn-lang:active,
.about-btn-lang:focus,
.about-btn-lang:focus:active,
.header .btn-light:hover,
.header .btn-light:active
.header .btn-light:focus
.header .btn-light:focus:active {
    color: #fff;
    background: rgba(29, 158, 217, 1);
}

.text-18 {
    font-size: 18px !important;
}
.fixed-buttons {
    position: fixed;
    top: 35%;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999998;
}
@media (max-width: 520px) {
    .fixed-buttons {
        top: auto;
        bottom: 200px;
    }
}
.btn-fixed-top {
    border-radius: 15px;
    padding: 4px 7px;
    color: #fff;
    text-decoration: none;    
    font-size: 12px;
    box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    width: 50px;
    text-align: center;
    line-height: 0.9;
}
.btn-donate {
    background-color: #009444;
    margin-top: 70px;
}
.btn-contact {
    background-color: #1B4580;
}
.wp-block-cover {
    min-height: 70vh!important;
}
.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
    object-fit: contain !important;
}
.grecaptcha-badge{
    visibility: hidden;
}
