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

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

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

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

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-top: 0;
    margin-bottom: 1rem
}

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

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

ol,
ul {
    padding-left: 2rem
}

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

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 {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

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

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

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

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

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

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

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[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 {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

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

@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] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

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

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

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-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-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

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

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

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

.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 {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

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

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

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

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-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-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -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
}

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

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

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

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

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

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube {
    overflow: visible
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
    overflow: visible
}

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

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

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

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

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

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

@font-face {
    font-family: TTNorms;
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/TT_Norms_Pro_Bold.woff2) format("woff2")
}

@font-face {
    font-family: TTNorms;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/TT_Norms_Pro_Medium.woff2) format("woff2")
}

::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 140%;
    color: rgba(0, 0, 0, .3)
}

::-moz-placeholder {
    font-size: 14px;
    line-height: 140%;
    color: rgba(0, 0, 0, .3)
}

:-ms-input-placeholder {
    font-size: 14px;
    line-height: 140%;
    color: rgba(0, 0, 0, .3)
}

::-ms-input-placeholder {
    font-size: 14px;
    line-height: 140%;
    color: rgba(0, 0, 0, .3)
}

::placeholder {
    font-size: 14px;
    line-height: 140%;
    color: rgba(0, 0, 0, .3)
}

::-moz-selection {
    background-color: orange;
    color: #fff
}

::selection {
    background-color: orange;
    color: #fff
}

input,
textarea {
    outline: 0
}

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

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

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

.section-wrapper {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%
}

h1,
h2,
h3 {
    font-family: TTNorms, sans-serif;
    font-weight: 700
}

.section {
    margin: 50px 0
}

.drop-down.menu__link {
    position: absolute;
    bottom: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none
}

.drop-down.menu__link:hover {
    border: none
}

@media (max-width:575.98px) {
    .drop-down.menu__link img {
        width: 40px
    }
}

.title-block {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #114a82;
    margin-bottom: 60px;
    position: relative
}

.title-block h2 {
    display: inline-block;
    margin-bottom: 0
}

.title-block h2:before {
    content: '';
    position: absolute;
    max-width: 960px;
    width: 100%;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#114a82), color-stop(50%, rgba(198, 224, 245, .529849)), to(rgba(198, 224, 245, .202118)));
    background: -o-linear-gradient(left, #114a82 0, rgba(198, 224, 245, .529849) 50%, rgba(198, 224, 245, .202118) 100%);
    background: linear-gradient(90deg, #114a82 0, rgba(198, 224, 245, .529849) 50%, rgba(198, 224, 245, .202118) 100%);
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -30px
}

#pres-line:before {
    right: -195px;
}

@media (max-width:1299.98px) {
    .title-block h2:before {
        right: 0;
        bottom: -20px;
        top: auto
    }
}

.section-arm--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px
}

@media (max-width:991.98px) {
    .section-arm--bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-arm__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px
}

.section-arm__text ul {
    margin: 60px 0
}

.arm-function-item {
    max-width: 50%;
    margin-right: 70px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 43px
}

.arm-function-item::before {
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: rgba(17, 74, 130, .3);
    position: absolute;
    left: 0;
    top: 3px
}

@media (max-width:991.98px) {
    .arm-function-item {
        max-width: 100%;
        margin-right: 0
    }
}

.section-clients__wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 825px;
    height: 100%
}

@media (max-width:991.98px) {
    .section-clients__wrapper ul {
        max-height: 100%
    }
}

.arm-function-item-sub {
    list-style: inside
}

.arm-function-item-sub li {
    list-style: inside;
    margin-bottom: 12px
}

.footer {
    background-color: #114a82;
    padding: 40px 0
}

.footer h3 {
    font-size: 26px;
    line-height: 31px;
    color: rgba(255, 255, 255, .88);
    margin-bottom: 45px
}

.footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff
}

.footer-contacts a {
    color: rgba(255, 255, 255, .88)
}

.footer-contacts li {
    margin-bottom: 25px
}

