:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-color: transparent;
    vertical-align: baseline
}

body,
html {
    width: 100%;
    min-height: 100%;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: inherit
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #000;
    text-shadow: 1px 1px #ddd;
}

button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    display: block;
    border-style: none
}

img,
svg {
    width: auto;
    height: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    cursor: pointer
}

[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=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

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

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

@font-face {
    font-family: Halvar Breitschrift;
    src: url(fonts/HalvarBreit-Rg.woff2) format("woff2"), url(fonts/HalvarBreit-Rg.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Halvar Breitschrift;
    src: url(fonts/HalvarBreit-Md.woff2) format("woff2"), url(fonts/HalvarBreit-Md.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Halvar Breitschrift;
    src: url(fonts/HalvarBreit-Bd.woff2) format("woff2"), url(fonts/HalvarBreit-Bd.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body,
html {
    font-family: Ruberoid, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background: #fff;
    color: #000;
    overflow: hidden;
    margin: 0px;
}

::-moz-selection {
    background-color: #6ac22b;
    color: #000
}

::selection {
    background-color: #6ac22b;
    color: #000
}

.container {
    width: 100%;
    margin: 0 auto;
    /* padding: 0 calc(.9375vw + 7px); */
}

.row {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    pointer-events: none;
    z-index: 13;
    overflow: hidden
}

html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    opacity: 0
}

.c-scrollbar:hover {
    -webkit-transform: scaleX(1.45);
    -ms-transform: scaleX(1.45);
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    -webkit-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0
}

.js-Dropdown {
    position: relative;
    width: auto
}

.js-Dropdown-title {
    cursor: pointer;
    position: relative;
    width: 100%
}

.js-Dropdown-list {
    display: none;
    height: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.js-Dropdown-list.is-open {
    display: block;
    height: auto;
    opacity: 1
}

.js-Dropdown-list li {
    cursor: pointer
}

.splitting .word {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom
}

.splitting .char {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    will-change: transform
}

@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 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

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

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

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    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,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    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 {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

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

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

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

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

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

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

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

: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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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: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-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

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

.swiper-button-lock {
    display: none
}

.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.carousel *,
.carousel :after,
.carousel :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none);
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.carousel__button.is-next,
.carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden!important;
    -ms-touch-action: none;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: 0
}

body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94));
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94))
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, .92))
}

.fancybox__carousel {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::after,
.fancybox__slide::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fancybox__caption {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
    -webkit-animation: .15s ease backwards fancybox-fadeIn;
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
    -webkit-animation: .15s ease both fancybox-fadeOut;
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    -webkit-animation: .15s ease both fancybox-fadeIn;
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    -webkit-animation: .1s ease both fancybox-fadeOut;
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    -webkit-animation: .2s ease both fancybox-zoomInUp;
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    -webkit-animation: .15s ease both fancybox-zoomOutDown;
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    -webkit-animation: .15s ease both fancybox-throwOutUp;
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    -webkit-animation: .15s ease both fancybox-throwOutDown;
    animation: .15s ease both fancybox-throwOutDown
}

@-webkit-keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: 0 0;
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: 0 0
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
    opacity: 0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, .006)), color-stop(15.5%, rgba(0, 0, 0, .021)), color-stop(22.5%, rgba(0, 0, 0, .046)), color-stop(29%, rgba(0, 0, 0, .077)), color-stop(35.3%, rgba(0, 0, 0, .114)), color-stop(41.2%, rgba(0, 0, 0, .155)), color-stop(47.1%, rgba(0, 0, 0, .198)), color-stop(52.9%, rgba(0, 0, 0, .242)), color-stop(58.8%, rgba(0, 0, 0, .285)), color-stop(64.7%, rgba(0, 0, 0, .326)), color-stop(71%, rgba(0, 0, 0, .363)), color-stop(77.5%, rgba(0, 0, 0, .394)), color-stop(84.5%, rgba(0, 0, 0, .419)), color-stop(91.9%, rgba(0, 0, 0, .434)), to(rgba(0, 0, 0, .44)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44) 100%);
    padding: 0;
    -ms-touch-action: none;
    touch-action: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4))
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

::-webkit-scrollbar {
    display: none
}

body.no-scroll {
    pointer-events: none;
    overflow: hidden
}

html.has-scroll-smooth {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

html.has-scroll-smooth body {
    width: 100vw;
    height: 100vh;
}

html.has-scroll-smooth [data-scroll-container] {
    min-height: 100%
}

html.has-scroll-smooth.touch {
    height: calc(var(--vh, 1vh) * 100)
}

.c-scrollbar {
    z-index: 12;
    width: calc(.25vw + 3.2px)
}

[data-scroll-direction=horizontal] .c-scrollbar {
    height: calc(.25vw + 3.2px)
}

.c-scrollbar_thumb {
    background-color: #6ac22b;
    opacity: 1;
    width: calc(.125vw + 1.6px);
    border-radius: calc(.3125vw + 4px);
    margin: calc(.0625vw + .8px)
}

.btn-1 {
    position: relative;
    margin-right: 4em;
    display: inline-block;
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.125vw + 12.6px);
    line-height: 0;
    padding: 1.133333em 1.3333333333em;
    letter-spacing: .01em;
    color: #000;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.btn-1::after,
.btn-1::before {
    content: "";
    z-index: -1;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: opacity .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: transform .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1)
}

.btn-1::before {
    border: 1px solid #000;
    border-radius: 1.375em
}

.btn-1::after {
    background-color: #2b75c2;
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    border-radius: 1.375em
}

.btn-1:hover {
    color: #fff
}

.btn-1:hover::after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.btn-1:hover::before {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
}

.btn-2 {
    position: relative;
    font-family: Ruberoid;
    font-weight: 600;
    font-size: 18px;
    line-height: 0;
    text-align: center;
    letter-spacing: .01em;
    padding: 32.5px 30px;
    min-width: 340px;
    color: #fff;
    z-index: 1;
    -webkit-transition: background .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: background .3s cubic-bezier(.75, 0, .125, 1);
    transition: background .3s cubic-bezier(.75, 0, .125, 1)
}

.btn-2::after,
.btn-2::before {
    content: "";
    z-index: -1;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: opacity .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: transform .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1)
}

.btn-2::before {
    background: #000;
    border-radius: 2.3333333333em
}

.btn-2::after {
    background-color: #6ac22b;
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    border-radius: 2.3333333333em
}

.btn-2:hover {
    color: #fff
}

.btn-2:hover::after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.btn-2:hover::before {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
}

.fancybox__slide {
    padding: 0
}

.fancybox__content {
    padding: 0
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: 0
}

.fancybox__html5video+.carousel__button {
    top: calc(1.25vw + 16px)!important;
    right: calc(1.25vw + 16px)!important;
    width: calc(.375vw + 18.8px)!important;
    height: calc(.375vw + 18.8px)!important
}

.fancybox__html5video+.carousel__button svg {
    width: 100%;
    height: 100%;
    stroke: #fff;
    opacity: 1;
    stroke-width: 1;
    -webkit-filter: none;
    filter: none
}

.modal {
    display: none;
    width: 100%;
    max-width: calc(79.6875vw + 65px);
    margin: 0 auto;
    padding: calc(6.875vw + 18px) calc(5vw + 4px)
}

.modal .carousel__button {
    top: calc(1.25vw + 16px)!important;
    right: calc(1.25vw + 16px)!important;
    width: calc(.375vw + 18.8px)!important;
    height: calc(.375vw + 18.8px)!important
}

.modal .carousel__button svg {
    width: 100%;
    height: 100%;
    stroke: #000;
    opacity: .4;
    stroke-width: 1;
    -webkit-filter: none;
    filter: none
}

.modal__top .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(2.6875vw + 21.4px);
    line-height: 84%;
    letter-spacing: -.05em;
    color: #000
}

.modal__bottom {
    margin-top: calc(1.25vw + 26px)
}

.modal__bottom .form__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.modal__bottom .form__top input {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 12.6px);
    line-height: 186%;
    border: 1px solid #3a3a3a;
    padding: calc(.9375vw + 12px) calc(1.25vw + 16px);
    border-radius: calc(2.75vw + 21.2px);
    width: calc(33.3333333333% - (.625vw + 4.6666666667px));
    margin-right: calc(.9375vw + 7px);
    margin-bottom: calc(.9375vw + 7px);
    color: #000
}

.modal__bottom .form__top input:nth-child(3n+3) {
    margin-right: 0
}

.modal__bottom .form__middle textarea {
    resize: none;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 12.6px);
    line-height: 186%;
    border: 1px solid #3a3a3a;
    padding: calc(.9375vw + 12px) calc(1.25vw + 16px);
    border-radius: calc(2.75vw + 21.2px);
    width: 100%;
    margin-bottom: calc(.9375vw + 7px);
    color: #000
}

.modal__bottom .form__bottom {
    margin-bottom: calc(.9375vw + 7px)
}

.modal__bottom .form__bottom .upload {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 12.6px);
    line-height: 186%
}

.modal__bottom .form__bottom .upload input[type=file] {
    display: none
}

.modal__bottom .form__bottom .upload label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.modal__bottom .form__bottom .upload label:hover {
    color: #6ac22b
}

.modal__bottom .form__bottom .upload label span {
    display: block
}

.modal__bottom .form__bottom .upload label svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.3333333333em;
    height: 1.6em
}

.modal__bottom .form__bottom .upload label svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.modal__bottom .form__bottom .upload label:hover svg [stroke] {
    stroke: #6ac22b
}

.modal__bottom .form__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.modal__bottom .form__sub .btn-1 {
    color: #fff;
    margin-right: calc(1.5625vw + 20px)
}

.modal__bottom .form__sub .btn-1::before {
    background: #000
}

.modal__bottom .form__sub .btn-1--disabled {
    opacity: .5;
    pointer-events: none
}

.modal__bottom .form__sub .checkbox input[type=checkbox] {
    /* display: none; */
}

.modal__bottom .form__sub .checkbox label {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.1875vw + 9.4px);
    padding-left: 2em;
    line-height: 160%
}

.modal__bottom .form__sub .checkbox label span {
    color: #7a7a7a
}

.modal__bottom .form__sub .checkbox label::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: url(img/el-1.svg) no-repeat 50% 50%/contain
}

.modal__bottom .form__sub .checkbox input[type=checkbox]:checked+label::before {
    background: url(img/el-2.svg) no-repeat 50% 50%/contain
}

.widget {
    position: fixed;
    bottom: calc(.9375vw + 7px);
    width: 54px;
    height: 54px;
    right: calc(.9375vw + 7px);
    z-index: 10
}

.widget a {
    width: 100%;
    height: 100%;
    display: inline-block
}

.widget a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: calc(1.4375vw + 7.4px) 0;
    will-change: background, transform;
    /* position: sticky; */
}

.header__logo {
    display: inline-block;
    height: calc(1.5625vw + 15px);
    -webkit-transition: opacity .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: opacity .3s cubic-bezier(.75, 0, .125, 1);
    transition: opacity .3s cubic-bezier(.75, 0, .125, 1)
}

.header__logo:hover {
    opacity: .75
}

.header__logo img {
    height: 100%
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-left: auto;
    color: #000;
}

.header__list li {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.375vw + 7.8px);
    letter-spacing: .01em
}

.header__list li:not(:first-child) {
    margin-left: 3em
}

.header__list li a {
    display: inline-block;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.header__list li a:hover {
    color: #6ac22b;
    text-shadow: 1px 1px #000;
}

.header__lang {
    font-family: Ruberoid;
    font-weight: 300;
    font-size: calc(.375vw + 7.8px);
    margin-left: 6em
}

.header__lang .js-Dropdown {
    margin-top: .3333333333em
}

.header__lang .js-Dropdown-title {
    font-weight: 500;
    padding-bottom: .3333333333em;
    border-bottom: 2px solid #000
}

.header__lang .js-Dropdown-list {
    padding-top: .8em
}

.header__lang .js-Dropdown-list li {
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.header__lang .js-Dropdown-list li:hover {
    color: #6ac22b
}

.header__lang .js-Dropdown-list li.is-selected {
    display: none
}

.header__lang .js-Dropdown-list li:not(:last-child) {
    margin-bottom: .8em
}

.header .btn-1 {
    font-size: calc(.375vw + 6.8px);
    margin-left: 7.666667em;
}

.header__burger {
    display: none;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 20px;
}

.header__burger>span {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    height: 1px;
    width: 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1)
}

.header__burger>span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) translateY(-2.5px);
    -ms-transform: translate(-50%, -50%) translateY(-2.5px);
    transform: translate(-50%, -50%) translateY(-2.5px)
}

.header__burger>span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) translateY(2.5px);
    -ms-transform: translate(-50%, -50%) translateY(2.5px);
    transform: translate(-50%, -50%) translateY(2.5px)
}

.header__burger--active>span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.header__burger--active>span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.menu {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-top: calc(6.3125vw + 43.8px);
    padding-bottom: calc(1.875vw + 14px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    overflow: hidden
}

.menu--open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.menu__list {
    width: calc(3.5625vw + 115px);
    list-style: none
}

.menu__list:not(:first-child) {
    margin-left: calc(4.6875vw + -15px)
}

.menu__list li {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.125vw + 12.6px);
    line-height: 169%;
}

.menu__list li>ul {
    list-style: none;
    margin-top: calc(.0625vw + 7.8px)
}

.menu__list li>ul li {
    font-weight: 400;
    font-size: .8666666667em;
    opacity: .7
}

.menu__list li a {
    display: inline-block;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1)
}

.menu__list li a:hover {
    opacity: 1;
    color: #6ac22b
}

.menu__geo {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.0625vw + 12.8px);
    line-height: 132%;
    letter-spacing: .01em;
    max-width: 40.214286em;
    margin-left: auto;
    margin-right: auto
}

.menu__geo .t-1 {
    display: block
}

.menu__geo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: 13px;
    line-height: 215%;
    letter-spacing: .01em;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1);
    margin-top: calc(.25vw + 22.2px)
}

.menu__geo a:hover {
    color: #6ac22b
}

.menu__geo a:hover svg [stroke] {
    stroke: #6ac22b
}

.menu__geo a span {
    display: block
}

.menu__geo a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -.3571428571em;
    height: .9285714286em;
    margin-left: 1em
}

.menu__geo a svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.menu__award {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: calc(3.75vw + 8px)
}

.menu__award .card {
    background: #fff;
    border-radius: calc(.5625vw + 28.2px);
    padding: 12px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100vw;
}

.menu__award img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 87px;
    margin-right: 6px;
}

.menu__award .t-1 {
    font-family: Ruberoid;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 187%
}

.menu__award .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: 9px;
    line-height: 127%;
    letter-spacing: -.01em;
    opacity: .6
}

.menu__lang {
    list-style: none;
    margin-left: auto
}

.menu__lang li {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: 12px;
    line-height: 183%;
    letter-spacing: .01em
}

