@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;700&display=swap");

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    border: 0;
    border-top: 1px solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    background-color: var(--bs-highlight-bg);
    padding: .1875em
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

a:hover {
    color: var(--bs-link-hover-color)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-size: .875em
}

a > code {
    color: inherit
}

kbd {
    background-color: var(--bs-body-color);
    border-radius: .25rem;
    color: var(--bs-body-bg);
    font-size: .875em;
    padding: .1875rem .375rem
}

kbd kbd {
    font-size: 1em;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

@font-face {
    font-family: roboto-oh5;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/roboto-regular-webfont.woff2) format("woff2")
}

@font-face {
    font-family: roboto-oh5;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/roboto-italic-webfont.woff2) format("woff2")
}

@font-face {
    font-family: roboto-oh5;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/roboto-bold-webfont.woff2) format("woff2")
}

@font-face {
    font-family: roboto-oh5;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/roboto-bolditalic-webfont.woff2) format("woff2")
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #692fd2;
    color: #fff
}

::selection {
    background-color: #692fd2;
    color: #fff
}

input,
textarea {
    outline: none
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red
}

input:required:valid,
textarea:required:valid {
    border-color: green
}

body {
    color: #333;
    font-family: roboto-oh5, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    min-width: 320px;
    position: relative
}

.heading {
    font-size: 27px;
    font-weight: 700;
    margin: 15px 0 20px
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    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")
}

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

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

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

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

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

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

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

.swiper-slide,
swiper-slide {
    -ms-flex-negative: 0;
    display: block;
    flex-shrink: 0;
    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;
    width: 100%
}

.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-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

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

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