.footer-contacts ul {
    margin-top: 35px
}

@media (max-width:991.98px) {
    .footer-contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer-contacts .footer-contacts__column {
        margin-bottom: 30px
    }
}

.footer--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #fff
}

.footer--bottom p {
    margin-bottom: 0
}

@media (max-width:575.98px) {
    .footer--bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .footer--bottom p {
        margin-top: 30px
    }
}

body._lock {
    overflow: hidden
}

.wrapper {
    min-height: 100%
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: transparent;
    font-family: TTNorms, sans-serif;
    padding: 20px 0
}

.header .light-logo {
    display: block
}

.header .dark-logo {
    display: none
}

.header__container {
    max-width: 1250px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 70px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header__logo {
    width: 240px
}

.header__logo img {
    max-width: 100%;
    width: 100%
}

@media (max-width:1299.98px) {
    .header__logo {
        width: 180px
    }
}

.menu__icon {
    display: none
}

.menu__list>li {
    position: relative;
    margin: 0 0 0 30px
}

@media (max-width:1299.98px) {
    .menu__list>li {
        margin: 0 0 0 15px
    }
}

.menu__link {
    color: #fff;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid transparent
}

.menu__link:hover {
    color: #0d397f;
    border-bottom: 1px solid #0d397f
}

@media (max-width:1299.98px) {
    .menu__link {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .menu__link {
        font-size: 14px
    }
}

.menu__sub-list {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #000;
    padding: 15px;
    min-width: 200px
}

.menu__sub-list li {
    margin: 0 0 10px 0
}

.menu__sub-list li:last-child {
    margin: 0
}

.menu__sub-link {
    color: #fff
}

.menu__sub-link:hover {
    text-decoration: underline
}

.menu__arrow {
    display: none
}

body._pc .menu__list>li:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all
}

body._touch .menu__list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body._touch .menu__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

body._touch .menu__arrow {
    display: block;
    width: 0;
    height: 0;
    margin: 0 0 0 5px;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff
}

body._touch .menu__list>li._active .menu__sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all
}

body._touch .menu__list>li._active .menu__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.header-menu__phone {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #fff
}

.header-menu__phone a {
    color: #fff
}

@media (max-width:1299.98px) {
    .header-menu__phone {
        font-size: 18px
    }
}

@media (max-width:575.98px) {
    .header-menu__phone {
        display: none
    }
}