.menu__lang li a {
    display: inline-block;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.menu__lang li a:hover {
    color: #6ac22b
}

.menu__lang li a.active {
    font-weight: 700
}

.footer {
    position: relative;
    z-index: 1;
    background: #f4f6fb;
    overflow: hidden
}

.footer__top {
    position: relative;
    padding-top: calc(13.75vw + 16px);
    padding-bottom: 60px;
    background: #fff;
    -webkit-box-shadow: 0 29px 55px -16px #d5dbea;
    box-shadow: 0 29px 55px -16px #d5dbea;
    border-radius: 0 0 calc(2.8125vw + 21px) calc(2.8125vw + 21px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    will-change: width;
    z-index: 2
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer__links:not(:first-child) {
    padding-top: calc(.9375vw + 27px)
}

.footer__links:not(:last-child) {
    padding-bottom: calc(.9375vw + 27px);
    border-bottom: 1px solid #000
}

.footer__links ul {
    list-style: none
}

.footer__links ul:not(:first-child) {
    margin-left: auto
}

.footer__links ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(1.875vw + 10px);
    line-height: 107%;
    letter-spacing: -.03em;
    text-transform: uppercase;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.footer__links ul li a span {
    display: block;
    padding-right: calc(1.875vw + 14px)
}

.footer__links ul li a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    height: .52em
}

.footer__links ul li a svg [fill] {
    -webkit-transition: fill .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: fill .3s cubic-bezier(.75, 0, .125, 1);
    transition: fill .3s cubic-bezier(.75, 0, .125, 1)
}

.footer__links ul li a:hover {
    color: #6ac22b
}

.footer__links ul li a:hover svg [fill] {
    fill: #6ac22b
}

.footer__fixed {
    background: #f4f6fb;
    padding-top: calc(3.75vw + 18px);
    will-change: transform;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.footer__middle .menu__lang {
    margin-left: 0
}

.footer__bottom {
    padding-top: calc(4.6875vw + 45px);
    padding-bottom: 20px;
    padding-left: 28px;
}

.footer__bottom .t-1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(3.1875vw + 11.8px);
    line-height: 100%;
    letter-spacing: -.05em;
    text-transform: uppercase;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.footer__bottom .t-1:hover {
    color: #6ac22b
}

.footer__bottom .t-1:hover svg [fill] {
    fill: #6ac22b
}

.footer__bottom .t-1 span {
    display: block
}

.footer__bottom .t-1 svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: calc(.9375vw + 27px);
    height: .5616438356em
}

.footer__bottom .t-1 svg [fill] {
    -webkit-transition: fill .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: fill .3s cubic-bezier(.75, 0, .125, 1);
    transition: fill .3s cubic-bezier(.75, 0, .125, 1)
}

.footer__bottom .t-2 {
    font-family: Ruberoid;
    font-weight: 300;
    font-size: calc(.3125vw + 6px);
    line-height: 233%;
    margin-left: auto
}

.footer__bottom .t-2 a {
    font-weight: 700;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.footer__bottom .t-2 a:hover {
    color: #6ac22b
}

.footer__bottom .t-3 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.3125vw + 6px);
    line-height: 233%;
    margin-top: calc(.625vw + 23px);
    width: 100%;
    opacity: .6
}

.page {
    position: relative;
    z-index: 5;
    background: #fff;
    overflow: hidden
}

.main {
    position: relative;
    z-index: 1;
    height: 200vh
}

html.touch .main {
    height: calc(var(--vh, 1vh) * 200)
}

.main__video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    will-change: transform
}

.main__video video {
    width: 100vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    will-change: transform
}

.main__mask {
    position: absolute;
    z-index: -9999;
    opacity: 0
}

.main__mask svg {
    width: 0;
    height: 0
}

.main__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    will-change: opacity
}

.main__logo svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 60.4166666667vw
}

.main__logo svg path {
    will-change: stroke-dashoffset
}

.main__logo svg path:nth-child(1) {
    stroke-dasharray: 1646 1648;
    stroke-dashoffset: 1647
}

.main__logo svg path:nth-child(2) {
    stroke-dasharray: 1382 1384;
    stroke-dashoffset: 1383
}

.main__logo svg path:nth-child(3) {
    stroke-dasharray: 802 804;
    stroke-dashoffset: 803
}

.main__lines {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.main__lines--clip {
    height: 64.4520833333vw;
    -webkit-clip-path: url(#main-clip);
    clip-path: url(#main-clip)
}

.main__lines--noclip {
    margin-top: -1px;
    height: 100%
}

.main__lines>span {
    display: block;
    width: 8.3333333333%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: #fff;
    will-change: transform
}

.main__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 3;
    will-change: transform
}

html.touch .main__content {
    height: calc(var(--vh, 1vh) * 100)
}

.main__content .container {
    position: absolute;
    bottom: 0
}

.main__heading {
    width: 100%;
    position: relative;
    margin-top: calc(22.8125vw + 22px);
    overflow: hidden;
    /* text-shadow: 0px 3px 0px #bdbdbd; */
}

.main__heading .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(5.4375vw + 18.6px);
    line-height: 80%;
    letter-spacing: -.05em;
    text-transform: uppercase;
    margin-left: 22px;
}

.main__heading .t-1--after {
    position: absolute;
    top: 0;
    left: 0
}

.main__heading .t-1--after .word {
    padding-right: .08em
}

.main__number {
    width: 100%;
    font-size: calc(.25vw + 6.2px);
    margin-top: calc(2.1875vw + 13px);
    opacity: 0;
    will-change: opacity, margin-top
}

.main__number ul {
    will-change: opacity, height;
    list-style: none
}

.main__number ul li:not(:first-child) {
    margin-top: 1em
}

.main__number ul li .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    width: 1.6363636364em;
    height: 1.2727272727em;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.main__number ul li .t-1--disabled {
    color: #b3b3b3
}

.main__subtitle {
    width: 100%;
    position: relative;
    margin-top: calc(1.75vw + 13.4px);
    overflow: hidden;
    margin-left: 2em;
}

.main__subtitle .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.6875vw + 10.8px);
    max-width: 19.7083333333em;
    line-height: 119.5%;
    letter-spacing: -.01em
}

.main__subtitle .t-1--after {
    position: absolute;
    top: 0;
    left: 0
}

.main__button {
    opacity: 0;
    margin-top: calc(1.125vw + 14.4px);
    margin-bottom: 24px;
    will-change: opacity
}

.main__button a {
    display: inline-block;
    position: relative;
    height: 12px
}

.main__button a svg {
    display: block;
    position: relative;
    height: 100%;
    z-index: 2
}

.main__button a svg path {
    -webkit-transition: fill .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: fill .3s cubic-bezier(.75, 0, .125, 1);
    transition: fill .3s cubic-bezier(.75, 0, .125, 1)
}

.main__button a:hover svg path {
    fill: #6ac22b
}

.main-services {
    position: relative;
    padding-top: calc(6.875vw + 73px);
    padding-bottom: calc(6.875vw + 73px);
    background: #f4f6fb;
    border-radius: calc(2.8125vw + 21px) calc(2.8125vw + 21px) 0 0;
    will-change: transform;
    min-height: 100vh;
    z-index: 2
}

html.touch .main-services {
    min-height: calc(var(--vh, 1vh) * 100)
}

.main-services__heading {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: calc(2.5vw + 22px);
    border-bottom: 1px solid #000
}

.main-services__heading .t-1 {
    font-family: Halvar Breitschrift;
    font-size: calc(2.9375vw + 16.6px);
    font-weight: 700;
    line-height: 88%;
    text-transform: uppercase;
    letter-spacing: -.02em;
    margin-left: 20px;
}

.main-services__heading .btn-1 {
    margin-left: auto
}

.main-services__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    width: calc(95% + (1.875vw + 14px));
    padding-top: calc(2.5vw + 22px);
    margin-left: calc(3.0625vw + -7px);
    margin-right: calc(-.9375vw + -7px)
}

.main-services__cards .card {
    margin-right: calc(.9375vw + 7px);
    margin-bottom: calc(.9375vw + 7px)
}

.main-services__cards .card:nth-child(3) {
    margin-right: 0
}

.main-services__cards .card-long {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    width: calc(50% - (.46875vw + 3.5px));
    padding: calc(.9375vw + 7px);
    border-radius: 18px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.main-services__cards .card-long__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.main-services__cards .card-long__top .t-1 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: 18px;
    width: 69.4150417827%;
    line-height: 144%;
    letter-spacing: -.015em
}

.main-services__cards .card-long__top img {
    margin-left: auto;
    width: 65px
}

.main-services__cards .card-long__button {
    margin-top: calc(.625vw + 48px)
}

.main-services__cards .card-long__button .btn-1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px
}

.main-services__cards .card-long__button .btn-1:hover svg [stroke] {
    stroke: #fff
}

.main-services__cards .card-long__button .btn-1:hover svg [fill] {
    fill: #fff
}

.main-services__cards .card-long__button .btn-1 span {
    display: block
}

.main-services__cards .card-long__button .btn-1 svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1.6666666667em;
    height: .6em
}

.main-services__cards .card-long__button .btn-1 svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.main-services__cards .card-long__button .btn-1 svg [fill] {
    -webkit-transition: fill .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: fill .3s cubic-bezier(.75, 0, .125, 1);
    transition: fill .3s cubic-bezier(.75, 0, .125, 1)
}

.main-services__cards .card-short {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(30% - (.703125vw + 5.25px));
    padding: calc(.9375vw + 7px);
    border-radius: 18px;
    -webkit-transition: background .3s cubic-bezier(.75, 0, .125, 1), -webkit-box-shadow .3s cubic-bezier(.75, 0, .125, 1);
    transition: background .3s cubic-bezier(.75, 0, .125, 1), -webkit-box-shadow .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: background .3s cubic-bezier(.75, 0, .125, 1), box-shadow .3s cubic-bezier(.75, 0, .125, 1);
    transition: background .3s cubic-bezier(.75, 0, .125, 1), box-shadow .3s cubic-bezier(.75, 0, .125, 1);
    transition: background .3s cubic-bezier(.75, 0, .125, 1), box-shadow .3s cubic-bezier(.75, 0, .125, 1), -webkit-box-shadow .3s cubic-bezier(.75, 0, .125, 1)
}

.main-services__cards .card-short::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 18px;
    background: #9BACC0;
    -webkit-box-shadow: 0 4px 13px #cfd5e3;
    box-shadow: 0 4px 13px #cfd5e3;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.75, 0, .125, 1);
    transition: -webkit-transform .6s cubic-bezier(.75, 0, .125, 1);
    -o-transition: transform .6s cubic-bezier(.75, 0, .125, 1);
    transition: transform .6s cubic-bezier(.75, 0, .125, 1);
    transition: transform .6s cubic-bezier(.75, 0, .125, 1), -webkit-transform .6s cubic-bezier(.75, 0, .125, 1)
}

.main-services__cards .card-short:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.main-services__cards .card-short__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: 100% 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s cubic-bezier(.75, 0, .125, 1);
    -o-transition: opacity .6s cubic-bezier(.75, 0, .125, 1);
    transition: opacity .6s cubic-bezier(.75, 0, .125, 1);
    z-index: 1
}

.main-services__cards .card-short:hover .card-short__img {
    opacity: 1
}

.main-services__cards .card-short__num {
    font-family: Ruberoid;
    font-weight: 600;
    font-size: calc(.75vw + 15.6px);
    line-height: 147%;
    letter-spacing: -.015em;
    z-index: 2
}

.main-services__cards .card-short__name {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.75vw + 15.6px);
    line-height: 147%;
    letter-spacing: -.015em;
    margin-top: calc(0.4375vw + 8.6px);
    min-height: 4.4em;
    z-index: 2
}

.main-services__cards .card-short__button {
    margin-top: auto;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: opacity .3s cubic-bezier(.75, 0, .125, 1);
    transition: opacity .3s cubic-bezier(.75, 0, .125, 1)
}

.main-services__cards .card-short__button .btn-1 {
    margin-top: calc(.4375vw + 8.6px)
}

.main-services__cards .card-short:hover .card-short__button {
    opacity: 1
}

.main-areas {
    position: relative;
    background: #000;
    border-radius: calc(2.8125vw + 21px) calc(2.8125vw + 21px) 0 0;
    padding-bottom: calc(10vw + 63px);
    z-index: 3;
    overflow: hidden;
    will-change: transform;
    min-height: 100vh
}

html.touch .main-areas {
    min-height: calc(var(--vh, 1vh) * 100)
}

.main-areas__heading {
    position: absolute;
    top: 0;
    padding-top: calc(10vw + 63px);
    z-index: 2;
    color: #fff;
}

.main-areas__heading .t-1 {
    font-family: Halvar Breitschrift;
    font-size: calc(2.6875vw + 21.4px);
    font-weight: 700;
    line-height: 88%;
    text-transform: uppercase;
    letter-spacing: -.02em
}

.main-areas__heading .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    margin-top: calc(1.875vw + 24px);
    font-size: calc(1vw + 10.8px);
    max-width: 14em;
    line-height: 147%;
    letter-spacing: -.015em
}

.main-areas__bg {
    position: relative;
    width: calc(100% + (1.875vw + 14px));
    margin-left: calc(-.9375vw + -7px);
    margin-right: calc(-.9375vw + -7px);
    margin-top: calc(-15.625vw + 300px);
    z-index: 1;
    background: #000;
}

.main-areas__bg svg {
    will-change: transform, opacity;
    width: 100%;
    height: 61.4583333333vw
}

.main-areas__bg svg .left {
    will-change: transform, opacity
}

.main-areas__bg svg .left__top {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.main-areas__bg svg .left:hover .left__top {
    -webkit-transform: translateY(.5%);
    -ms-transform: translateY(.5%);
    transform: translateY(.5%)
}

.main-areas__bg svg .top {
    will-change: transform, opacity
}

.main-areas__bg svg .top__top {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.main-areas__bg svg .top:hover .top__top {
    -webkit-transform: translateY(.5%);
    -ms-transform: translateY(.5%);
    transform: translateY(.5%)
}

.main-areas__bg svg .right {
    will-change: transform, opacity
}

.main-areas__bg svg .right__top {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.main-areas__bg svg .right:hover .right__top {
    -webkit-transform: translateY(.5%);
    -ms-transform: translateY(.5%);
    transform: translateY(.5%)
}

.main-areas__bg svg .bottom {
    will-change: transform, opacity
}

.main-areas__bg svg .bottom__top {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.main-areas__bg svg .bottom:hover .bottom__top {
    -webkit-transform: translateY(.5%);
    -ms-transform: translateY(.5%);
    transform: translateY(.5%)
}

.main-areas__bg .card {
    position: absolute;
    text-align: center;
    pointer-events: none;
    will-change: opacity
}

.main-areas__bg .card .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(.875vw + 4.2px);
    line-height: 210%;
    letter-spacing: -.015em
}

.main-areas__bg .card .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.6875vw + 2.8px);
    line-height: 275%;
    letter-spacing: -.015em
}

.main-areas__bg .card .t-2::before {
    content: "";
    display: block;
    position: relative;
    left: 50%;
    width: 1px;
    height: calc(5.625vw + 0px);
    background: #dadbdd;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-areas__bg .card--left {
    top: calc(36.8125vw + -3.8px);
    left: calc(7.625vw + -16.4px)
}

.main-areas__bg .card--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    top: calc(24.6875vw + -1px);
    right: calc(28.125vw + -2px)
}

.main-areas__bg .card--top .t-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-areas__bg .card--top .t-2::before {
    display: none
}

.main-areas__bg .card--top .t-2::after {
    content: "";
    display: block;
    width: calc(5.375vw + -.2px);
    margin-left: calc(1.375vw + -1.4px);
    margin-right: calc(1.375vw + -1.4px);
    height: 1px;
    background: #dadbdd
}

.main-areas__bg .card--right {
    top: calc(36.75vw + -3.6px);
    right: calc(7vw + -14.4px)
}

.main-banner {
    position: relative;
    height: 100vh;
    z-index: 4;
    will-change: transform;
    overflow: hidden
}

html.touch .main-banner {
    height: calc(var(--vh, 1vh) * 100)
}

.main-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: transform
}

.main-banner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eceef1;
    overflow: hidden
}

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

.main-banner__img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-banner__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-banner__title .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.main-banner__title .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(3.25vw + 12.8px);
    line-height: 104%;
    text-align: left;
    letter-spacing: -.025em;
    color: #fff;
    text-shadow: 1px 1px 6px #000;
}

.main-about {
    position: relative;
    padding-top: calc(15.3125vw + 41px);
    background: #fff;
    border-radius: calc(2.8125vw + 21px) calc(2.8125vw + 21px) 0 0;
    z-index: 5
}

.main-about__top {
    padding-bottom: calc(3.125vw + 30px)
}

.main-about__top .t-1 {
    display: inline;
    float: left;
    margin-right: calc(28.125vw + -40px);
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.3125vw + 8px);
    line-height: 116.5%;
    letter-spacing: .025em;
    font-family: Halvar Breitschrift;
    font-size: calc(2.6875vw + 21.4px);
    font-weight: 700;
    line-height: 88%;
    text-transform: uppercase;
    letter-spacing: -.02em;
    padding-left: 30px;
}

.main-about__top .t-2 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(1.875vw + 18px);
    line-height: 117%;
    letter-spacing: -.025em
}

.main-about__top .buttons {
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-right: -2px;
    margin-top: calc(1.25vw + 6px)
}

.main-about__top .buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none
}

.main-about__top .buttons ul li {
    margin: 1vw;
}

.main-about__video {
    position: relative;
    width: 100%;
    height: 100vh
}

html.touch .main-about__video {
    height: calc(var(--vh, 1vh) * 100)
}

.main-about__video .video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 30%;
    border-radius: calc(3.3125vw + 19.4px);
    overflow: hidden;
    will-change: width, height, border-radius
}

