@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
:root,
[data-bs-theme=light] {
    --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-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --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-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --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-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0, 0%, 100%, .15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

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

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

body {
    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);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bs-heading-color);
    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);
    color: var(--bs-highlight-color);
    padding: .1875em
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

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

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 {
    color: var(--bs-code-color);
    font-size: .875em;
    word-wrap: break-word
}

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: var(--bs-secondary-color);
    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
}

:root {
    --text-color: #21324e
}

body {
    color: var(--text-color);
    font-family: Geologica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    min-width: 320px;
    overflow-x: hidden;
    position: relative
}

:root {
    scroll-behavior: inherit
}

a {
    text-decoration: none !important
}

.container {
    margin: 0 auto;
    max-width: 1226px;
    padding: 0 30px
}

.wrapper {
    overflow: hidden
}

h1 {
    font-size: 62px;
    line-height: 1.258;
    margin-bottom: 28px
}

h1,
h2 {
    font-weight: 400
}

h2 {
    font-size: 44px;
    line-height: 1.2
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 29px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 58px;
    outline: none !important;
    padding: 0 24px 0 32px;
    position: relative;
    text-decoration: none !important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    white-space: nowrap;
    z-index: 1
}

.btn:hover:before {
    opacity: 1
}

.btn:after {
    background: linear-gradient(134.75deg, #221eca 2.93%, #6461da 98.97%);
    border-radius: 29px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.btn:before {
    background: linear-gradient(134.75deg, #6461da 2.93%, #221eca 98.97%);
    border-radius: 29px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    width: 100%;
    z-index: 0
}

.btn span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.btn span img {
    height: 24px;
    margin-left: 10px;
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain
}

.btn-sm {
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 0 16px
}

.btn-sm span img {
    height: 16px;
    margin: 0 12px 0 0;
    width: 16px
}

.app-header {
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    z-index: 10
}

.app-header.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 22px -12px hsla(0, 0%, 4%, .23);
    box-shadow: 0 3px 22px -12px hsla(0, 0%, 4%, .23)
}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px
}

.header-logo {
    margin-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

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

.logo img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 187px
}

.header-menu {
    margin-right: 40px
}

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

.menu-list a {
    color: #8994a8;
    font-size: 14px;
    margin-right: 24px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.menu-list a:hover {
    color: #221eca
}

.menu-list a:last-child {
    margin-right: 0
}

.header-lang {
    position: relative
}

.header-lang.active .current-lang:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-lang.active .header-lang-dropdown {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.current-lang {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f3f5f8;
    border: none;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    height: 40px;
    outline: none;
    padding: 0 26px 0 10px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.current-lang>img {
    height: 30px;
    width: 40px
}

.current-lang:hover {
    background-color: #d5d5d5
}

.current-lang:after {
    background-image: url(../images/dist/icons/angle-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 10px;
    top: 14px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    width: 12px
}

.header-lang-dropdown {
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 22px -12px hsla(0, 0%, 4%, .73);
    box-shadow: 0 3px 22px -12px hsla(0, 0%, 4%, .73);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    padding: 15px 15px 15px 5px;
    position: absolute;
    top: 100%;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100%;
    opacity: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden
}

.header-lang-dropdown a {
    color: var(--text-color);
    font-size: 16px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.header-lang-dropdown a>img {
    height: 26px;
    -o-object-position: left;
    object-position: left;
    width: 35px
}

.header-lang-dropdown a.active,
.header-lang-dropdown a:hover {
    color: #221eca
}

.header-telegram {
    margin-right: 12px
}

.s-main-window {
    padding: 135px 0 75px;
    position: relative
}

.main-window-bg {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.main-window-bg img {
    width: 100%
}

.main-window-row {
    display: -ms-grid;
    display: grid;
    gap: 26px;
    position: relative;
    z-index: 1;
    -ms-grid-columns: 54% 26px 46%;
    grid-template-columns: 54% 46%
}

.main-window-content {
    padding-top: 45px;
    position: relative;
    z-index: 1
}

.main-window-content p {
    color: #8994a8;
    margin-bottom: 28px;
    max-width: 424px
}

.main-window-img {
    position: relative
}

.main-window-img img {
    left: -60px;
    position: absolute;
    top: -110px;
    width: 692px
}

.scrollbar::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 6px;
    width: 6px
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 6px
}

.scrollbar::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 5px
}

.advantages {
    background: linear-gradient(297.08deg, #e3f5f7 46%, #f1feff 92.61%);
    border-radius: 20px;
    padding: 108px 100px
}

.section-title {
    margin-bottom: 40px
}

.section-title h3 {
    color: #65c8d0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase
}

.advantages-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr)
}

.advantage {
    background-color: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 156px;
    overflow: hidden;
    position: relative
}

.advantage a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.advantage.accent {
    background: linear-gradient(134.75deg, #221eca 2.93%, #6461da 98.97%);
    color: #fff
}

.advantage.accent:hover img {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.advantage img {
    height: 32px;
    width: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.advantage h3 {
    font-size: 16px;
    margin: auto 0 0
}

.s-services {
    padding: 100px 0
}

.services {
    margin-left: auto;
    margin-right: auto;
    max-width: 1029px;
    position: relative
}

.services .section-title {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 167px
}

.services .section-title h3 {
    color: #6461da
}

.services p {
    bottom: 80px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 266px;
    position: absolute;
    right: 0;
    text-align: right
}

.services-list {
    height: 542px;
    position: relative
}

.service {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    font-weight: 500;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 32px
}

.service:first-child {
    height: 200px;
    left: 0;
    top: 0;
    width: 330px
}

.service:nth-child(2) {
    height: 270px;
    right: 0;
    top: 40px;
    width: 240px
}

.service:nth-child(3) {
    bottom: 40px;
    height: 270px;
    left: 0;
    width: 240px
}

.service:nth-child(4) {
    bottom: 0;
    height: 200px;
    right: 0;
    width: 330px
}

.callback {
    background-color: #1c274c;
    background-image: url(../images/dist/grid-2.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 136px 108px;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.callback-form {
    position: relative;
    width: 358px;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.callback-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 93px;
    position: relative;
    z-index: 1
}

.callback-text p {
    color: #8994a8;
    margin: 0
}

.callback-text .section-title {
    margin-bottom: 18px
}

.callback-text .section-title h2 {
    font-size: 36px
}

.form-group {
    margin-bottom: 20px;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    height: 44px;
    outline: none;
    padding: 0 20px;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    width: 100%
}

.form-input.novalid {
    background-color: #ffcbcb
}

.form-input::-webkit-input-placeholder {
    color: #8994a8;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.form-input::-moz-placeholder {
    color: #8994a8;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.form-input:-ms-input-placeholder {
    color: #8994a8;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.form-input::-ms-input-placeholder {
    color: #8994a8;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.form-input::placeholder {
    color: #8994a8;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.form-input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.form-input:focus::-moz-placeholder {
    opacity: 0;
    transform: translateY(-5px)
}

.form-input:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.form-input:focus::-ms-input-placeholder {
    opacity: 0;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.form-input:focus::placeholder {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.form-submit {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.form-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #65c8d0;
    border: none;
    border-radius: 22px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    outline: none;
    padding: 0 20px;
    text-align: center;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    width: 100%
}

.form-btn:hover {
    background-color: #34797e
}

.callback-form-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden
}

.callback-form-success.opened {
    opacity: 1;
    visibility: visible
}

.callback-form-success.opened~* {
    opacity: 0 !important
}

.callback-form-success img {
    height: 150px;
    margin-bottom: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.callback-form-success h3 {
    font-size: 20px;
    text-align: center
}

.callback-content {
    width: 358px;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    gap: 16px;
    justify-content: flex-end;
    position: relative;
    z-index: 2
}

.callback-content__form {
    max-height: 44px;
    overflow: hidden;
    -webkit-transition: 2.1s;
    transition: 2.1s;
    width: 100%
}

.callback-content__form .form-group,
.callback-content__form button[type=submit] {
    opacity: 0;
    pointer-events: none
}

.callback-content__tel-link {
    height: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.callback-content .callback-show-form-btn {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transition: 1.2s;
    transition: 1.2s
}

.callback-content._show .callback-show-form-btn {
    opacity: 0;
    pointer-events: none
}

.callback-content._show .callback-content__form {
    max-height: 900px
}

.callback-content._show .callback-content__form .form-group {
    opacity: 1;
    pointer-events: all
}

.callback-content._show .callback-content__form button[type=submit] {
    opacity: 1;
    pointer-events: all
}

.form-select {
    position: relative
}

.form-select__input {
    cursor: pointer;
    height: 100%;
    inset: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 5
}

.form-select__field {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-select__field>span {
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.form-select__trigger {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s
}

.form-select__field>span:not(:empty)+.form-select__placeholder {
    opacity: 0
}

.form-select__options {
    background: #fff;
    border-radius: 12px;
    left: 0;
    margin: 0;
    max-height: 200px;
    opacity: 0;
    overflow: hidden auto;
    padding: 10px 5px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 10px);
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    z-index: 5
}

.form-select__options>li {
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    list-style: none;
    padding: 5px 15px;
    -webkit-transition: .3s;
    transition: .3s
}

.form-select__options>li.active,
.form-select__options>li:hover {
    background: rgba(34, 30, 202, .05);
    color: #221eca
}

.form-select__input.novalid~.form-select__field {
    background-color: #ffcbcb
}

.form-select__placeholder {
    color: #8994a8;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.form-select__input:focus~.form-select__field .form-select__placeholder {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.form-select__input:focus~.form-select__trigger {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.form-select__input:focus~.form-select__options {
    opacity: 1;
    pointer-events: all
}

.app-footer {
    padding: 16px 0
}

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

.footer-logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 30px
}

.footer-logo img {
    width: 187px
}

.footer-copyright {
    color: #8994a8;
    font-size: 14px;
    margin-right: 40px
}

.footer-lang .header-lang-dropdown {
    bottom: 100%;
    margin-bottom: 5px;
    margin-top: auto;
    top: auto
}

.footer-telegram {
    margin-right: 12px
}

@media (max-width:1199.98px) {
    .advantages-grid {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr
    }
    .service:first-child {
        width: 300px
    }
    .service:nth-child(4) {
        width: 300px
    }
    .callback {
        display: block;
        padding: 118px 106px
    }
    .callback-text {
        margin: 0 0 40px;
        text-align: center
    }
    .callback-form {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(100px, 1fr) 12px minmax(100px, 1fr);
        grid-template-columns: repeat(2, minmax(100px, 1fr));
        grid-gap: 0 12px
    }
    .callback-form .form-group--country {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
    .callback-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 574px;
        min-height: 0;
        width: auto
    }
    .form-submit {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
    .callback-form-success img {
        height: 120px;
        width: 120px
    }
}

@media (max-width:991.98px) {
    .container {
        padding: 0 24px
    }
    .header-menu {
        display: none
    }
    .s-main-window {
        padding: 109px 0 44px
    }
    .main-window-row {
        display: block;
        gap: 0
    }
    .main-window-content {
        margin: 0 0 10px;
        padding: 0;
        text-align: center
    }
    .main-window-content p {
        margin-left: auto;
        margin-right: auto
    }
    .main-window-img {
        margin-top: -100px;
        text-align: center
    }
    .main-window-img img {
        max-width: 620px;
        position: static
    }
    .advantages {
        padding: 100px 60px
    }
    .services .section-title {
        top: 273px
    }
    .services p {
        bottom: 236px;
        left: auto;
        margin: 0;
        right: 129px
    }
    .services-list {
        height: 720px
    }
    .service:first-child {
        left: 0;
        top: 20px;
        width: 330px
    }
    .service:nth-child(2) {
        height: 270px;
        right: 0;
        top: 0;
        width: 240px
    }
    .service:nth-child(3) {
        bottom: 0;
        left: 0
    }
    .service:nth-child(4) {
        bottom: 10px;
        height: 200px;
        right: 0;
        width: 330px
    }
}

@media (max-width:800px) {
    .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-logo {
        margin: 0 0 24px
    }
    .footer-copyright {
        margin: 0 auto 16px;
        max-width: 290px;
        text-align: center
    }
    .footer-telegram {
        margin: 0 0 16px
    }
}

@media (max-width:767.98px) {
    .app-header {
        position: absolute
    }
    h1 {
        font-size: 40px
    }
    h2 {
        font-size: 32px
    }
    .container {
        padding: 0 14px
    }
    .main-window-img {
        margin: -70px -100px 0
    }
    .main-window-img img {
        width: 100%
    }
    .s-main-window {
        padding-bottom: 0
    }
    .advantages {
        padding: 60px 30px
    }
    .section-title {
        margin-bottom: 20px
    }
    .section-title h3 {
        font-size: 16px
    }
    .advantages-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .s-services {
        padding: 90px 0
    }
    .services .section-title {
        margin-top: 40px;
        position: static
    }
    .services p {
        margin: 20px auto 0;
        max-width: 266px;
        position: static;
        text-align: center
    }
    .services-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        height: auto
    }
    .service {
        height: 200px !important;
        position: static;
        width: 100% !important
    }
    .callback {
        padding: 60px 30px
    }
    .callback-text {
        margin-bottom: 20px
    }
    .callback-text .section-title h2 {
        font-size: 24px
    }
    .callback-form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .callback-form .form-group--country {
        grid-column: unset
    }
    .form-group {
        margin-bottom: 12px
    }
    .form-submit {
        -ms-grid-column-span: 1;
        grid-column: span 1
    }
    .callback-form-success img {
        height: 90px;
        width: 90px
    }
    .callback-form-success h3 {
        font-size: 16px
    }
}

@media (max-width:575.98px) {
    .header-logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .header-lang {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        margin: 0;
        order: 2
    }
    .header-telegram {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        margin: 0 0 0 8px;
        order: 3
    }
    .header-telegram .btn {
        font-size: 0;
        height: 40px;
        padding: 0;
        width: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header-telegram .btn span img {
        margin: 0
    }
}

@media (max-width:410px) {
    .header-logo {
        margin-right: 10px
    }
}

@media (max-width:370px) {
    .logo img {
        width: 160px
    }
}

@media (max-width:1065px) {
    html[lang=bn] .header-telegram .btn {
        font-size: 0;
        height: 40px;
        padding: 0;
        width: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    html[lang=bn] .header-telegram .btn span img {
        margin: 0
    }
}

@media (max-width:991.98px) {
    html[lang=bn] .services .section-title {
        max-width: 400px
    }
}

@media (max-width:862px) {
    html[lang=bn] .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    html[lang=bn] .footer-logo {
        margin: 0 0 24px
    }
    html[lang=bn] .footer-copyright {
        margin: 0 auto 16px;
        max-width: 290px;
        text-align: center
    }
    html[lang=bn] .footer-telegram {
        margin: 0 0 16px
    }
}

@media (max-width:590.98px) {
    html[lang=ne] .header-telegram {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        margin: 0 0 0 8px;
        order: 3
    }
    html[lang=ne] .header-telegram .btn {
        font-size: 0;
        height: 40px;
        padding: 0;
        width: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    html[lang=ne] .header-telegram .btn span img {
        margin: 0
    }
}

@media (max-width:991.98px) {
    html[lang=si] .services .section-title {
        max-width: 480px
    }
}

@media (max-width:870px) {
    html[lang=si] .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    html[lang=si] .footer-logo {
        margin: 0 0 24px
    }
    html[lang=si] .footer-copyright {
        margin: 0 auto 16px;
        max-width: 290px;
        text-align: center
    }
    html[lang=si] .footer-telegram {
        margin: 0 0 16px
    }
}

@media (max-width:646px) {
    html[lang=si] .header-telegram .btn {
        font-size: 0;
        height: 40px;
        padding: 0;
        width: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    html[lang=si] .header-telegram .btn span img {
        margin: 0
    }
}