:root {
    --scrollbar-width: 0px;
}
button {
    position: relative;
    cursor: pointer;
    color: inherit;
    background-color: transparent;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: Geologica;
}
*,
:after,
:before {
    box-sizing: border-box;
}
body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f8f9fc;
}
button,
input,
textarea {
    font-size: inherit;
}
a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none !important;
}
ol,


img {
    vertical-align: top;
}

.support {
    padding-top: 192px;
    padding-bottom: 128px;
}
.support__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 32px;
}
.support__header-heading {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.1;
    color: #242a34;
}
.support__header-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #242a34;
}

.support__body {

}

.support__body-list-item-column {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.support__body-list-item-block {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 24px;
    margin-bottom: 10px;
}

.support__body-list-item-column-block {
    display: flex;
    gap: 24px;
}

.support__body-list-item-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    color: #525861;
    width: 100%;
    display: block;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #d7dbe0;
}

.support__body-list-item-block-sep-img{
    max-width: 100px;
}
.support__body-list-item-block-sep-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 8px;
}
.support__body-list-item-block-sep-desc {
    font-weight: 300;
    line-height: 1.6;
}
.support__body-list-item-block-sep-link {
    margin-top: 24px;
    font-weight: 550;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background-color: #f66b34;
    border-radius: 8px;
    white-space: nowrap;
    min-height: 42px;
    height: 42px;
    display: block;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 8px 24px;
}
.support__body-list-item-block-sep-link:hover {
    background: linear-gradient(90deg, #ff5a19 0, #e64707 100%);
    box-shadow: 0 0 10.1px rgba(246, 107, 52, 0.7);
    color: #fff;
}
.support__body-list-item-block-sep-link.focus-visible:focus:not([disabled]) {
    outline: 0;
    box-shadow: 0 0 0 5px #4766d2;
}
.support__body-list-item-block-sep-link.active {
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.05);
}
.support__body-list-item-block-sep-link [disabled="true"],
.support__body-list-item-block-sep-link [disabled],
.support__body-list-item-block-sep-link.disabled {
    color: #fff;
    background-color: #90959e;
    border-color: #90959e;
}
.support__body-list-item-block-sep-paypal {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: auto;
    cursor: pointer;
    margin-top: 15px;
}
.support__body-list-item-block-sep-paypal-text {
    font-weight: 500;
    line-height: 1.6;
    color: #f66b34;
    display: block;
    position: relative;
    overflow-wrap: break-word;
}
.support__body-list-item-block-sep-paypal-text::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../img/support/copy-ico.svg);
    right: -36px;
}

.support__body-list-item-block-details{
    margin-top: 30px;
}