.main-about__video .video img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%) scale(1.7);
    -ms-transform: translate(-50%, -50%) scale(1.7);
    transform: translate(-50%, -50%) scale(1.7);
    will-change: width, height
}

.main-about__video .video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(2.3125vw + 35.6px)
}

.main-about__video .video svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.main-about__video .video svg [fill] {
    -webkit-transition: fill .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: fill .3s cubic-bezier(.75, 0, .125, 1);
    transition: fill .3s cubic-bezier(.75, 0, .125, 1)
}

.main-about__video .video:hover svg [stroke] {
    stroke: #6ac22b
}

.main-about__video .video:hover svg [fill] {
    fill: #6ac22b
}

.main-clients {
    position: relative;
    background: #fff;
    z-index: 5;
    padding-top: calc(14.6875vw + 48px)
}

.main-clients__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #000
}

.main-clients__cards .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(12.1875vw + 76px);
    width: 16%;
}

.main-clients__cards .card a {
    display: inline-block;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    text-align: center;
}

.main-clients__cards .card a:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.main-clients__cards .card a img {
    width: calc(5vw + 64px);
    height: calc(2.5vw + 32px);
    -o-object-fit: contain;
    object-fit: contain
}

.about {
    background: #f4f6fb;
    padding-top: calc(3.375vw + 131.2px)
}

.about__top a {
    font-family: Ruberoid;
    font-style: normal;
    font-weight: 400;
    font-size: calc(.5vw + 6.4px);
    line-height: 100.5%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.about__top a:hover {
    color: #6ac22b
}

.about__top a:hover::after {
    background: #6ac22b
}

.about__top a::after {
    content: "";
    display: block;
    margin-left: calc(.9375vw + 2px);
    width: calc(.125vw + 3.6px);
    height: calc(.125vw + 3.6px);
    border-radius: 50%;
    background: #000;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.about__marquee {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: calc(1.25vw + 1px);
    overflow: hidden
}

.about__marquee .t-1 {
    font-family: Halvar Breitschrift;
    font-style: normal;
    font-weight: 700;
    font-size: calc(18.375vw + 86.2px);
    line-height: 100.5%;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    will-change: transform
}

.about__bottom {
    position: relative;
    z-index: 2;
    margin-top: calc(-5.6875vw + -26.8px);
    padding-bottom: calc(3.875vw + 17.6px)
}

.about__bottom .t-1 {
    display: inline;
    float: left;
    font-family: Ruberoid;
    font-style: normal;
    font-weight: 400;
    font-size: calc(.4375vw + 7.6px);
    line-height: 130%;
    margin-right: calc(45vw + -134px)
}

.about__bottom .t-2 {
    font-family: Halvar Breitschrift;
    font-style: normal;
    font-weight: 500;
    font-size: calc(3vw + 14.4px);
    line-height: 100.5%;
    letter-spacing: -.03em;
    max-width: 20.7083333333em
}

.about-us {
    position: relative;
    z-index: 1;
    background: #f4f6fb;
    padding-top: calc(8.375vw + 33.2px);
    padding-bottom: calc(1.25vw + 16px);
    will-change: transform
}

.about-us__top .t-1 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.3125vw + 8px);
    line-height: 130%;
    display: inline;
    float: left;
    margin-right: calc(6.25vw + 80px)
}

.about-us__top .t-2 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(1.125vw + 14.4px);
    line-height: 130.5%;
    max-width: 44.8611111111em
}

.about-us__bottom {
    width: 61.6042780749%;
    margin-left: auto;
    margin-top: calc(2.625vw + 21.6px)
}

.about-us__bottom .t-1 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    max-width: 41.2222222222em
}

.about-us__awards {
    margin-top: calc(9.5vw + 29.6px)
}

.about-us__awards .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: calc(2.5vw + 22px);
    padding: calc(1.875vw + 14px) 0;
    overflow: hidden
}

.about-us__awards .card--gray {
    background: #f4f6fb
}

.about-us__awards .card__img {
    width: calc(38.3957219251% - 1px);
    padding-left: calc(8.4375vw + -12px);
    padding-right: calc(.9375vw + 7px)
}

.about-us__awards .card__img img {
    height: calc(12.5vw + 160px)
}

.about-us__awards .card__right {
    width: 61.6042780749%;
    padding-right: calc(2.1875vw + 8px)
}

.about-us__awards .card__right .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(1.875vw + 26px);
    letter-spacing: -.02em
}

.about-us__awards .card__right .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    margin-top: calc(-.625vw + 27px);
    max-width: 39.6666666667em
}

.about-us__awards .card__right .btn-1 {
    margin-top: calc(5.25vw + 23.2px)
}

.about-object {
    position: relative;
    z-index: 2;
    background: #fff;
    border-top-left-radius: calc(2.5vw + 22px);
    border-top-right-radius: calc(2.5vw + 22px);
    padding-top: calc(6.4375vw + 74.4px);
    padding-bottom: calc(9.25vw + 20.4px);
    min-height: 100vh
}

html.touch .about-object {
    min-height: calc(var(--vh, 1vh) * 100)
}

.about-object__heading {
    padding-top: calc(.9375vw + 7px);
    padding-bottom: calc(3vw + 20.4px);
    border-bottom: 1px solid #000
}

.about-object__heading .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(2.6875vw + 21.4px);
    line-height: 100.5%;
    letter-spacing: -.02em;
    text-transform: uppercase
}

.about-object__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: calc(3.75vw + 18px)
}

.about-object__info .button {
    width: calc(38.3957219251% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.about-object__info .text {
    width: 61.6042780749%
}

.about-object__info .text .t-1 {
    font-family: Ruberoid;
    font-style: normal;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    max-width: 41em
}

.about-object__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: calc(2.8125vw + 31px)
}

.about-object__content .left {
    width: calc(38.3957219251% - 1px);
    padding-right: calc(.9375vw + 7px);
    will-change: transform
}

.about-object__content .left .t-1 {
    padding-top: calc(.9375vw + 7px);
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.75vw + 15.6px);
    line-height: 110%;
    max-width: 10.3em
}

.about-object__content .left ul {
    list-style: none;
    width: 100%;
    margin-top: calc(1.25vw + 26px);
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.375vw + 7.8px);
    line-height: 160%
}

.about-object__content .left ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(.25vw + 5.2px)
}

.about-object__content .left ul li:not(:last-child) {
    border-bottom: 1px solid #000
}

.about-object__content .left ul li span {
    display: block;
    margin-left: auto;
    text-align: left;
    font-weight: 500;
    width: 100%;
    max-width: calc(6.875vw + 78px)
}

.about-object__content .left__partners {
    mix-blend-mode: multiply;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(1.25vw + 21px);
    padding-bottom: calc(1.25vw + 21px);
    border-bottom: 1px solid #000
}

.about-object__content .left__partners .card {
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.about-object__content .left__partners .card:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.about-object__content .left__partners .card img {
    margin-left: auto;
    margin-right: auto;
    width: calc(2.1875vw + 28px);
    height: calc(2.1875vw + 28px);
    -o-object-fit: contain;
    object-fit: contain
}

.about-object__content .right {
    width: 61.6042780749%
}

.about-object__content .right__img {
    width: 100%;
    border-radius: calc(3.25vw + 7.6px);
    overflow: hidden
}

.about-object__content .right__img:not(:first-child) {
    margin-top: calc(.9375vw + 7px)
}

.about-object__content .right__img img {
    width: 100%
}

.about-object--gray {
    background: #f4f6fb
}

.about-object--gray .about-object__info .button {
    width: 61.6042780749%
}

.about-object--gray .about-object__info .text {
    padding-left: calc(.9375vw + 7px);
    width: calc(38.3957219251% - 1px)
}

.about-object--gray .about-object__content .left {
    width: calc(38.3957219251% - 1px);
    padding-right: 0;
    padding-left: calc(.9375vw + 7px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.about-object--gray .about-object__content .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 61.6042780749%
}

.about-advantages {
    padding-top: calc(10.5vw + -3.6px);
    padding-bottom: calc(6.4375vw + 74.4px);
    background: #f4f6fb
}

.about-advantages__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: calc(1.25vw + 36px);
    border-bottom: 1px solid #000
}

.about-advantages__heading .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(1.5vw + 27.2px);
    line-height: 104%;
    max-width: 10.3571428571em;
    letter-spacing: -.02em
}

.about-advantages__button {
    margin-left: auto
}

.about-advantages__slider {
    position: relative;
    margin-top: calc(1.25vw + 36px)
}

.about-advantages__slider .info .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(.375vw + 16.8px);
    line-height: 160%
}

.about-advantages__slider .swiper {
    position: relative;
    width: 100%;
    z-index: 1
}

.about-advantages__slider .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-advantages__slider .navigation__button {
    display: block
}

.about-advantages__slider .navigation__button svg {
    height: 22px
}

.about-advantages__slider .navigation__button svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.about-advantages__slider .navigation__button:hover svg [stroke] {
    stroke: #6ac22b
}

.about-advantages__slider .navigation__button--next {
    margin-left: 35px
}

.about-advantages__slider .navigation__button.swiper-button-disabled {
    pointer-events: none;
    opacity: .3
}

.about-advantages__slider--desktop .info {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(25% - (.703125vw + 5.25px));
    height: calc(5.3125vw + 200px);
    padding: calc(1.875vw + 34px) calc(.625vw + 18px);
    margin-top: calc(29px + (1.25vw + 46px));
    z-index: 2
}

.about-advantages__slider--desktop .swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.about-advantages__slider--desktop .swiper .swiper-slide .card {
    width: calc(25% - (.703125vw + 5.25px));
    margin-right: calc(.9375vw + 7px);
    margin-bottom: calc(.9375vw + 7px);
    padding: calc(1.875vw + 34px) calc(.625vw + 18px);
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    height: calc(5.3125vw + 200px)
}

.about-advantages__slider--desktop .swiper .swiper-slide .card:nth-child(4n+4) {
    margin-right: 0
}

.about-advantages__slider--desktop .swiper .swiper-slide .card--empty {
    background: 0 0
}

.about-advantages__slider--desktop .swiper .swiper-slide .card .t-1 {
    font-family: Ruberoid;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%
}

.about-advantages__slider--desktop .swiper .swiper-slide .card .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    margin-top: calc(1.25vw + 46px);
    font-size: 18px;
    line-height: 160%
}

.about-advantages__slider--desktop .navigation {
    position: absolute;
    bottom: calc(.9375vw + 7px);
    right: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: calc(5.3125vw + 200px);
    padding-bottom: calc(1.875vw + 34px);
    padding-right: calc(.9375vw + 7px);
    z-index: 2
}

.about-advantages__slider--desktop .navigation__button[disabled] {
    display: none
}

.about-advantages__slider--mobile {
    display: none
}

.about-advantages__slider--mobile .swiper {
    margin-top: 40px
}

.about-advantages__slider--mobile .swiper .swiper-slide {
    height: auto;
    padding: calc(1.875vw + 34px) calc(.625vw + 18px);
    background: #fff;
    border-radius: 18px;
    overflow: hidden
}

.about-advantages__slider--mobile .swiper .swiper-slide .t-1 {
    font-family: Ruberoid;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%
}

.about-advantages__slider--mobile .swiper .swiper-slide .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    margin-top: calc(1.25vw + 46px);
    font-size: 18px;
    line-height: 160%
}

.about-advantages__slider--mobile .navigation {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-history {
    position: relative;
    z-index: 5;
    background: #fff;
    padding-top: calc(6.1875vw + 74.2px)
}

.about-history__top {
    padding-bottom: calc(3.125vw + 20px);
    border-bottom: 1px solid #000
}

.about-history__top .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(2.375vw + 10.4px);
    line-height: 104%;
    letter-spacing: -.025em
}

.about-history__bottom {
    padding-top: calc(1.25vw + 26px)
}

.about-history__bottom .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: calc(2.5vw + 52px)
}

.about-history__bottom .card__left .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 400;
    font-size: calc(12.875vw + 5.8px);
    line-height: 100.5%;
    letter-spacing: -.08em;
    text-transform: uppercase;
    min-width: 3.0592885375em;
    will-change: color;
    color: #000;
    opacity: .1
}

.about-history__bottom .card__left .t-1 span {
    will-change: opacity;
    opacity: 0
}

.about-history__bottom .card__right {
    will-change: opacity;
    opacity: 0;
    margin-top: calc(2.5vw + 0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-history__bottom .card__right img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(6.75vw + 1.4px);
    margin-left: calc(3.875vw + -4.4px);
    margin-right: calc(3.375vw + 5.2px)
}

.about-history__bottom .card__right .t-1 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(1.3125vw + 4.8px);
    line-height: 136.5%;
    max-width: 18.7666666667em
}

.career-img {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.career-img img {
    width: 100%;
    height: calc(27.1875vw + 26px);
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform
}

.career-img+* {
    will-change: margin-top
}

.career {
    -webkit-transform: translateY(calc(-4.375vw + -16px));
    -ms-transform: translateY(calc(-4.375vw + -16px));
    transform: translateY(calc(-4.375vw + -16px));
    position: relative;
    background: #f4f6fb;
    padding-top: 94px;
    padding-bottom: calc(3.75vw + 48px);
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    z-index: 1;
    will-change: transform
}

.career__top .t-1 {
    font-family: Ruberoid;
    font-weight: 700;
    font-size: calc(2.6875vw + 21.4px);
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase
}

.career__middle {
    margin-top: calc(4.75vw + 24.8px)
}

.career__middle .t-1 {
    display: inline;
    float: left;
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.4375vw + 7.6px);
    margin-right: calc(16.25vw + -17px);
    line-height: 130%
}

.career__middle .t-2 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(1.125vw + 14.4px);
    line-height: 135%;
    max-width: 36.9444444444em;
    letter-spacing: -.015em
}

.career__bottom {
    width: 61.6042780749%;
    margin-left: auto;
    margin-top: calc(1.875vw + 24px)
}

.career__bottom .t-1 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    max-width: 51.6666666667em
}

.career-awards {
    padding-top: calc(2.875vw + 50.8px)
}

.career-awards__left {
    width: calc(38.3957219251% - 1px);
    padding-right: calc(.9375vw + 7px);
    will-change: transform
}

.career-awards__left .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(2vw + 23.6px);
    line-height: 1;
    letter-spacing: -.02em
}

.career-awards__right {
    width: 61.6042780749%
}

.career-awards__right .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    opacity: .2;
    will-change: opacity
}

.career-awards__right .card:not(:first-child) {
    padding-top: calc(2.5vw + 52px)
}

.career-awards__right .card__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(3.125vw + 60px);
    height: calc(3.125vw + 60px);
    margin-right: calc(3.75vw + 8px)
}

.career-awards__right .card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.career-awards__right .card__text {
    margin-top: calc(.625vw + -2px)
}

.career-awards__right .card__text .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(.375vw + 12.8px);
    line-height: 172.3%;
    letter-spacing: -.015em;
    color: #24252d
}

.career-awards__right .card__text .t-2 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(1.25vw + 14px);
    line-height: 122.3%;
    letter-spacing: -.015em;
    color: #24252d;
    max-width: 14.2105263158em
}

.career-awards__bottom {
    width: 100%
}

.career-stage {
    padding-top: calc(6.4375vw + 69.4px)
}

.career-stage__heading {
    padding-bottom: calc(2.8125vw + 21px);
    border-bottom: 1px solid #000
}

.career-stage__heading .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(2vw + 23.6px);
    line-height: 1;
    letter-spacing: -.02em
}

.career-stage__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: calc(2.8125vw + 21px)
}

.career-stage__text .button {
    width: calc(38.3957219251% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.career-stage__text .text {
    width: 61.6042780749%
}

.career-stage__text .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(.625vw + 12px);
    line-height: 160%;
    max-width: 42.5em
}

.career-stage__text .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    margin-top: 1.4444444444em;
    font-size: calc(.375vw + 10.8px);
    line-height: 160%;
    max-width: 52.2222222222em
}

.career-stage__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    margin-top: calc(2.5vw + 32px)
}

.career-stage__photos .card {
    width: calc(25% - (.703125vw + 5.25px));
    margin-right: calc(.9375vw + 7px)
}

.career-stage__photos .card:nth-child(4n+4) {
    margin-right: 0
}

.career-stage__photos .card img {
    width: 100%
}

.career-vacancy {
    padding-top: calc(6.4375vw + 69.4px)
}

.career-vacancy__top .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: 62px;
    line-height: 1;
    letter-spacing: -.02em
}