.swiper-3d {
    -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 {
    -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 {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    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(270deg, 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(90deg, 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(0deg, 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(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: 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 {
    -ms-flex-negative: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    content: "";
    flex-shrink: 0;
    order: 9999
}

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

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -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%;
    min-height: 1px;
    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 {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-lock {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
    display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
    overflow: visible
}

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

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

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

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

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

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

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

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

.swiper-flip {
    overflow: visible
}

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

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

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

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

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

.swiper-cards {
    overflow: visible
}

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

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

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

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: textfield;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    outline: 0
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    border: none;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

body {
    font-family: Ubuntu, sans-serif;
    overflow-x: hidden
}

a {
    text-decoration: none
}

.header__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-right,
.header__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__wrapper,
.wrapper_large {
    margin-left: auto;
    margin-right: auto;
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.header {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(32, 1, 89, .04);
    box-shadow: 0 4px 25px rgba(32, 1, 89, .04);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 90
}

.header__link {
    color: #2c2b2f;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .14em;
    line-height: 1.2;
    margin-right: 48px;
    text-transform: uppercase
}

.header__link:last-child {
    margin-right: 0
}

.header__phone {
    color: #2c2b2f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-right: 51px;
    text-transform: uppercase
}

.header__phone img {
    margin-right: 6px
}

.btn_default {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: none;
    border-radius: 7px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    outline: none;
    padding: 22px 43px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.btn_default:hover {
    color: #fff
}

.btn_default span {
    pointer-events: none
}

.btn_pp {
    background: #692fd2
}

.btn_pp:hover {
    background: #8744ff
}

.header__button {
    padding: 16px 20px
}

.header_offset {
    padding-bottom: 11px;
    padding-top: 11px
}

.index__image {
    bottom: -85px;
    position: relative
}

.index {
    overflow: hidden
}

.index__list {
    margin: 0;
    padding: 0
}

.index__list li {
    list-style-type: none
}

.index_bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.index_offset {
    padding-bottom: 37px;
    padding-top: 70px
}

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

.index__art {
    background: #ede2ff;
    border-radius: 8px;
    color: #8d63d9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .09em;
    line-height: 1;
    margin-bottom: 22px;
    opacity: 0;
    padding: 14px;
    text-transform: uppercase
}

.index__title {
    color: #2c2b2f;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 36px
}

.index__title span {
    display: block
}

.index__col {
    width: 560px
}

.index__image {
    width: calc(100% - 560px)
}

.index__list {
    margin-bottom: 58px
}

.index__list li {
    color: #222823;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px
}

.index__list li img {
    margin-right: 15px
}

.index__list li:last-child {
    margin-bottom: 0
}

.title__main {
    color: #2c2b2f;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px
}

.subtitle__main {
    color: #222823;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center
}

.subtitle__main span {
    display: block
}

.subtitle__main p {
    margin-bottom: 0
}

.main-content {
    margin-bottom: 40px;
    text-align: center
}

.catalog-select {
    display: none;
    z-index: 2;
}

.invented__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 985px;
    width: 100%
}

.invented__width {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 26px;
    padding-left: 13px;
    padding-right: 13px
}

.invented__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 1;
    align-items: center;
    background: #f7f7f7;
    border-radius: 62px;
    color: #222823;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex: 1;
    flex: 1;
    font-size: 22px;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    margin-right: 28px;
    padding: 18px 38px 18px 32px
}

.invented__item:last-child {
    margin-right: 0
}

.invented__item img {
    margin-right: 14px
}

.invented__item span {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section_default {
    padding: 110px 0
}

.quote {
    color: #2c2b2f;
    display: block;
    font-size: 126px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: -44px;
    margin-left: -7px
}

.invented__block {
    margin-top: 23px
}

.invented-pro__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.invented__image {
    position: relative;
    width: 480px
}

.invented__image img {
    bottom: -304px;
    left: -10px;
    position: absolute
}

.invented__description {
    padding-left: 100px;
    width: calc(100% - 480px)
}

.invented__description p {
    color: #2c2b2f;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 16px
}

.invented__description p:last-child {
    margin-bottom: 0
}

.invented__name {
    color: #2c2b2f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px
}

.invented__subtitle {
    color: #aeaeae;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

.invented-pro {
    background: #fbfbfb;
    border-top: 1px solid #f3edfe;
    margin-top: 127px;
    padding-bottom: 84px;
    padding-top: 56px;
    position: relative
}

.invented-pro__circle {
    bottom: 0;
    left: 0;
    position: absolute
}

.invented-under__item {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.invented-under__item span {
    display: block;
    text-align: center
}

.invented-under__item:after {
    background-color: #dad0ed;
    content: "";
    height: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px
}

.invented-under__item:last-child:after {
    display: none
}

.invented-under__number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2c2b2f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3px;
    text-align: center
}

.invented-under__number span {
    margin-left: 3px;
    margin-right: 3px
}

.invented-under__descript {
    color: #aeaeae;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center
}

.invented-under__wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1358px;
    width: 100%
}

.invented-under {
    border-bottom: 1px solid #dad0ed;
    border-top: 1px solid #dad0ed;
    padding-bottom: 14px;
    padding-top: 29px
}

.invented__list {
    margin-bottom: 34px
}

.invented__list,
.smart__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.smart__title {
    color: #2c2b2f;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 32px
}

.smart__col {
    width: 543px
}

.smart__image {
    padding-left: 130px;
    width: calc(100% - 543px)
}

.smart.section_default {
    padding-top: 0
}

.smart__descript {
    color: #2c2b2f;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 42px
}

.smart__descript p {
    margin-bottom: 25px
}

.smart__descript p:last-child {
    margin-bottom: 0
}

.fulldev__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px
}

.fulldev__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 17px
}

.fulldev__subtitle,
.fulldev__title {
    color: #2c2b2f;
    line-height: 1.2;
    text-align: center
}

.fulldev__subtitle {
    font-size: 16px;
    font-weight: 300
}

.fulldev__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 80px
}

.fulldev__width {
    margin-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    width: 33.3%
}

.fulldev_bg {
    background: #fbfbfb
}

.fulldev__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog__list,
.fulldev__button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 730px;
    width: 100%
}

.catalog-list__link {
    -webkit-box-flex: 1;
    border-bottom: 1px solid #d9d9d9;
    color: #c1c1c1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .075em;
    line-height: 1.3;
    padding-bottom: 14px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.catalog-list__link:hover {
    color: #692fd2
}

.catalog-list__link:hover svg path {
    fill: #692fd2
}

.catalog-list__link svg {
    margin-right: 7px;
    pointer-events: none;
}

.catalog-list__link.active {
    border-bottom: 1px solid #692fd2;
    color: #692fd2
}

.catalog-list__link.active svg path {
    fill: #692fd2
}

.catalog-list__link svg path {
    fill: #c1c1c1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.catalog-list__link span {
    pointer-events: none
}

.catalog__wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 65px
}

.catalog__width {
    margin-bottom: 59px;
    padding-left: 12px;
    padding-right: 12px;
    width: 50%
}

.catalog__image {
    background: #b6b6b6;
    border-radius: 18px;
    -webkit-box-shadow: 0 4px 28px rgba(40, 14, 86, .12);
    box-shadow: 0 4px 28px rgba(40, 14, 86, .12);
    display: block;
    margin-bottom: 19px;
    overflow: hidden
}

.catalog__image img {
    width: 100%
}

.catalog__title {
    color: #2c2b2f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    padding-left: 33px
}

.catalog__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #692fd2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-left: 33px
}

.catalog__link img {
    margin-right: 5px
}

.catalog__link span {
    border-bottom: 1px solid #692fd2
}

.catalog-list__link.active {
    pointer-events: none
}

.init__wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.init__col {
    width: 581px
}

.init__image {
    padding-left: 105px;
    width: calc(100% - 520px)
}

.init__title {
    color: #2c2b2f;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 32px
}

.init__title span {
    color: #df2935
}

.init__descript {
    font-size: 22px;
    margin-bottom: 25px
}

.init__descript,
.init__list {
    color: #2c2b2f;
    font-weight: 300;
    line-height: 1.2
}

.init__list {
    font-size: 16px;
    margin: 0 0 42px;
    padding: 0 0 0 18px
}

.init__list li {
    margin-bottom: 18px
}

.init__list li:last-child {
    margin-bottom: 0
}

.init_bg {
    background-color: #fbfbfb
}

.init__container {
    padding-bottom: 98px;
    padding-top: 59px
}

.init__wrap-reveres {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.init__wrap-reveres .init__image {
    padding-left: 0;
    padding-right: 120px
}

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

.init__buttons a {
    margin-right: 21px
}

.init__buttons a:last-child {
    margin-right: 0
}

.rate__checked {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.rate__checked span {
    color: #7b797e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.rate-checkbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    margin-right: 18px
}

.rate-checkbox label {
    cursor: pointer
}

.input-checkbox {
    display: none;
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.input-checkbox:checked ~ .rate-checkbox__list span {
    -webkit-transform: translateX(40px) translateY(4px);
    -ms-transform: translateX(40px) translateY(4px);
    transform: translateX(40px) translateY(4px)
}

.rate-checkbox__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rate-checkbox__asc {
    background: #ecfaff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-left: 9px;
    padding: 9px 12px
}

.rate-checkbox__asc span {
    color: #51b5d5
}

.rate-checkbox__list {
    background: #692fd2;
    border-radius: 29px;
    display: block;
    height: 38px;
    width: 75px
}

.rate-checkbox__list span {
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 30px;
    position: relative;
    -webkit-transform: translateX(5px) translateY(4px);
    -ms-transform: translateX(5px) translateY(4px);
    transform: translateX(5px) translateY(4px);
    -webkit-transition: all .0 .5s ease;
    -o-transition: all .0 .5s ease;
    transition: all .0 .5s ease;
    width: 30px
}

.rate__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin-top: 35px
}

.rate__pretitle {
    color: #692fd2;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .22em;
    line-height: 1;
    margin-bottom: 58px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.rate__pretitle:before {
    background-color: #dad0ed;
    bottom: -32px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 157px
}

.rate__width {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3%
}

.rate__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 49px 20px 43px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.rate__item:hover {
    background: #fff;
    border: 1px solid #e1dee7;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 28px rgba(49, 23, 96, .05);
    box-shadow: 0 4px 28px rgba(49, 23, 96, .05)
}

.rate__item:hover .rate__price {
    color: #692fd2
}

.rate__price {
    color: #2c2b2f;
    font-family: Inter, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.rate__list,
.rate__price span {
    font-size: 16px
}

.rate__list {
    color: #2c2b2f;
    font-family: Inter, sans-serif;
    font-weight: 300;
    line-height: 19px;
    margin: 0 0 45px;
    padding: 0;
    text-align: center
}

.rate__list li {
    list-style-type: none;
    margin-bottom: 15px
}

.rate__list li:last-child {
    margin-bottom: 0
}

.btn_transparent {
    border: 1px solid #dad0ed;
    border-radius: 7px;
    color: #692fd2;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px
}

.btn_transparent:hover {
    background-color: #692fd2;
    border-color: #692fd2
}

.cases__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 59px -12px -12px
}

.cases__width {
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    width: 33.3%
}

.cases_bg {
    background: #fbfbfb
}

.cases__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background: #fff;
    border: 1px solid #dad0ed;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 37px;
    position: relative
}

.cases__image img {
    border-radius: 0 0 10px 10px
}

.cases__art {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f3ff;
    border-radius: 24px;
    color: #8f5af0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    left: 50%;
    letter-spacing: .18em;
    line-height: 1.2;
    padding: 13px 24px;
    position: absolute;
    text-transform: uppercase;
    top: -22px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cases__art,
.cases__art span {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cases__art span {
    white-space: nowrap
}

.cases__title {
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 16px
}

.cases__subtitle,
.cases__title {
    color: #2c2b2f;
    line-height: 1.2;
    padding: 0 31px;
    text-align: center
}

.cases__subtitle {
    font-size: 16px;
    font-weight: 300
}

.cases__image,
.cases__image img {
    width: 100%
}

.trust__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px
}

.trust__width {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 25%
}

.feedback__item {
    position: relative
}

.feedback_bg {
    background-color: #fbfbfb
}

.feedback {
    position: relative
}

.swiper {
    padding-top: 63px
}

.feedback__image {
    border: 8px solid #fbfbfb;
    border-radius: 50%;
    height: 132px;
    left: 50%;
    margin-bottom: 19px;
    position: absolute;
    top: -62px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 132px
}

.feedback__image img {
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.feedback__item {
    background: #fff;
    border-radius: 12px;
    padding: 80px 36px 56px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.feedback__item:before {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0
}

.feedback__item:hover {
    -webkit-box-shadow: 0 4px 28px rgba(49, 23, 96, .05);
    box-shadow: 0 4px 28px rgba(49, 23, 96, .05)
}

.feedback__item:hover:before {
    background-color: #692fd2
}

.swiper-pagination-bullet-active {
    background-color: #692fd2
}

.swiper-pagination {
    margin-top: 46px;
    position: relative
}

.feedback__title {
    color: #2c2b2f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center
}

.feedback__subtitle {
    color: #7b797e;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 22px;
    text-align: center
}

.feedback__subtitle a {
    color: #692fd2
}

.feedback__quote {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #f7f3ff;
    border-radius: 50%;
    color: #8f5af0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 65.3777px;
    font-weight: 300;
    height: 49px;
    justify-content: center;
    line-height: 75px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 49px
}

.feedback__quote span {
    height: 44px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.feedback__descript {
    color: #2c2b2f;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center
}

.swiper-button-prev {
    border: 1px solid #eee9f9;
    border-radius: 50%;
    height: 62px;
    left: 5%;
    top: 60%;
    width: 62px
}

.swiper-button-prev:after {
    color: #645186;
    font-size: 21px
}

.swiper-button-next {
    border: 1px solid #eee9f9;
    border-radius: 50%;
    height: 62px;
    right: 5%;
    top: 60%;
    width: 62px
}

.swiper-button-next:after {
    color: #645186;
    font-size: 21px
}

.application__txt a {
    color: #692fd2
}

.application__button {
    margin-bottom: 18px
}

.application__title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    display: block;
    line-height: 1.2;
    margin-bottom: 30px
}

/* 2 */
.input__default {
    background-color: hsla(0, 0%, 100%, 0);
    border: none;
    border-bottom: 1px solid #362d49;
    color: #b5b0bc;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    outline: none;
    padding: 17px 5px;
    width: 100%
}

.input__default::placeholder {
    color: #6a5f7b
}

.application__item {
    margin-bottom: 11px
}

.application__item:last-child {
    margin-bottom: 0
}

.application__content {
    margin-bottom: 37px
}

.application__col {
    padding-right: 148px;
    width: calc(100% - 290px)
}

.application_bg {
    background: #0d0d0d;
    position: relative
}

.application_bg:before {
    background-image: url(../images/dist/app-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.application_offset {
    padding-top: 80px
}

.application__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 884px;
    padding-bottom: 80px;
    position: relative;
    width: 100%
}

.application__txt {
    color: #7b797e;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2
}

.application__txt span.db {
    display: block
}

.application__social {
    width: 290px
}

.app__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 37px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.app__link:last-child {
    margin-bottom: 0
}

.app__link img {
    margin-right: 8px
}

.app__link span {
    text-decoration: underline
}

.app__link:hover {
    color: #692fd2
}

.app__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 49px;
    padding-left: 35px
}

.app__social a {
    margin-right: 14px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.app__social a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.app__social a:last-child {
    margin-right: 0
}

.app-under__image {
    margin-right: 42px;
    width: 307px
}

.app-under__image img {
    bottom: 0;
    position: absolute
}

.app-under__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 23px;
    padding-top: 21px
}

.app-under__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px
}

.app-under__descript {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    opacity: .8
}

.app-under__descript p {
    margin-bottom: 0
}

.app-under {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #692fd2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.app-under:hover {
    background: #8744ff
}

.app-under__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.app-under__wrap,
.footer__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 22px;
    padding-top: 22px
}

.footer__tipe {
    color: #7b797e
}

.footer__link,
.footer__tipe {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}

.footer__link {
    color: #692fd2;
    text-decoration-line: underline
}

.header-burger {
    display: none;
    height: 24px;
    position: relative;
    width: 33px
}

.header-burger span {
    background-color: #692fd2;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.header-burger span:nth-child(2) {
    top: 10px
}

.header-burger span:last-child {
    bottom: 0;
    top: auto
}

.unvented-under__descript {
    color: #aeaeae;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    text-align: center
}

img {
    max-width: 100%
}

.trust__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.hidden {
    overflow: hidden
}

.header-mobile {
    background-color: #fff;
    display: none;
    height: calc(100vh - 70px);
    left: 0;
    overflow: scroll;
    padding-bottom: 70px;
    padding-top: 60px;
    position: fixed;
    right: 0;
    top: 70px;
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2
}

.header-mobile__navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 48px
}

.header-mobile__socmedia {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 48px;
}

.header-mobile__link {
    color: #2c2b2f;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .14em;
    line-height: 1.2;
    margin-bottom: 40px;
    text-transform: uppercase
}

.header-mobile__link:last-child {
    margin-bottom: 0
}

.header-mobile__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-select {
    position: relative
}

.select-options {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #fff;
    border: 1px solid #692fd2;
    border-radius: 6px;
    color: #222823;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 1;
    padding: 15px 17px
}

.select-options img,
.select-options span {
    pointer-events: none
}

.select-options__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    background-color: #fff;
    border: 1px solid #692fd2;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    bottom: -82px;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    padding: 15px 17px;
    position: absolute;
    right: 1px;
    width: 100%
}

.select-options__list a {
    color: #222823;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    width: 100%
}

.select-options__list a:last-child {
    margin-bottom: 0
}

.catalog-select.active .select-options {
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    pointer-events: none
}

.catalog-select.active .select-options img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.catalog-select.active .select-options__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog__item .catalog__image {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.catalog__item .catalog__image img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.catalog__item:hover .catalog__image {
    -webkit-box-shadow: 0 4px 28px rgba(40, 14, 86, .61);
    box-shadow: 0 4px 28px rgba(40, 14, 86, .61)
}

.catalog__item:hover .catalog__image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.popup_default {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .451);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99
}

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

.popup__title {
    color: #222823;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    display: block;
    text-align: center
}

.popup__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
    width: 100%
}

.popup__item .input__default {
    border-color: #ececec;
    color: #212529;
    margin-bottom: 15px
}

.popup__item .input__default::placeholder {
    color: #b5b0bc;
}

.popup__item .input__default:last-child {
    margin-bottom: 0
}

.popup__button {
    margin-bottom: 15px;
    width: 100%
}

.popup__button .btn_default {
    width: 100%
}

.popup .application__txt {
    text-align: center
}

.popup-wrapper {
    background-color: #fff;
    border-radius: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 570px;
    padding: 50px 56px 46px;
    position: relative;
    width: 100%
}

.popup-close {
    position: absolute;
    right: -40px;
    top: -40px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.popup-close:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.popup-close img {
    pointer-events: none
}

.textarea__default {
    border: 1px solid #ececec;
    border-radius: 9px;
    color: #b5b0bc;
    font-size: 16px;
    font-weight: 400;
    height: 107px;
    line-height: 1.2;
    margin-top: 20px;
    padding: 13px 15px
}

.popup__item .textarea__default {
    border-color: #ececec;
    color: #212529;
    margin-bottom: 15px
}

.popup__item .textarea__default::placeholder {
    color: #b5b0bc;
}

@media (max-height: 732px) {
    .popup-zv .popup-close {
        top: 0
    }

    .popup-zv .popup-wrapper {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .popup-zv .popup__item .input__default {
        margin-bottom: 10px
    }

    .popup-zv .textarea__default {
        height: 60px
    }
}

@media (max-height: 520px) {
    .popup-close {
        top: 0
    }

    .popup-wrapper {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media (max-width: 1720px) {
    .slider-swiper-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative
    }
}

@media (max-width: 1666px) {
    .invented-pro__circle {
        left: -22%
    }
}

@media (max-width: 1405px) {
    .smart__image {
        padding-left: 50px
    }
}

@media (max-width: 1300px) {
    .index__image {
        -ms-flex-negative: 0;
        bottom: -71px;
        flex-shrink: 0
    }

    .index__image img {
        width: 100%
    }

    .index__title {
        font-size: 43px
    }

    .index_offset {
        padding-top: 109px
    }

    .index__col {
        width: 441px
    }

    .index {
        position: relative
    }

    .index__image {
        bottom: -22px;
        position: absolute;
        right: 0;
        width: 550px
    }
}

@media (max-width: 1276px) {
    .invented__image img {
        bottom: -320px
    }

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

    .init__image {
        padding-left: 50px
    }
}

@media (max-width: 1250px) {
    .invented__description {
        padding-left: 50px
    }

    .invented__image img {
        bottom: -304px
    }
}

@media (max-width: 1226px) {
    .invented__image img {
        bottom: -320px
    }
}

@media (max-width: 1200px) {
    .header__link,
    .header__phone {
        margin-right: 15px
    }

    .header__logo img {
        width: 100%
    }
}

@media (max-width: 1150px) {
    .fulldev__width {
        margin-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px
    }

    .fulldev__container {
        margin-bottom: -40px;
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (max-width: 1130px) {
    .smart__image {
        padding-left: 0
    }
}

@media (max-width: 1110px) {
    .invented__image img {
        bottom: -337px
    }
}

@media (max-width: 1107px) {
    .invented__image img {
        bottom: -351px
    }
}

@media (max-width: 1100px) {
    .header__logo {
        width: 170px
    }

    .cases__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cases__image {
        width: auto
    }

    .cases__width {
        margin-bottom: 50px;
        max-width: 900px;
        width: 100%
    }

    .cases__width:last-child {
        margin-bottom: 0
    }

    .init__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .init__col {
        margin-bottom: 40px;
        width: 100%
    }

    .init__wrap-reveres .init__image {
        padding-right: 0
    }

    .init__image {
        padding-left: 0;
        text-align: center;
        width: 100%
    }

    .invented-pro__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .invented__image {
        position: relative
    }

    .invented__image img {
        bottom: 0;
        left: -37px;
        position: relative;
        right: 0
    }

    .invented__description {
        margin-bottom: 30px;
        text-align: center
    }

    .invented__description p {
        max-width: 100% !important
    }

    .invented__description {
        padding-left: 0;
        width: 100%
    }

    .invented-pro {
        padding-bottom: 0
    }

    .invented-pro__circle {
        left: -49%
    }

    .invented-pro {
        padding-top: 45px
    }
}

@media (max-width: 1050px) {
    .rate__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .rate__width {
        margin-bottom: 20px;
        width: 50%
    }

    .rate__item {
        border: 1px solid #e1dee7;
        border-radius: 10px
    }
}

@media (max-width: 1000px) {
    .application__col {
        padding-right: 40px
    }

    .invented-under__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .smart__image,
    .smart__image img {
        width: 100%
    }

    .smart__col {
        margin-bottom: 56px
    }

    .smart__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .smart__col {
        width: 100%
    }

    .invented-under__item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-bottom: 80px;
        width: 100%
    }

    .invented-under__item:last-child {
        margin-bottom: 0
    }

    .invented-under__item:after {
        bottom: -91px;
        left: 50%;
        right: auto;
        top: auto;
        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg)
    }

    .invented-under {
        padding: 60px 0
    }
}

@media (max-width: 990px) {
    .header__phone {
        margin-right: 0
    }

    .header_offset {
        padding-bottom: 18px;
        padding-top: 18px
    }

    .header-mobile {
        display: block;
        height: calc(100vh - 60px);
        top: 60px
    }

    /* 1 */
    .header-mobile.active {
        z-index: 89;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .fulldev__width,
    .trust__width {
        width: 50%
    }

    .fulldev__button {
        margin-top: 55px
    }

    .header__navbar {
        display: none
    }

    .header-burger {
        display: block;
        margin-left: 53px
    }

    .header-burger span {
        pointer-events: none
    }

    .header-burger.active span {
        top: 11px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header-burger.active span:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .header-burger.active span:nth-child(2) {
        display: none
    }

    .header__button {
        display: none
    }

    .index_offset {
        padding-bottom: 200px
    }

    .invented__item {
        margin-right: 10px;
        padding: 18px 28px 18px 26px
    }

    .invented__list {
        margin-bottom: 10px
    }

    .catalog__wrap {
        margin-top: 50px
    }

    .catalog__width {
        width: 100%
    }

    .catalog__width:last-child {
        margin-bottom: 0
    }

    .catalog__wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 690px
    }

    .catalog__width {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 900px) {
    .invented__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .invented__item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%
    }

    .invented__item:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 790px) {
    .swiper-slide-active .feedback__item {
        -webkit-box-shadow: 0 4px 28px rgba(49, 23, 96, .05);
        box-shadow: 0 4px 28px rgba(49, 23, 96, .05)
    }

    .swiper-slide-active .feedback__item:before {
        background-color: #692fd2
    }
}

@media (max-width: 750px) {
    .application__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .application__col {
        margin-bottom: 20px;
        width: 100%
    }

    .application__social {
        width: 100%
    }
}

@media (max-width: 700px) {
    .popup-close {
        right: 0
    }

    .rate__width {
        width: 100%
    }

    .app-under__image {
        margin-right: 0
    }

    .app-under__image img {
        position: relative
    }

    .app-under__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .index__image {
        position: relative
    }

    .title__main {
        font-size: 32px
    }

    .subtitle__main {
        font-size: 20px
    }

    .index_offset {
        padding-bottom: 0
    }

    .index__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .index__col {
        width: 100%
    }

    .catalog__item-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }

    .catalog__title {
        margin-bottom: 0;
        padding-left: 0
    }

    .catalog__link {
        padding-left: 0
    }
}

@media (max-width: 650px) {
    .catalog__list {
        display: none
    }

    .catalog-select {
        display: block
    }
}

@media (max-width: 600px) {
    .header__phone {
        display: none
    }

    .header__logo {
        width: 178px
    }

    .header__logo img {
        width: 100%
    }

    .rate__item {
        padding: 43px 7px 35px
    }

    .application_offset {
        padding-top: 56px
    }

    .cases__title {
        font-size: 20px
    }

    .cases__subtitle,
    .cases__title {
        padding: 0 10px
    }

    .slider-swiper-wrap {
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        max-width: 250px;
        width: 100%
    }

    .index__title {
        font-size: 42px
    }

    .title__main {
        font-size: 32px
    }

    .section_default {
        padding: 64px 0
    }

    .subtitle__main {
        font-size: 20px
    }

    .init__list li {
        margin-bottom: 9px
    }

    .fulldev__width {
        width: 100%
    }

    .catalog__image {
        margin-bottom: 10px
    }

    .catalog__title {
        font-size: 18px
    }

    .catalog__link {
        font-size: 14px
    }

    .init__container {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .application__title {
        font-size: 32px
    }

    .init__descript {
        font-size: 20px
    }

    .init__title {
        font-size: 32px
    }
}

@media (max-width: 575px) {
    .popup-close {
        right: 10px;
        top: 10px
    }

    .popup-wrapper {
        padding: 30px 36px 26px
    }
}

@media (max-width: 550px) {
    .invented__image img {
        bottom: 0;
        left: 0;
        width: 100%
    }

    .invented-under__number {
        font-size: 42px
    }

    .invented__description p {
        font-size: 20px
    }

    .unvented-under__descript {
        font-size: 16px
    }

    .unvented-under__descript span {
        display: inline-block
    }

    .invented__image {
        width: 100%
    }
}

@media (max-width: 450px) {
    .trust__width {
        width: 100%
    }

    .smart__title {
        font-size: 32px
    }

    .smart__descript {
        margin-bottom: 22px
    }

    .fulldev__button .btn_default,
    .smart__button .btn_default {
        width: 100%
    }
}

@media (max-width: 420px) {
    .rate-checkbox__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .rate-checkbox__asc {
        margin-left: 0;
        margin-top: 5px
    }
}

@media (max-width: 400px) {
    .index__button .btn_default {
        width: 100%
    }

    .popup-wrapper {
        padding: 20px 15px
    }
}

@media (max-width: 350px) {
    .app-under__image {
        width: 263px
    }
}

.index__button,
.index__list li,
.index__title {
    opacity: 0
}

.index__image {
    -webkit-animation: animIndex 3s linear infinite;
    animation: animIndex 3s linear infinite
}

.cases__width,
.fulldev__width,
.init__button,
.init__descript,
.init__image,
.init__list li,
.init__title,
.invented-under__item,
.invented__description .quote,
.invented__description p,
.invented__image,
.invented__item,
.invented__name,
.invented__subtitle,
.rate__width,
.smart__button,
.smart__descript p,
.smart__image,
.smart__title,
.subtitle__main,
.title__main,
.init__buttons,
.trust__width {
    opacity: 0
}

.animated .invented-under__item:first-child {
    -webkit-animation: animUp 0.6s ease .6s forwards;
    animation: animUp 0.6s ease .6s forwards
}

.animated .invented-under__item:nth-child(2) {
    -webkit-animation: animUp 0.5s ease .7s forwards;
    animation: animUp 0.5s ease .7s forwards
}

.animated .invented-under__item:nth-child(3) {
    -webkit-animation: animUp 0.5s ease .4s forwards;
    animation: animUp 0.5s ease .4s forwards
}

.animated .rate__width:first-child {
    -webkit-animation: animUp 0.7s ease .0s forwards;
    animation: animUp 0.7s ease .0s forwards
}

.animated .rate__width:nth-child(2) {
    -webkit-animation: animUp 0.7s ease .1s forwards;
    animation: animUp 0.7s ease .1s forwards
}

.animated .rate__width:nth-child(3) {
    -webkit-animation: animUp 0.7s ease .2s forwards;
    animation: animUp 0.7s ease .2s forwards
}

.animated .invented__list:first-child .invented__item:first-child {
    -webkit-animation: animUp 0.4s ease .0s forwards;
    animation: animUp 0.4s ease .0s forwards
}

.animated .invented__list:first-child .invented__item:nth-child(2) {
    -webkit-animation: animUp 0.5s ease .1s forwards;
    animation: animUp 0.5s ease .1s forwards
}

.animated .invented__list:first-child .invented__item:nth-child(3) {
    -webkit-animation: animUp 0.6s ease .2s forwards;
    animation: animUp 0.6s ease .2s forwards
}

.animated .invented__list:first-child .invented__item:nth-child(4) {
    -webkit-animation: animUp 0.7s ease .3s forwards;
    animation: animUp 0.7s ease .3s forwards
}

.animated .invented__list:first-child .invented__item:nth-child(5) {
    -webkit-animation: animUp 0.8s ease .4s forwards;
    animation: animUp 0.8s ease .4s forwards
}

.animated .invented__list:last-child .invented__item:first-child {
    -webkit-animation: animUp 0.9s ease .5s forwards;
    animation: animUp 0.9s ease .5s forwards
}

.animated .invented__list:last-child .invented__item:nth-child(2) {
    -webkit-animation: animUp 1s ease .6s forwards;
    animation: animUp 1s ease .6s forwards
}

.animated .invented__list:last-child .invented__item:nth-child(3) {
    -webkit-animation: animUp 1.1s ease .7s forwards;
    animation: animUp 1.1s ease .7s forwards
}

.animated .fulldev__width:first-child {
    -webkit-animation: animUp 0.5s ease 0s forwards;
    animation: animUp 0.5s ease .5s forwards
}

.animated .fulldev__width:nth-child(2) {
    -webkit-animation: animUp 0.5s ease .1s forwards;
    animation: animUp 0.5s ease .1s forwards
}

.animated .fulldev__width:nth-child(3) {
    -webkit-animation: animUp 0.5s ease .2s forwards;
    animation: animUp 0.5s ease .2s forwards
}

.animated .fulldev__width:nth-child(4) {
    -webkit-animation: animUp 0.5s ease 0.3s forwards;
    animation: animUp 0.5s ease 0.3s forwards
}

.animated .fulldev__width:nth-child(5) {
    -webkit-animation: animUp 0.5s ease 0.4s forwards;
    animation: animUp 0.5s ease 0.4s forwards
}

.animated .fulldev__width:nth-child(6) {
    -webkit-animation: animUp 0.5s ease 0.5s forwards;
    animation: animUp 0.5s ease 0.5s forwards
}

.animated .trust__width:first-child {
    -webkit-animation: animUp 0.7s ease .0s forwards;
    animation: animUp 0.7s ease .0s forwards
}

.animated .trust__width:nth-child(2) {
    -webkit-animation: animUp 0.7s ease .1s forwards;
    animation: animUp 0.7s ease .1s forwards
}

.animated .trust__width:nth-child(3) {
    -webkit-animation: animUp 0.7s ease .2s forwards;
    animation: animUp 0.7s ease .2s forwards
}

.animated .trust__width:nth-child(4) {
    -webkit-animation: animUp 0.7s ease 0.3s forwards;
    animation: animUp 0.7s ease 0.3s forwards
}

.animated .trust__width:nth-child(5) {
    -webkit-animation: animUp 0.7s ease 0.4s forwards;
    animation: animUp 0.7s ease 0.4s forwards
}

.animated .trust__width:nth-child(6) {
    -webkit-animation: animUp 0.7s ease 0.5s forwards;
    animation: animUp 0.7s ease 0.5s forwards
}

.animated .trust__width:nth-child(7) {
    -webkit-animation: animUp 0.8s ease 0.6s forwards;
    animation: animUp 0.8s ease 0.6s forwards
}

.animated .trust__width:nth-child(8) {
    -webkit-animation: animUp 0.9s ease 0.7s forwards;
    animation: animUp 0.9s ease 0.7s forwards
}

.animated .cases__width:first-child {
    -webkit-animation: animUp 0.7s ease .0s forwards;
    animation: animUp 0.7s ease .0s forwards
}

.animated .cases__width:nth-child(2) {
    -webkit-animation: animUp 0.7s ease .1s forwards;
    animation: animUp 0.7s ease .1s forwards
}

.animated .cases__width:nth-child(3) {
    -webkit-animation: animUp 0.7s ease .2s forwards;
    animation: animUp 0.7s ease .2s forwards
}

.animated .init__image {
    -webkit-animation: animRight 0.5s ease .0s forwards;
    animation: animRight 0.5s ease .5s forwards
}

.animated .init__title {
    -webkit-animation: animLeft 0.7s ease .0s forwards;
    animation: animLeft 0.7s ease .0s forwards
}

.animated .init__descript {
    -webkit-animation: animLeft 0.7s ease .1s forwards;
    animation: animLeft 0.7s ease .1s forwards
}

.animated .init__list li:first-child {
    -webkit-animation: animLeft 0.7s ease .2s forwards;
    animation: animLeft 0.7s ease .2s forwards
}

.animated .init__list li:nth-child(2) {
    -webkit-animation: animLeft 0.7s ease 0.3s forwards;
    animation: animLeft 0.7s ease 0.3s forwards
}

.animated .init__list li:nth-child(3) {
    -webkit-animation: animLeft 0.5s ease 0.4s forwards;
    animation: animLeft 0.5s ease 0.4s forwards
}

.animated .init__list li:nth-child(4) {
    -webkit-animation: animLeft 0.7s ease 0.5s forwards;
    animation: animLeft 0.7s ease 0.5s forwards
}

.animated .init__list li:nth-child(5) {
    -webkit-animation: animLeft 0.7s ease 0.5s forwards;
    animation: animLeft 0.7s ease 0.5s forwards
}

.animated .init__button {
    -webkit-animation: animLeft 0.7s ease 0.6s forwards;
    animation: animLeft 0.7s ease 0.6s forwards
}

.animated .init__buttons {
    -webkit-animation: animLeft 0.7s ease 0.6s forwards;
    animation: animLeft 0.7s ease 0.6s forwards
}

.animated .smart__image {
    -webkit-animation: animRight 0.5s ease .5s forwards;
    animation: animRight 0.5s ease .5s forwards
}

.animated .smart__title {
    -webkit-animation: animLeft 0.7s ease 0s forwards;
    animation: animLeft 0.7s ease 0s forwards
}

.animated .smart__descript p:first-child {
    -webkit-animation: animLeft 0.7s ease 0.2s forwards;
    animation: animLeft 0.7s ease 0.2s forwards
}

.animated .smart__descript p:nth-child(2) {
    -webkit-animation: animLeft 0.7s ease 0.3s forwards;
    animation: animLeft 0.7s ease .3s forwards
}

.animated .smart__descript p:nth-child(3) {
    -webkit-animation: animLeft 0.7s ease .4s forwards;
    animation: animLeft 0.7s ease .4s forwards
}

.animated .smart__descript p:nth-child(4) {
    -webkit-animation: animLeft 0.7s ease 0.5s forwards;
    animation: animLeft 0.7s ease 0.5s forwards
}

.animated .smart__descript p:nth-child(5) {
    -webkit-animation: animLeft 0.7s ease 0.6s forwards;
    animation: animLeft 0.7s ease 0.6s forwards
}

.animated .smart__button {
    -webkit-animation: animLeft 0.7s ease 0.7s forwards;
    animation: animLeft 0.7s ease 0.7s forwards
}

.animated .index__art {
    -webkit-animation: animLeft 0.7s ease 0s forwards;
    animation: animLeft 0.7s ease 0s forwards
}

.animated .index__title {
    -webkit-animation: animLeft 0.8s ease .2s forwards;
    animation: animLeft 0.8s ease .2s forwards
}

.animated .index__list li:first-child {
    -webkit-animation: animLeft 0.9s ease .3s forwards;
    animation: animLeft 0.9s ease .3s forwards
}

.animated .index__list li:nth-child(2) {
    -webkit-animation: animLeft 1s ease 0.4s forwards;
    animation: animLeft 1s ease 0.4s forwards
}

.animated .index__list li:nth-child(3) {
    -webkit-animation: animLeft 1.1s ease 0.5s forwards;
    animation: animLeft 1.2s ease 0.5s forwards
}

.animated .index__list li:nth-child(4) {
    -webkit-animation: animLeft 1.1s ease 0.5s forwards;
    animation: animLeft 1.2s ease 0.5s forwards
}

.animated .index__button {
    -webkit-animation: animLeft 0.7s ease 0.6s forwards;
    animation: animLeft 0.7s ease 0.6s forwards
}

.animated .title__main {
    -webkit-animation: animUp .8s ease 0s forwards;
    animation: animUp .8s ease 0s forwards
}

.animated .subtitle__main {
    -webkit-animation: animUp 0.5s ease 0.1s forwards;
    animation: animUp 0.5s ease 0.1s forwards
}

.animated .invented__image {
    -webkit-animation: animLeft .5s ease 0s forwards;
    animation: animLeft .5s ease 0s forwards
}

.animated .invented__description .quote {
    -webkit-animation: animRight .5s ease 0s forwards;
    animation: animRight .5s ease 0s forwards
}

.animated .invented__description p:nth-child(2) {
    -webkit-animation: animRight .5s ease 0.2s forwards;
    animation: animRight .5s ease 0.2s forwards
}

.animated .invented__description p:nth-child(3) {
    -webkit-animation: animRight .5s ease 0.3s forwards;
    animation: animRight .5s ease 0.3s forwards
}

.animated .invented__description p:nth-child(4) {
    -webkit-animation: animRight .5s ease 0.4s forwards;
    animation: animRight .5s ease 0.4s forwards
}

.animated .invented__name {
    -webkit-animation: animRight .4s ease 0.7s forwards;
    animation: animRight .4s ease 0.7s forwards
}

.animated .invented__subtitle {
    -webkit-animation: animRight 0.3s ease 0.7s forwards;
    animation: animRight 0.3s ease 0.7s forwards
}

@-webkit-keyframes animLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes animLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes animRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes animRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes animUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes animIndex {
    0% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animIndex {
    0% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.catalog__item-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog__item-wrap .catalog__link img {
    margin-right: 0;
}

.catalog__item-wrap .catalog__title {
    margin-bottom: 0;
    color: #fff;
}

.catalog__item-wrap {
    background: rgba(42, 33, 33, 0.35);
    border: 1px solid rgba(215, 215, 215, 0.4);
    backdrop-filter: blur(5px);
    border-radius: 0px 0px 18px 18px;

    position: absolute;
    left: 0;
    right: 0;
    padding-right: 33px;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0;
}

.catalog__item-hidden {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width: 600px) {
    .catalog__item-wrap .catalog__link {
        width: 100px;
    }

    .catalog__item-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
}

html {
    overflow-x: hidden;
}

.hw_widget {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #7b797e;
    cursor: pointer;
    font-size: 14px;
}

@media screen and (max-width: 500px) {
    .hw_widget {
        display: none;
    }
}