.support__other {
    position: relative;
}
.support__other-content {
    padding-top: 188px;
    padding-bottom: 188px;
}
.support__other-content-heading {
    font-size: 68px;
    font-weight: 600;
    line-height: 1.1;
    color: #242a34;
    text-align: center;
}
.support__other-bg {
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    mix-blend-mode: exclusion;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
.support__other-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 32px;
}
.support__other-heading-title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.1;
    color: #242a34;
    white-space: nowrap;
    min-width: 660px;
}
.support__other-heading-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #242a34;
}
.support__other-body-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    z-index: 10;
    position: relative;
}
.support__other-body-list-item {
    background-color: #fff;
    height: 90%;
    padding: 24px;
    border-radius: 12px;
    transition: 0.4s ease-out;
    margin:5px;
}
.support__other-body-list-item:hover {
    box-shadow: 0 0 10.1px 0 rgba(246, 107, 52, 0.7);
}
.support__other-body-list-item:hover .support__other-body-list-item-title {
    color: #f66b34;
}
.support__other-body-list-item-link {
    display: block;
    position: relative;
    display: flex;
    gap: 24px;
}
.support__other-body-list-item-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.support__other-body-list-item-title {
    font-size: 24px;
    font-weight: 450;
    line-height: 1.1;
    color: #242a34;
    display: block;
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
}
.support__other-body-list-item-title::after {
    content: "";
    position: relative;
    width: 14px;
    height: 14px;
    background-image: url(../img/support/arrow-right-support.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.support__other-body-list-item-desc {
    color: #242a34;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}
.support__other-footer {
    margin-top: 128px;
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 50px;
}
.support__other-footer-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.support__other-footer-report {
    padding: 8px;
    color: #f66b34;
    font-size: 16px;
    font-weight: 450;
    line-height: 1.6;
    border-radius: 8px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    border: 2px solid transparent;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    align-self: center;
}
.support__other-footer-report:disabled {
    color: #90959e;
}
.support__other-footer-report:hover {
    border-bottom: 2px solid #f66b34;
}
.support__other-footer-report.active {
    color: #d9562c;
}
.support__other-footer-desc {
    font-size: 32px;
    font-weight: 450;
    line-height: 1.3;
    color: #525861;
}
.support__other-footer-desc-wrapper {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
}
.support__other-footer-desc-max {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #242a34;
}


.btn-orange-primary {
    font-weight: 550;
    font-size: 16px;
    line-height: 1.6;
    color: #f66b34;
    border: 2px solid #f66b34;
    background-color: transparent;
    border-radius: 8px;
    white-space: nowrap;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-orange-primary:hover {
    background-color: #f66b34;
    color: #fff;
}
.btn-orange-primary:hover svg path {
    stroke: #fff;
}
.btn-orange-primary.focus-visible:focus:not([disabled]) {
    outline: 0;
    box-shadow: 0 0 0 5px #4766d2;
    border: 2px solid transparent;
}
.btn-orange-primary.active {
    background-color: rgba(246, 107, 52, 0.1);
}


.webp .contact::after {
    background-image: url(../img/noise-bg.webp);
}
.footer {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 360px;
    padding-right: 360px;
}

@media (max-width: 1800px) {
    .footer {
        padding-left: 300px;
        padding-right: 300px;
    }
}

@media (max-width: 1750px) {
    .footer {
        padding-left: 250px;
        padding-right: 250px;
    }
}

@media (max-width: 1700px) {

    .footer {
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media (max-width: 1600px) {
    .footer {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (max-width: 1440px) {
    .footer {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media (max-width: 1367px) {
    .footer {
        padding-left: 48px;
        padding-right: 48px;
    }
}


@media (max-width: 720px) {
    .footer {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 390px) {
    .support__body-list-item-column-block {

        gap: 8px;

    }
}


/*partners*/
.welcome {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 360px;
    padding-right: 360px;
    z-index: 1;
    position: relative;
    padding-top: 157px;
    padding-bottom: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.welcome::after,
.welcome::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
.welcome::after {
    background-image: url(../img/shape-bg-1.svg);
    top: 0;
    right: 0;
}
.welcome::before {
    background-image: url(../img/shape-bg-2.svg);
    bottom: 0;
    left: 0;
}
.welcome__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.welcome__body-title {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 500;
    color: #525861;
}
.welcome__body-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #525861;
    max-width: 537px;
}
.welcome__bg-img {
    width: 384px;
    height: 384px;
}
.help {
    max-width: 1920px;
    margin: 0 auto 128px;
}
.help__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 67px;
}
.help__header-title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    max-width: 461px;
}
.help__header-desc {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    max-width: 508px;
    line-height: 1.6;
}
.help__body-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.help__body-list-item {
    width: calc(50% - 12px);
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 24px;
}
.help__body-list-item-img {
    width: 96px;
    height: 96px;
    -o-object-fit: contain;
    object-fit: contain;
}
.help__body-list-item-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: #242a34;
}
.help__body-list-item-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.help__body-list-item-desc {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    color: #242a34;
}
.help__inner {
    z-index: 100;
    background: linear-gradient(to bottom right, #404b73 0, #0d111f 100%);
    border-radius: 128px;
    padding: 64px 360px;
}
.help__inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/noise-bg.png);
    background-position: 0 0;
    background-size: contain;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.partners {
    margin-bottom: 128px !important;
}
.partners__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}
.partners__header-title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.1;
    color: #242a34;
}
.partners__header-desc {
    color: #242a34;
    font-weight: 300;
    font-size: 16px;
    max-width: 486px;
    line-height: 1.6;
}
.partners__body {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.partners__body-item-head {
    margin-bottom: 24px;
}
.partners__body-item-head-title {
    color: #525861;
    font-size: 24px;
    line-height: 1.1;
    display: block;
    border-bottom: 1px solid #d7dbe0;
    padding-bottom: 10px;
}
.partners__body-item-block {
    display: flex;
    gap: 24px;
}
.partners__body-item-block-img {
    width: 107px;
    height: 107px;
}
.history {
    margin-bottom: 128px !important;
}
.history__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.history__header-heading {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.1;
    color: #242a34;
}
.history__header-navigation {
    display: flex;
    gap: 12px;
}
.history__header-navigation button {
    width: 48px;
    height: 48px;
    font-weight: 550;
    font-size: 16px;
    color: #f66b34;
    border: 2px solid #f66b34;
    background-color: transparent;
    border-radius: 8px;
    white-space: nowrap;
    padding: 8px 24px;
    line-height: 0;
}
.history__header-navigation button:hover {
    background-color: #f66b34;
    color: #fff;
}
.history__header-navigation button:hover svg path {
    stroke: #fff;
}
.history__header-navigation button.focus-visible:focus:not([disabled]) {
    outline: 0;
    box-shadow: 0 0 0 5px #4766d2;
    border: 2px solid transparent;
}
.history__header-navigation button.active {
    background-color: rgba(246, 107, 52, 0.1);
}
.history__header-navigation button svg {
    width: 24px;
    height: 18px;
}
.history__header-navigation button.history__header-navigation-button--next svg {
    transform: rotate(180deg);
}
.history .swiper-button-disabled {
    color: #90959e;
    border-color: #90959e;
    pointer-events: none;
}
.history .swiper-button-disabled svg path {
    stroke: #90959e;
}
.history__body {
    position: relative;
    display: block;
    overflow: hidden;
}
.history__body-container {
    position: relative;
    display: block;
}
.history__body-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}
.history__body-pagination .swiper-pagination-bullet {
    width: 100px;
    border-radius: 0;
    height: 4px;
}
.history__body-pagination .swiper-pagination-bullet-active {
    background-color: #f66b34;
}
.history__body-item {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 16px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 40px 24px;
}
.history__body-item-header {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #4766d2;
}
.history__body-item-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #242a34;
    text-align: center;
}
.history__body-item-img {
    width: 56px;
    height: 56px;
    -o-object-fit: contain;
    object-fit: contain;
}
.history__body-item-name {
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: center;
}
.history__body-item-name--label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #242a34;
}
.history__body-item-name--position {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #525861;
}
.partnership {
    margin-bottom: 250px !important;
}
.partnership__header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}
.partnership__header-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.1;
    color: #242a34;
}
.partnership__body {
    display: flex;
    gap: 24px;
}
.partnership__body-item {
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.partnership__body-item-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 24px 16px;
}
.partnership__body-item-header-count {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #4766d2;
}
.partnership__body-item-header-title {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.partnership__body-item-header-title--label {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    color: #242a34;
}
.partnership__body-item-content-desc {
    color: #525861;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}
.partnership__body-item-content-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 240px;
    max-height: 240px;
}
.partners{
    padding-bottom: 128px;
}

.contact {
    margin-bottom: 80px !important;
    padding-bottom: 180px !important;
}
@media (min-width: 768px) {
    .contact__main-form {
        min-width: 486px;
    }
}
@media (max-width: 1800px) {
    .contact {
        padding-left: 300px;
        padding-right: 300px;
    }
    .help__inner,
    footer,
    header,
    section:not(section.help) {
        padding-left: 300px;
        padding-right: 300px;
    }
}
@media (max-width: 1750px) {
    .contact {
        padding-left: 250px;
        padding-right: 250px;
    }
    .help__inner,
    footer,
    header,
    section:not(section.help) {
        padding-left: 250px;
        padding-right: 250px;
    }
}
@media (max-width: 1700px) {
    .contact {
        padding-left: 200px;
        padding-right: 200px;
    }
    .help__inner,
    footer,
    header,
    section:not(section.help) {
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media (max-width: 1600px) {
    .contact {
        padding-left: 150px;
        padding-right: 150px;
    }
    .help__inner,
    footer,
    header,
    section:not(section.help) {
        padding-left: 150px;
        padding-right: 150px;
    }
}
@media (max-width: 1440px) {
    .contact {
        padding-left: 120px;
        padding-right: 120px;
    }
    .help__inner,
    footer,
    header,
    section:not(section.help) {
        padding-left: 120px;
        padding-right: 120px;
    }
}
@media (max-width: 1367px) {
    .contact {
        padding-left: 48px;
        padding-right: 48px;
    }
    .help__inner,
    footer,
    header,
    section:not(section.help) {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media (max-width: 1200px) {
    .contact__inner {
        flex-direction: column;
    }
    .contact__aside-heading {
        font-size: 36px;
    }
    .contact__aside-desc {
        font-size: 18px;
    }
    .welcome__body-title {
        font-size: 36px;
    }
    .help__header-title {
        font-size: 32px;
    }
    .help__body-list-item {
        flex-direction: column;
    }
    .partners__body-item-block {
        flex-wrap: wrap;
    }
    .partnership__header-title {
        font-size: 38px;
    }
    .partnership__body {
        flex-direction: column;
    }
}
@media (max-width: 960px) {
    .welcome {
        flex-direction: column;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .help__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .help__body-list {
        flex-direction: column;
    }
    .help__body-list-item {
        width: 100%;
        flex-direction: row;
    }
    .partners__header {
        flex-direction: column;
        gap: 16px;
        align-items: start;
    }
}
@media (max-width: 768px) {
    .contact {
        padding-left: 16px !important;
        padding-right: 16px !important;
        border-radius: 24px 24px 0 0;
    }
    .contact__main-form {
        padding: 16px;
    }
    .contact__main-form-heading-header {
        font-size: 18px;
    }
    .welcome__bg-img {
        width: 325px;
        height: 325px;
    }
    .help__inner {
        border-radius: 24px;
    }
    .partners__body-item-block-img {
        width: 76px;
        height: 76px;
    }
    .partnership {
        margin-bottom: 128px !important;
    }
}
@media (max-width: 720px) {
    .contact {
        padding-left: 24px;
        padding-right: 24px;
    }
    .help__inner,
    footer,
    header,
    section:not(section.help) {
        padding-left: 24px;
        padding-right: 24px;
    }
    .history__header-navigation {
        display: none !important;
    }
}
@media (max-width: 585px) {
    .welcome {
        padding-bottom: 55px;
    }
}
@media (max-width: 576px) {
    .welcome__bg-img {
        width: 276px;
        height: 276px;
    }
}
@media (max-width: 555px) {
    .help__body-list-item {
        flex-direction: column;
    }
    .partnership {
        margin-bottom: 64px !important;
    }
}
.webp .contact::after,
.webp .help__inner::after {
    background-image: url(../img/noise-bg.webp);
}