.career-vacancy__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: calc(2.5vw + 22px);
    padding-bottom: calc(.9375vw + 17px);
    border-bottom: 1px solid #000
}

.career-vacancy__middle .left__checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.career-vacancy__middle .left__checkbox .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    -webkit-transition: opacity .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: opacity .3s cubic-bezier(.75, 0, .125, 1);
    transition: opacity .3s cubic-bezier(.75, 0, .125, 1)
}

.career-vacancy__middle .left__checkbox .t-1:nth-child(1) {
    font-weight: 400;
    opacity: .4
}

.career-vacancy__middle .left__checkbox .box {
    position: relative;
    margin: auto calc(.3125vw + 14px);
    width: 51px;
    height: 22px;
    border: 2px solid #000;
    border-radius: 20.625px
}

.career-vacancy__middle .left__checkbox .box::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
    right: 6px
}

.career-vacancy__middle .left__checkbox--active .t-1:nth-child(1) {
    font-weight: 500;
    opacity: 1
}

.career-vacancy__middle .left__checkbox--active .t-1:nth-child(3) {
    font-weight: 400;
    opacity: .4
}

.career-vacancy__middle .left__checkbox--active .box::after {
    left: 6px;
    right: auto
}

.career-vacancy__middle .right {
    margin-left: auto
}

.career-vacancy__middle .right a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Halvar Breitschrift;
    font-weight: 400;
    font-size: calc(.375vw + 10.8px);
    line-height: 160%;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.career-vacancy__middle .right a:hover {
    color: #6ac22b
}

.career-vacancy__middle .right a:hover svg [stroke] {
    stroke: #6ac22b
}

.career-vacancy__middle .right a span {
    display: block
}

.career-vacancy__middle .right a span .bold {
    font-weight: 500;
    display: inline
}

.career-vacancy__middle .right a svg {
    margin-left: .3888888889em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1.3333333333em
}

.career-vacancy__middle .right a svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.career-vacancy__bottom .tab {
    display: none
}

.career-vacancy__bottom .tab--active {
    display: block
}

.career-vacancy__bottom .tab .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: calc(1.25vw + 16px) 0;
    border-bottom: 1px solid #000
}

.career-vacancy__bottom .tab .card__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(38.3957219251% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.career-vacancy__bottom .tab .card__left .t-1 {
    width: calc(3.125vw + 130px);
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.625vw + 24px);
    line-height: 130.5%
}

.career-vacancy__bottom .tab .card__left .t-1 span {
    font-weight: 400;
    vertical-align: super;
    font-size: .5em;
    margin-left: calc(.9375vw + 2px);
    opacity: .3
}

.career-vacancy__bottom .tab .card__left .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    opacity: .5;
    max-width: calc(3.125vw + 140px)
}

.career-vacancy__bottom .tab .card__right {
    width: 61.6042780749%
}

.career-vacancy__bottom .tab .card__right .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.875vw + 19.2px);
    line-height: 130.5%;
    max-width: 25.8333333333em
}

.career-vacancy__bottom .tab .card__right .t-2 {
    margin-top: calc(.625vw + 13px);
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    max-width: 56.7777777778em;
    min-height: 6.4444444444em
}

.career-vacancy__bottom .tab .card__right .btn-1 {
    display: inline-block;
    margin-top: 45px
}

.career-vacancy__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: calc(2.5vw + 22px)
}

.career-vacancy__sub a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 13.6px);
    line-height: 130%;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.career-vacancy__sub a:hover {
    color: #6ac22b
}

.career-vacancy__sub a span {
    display: block
}

.career-vacancy__sub a svg {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1.25em;
    height: 2.75em;
    -o-object-fit: contain;
    object-fit: contain
}

.career-vacancy__sub a svg [fill] {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1)
}

.career-vacancy__sub a svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.career-vacancy__sub a:hover svg rect[fill] {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.career-vacancy__sub a:hover svg rect[stroke] {
    stroke: #6ac22b
}

.career-vacancy__sub a:hover svg path[stroke] {
    stroke: #fff
}

.career-request {
    padding-top: calc(14.375vw + 44px);
    padding-bottom: calc(14.375vw + 44px)
}

.career-request__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: calc(3.75vw + 18px);
    border-bottom: 1px solid #000
}

.career-request__top .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(2vw + 23.6px);
    line-height: 1;
    letter-spacing: -.02em
}

.career-request__top .btn-1 {
    margin-left: auto
}

.career-request__middle {
    margin-top: calc(10.25vw + -2.8px)
}

.career-request__middle .t-1 {
    display: inline;
    float: left;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.4375vw + 7.6px);
    margin-right: calc(3.75vw + 68px);
    line-height: 130%
}

.career-request__middle .t-2 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(1.125vw + 14.4px);
    line-height: 135%;
    letter-spacing: -.015em;
    max-width: 46.1111111111em
}

.career-offer {
    position: relative;
    background: #f4f6fb;
    border-radius: 30px 30px 0 0;
    padding-bottom: calc(3.125vw + 70px);
    padding-top: calc(3.125vw + 70px)
}

.career-offer__top .t-1 {
    font-family: Halvar Breitschrift;
    font-style: normal;
    font-weight: 500;
    font-size: calc(.375vw + 16.8px);
    line-height: 160%
}

.career-offer__middle {
    position: relative;
    padding-top: calc(3.75vw + 28px);
    height: 100vh;
    overflow: hidden
}

html.touch .career-offer__middle {
    height: calc(var(--vh, 1vh) * 100)
}

.career-offer__middle .about__marquee {
    top: calc(5vw + 104px);
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1
}

.career-offer__middle .card {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(21.875vw + 230px);
    height: calc(24.375vw + 367px);
    border-radius: 18px;
    overflow: hidden;
    padding: calc(1.875vw + 24px) calc(1.875vw + 14px);
    background: #fff;
    will-change: top, transform
}

.career-offer__middle .card--2 {
    z-index: 3;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.career-offer__middle .card--3 {
    z-index: 4;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.career-offer__middle .card--4 {
    z-index: 5;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.career-offer__middle .card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.career-offer__middle .card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.career-offer__middle .card__num {
    position: relative;
    z-index: 2
}

.career-offer__middle .card__num .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(1.625vw + 20.8px);
    line-height: 1;
    letter-spacing: -.01em
}

.career-offer__middle .card__title {
    position: relative;
    z-index: 2;
    margin-top: 20px
}

.career-offer__middle .card__title .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.375vw + 16.8px);
    line-height: 130%
}

.career-offer__middle .card__text {
    margin-top: auto;
    position: relative;
    z-index: 2
}

.career-offer__middle .card__text .t-1 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    min-height: 10.3333333333em;
    max-width: 30em
}

.career-offer__box {
    width: 100%;
    height: 300vh
}

html.touch .career-offer__box {
    height: calc(var(--vh, 1vh) * 300)
}

.career-offer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: calc(3.75vw + 28px)
}

.buy {
    -webkit-transform: translateY(calc(-4.375vw + -16px));
    -ms-transform: translateY(calc(-4.375vw + -16px));
    transform: translateY(calc(-4.375vw + -16px));
    position: relative;
    z-index: 1;
    padding-top: 94px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    will-change: transform
}

.buy__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buy__top .left {
    width: calc(50.2673796791% - 1px);
    padding-right: calc(.9375vw + 7px);
    will-change: transform
}

.buy__top .left .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(2.6875vw + 21.4px);
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase
}

.buy__top .right {
    width: 49.7326203209%
}

.buy__top .right .t-1 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    max-width: 35em
}

.buy__middle {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: calc(5vw + 24px)
}

.buy__middle .js-Dropdown {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%
}

.buy__middle .js-Dropdown:nth-child(1) {
    width: 7.2777777778em
}

.buy__middle .js-Dropdown:nth-child(3) {
    width: 12.9444444444em
}

.buy__middle .js-Dropdown:nth-child(5) {
    width: 18.5555555556em
}

.buy__middle .js-Dropdown:not(:first-child) {
    margin-left: 10px
}

.buy__middle .js-Dropdown-title {
    text-align: left;
    line-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: calc(.3125vw + 19px);
    padding-right: calc(.625vw + 38px);
    border-radius: 42px;
    border: 1px solid rgba(0, 0, 0, .3)
}

.buy__middle .js-Dropdown-title::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    width: 10px;
    height: 10px;
    background: url(img/ar-top.svg) no-repeat 50% 50%/contain;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1)
}

.buy__middle .js-Dropdown-title.is-open {
    border-radius: 30px 30px 0 0
}

.buy__middle .js-Dropdown-title.is-open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.buy__middle .js-Dropdown-list {
    background: #fff;
    width: 100%;
    border-radius: 0 0 30px 30px;
    border-left: 1px solid rgba(0, 0, 0, .3);
    border-right: 1px solid rgba(0, 0, 0, .3);
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.buy__middle .js-Dropdown-list li {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: calc(.3125vw + 19px);
    padding-right: calc(.3125vw + 19px);
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1);
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.buy__middle .js-Dropdown-list li:last-child {
    border-bottom: none
}

.buy__middle .js-Dropdown-list li:hover {
    color: #6ac22b
}

.buy__middle .js-Dropdown-list li:first-child {
    display: none
}

.buy__middle .js-Dropdown-list li.is-selected {
    color: #6ac22b
}

.buy__middle .btn-2 {
    min-width: auto;
    margin-left: 10px;
    padding-top: 31px;
    padding-bottom: 31px;
    padding-left: 35px;
    padding-right: 35px
}

.buy__bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid #000;
    margin-top: 40px
}

.buy__bottom .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: calc(.625vw + 18px) 0;
    width: 100%;
    border-bottom: 1px solid #000
}

.buy__bottom .card__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(15.7219251337% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.buy__bottom .card__left .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: 36px;
    line-height: 130.5%;
    width: 42px
}

.buy__bottom .card__left .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    opacity: .5;
    margin-left: calc(1.5vw + 11.2px)
}

.buy__bottom .card__center {
    width: calc(67.3796791444% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.buy__bottom .card__center .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.375vw + 16.8px);
    line-height: 130%
}

.buy__bottom .card__center .t-2 {
    margin-top: calc(1.625vw + 54.8px);
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    opacity: .5
}

.buy__bottom .card__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(16.8983957219% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.buy__bottom .card__right .a {
    display: inline-block;
    margin-left: auto
}

.buy__bottom .card__right .a svg {
    position: relative;
    height: 44px;
    -o-object-fit: contain;
    object-fit: contain
}

.buy__bottom .card__right .a svg [fill] {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1);
    transition: transform .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1)
}

.buy__bottom .card__right .a svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.buy__bottom .card:hover svg rect[fill] {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.buy__bottom .card:hover svg rect[stroke] {
    stroke: #6ac22b
}

.buy__bottom .card:hover svg path[stroke] {
    stroke: #fff
}

.buy__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: calc(1.875vw + 44px)
}

.buy__sub .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buy__sub .navigation .prev-page {
    height: calc(.75vw + 11.6px);
    margin-right: calc(.9375vw + 12px)
}

.buy__sub .navigation .prev-page--disabled {
    pointer-events: none;
    opacity: .3
}

.buy__sub .navigation .prev-page svg {
    height: 100%
}

.buy__sub .navigation .prev-page svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.buy__sub .navigation .prev-page:hover svg [stroke] {
    stroke: #6ac22b
}

.buy__sub .navigation .current-page {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(1.3125vw + 15.8px);
    line-height: 100.5%;
    text-transform: uppercase;
    margin-right: calc(.9375vw + 12px)
}

.buy__sub .navigation .next-page {
    height: calc(.75vw + 11.6px);
    margin-right: calc(.9375vw + 12px)
}

.buy__sub .navigation .next-page--disabled {
    pointer-events: none;
    opacity: .3
}

.buy__sub .navigation .next-page svg {
    height: 100%
}

.buy__sub .navigation .next-page svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.buy__sub .navigation .next-page:hover svg [stroke] {
    stroke: #6ac22b
}

.buy__sub .navigation .other-page {
    font-family: Halvar Breitschrift;
    font-size: calc(.5625vw + 7.2px);
    line-height: 160%;
    opacity: .3;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1)
}

.buy__sub .navigation .other-page:hover {
    color: #6ac22b;
    opacity: 1
}

.buy__sub .navigation .other-page:not(:last-child) {
    margin-right: calc(1.25vw + 16px)
}

.buy-detail {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-top: calc(4.25vw + 86.4px)
}

.buy-detail__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.buy-detail__top .left {
    width: calc(15.7219251337% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.buy-detail__top .right {
    width: 84.2780748663%
}

.buy-detail__top .right a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 13.6px);
    line-height: 130%;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.buy-detail__top .right a span {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.buy-detail__top .right a svg {
    display: block;
    height: .6875em;
    margin-right: .875em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.buy-detail__top .right a svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.buy-detail__top .right a:hover {
    color: #6ac22b
}

.buy-detail__top .right a:hover svg [stroke] {
    stroke: #6ac22b
}

.buy-detail__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: calc(.625vw + 38px)
}

.buy-detail__middle .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(15.7219251337% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.buy-detail__middle .left .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: 36px;
    line-height: 130.5%;
    width: 42px
}

.buy-detail__middle .left .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    opacity: .5;
    margin-left: calc(1.5vw + 11.2px)
}

.buy-detail__middle .right {
    width: 84.2780748663%
}

.buy-detail__middle .right .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(1.125vw + 14.4px);
    line-height: 130.5%
}

.buy-detail__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: calc(2.5vw + 22px);
    background: #f4f6fb;
    border-radius: calc(2.5vw + 22px);
    padding: calc(.625vw + 48px) 0
}

.buy-detail__bottom .left {
    width: calc(15.7219251337% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.buy-detail__bottom .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 84.2780748663%
}

.buy-detail__bottom .right ul {
    list-style: none;
    padding-right: calc(.9375vw + 7px)
}

.buy-detail__bottom .right ul li:not(:first-child) {
    margin-top: 24px
}

.buy-detail__bottom .right ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.625vw + 12px);
    line-height: 130%;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.buy-detail__bottom .right ul li a span {
    display: block
}

.buy-detail__bottom .right ul li a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 24px;
    margin-right: 15px
}

.buy-detail__bottom .right ul li a svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.buy-detail__bottom .right ul li a:hover {
    color: #6ac22b
}

.buy-detail__bottom .right ul li a:hover svg [stroke] {
    stroke: #6ac22b
}

.buy-detail__bottom .right .btn-2 {
    margin-left: auto;
    margin-right: calc(10vw + -22px)
}

.buy-detail__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: calc(2.5vw + 22px)
}

.buy-detail__sub .left {
    width: calc(15.7219251337% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.buy-detail__sub .right {
    width: 84.2780748663%;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    width: 56.6666666667em
}

.contacts {
    padding-top: calc(4.6875vw + 160px)
}

.contacts__left {
    width: calc(38.449197861% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.contacts__left .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(2.6875vw + 21.4px);
    line-height: 88%;
    letter-spacing: -.02em;
    text-transform: uppercase
}

.contacts__right {
    width: 61.550802139%
}

.contacts__right .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: calc(1.875vw + 24px);
    border-bottom: 1px solid #000
}

.contacts__right .card:not(:first-child) {
    padding-top: 30px
}

.contacts__right .card__left {
    width: 50%;
    padding-right: calc(.9375vw + 7px)
}

.contacts__right .card__left .t-1 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 11.2px);
    line-height: 130%
}

.contacts__right .card__left .t-1 span {
    display: inline-block;
    width: calc(2.5vw + 22px)
}

.contacts__right .card__right {
    text-align: right;
    width: 50%
}

.contacts__right .card__right a {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(1vw + 16.8px);
    line-height: 130.5%;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.contacts__right .card__right a:hover {
    color: #6ac22b
}

.contacts__map {
    width: 100%;
    margin-top: calc(.625vw + 58px);
    height: calc(.9375vw + 404px)
}

.calc {
    -webkit-transform: translateY(calc(-4.375vw + -16px));
    -ms-transform: translateY(calc(-4.375vw + -16px));
    transform: translateY(calc(-4.375vw + -16px));
    position: relative;
    background: #fff;
    padding-top: 94px;
    border-radius: 30px 30px 0 0;
    z-index: 1;
    will-change: transform
}

.calc__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.calc__top .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(2.6875vw + 21.4px);
    line-height: 88%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    width: calc(50.6951871658% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.calc__top .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    max-width: 28.1666666667em
}

.calc__bottom {
    margin-top: calc(5.8125vw + 21.4px)
}

.calc__bottom .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.calc__bottom .card:not(:first-child) {
    margin-top: calc(.9375vw + 7px)
}

.calc__bottom .card__left {
    width: calc(10.9090909091% - 1px);
    padding-right: calc(.625vw + 8px);
    margin-top: calc(1.875vw + 44px)
}

.calc__bottom .card__left .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.375vw + 16.8px);
    line-height: 130%
}