@media (max-width:991.98px) {
    .header__menu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.header-dispatch,
.header-south,
.header.header-fix {
    background: rgba(247, 247, 247, .9);
    -webkit-box-shadow: 0 20px 100px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 100px rgba(0, 0, 0, .1);
    padding: 0
}

.header-dispatch .light-logo,
.header-south .light-logo,
.header.header-fix .light-logo {
    display: none
}

.header-dispatch .dark-logo,
.header-south .dark-logo,
.header.header-fix .dark-logo {
    display: block
}

.header-dispatch .menu__list>li,
.header-south .menu__list>li,
.header.header-fix .menu__list>li {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 2px solid transparent
}

.header-dispatch .menu__list>li:hover,
.header-south .menu__list>li:hover,
.header.header-fix .menu__list>li:hover {
    background-color: #fff;
    border-bottom: 2px solid #114a82
}

.header-dispatch .menu__list>li:hover .menu__link,
.header-south .menu__list>li:hover .menu__link,
.header.header-fix .menu__list>li:hover .menu__link {
    border: none
}

.header-dispatch .menu__list>li .menu__link,
.header-south .menu__list>li .menu__link,
.header.header-fix .menu__list>li .menu__link {
    border: none;
    display: block
}

@media (max-width:1299.98px) {
    .header-dispatch .menu__list>li,
    .header-south .menu__list>li,
    .header.header-fix .menu__list>li {
        padding: 10px
    }
}

.header-dispatch .menu__link,
.header-south .menu__link,
.header.header-fix .menu__link {
    color: #030304;
    line-height: 50px
}

.header-dispatch .header__container,
.header-south .header__container,
.header.header-fix .header__container {
    max-width: 1610px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header-dispatch .header-menu__phone a,
.header-south .header-menu__phone a,
.header.header-fix .header-menu__phone a {
    color: #114a82
}

.header-dispatch .menu__icon span,
.header-dispatch .menu__icon::after,
.header-dispatch .menu__icon::before,
.header-south .menu__icon span,
.header-south .menu__icon::after,
.header-south .menu__icon::before,
.header.header-fix .menu__icon span,
.header.header-fix .menu__icon::after,
.header.header-fix .menu__icon::before {
    background-color: #000
}

.header-dispatch .menu__icon._active span,
.header-dispatch .menu__icon._active::after,
.header-dispatch .menu__icon._active::before,
.header-south .menu__icon._active span,
.header-south .menu__icon._active::after,
.header-south .menu__icon._active::before,
.header.header-fix .menu__icon._active span,
.header.header-fix .menu__icon._active::after,
.header.header-fix .menu__icon._active::before {
    background-color: #fff
}

.header-dispatch .menu__body._active .menu__link,
.header-south .menu__body._active .menu__link,
.header.header-fix .menu__body._active .menu__link {
    color: #fff
}

@media (min-width:992px) {
    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .menu__sub-list {
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }
}

@media (max-width:992px) {
    .menu__icon {
        z-index: 5;
        display: block;
        position: relative;
        width: 30px;
        height: 18px;
        cursor: pointer
    }
    .menu__icon span,
    .menu__icon::after,
    .menu__icon::before {
        left: 0;
        position: absolute;
        height: 10%;
        width: 100%;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        background-color: #fff
    }
    .menu__icon::after,
    .menu__icon::before {
        content: ""
    }
    .menu__icon::before {
        top: 0
    }
    .menu__icon::after {
        bottom: 0
    }
    .menu__icon span {
        top: 50%;
        -webkit-transform: scale(1) translate(0, -50%);
        -ms-transform: scale(1) translate(0, -50%);
        transform: scale(1) translate(0, -50%)
    }
    .menu__icon._active span {
        -webkit-transform: scale(0) translate(0, -50%);
        -ms-transform: scale(0) translate(0, -50%);
        transform: scale(0) translate(0, -50%)
    }
    .menu__icon._active::before {
        top: 50%;
        -webkit-transform: rotate(-45deg) translate(0, -50%);
        -ms-transform: rotate(-45deg) translate(0, -50%);
        transform: rotate(-45deg) translate(0, -50%)
    }
    .menu__icon._active::after {
        bottom: 50%;
        -webkit-transform: rotate(45deg) translate(0, 50%);
        -ms-transform: rotate(45deg) translate(0, 50%);
        transform: rotate(45deg) translate(0, 50%)
    }
    .menu__body {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .9);
        padding: 100px 30px 30px 30px;
        -webkit-transition: left .3s ease 0s;
        -o-transition: left .3s ease 0s;
        transition: left .3s ease 0s;
        overflow: auto
    }
    .menu__body._active {
        left: 0
    }
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu__list>li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 30px 0;
        padding: 0 !important
    }
    .menu__list>li:hover {
        background-color: transparent !important;
        border-color: #fff !important
    }
    .menu__list>li:last-child {
        margin-bottom: 0
    }
    .menu__list>li._active .menu__sub-list {
        display: block
    }
    .menu__sub-list {
        position: relative;
        background-color: #fff;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 20px 0 0 0;
        display: none
    }
    .menu__sub-link {
        font-size: 20px;
        color: #000
    }
}

.main-arm,
.main-clients,
.main-contacts,
.main-dispatch,
.main-south,
.main-vacancies {
    margin-top: 150px
}

.main-arm .title-block h2:before,
.main-clients .title-block h2:before,
.main-contacts .title-block h2:before,
.main-dispatch .title-block h2:before,
.main-south .title-block h2:before,
.main-vacancies .title-block h2:before {
    top: auto;
    bottom: -20px;
    left: 0
}

