@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")
    format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-container-pointer-events {
    touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 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: 0.35;
    cursor: auto;
    pointer-events: none;
}
.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;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.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(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.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-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    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;
}
.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%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-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-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: 0;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
* {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a,
button,
span {
    display: inline-block;
}
input,
textarea {
    display: block;
    width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
}
a {
    background-color: transparent;
    text-decoration: none;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
a,
button {
    outline: 0;
    cursor: pointer;
}
li {
    list-style: none;
}
button {
    background: 0 0;
    border: none;
}
a,
button,
input,
textarea {
    color: #000;
    font-weight: inherit;
    -webkit-appearance: none;
    transition: all 0.5s ease;
}
:after,
:before {
    box-sizing: border-box;
}
textarea {
    resize: none;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: 0 0;
}
input {
    outline: 0;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: 0 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button {
    background: 0 0;
    display: none;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.full-img img {
    width: 100%;
}
figure {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: 0.75em;
    opacity: 0.8;
}
[hidden] {
    display: none !important;
}
.img-full {
    width: 100%;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.h1,
h1 {
    margin: 0 0 38px;
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
}
.h1 + small,
h1 + small {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
    padding-top: 18px;
}
.h1 + small:before,
h1 + small:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 3px;
    width: 60px;
}
.h2,
h2 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000;
}
.h2 + small,
h2 + small {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
}
.h3,
h3 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
}
.h4,
h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #141414;
}
.h5,
h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #141414;
}
.text {
    margin-bottom: 30px;
}
.text > * + * {
    margin-top: 15px;
}
body {
    font-family: Gilroy;
    color: #000;
    font-style: normal;
    font-weight: 400;
    background: #f8f8f8;
    font-size: 16px;
}
@media (max-width: 735px) {
    body body {
        font-size: 14px;
    }
}
.wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
header {
    width: 100%;
}
main {
    flex: auto;
    display: block;
}
footer {
    margin: auto auto 0 auto;
    width: 100%;
}
.container,
.container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}
.container {
    max-width: 1110px;
}
.container-fluid {
    max-width: 1840px;
}
.btn-row {
    text-align: center;
}
.btn-row .btn {
    margin: 10px;
}
.column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px;
}
.column .column-2 {
    width: 50%;
    padding: 10px 20px;
}
.column .column-3 {
    max-width: 320px;
    width: 33.3%;
    padding: 20px;
}
.fancybox-navigation {
    position: static;
}
.swiper-button {
    outline: 0;
}
.swiper-button.swiper-button-prev {
    transform: scaleX(-1);
}
.swiper-button:after,
.swiper-button:before {
    display: none;
}
.swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    outline: 0;
}
.list-pages {
    margin: 80px 0;
}
.list-pages > * + * {
    margin-top: 20px;
}
.list-pages a {
    font-size: 20px;
}
.list-pages a:hover {
    text-decoration: underline;
}
@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-Regular.eot);
    src: url(/fonts/Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-Regular.woff) format("woff"), url(/fonts/Gilroy-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy Regular Italic"), local("Gilroy-Regular-Italic"), url(/fonts/Gilroy-RegularItalic.woff2) format("woff2"), url(/fonts/Gilroy-RegularItalic.woff) format("woff"),
    url(/fonts/Gilroy-RegularItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-Medium.eot);
    src: url(/fonts/Gilroy-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-Medium.woff) format("woff"), url(/fonts/Gilroy-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-SemiBold.eot);
    src: url(/fonts/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-SemiBold.woff) format("woff"), url(/fonts/Gilroy-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-Bold.eot);
    src: url(/fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-Bold.woff) format("woff"), url(/fonts/Gilroy-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
input::-webkit-input-placeholder {
    color: #000;
}
input::-moz-placeholder {
    color: #000;
}
input:-moz-placeholder {
    color: #000;
}
input:-ms-input-placeholder {
    color: #000;
}
textarea::-webkit-input-placeholder {
    color: #000;
}
textarea::-moz-placeholder {
    color: #000;
}
textarea:-moz-placeholder {
    color: #000;
}
textarea:-ms-input-placeholder {
    color: #000;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input:focus:-moz-placeholder {
    color: transparent;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input:focus:-ms-input-placeholder {
    color: transparent;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
textarea:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
textarea:focus:-moz-placeholder {
    color: transparent;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
textarea:focus:-ms-input-placeholder {
    color: transparent;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.modal {
    display: none;
    max-width: 90%;
    background-color: #fff;
    overflow: visible;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
    padding: 35px 30px;
    width: 380px;
}
.modal,
.modal > * {
    transform: translateY(150px);
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
}
.fancybox-slide--current .modal,
.fancybox-slide--current .modal > * {
    opacity: 1;
    transform: translateY(0);
}
.header {
    z-index: 10;
    padding: 34px 0 0 0;
}
.logo {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
}
.footer {
    padding: 120px 0 35px;
    background: url(../img/footer-bg.png) top no-repeat;
    background-size: cover;
}
.footer__wrap {
    max-width: 550px;
}
.footer__wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.02em;
    color: #fff;
}
.footer__wrap p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -65px;
    background: url(../img/footer-line.svg) center no-repeat;
    background-size: cover;
}
.footer__wrap > * + * {
    margin-top: 90px;
}
.welcome {
    background: linear-gradient(115.78deg, #205fbd 11%, #4d94ff 93.3%);
    margin-top: -64px;
    padding: 180px 0 210px;
}
.welcome-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
.welcome__wrap {
    display: flex;
    flex-direction: column;
}
.welcome__wrap > * + * {
    margin-top: 95px;
}
.welcome__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #6ca7ff;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 18px 35px 20px 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.welcome__info:before {
    content: "";
    position: absolute;
    background: #2f71d4;
    border: 1px solid #5c99f3;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -19px;
}
.welcome__info:after {
    content: "";
    position: absolute;
    background: url(../img/check-small.svg) center no-repeat;
    background-size: cover;
    width: 14px;
    height: 10px;
    top: 50%;
    transform: translateY(-54%);
    right: -8px;
}
.welcome__info span {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
}
.welcome__info span:last-child {
    color: #c9deff;
    font-weight: 400;
}
.welcome__info h3 {
    margin: 12px 0 10px;
}
.welcome__title {
    max-width: 620px;
}
.welcome-data {
    margin-top: -65px;
}
.welcome-data__wrap {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 4px 15px rgba(67, 84, 109, 0.11);
    border-radius: 10px;
    overflow: hidden;
}
.welcome-data__wrap > * + * {
    border-left: 1px solid #e6e6e6;
}
.welcome-data__item {
    flex: 1;
    display: flex;
    padding: 35px;
}
.welcome-data__item p {
    width: calc(100% - 41px);
    padding-left: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #616161;
}
.welcome-data__icon {
    width: 41px;
    height: 41px;
}
.selection {
    background: #f8f8f8;
    padding: 65px 0 145px;
}
.selection__wrap {
    margin: 38px 0 0;
}
.selection-item {
    background: #fff;
    border-radius: 10px;
}
.selection-item__img {
    width: 140px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.selection-item__img img {
    max-width: 100%;
    max-height: 100%;
}
.selection-item__upper {
    padding: 40px 40px 30px;
}
.selection-item__lower {
    border-top: 1px solid #ededed;
    padding: 40px;
    display: flex;
    flex-direction: column;
}
.selection-item__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.selection-item__button {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #4d95ff;
    padding-right: 18px;
    margin: 0 auto;
    transition: 0.2s ease-out;
    display: none;
}
.selection-item__button:before {
    content: "";
    position: absolute;
    background: url(../img/arrow-selection.svg) center no-repeat;
    background-size: cover;
    width: 10px;
    height: 5px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease-out;
}
.selection-item__info {
    display: flex;
    flex-wrap: wrap;
}
.selection-item__info > * + * {
    margin-left: 60px;
}
.selection-item + .selection-item {
    margin-top: 20px;
}
.selection-item__hidden {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px -50px;
}
.selection-item__content {
    display: flex;
    width: calc(100% / 2 - 50px);
    margin: 0 25px 50px;
}
.selection-item__content--img {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.selection-item__content--img img {
    max-width: 100%;
    max-height: 100%;
}
.selection-item__content .info-item {
    width: calc(100% - 36px);
    padding-left: 20px;
}
.title-wrap {
    text-align: center;
    width: 100%;
}
.title-wrap h2 {
    margin-bottom: 8px;
}
.title-wrap span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #616161;
}
.title-wrap span b {
    color: #4d94ff;
    font-weight: 600;
}
.title-wrap span b:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 9px;
    width: 100%;
    left: 0;
    background: #d1e9ff;
    z-index: -1;
}
.button {
    text-align: center;
    padding: 15px 30px;
    background: #96cc61;
    box-shadow: 0 2px 2px #daecc8;
    border-radius: 5px;
    transition: 0.2s ease-out;
}
.button-text {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
    transition: 0.2s ease-out;
}
.button:hover {
    background: #4d94ff;
}
.button:hover .button-text {
    color: #fff;
}
.tags-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.tags-wrap .tag {
    margin: 5px;
}
.tag {
    background: #ecf4ff;
    border-radius: 6px;
    padding: 5px 23px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #000;
    transition: 0.2s ease-out;
}
.tag:hover {
    background: #96cc61;
    color: #fff;
}
.info-item {
    display: flex;
    flex-direction: column;
}
.info-item--label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #8b8b8b;
}
.info-item--txt {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #141414;
}
.info-item--small .info-item--label {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000;
}
.info-item--small p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000;
}
.tariffs {
    background: #f8f8f8;
}
.tariffs:after {
    content: "";
    position: absolute;
    background: url(../img/footer-img.png) center no-repeat;
    background-size: cover;
    width: 845px;
    height: 540px;
}
.tariffs-swiper:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    background: radial-gradient(79.81% 75.76% at 102.88% 50%, rgba(103, 242, 122, 0.46) 0, rgba(84, 185, 111, 0.17) 100%), #53b86e;
    width: 35px;
    z-index: 2;
}
.tariffs-swiper:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 35px;
    z-index: 1;
    height: 100%;
    background: radial-gradient(79.81% 75.76% at 102.88% 50%, rgba(103, 242, 122, 0.46) 0, rgba(84, 185, 111, 0.17) 100%), linear-gradient(270deg, #81c666 0, #89c964 100%);
    transform: scaleX(-1);
}
.tariffs-swiper__slide:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.tariffs-swiper__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.tariffs-swiper__img img {
    max-width: 100%;
    max-height: 100%;
    width: 80%;
}
.tariffs__block {
    padding: 115px 0;
    background: linear-gradient(92.8deg, #24a26d -1.7%, #99d65d 100.41%);
    border-radius: 100px 20px;
}
.tariffs__block:before {
    content: "";
    position: absolute;
    background: linear-gradient(92.8deg, #29ab75 -1.7%, #96cc61 100.41%);
    border-radius: 100px 20px;
    width: 96%;
    height: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tariffs__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tariffs__swiper {
    width: calc(100% - 318px);
    padding-left: 50px;
}
.tariffs__title {
    width: 318px;
}
.tariffs__title h2 {
    color: #fff;
    text-align: left;
    line-height: 100%;
    margin-bottom: 25px;
}
.banks {
    background: #f8f8f8;
    padding: 80px 0 100px;
}
.banks__wrap {
    margin: 65px -15px -30px;
    display: flex;
    flex-wrap: wrap;
}
.banks__item {
    width: calc(100% / 3 - 30px);
    margin: 0 15px 30px;
    padding: 15px;
    background: #fff;
}
.banks__item .info-item > * + * {
    margin-top: 8px;
}
@media (max-width: 1170px) {
    .tariffs__title {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .tariffs__title h2 {
        text-align: center;
    }
    .tariffs__swiper {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .tariffs__block:before {
        display: none;
    }
    .tariffs-swiper:before {
        display: none;
    }
    .tariffs-swiper:after {
        display: none;
    }
    .selection {
        padding: 60px 0 100px;
    }
    .selection-item__row {
        justify-content: center;
    }
    .selection-item__row .button {
        margin: 30px 0 0;
    }
    .selection-item__img {
        width: 100%;
    }
    .selection-item__info {
        margin: 30px -18px -15px;
        width: 100%;
    }
    .selection-item__info > * + * {
        margin: 0;
    }
    .selection-item__info .info-item {
        width: calc(100% / 2 - 36px);
        margin: 0 18px 15px;
    }
    .selection-item__hidden {
        margin: 0 -25px -20px;
        display: none;
    }
    .selection-item__content {
        width: 100%;
        margin: 0 25px 20px;
    }
    .selection-item__button {
        display: block;
    }
    .selection-item__lower {
        padding: 30px 40px;
    }
    .selection-item__lower.active .selection-item__hidden {
        display: flex;
    }
    .selection-item__lower.active .selection-item__button {
        margin: 30px auto 0;
    }
    .selection-item__lower.active .selection-item__button:before {
        transform: translateY(-50%) rotate(180deg);
    }
    .banks__item {
        width: calc(100% / 2 - 30px);
    }
}
@media (max-width: 1023px) {
    .welcome-data__wrap > * + * {
        border-left: none;
        border-top: 1px solid #e6e6e6;
    }
    .welcome-data__item {
        flex: initial;
        width: 100%;
    }
    .tariffs__block {
        padding: 70px 0;
    }
    .banks {
        padding: 60px 0;
    }
    .banks__wrap {
        margin: 30px -15px -15px;
    }
    .banks__item {
        width: 100%;
        margin: 0 15px 15px;
        padding: 20px;
    }
    .footer {
        background: linear-gradient(274.98deg, #205fbd 7.05%, #458af3 30.99%, #4d94ff 83.65%);
        border-radius: 0 100px 0 0;
        padding: 50px 0 30px;
    }
    .footer__wrap {
        max-width: 100%;
    }
    .footer__wrap > * + * {
        margin-top: 65px;
    }
    .footer__wrap p:before {
        bottom: -35px;
    }
    .welcome__title {
        max-width: 530px;
    }
    .h1,
    h1 {
        font-size: 40px;
        line-height: 100%;
    }
    .h1 + small,
    h1 + small {
        font-size: 20px;
    }
    .h2,
    h2 {
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 34px;
        line-height: 100%;
        margin-bottom: 35px;
    }
    .h1 + small,
    h1 + small {
        font-size: 17px;
    }
    .h1 + small:before,
    h1 + small:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .h2,
    h2 {
        font-size: 30px;
        line-height: 100%;
    }
    .h2 + small,
    h2 + small {
        font-size: 17px;
        line-height: 130%;
    }
    .tariffs-swiper {
        overflow: visible;
    }
    .tariffs__block {
        background: 0 0;
        padding: 45px 0 50px;
    }
    .tariffs__title h2 {
        margin-bottom: 15px;
    }
    .tariffs:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(92.8deg, #29ab75 -1.7%, #96cc61 100.41%);
        border-radius: 40px 0;
    }
    .banks {
        padding: 40px 0;
    }
    .banks__item {
        padding: 15px 20px;
    }
    .welcome {
        padding: 140px 0 85px;
    }
    .welcome__wrap {
        text-align: center;
        align-items: center;
    }
    .welcome__wrap > * + * {
        margin-top: 30px;
    }
    .welcome-bg {
        display: none;
    }
    .welcome:before {
        content: "";
        position: absolute;
        background: url(../img/welcome-mob.png) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
    }
    .header {
        padding: 36px 0 0;
    }
    .header__wrap {
        text-align: center;
    }
    .welcome-data {
        margin-top: -50px;
    }
    .welcome-data__item {
        padding: 20px;
    }
    .welcome-data__item p {
        width: calc(100% - 30px);
        padding-left: 25px;
    }
    .welcome-data__icon {
        width: 30px;
        height: 30px;
    }
    .welcome-data__wrap > * + * {
        border: none;
    }
    .selection {
        padding: 45px 0 40px;
    }
    .selection h2 {
        padding: 0 5px;
    }
    .selection__wrap {
        margin-top: 30px;
    }
    .selection-item__row {
        margin-bottom: 25px;
    }
    .selection-item__row .button {
        width: 100%;
    }
    .selection-item__upper {
        padding: 20px 15px 15px;
    }
    .selection-item__lower {
        padding: 25px 15px;
    }
    .selection-item__content--img {
        width: 30px;
        height: 30px;
    }
    .selection-item__content .info-item {
        width: calc(100% - 30px);
        padding-left: 25px;
    }
    .info-item--small .info-item--label {
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
    }
    .info-item--small p {
        font-size: 14px;
    }
}