.calc__bottom .card__right {
    width: 89.0909090909%;
    background: #f4f6fb;
    padding: calc(1.875vw + 44px) 0;
    border-radius: calc(2.5vw + 22px)
}

.calc__bottom .card__right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    padding-left: calc(4.0625vw + -3px);
    padding-right: 10px
}

.calc__bottom .card__right ul li {
    width: 23.333%;
    padding-right: calc(.625vw + 8px);
    margin-bottom: calc(.3125vw + 9px)
}

.calc__bottom .card__right ul li:nth-child(4n+4) {
    width: 30%
}

.calc__bottom .card__right ul li.custom {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.calc__bottom .card__right ul li input[type=checkbox] {
    display: none
}

.calc__bottom .card__right ul li label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    padding: 0 calc(.3125vw + 9px);
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: calc(.6875vw + 36.8px);
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1), background .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1), background .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1), background .3s cubic-bezier(.75, 0, .125, 1), opacity .3s cubic-bezier(.75, 0, .125, 1)
}

.calc__bottom .card__right ul li label span {
    border-bottom: 1px dashed rgba(0, 0, 0, .4);
    -webkit-transition: border-color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: border-color .3s cubic-bezier(.75, 0, .125, 1);
    transition: border-color .3s cubic-bezier(.75, 0, .125, 1)
}

.calc__bottom .card__right ul li label:hover {
    color: #6ac22b
}

.calc__bottom .card__right ul li label:hover span {
    border-bottom-color: #6ac22b
}

.calc__bottom .card__right ul li input[type=checkbox]:checked+label {
    color: #fff;
    background: #000
}

.calc__bottom .card__right ul li input[type=checkbox]:checked+label span {
    border-bottom-color: transparent
}

.calc__bottom .card__right input[type=text] {
    margin-top: calc(1.5625vw + 25px);
    margin-left: calc(4.375vw + 6px);
    padding-bottom: calc(.4375vw + 5.6px);
    width: calc(100% - (8.75vw + 12px));
    border-bottom: 1px solid #000;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    -webkit-transition: opacity .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: opacity .3s cubic-bezier(.75, 0, .125, 1);
    transition: opacity .3s cubic-bezier(.75, 0, .125, 1);
    opacity: .3
}

.calc__bottom .card__right input[type=text].active {
    opacity: 1
}

.calc__bottom .card-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.calc__bottom .card-small:not(:first-child) {
    margin-top: 40px
}

.calc__bottom .card-small__left {
    width: calc(10.9090909091% - 1px);
    padding-right: calc(.625vw + 8px)
}

.calc__bottom .card-small__left .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.375vw + 16.8px);
    line-height: 130%
}

.calc__bottom .card-small__right {
    position: relative;
    overflow: visible;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 103px;
    padding: 20px calc(4.375vw + 6px);
    padding-bottom: 0;
    width: 89.0909090909%
}

.calc__bottom .card-small__right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calc__bottom .card-small__right ul li {
    cursor: pointer;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    opacity: .5;
    -webkit-transition: opacity .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: opacity .3s cubic-bezier(.75, 0, .125, 1);
    transition: opacity .3s cubic-bezier(.75, 0, .125, 1)
}

.calc__bottom .card-small__right ul li.active {
    opacity: 1
}

.calc__bottom .card-small__right .input-range {
    margin-top: 20px;
    margin-bottom: -1px;
    position: relative;
    padding: 0 calc(3.125vw + 30px);
    width: 100%
}

.calc__bottom .card-small__right .input-range input[type=range] {
    position: absolute;
    bottom: 0;
    left: 0;
    background: 0 0;
    -webkit-appearance: none;
    margin: 0;
    width: 100%
}

.calc__bottom .card-small__right .input-range input[type=range]:focus {
    outline: 0
}

.calc__bottom .card-small__right .input-range input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
    background: #000;
    border-radius: 0;
    border: 0 solid #000
}

.calc__bottom .card-small__right .input-range input[type=range]::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
    border: 1px solid #000;
    height: 24px;
    width: 24px;
    border-radius: 50px;
    background: #000;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -12px
}

.calc__bottom .card-small__right .input-range input[type=range]:focus::-webkit-slider-runnable-track {
    background: #000
}

.calc__bottom .card-small__right .input-range input[type=range]::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: 0 0 0 #000;
    background: #000;
    border-radius: 0;
    border: 0 solid #000
}

.calc__bottom .card-small__right .input-range input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 #000;
    border: 1px solid #000;
    height: 24px;
    width: 24px;
    border-radius: 50px;
    background: #000;
    cursor: pointer
}

.calc__bottom .card-small__right .input-range input[type=range]::-ms-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.calc__bottom .card-small__right .input-range input[type=range]::-ms-fill-lower {
    background: #000;
    border: 0 solid #000;
    border-radius: 0;
    box-shadow: 0 0 0 #000
}

.calc__bottom .card-small__right .input-range input[type=range]::-ms-fill-upper {
    background: #000;
    border: 0 solid #000;
    border-radius: 0;
    box-shadow: 0 0 0 #000
}

.calc__bottom .card-small__right .input-range input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0 0 0 #000;
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 50px;
    background: #000;
    cursor: pointer
}

.calc__bottom .card-small__right .input-range input[type=range]:focus::-ms-fill-lower {
    background: #000
}

.calc__bottom .card-small__right .input-range input[type=range]:focus::-ms-fill-upper {
    background: #000
}

.calc__bottom .card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px
}

.calc__bottom .card-bottom__left {
    width: calc(10.9090909091% - 1px);
    padding-right: calc(.625vw + 8px)
}

.calc__bottom .card-bottom__right {
    width: 89.0909090909%
}

.calc__bottom .card-bottom__right a {
    display: inline-block
}

.press {
    margin-top: calc(-4.375vw + -16px);
    position: relative;
    background: #fff;
    z-index: 2;
    padding-top: 94px;
    border-radius: 30px 30px 0 0;
    will-change: transform
}

.press__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.press__top .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(2.6875vw + 21.4px);
    line-height: 88%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    width: calc(50.6951871658% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.press__top .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    max-width: 28.1666666667em
}

.press__middle {
    margin-top: calc(7.5vw + 6px)
}

.press__middle ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.press__middle ul li {
    margin-bottom: 10px
}

.press__middle ul li:not(:last-child) {
    margin-right: 10px
}

.press__middle ul li a.active {
    color: #fff
}

.press__middle ul li a.active::after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.press__middle ul li a.active::before {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
}

.press__cards {
    margin-top: calc(.625vw + 28px)
}

.press__cards .card {
    display: block;
    position: relative
}

.press__cards .card__img {
    display: block;
    width: 100%;
    border-radius: calc(.5625vw + 7.2px);
    overflow: hidden
}

.press__cards .card__img img {
    width: 100%;
    height: calc(14.625vw + 195.2px);
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.press__cards .card:hover .card__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.press__cards .card:hover .card__info .btn-1 {
    color: #fff
}

.press__cards .card:hover .card__info .btn-1::after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.press__cards .card:hover .card__info .btn-1::before {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
}

.press__cards .card__info {
    display: block;
    margin-top: calc(.625vw + 18px);
    padding-bottom: calc(1.25vw + 16px);
    border-bottom: 1px solid #000
}

.press__cards .card__info .t-1 {
    display: block;
    font-family: Halvar Breitschrift;
    font-weight: 400;
    font-size: calc(.125vw + 11.6px);
    line-height: 160%;
    opacity: .7
}

.press__cards .card__info .t-1 span {
    display: inline-block;
    width: 100px
}

.press__cards .card__info .t-2 {
    display: block;
    margin-top: 20px;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    height: 4.7222222222em;
    overflow: hidden
}

.press__cards .card__info .btn-1 {
    display: inline-block;
    margin-top: 50px
}

.press__cards .fixed-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.press__cards .fixed-left:not(:first-child) {
    margin-top: calc(6.875vw + 18px)
}

.press__cards .fixed-left .left {
    width: 65.8823529412%;
    will-change: transform
}

.press__cards .fixed-left .left .card {
    width: 100%;
    color: #fff
}

.press__cards .fixed-left .left .card__img img {
    height: 100vh
}

html.touch .press__cards .fixed-left .left .card__img img {
    height: calc(var(--vh, 1vh) * 100)
}

.press__cards .fixed-left .left .card__info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    padding: calc(1.25vw + 16px);
    border-bottom: none;
    z-index: 2
}

.press__cards .fixed-left .left .card__info .t-2 {
    font-size: calc(.25vw + 13.2px);
    max-width: 48.3333333333em
}

.press__cards .fixed-left .left .card__info .btn-1 {
    color: #fff
}

.press__cards .fixed-left .left .card__info .btn-1::before {
    border-color: #fff
}

.press__cards .fixed-left .right {
    width: calc(34.1176470588% - 1px);
    padding-left: calc(1.875vw + 14px)
}

.press__cards .fixed-left .right .card {
    width: 100%
}

.press__cards .fixed-left .right .card:not(:first-child) {
    margin-top: calc(3.125vw + 30px)
}

.press__cards .row:not(:first-child) {
    margin-top: calc(6.875vw + 18px)
}

.press__cards .row .card {
    width: calc(33.3333333333% - (1.25vw + 9.3333333333px));
    margin-right: calc(1.875vw + 14px)
}

.press__cards .row .card:nth-child(3n+3) {
    margin-right: 0
}

.press__cards .fixed-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.press__cards .fixed-right:not(:first-child) {
    margin-top: calc(6.875vw + 18px)
}

.press__cards .fixed-right .left {
    width: calc(34.1176470588% - 1px);
    padding-right: calc(1.875vw + 14px)
}

.press__cards .fixed-right .left .card {
    width: 100%
}

.press__cards .fixed-right .left .card:not(:first-child) {
    margin-top: calc(3.125vw + 30px)
}

.press__cards .fixed-right .right {
    width: 65.8823529412%;
    will-change: transform
}

.press__cards .fixed-right .right .card {
    width: 100%;
    color: #fff
}

.press__cards .fixed-right .right .card__img img {
    height: 100vh
}

html.touch .press__cards .fixed-right .right .card__img img {
    height: calc(var(--vh, 1vh) * 100)
}

.press__cards .fixed-right .right .card__info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    padding: calc(1.25vw + 16px);
    border-bottom: none;
    z-index: 2
}

.press__cards .fixed-right .right .card__info .t-2 {
    font-size: calc(.25vw + 13.2px);
    max-width: 48.3333333333em
}

.press__cards .fixed-right .right .card__info .btn-1 {
    color: #fff
}

.press__cards .fixed-right .right .card__info .btn-1::before {
    border-color: #fff
}

.services {
    -webkit-transform: translateY(calc(-4.375vw + -16px));
    -ms-transform: translateY(calc(-4.375vw + -16px));
    transform: translateY(calc(-4.375vw + -16px));
    position: relative;
    background: #fff;
    padding-top: 94px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    z-index: 1;
    will-change: transform
}

.services__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.services__top .left {
    width: calc(50.6951871658% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.services__top .left .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(2.6875vw + 21.4px);
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase
}

.services__top .right {
    width: 49.3048128342%
}

.services__top .right .t-1 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    max-width: 35.2777777778em
}

.services__middle {
    margin-top: calc(3.75vw + 48px);
    border-top: 1px solid #000
}

.services__middle .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: calc(.3125vw + 19px) 0
}

.services__middle .card__left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(50.9625668449% - 1px);
    padding-right: calc(.9375vw + 7px)
}

.services__middle .card__left .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(1.375vw + 25.6px);
    line-height: 100%;
    max-width: 12.75em;
    letter-spacing: -.01em
}

.services__middle .card__left .t-2 {
    margin-top: calc(1.25vw + 16px);
    font-family: Ruberoid;
    font-style: normal;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    max-width: 26.2222222222em
}

.services__middle .card__left .btn-1 {
    margin-top: auto
}

.services__middle .card__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49.0374331551%
}

.services__middle .card__right .img {
    width: calc(30.875vw + 201.2px);
    height: calc(18.125vw + 118px);
    border-radius: 18px;
    overflow: hidden
}

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

.services__middle .card__right .t-1 {
    width: calc(3.75vw + 48px);
    margin-top: calc(.9375vw + 22px);
    margin-left: auto;
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(.375vw + 16.8px);
    line-height: 100.5%;
    text-align: right
}

.press-detail {
    padding-top: calc(1.875vw + 74px)
}

.press-detail .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.press-detail__left {
    will-change: transform;
    width: 51.0695187166%;
    border-radius: 18px;
    overflow: hidden
}

.press-detail__left img {
    width: 100%
}

.press-detail__right {
    padding-top: calc(1.25vw + 26px);
    width: calc(48.9304812834% - 1px);
    padding-left: calc(7.1875vw + -23px);
    padding-right: calc(7.1875vw + -23px)
}

.press-detail__right .top a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 13.6px);
    line-height: 130%;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.press-detail__right .top a span {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.press-detail__right .top a svg {
    display: block;
    height: .6875em;
    margin-right: .875em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.press-detail__right .top a svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.press-detail__right .top a:hover {
    color: #6ac22b
}

.press-detail__right .top a:hover svg [stroke] {
    stroke: #6ac22b
}

.press-detail__right .middle {
    margin-top: calc(2.1875vw + 33px)
}

.press-detail__right .middle .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 400;
    font-size: calc(.25vw + 9.2px);
    line-height: 160%;
    opacity: .7
}

.press-detail__right .middle .t-1 span {
    display: inline-block;
    width: 100px
}

.press-detail__right .middle .t-2 {
    margin-top: calc(.625vw + 8px);
    font-family: Ruberoid;
    font-style: normal;
    font-weight: 500;
    font-size: calc(.75vw + 21.6px);
    line-height: 130.5%
}

.press-detail__right .bottom {
    margin-top: calc(3.75vw + 18px);
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%
}

.press-detail__right .bottom em,
.press-detail__right .bottom i {
    font-style: italic
}

.press-detail__right .bottom b,
.press-detail__right .bottom strong {
    font-weight: bolder
}

.press-detail__right .bottom u {
    text-decoration: underline
}

.press-detail__right .bottom h2 {
    font-weight: 500;
    font-size: 1.3333333333em;
    line-height: 130%;
    margin-top: 2.0833333333em
}

.press-detail__right .bottom h2:not(:first-child) {
    margin-top: 1.6666666667em
}

.press-detail__right .bottom h3 {
    font-weight: 500;
    font-size: 1.1111111111em;
    line-height: 130%;
    margin-top: 2.5em
}

.press-detail__right .bottom h3:not(:first-child) {
    margin-top: 2em
}

.press-detail__right .bottom p:not(:first-child) {
    margin-top: 1.6666666667em
}

.press-detail__right .bottom img {
    width: 100%;
    margin: 3.3333333333em 0
}

.press-detail__right .bottom ol,
.press-detail__right .bottom ul {
    padding-left: 1em
}

.press-detail__right .bottom ol:not(:first-child),
.press-detail__right .bottom ul:not(:first-child) {
    margin-top: 1.6666666667em
}

.press-detail__right .bottom a {
    text-decoration: underline;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.press-detail__right .bottom a:hover {
    color: #6ac22b
}

.press-services {
    padding-top: calc(5.3125vw + 83px)
}

.press-services__top .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(2vw + 23.6px);
    line-height: 110%;
    letter-spacing: -.02em
}

.press-services__top a {
    display: inline-block;
    margin-left: auto
}

.awards {
    padding-top: calc(8.75vw + 82px)
}

.awards__top .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(2.6875vw + 21.4px);
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase
}