@media (max-width:1299.98px) {
    .main-arm,
    .main-clients,
    .main-contacts,
    .main-dispatch,
    .main-south,
    .main-vacancies {
        font-size: 14px
    }
}

.section-1 .title-block {
    max-width: 1160px;
    width: 100%
}

.section-1 .title-block h2 {
    font-size: 46px
}

.section-1 p {
    max-width: 700px;
    width: 100%
}

@media (max-width:991.98px) {
    .section-1 .title-block h2 {
        font-size: 30px
    }
}

.guarante-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:991.98px) {
    .guarante-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.guarante-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
    margin-right: 45px
}

.guarante-list h2 {
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #114a82;
    margin-bottom: 70px
}

.guarante-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px
}

.guarante-list li:before {
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: rgba(17, 74, 130, .3);
    position: absolute;
    left: 0;
    top: 3px
}

@media (max-width:991.98px) {
    .guarante-list {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        margin-right: 0
    }
    .guarante-list h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px
    }
}

@media (max-width:991.98px) {
    .guarante-map__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.guarante-map {
    background-image: url(../images/dist/map-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right
}

.guarante-map ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.guarante-map li {
    font-weight: 700;
    font-size: 62px;
    line-height: 74px;
    color: #000;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    margin-right: 30px
}

.guarante-map li:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.guarante-map li span {
    font-size: 16px;
    line-height: 19px;
    display: block;
    color: rgba(0, 0, 0, .7)
}

@media (max-width:991.98px) {
    .guarante-map {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:767.98px) {
    .guarante-map li {
        font-size: 30px;
        line-height: 42px
    }
    .guarante-map li span {
        font-size: 14px
    }
}

.guarante-map__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4a78a6;
    max-width: 240px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    margin-top: 70px;
    color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.guarante-map__link svg {
    margin-left: 10px
}

.guarante-map__link:hover {
    color: #fff;
    background-color: rgba(74, 120, 166, .8)
}

@media (max-width:991.98px) {
    .guarante-map__link {
        margin-top: 0;
        margin-bottom: 50px
    }
}

.guarante-list--right {
    margin-top: 50px;
    max-width: 450px;
    width: 100%
}

@media (max-width:991.98px) {
    .guarante-list--right {
        margin-top: 0;
        max-width: 100%
    }
}

.section-guarante-2 .title-block {
    max-width: 1100px
}

.section-guarante-2__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-guarante-2__wrapper .section-about__bottom--left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin-right: 50px
}

.section-guarante-2__wrapper .section-guarante-2--nth {
    margin-right: 0
}

@media (max-width:1299.98px) {
    .section-guarante-2__wrapper .section-about__bottom--left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-right: 20px
    }
    .section-guarante-2__wrapper .section-guarante-2__list {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
        flex: 1 0 45%
    }
}

@media (max-width:767.98px) {
    .section-guarante-2__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-guarante-2--nth {
    margin-left: 20px
}

.section-guarante-2--nth ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-guarante-2__list h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 50px
}

.section-guarante-3 .section-guarante-3__wrapper {
    max-width: 1120px;
    width: 100%
}

.section-guarante-3--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:991.98px) {
    .section-guarante-3--flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.section-guarante-3--left {
    margin-right: 30px
}

@media (max-width:991.98px) {
    .section-guarante-3--left {
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 20px
    }
    .section-guarante-3--left img {
        max-width: 100%;
        width: 100%
    }
}

.section-guarante-3--right {
    background: #f4f8ff;
    font-weight: 500;
    font-size: 20px;
    line-height: 129.69%;
    color: #114a82;
    padding: 50px 30px;
    position: relative
}

.section-guarante-3--right::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    background: #114a82;
    left: 0;
    top: 0
}

@media (max-width:991.98px) {
    .section-guarante-3--right {
        font-size: 16px
    }
}

.section-functions {
    margin-top: 80px;
    margin-bottom: 135px
}

@media (max-width:1299.98px) {
    .section-functions .guarante-list li {
        margin-bottom: 15px;
        font-size: 14px
    }
}

