@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

html {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: inherit
}

ol,
ul {
    padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0
}

ul {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

button,
input,
select,
textarea {
    font: inherit;
    letter-spacing: inherit
}

@font-face {
    font-family: "TT Commons light";
    src: url(../fonts/TTCommons-Light.woff2) format("woff2"), url(../fonts/TTCommons-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "TT Commons";
    src: url(../fonts/TTCommons-Regular.woff2) format("woff2"), url(../fonts/TTCommons-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "TT Commons-Medium";
    src: url(../fonts/TTCommons-Medium.woff2) format("woff2"), url(../fonts/TTCommons-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "TT Commons-DemiBold";
    src: url(../fonts/TTCommons-DemiBold.woff2) format("woff2"), url(../fonts/TTCommons-DemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "TT Norms-Light";
    src: url(../fonts/TTNorms-Light.woff2) format("woff2"), url(../fonts/TTNorms-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

.slides {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 100%;
    place-items: center
}

.slide-gsap {
    width: 100%;
    height: auto;
    opacity: 0;
    overflow: hidden;
    position: relative;
    pointer-events: none;
    grid-area: 1/1/-1/-1;
    display: grid;
    place-items: center
}

.slide--current {
    pointer-events: auto;
    opacity: 1
}

@media(max-width:1280px) {
    .slide-gsap {
        display: block;
        opacity: 1;
        pointer-events: all
    }

    .slides {
        overflow: hidden;
        display: block
    }
}

body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
    display: none
}

:root {
    --swiper-navigation-color: $red;
    --swiper-pagination-color: $red;
    --swiper-theme-color: $red
}

body {
    position: relative;
    height: 100%;
    color: #fff;
    font-family: "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    font-style: normal;
    background-color: #020202;
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number],
input[type=number]:focus,
input[type=number]:hover {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield
}

.container {
    max-width: 1920px;
    padding: 0 100px;
    margin: 0 auto
}

section {
    position: relative;
    width: 100%;
    height: 100vh;
    outline: 1px solid #466c54
}

.title {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-weight: 400;
    margin-bottom: 70px
}

.title div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.title--long {
    gap: 20px
}

.title--demy {
    gap: 20px
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 5500s ease-in-out 0s;
    transition: background-color 5500s ease-in-out 0s;
    -webkit-text-fill-color: #fff
}

button,
input:focus,
textarea:focus {
    outline: 0
}

input,
textarea {
    border: 1px solid #fff;
    transition: border-color .5s ease-in-out
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
    border-color: #adff00
}

button {
    border: none;
    outline: 0;
    color: #fff;
    font-family: "TT Commons light", sans-serif;
    font-weight: 300;
    font-size: 24px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

button:focus,
button:hover {
    background-color: #272727
}

.slide__img {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media(max-width:1440px) {
    .container {
        padding: 0 15px
    }
}

@media(max-width:1365px)and (max-height:766px)and (orientation:landscape) {
    .slide__img {
        height: auto
    }

    .main__container {
        height: 100vh
    }

    .research__card-text .research__card-title {
        margin-bottom: .5em
    }

    .container .research__container {
        padding-bottom: 20px
    }
}

@media(max-width:1280px)and (max-height:765px)and (orientation:landscape) {
    section {
        height: auto
    }
}

body:has(.form-wrap--visible) {
    overflow: hidden
}

.our-news {
    padding-top: 60px;
    height: 100vh;
    padding-bottom: 30px;
    position: relative;
    background: #466c54
}

.our-news__wrapper {
    position: relative
}

.our-news__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 96px;
    font-weight: 400
}

.our-news__list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.our-news__subtitle {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 400;
    display: -webkit-box;
    height: 80px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.our-news__descr {
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    height: 100px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    margin-bottom: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.our-news__item {
    display: block;
    padding: 40px;
    position: relative;
    background-color: #3d654b;
    width: calc(50% - 20px);
    transition: all .3s ease-in-out
}

.our-news__item span {
    opacity: 0;
    transition: opacity .3s ease-out;
    font-size: 20px;
    color: #adff00
}

.our-news__item:hover {
    background-color: #4a9064
}

.our-news__item:hover span {
    opacity: 1
}

.our-news__btn {
    display: none
}

@media(max-width:1920px) {
    .our-news {
        padding-top: 3.125vw;
        padding-bottom: 1.5625vw
    }

    .our-news__title {
        font-size: 5vw
    }

    .our-news__list {
        gap: 1.0416666667vw
    }

    .our-news__item {
        padding: 2.0833333333vw;
        width: calc(50% - 1.0416666667vw)
    }

    .our-news__descr {
        margin-bottom: 3.125vw
    }
}

@media(max-width:1200px) {
    .our-news__subtitle {
        height: 70px;
        font-size: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 2
    }

    .our-news__descr {
        font-size: 12px;
        height: 55px;
        -webkit-line-clamp: 3
    }
}

@media(max-width:991px) {
    .our-news {
        padding-top: 60px;
        padding-bottom: 30px;
        height: auto
    }

    .our-news__btn {
        display: block;
        margin: 20px auto 0;
        padding-top: 4px;
        font-family: "TT Commons light";
        font-weight: 300;
        font-size: 24px;
        width: 263px;
        height: 61px;
        background-color: #009941;
        color: #fff;
        border-radius: 68px;
        border: none;
        cursor: pointer;
        transition: .5s background-color ease-in-out
    }
}

@media(max-width:768px) {
    .our-news__title {
        font-size: 42px;
        margin-bottom: 15px
    }

    .our-news__list {
        gap: 15px
    }

    .our-news__item {
        padding: 20px;
        width: 100%
    }

    .our-news__subtitle {
        font-size: 24px;
        margin-bottom: 15px
    }

    .our-news__descr {
        font-size: 16px;
        height: 240px;
        -webkit-line-clamp: 10
    }
}

.telegram {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    background: #466c54;
    height: 100vh
}

.telegram__wrapper {
    position: relative
}

.telegram__btn {
    background-color: #3d654b
}

.telegram__btn a {
    display: block;
    padding: 25px 250px
}

.telegram__btn:hover {
    background-color: #4a9064
}

.telegram__title {
    margin-bottom: 30px;
    display: block;
    font-size: 96px;
    font-weight: 400
}

.telegram__title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.telegram__content-wrapper {
    display: flex;
    max-height: 60vh;
    overflow-y: hidden;
    align-items: start;
    justify-content: space-around;
    margin-bottom: 40px
}

.telegram__widget {
    max-height: 60vh;
    width: auto;
    overflow: hidden
}


/* ЛЁНЯ  */


.telegram__content-wrapper {
    display: block;
}

.wptelegram-widget-wrap {
    justify-content: space-between;
    gap: 20px;
    display: flex;

}

@media (max-width: 1024px) {
    .telegram__content-wrapper {
        width: max-content;
        margin: 0 auto;
        height: 800px;

    }
    .telegram__title-wrapper {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .wptelegram-widget-wrap {
        display: block;
        scroll-snap-type: y mandatory;
        overflow-y: auto;
        height: 60vh;

    }
    .wptelegram-widget-message {
        scroll-snap-align: start;
        padding: 0;
        height: auto;
    }
    .telegram__btn a {
        padding: 20px 120px;
    }
}
@media (max-width: 500px) {
    .telegram__btn a {
        padding: 20px 65px;
    }
}


/* ЛЁНЯ КОНЕЦ  */


.wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.main__container {
    height: 100vh
}

.main {
    width: 100%;
    overflow: hidden
}

.main__button-contact {
    display: none
}

.main__container {
    position: relative
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.wrap {
    display: flex;
    height: 76vh;
    width: 88%;
    justify-content: space-evenly;
    align-items: start;
    flex-direction: column
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 100px 0
}

.header__logo {
    transition: all .5s ease-in-out
}

.header__logo:hover {
    opacity: .6
}

.header__twitter {
    transition: all .5s ease-in-out
}

.header__twitter:hover {
    opacity: .6
}

.header__telegram {
    transition: all .5s ease-in-out;
    margin: 0 60px 0 auto;
    font-weight: 400
}

.header__telegram:hover {
    opacity: .6
}

.header__button-contact {
    padding-top: 4px;
    font-family: "TT Commons light", sans-serif;
    font-weight: 300;
    font-size: 24px;
    max-width: 263px;
    height: 61px;
    width: 100%;
    background-color: #009941;
    color: #fff;
    border-radius: 68px;
    border: none;
    cursor: pointer;
    transition: .5s all ease-in-out
}

.header__button-contact:hover {
    background-color: #272727
}

.btn-contact--invisible {
    opacity: 0;
    pointer-events: none
}

.title {
    font-family: "TT Commons", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 96px;
    text-align: left;
    text-transform: none
}

.bottom-text {
    font-family: "TT Commons light", sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 80px;
    text-indent: 2rem
}

.form-wrap {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: end;
    left: 0;
    bottom: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity .5s ease-in-out;
    z-index: 1;
    opacity: 0
}

.form-wrap--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.popup {
    display: flex;
    justify-content: center;
    background-color: #009941;
    height: 72vh;
    width: 100vw;
    font-family: "TT Commons light", sans-serif;
    font-weight: 300
}

.popup__content {
    margin: 80px;
    max-width: 1727px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    pointer-events: all
}

.popup__content--invisible {
    opacity: 0;
    pointer-events: none
}

.popup__content-after {
    position: absolute;
    top: 50%;
    margin: 100px;
    max-width: 1727px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    transition: all .5s ease-in-out;
    opacity: 0;
    pointer-events: none
}

.popup__content-after--active {
    pointer-events: all;
    opacity: 1
}

.popup__title {
    width: 100%
}

.popup__title-item {
    font-family: "TT Commons light", sans-serif;
    font-size: 64px;
    font-weight: 300
}

.popup__required {
    display: flex;
    margin: 30px 0;
    width: 100%
}

input {
    font-size: 32px;
    color: #fff;
    padding: 0 40px;
    border-radius: 67px;
    border: 1px solid #fff;
    background-color: #009941
}

.error {
    border-color: red
}

.popup__input-textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #fff;
    font-family: "TT Commons light", sans-serif;
    font-size: 32px;
    font-weight: 300
}

.popup__input-textarea::placeholder,
input::placeholder {
    color: #fff;
    font-family: "TT Commons light", sans-serif;
    font-size: 32px;
    font-weight: 300
}

.popup__input-text {
    padding-top: 7px;
    height: 76px;
    width: 100%
}

.popup__label-text {
    width: 100%;
    margin-right: 40px;
    max-width: 842px
}

.popup__input-email {
    padding-top: 7px;
    height: 76px;
    width: 100%
}

.popup__label-email {
    width: 100%;
    max-width: 842px
}

.popup__label-textarea {
    width: 100%
}

.popup__input-textarea {
    width: 100%;
    padding: 30px;
    max-width: 1727px;
    height: 260px;
    border-radius: 67px;
    border: 1px solid #fff;
    background-color: #009941;
    font-size: 32px;
    color: #fff;
    resize: none
}

.popup__btn-close {
    background: url("../img/Group 84.svg") no-repeat center, #009941;
    width: 151px;
    height: 151px;
    border: none;
    cursor: pointer;
    transition: all .5s ease-in-out
}

.popup__btn-close:hover {
    background-color: #272727
}

.popup__submit {
    width: 100%;
    text-align: end;
    padding-bottom: 20px
}

.popup__submit-item {
    padding-top: 10px;
    font-family: "TT Commons", sans-serif;
    font-weight: 400;
    width: 100%;
    max-width: 567px;
    height: 76px;
    border-radius: 72px;
    background-color: #272727;
    border: none;
    color: #fff;
    font-size: 32px;
    margin-top: 30px;
    transition: background-color .5s ease-in-out;
    cursor: pointer
}

.popup__submit-item:hover {
    background-color: #466c54
}

.popup__submit-item:disabled {
    opacity: .5;
    cursor: default
}

.popup__submit-item:disabled:hover {
    background-color: #272727
}

.popup__message {
    text-align: center;
    width: 55%;
    font-size: 64px;
    font-family: "TT Commons light", sans-serif;
    font-weight: 300;
    transform: translate(-50%, -50%);
    top: 30%;
    left: 50%;
    position: relative
}

.popup__form-again {
    padding-top: 10px;
    font-family: "TT Commons", sans-serif;
    font-weight: 400;
    width: 100%;
    max-width: 567px;
    height: 76px;
    border-radius: 72px;
    background-color: #272727;
    border: none;
    color: #fff;
    font-size: 32px;
    margin-top: 60px;
    transition: background-color .5s ease-in-out;
    position: relative;
    transform: translate(-50%, -50%);
    left: 89%;
    bottom: -65%;
    cursor: pointer
}

.popup__form-again:hover {
    background-color: #466c54
}

@media(max-width:1920px) {
    .popup__content {
        width: 89.9479166667vw
    }

    .popup__input-textarea {
        height: 24.0740740741vh
    }

    .title {
        font-size: 5vw
    }

    .bottom-text {
        font-size: 1.6666666667vw
    }

    .popup__message {
        font-size: 3.3333333333vw
    }
}

@media(max-width:1760px) {
    .popup__form-again {
        left: 79%
    }
}

@media(max-width:1300px) {
    .bottom-text {
        font-size: 20px
    }
}

@media(max-width:1050px) {
    .popup__form-again {
        left: 50%;
        bottom: -40%
    }

    .popup__submit {
        text-align: center
    }

    .form-wrap {
        background-color: #009941;
        height: 100%
    }

    .wrap {
        align-items: center;
        width: 100%
    }
}

@media(max-width:800px) {
    body:has(.form-wrap--visible) {
        overflow: auto
    }

    .main.slide {
        background: url("../img/RESERCH 2_0.jpg") no-repeat;
        background-position: 50% 0
    }

    .main__container {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: auto
    }

    .main__contact-btn-wrap {
        margin: 0 auto
    }

    .video-background {
        display: none
    }

    .wrap {
        height: auto
    }

    .header {
        display: flex;
        justify-content: center;
        padding: 30px 0 20px 0;
        flex-direction: column
    }

    .header__telegram {
        display: none
    }

    .header__twitter {
        display: none
    }

    .header__button-contact {
        display: none
    }

    .title {
        font-size: 32px;
        text-align: center;
        line-height: 1;
        width: 300px;
        text-wrap: balance;
        margin-bottom: 20px
    }

    .bottom-text {
        font-size: 16px;
        display: block;
        text-indent: 0;
        text-align: center;
        text-wrap: balance
    }

    .button-contact {
        width: 341px;
        margin-top: 7vh;
        margin-bottom: 2vh
    }

    .main__button-contact {
        display: block;
        margin-bottom: 50px;
        padding-top: 4px;
        font-family: "TT Commons light";
        font-weight: 300;
        font-size: 24px;
        width: 263px;
        height: 61px;
        background-color: #009941;
        color: #fff;
        border-radius: 68px;
        border: none;
        cursor: pointer;
        transition: .5s background-color ease-in-out
    }

    .main__button-contact:hover {
        background-color: #272727
    }

    .popup__content {
        min-width: 320px
    }

    .popup__btn-close {
        width: 70px;
        height: 70px;
        background-size: 50%;
        margin-bottom: 30px
    }

    .popup__title {
        text-align: center;
        margin: 40px 0 -20px 0
    }

    .popup__submit-item {
        margin-top: 20px
    }

    .popup__label-text {
        margin-right: 8px
    }

    .popup__input-text {
        margin-right: 10px;
        border-radius: 24px
    }

    .popup__input-email {
        border-radius: 24px
    }

    .popup__input-textarea {
        font-size: 24px;
        min-width: 320px;
        min-height: 160px;
        border-radius: 24px;
        padding: 20px
    }

    .popup__submit {
        text-align: center
    }

    .popup__form-again {
        width: 320px;
        left: 50%;
        transform: translate(-50%);
        bottom: -65%
    }

    .popup__message {
        width: 100vw;
        font-size: 32px
    }

    .popup__input-textarea::-moz-placeholder,
    input::-moz-placeholder {
        font-size: 24px
    }

    .popup__input-textarea::placeholder,
    input::placeholder {
        font-size: 24px
    }

    input {
        padding: 0 20px;
        font-size: 24px
    }
}

.error {
    border-color: red
}

.bot {
    position: fixed;
    display: block;
    bottom: 40px;
    right: 3%;
    z-index: 5;
    width: 80px;
    height: 80px;
    outline: none;
    border: none;
    background-color: #009941;
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
    
}
.bot:hover {
    background-color:   #272727;
}

.header__sound-wrap {
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 140px;
    height: 120px
}

.header__music-bar-wrap {
    height: 100px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center
}

.header__title {
    display: flex;
    font-family: "TT Commons light", sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 0 auto
}

.header__title-on {
    color: #adff00
}

.header__music-bar-on {
    display: flex;
    align-items: center;
    justify-content: center
}

.header__music-bar-on svg {
    animation: scaleHeight 1s ease-in-out infinite alternate;
    animation-delay: 0s, 1s
}

.header__music-bar-on * {
    float: left;
    margin-left: -8px
}

.header__music-bar-on--off {
    display: none
}

.header__bar-off {
    width: 130px;
    background-color: #fff;
    height: 1px;
    display: none
}

.header__bar-off--active {
    display: block
}

.header__title-off,
.header__title-on--invisible {
    display: none
}

.header__title-off--visible,
.header__title-on--invisible--visible {
    display: flex
}

@keyframes scaleHeight {
    0% {
        transform: scaleY(1)
    }

    100% {
        transform: scaleY(.3)
    }
}

@media(max-width:1300px) {
    .header__sound-wrap {
        top: 11%;
        left: 50%;
        transform: translate(-50%, 0)
    }
}

@media(max-width:800px) {
    .header__sound-wrap {
        position: relative;
        top: 20px;
        transform: translate(-50%, 0);
        left: 50%
    }
}

.history {
    height: 100vh;
    background: url(../img/history/Component2.png) top no-repeat, #466c54
}

.history__animation {
    position: absolute;
    top: 25px;
    left: 0;
    width: 90%;
    height: 80%
}

.history__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.history__title {
    font-size: 96px;
    font-family: "TT Commons";
    font-weight: 400;
    margin-top: 25%
}

.history__bottom {
    display: flex;
    justify-content: flex-end;
    text-indent: 30px;
    font-family: "TT Commons";
    font-weight: 400;
    margin-bottom: 60px
}

.history__text {
    font-size: 30px;
    text-wrap: pretty;
    width: 43%
}

.history__text-par {
    font-weight: 400;
    opacity: 0;
    transform: translateY(150px)
}

.history__text-par-2 {
    opacity: 0;
    font-weight: 400;
    transform: translateY(150px)
}

@media(max-width:1920px) {
    .history__text {
        font-size: 1.5625vw
    }

    .history__title {
        font-size: 5vw
    }
}

@media(max-width:1280px) {
    .history {
        background: url(../img/history/lines-el3x.png) center no-repeat, #466c54;
        background-size: 100%
    }

    .history__text {
        font-size: 32px;
        width: auto
    }

    .history__title {
        font-size: 60px
    }

    .history__text-par {
        opacity: 1;
        transform: none
    }
}

@media(max-width:1024px) {
    .history__animation {
        display: none
    }
}

@media(max-width:800px) {
    .history__text {
        font-size: 32px;
        width: auto
    }

    .history__title {
        font-size: 42px;
        margin-top: 40px
    }
}

@media(max-width:576px) {
    .history__text {
        font-size: 16px;
        width: auto
    }

    .history__bottom {
        text-indent: 0;
        line-height: 17px
    }
}

.mission {
    background: url("../img/mission/Ellipse 3.png") no-repeat left, #466c54
}

.mission__container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 15px
}

.mission__animation-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px minmax(0, 1fr);
    position: relative;
    padding: 40px 0 10px 0
}

.mission__circle-wrap {
    width: 15%;
    font-size: 32px;
    font-family: "TT Commons light", sans-serif;
    font-weight: 300;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%
}

.mission__circle-wrap::before {
    content: "fund";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%
}

.mission__circle-item {
    animation: scale 1.5s infinite alternate;
    height: 100%;
    width: 100%
}

.mission__anim {
    opacity: 0;
    transform: translateY(150px)
}

.mission__ring-left {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 2
}

.mission__ring-right {
    display: grid;
    grid-column-start: 3;
    grid-column-end: 4
}

.mission__ring-left>svg {
    height: 44vh;
    transform-origin: right;
    width: 100%;
    animation: scaleLeft 6s infinite ease-in-out alternate
}

.mission__ring-left>rect {
    animation: move-right 6s infinite ease-in-out alternate
}

.mission__ring-right>svg {
    height: 44vh;
    transform-origin: left;
    width: 100%;
    animation: scaleRight 6s infinite ease-in-out alternate
}

.mission__title {
    font-size: 96px;
    font-family: "TT Commons", sans-serif;
    font-weight: 400;
    width: 37%
}

.mission__column-1 {
    font-family: "TT Commons", sans-serif;
    font-weight: 400;
    margin-right: 40px;
    text-indent: 30px;
    width: 32%;
    line-height: 30px
}

.mission__column-2 {
    font-family: "TT Commons", sans-serif;
    font-weight: 400;
    text-indent: 30px;
    width: 31%;
    line-height: 30px
}

.mission__bottom-text-container {
    display: flex;
    justify-content: space-between
}

.mission__donate-btn {
    width: 230px;
    height: 61px;
    background-color: #009941;
    border-radius: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: 0;
    transition: all .3s ease-in-out;
    font-size: 24px;
    font-family: "TT Commons light", sans-serif;
    font-weight: 300;
    cursor: pointer
}

.mission__donate-btn:hover {
    background-color: #272727
}

.mission__donate-link-mobile {
    display: none
}

.mission__column-button {
    display: flex;
    justify-content: start;
    align-items: end;
    margin-top: 20px
}

.mission__animation-mobile {
    display: none
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(.9)
    }
}

@keyframes scaleLeft {
    0% {
        transform: scaleX(.65) translateX(-5%)
    }

    100% {
        transform: scaleX(1.05) translateX(5%)
    }
}

@keyframes scaleRight {
    0% {
        transform: scaleX(.65) translateX(5%)
    }

    100% {
        transform: scaleX(1.05) translateX(-5%)
    }
}

@media(max-width:1920px) {
    .mission__title {
        font-size: 5vw
    }

    .mission__column-1 {
        font-size: 1.5625vw
    }

    .mission__column-2 {
        font-size: 1.5625vw
    }

    .mission__title {
        font-size: 5vw
    }
}

@media(max-width:1920px)and (max-height:768px)and (orientation:landscape) {

    .mission__ring-left>svg,
    .mission__ring-right>svg {
        height: 40vh
    }

    .mission__animation-wrap {
        grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr)
    }

    .mission__circle-wrap {
        top: 60%
    }
}

@media(max-width:1750px) {
    .mission__column-1 {
        line-height: 25px
    }

    .mission__column-2 {
        line-height: 25px
    }

    .mission__animation-wrap {
        padding: 20px 0 10px 0
    }
}

@media(max-width:1280px) {
    .mission {
        height: auto
    }

    .mission__container {
        padding-bottom: 20px;
        height: auto
    }

    .mission__donate-link-mobile {
        display: flex
    }

    .mission__animation-wrap {
        grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr)
    }

    .mission__circle-wrap {
        top: 53%
    }

    .mission__circle-wrap::before {
        content: "fund";
        font-size: 20px
    }

    .mission__column-1 {
        margin-right: 10px;
        font-size: 20px
    }

    .mission__column-2 {
        font-size: 20px
    }

    .mission__anim {
        opacity: 1;
        transform: none
    }

    #donate-anchor {
        display: none
    }
}

@media(max-width:800px) {
    .mission {
        background: #466c54
    }

    .mission__container {
        height: auto
    }

    .mission__animation-wrap {
        display: none
    }

    .mission__animation-mobile {
        display: block;
        position: relative
    }

    .mission__mobile-item {
        position: relative;
        top: 50%;
        left: 50.5%;
        transform: translate(-50%)
    }

    .mission__animation-text {
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        font-family: "TT Commons light", sans-serif;
        font-weight: 300
    }

    .mission__bottom-text-container {
        flex-direction: column
    }

    .mission__title {
        width: 100%;
        padding-top: 30px;
        font-size: 42px
    }

    .mission__column-1 {
        text-indent: 0;
        margin-bottom: 30px;
        line-height: 18px;
        width: 100%;
        font-size: 16px
    }

    .mission__column-2 {
        text-indent: 0;
        line-height: 18px;
        width: 100%;
        font-size: 16px
    }

    .mission__column-button {
        justify-content: center;
        margin-bottom: 40px
    }

    .mission__donate-btn {
        width: 100%;
        max-width: 400px
    }
}

.programmes {
    height: 100vh;
    background-color: #466c54;
    display: flex;
    flex-direction: column
}

.programmes__container {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.programmes__title {
    font-size: 96px;
    margin-bottom: 10px;
    margin-top: 40px;
    font-weight: 400
}

.programmes__content-wrap {
    display: flex;
    gap: 90px
}

.programmes__row-1 {
    height: 100%;
    display: flex;
    gap: 90px
}

.programmes__row-2 {
    height: 100%;
    display: flex;
    gap: 90px
}

.programmes__card {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 200px;
    opacity: 0;
    transform: translateY(150px)
}

.programmes__card>img {
    width: 180px;
    position: absolute;
    top: 0;
    left: 0
}

.programmes__card-title {
    margin-bottom: 2em;
    font-size: 24px
}

.programmes__card-text {
    font-size: 20px;
    text-indent: 30px;
    margin-top: 240px
}

.programmes__card-1 {
    width: 340px
}

.programmes__card-2 {
    width: 335px
}

.programmes__card-3 {
    width: 350px
}

.programmes__card-4 {
    width: 400px
}

.programmes__link {
    transition: all .5s ease-in-out;
    margin-top: 20px;
    font-size: 20px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.programmes__link::before {
    content: "";
    margin-right: 10px;
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/programmes/Group.png) center no-repeat
}

.programmes__link:hover {
    opacity: .6
}

@media(max-height:800px)and (min-width:1000px) {
    .programmes {
        height: auto
    }
}

@media(max-width:1920px) {
    .programmes__title {
        font-size: 5vw
    }

    .programmes__link::before {
        height: auto;
        background-size: 100%
    }
}

@media(max-width:1920px)and (max-height:768px)and (orientation:landscape) {
    .programmes__title {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media(max-width:1820px) {
    .programmes__content-wrap {
        gap: 20px
    }

    .programmes__row-1 {
        gap: 20px
    }

    .programmes__row-2 {
        gap: 20px
    }
}

@media(max-width:1600px) {
    .programmes__card-1 {
        width: 300px
    }

    .programmes__card-2 {
        width: 295px
    }

    .programmes__card-3 {
        width: 320px
    }

    .programmes__card-4 {
        width: 360px
    }
}

@media(max-width:1420px) {
    .programmes__card-title {
        font-size: 16px
    }

    .programmes__card-text:not(:first-child) {
        font-size: 15px
    }

    .programmes__link {
        font-size: 20px
    }

    .programmes__card-1 {
        width: 290px
    }

    .programmes__card-2 {
        width: 285px
    }

    .programmes__card-3 {
        width: 290px
    }

    .programmes__card-4 {
        width: 340px
    }

    .programmes__content-wrap {
        gap: 2vh
    }

    .programmes__row-1 {
        gap: 2vh
    }

    .programmes__row-2 {
        gap: 2vh
    }
}

@media(max-width:1280px) {
    .programmes__card {
        opacity: 1;
        transform: none
    }

    .programmes__card-1 {
        width: 21.09375vw
    }

    .programmes__card-2 {
        width: 20.703125vw
    }

    .programmes__card-3 {
        width: 21.09375vw
    }

    .programmes__card-4 {
        width: 25vw
    }

    .programmes__content-wrap {
        font-family: "TT Commons light", sans-serif;
        font-weight: 300;
        line-height: 1.2
    }

    .programmes__content-wrap__title {
        font-size: 7.5vw
    }
}

@media(max-width:1024px) {
    .programmes {
        height: auto
    }

    .programmes__container {
        height: auto;
        padding-bottom: 20px
    }

    .programmes__content-wrap {
        flex-direction: column
    }

    .programmes__card>img {
        width: 110px
    }

    .programmes__card-text {
        margin-top: 150px;
        text-indent: 0
    }

    .programmes__card-title {
        font-size: 22px
    }

    .programmes__card-text:not(:first-child) {
        font-size: 18px
    }

    .programmes__card:nth-child(1) {
        width: 100%;
        max-width: 50%
    }

    .programmes__card:nth-child(2) {
        width: 100%;
        max-width: 50%
    }

    .programmes__card:nth-child(3) {
        width: 100%;
        max-width: 50%
    }

    .programmes__card:nth-child(4) {
        width: 100%;
        max-width: 50%
    }
}

@media(max-width:800px) {
    .programmes {
        height: 100%
    }

    .programmes__container {
        height: 100%
    }

    .programmes__title {
        font-size: 42px;
        margin-top: 20px;
        margin-bottom: 30px
    }

    .programmes__content-wrap {
        flex-direction: column;
        gap: 50px
    }

    .programmes__content-wrap>* {
        height: 100%
    }

    .programmes__row-1 {
        flex-direction: column
    }

    .programmes__row-2 {
        flex-direction: column;
        margin-bottom: 50px
    }

    .programmes__card-text {
        text-indent: 0
    }

    .programmes__link {
        font-family: "TT Commons light", sans-serif;
        font-weight: 300;
        font-size: 20px
    }

    .programmes__card-title {
        font-size: 24px
    }

    .programmes__card-text:not(:first-child) {
        font-size: 20px
    }

    .programmes__card {
        margin-bottom: 65px
    }

    .programmes__card:nth-child(1) {
        max-width: 100%
    }

    .programmes__card:nth-child(2) {
        max-width: 100%
    }

    .programmes__card:nth-child(3) {
        max-width: 100%
    }

    .programmes__card:nth-child(4) {
        max-width: 100%
    }

    .programmes__link::before {
        width: 23px;
        height: 23px
    }
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.research {
    display: flex;
    flex-direction: column
}

.research__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 3em
}

.research__title {
    margin-top: 130px;
    font-size: 96px;
    font-weight: 400
}

.research__content-wrap {
    display: flex;
    text-indent: 30px;
    gap: 70px
}

.research__card {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    opacity: 0;
    transform: translateY(150px)
}

.research__card-title {
    margin-bottom: 2em
}

.research__card-text {
    font-family: "TT Commons-Medium", sans-serif;
    font-weight: 500
}

.research__link {
    margin-top: 20px;
    font-size: 20px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    text-indent: 0;
    transition: all .5s ease-in-out
}

.research__link::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 23px;
    height: 23px;
    background: url(../img/research/Group.png) center no-repeat
}

.research__link:hover {
    opacity: .6
}

@media(max-width:1920px) {
    .research__title {
        font-size: 5vw;
        margin-top: 6.7708333333vw
    }
}

@media(max-width:1600px) {
    .research__content-wrap {
        gap: 20px
    }
}

@media(max-width:1280px) {
    .research__card {
        opacity: 1;
        transform: none
    }
}

@media(max-width:1050px) {
    .research__content-wrap {
        flex-direction: column;
        text-indent: 0
    }
}

@media(max-width:800px) {
    section {
        height: auto
    }

    .research {
        background: url("../img/research/RESERCH 2_0.jpg") no-repeat;
        height: 100%;
        background-size: auto 100%;
        background-position: 70% 0
    }

    .research__container {
        height: 100%;
        padding-bottom: 30px
    }

    .research__title {
        font-size: 42px;
        margin-top: 30px
    }

    .research__content-wrap {
        flex-direction: column;
        gap: 20px;
        text-indent: 0
    }

    .research__card-text {
        font-family: "TT Commons-Medium", sans-serif;
        font-weight: 500
    }

    .research__card-title {
        margin-bottom: 20px;
        font-family: "TT Commons-DemiBold", sans-serif;
        font-weight: 600
    }
}

.donate-container {
    padding: 0
}

.donate {
    position: relative;
    z-index: 0;
    background-color: #466c54;
    font-size: 20px
}

.donate__img-background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: 45% -30%;
    object-position: 45% -30%
}

.donate__img-wrap {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: url(../img/donate/scheme2.png) no-repeat;
    background-position: 45% -30%
}

.donate__title {
    font-size: 600px;
    text-align: center;
    FONT-WEIGHT: 400;
    line-height: .5;
    margin-top: 100px;
    position: relative;
    z-index: -1
}

.donate__form {
    max-width: 843px;
    width: 100%;
    position: relative
}

.donate__container {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px
}

.donate__switcher-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    DISPLAY: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.donate__switcher-container {
    position: relative;
    display: flex;
    max-width: 843px;
    width: 100%;
    height: 76px;
    border: 4px solid #009941;
    border-radius: 136px;
    box-sizing: border-box;
    background: rgba(39, 39, 39, .4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.donate__switcher-container input {
    position: absolute;
    visibility: hidden;
    z-index: 4
}

.donate__period {
    cursor: pointer;
    width: 50%
}

.donate__switcher-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    transition: transform 1s cubic-bezier(.77, 0, .175, 1)
}

.donate__switch {
    background-color: #009941;
    height: 100%;
    width: 101%;
    border-radius: 80px
}

.donate__switch div {
    opacity: 0;
    position: absolute;
    DISPLAY: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: opacity .5s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity
}

.donate__switcher-container input:nth-of-type(1):checked~.donate__switcher-wrap {
    transform: translateX(0)
}

.donate__switcher-container input:nth-of-type(2):checked~.donate__switcher-wrap {
    transform: translateX(100%)
}

.donate__switcher-container input:nth-of-type(1):checked~.donate__switcher-wrap .donate__switch div:nth-of-type(1) {
    opacity: 1
}

.donate__switcher-container input:nth-of-type(2):checked~.donate__switcher-wrap .donate__switch div:nth-of-type(2) {
    opacity: 1
}

.donate__sum-select-1 input[type=radio],
.donate__sum-select-2 input[type=radio] {
    position: absolute;
    visibility: hidden
}

.donate__sum-select {
    margin: 30px 0 40px 0
}

.donate__sum-select-1 {
    display: flex;
    justify-content: space-between
}

.donate__sum-select-2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 20px
}

.donate__sum-select-1 label,
.donate__sum-select-2 label:not(:last-child) {
    position: relative;
    background: rgba(39, 39, 39, .1019607843);
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 254px;
    width: 100%;
    height: 76px;
    border: 1px solid #fff;
    border-radius: 136px;
    transition: all .3s ease-in-out;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    cursor: pointer
}

.donate__sum-select-1 label:hover,
.donate__sum-select-2 label:not(:last-child):hover {
    border-color: #adff00
}

.donate__sum-select-1 label:checked,
.donate__sum-select-2 label:not(:last-child):checked {
    background-color: #009941
}

.donate__sum-select-2 label[for=other] {
    visibility: hidden
}

.donate label:has(input[name=donateGroup]:checked) {
    background-color: #009941;
    border: none
}

.donate input[id=other] {
    position: absolute;
    right: 0;
    max-width: 254px;
    width: 100%;
    height: 76px;
    background: rgba(39, 39, 39, .1019607843);
    transition: all .5s ease-in-out;
    z-index: 3;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    font-size: 20px
}

.donate input[id=other]:hover {
    border-color: #adff00
}

.donate input[id=other]::-moz-placeholder {
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
    font-family: "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 20px
}

.donate input[id=other]::placeholder {
    transition: all .5s ease-in-out;
    text-align: center;
    font-family: "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 20px
}

.donate input[id=other]:focus {
    width: 100%;
    max-width: 100%;
    left: auto;
    right: 0;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.donate input[id=other]:focus::-moz-placeholder {
    text-align: left
}

.donate input[id=other]:focus::placeholder {
    text-align: left
}

.donate__btn {
    max-width: 843px
}

.donate__btn-item {
    width: 100%;
    height: 82px;
    border-radius: 136px;
    background-color: #272727;
    color: #fff
}

.donate__btn-item:hover {
    background-color: #009941
}

.focused {
    border: 1px solid #adff00 !important;
    opacity: .4;
    background: rgba(39, 39, 39, .1019607843) !important
}

@media(max-width:1920px) {
    .donate__title {
        font-size: 31.25vw
    }
}

@media(max-width:1920px)and (max-height:768px)and (orientation:landscape) {
    .donate__sum-select {
        margin: 10px 0 20px 0
    }

    .donate__sum-select-2 {
        margin-top: 10px
    }
}

@media(max-width:800px) {
    .donate__img-wrap {
        background-position: 48% 10%;
        background-size: 250%
    }

    .donate__img-background {
        -o-object-position: 48% -10%;
        object-position: 48% -10%
    }

    .donate__container {
        height: 100%
    }

    .donate__title {
        font-size: 42px;
        line-height: 1;
        margin: 60px 0 30px 0
    }

    .donate__switcher-container {
        font-size: 16px
    }

    .donate__sum-select {
        margin: 50px 0 17px 0
    }

    .donate__sum-select-1 {
        flex-direction: column;
        align-items: center;
        gap: 7px
    }

    .donate__sum-select-2 {
        flex-direction: column;
        align-items: center;
        gap: 7px;
        margin-top: 7px
    }

    .donate__btn {
        margin-bottom: 40px
    }

    .donate__btn-item {
        font-family: "TT Commons", sans-serif;
        font-weight: 400;
        font-size: 20px
    }

    .donate input[id=other] {
        bottom: 0;
        max-width: inherit
    }

    .donate input[id=other]:focus::-moz-placeholder {
        text-align: center
    }

    .donate input[id=other]:focus::placeholder {
        text-align: center
    }

    .donate__sum-select-1 label,
    .donate__sum-select-2 label:not(:last-child) {
        max-width: inherit
    }
}

.form-container {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity .5s ease-in-out;
    z-index: 99;
    opacity: 0
}

.form-container--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.form {
    background-color: #009941;
    position: relative
}

.form-wrap {
    z-index: 12
}

.form__container {
    padding: 40px 80px 40px 80px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column
}

.form__content {
    max-width: 1727px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff
}

.form__content--invisible {
    visibility: hidden
}

.form__content-after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    max-width: 1727px;
    display: flex;
    color: #fff;
    transition: opacity .5s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.form__content-after--active {
    display: flex;
    opacity: 1;
    visibility: visible
}

.form__form-again {
    position: absolute;
    right: 0;
    bottom: 0
}

.form__title {
    width: 100%
}

.form__title-item {
    font-family: "TT Commons light", sans-serif;
    font-size: 64px;
    font-weight: 300
}

.form__required {
    display: flex;
    margin: 30px 0;
    width: 100%
}

.form input {
    font-size: 32px;
    color: #fff;
    padding: 0 40px;
    border-radius: 67px;
    background-color: #009941;
    font-family: "TT Commons light", sans-serif;
    font-weight: 300
}

.form .error {
    border-color: red
}

.form input::-moz-placeholder,
.form__input-textarea::-moz-placeholder {
    color: #fff;
    font-family: "TT Commons light", sans-serif;
    font-size: 32px;
    font-weight: 300
}

.form input::placeholder,
.form__input-textarea::placeholder {
    color: #fff;
    font-family: "TT Commons light", sans-serif;
    font-size: 32px;
    font-weight: 300
}

.form__input-text {
    padding-top: 7px;
    height: 76px;
    width: 100%
}

.form__label-text {
    width: 100%;
    margin-right: 40px;
    max-width: 842px
}

.form__input-email {
    padding-top: 7px;
    height: 76px;
    width: 100%
}

.form__label-email {
    width: 100%;
    max-width: 842px
}

.form__label-textarea {
    width: 100%
}

.form__input-textarea {
    width: 100%;
    padding: 30px;
    max-width: 1727px;
    height: 350px;
    border-radius: 67px;
    border: 1px solid #fff;
    background-color: #009941;
    font-size: 32px;
    color: #fff;
    resize: none;
    font-family: "TT Commons light", sans-serif;
    font-weight: 300
}

.form__btn-close {
    background: url("../img/Group 84.svg") no-repeat center, #009941;
    width: 151px;
    height: 151px;
    border: none;
    cursor: pointer;
    transition: all .5s ease-in-out
}

.form__btn-close:hover {
    background-color: #272727
}

.form__submit {
    width: 100%;
    text-align: end
}

.form__submit-item {
    padding-top: 10px;
    font-family: "TT Commons light", sans-serif;
    font-weight: 300;
    font-size: 24px;
    width: 567px;
    height: 76px;
    border-radius: 72px;
    background-color: #272727;
    border: none;
    color: #fff;
    margin-top: 30px;
    transition: background-color .5s ease-in-out;
    cursor: pointer
}

.form__submit-item:hover {
    background-color: #466c54
}

.form__submit-item:disabled {
    opacity: .5;
    cursor: default
}

.form__submit-item:disabled:hover {
    background-color: #272727
}

.form__message {
    text-align: center;
    width: 55%;
    font-size: 64px;
    font-family: "TT Commons light", sans-serif;
    font-weight: 300;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    position: relative
}

.form__form-again {
    padding-top: 10px;
    font-family: "TT Commons", sans-serif;
    font-weight: 400;
    max-width: 567px;
    width: 100%;
    height: 76px;
    border-radius: 72px;
    background-color: #272727;
    border: none;
    color: #fff;
    font-size: 32px;
    margin-top: 60px;
    cursor: pointer
}

.form__form-again:hover {
    background-color: #466c54
}

.form__footer {
    display: flex;
    border-top: 1px solid #fff;
    justify-content: space-between;
    padding-top: 5vh;
    margin-top: 5vh;
    padding-right: 90px;
    font-size: 20px
}

.form__copyright {
    font-family: "TT Commons light", sans-serif;
    font-weight: 300
}

.form__twitter-link {
    margin-left: 180px;
    transition: all .5s ease-in-out
}

.form__twitter-link:hover {
    opacity: .6
}

.form__telegram-link {
    transition: all .5s ease-in-out
}

.form__telegram-link:hover {
    opacity: .6
}

.form__btn-up {
    transition: all .5s ease-in-out;
    margin-left: 40px
}

.form__btn-up:hover {
    opacity: .6
}

.form__social-links {
    display: flex;
    justify-content: space-between;
    gap: 60px
}

.form__telegram-link-mobile {
    display: none
}

.form__btn-up {
    background-color: #009941
}

@media(max-width:1920px) {
    .form__message {
        font-size: 3.3333333333vw
    }

    .form__twitter-link {
        margin-left: 9.375vw
    }

    .form__social-links {
        gap: 3.125vw
    }

    .form__btn-up {
        margin-left: 2.0833333333vw
    }
}

@media(max-width:1920px)and (max-height:840px)and (orientation:landscape) {
    .form__input-textarea {
        height: auto
    }

    .donate__title {
        font-size: 25vw
    }

    .popup {
        height: 80vh
    }
}

@media(max-width:1050px) {
    .form__content-container {
        width: 100%
    }

    .form__form-again {
        right: 50%;
        transform: translate(50%)
    }

    .form__submit {
        text-align: center
    }

    .form-container {
        height: 100vh;
        background-color: #009941
    }

    .wrap {
        align-items: center;
        width: 100%
    }

    .form__footer {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 30px
    }

    .form__twitter-link {
        margin-left: 0
    }
}

@media(max-width:800px) {
    .form__container {
        padding: 0;
        height: auto
    }

    .form__title {
        margin: 60px 0 0 0
    }

    .form__title-item {
        font-size: 42px
    }

    .form__submit-item {
        margin-top: 20px;
        min-width: 247px;
        width: 80%;
        max-width: 567px
    }

    .form__label-text {
        margin-right: 8px
    }

    .form__input-text {
        margin-right: 10px;
        border-radius: 24px
    }

    .form__input-email {
        border-radius: 24px
    }

    .form__input-textarea {
        font-size: 20px;
        min-width: 150px;
        height: 300px;
        border-radius: 24px;
        padding: 20px;
        font-family: "TT Commons light", sans-serif;
        font-weight: 300
    }

    .form__submit {
        text-align: center
    }

    .form__message {
        width: 100%;
        font-size: 32px
    }

    .form__footer {
        padding: 0;
        border-top: none
    }

    .form__social-links {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        gap: 0
    }

    .form__social-links a {
        display: block;
        margin-bottom: 20px;
        width: 50%
    }

    .form__telegram-link-mobile {
        display: block
    }

    .form__btn-up {
        display: none
    }

    .form input::-moz-placeholder,
    .form__input-textarea::-moz-placeholder {
        color: #fff;
        font-size: 20px
    }

    .form input::placeholder,
    .form__input-textarea::placeholder {
        color: #fff;
        font-size: 20px
    }

    .form input {
        padding: 0 20px;
        font-size: 20px;
        border-radius: 24px
    }
}

.header--news {
    background-image: none;
    height: auto
}

.header__wrapper--news {
    height: auto
}

.news {
    background: #466c54;
    height: auto;
    position: relative
}

.news__title {
    font-size: 120px;
    font-weight: 400;
    margin-top: 80px;
    text-transform: uppercase
}

.news__list {
    width: 100%;
    gap: 40px;
    display: flex;
    flex-wrap: wrap
}

.news__descr {
    display: block;
    line-height: 1.5;
    text-transform: none;
    height: 100px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 75px
}

.news__item {
    font-weight: 400;
    font-size: 16px;
    width: calc(50% - 20px);
    background: #3d654b;
    transition: .5s ease-in-out;
    position: relative;
    z-index: 8
}

.news__item::before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease-in-out;
    z-index: -1000
}

.news__item:hover::before {
    opacity: 1
}

.news__item:hover .news__btn {
    opacity: 1
}

.news__item .news__right {
    display: none
}

.news__item .news__left {
    padding: 40px 40px 40px 40px
}

.news__item:nth-child(2n) {
    border-bottom: none
}

.news__item:nth-child(2n+1) {
    border-bottom: none;
    border-left: none
}

.news__item:first-child {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    background: #4a9064
}

.news__item:first-child .news__left {
    width: 50%;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.news__item:first-child .news__right {
    width: 50%;
    padding: 20px;
    display: block;
    padding: 40px 40px 40px 40px
}

.news__item:first-child .news__right img {
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.news__item:first-child .news__subtitle {
    font-size: 48px
}

.news__item:first-child .news__descr {
    margin-bottom: 0
}

.news__item:first-child .news__btn {
    opacity: 1
}

.news__item:first-child .news__subtitle {
    height: 170px;
    -webkit-line-clamp: 3
}

.news__subtitle {
    font-weight: 400;
    font-size: 32px;
    display: -webkit-box;
    line-height: 1.2;
    margin-bottom: 20px;
    height: 75px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news__btn {
    font-weight: 400;
    display: block;
    margin-top: auto;
    margin-bottom: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    color: #adff00
}

.footer {
    background: #009941
}

.footer--news {
    margin: 40px auto 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media(max-width:1920px) {
    .news__title {
        font-size: 6.25vw;
        margin-top: 4.1666666667vw
    }

    .news__list {
        gap: 2.0833333333vw
    }

    .news__descr {
        margin-bottom: 3.90625vw
    }

    .news__item .news__left {
        padding: 2.0833333333vw 2.0833333333vw 4.1666666667vw 2.0833333333vw
    }

    .news__item:first-child .news__left {
        padding: 2.0833333333vw
    }

    .news__item:first-child .news__right {
        padding: 2.0833333333vw
    }

    .news__item:first-child .news__right img {
        height: 28.6458333333vw
    }

    .news__subtitle {
        margin-bottom: 1.0416666667vw
    }

    .news__btn {
        font-weight: 400
    }

    .footer--news {
        margin: 2.0833333333vw auto 0;
        padding-bottom: 2.0833333333vw;
        padding-top: 2.0833333333vw
    }
}

@media(max-width:1200px) {
    .news__item {
        font-size: 12px
    }

    .news__item:first-child .news__right img {
        height: 36.4583333333vw
    }

    .news__descr {
        height: 70px
    }

    .news__btn {
        opacity: 1
    }
}

@media(max-width:768px) {
    .news__title {
        font-size: 64px;
        margin-top: 75px
    }

    .news__list {
        margin-top: 10px;
        flex-direction: column
    }

    .news__descr {
        height: 145px;
        overflow: hidden;
        -webkit-line-clamp: 6;
        margin-bottom: 15px
    }

    .news__item {
        font-weight: 400;
        font-size: 16px;
        padding: 20px;
        width: 100%;
        margin-bottom: 15px
    }

    .news__item::before {
        content: "";
        display: block;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        transition: opacity .5s ease-in-out;
        z-index: -1000
    }

    .news__item:hover::before {
        opacity: 1
    }

    .news__item .news__right {
        display: none
    }

    .news__item .news__left {
        padding: 0
    }

    .news__item:first-child {
        width: 100%;
        flex-direction: column-reverse
    }

    .news__item:first-child .news__left {
        width: 100%;
        padding: 0
    }

    .news__item:first-child .news__right {
        width: 100%;
        padding: 0
    }

    .news__item:first-child .news__right img {
        height: 220px
    }

    .news__item:first-child .news__subtitle {
        font-size: 24px;
        height: 55px;
        -webkit-line-clamp: 2;
        margin-top: 20px
    }

    .news__item:first-child .news__descr {
        height: 220px;
        -webkit-line-clamp: 9;
        margin-bottom: 15px
    }

    .news__subtitle {
        font-size: 24px;
        margin-bottom: 15px;
        height: 55px;
        -webkit-line-clamp: 2
    }

    .news__btn a {
        padding: 38px 46px;
        text-align: center;
        display: block
    }

    .footer--news {
        margin: 20px auto 0;
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.header--single-news {
    flex-wrap: wrap
}

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

.header__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 860px;
    z-index: -2
}

.header__back img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header__back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#466c54, transparent)
}

.header__title--news {
    font-weight: 400;
    font-size: 96px;
    line-height: 1.1;
    display: block;
    padding: 340px 0 60px
}

.single-news {
    width: 100%;
    padding: 120px 0 0;
    font-weight: 400
}

.single-news__text {
    padding: 0 150px 50px;
    text-transform: none;
    font-size: 32px
}

.single-news__text a {
    color: #adff00;
    text-decoration: underline
}

.single-news__title {
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 30px;
    padding: 0 150px
}

.single-news__image {
    width: 100%;
    height: 580px;
    position: relative;
    margin-bottom: 60px
}

.single-news__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.single-news__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, transparent, #466c54);
    z-index: 1
}

.single-news__unordered {
    text-transform: none;
    font-size: 32px;
    font-weight: 400;
    list-style: square outside;
    color: #adff00;
    padding: 0 150px 0 180px
}

.single-news__unordered li {
    margin-bottom: 40px
}

.single-news__unordered li span {
    color: #fff
}

.single-news__ordered {
    list-style: decimal outside;
    text-transform: none;
    font-size: 32px;
    font-weight: 400;
    color: #adff00;
    padding: 0 150px 0 180px
}

.single-news__ordered li {
    margin-bottom: 40px
}

.single-news__ordered li span {
    color: #fff
}

.single-news__social {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    border-top: 1px solid #adff00;
    padding: 28px 0 110px
}

.single-news__social span {
    margin-right: 40px;
    font-size: 32px;
    font-weight: 400;
    text-transform: none
}

.single-news__social li {
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center
}

.single-news__social li svg {
    display: block
}

.single-news__social li:nth-child(3) {
    border-right: none;
    border-left: none
}

.single-news .news__item:first-child {
    font-weight: 400;
    font-size: 16px;
    width: calc(50% - 20px);
    background: #3d654b;
    transition: .5s ease-in-out;
    position: relative;
    z-index: 8;
    margin: 0;
}

.single-news .news__item:first-child .news__btn {
    opacity: 0
}

.single-news .news__item:first-child:hover .news__btn {
    opacity: 1
}

.single-news .news__item:first-child .news__right {
    display: none
}

.single-news .news__item:first-child .news__left {
    width: 100%;
    padding: 40px 40px 40px 40px
}

.single-news .news__item:first-child .news__subtitle {
    font-weight: 400;
    font-size: 32px;
    display: -webkit-box;
    line-height: 1.2;
    margin-bottom: 20px;
    height: 75px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media(max-width:1920px) {
    .header__back {
        height: 44.7916666667vw
    }

    .header__title--news {
        font-size: 5vw;
        padding: 17.7083333333vw 0 3.125vw
    }

    .single-news {
        padding: 6.25vw 0 0
    }

    .single-news__text {
        padding: 0 7.8125vw 2.6041666667vw;
        font-size: 1.6666666667vw
    }

    .single-news__title {
        font-size: 2.5vw;
        margin-bottom: 1.5625vw;
        padding: 0 7.8125vw
    }

    .single-news__image {
        height: 30.2083333333vw;
        margin-bottom: 3.125vw
    }

    .single-news__unordered {
        font-size: 1.6666666667vw;
        padding: 0 7.8125vw 0 9.375vw
    }

    .single-news__unordered li {
        margin-bottom: 2.0833333333vw
    }

    .single-news__unordered li span {
        color: #fff
    }

    .single-news__ordered {
        font-size: 1.6666666667vw;
        padding: 0 7.8125vw 0 9.375vw
    }

    .single-news__ordered li {
        margin-bottom: 2.0833333333vw
    }

    .single-news__social {
        padding: 1.4583333333vw 0 5.7291666667vw
    }

    .single-news__social span {
        margin-right: 2.0833333333vw;
        font-size: 1.6666666667vw
    }

    .single-news__social li {
        width: 4.4270833333vw;
        height: 4.4270833333vw;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .single-news__social li svg {
        display: block
    }

    .single-news .news__item:first-child .news__left {
        padding: 2.0833333333vw 2.0833333333vw 4.1666666667vw 2.0833333333vw
    }

    .single-news .news__item:first-child .news__descr {
        margin-bottom: 3.90625vw
    }
}

@media(max-width:1200px) {
    .single-news__social li svg {
        transform: scale(.7)
    }

    .single-news .news__item:first-child {
        font-size: 12px
    }

    .single-news .news__item:first-child .news__left {
        padding: 2.0833333333vw 2.0833333333vw 4.1666666667vw 2.0833333333vw
    }

    .single-news .news__item:first-child .news__btn {
        opacity: 1;
        width: 38.0208333333vw
    }

    .single-news .news__item:first-child .news__descr {
        height: 70px
    }
}

@media(max-width:768px) {
    .header__back {
        height: 760px
    }

    .header__title--news {
        font-size: 36px;
        margin-top: 55px;
        padding: 130px 20px 45px
    }

    .single-news {
        width: 100%;
        padding: 46.875vw 0 0;
        font-weight: 400
    }

    .single-news__text {
        padding: 0 0 30px;
        font-size: 20px
    }

    .single-news__title {
        font-size: 36px;
        margin-bottom: 30px;
        padding: 0 0
    }

    .single-news__image {
        height: 200px;
        margin-bottom: 30px
    }

    .single-news__unordered {
        font-size: 20px;
        padding: 0 0 0 20px
    }

    .single-news__unordered li {
        margin-bottom: 30px
    }

    .single-news__ordered {
        font-size: 20px;
        padding: 0 0 0 20px
    }

    .single-news__ordered li {
        margin-bottom: 30px
    }

    .single-news__social {
        padding: 34px 0 60px
    }

    .single-news__social span {
        margin-right: 26px;
        font-size: 24px
    }

    .single-news__social li {
        width: 85px;
        height: 85px
    }

    .single-news__social li svg {
        transform: scale(.8)
    }

    .single-news .news__item:first-child {
        font-weight: 400;
        font-size: 16px;
        width: 100%;
        transition: .5s ease-in-out;
        position: relative;
        z-index: 8;
        margin-bottom: 15px
    }

    .single-news .news__item:first-child::before {
        content: "";
        display: block;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        transition: opacity .5s ease-in-out;
        z-index: -1000
    }

    .single-news .news__item:first-child:hover::before {
        opacity: 1
    }

    .single-news .news__item:first-child .news__right {
        display: none
    }

    .single-news .news__item:first-child .news__left {
        padding: 20px;
        width: 100%
    }

    .single-news .news__item:first-child .news__btn {
        max-width: 200px;
        width: 200px
    }

    .single-news .news__item:first-child .news__btn a {
        padding: 38px 46px;
        text-align: center;
        display: block
    }

    .single-news .news__item:first-child .news__descr {
        height: 145px;
        -webkit-line-clamp: 9;
        margin-bottom: 15px
    }

    .single-news .news__item:first-child .news__subtitle {
        font-size: 24px;
        height: 55px;
        margin-bottom: 15px
    }
}