.awards__cards {
    margin-top: calc(3.75vw + 48px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.awards__cards .card {
    width: calc(33.3333333333% - (1.25vw + 9.3333333333px));
    margin-right: calc(1.875vw + 14px);
    margin-bottom: calc(3.125vw + 30px)
}

.awards__cards .card:nth-child(3n+3) {
    margin-right: 0
}

.awards__cards .card__img {
    background: #eaeff7;
    border-radius: 18px;
    height: calc(14.75vw + 192.8px);
    overflow: hidden;
    width: 100%
}

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

.awards__cards .card__info {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000
}

.awards__cards .card__info .t-1 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 11.6px);
    line-height: 160%;
    opacity: .7
}

.awards__cards .card__info .t-2 {
    margin-top: 20px;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    min-height: 3.3333333333em;
    max-width: 24.7777777778em
}

.resident {
    -webkit-transform: translateY(calc(-4.375vw + -16px));
    -ms-transform: translateY(calc(-4.375vw + -16px));
    transform: translateY(calc(-4.375vw + -16px));
    position: relative;
    background: #fff;
    padding-top: 94px;
    padding-bottom: calc(14.375vw + 24px);
    background: url(img/map.svg) no-repeat 50% 100%/cover #fff;
    border-radius: 30px 30px 0 0;
    z-index: 1;
    will-change: transform
}

.resident__top .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 700;
    font-size: calc(2.6875vw + 21.4px);
    line-height: 110%;
    letter-spacing: -.02em;
    text-transform: uppercase
}

.resident__top .btn-1 {
    margin-left: auto
}

.resident__middle {
    margin-top: calc(5.9375vw + 11px)
}

.resident__middle .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.4375vw + 7.6px);
    line-height: 130%;
    display: inline;
    float: left;
    margin-right: calc(52vw + -124px)
}

.resident__middle .t-2 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(1.125vw + 14.4px);
    line-height: 135%;
    letter-spacing: -.015em;
    max-width: 43.6111111111em
}

.resident__bottom {
    margin-top: calc(3.125vw + 30px)
}

.resident__bottom .t-1 {
    margin-left: auto;
    margin-right: auto;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    max-width: 35.5555555556em
}

.resident-boxes .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.resident-boxes .card {
    text-align: center
}

.resident-boxes .card img {
    margin-left: auto;
    margin-right: auto;
    height: calc(4.3125vw + 86.2px)
}

.resident-boxes .card .t-1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(.3125vw + 29px);
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 203.5%
}

.resident-info {
    padding-top: calc(9.1875vw + 30.6px)
}

.resident-info .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - (2.8125vw + 11px));
    border-bottom: 1px solid #000;
    padding-top: calc(.625vw + 8px);
    padding-bottom: calc(7.125vw + 17.2px);
    margin-right: calc(2.8125vw + 11px)
}

.resident-info .card:nth-child(2n+2) {
    margin-right: 0
}

.resident-info .card .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.75vw + 9.6px);
    line-height: 130%
}

.resident-info .card .t-2 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(2.375vw + 10.4px);
    line-height: 104%;
    text-align: right;
    letter-spacing: -.02em;
    margin-left: auto
}

.resident-video {
    padding-top: calc(6vw + 80.8px)
}

.resident-video__top {
    padding-bottom: calc(4.375vw + 26px)
}

.resident-video__top .left .t-1 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.4375vw + 7.6px);
    line-height: 130%;
    display: inline;
    float: left;
    margin-right: calc(21.875vw + 60px)
}

.resident-video__top .left .t-2 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(2.375vw + 16.4px);
    line-height: 1;
    letter-spacing: -.02em;
    max-width: 23.064516129em
}

.resident-video__top .right {
    margin-left: auto
}

.resident-video__top .right .btn-1 {
    display: inline-block
}

.resident-step {
    padding-top: calc(5vw + 24px)
}

.resident-step .left {
    width: calc(50% - (8.5625vw + -27.4px));
    margin-right: calc(8.5625vw + -27.4px)
}

.resident-step .right {
    width: calc(50% - (8.5625vw + -27.4px))
}

.resident-step .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.resident-step .card:not(:first-child) {
    margin-top: calc(1.875vw + 44px)
}

.resident-step .card__num {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 147px
}

.resident-step .card__num .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: 64px;
    line-height: 100.5%;
    opacity: .1
}

.resident-step .card__text {
    width: 100%
}

.resident-step .card__text .t-1 {
    font-family: Ruberoid;
    font-style: normal;
    font-weight: 500;
    font-size: calc(.75vw + 21.6px);
    line-height: 113%
}

.resident-step .card__text .t-2 {
    margin-top: calc(.625vw + 18px);
    margin-bottom: calc(.625vw + 18px);
    font-family: Ruberoid;
    font-style: normal;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%
}

.resident-step .card__text .mini-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #000;
    padding: 25px 0
}

.resident-step .card__text .mini-card:last-child {
    border-bottom: 1px solid #000
}

.resident-step .card__text .mini-card .t-3 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.625vw + 12px);
    line-height: 113%
}

.resident-step .card__text .mini-card .btn-1 {
    margin-left: auto
}

.resident-card {
    margin-top: calc(6.25vw + 80px)
}

.resident-card .box {
    padding: 60px calc(8.75vw + -18px);
    border-radius: 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f4f6fb), to(#f4f6fb));
    background: -o-linear-gradient(bottom, #f4f6fb, #f4f6fb);
    background: linear-gradient(0deg, #f4f6fb, #f4f6fb)
}

.resident-card .box .left {
    padding-top: calc(1.25vw + 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: calc(.9375vw + 7px);
    width: 67%
}

.resident-card .box .left .t-1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(1.875vw + 26px);
    line-height: 1;
    letter-spacing: -.02em;
    max-width: 11.2903225806em
}

.resident-card .box .left .t-2 {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    margin-top: calc(1.25vw + 16px);
    max-width: 38.8888888889em;
    padding-bottom: 60px
}

.resident-card .box .left .btn-1 {
    margin-top: auto
}

.resident-card .box .right {
    margin-left: auto;
    width: 33%
}

.resident-card .box .right .img {
    width: 100%;
    border-radius: 50%;
    overflow: hidden
}

.resident-card .box .right .img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.service-detail {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-top: calc(6.875vw + 78px)
}

.service-detail__top {
    padding-bottom: calc(.9375vw + 27px);
    border-bottom: 1px solid #000
}

.service-detail__top a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 13.6px);
    line-height: 130%;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.service-detail__top a span {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.service-detail__top a svg {
    display: block;
    height: .6875em;
    margin-right: .875em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.service-detail__top a svg [stroke] {
    -webkit-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: stroke .3s cubic-bezier(.75, 0, .125, 1);
    transition: stroke .3s cubic-bezier(.75, 0, .125, 1)
}

.service-detail__top a:hover {
    color: #6ac22b
}

.service-detail__top a:hover svg [stroke] {
    stroke: #6ac22b
}

.service-detail__bottom {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%
}

.service-detail__bottom p {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%
}

.service-detail__bottom p:not(:first-child) {
    margin-top: 1.6666666667em
}

.service-detail__bottom h1 {
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(2vw + 23.6px);
    line-height: 100%;
    letter-spacing: -.02em
}

.service-detail__bottom h1:not(:first-child) {
    margin-top: .6451612903em
}

.service-detail__bottom h2 {
    font-family: Ruberoid;
    font-weight: 500;
    font-size: calc(.5vw + 14.4px);
    line-height: 130%
}

.service-detail__bottom h2:not(:first-child) {
    margin-top: 1.6666666667em
}

.service-detail__bottom ol,
.service-detail__bottom ul {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.25vw + 13.2px);
    line-height: 160%;
    padding-left: 1em
}

.service-detail__bottom ol:not(:first-child),
.service-detail__bottom ul:not(:first-child) {
    margin-top: 1.6666666667em
}

.service-detail__bottom em,
.service-detail__bottom i {
    font-style: italic
}

.service-detail__bottom b,
.service-detail__bottom strong {
    font-weight: bolder
}

.service-detail__bottom a {
    text-decoration: underline;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1)
}

.service-detail__bottom a:hover {
    color: #6ac22b
}

.service-detail__bottom u {
    text-decoration: underline
}

.service-detail__bottom .card-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.service-detail__bottom .card-1 .col-1 {
    width: 43.8502673797%;
    padding-top: 1.6666666667em
}

.service-detail__bottom .card-1 .col-2 {
    width: calc(43.8502673797% - 1px);
    margin-left: calc(8.125vw + -26px);
    padding-top: 1.6666666667em
}

.service-detail__bottom .card-1 .col-2 img {
    width: 100%
}

.service-detail__bottom .card-1 .col-3 {
    margin-left: auto;
    padding-top: 1.6666666667em
}

.service-detail__bottom .card-1 .col-3 p {
    text-align: right;
    width: 100%;
    font-family: Halvar Breitschrift;
    font-weight: 500;
    font-size: calc(.5vw + 14.4px);
    line-height: 100.5%
}

.service-detail__bottom .card-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.service-detail__bottom .card-2 .col-1 {
    width: 43.8502673797%;
    border-top: 1px solid #000;
    padding-top: 1.6666666667em;
    padding-bottom: 5em
}

.service-detail__bottom .card-2 .col-1 img {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.service-detail__bottom .card-2 .col-1 img:not(:first-child) {
    margin-top: 2.2222222222em
}

.service-detail__bottom .card-2 .col-2 {
    width: calc(43.8502673797% - 1px);
    margin-left: calc(8.125vw + -26px);
    padding-top: 1.6666666667em;
    padding-bottom: 5em
}

.service-detail__bottom .card-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.service-detail__bottom .card-3 .col-1 {
    width: 43.8502673797%;
    border-top: 1px solid #000;
    padding-top: 1.6666666667em;
    padding-bottom: 5em
}

.service-detail__bottom .card-3 .col-2 {
    width: calc(43.8502673797% - 1px);
    margin-left: calc(8.125vw + -26px);
    padding-bottom: 5em
}

.service-detail__bottom .card-3 .col-2 img {
    width: 100%
}

.service-detail__bottom .card-3:nth-child(2n) .col-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(43.8502673797% - 1px);
    margin-left: calc(8.125vw + -26px)
}

.service-detail__bottom .card-3:nth-child(2n) .col-2 {
    width: 43.8502673797%;
    margin-left: 0
}

.service-detail__bottom .card-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #000
}

.service-detail__bottom .card-4 .col-1 {
    width: 43.8502673797%;
    padding-top: 1.6666666667em;
    padding-bottom: 1.6666666667em
}

.service-detail__bottom .card-4 .col-2 {
    width: calc(50.8021390374% - 1px);
    padding-left: calc(8.125vw + -26px);
    padding-top: 1.6666666667em;
    padding-bottom: 1.6666666667em
}

.service-detail__bottom .card-4 .col-2 img {
    width: 100%
}

@media all and (min-width:1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
    .fancybox__slide {
        padding: 64px 100px
    }
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
    .carousel__button.is-close {
        right: 40px
    }
    .fancybox__toolbar {
        padding: 8px
    }
}

@media (max-width:1900px) {
    .calc__bottom .card__right ul li {
        width: 33.333%
    }
    .calc__bottom .card__right ul li:nth-child(4n+4) {
        width: 33.333%
    }
}

@media (max-width:1280px) {
    .about-advantages__slider--desktop .swiper .swiper-slide .card {
        width: calc(33.3333333333% - (.625vw + 4.6666666667px))
    }
    .about-advantages__slider--desktop .swiper .swiper-slide .card:nth-child(4n+4) {
        margin-right: calc(.9375vw + 7px)
    }
    .about-advantages__slider--desktop .swiper .swiper-slide .card:nth-child(3n+3) {
        margin-right: 0
    }
    .buy-detail__top .left {
        display: none
    }
    .buy-detail__top .right {
        width: 100%
    }
    .buy-detail__middle .left {
        width: 100%;
        padding-right: 0
    }
    .buy-detail__middle .right {
        width: 100%;
        margin-top: 20px
    }
    .buy-detail__bottom {
        padding: calc(.625vw + 48px) calc(.9375vw + 7px)
    }
    .buy-detail__bottom .left {
        display: none
    }
    .buy-detail__bottom .right {
        width: 100%
    }
    .buy-detail__bottom .right ul {
        width: 100%;
        padding-right: 0
    }
    .buy-detail__bottom .right .btn-2 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px
    }
    .buy-detail__sub .left {
        display: none
    }
    .buy-detail__sub .right {
        width: 100%
    }
    .calc__bottom .card:not(:first-child) {
        margin-top: 40px
    }
    .calc__bottom .card__left {
        width: 100%;
        margin-top: 0;
        padding-right: 0
    }
    .calc__bottom .card__right {
        margin-top: 20px;
        width: 100%
    }
    .calc__bottom .card__right ul li {
        width: 50%
    }
    .calc__bottom .card__right ul li:nth-child(4n+4) {
        width: 50%
    }
    .calc__bottom .card-small__left {
        width: 100%;
        padding-right: 0
    }
    .calc__bottom .card-small__right {
        width: 100%;
        padding: 0;
        border: none;
        border-radius: 0;
        margin-top: 20px
    }
    .calc__bottom .card-bottom__left {
        width: 100%;
        padding-right: 0
    }
    .calc__bottom .card-bottom__right {
        width: 100%
    }
    .resident-boxes .card {
        width: 50%;
        margin-bottom: 40px
    }
    .resident-step .left {
        width: 100%;
        margin-right: 0
    }
    .resident-step .left:not(:first-child) {
        margin-top: calc(1.875vw + 44px)
    }
    .resident-step .right {
        width: 100%
    }
    .resident-step .right:not(:first-child) {
        margin-top: calc(1.875vw + 44px)
    }
}