.section-functions__wrapper {
    background: #f4f8ff;
    padding: 50px 70px;
    position: relative
}

.section-functions__wrapper .guarante-list--right {
    max-width: 100%;
    margin-top: 0
}

@media (orientation: portrait) {

    .section-presa {
        margin-top: 100px;
    }}


@media (max-width:1299.98px) {
    .section-functions__wrapper .guarante-list--right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media (max-width:991.98px) {
    .section-functions__wrapper {
        padding: 20px
    }
    .section-functions__wrapper .guarante-list--right {
        margin-right: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

.function-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1299.98px) {
    .function-slide img {
        max-width: 100%;
        width: 100%
    }
}

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

.section-contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    width: 100%
}

@media (max-width:767.98px) {
    .section-contacts__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.contacts__aside--left {
    background: #fff;
    border: 1px solid #d0e6fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 20px 100px rgba(0, 0, 0, .04);
    box-shadow: 0 20px 100px rgba(0, 0, 0, .04);
    border-radius: 10px;
    padding: 30px 40px;
    margin-right: 25px
}

.contacts__aside--left h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #114a82
}

.contacts__aside--left ul {
    margin-top: 30px
}

.contacts__aside--left a,
.contacts__aside--left li {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-bottom: 40px
}

.contacts__aside--left span {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    display: block;
    margin-bottom: 14px
}

@media (max-width:767.98px) {
    .contacts__aside--left {
        margin-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        padding: 30px 15px
    }
}

.ymaps-layers-pane {
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1)
}

.contacts__aside-map {
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 20px 100px rgba(0, 0, 0, .04);
    box-shadow: 0 20px 100px rgba(0, 0, 0, .04);
    margin-bottom: 40px
}

.contact-form {
    background: #fff;
    border: 1px solid #d0e6fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 20px 100px rgba(0, 0, 0, .04);
    box-shadow: 0 20px 100px rgba(0, 0, 0, .04);
    border-radius: 10px;
    text-align: center;
    padding: 30px 15px
}

.contact-form__wrapper {
    max-width: 320px;
    width: 100%;
    margin: 0 auto
}

.contact-form h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #114a82;
    margin: 22px 0 11px
}

.contact-form span {
    font-size: 14px;
    line-height: 140%;
    color: rgba(0, 0, 0, .6);
    display: inline-block;
    margin-bottom: 30px
}

.contact-form label {
    font-size: 12px;
    line-height: 140%;
    color: rgba(0, 0, 0, .3)
}

.contact-form .contact-form__btn {
    margin-top: 30px
}

.custom-input {
    width: 100%;
    border: 1px solid #d0e6fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 13px 20px;
    margin-bottom: 15px
}

.contacts__aside--right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.contact-form__btn {
    background: #4a78a6;
    border-radius: 10px;
    padding: 13px 36px;
    border: none;
    outline: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #fff
}

.section-about {
    font-family: roboto, sans-serif
}

.section-about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-bottom: 50px
}

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

.section-about__text {
    margin-right: 60px
}

.section-about__text h3 {
    font-size: 42px;
    line-height: 50px;
    color: #1a1a1a;
    margin-bottom: 30px
}

@media (max-width:1299.98px) {
    .section-about__text h3 {
        font-size: 38px
    }
}

@media (max-width:575.98px) {
    .section-about__text h3 {
        font-size: 24px;
        line-height: 36px
    }
}

.section-about__text p {
    font-size: 18px;
    color: #000;
    line-height: 23px
}

@media (max-width:1299.98px) {
    .section-about__text p {
        font-size: 16px
    }
}