@media (max-width:1152px) {
    .menu__geo {
        margin-left: 29px;
        margin-right: 10px;
        margin-top: 35px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .menu__award {
        margin-left: auto
    }
}

@media (max-width:1024px) {
    .btn-1::before {
        border-width: 1px
    }
    .main__lines>span {
        width: 16.6666666667%
    }
    .menu__list {
        width: calc(3.5625vw + 415px);
    }
    .main__lines>span:nth-child(10),
    .main__lines>span:nth-child(11),
    .main__lines>span:nth-child(12),
    .main__lines>span:nth-child(7),
    .main__lines>span:nth-child(8),
    .main__lines>span:nth-child(9) {
        display: none
    }
    .main-services__cards {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .main-services__cards .card {
        margin-right: 0;
        margin-bottom: 50px
    }
    .main-services__cards .card-long {
        width: 100%;
        padding: 20px
    }
    .main-services__cards .card-long__button {
        margin-top: 50px
    }
    .main-services__cards .card-short {
        width: 100%;
        padding: 0px 15px;
        border-radius: 0
    }
    .main-services__cards .card-short::before {
        display: none
    }
    .main-services__cards .card-short:hover .card-short__img {
        opacity: 0;
    }
    .main-services__cards .card-short__name {
        min-height: auto
    }
    .main-services__cards .card-short__button {
        display: none
    }
    .main-about__video {
        height: auto
    }
    html.touch .main-about__video {
        height: auto
    }
    .main-about__video .video {
        position: static;
        width: 100%;
        height: auto;
        border-radius: calc(3.3125vw + 19.4px)
    }
    .main-about__video .video img {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: auto
    }
    .main-clients__cards {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }
    .main-clients__cards .card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 28.5714285714%
    }
    .buy__middle .js-Dropdown:nth-child(1) {
        width: 100%
    }
    .buy__middle .js-Dropdown:nth-child(3) {
        width: 100%
    }
    .buy__middle .js-Dropdown:nth-child(5) {
        width: 100%
    }
    .buy__middle .js-Dropdown:not(:first-child) {
        margin-left: 0;
        margin-top: 10px
    }
    .buy__middle .btn-2 {
        margin-left: 0;
        margin-top: 10px;
        width: 100%
    }
    .buy__bottom .card__left {
        width: 100%;
        padding-right: 0
    }
    .buy__bottom .card__center {
        width: 100%;
        padding-right: 0;
        margin-top: 20px
    }
    .buy__bottom .card__center .t-2 {
        max-width: calc(100% - 54px)
    }
    .buy__bottom .card__right {
        position: absolute;
        z-index: 2;
        bottom: calc(.625vw + 18px);
        right: 0;
        width: auto;
        padding-right: 0
    }
    .contacts__left {
        width: 100%;
        padding-right: 0
    }
    .contacts__right {
        margin-top: 35px;
        width: 100%
    }
    .contacts__right .card__left {
        width: 100%
    }
    .calc__top .t-1 {
        width: 100%;
        padding-right: 0
    }
    .calc__top .t-2 {
        margin-top: 20px;
        width: 100%
    }
    .calc__bottom .card__right ul li {
        width: 100%;
        padding-right: 0
    }
    .calc__bottom .card__right ul li:nth-child(4n+4) {
        width: 100%
    }
    .press__top .t-1 {
        width: 100%;
        padding-right: 0
    }
    .press__top .t-2 {
        margin-top: 20px;
        width: 100%
    }
    .press__cards .fixed-left .left {
        width: 100%
    }
    .press__cards .fixed-left .left:not(:first-child) {
        margin-top: calc(6.875vw + 18px)
    }
    .press__cards .fixed-left .left .card {
        color: #000
    }
    .press__cards .fixed-left .left .card:not(:first-child) {
        margin-top: calc(6.875vw + 18px)
    }
    .press__cards .fixed-left .left .card__img img {
        height: calc(14.625vw + 195.2px)
    }
    html.touch .press__cards .fixed-left .left .card__img img {
        height: calc(14.625vw + 195.2px)
    }
    .press__cards .fixed-left .left .card__info {
        position: static;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: calc(.625vw + 18px);
        border-bottom: 1px solid #000
    }
    .press__cards .fixed-left .left .card__info .t-2 {
        max-width: 100%
    }
    .press__cards .fixed-left .left .card__info .btn-1 {
        color: #000
    }
    .press__cards .fixed-left .left .card__info .btn-1::before {
        border-color: #000
    }
    .press__cards .fixed-left .right {
        padding-left: 0;
        width: 100%
    }
    .press__cards .fixed-left .right:not(:first-child) {
        margin-top: calc(6.875vw + 18px)
    }
    .press__cards .fixed-left .right .card:not(:first-child) {
        margin-top: calc(6.875vw + 18px)
    }
    .press__cards .row .card {
        width: 100%;
        margin-right: 0
    }
    .press__cards .row .card:not(:first-child) {
        margin-top: calc(6.875vw + 18px)
    }
    .press__cards .fixed-right .left {
        padding-right: 0;
        width: 100%
    }
    .press__cards .fixed-right .left:not(:first-child) {
        margin-top: calc(6.875vw + 18px)
    }
    .press__cards .fixed-right .left .card:not(:first-child) {
        margin-top: calc(6.875vw + 18px)
    }
    .press__cards .fixed-right .right {
        width: 100%
    }
    .press__cards .fixed-right .right:not(:first-child) {
        margin-top: calc(6.875vw + 18px)
    }
    .press__cards .fixed-right .right .card {
        color: #000
    }
    .press__cards .fixed-right .right .card:not(:first-child) {
        margin-top: calc(6.875vw + 18px)
    }
    .press__cards .fixed-right .right .card__img img {
        height: calc(14.625vw + 195.2px)
    }
    html.touch .press__cards .fixed-right .right .card__img img {
        height: calc(14.625vw + 195.2px)
    }
    .press__cards .fixed-right .right .card__info {
        position: static;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: calc(.625vw + 18px);
        border-bottom: 1px solid #000
    }
    .press__cards .fixed-right .right .card__info .t-2 {
        max-width: 100%
    }
    .press__cards .fixed-right .right .card__info .btn-1 {
        color: #000
    }
    .press__cards .fixed-right .right .card__info .btn-1::before {
        border-color: #000
    }
    .services__top .left {
        width: 100%;
        padding-right: 0
    }
    .services__top .right {
        width: 100%;
        margin-top: 40px
    }
    .services__middle .card__left {
        width: 100%;
        padding-right: 0
    }
    .services__middle .card__left .btn-1 {
        margin-top: 30px
    }
    .services__middle .card__right {
        width: 100%;
        margin-top: 30px
    }
    .services__middle .card__right .img {
        width: 100%;
        height: auto
    }
    .services__middle .card__right .img img {
        height: auto
    }
    .services__middle .card__right .t-1 {
        display: none
    }
    .press-detail__left {
        width: 100%
    }
    .press-detail__right {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .awards__cards .card {
        width: calc(50% - (.9375vw + 7px))
    }
    .awards__cards .card:nth-child(3n+3) {
        margin-right: calc(1.875vw + 14px)
    }
    .awards__cards .card:nth-child(2n+2) {
        margin-right: 0
    }
    .service-detail__bottom .card-1 .col-1 {
        width: 100%
    }
    .service-detail__bottom .card-1 .col-2 {
        margin-left: 0;
        width: 100%;
        padding-bottom: 1.6666666667em
    }
    .service-detail__bottom .card-1 .col-3 {
        display: none
    }
    .service-detail__bottom .card-2 .col-1 {
        width: 100%;
        padding-bottom: 1.6666666667em
    }
    .service-detail__bottom .card-2 .col-1 img:not(:first-child) {
        margin-top: 1.6666666667em
    }
    .service-detail__bottom .card-2 .col-2 {
        width: 100%;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 1.6666666667em
    }
    .service-detail__bottom .card-3 .col-1 {
        width: 100%;
        padding-bottom: 1.6666666667em
    }
    .service-detail__bottom .card-3 .col-2 {
        width: 100%;
        margin-left: 0;
        padding-bottom: 1.6666666667em
    }
    .service-detail__bottom .card-3:nth-child(2n) .col-1 {
        width: 100%;
        margin-left: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .service-detail__bottom .card-3:nth-child(2n) .col-2 {
        width: 100%
    }
    .service-detail__bottom .card-4 .col-1 {
        width: 100%
    }
    .service-detail__bottom .card-4 .col-2 {
        width: 100%;
        padding-top: 0;
        padding-left: 0
    }
}

@media (max-width:768px) {
    .modal {
        max-width: 100%
    }
    .modal__bottom .form__top input {
        width: 100%;
        margin-right: 0
    }
    .modal__bottom .form__sub .btn-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: calc(.9375vw + 7px)
    }
    .modal__bottom .form__sub .checkbox {
        width: 100%
    }
    .header__list {
        display: none
    }
    .header__lang {
        display: none
    }
    .header .btn-1 {
        margin-left: auto
    }
    .header__burger {
        display: block
    }
    .menu__award {
        margin-right: 0;
        margin-top: 20px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .footer__links:last-child ul {
        width: auto
    }
    .footer__links ul {
        width: 100%
    }
    .footer__middle .menu__lang {
        margin-left: auto
    }
    .footer__bottom .t-2 {
        width: 50%;
        text-align: right;
        margin-top: calc(.625vw + 23px);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .footer__bottom .t-3 {
        width: 70%
    }
    .main-services__heading .t-1 {
        width: 100%
    }
    .main-services__heading .btn-1 {
        margin-top: 30px;
        margin-left: 0
    }
    .about-us__bottom {
        width: 100%
    }
    .about-us__awards .card__img {
        padding-left: calc(2.1875vw + 8px);
        padding-right: calc(2.1875vw + 8px);
        width: 100%
    }
    .about-us__awards .card__img img {
        margin-left: auto;
        margin-right: auto
    }
    .about-us__awards .card__right {
        width: 100%;
        margin-top: 25px;
        padding-left: calc(2.1875vw + 8px)
    }
    .about-object__info .button {
        width: 100%;
        padding-right: 0
    }
    .about-object__info .text {
        margin-top: 30px;
        width: 100%
    }
    .about-object__content .left {
        width: 100%;
        padding-right: 0
    }
    .about-object__content .right {
        margin-top: 40px;
        width: 100%
    }
    .about-object--gray .about-object__info .button {
        width: 100%
    }
    .about-object--gray .about-object__info .text {
        width: 100%;
        padding-left: 0
    }
    .about-object--gray .about-object__content .left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding-left: 0
    }
    .about-object--gray .about-object__content .right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
    .about-advantages__heading {
        width: 100%
    }
    .about-advantages__button {
        width: 100%;
        margin-top: 40px
    }
    .about-advantages__slider--desktop {
        display: none
    }
    .about-advantages__slider--mobile {
        display: block
    }
    .about-history__bottom .card__right .t-1 br {
        display: none
    }
    .career__bottom {
        width: 100%
    }
    .career-awards__left {
        width: 100%;
        padding-right: 0
    }
    .career-awards__right {
        margin-top: 60px;
        width: 100%
    }
    .career-stage__text .button {
        width: 100%;
        padding-right: 0
    }
    .career-stage__text .text {
        margin-top: 40px;
        width: 100%
    }
    .career-stage__photos {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .career-stage__photos .card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 70%
    }
    .career-stage__photos .card:nth-child(4n+4) {
        margin-right: calc(.9375vw + 7px)
    }
    .career-vacancy__middle .left {
        width: 100%
    }
    .career-vacancy__middle .left__checkbox .box {
        border-width: 1px
    }
    .career-vacancy__middle .right {
        margin-top: 30px;
        width: 100%
    }
    .career-vacancy__bottom .tab .card__left {
        width: 100%;
        padding-right: 0
    }
    .career-vacancy__bottom .tab .card__right {
        margin-top: 30px;
        width: 100%
    }
    .career-request__top .t-1 {
        width: 100%
    }
    .career-request__top .btn-1 {
        margin-top: 30px;
        margin-left: 0
    }
    .buy__top .left {
        width: 100%;
        padding-right: 0
    }
    .buy__top .right {
        margin-top: 40px;
        width: 100%
    }
    .contacts__right .card__right {
        margin-top: 20px;
        text-align: left;
        width: 100%
    }
    .press-services__top .t-1 {
        width: 100%
    }
    .press-services__top a {
        margin-left: 0;
        margin-top: 40px
    }
    .awards__cards .card {
        width: 100%;
        margin-right: 0
    }
    .awards__cards .card:nth-child(3n+3) {
        margin-right: 0
    }
    .awards__cards .card__img {
        height: auto
    }
    .awards__cards .card__info .t-2 {
        min-height: auto
    }
    .resident__top .t-1 {
        width: 100%
    }
    .resident__top .btn-1 {
        margin-left: 0;
        margin-top: 40px
    }
    .resident-boxes .card {
        width: 100%
    }
    .resident-info .card {
        width: 100%;
        margin-right: 0
    }
    .resident-video__top .right {
        width: 100%;
        margin-top: 30px
    }
    .resident-step .card {
        padding-top: 40px
    }
    .resident-step .card__num {
        position: absolute;
        top: 0;
        left: 0
    }
    .resident-card .box .left {
        width: 100%;
        padding-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .resident-card .box .right {
        width: 100%
    }
    .main-avisos__heading .t-1 {
        font-size: 3em !important;
    }
}

@media (max-width:640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

@media (max-width:568px) {
    .btn-2 {
        min-width: 100%
    }
    .main-services__cards .card-long__top .t-1 {
        width: 100%
    }
    .main-services__cards .card-long__top img {
        display: none
    }
    .main-clients__cards .card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 40%
    }
}

.press__cards .fixed-right .right .card__img {
    position: relative
}

.press__cards .fixed-right .right .card__img:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

.press__cards .fixed-left .pin-spacer .card__img {
    position: relative
}

.press__cards .fixed-left .pin-spacer .card__img:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

.widget {
    display: none!important
}

.b-txt-k {
    position: relative;
    margin-top: 20px;
    min-height: 1px!important
}

.b-txt-k.over-h {
    padding-bottom: 30px
}

.over-h .in-txt-k {
    position: relative;
    max-height: 113px;
    overflow: hidden
}

.b-txt-k.over-h:before {
    content: '...';
    backgrounpx;
    #fff;
    height: 20px;
    width: 100%;
    line-height: 10px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

.in-txt-k.active {
    max-height: none
}

.b-txt-k.active:before {
    display: none
}

.more-vacan {
    margin-top: 20px;
    font-size: 14px;
    display: none
}

.more-vacan span {
    cursor: pointer;
    border-bottom: 1px dashed #000
}

.more-vacan span:last-child {
    display: none
}

.more-vacan.active span:last-child {
    display: inline
}

.more-vacan.active span:first-child {
    display: none
}

.b-txt-k.over-h+.more-vacan {
    display: block
}

.b-txt-k ul {
    padding-left: 20px
}

.about-video-cargo {
    letter-spacing: 0
}

.about-video-cargo .word {
    margin-right: 5px
}

.about-video-cargo .word:last-child {
    margin-right: 0
}

.awards__cards .card__img {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center
}

.awards__cards .card__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: unset;
    width: auto;
    height: auto
}

.checked-form-s {
    margin-bottom: 0
}

.checked-form-s ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.checked-form-s li {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    line-height: normal;
    background: 0
}

.checked-form-s li:last-child {
    margin-bottom: 30px
}

.checked-form-s li span {
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    opacity: 1;
    cursor: pointer
}

.checked-form-s li span:before,
.checked-form-s li span:after {
    position: absolute;
    left: 4px;
    top: 0;
    content: ' ';
    height: 11px;
    width: 1px;
    background-color: red
}

.checked-form-s li span:before {
    transform: rotate(45deg)
}

.checked-form-s li span:after {
    transform: rotate(-45deg)
}

.wr-final-window {
    display: flex;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 30px;
    z-index: 99;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9)
}

.wr-final-window.active {
    opacity: 1;
    pointer-events: auto
}

.wr-final-window .modal {
    display: block!important;
    background: #fff
}

.but-music-play {
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 999999;
    width: 65px;
    height: 65px
}

.but-music-play a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 65px;
    height: 65px
}

.but-music-play a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    content: '';
    background: url(/img/sound_off.svg) 50% 50% no-repeat;
    width: 65px;
    height: 65px
}

.but-music-play a.stop-c {
    display: none
}

.but-music-play a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    z-index: 5;
    content: '';
    background: url(/img/sound_on.svg) 50% 50% no-repeat;
    width: 65px;
    height: 65px;
    opacity: 0
}

.but-music-play.active a:after {
    opacity: 1
}

.but-music-play.active a:before {
    opacity: 0
}

.make {
    margin-left: 30px;
    color: #000
}

.make a {
    font-weight: 700;
    transition: 0.3s
}

.make a:hover {
    color: #6ac22b;
}

.footer__bottom .t-3 {
    opacity: 1
}

.footer__bottom .t-3 i {
    font-style: normal;
    opacity: 0.6
}

@media (max-width: 768px) {
    .awards__cards .card__img {
        height: 400px
    }
    .resident-step .card__text {
        margin-top: 30px
    }
    .wr-final-window {
        padding: 0
    }
    .but-music-play {
        position: fixed;
        bottom: 50px;
        left: 10px
    }
    .main__subtitle .t-1--before .word .char {
        position: relative;
        z-index: 5;
        top: 2px;
        background: #fff;
        padding-left: 1px
    }
    .main__subtitle .t-1--before .word:first-child .char:last-child {
        padding-right: 3px
    }
    .main__subtitle .t-1--before .word:first-child+.whitespace {
        margin-left: -3px
    }
    .main__subtitle .t-1--before .word .char:before {
        position: absolute;
        top: 0;
        left: -4%;
        z-index: -1;
        content: '';
        display: block;
        background: #fff;
        width: 120%;
        height: 110%
    }
    .main__subtitle .t-1--after {
        top: -46px;
        z-index: -1
    }
    .make {
        margin-left: 20px
    }
}

@media (max-width: 500px) {
    .service-detail .service-detail__bottom .card-1 a.btn-2 {
        display: block;
        line-height: normal;
        padding: 10px 10px 12px 10px;
        font-size: 15px
    }
}


/* End */


/* Start:/css/upload.css?16657447292870*/

.blc_fole_upl {
    text-align: left;
    margin: 0;
    position: relative;
}

#mform .blc_fole_upl {
    border-bottom: 1px solid #424242;
    margin: 14px 0 0;
    padding: 0 0 17px;
}

.rform .blc_fole_upl {
    text-align: left;
    margin: 14px 0 0;
    position: relative;
}

@media (max-width: 800px) {
    .blc_fole_upl {
        margin: 20px 0 0;
    }
}

.blc_fole_upl a.dwn {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 12.6px);
    text-decoration: none;
    cursor: pointer;
    padding: 0 0px 0 45px;
    color: #25282B;
    position: relative;
    display: inline-block;
}

.blc_fole_upl a.dwn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("img/1.svg") no-repeat 0 0;
    width: 24px;
    height: 24px;
    transition: .35s;
}

.blc_fole_upl a.dwn:hover {
    color: #6ac22b;
}

.blc_fole_upl a.dwn:hover:before {
    background: url("img/2.svg") no-repeat 0 0;
    transition: .35s;
}

.blc_fole_upl p.desc {
    margin: 9px 0 0px 20px;
    width: auto;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 9px);
    color: #0a365c;
    display: none;
}

.blc_fole_upl .mulip {
    display: none;
}

ul.list_dwn {
    margin: 0 0 0 45px;
}

ul.list_dwn li {
    position: relative;
    display: flex;
    margin: 0 0 5px
}

ul.list_dwn li:last-child {
    margin-bottom: 0;
}

ul#ul2 li {
    position: relative;
    display: flex;
}

ul.list_dwn li.error>input {
    display: none !important;
}

ul.list_dwn li:before {
    content: " ";
    display: table;
}

ul.list_dwn li:after {
    content: " ";
    display: table;
    clear: both;
}

ul.list_dwn li>div {
    display: none !important;
}

ul.list_dwn li p {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 9px);
    color: #25282B;
    margin: 0px 0px 0 0;
    float: left;
}

ul.list_dwn li i {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 9px);
    color: #25282B;
    margin: 17px 0 0px 0px;
    float: left;
    display: none;
}

ul.list_dwn li span {
    background: none;
    width: 22px;
    height: 22px;
    position: relative;
    top: 3px;
    left: 7px;
    cursor: pointer;
}

ul.list_dwn li span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background: #25282B;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

ul.list_dwn li span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background: #25282B;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

ul.list_dwn li span:hover:after,
ul.list_dwn li span:hover:before {
    background: #6ac22b;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}


/* End */


/* Start:/css/new.css?16658114345057*/


/* html.has-scroll-smooth [data-scroll-container]{
    min-height: auto;
} */

.header,
.main__content,
.main__video,
.main__bg,
.main__logo,
.main__lines>span,
.splitting .char,
.main__number,
.main__number ul,
.main__button {
    will-change: auto;
}

.t-1.t-1--after {
    opacity: 0;
}

.t-1.t-1--after.active {
    opacity: 1;
}

.main__button {
    margin-bottom: 27px;
}

.service-detail__bottom p:not(:first-child) {
    margin-bottom: 55px;
}

.service-detail__bottom a.btn-2 {
    padding: 20.5px 53px;
    text-decoration: none;
}

.service-detail__bottom a.btn-2:hover {
    color: #fff;
    text-decoration: none;
}

.modal__bottom.buy__middle .js-Dropdown:nth-child(1) {
    width: 100%;
}

.form__top .js-Dropdown {
    margin-bottom: calc(0.9375vw + 7px);
}

.modal__bottom.buy__middle .js-Dropdown-title {
    border: 1px solid #3a3a3a;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(0.125vw + 12.6px);
    line-height: 186%;
    padding: calc(0.9375vw + 12px) calc(1.25vw + 16px);
}

.modal__bottom.buy__middle .js-Dropdown-list li {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(0.125vw + 12.6px);
    line-height: 186%;
}

.modal__bottom.buy__middle .js-Dropdown-list li {
    padding-left: calc(1.25vw + 16px);
    padding-right: calc(1.25vw + 16px);
}

.modal__bottom .form__middle {
    width: 100%;
}

@media (max-width: 768px) {
    html.touch .main {
        height: 100vh;
    }
    .main__video {
        position: absolute;
        top: 0;
        left: 0;
    }
    .main__video video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100vw;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .main__heading .t-1--after,
    .main__subtitle .t-1--after {
        position: relative;
    }
    .main__subtitle .t-1--after {
        opacity: 0 !important;
    }
    .splitting .char {
        transform: translateY(0px);
    }
    .career-offer__bottom {
        margin-top: 0;
    }
    html.touch .career-offer__middle {
        height: calc(var(--vh, 1vh) * 100);
        margin-bottom: -75px;
    }
    .main__subtitle .t-1--before .word .char,
    .main__subtitle .t-1--before .word .char:before {
        background: 0;
    }
}

.main-about__video .video img {
    transform: none !important;
}

.main-about__video .video img {
    left: 0px !important;
    top: 0px !important;
}

.rotate-ss {
    transform: rotate(-47deg);
}


/**/

.footer__links {
    justify-content: flex-start;
}

.footer__links2 {
    justify-content: flex-end;
}

.main-clients__cards .card a img {
    /* width: auto !important;
    height: auto !important;
    object-fit: none !important; */
    max-width: 100%;
    max-height: 100%;
}

.peop-bn {
    border-radius: 0px !important;
}

.resident-card .box.none-borad .right .img {
    border-radius: 0px;
}

.resident-card .box.none-borad .right {
    display: flex;
    align-items: flex-end;
}

.resident-card .box.none-borad {
    padding-bottom: 0;
}

.resident-card .box.none-borad .left {
    padding-bottom: 60px;
}

.loaderArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader img {
    display: block;
}

.menu__geo a span {
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .for-desc {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .main {
        height: auto;
        min-height: 135vh;
    }
    html.touch .main {
        height: auto;
        min-height: calc(var(--vh, 1vh) * 135);
    }
    .main__bg {
        display: none;
    }
    .main__content {
        background: #fff;
        border-radius: 0 0 calc(2.8125vw + 21px) calc(2.8125vw + 21px);
    }
    html.touch .main__content {
        height: auto;
    }
    .main__content .container {
        position: static;
    }
    .main__heading {
        margin-top: calc(16.25vw + 148px);
    }
    .main__heading .t-1 {
        font-size: calc(4.6875vw + 33px);
        letter-spacing: calc(-0.384375vw + 1.23px);
    }
    .main__number {
        font-size: 11px;
        margin-top: calc(0.9375vw + 37px);
    }
    .main__number ul li:not(:first-child) {
        margin-top: 0.5em;
    }
    .main__subtitle {
        margin-top: calc(0.75vw + 32.6px);
    }
    .main__button {
        margin-top: 0;
        margin-bottom: calc(2vw + 33.6px);
    }
    .main__mask {
        display: none;
    }
    .main__heading .t-1--after {
        display: none;
    }
    .for-mob {
        display: none !important;
    }
    .preloader {
        display: none !important;
    }
    /*.page--main .main .pin-spacer + .pin-spacer{display:none !important}
.page--main .main .pin-spacer + .pin-spacer + .pin-spacer{display:block !important}
.main__subtitle .t-1--before .word .char{background:none !important}
.main__subtitle .t-1--before .word .char:before{display:none !important}*/
}

.blc_fole_upl {
    text-align: left;
    margin: 0;
    position: relative;
}

#mform .blc_fole_upl {
    border-bottom: 1px solid #424242;
    margin: 14px 0 0;
    padding: 0 0 17px;
}

.rform .blc_fole_upl {
    text-align: left;
    margin: 14px 0 0;
    position: relative;
}

@media (max-width: 800px) {
    .blc_fole_upl {
        margin: 20px 0 0;
    }
}

.blc_fole_upl a.dwn {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 12.6px);
    text-decoration: none;
    cursor: pointer;
    padding: 0 0px 0 45px;
    color: #25282B;
    position: relative;
    display: inline-block;
}

.blc_fole_upl a.dwn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/1.svg") no-repeat 0 0;
    width: 24px;
    height: 24px;
    transition: .35s;
}

.blc_fole_upl a.dwn:hover {
    color: #6ac22b;
}

.blc_fole_upl a.dwn:hover:before {
    background: url("../img/2.svg") no-repeat 0 0;
    transition: .35s;
}

.blc_fole_upl p.desc {
    margin: 9px 0 0px 20px;
    width: auto;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 9px);
    color: #0a365c;
    display: none;
}

.blc_fole_upl .mulip {
    display: none;
}

ul.list_dwn {
    margin: 0 0 0 45px;
}

ul.list_dwn li {
    position: relative;
    display: flex;
    margin: 0 0 5px
}

ul.list_dwn li:last-child {
    margin-bottom: 0;
}

ul#ul2 li {
    position: relative;
    display: flex;
}

ul.list_dwn li.error>input {
    display: none !important;
}

ul.list_dwn li:before {
    content: " ";
    display: table;
}

ul.list_dwn li:after {
    content: " ";
    display: table;
    clear: both;
}

ul.list_dwn li>div {
    display: none !important;
}

ul.list_dwn li p {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 9px);
    color: #25282B;
    margin: 0px 0px 0 0;
    float: left;
}

ul.list_dwn li i {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.125vw + 9px);
    color: #25282B;
    margin: 17px 0 0px 0px;
    float: left;
    display: none;
}

ul.list_dwn li span {
    background: none;
    width: 22px;
    height: 22px;
    position: relative;
    top: 3px;
    left: 7px;
    cursor: pointer;
}

ul.list_dwn li span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background: #25282B;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

ul.list_dwn li span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background: #25282B;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

ul.list_dwn li span:hover:after,
ul.list_dwn li span:hover:before {
    background: #6ac22b;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}


/* html.has-scroll-smooth [data-scroll-container]{
    min-height: auto;
} */

.header,
.main__content,
.main__video,
.main__bg,
.main__logo,
.main__lines>span,
.splitting .char,
.main__number,
.main__number ul,
.main__button {
    will-change: auto;
}

.t-1.t-1--after {
    opacity: 0;
}

.t-1.t-1--after.active {
    opacity: 1;
}

.main__button {
    margin-bottom: 27px;
    margin-left: 2em;
}

.service-detail__bottom p:not(:first-child) {
    margin-bottom: 55px;
}

.service-detail__bottom a.btn-2 {
    padding: 20.5px 53px;
    text-decoration: none;
}

.service-detail__bottom a.btn-2:hover {
    color: #fff;
    text-decoration: none;
}

.modal__bottom.buy__middle .js-Dropdown:nth-child(1) {
    width: 100%;
}

.form__top .js-Dropdown {
    margin-bottom: calc(0.9375vw + 7px);
}

.modal__bottom.buy__middle .js-Dropdown-title {
    border: 1px solid #3a3a3a;
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(0.125vw + 12.6px);
    line-height: 186%;
    padding: calc(0.9375vw + 12px) calc(1.25vw + 16px);
}

.modal__bottom.buy__middle .js-Dropdown-list li {
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(0.125vw + 12.6px);
    line-height: 186%;
}

.modal__bottom.buy__middle .js-Dropdown-list li {
    padding-left: calc(1.25vw + 16px);
    padding-right: calc(1.25vw + 16px);
}

.modal__bottom .form__middle {
    width: 100%;
}

@media (max-width: 768px) {
    html.touch .main {
        height: 100vh;
    }
    .main__video {
        position: absolute;
        top: 0;
        left: 0;
    }
    .main__video video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100vw;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .main__heading .t-1--after,
    .main__subtitle .t-1--after {
        position: relative;
    }
    .main__subtitle .t-1--after {
        opacity: 0 !important;
    }
    .splitting .char {
        transform: translateY(0px);
    }
    .career-offer__bottom {
        margin-top: 0;
    }
    html.touch .career-offer__middle {
        height: calc(var(--vh, 1vh) * 100);
        margin-bottom: -75px;
    }
    .main__subtitle .t-1--before .word .char,
    .main__subtitle .t-1--before .word .char:before {
        background: 0;
    }
}

.main-about__video .video img {
    transform: none !important;
}

.main-about__video .video img {
    left: 0px !important;
    top: 0px !important;
}

.rotate-ss {
    transform: rotate(-47deg);
}


/**/

.footer__links {
    justify-content: flex-start;
}

.footer__links2 {
    justify-content: flex-end;
}

.main-clients__cards .card a img {
    /* width: auto !important;
    height: auto !important;
    object-fit: none !important; */
    max-width: 100%;
    max-height: 100%;
}

.peop-bn {
    border-radius: 0px !important;
}

.resident-card .box.none-borad .right .img {
    border-radius: 0px;
}

.resident-card .box.none-borad .right {
    display: flex;
    align-items: flex-end;
}

.resident-card .box.none-borad {
    padding-bottom: 0;
}

.resident-card .box.none-borad .left {
    padding-bottom: 60px;
}

.loaderArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader img {
    display: block;
    width: 100px;
}

.menu__geo a span {
    flex-shrink: 0;
}

li.list-1 {
    position: relative;
    padding: 1.133333em 1.333333em;
    color: #000;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1);
    /* border: 1px solid #000; */
    /* border-radius: 10px; */
    font-family: Ruberoid;
    font-weight: 400;
    font-size: calc(.75vw + 15.6px);
    line-height: 147%;
    letter-spacing: -.015em;
    margin-top: calc(.4375vw + 8.6px);
    min-height: 4.4em;
    z-index: 2;
    max-width: 250px;
}

.t-1--after {
    color: #fff;
}

.clientes {
    height: 36px;
    padding-top: 14px;
}

p.t-2.elbreak {
    width: 100%;
    padding-left: 30px;
}

.imagenServices img {
    max-width: 74px;
    max-height: 104px;
    z-index: 100;
}

.imagenServices {
    height: 90px;
}

.va img {
    width: 50px;
}

.main-avisos__heading {
    padding: 0em 4em 7em;
    color: #fff;
}

.main-avisos__heading .t-1 {
    font-size: 4em;
    line-height: 0.9em;
    margin: 3px;
    margin-top: 48px;
}

section.main-Avisos {
    padding: 6em 0px 0px;
}

.main-Avisos p.t-2.elbreak {
    line-height: 28px;
}

section.main-Avisos {
    background: #000;
}

h2.t-1.split-small {
    font-size: 2em;
}

.card-short__img {
    background-size: 10px;
}

@media (min-width: 768px) {
    .for-desc {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .main {
        height: auto;
        min-height: 135vh;
    }
    html.touch .main {
        height: auto;
        min-height: calc(var(--vh, 1vh) * 135);
    }
    .main__bg {
        display: none;
    }
    .main__content {
        background: #fff;
        border-radius: 0 0 calc(2.8125vw + 21px) calc(2.8125vw + 21px);
    }
    html.touch .main__content {
        height: auto;
    }
    .main__content .container {
        position: static;
    }
    .main__heading {
        margin-top: calc(16.25vw + 148px);
    }
    .main__heading .t-1 {
        font-size: calc(4.6875vw + 33px);
        letter-spacing: calc(-0.384375vw + 1.23px);
    }
    .main__number {
        font-size: 11px;
        margin-top: calc(0.9375vw + 37px);
    }
    .main__number ul li:not(:first-child) {
        margin-top: 0.5em;
    }
    .main__subtitle {
        margin-top: calc(0.75vw + 32.6px);
    }
    .main__button {
        margin-top: 0;
        margin-bottom: calc(2vw + 33.6px);
    }
    .main__mask {
        display: none;
    }
    .main__heading .t-1--after {
        display: none;
    }
    .for-mob {
        display: none !important;
    }
    .preloader {
        display: none !important;
    }
    p.t-2.elbreak {
        padding-left: 0px;
    }
    .main-avisos__heading {
        padding: 0em 2em 7em;
    }
    .main-services__heading {
        padding: 0em 1em 7em;
    }
    .main-about__top .t-2 {
        padding: 1em;
        display: block;
    }
    .main-about__top .t-1 {
        width: 100vw;
    }
    .main-areas__heading {
        padding: 1em;
    }
    /*.page--main .main .pin-spacer + .pin-spacer{display:none !important}
.page--main .main .pin-spacer + .pin-spacer + .pin-spacer{display:block !important}
.main__subtitle .t-1--before .word .char{background:none !important}
.main__subtitle .t-1--before .word .char:before{display:none !important}*/
}


/* End */


/* /css/style.min.css?1665744729157965 */


/* /css/upload.css?16657447292870 */


/* /css/new.css?16658114345057 */

.ciudades {
    padding-left: 20px;
}

.notification {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 360px;
    height: 50px;
    margin: 20px;
    padding: 0 20px;
    background-color: #00384a;
    border-radius: 10px;
    box-shadow: 0 0 25px #00384a44;
    font-weight: 400;
    z-index: 10000;
}

.notification a {
    text-decoration: none;
    color: #ffffffee;
    font-weight: 700;
    letter-spacing: .5px;
    transition: 300ms;
}

.notification a:hover {
    color: #ffffffaa;
}

.animation {
    animation: FadeIn 1s ease-in-out, FadeOut 500ms 4s ease-in-out forwards;
}


/* --------- */


/* Animation */


/* --------- */

@keyframes FadeIn {
    0% {
        top: 50px;
        opacity: 0;
    }
    25% {
        top: -5px;
        opacity: .75;
    }
    50% {
        top: 5px;
        opacity: 1;
    }
    100% {
        top: 0px;
    }
}

@keyframes FadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}