@media (max-width:575.98px) {
    .section-about__text p {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .section-about__text {
        margin-bottom: 50px
    }
}

@media (max-width:575.98px) {
    .section-about__text {
        margin-right: 0;
        margin-bottom: 0
    }
}

.section-about__img {
    position: relative
}

@media (max-width:991.98px) {
    .section-about__img {
        margin-bottom: 50px
    }
}

@media (max-width:575.98px) {
    .section-about__img {
        display: none
    }
}

.section-about__circle {
    width: 452px;
    height: 452px;
    border-radius: 50%;
    background: #c6e0f5;
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 70px
}

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

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

.section-about__bottom--left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.section-about__bottom--left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:991.98px) {
    .section-about__bottom--left ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
    }
}

.section-about__bottom--left li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    background: #f5fcff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px
}

.section-about__bottom--left li img {
    max-width: 100%;
    width: 100%
}

.section-about__bottom--left li:nth-child(2) {
    padding: 30px;
    position: relative;
    overflow: hidden
}

.section-about__bottom--left li:nth-child(2):before {
    content: '';
    position: absolute;
    left: -50%;
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    top: 0;
    width: 159px;
    height: 159px;
    background: rgba(9, 109, 207, .2);
    border-radius: 50%
}

.section-about__bottom--left li:nth-child(3) {
    padding: 30px;
    position: relative;
    overflow: hidden
}

.section-about__bottom--left li:nth-child(3):before {
    content: '';
    position: absolute;
    left: -50%;
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    top: 0;
    width: 159px;
    height: 159px;
    background: rgba(9, 109, 207, .2);
    border-radius: 50%
}

@media (max-width:575.98px) {
    .section-about__bottom--left li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        height: auto
    }
    .section-about__bottom--left li:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

.section-about__bottom-text p {
    font-size: 18px;
    line-height: 22px;
    color: #000
}

@media (max-width:1299.98px) {
    .section-about__bottom-text p {
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .section-about__bottom-text p {
        line-height: 28px
    }
}

@media (max-width:575.98px) {
    .section-about__bottom-text p {
        font-size: 14px
    }
}

.about__bottom-logo {
    background: #f4f8ff;
    border-radius: 10px;
    position: relative;
    padding: 26px 0;
    margin-top: 20px
}

.about__bottom-logo:before {
    content: '';
    height: 100%;
    width: 7px;
    background: #114a82;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0
}

.about__bottom-logo h3 {
    font-size: 60px;
    line-height: 71px;
    color: #202020;
    max-width: 300px;
    width: 100%;
    margin: 0 auto
}

.about__bottom-logo span {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 129.69%;
    text-align: center;
    color: #000;
    margin-top: 10px
}

@media (max-width:575.98px) {
    .about__bottom-logo h3 {
        font-size: 40px;
        line-height: 52px;
        text-align: center
    }
}

.section-cert {
    position: relative;
    height: 580px
}

@media (max-width:991.98px) {
    .section-cert {
        height: 660px
    }
}

@media (max-width:767.98px) {
    .section-cert {
        height: 520px
    }
}

@media (max-width:575.98px) {
    .section-cert {
        height: 560px
    }
}

.section-cert__wrapper {
    position: relative
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0
}

.cert__arr {
    width: 44px;
    height: 44px;
    bottom: -70px;
    top: auto
}

.cert__arr svg {
    width: 44px;
    height: 44px
}

@media (max-width:575.98px) {
    .cert__arr {
        display: none
    }
}

.cert__arr-next {
    right: 0
}

.cert__arr-prev {
    right: 70px;
    left: auto
}

.swiper-pagination-cert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -45px
}

.swiper-pagination-cert .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    margin: 0;
    padding: 0;
    border-radius: 0
}

.swiper-pagination-cert .swiper-pagination-bullet-active {
    background: #0d397f;
    width: 60px
}

.section-cert__slider img {
    max-width: 100%;
    width: 100%
}

.cert-slide {
    position: relative
}

.cert-slide a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.cert-slide a:hover .zoom-overlay {
    background: rgba(17, 74, 130, .56)
}

.cert-slide a:hover .zoom {
    opacity: 1
}

.cert-slide .zoom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.cert-slide .zoom {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.cert-slide .zoom img {
    width: 40px;
    height: 40px
}

.section-main {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/dist/main-bg4.jpg');

}
@media screen and (max-width: 1200px) {
	.section-main {
		background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/dist/main-bg4-1200.jpg');
	
	}

}

@media screen and (orientation:portrait) {
	.section-main {
		background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/dist/main-bg4-560.jpg');
	}
}

.section-main__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-main__wrapper h1 {
    font-size: 75px;
    line-height: 89px;
    text-align: center;
    color: #fff
}

@media (max-width:991.98px) {
    .section-main__wrapper h1 {
        font-size: 55px;
        line-height: 67px
    }
}

@media (max-width:575.98px) {
    .section-main__wrapper h1 {
        font-size: 30px;
        line-height: 42px
    }
}

.section-main__wrapper span {
    font-size: 24px;
    line-height: 138.5%;
    text-align: center;
    color: #fff;
    font-family: TTNorms, sans-serif;
    display: inline-block;
    margin-top: 30px
}

@media (max-width:991.98px) {
    .section-main__wrapper span {
        font-size: 20px
    }
}

@media (max-width:575.98px) {
    .section-main__wrapper span {
        font-size: 16px
    }
}

.section-map-list {
    height: 520px;
    font-family: roboto, sans-serif
}

@media (max-width:767.98px) {
    .section-map-list {
        height: 320px
    }
}

@media (max-width:575.98px) {
    .section-map-list {
        height: 200px
    }
}

.section-map-list__wrapper {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-map-list__wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%
}

.section-map-list__wrapper li {
    font-weight: 700;
    font-size: 80px;
    line-height: 94px;
    color: #0d397f;
    text-align: center
}

.section-map-list__wrapper li span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #282828
}

@media (max-width:767.98px) {
    .section-map-list__wrapper li {
        font-size: 50px;
        line-height: 62px
    }
    .section-map-list__wrapper li img {
        width: 60px
    }
    .section-map-list__wrapper li span {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .section-map-list__wrapper li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 20px
    }
}

.main-south .section-1 p {
    max-width: 1100px
}

.section-south-3__wrapper {
    padding: 60px 40px 67px 85px;
    background: #f4f8ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991.98px) {
    .section-south-3__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px
    }
    .section-south-3__wrapper img {
        max-width: 100%;
        width: 100%
    }
}

.section-south-3--left {
    margin-right: 50px
}

.section-south-3--left h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #114a82;
    margin-bottom: 30px
}

@media (max-width:767.98px) {
    .section-south-3--left {
        margin-right: 0
    }
}

.section-clients__wrapper {
    padding: 60px 120px;
    background: #fff;
    border: 1px solid #d0e6fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 20px 100px rgba(0, 0, 0, .04);
    box-shadow: 0 20px 100px rgba(0, 0, 0, .04);
    border-radius: 10px;
    background-image: url(../images/dist/Group28.svg);
    background-repeat: no-repeat;
    background-size: 470px;
    background-position: 97% 97%
}

.section-clients__wrapper .guarante-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 1040px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-clients__wrapper .guarante-list li {
    max-width: 50%;
    margin-right: 70px
}

@media (max-width:991.98px) {
    .section-clients__wrapper {
        padding: 50px 20px
    }
    .section-clients__wrapper .guarante-list {
        max-height: 100%
    }
    .section-clients__wrapper .guarante-list li {
        max-width: 100%;
        margin-right: 0
    }
}

.section-vacancies__wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-vacancies__wrapper li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    background: #fff;
    border: 1px solid #d0e6fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 20px 100px rgba(0, 0, 0, .04);
    box-shadow: 0 20px 100px rgba(0, 0, 0, .04);
    border-radius: 10px;
    padding: 70px 50px
}

@media (max-width:767.98px) {
    .section-vacancies__wrapper ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .section-vacancies__wrapper li {
        width: 100%;
        margin-bottom: 15px
    }
}

.section-vacancies h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #114a82;
    margin-bottom: 40px;
    margin-top: 70px
}

.section-vacancies li h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px
}

.section-vacancies li p {
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 0, 0, .8)
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

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