@font-face {
    font-family: "Citi-Sans-Text";
    src: url(../fonts/2023/Citi_Sans/Text/Citi-Sans-Text-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Citi-Sans-Text";
    src: url(/fonts/2023/Citi_Sans/Text/Citi-Sans-Text-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Citi-Sans-Text";
    src: url(/fonts/2023/Citi_Sans/Text/Citi-Sans-Text-Bold-Italic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: "Citi-Sans-Text";
    src: url(/fonts/2023/Citi_Sans/Text/Citi-Sans-Text-Regular-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: "Citi-Sans-Display";
    src: url(/fonts/2023/Citi_Sans/Display/Citi-Sans-Display-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Citi-Sans-Display";
    src: url(/fonts/2023/Citi_Sans/Display/Citi-Sans-Display-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Citi-Sans-Display";
    src: url(/fonts/2023/Citi_Sans/Display/Citi-Sans-Display-Bold-Italic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: "Citi-Sans-Display";
    src: url(/fonts/2023/Citi_Sans/Display/Citi-Sans-Display-Regular-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: "Citi-Sans-Condensed";
    src: url(/fonts/2023/Citi_Sans/Condensed/Citi-Sans-Condensed-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Citi-Sans-Condensed";
    src: url(/fonts/2023/Citi_Sans/Condensed/Citi-Sans-Condensed-Regular-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic
}

.citi-sans-text {
    font-family: 'Citi-Sans-Text', sans-serif
}

.citi-sans-text--bold {
    font-family: 'Citi-Sans-Text', sans-serif;
    font-weight: bold
}

.citi-sans-text--bold-italic {
    font-family: 'Citi-Sans-Text', sans-serif;
    font-weight: bold;
    font-style: italic
}

.citi-sans-text--italic {
    font-family: 'Citi-Sans-Text', sans-serif;
    font-style: italic
}

.citi-sans-display {
    font-family: 'Citi-Sans-Display', sans-serif
}

.citi-sans-display--bold {
    font-family: 'Citi-Sans-Display', sans-serif;
    font-weight: bold
}

.citi-sans-display--bold-italic {
    font-family: 'Citi-Sans-Display', sans-serif;
    font-weight: bold;
    font-style: italic
}

.citi-sans-display--italic {
    font-family: 'Citi-Sans-Display', sans-serif;
    font-style: italic
}

.citi-sans-condensed {
    font-family: 'Citi-Sans-Condensed', sans-serif
}

.citi-sans-condensed--italic {
    font-family: 'Citi-Sans-Condensed', sans-serif;
    font-style: italic
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.container {
    padding: 0 20px
}

@media screen and (min-width: 1280px) {
    .container {
        padding: 0 80px
    }
}

.container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.container-wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media screen and (min-width: 768px) {
    .container-wrap--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .container-wrap--reverse .container-wrap__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 1280px) {
    .container-wrap--reverse .container-wrap__main {
        display: block
    }
}

@media screen and (min-width: 1280px) {
    .container-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .container-wrap__main {
        position: relative;
        width: 28.5%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 70px
    }
}

.l-wrapper {
    margin: 0 auto
}

@media screen and (min-width: 1280px) {
    .l-wrapper {
        max-width: 1395px
    }
}

.baner-wrapper {
    position: relative
}

@media screen and (min-width: 1280px) {
    .baner-wrapper {
        max-width: 1395px
    }
}

@media screen and (min-width: 1600px) {
    .baner-wrapper {
        margin: 0 auto
    }
}

a.text-link {
    color: #0070B7;
    position: relative;
    display: inline-block
}

a.text-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: transparent;
    background: #0070B7;
    height: 1px;
    -webkit-transition: all .4s;
    transition: all .4s
}

a.text-link:hover:after {
    width: 100%
}

.mb-small {
    margin-bottom: 15px
}

.bg--grey {
    background-color: #eee
}

* {
    margin: 0;
    padding: 0
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 62.5%
}

body {
    background: #fff;
    color: #424242;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "Citi-Sans-Text", sans-serif
}

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

ul,
ol {
    margin-top: 30px;
    padding: 0
}

ul {
    list-style: disc
}

li {
    margin-left: 13px
}

button,
a {
    cursor: pointer;
    border: none;
    padding: 0
}

img {
    max-width: 100%;
    display: block
}

@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");
    font-weight: 400;
    font-style: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-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-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.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(0.33);
    transform: scale(0.33);
    position: relative
}

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

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

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

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

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

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

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.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:only-child {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
    display: none
}

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -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%;
    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 .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

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

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

.swiper-grid-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-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

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

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

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

.swiper-cube {
    overflow: visible
}

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

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

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

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

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

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

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

.swiper-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-flip {
    overflow: visible
}

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

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

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

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

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

.swiper-cards {
    overflow: visible
}

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

.swiper-container {
    position: relative
}

.swiper-pagination {
    position: static;
    margin-top: 1rem;
    margin-bottom: 4rem
}

@media screen and (min-width: 768px) {
    .swiper-pagination {
        display: none
    }
}

.swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    border-radius: 0
}

.swiper-pagination-bullet-active {
    background-color: #002A53
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #002A53 url("../images/icons/icon-arrow-white.svg") center center no-repeat;
    background-size: 65%
}

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

.swiper-button-prev--white,
.swiper-button-next--white {
    background-color: #fff;
    background-image: url("../images/icons/icon-arrow-grey.svg")
}

@media screen and (min-width: 768px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: block
    }
}

.swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-button {
    background-color: #006EBA;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    padding: 15px 35px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.c-button:hover {
    background-color: #004689
}

.c-flaps {
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px
}

.c-flaps__el {
    padding: 25px 20px;
    border-bottom: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    -webkit-transition: all .25s;
    transition: all .25s
}

.c-flaps__el:first-of-type {
    border-top: 1px solid #ccc
}

.c-flaps__el.opened .c-flaps__roll--icon {
    background-color: #002A53
}

.c-flaps__el.opened .c-flaps__roll--icon .arrow {
    border-color: #fff;
    border-style: solid;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 12px
}

.c-flaps__el.opened .c-flaps__description {
    margin-top: 35px
}

@media screen and (min-width: 1280px) {
    .c-flaps__el:hover {
        background-color: #f5f5f5
    }
}

.c-flaps__roll {
    position: relative
}

.c-flaps__roll--title {
    font-size: 2.1rem;
    padding-right: 50px;
    -webkit-transition: all .25s;
    transition: all .25s;
    position: relative
}

.c-flaps__roll--icon {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.c-flaps__roll--icon .arrow {
    position: absolute;
    border-color: #9f9f9f;
    border-style: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 10px;
    margin-top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.c-flaps__description {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.c-heading--h1 {
    font-size: 3.4rem;
    margin: 20px 0;
    line-height: 1.2
}

@media screen and (min-width: 768px) {
    .c-heading--h1 {
        font-size: 4.2rem;
        margin: 10px 0
    }
}

@media screen and (min-width: 1600px) {
    .c-heading--h1 {
        font-size: 6.8rem
    }
}

.c-heading--h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
    line-height: 1.25
}

@media screen and (min-width: 768px) {
    .c-heading--h2 {
        font-size: 4.2rem
    }
}

.c-heading--h2-small {
    font-size: 2.8rem;
    margin-bottom: 15px
}

.c-heading--h3 {
    font-size: 2.1rem;
    line-height: 1.25;
    margin-bottom: 20px
}

.c-heading--dark {
    color: #424242
}

.c-topBaner {
    position: relative;
    margin: 0 auto;
    max-width: 1920px
}

.c-topBaner__baner img {
    width: 100%
}

.c-topBaner__content {
    padding-bottom: 40px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px
}

@media screen and (min-width: 768px) {
    .c-topBaner__content {
        position: absolute;
        bottom: 70px;
        text-align: left;
        color: #fff;
        width: 70%;
        padding-top: 0px;
        padding-bottom: 0px
    }

    .c-topBaner__content.c-topBaner__content--wide {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (min-width: 1280px) {
    .c-topBaner__content.c-topBaner__content--wide .c-searchOffers {
        width: 66%
    }
}

@media screen and (min-width: 768px) and (min-width: 1600px) {
    .c-topBaner__content.c-topBaner__content--wide .c-searchOffers {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .c-topBaner__content {
        width: 50%;
        padding-right: 80px;
        padding-left: 80px
    }
}

@media screen and (min-width: 1280px) {
    .c-topBaner__content {
        width: 40%
    }
}

@media screen and (min-width: 1600px) {
    .c-topBaner__content {
        width: 25%;
        padding-right: 0;
        padding-left: 0
    }
}

.c-topBaner__content--btn {
    margin-top: 30px
}

@media screen and (min-width: 1024px) {
    .c-topBaner__content--search {
        width: 70%
    }
}

.c-topBaner__content--search .c-searchOffers {
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .c-topBaner__content--search .c-searchOffers--select {
        background-color: #eee
    }
}

@media screen and (min-width: 768px) {

    .c-topBaner__content--cond .c-topBaner__heading,
    .c-topBaner__content--cond .c-topBaner__content--text {
        width: 80%
    }
}

@media screen and (min-width: 1024px) {

    .c-topBaner__content--cond .c-topBaner__heading,
    .c-topBaner__content--cond .c-topBaner__content--text {
        width: 75%
    }
}

.c-topBaner__content--text p {
    margin-bottom: 10px
}

.c-bottomBaner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto
}

.c-bottomBaner__baner img {
    width: 100%
}

.c-bottomBaner__content {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #eee;
    padding-right: 20px;
    padding-left: 20px
}

@media screen and (min-width: 768px) {
    .c-bottomBaner__content {
        position: absolute;
        bottom: 30px;
        text-align: left;
        color: #fff;
        width: 80%;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: transparent
    }
}

@media screen and (min-width: 1280px) {
    .c-bottomBaner__content {
        bottom: 70px;
        width: 70%;
        padding-right: 80px;
        padding-left: 80px
    }
}

@media screen and (min-width: 1600px) {
    .c-bottomBaner__content {
        padding-right: 0px;
        padding-left: 0px
    }
}

.c-bottomBaner__content--title {
    font-size: 2.8rem;
    line-height: 1.25;
    margin-bottom: 40px
}

@media screen and (min-width: 1280px) {
    .c-bottomBaner__content--title {
        font-size: 3.4rem
    }
}

@media screen and (min-width: 1600px) {
    .c-bottomBaner__content--title {
        text-align: center
    }
}

@media screen and (min-width: 768px) {
    .c-bottomBaner__content--search {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (min-width: 768px) {
    .c-searchOffers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.c-searchOffers--select {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    border: none;
    padding: 0 15px;
    background-image: url("../images/icons/arr_down.svg");
    background-repeat: no-repeat;
    background-position: 96% center;
    border-radius: 4px;
    text-align: left;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .c-searchOffers--select {
        margin-right: 20px
    }
}

.c-searchOffers--title {
    color: #424242;
    line-height: 60px
}

.c-searchOffers--options {
    background-color: #fff;
    color: #424242;
    position: absolute;
    width: 100%;
    left: 0;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    z-index: 5;
    max-height: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.c-searchOffers--options>div {
    padding: 10px 20px
}

.c-searchOffers--options>div:hover {
    background-color: #006EBA;
    color: white
}

.c-searchOffers--btn {
    margin: 10px auto;
    height: 60px;
    min-width: 220px;
    line-height: 60px;
    padding: 0
}

@media screen and (min-width: 768px) {
    .c-searchOffers--btn {
        margin: 0
    }
}

.c-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 60px
}

.c-progress__circle {
    position: relative;
    margin-right: 30px
}

@media screen and (min-width: 768px) {
    .c-progress__circle {
        margin-right: 100px
    }
}

.c-progress__circle-outer {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 5px;
    background-color: #fff
}

.c-progress__circle-inner {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    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
}

.c-progress__circle-svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0
}

.c-progress__circle-svg circle {
    fill: none;
    stroke: #002A53;
    stroke-width: 5px;
    stroke-dasharray: 472;
    stroke-dashoffset: 472
}

.c-progress__circle-70 circle {
    -webkit-animation: anim70 1s linear forwards;
    animation: anim70 1s linear forwards
}

.c-progress__circle-20 circle {
    -webkit-animation: anim20 0.8s linear forwards;
    animation: anim20 0.8s linear forwards
}

.c-progress__circle-10 circle {
    -webkit-animation: anim10 0.6s linear forwards;
    animation: anim10 0.6s linear forwards
}

.c-progress__description {
    width: 60%
}

@media screen and (min-width: 768px) {
    .c-progress__description {
        width: 85%
    }
}

@-webkit-keyframes anim70 {
    100% {
        stroke-dashoffset: 141.6
    }
}

@keyframes anim70 {
    100% {
        stroke-dashoffset: 141.6
    }
}

@-webkit-keyframes anim20 {
    100% {
        stroke-dashoffset: 377.6
    }
}

@keyframes anim20 {
    100% {
        stroke-dashoffset: 377.6
    }
}

@-webkit-keyframes anim10 {
    100% {
        stroke-dashoffset: 424.8
    }
}

@keyframes anim10 {
    100% {
        stroke-dashoffset: 424.8
    }
}

.lazy {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: .7s all;
    transition: .7s all
}

.lazy.loaded {
    -webkit-filter: none;
    filter: none
}

.c-video__holder {
    position: relative;
    height: 0;
    padding-bottom: 63.25%;
    margin-left: -20px;
    margin-right: -20px
}

@media screen and (min-width: 768px) {
    .c-video__holder {
        width: 100%;
        margin: 0;
        padding-bottom: 56.25%
    }
}

.c-video__holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.m-header {
    padding-bottom: 38px
}

@media screen and (min-width: 768px) {
    .m-header {
        padding-bottom: 0
    }
}

.m-header .topBar {
    background: #fff
}

.m-header .topBar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-header .logo {
    width: 120px
}

@media screen and (min-width: 1280px) {
    .m-header .logo {
        width: 180px
    }
}

.m-header .logo img {
    width: 100%
}

.m-header .logo_promo {
    width: 60px
}

.m-header .logo_promo img {
    width: 100%
}

.m-header .navBar__mobile {
    position: relative
}

.m-header .navBar__mobile.opened .navBar__mobile--button span:nth-of-type(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.m-header .navBar__mobile.opened .navBar__mobile--button span:nth-of-type(2) {
    opacity: 0;
    left: -40px
}

.m-header .navBar__mobile.opened .navBar__mobile--button span:nth-of-type(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.m-header .navBar__mobile.opened .navBar__mobile--menu {
    opacity: 1;
    max-height: 1000px
}

.m-header .navBar__mobile.opened .navBar__mobile--link {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.m-header .navBar__mobile--button {
    position: relative;
    background-color: #fff;
    width: 30px;
    height: 19px;
    float: right;
    margin: 10px 0;
    cursor: pointer
}

.m-header .navBar__mobile--button span {
    width: 100%;
    height: 1.5px;
    position: absolute;
    background-color: #004689;
    display: block;
    opacity: 1;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.m-header .navBar__mobile--button span:nth-child(1) {
    top: 1px
}

.m-header .navBar__mobile--button span:nth-child(2) {
    top: 9px
}

.m-header .navBar__mobile--button span:nth-child(3) {
    top: 17px
}

@media screen and (min-width: 768px) {
    .m-header .navBar__mobile {
        display: none
    }
}

.m-header .navBar__mobile--menu {
    background-color: #eee;
    z-index: 99;
    position: absolute;
    top: 34px;
    width: 100%;
    margin: 0 -20px;
    max-height: 0;
    opacity: 0;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.m-header .navBar__mobile--link {
    display: block;
    padding: 25px 20px;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
    color: #2d2d2d;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh)
}

.m-header .navBar__mobile--link:hover {
    background-color: #f5f5f5
}

.m-header .navBar__mobile--link:first-of-type {
    border-top: none
}

.m-header .navBar__mobile--link .c-flaps__roll--title {
    font-size: 1.8rem;
    color: #2d2d2d
}

.m-header .navBar__mobile--link .c-flaps__roll--icon {
    background-color: transparent
}

.m-header .navBar__mobile--link.c-flaps__el.opened .c-flaps__roll--icon .arrow {
    border-color: #424242
}

.m-header .navBar__mobile--link.lighter-font {
    color: #acacac
}

.m-header .navBar__mobile--link ul {
    list-style: none;
    margin-top: 0
}

.m-header .navBar__mobile--link ul li {
    padding-left: 20px;
    opacity: 80%;
    margin-bottom: 10px
}

.m-header .navBar {
    display: none
}

.m-header .navBar__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 10px 0
}

.m-header .navBar__menu li {
    opacity: 50%;
    margin: 0 35px 0 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (min-width: 1280px) {
    .m-header .navBar__menu li {
        margin: 0 40px 0 0
    }
}

.m-header .navBar__menu li:first-of-type {
    display: none
}

.m-header .navBar__menu li:last-of-type {
    margin-left: auto;
    margin-right: 0
}

.m-header .navBar__menu li:hover {
    opacity: 100%
}

@media screen and (min-width: 1280px) {
    .m-header .navBar__menu li:first-of-type {
        display: block
    }
}

.m-header .navBar__menu li.active {
    opacity: 100%
}

@media screen and (min-width: 768px) {
    .m-header .navBar {
        display: block
    }
}

.m-hero {
    background-color: #eee;
    padding-bottom: 50px;
    position: relative
}

@media screen and (min-width: 768px) {
    .m-hero {
        padding-bottom: 0
    }
}

.m-hero__content {
    text-align: center
}

@media screen and (min-width: 768px) {
    .m-hero__content {
        position: absolute;
        bottom: 30px;
        color: #fff;
        text-align: left
    }
}

@media screen and (min-width: 1280px) {
    .m-hero__content {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 35%
    }
}

.m-hero__text {
    margin-bottom: 20px
}

.hero-wrapper {
    margin: 0 auto
}

@media screen and (min-width: 1600px) {
    .hero-wrapper {
        max-width: 1920px
    }
}

.m-banner {
    margin-left: -20px;
    margin-right: -20px;
    max-width: 1390px
}

@media screen and (min-width: 1280px) {
    .m-banner {
        margin: 0
    }
}

.m-banner img {
    width: 100%
}

.m-whoWeAre {
    margin: 50px 0
}

@media screen and (min-width: 768px) {
    .m-whoWeAre .container-wrap__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.m-whoWeAre__subtitle {
    margin-bottom: 30px
}

.m-whoWeAre__img {
    margin-bottom: 30px
}

.m-whoWeAre__img img {
    width: 100%
}

@media screen and (min-width: 768px) {
    .m-whoWeAre__img {
        width: 207px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0px
    }
}

@media screen and (min-width: 1280px) {
    .m-whoWeAre__img {
        width: 334px
    }
}

@media screen and (min-width: 768px) {
    .m-whoWeAre__text {
        margin-left: 30px
    }
}

@media screen and (min-width: 1280px) {
    .m-whoWeAre__text {
        margin-left: 100px
    }
}

.m-ourValues {
    background-color: #eee;
    padding-top: 45px;
    padding-bottom: 45px
}

@media screen and (min-width: 1280px) {
    .m-ourValues {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

.m-ourValues__el {
    margin-bottom: 35px
}

@media screen and (min-width: 768px) {
    .m-ourValues__el {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width: 768px) {
    .m-ourValues__el--content {
        margin-left: 35px
    }
}

.m-ourValues__el--title {
    margin-top: 10px
}

@media screen and (min-width: 768px) {
    .m-ourValues__el--title {
        margin-top: 0
    }
}

@media screen and (min-width: 768px) {
    .m-ourValues__el--icon {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.m-whyWorth {
    background-color: #eee
}

@media screen and (min-width: 768px) {
    .m-whyWorth {
        padding: 0 20px
    }
}

.m-whyWorth__content {
    background-color: #002A53
}

@media screen and (min-width: 1280px) {
    .m-whyWorth__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.m-whyWorth__img img {
    margin: 0 auto
}

@media screen and (min-width: 1280px) {
    .m-whyWorth__img {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.m-whyWorth__intro {
    color: #fff;
    padding: 50px 20px
}

@media screen and (min-width: 768px) {
    .m-whyWorth__intro {
        padding: 65px 60px
    }
}

.m-whyWorth__intro--text {
    margin-bottom: 20px;
    opacity: 70%
}

@media screen and (min-width: 1280px) {
    .m-whyWorth__intro--text {
        margin-bottom: 40px
    }
}

.m-whyWorth__intro--scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.m-whyWorth__intro--scroll img {
    margin-right: 15px
}

@media screen and (min-width: 768px) {
    .m-whyWorth__intro--scroll img {
        width: 14px
    }
}

.m-whyWorth__intro--scroll span {
    font-size: 2.1rem
}

@media screen and (min-width: 768px) {
    .m-whyWorth__intro--scroll span {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 1280px) {
    .m-whyWorth__flaps {
        padding-left: calc(28.5% + 70px)
    }
}

.m-benefits {
    position: relative;
    background-color: #eee;
    padding-top: 35px;
    padding-bottom: 20px;
    overflow: hidden
}

@media screen and (min-width: 1280px) {
    .m-benefits__intro {
        padding-left: calc(28.5% + 70px)
    }
}

.m-benefits__text {
    margin-bottom: 40px
}

@media screen and (min-width: 1280px) {
    .m-benefits__text {
        margin-bottom: 50px
    }
}

.m-benefits__slide {
    height: auto;
    background-color: #002A53;
    color: #fff;
    padding: 40px 20px;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .m-benefits__slide {
        padding: 55px
    }
}

.m-benefits__slide--icon {
    margin-bottom: 40px
}

.m-benefits__slide--title {
    margin-bottom: 20px
}

.m-benefits__slide--text {
    font-size: 1.4rem;
    opacity: 70%;
    line-height: 1.7
}

.m-benefits .swiper-button-prev,
.m-benefits .swiper-button-next {
    display: none
}

@media screen and (min-width: 1280px) {

    .m-benefits .swiper-button-prev,
    .m-benefits .swiper-button-next {
        display: block
    }
}

.m-benefitsForFamily {
    color: #fff;
    padding-bottom: 60px;
    background-color: #eee
}

@media screen and (min-width: 768px) {
    .m-benefitsForFamily {
        padding: 0 20px 60px
    }
}

@media screen and (min-width: 1280px) {
    .m-benefitsForFamily {
        padding: 0 80px 60px
    }
}

.m-benefitsForFamily__content {
    background-color: #0070B7;
    padding: 50px 20px 80px
}

@media screen and (min-width: 768px) {
    .m-benefitsForFamily__content {
        margin-top: 20px;
        padding: 50px 50px 70px
    }
}

@media screen and (min-width: 1280px) {
    .m-benefitsForFamily__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.m-benefitsForFamily__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1280px) {
    .m-benefitsForFamily__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 70px
    }
}

.m-benefitsForFamily__grid>* {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media screen and (min-width: 1280px) {
    .m-benefitsForFamily__title {
        width: 28.5%;
        margin-right: 70px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.m-benefitsForFamily__subtitle {
    margin-bottom: 20px
}

.m-benefitsForFamily__text {
    opacity: 70%
}

.m-whatPeopleSay {
    position: relative;
    background-color: #eee;
    padding-top: 50px;
    padding-bottom: 20px;
    overflow: hidden
}

.m-whatPeopleSay__title {
    text-align: center;
    margin-bottom: 40px
}

.m-whatPeopleSay__circles {
    display: none
}

@media screen and (min-width: 768px) {
    .m-whatPeopleSay__circles {
        display: block
    }
}

.m-whatPeopleSay__circles-img {
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s
}

.m-whatPeopleSay__circles-img.active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.m-whatPeopleSay__circles-upper,
.m-whatPeopleSay__circles-bottom {
    position: relative;
    border-radius: 50% 50%
}

.m-whatPeopleSay__circles-upper:before,
.m-whatPeopleSay__circles-bottom:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 55%;
    border: 1px solid #ddd;
    border-bottom: 0
}

.m-whatPeopleSay__circles-upper .m-whatPeopleSay__circles-img,
.m-whatPeopleSay__circles-bottom .m-whatPeopleSay__circles-img {
    display: block;
    position: absolute;
    overflow: hidden
}

.m-whatPeopleSay__circles-upper {
    height: 715px;
    width: 715px;
    margin: 0 auto -610px
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay__circles-upper {
        height: 1001px;
        width: 1001px;
        margin: 0 auto -831px
    }
}

.m-whatPeopleSay__circles-upper:before {
    border-top-left-radius: 715px;
    border-top-right-radius: 715px
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay__circles-upper:before {
        border-top-left-radius: 1001px;
        border-top-right-radius: 1001px
    }
}

.m-whatPeopleSay__circles-upper .m-whatPeopleSay__circles-img:nth-child(1) {
    top: 170px;
    left: 10px
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay__circles-upper .m-whatPeopleSay__circles-img:nth-child(1) {
        top: 270px;
        left: 20px
    }
}

.m-whatPeopleSay__circles-upper .m-whatPeopleSay__circles-img:nth-child(2) {
    top: 40px;
    left: 130px
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay__circles-upper .m-whatPeopleSay__circles-img:nth-child(2) {
        top: 65px;
        left: 185px
    }
}

.m-whatPeopleSay__circles-upper .m-whatPeopleSay__circles-img:nth-child(3) {
    top: -25px;
    left: calc(50% - 25px)
}

.m-whatPeopleSay__circles-upper .m-whatPeopleSay__circles-img:nth-child(4) {
    top: 40px;
    right: 130px
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay__circles-upper .m-whatPeopleSay__circles-img:nth-child(4) {
        top: 65px;
        right: 185px
    }
}

.m-whatPeopleSay__circles-upper .m-whatPeopleSay__circles-img:nth-child(5) {
    top: 170px;
    right: 10px
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay__circles-upper .m-whatPeopleSay__circles-img:nth-child(5) {
        top: 270px;
        right: 20px
    }
}

.m-whatPeopleSay__circles-bottom {
    height: 475px;
    width: 475px;
    margin: 0 auto -350px
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay__circles-bottom {
        height: 665px;
        width: 665px;
        margin: 0 auto -540px
    }
}

.m-whatPeopleSay__circles-bottom:before {
    border-top-left-radius: 475px;
    border-top-right-radius: 475px
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay__circles-bottom:before {
        border-top-left-radius: 665px;
        border-top-right-radius: 665px
    }
}

.m-whatPeopleSay__circles-bottom .m-whatPeopleSay__circles-img:nth-child(1) {
    top: 40px;
    left: 50px
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay__circles-bottom .m-whatPeopleSay__circles-img:nth-child(1) {
        top: 45px;
        left: 105px
    }
}

.m-whatPeopleSay__circles-bottom .m-whatPeopleSay__circles-img:nth-child(2) {
    top: -25px;
    left: calc(50% - 25px)
}

.m-whatPeopleSay__circles-bottom .m-whatPeopleSay__circles-img:nth-child(3) {
    top: 40px;
    right: 50px
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay__circles-bottom .m-whatPeopleSay__circles-img:nth-child(3) {
        top: 45px;
        right: 105px
    }
}

.m-whatPeopleSay__slide {
    background-color: #fff;
    padding: 50px 25px;
    text-align: center;
    cursor: pointer;
    height: auto
}

@media screen and (min-width: 768px) {
    .m-whatPeopleSay__slide {
        padding: 50px 90px
    }
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay__slide {
        padding: 50px 150px
    }
}

.m-whatPeopleSay__slide--img {
    width: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden
}

.m-whatPeopleSay__slide--title {
    font-weight: bold;
    margin-bottom: 5px
}

.m-whatPeopleSay__slide--subtitle {
    margin-bottom: 35px
}

.m-whatPeopleSay__slide--text {
    font-size: 1.4rem
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay .swiper-container {
        overflow: hidden
    }
}

.m-whatPeopleSay .swiper-button-prev {
    left: 30px
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay .swiper-button-prev {
        left: 80px
    }
}

.m-whatPeopleSay .swiper-button-next {
    right: 30px
}

@media screen and (min-width: 1280px) {
    .m-whatPeopleSay .swiper-button-next {
        right: 80px
    }
}

.m-posibilities {
    background-color: #eee
}

.m-posibilities__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1280px) {
    .m-posibilities__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px
    }
}

.m-posibilities__box {
    background-color: #002A53;
    padding: 40px 30px 50px;
    color: #fff;
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .m-posibilities__box {
        padding: 60px 60px 80px
    }
}

@media screen and (min-width: 1280px) {
    .m-posibilities__box {
        padding: 60px 100px 80px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.m-posibilities__box--title {
    font-size: 1.4rem;
    margin-bottom: 70px
}

.m-posibilities__box--head {
    font-size: 4.2rem;
    margin-bottom: 15px
}

.m-posibilities__box--text {
    font-size: 1.4rem;
    opacity: 70%;
    margin-bottom: 40px
}

.m-posibilities.v-white {
    background-color: #fff
}

.m-posibilities.v-white .m-posibilities__box {
    background-color: #fff;
    color: #424242;
    position: relative;
    margin-bottom: 0
}

.m-posibilities.v-white .m-posibilities__box:last-of-type:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    left: 0;
    top: 0
}

@media screen and (min-width: 1280px) {
    .m-posibilities.v-white .m-posibilities__box:last-of-type:before {
        height: 70%;
        width: 1px;
        top: auto
    }
}

.dec-dot,
.dec-dot-line {
    position: relative
}

.dec-dot:before,
.dec-dot-line:before {
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0070B7;
    top: -35px
}

.dec-dot-line:before {
    left: 80%
}

.dec-dot-line:after {
    position: absolute;
    top: -31px;
    width: 80%;
    content: ".";
    color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#0070B7));
    background: linear-gradient(to right, transparent, #0070B7);
    height: 4px
}

.m-relocating {
    background-color: #eee;
    padding-top: 60px
}

.m-relocating__content {
    font-size: 2.6rem
}

.m-relocating__content a {
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 40px
}

.m-ourTeam {
    position: relative;
    background-color: #eee;
    overflow: hidden;
    padding-top: 60px
}

@media screen and (min-width: 768px) {
    .m-ourTeam {
        padding-bottom: 60px
    }
}

@media screen and (min-width: 1280px) {
    .m-ourTeam__intro .c-heading {
        padding-left: calc(28.5% + 70px)
    }
}

.m-ourTeam__text {
    margin-bottom: 40px
}

.m-ourTeam__el {
    background-color: #fff;
    padding: 50px 60px 60px;
    height: auto;
    cursor: pointer
}

.m-ourTeam__el--img {
    width: 60px;
    margin-bottom: 25px;
    border-radius: 50%;
    overflow: hidden
}

.m-ourTeam__el--name {
    margin-bottom: 5px;
    font-weight: bold
}

.m-ourTeam__el--position {
    margin-bottom: 25px
}

.m-ourTeam .swiper-button-prev,
.m-ourTeam .swiper-button-next {
    display: none
}

@media screen and (min-width: 1280px) {

    .m-ourTeam .swiper-button-prev,
    .m-ourTeam .swiper-button-next {
        display: block
    }
}

.m-recruitment {
    background-color: #eee;
    padding-top: 30px
}

.m-recruitment__title {
    font-size: 3.2rem;
    line-height: 1.25;
    margin-bottom: 40px
}

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

@media screen and (min-width: 1024px) {
    .m-recruitment__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px
    }
}

.m-recruitment__box {
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 20px;
    max-width: 720px
}

@media screen and (min-width: 1280px) {
    .m-recruitment__box {
        width: 50%;
        height: 377px
    }
}

.m-recruitment__box--img img {
    width: 100%
}

.m-recruitment__box--desc {
    position: absolute;
    padding: 30px 20px;
    bottom: 0;
    line-height: 1.25
}

@media screen and (min-width: 1280px) {
    .m-recruitment__box--desc {
        padding: 40px 85px 40px 40px
    }
}

@media screen and (min-width: 1600px) {
    .m-recruitment__box--desc {
        padding: 40px 210px 40px 40px
    }
}

.m-recruitment__box--title {
    font-size: 2.1rem;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .m-recruitment__box--title {
        font-size: 3.2rem
    }
}

@media screen and (min-width: 1024px) {
    .m-recruitment__box--title {
        font-size: 3.4rem
    }
}

.m-studentPrograms {
    background-color: #eee;
    padding: 30px 0 70px
}

@media screen and (min-width: 768px) {
    .m-studentPrograms {
        padding: 70px 20px 70px
    }
}

@media screen and (min-width: 1280px) {
    .m-studentPrograms {
        padding: 70px 80px 70px
    }
}

.m-studentPrograms.bg--white {
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .m-studentPrograms.noPadTop {
        padding-top: 0
    }
}

.m-studentPrograms__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px
}

@media screen and (min-width: 768px) {
    .m-studentPrograms__intro {
        padding: 0
    }
}

@media screen and (min-width: 1280px) {
    .m-studentPrograms__intro {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 50px
    }
}

.m-studentPrograms__intro--title {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%
}

@media screen and (min-width: 1280px) {
    .m-studentPrograms__intro--title {
        padding-right: 30px;
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1600px) {
    .m-studentPrograms__intro--title {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

.m-studentPrograms__intro--text {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%
}

.m-studentPrograms__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width: 1280px) {
    .m-studentPrograms__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.m-studentPrograms__mainImg {
    width: 100%
}

@media screen and (min-width: 768px) {
    .m-studentPrograms__mainImg {
        width: auto
    }
}

@media screen and (min-width: 1280px) {
    .m-studentPrograms__mainImg {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }
}

@media screen and (min-width: 1600px) {
    .m-studentPrograms__mainImg {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

.m-studentPrograms__mainImg img {
    width: 100%
}

@media screen and (min-width: 768px) {
    .m-studentPrograms__mainImg img {
        width: auto
    }
}

.m-studentPrograms__main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 40px;
    padding: 0 20px
}

@media screen and (min-width: 768px) {
    .m-studentPrograms__main {
        padding: 0
    }
}

@media screen and (min-width: 1280px) {
    .m-studentPrograms__main {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-right: auto;
        margin-top: 0
    }
}

.m-studentPrograms__main--title {
    margin-bottom: 30px
}

.m-studentPrograms__main--text {
    margin-bottom: 40px
}

.m-studentPrograms__main--subtitle {
    font-weight: bold;
    display: block;
    margin-top: 40px
}

.m-studentPrograms__main--btn {
    text-align: center
}

@media screen and (min-width: 768px) {
    .m-studentPrograms__main--btn {
        text-align: left
    }
}

.m-studentPrograms__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .m-studentPrograms__grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.m-studentPrograms__grid--el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: 100%;
    flex-wrap: 100%;
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .m-studentPrograms__grid--el {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.m-studentPrograms__grid--icon {
    width: 30px;
    margin-right: 20px
}

.m-studentPrograms__grid--txt {
    margin-right: 20px
}

.m-studentPrograms__asideImg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none
}

@media screen and (min-width: 768px) {
    .m-studentPrograms__asideImg {
        display: block
    }
}

@media screen and (min-width: 1280px) {
    .m-studentPrograms__asideImg {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.m-aboutProgram {
    background-color: #eee
}

.m-aboutProgram__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .m-aboutProgram__content {
        padding-top: 60px
    }
}

@media screen and (min-width: 1280px) {
    .m-aboutProgram__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.m-aboutProgram__title {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%
}

@media screen and (min-width: 1280px) {
    .m-aboutProgram__title {
        margin-right: 25px
    }
}

.m-aboutProgram__main {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%
}

.m-aboutProgram__main--text {
    margin-bottom: 70px
}

@media screen and (min-width: 1280px) {
    .m-aboutProgram__main--text {
        margin-bottom: 40px
    }
}

.m-aboutProgram__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .m-aboutProgram__grid {
        gap: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.m-aboutProgram__grid--col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.m-aboutProgram__grid--title {
    margin-bottom: 40px
}

.m-aboutProgram__grid--el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: 100%;
    flex-wrap: 100%;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .m-aboutProgram__grid--el {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 40px
    }
}

.m-aboutProgram__grid--icon {
    width: 30px;
    margin-right: 20px
}

.m-aboutProgram__grid--icon img {
    max-width: 40px
}

.m-aboutProgram__grid--txt {
    margin-right: 20px
}

.m-aboutProgram__img {
    margin-left: -20px;
    margin-right: -20px
}

@media screen and (min-width: 1280px) {
    .m-aboutProgram__img {
        margin-left: 0;
        margin-right: 0
    }
}

.m-aboutProgram__img img {
    width: 100%
}

.m-programFlaps {
    background-color: #eee;
    padding-top: 50px
}

@media screen and (min-width: 1280px) {
    .m-programFlaps {
        padding-top: 100px
    }
}

.m-programFlaps__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

@media screen and (min-width: 1280px) {
    .m-programFlaps__content {
        margin-bottom: 70px
    }
}

.m-programFlaps__aside {
    display: none
}

@media screen and (min-width: 1280px) {
    .m-programFlaps__aside {
        display: block;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }

    .m-programFlaps__aside--imgTop {
        margin-bottom: 100px
    }
}

@media screen and (min-width: 1280px) {
    .m-programFlaps__main {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%
    }
}

.m-programFlaps__main--subtitle {
    font-size: 2.1rem
}

@media screen and (min-width: 1280px) {
    .m-programFlaps__main--subtitle {
        margin-bottom: 20px
    }
}

.m-programFlaps__bottomBaner {
    margin-left: -20px;
    margin-right: -20px
}

@media screen and (min-width: 768px) {
    .m-programFlaps__bottomBaner {
        margin-left: 0;
        margin-right: 0
    }
}

.m-programFlaps__bottomBaner img {
    width: 100%
}

.m-members {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    background-color: #eee
}

@media screen and (min-width: 1280px) {
    .m-members {
        padding-bottom: 70px
    }
}

.m-members__title {
    margin-bottom: 60px
}

@media screen and (min-width: 1280px) {
    .m-members__title {
        margin-left: 35%
    }
}

.m-members__slide {
    background-color: #fff;
    padding: 40px 50px 60px 40px;
    height: auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.m-members__slide--img {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    margin-right: 20px;
    overflow: hidden
}

.m-members__slide--img img {
    border-radius: 50%
}

.m-members__slide--desc {
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px)
}

.m-members__slide--name {
    margin-bottom: 5px;
    font-weight: bold
}

.m-members__slide--position {
    margin-bottom: 30px
}

.m-members__slide--text {
    margin-left: -80px
}

@media screen and (min-width: 1280px) {
    .m-members__slide--text {
        margin-left: 0px
    }
}

.m-members .swiper-button-prev,
.m-members .swiper-button-next {
    display: none
}

@media screen and (min-width: 1280px) {

    .m-members .swiper-button-prev,
    .m-members .swiper-button-next {
        display: block
    }
}

.m-howWeWork {
    padding-top: 45px;
    padding-bottom: 45px
}

@media screen and (min-width: 1280px) {
    .m-howWeWork {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

.m-howWeWork__img {
    display: none;
    max-width: 334px;
    margin-top: 90px
}

@media screen and (min-width: 1280px) {
    .m-howWeWork__img {
        display: block
    }
}

.m-howWeWork__statement {
    position: relative;
    margin-top: 100px;
    padding-left: 30px;
    font-size: 26px
}

@media screen and (min-width: 768px) {
    .m-howWeWork__statement {
        padding-left: 50px
    }
}

.m-howWeWork__statement:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    background-color: #002A53
}

.m-proRecruitmentProcess {
    padding-top: 45px;
    padding-bottom: 45px
}

@media screen and (min-width: 1280px) {
    .m-proRecruitmentProcess {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

.m-proRecruitmentProcess .m-banner {
    margin-bottom: 60px
}

@media screen and (min-width: 1280px) {
    .m-proRecruitmentProcess .m-banner {
        margin-bottom: 100px
    }
}

.m-proRecruitmentProcess__heading {
    font-weight: 600;
    margin-bottom: 45px
}

@media screen and (min-width: 1280px) {
    .m-proRecruitmentProcess__heading {
        margin-top: 25rem
    }
}

@media screen and (min-width: 768px) {
    .m-proRecruitmentProcess__requirements {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        margin-bottom: 90px
    }
}

@media screen and (min-width: 1280px) {
    .m-proRecruitmentProcess__requirements {
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset
    }
}

.m-proRecruitmentProcess__requirements-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 60px
}

.m-proRecruitmentProcess__requirements-icon {
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    -ms-flex-preferred-size: 8%;
    flex-basis: 8%;
    padding: 1px
}

.m-proRecruitmentProcess__requirements-icon img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.m-proRecruitmentProcess__positions {
    text-align: center
}

@media screen and (min-width: 768px) {
    .m-proRecruitmentProcess__positions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
        gap: 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 60px
    }
}

@media screen and (min-width: 1280px) {
    .m-proRecruitmentProcess__positions {
        display: block;
        text-align: left;
        position: absolute;
        bottom: 30px;
        margin-bottom: 0
    }
}

.m-proRecruitmentProcess__positions-text {
    font-size: 26px;
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .m-proRecruitmentProcess__positions-text {
        margin-bottom: 0px
    }
}

@media screen and (min-width: 1280px) {
    .m-proRecruitmentProcess__positions-text {
        margin-bottom: 20px
    }
}

.m-proRecruitmentProcess__steps {
    list-style-type: none;
    margin-top: 80px;
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .m-proRecruitmentProcess__steps {
        margin-top: 60px
    }
}

@media screen and (min-width: 1280px) {
    .m-proRecruitmentProcess__steps {
        margin-bottom: 30px
    }
}

.m-proRecruitmentProcess__steps-item {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.m-proRecruitmentProcess__steps-item:last-child {
    margin-bottom: 0
}

.m-proRecruitmentProcess__steps-circle {
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #002A53;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    margin-right: 30px;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.m-proRecruitmentProcess__steps-circle :first-child {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

@media screen and (min-width: 420px) {
    .m-proRecruitmentProcess__steps-circle {
        width: 130px;
        height: 130px
    }
}

@media screen and (min-width: 768px) {
    .m-proRecruitmentProcess__steps-circle {
        margin-right: 60px
    }
}

.m-proRecruitmentProcess__steps-circle img {
    max-width: 60px
}

.m-proRecruitmentProcess__steps-circle.shown {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.m-proRecruitmentProcess__steps-title {
    text-transform: uppercase;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .m-proRecruitmentProcess__steps-title {
        font-size: 16px
    }
}

.m-proRecruitmentProcess__steps-subtitle {
    font-size: 21px
}

@media screen and (min-width: 768px) {
    .m-proRecruitmentProcess__steps-subtitle {
        font-size: 26px
    }
}

.m-proRecruitmentProcess__steps-subtitle--link {
    text-decoration: underline
}

.m-proRecruitmentProcess__steps-desc {
    width: 60%
}

@media screen and (min-width: 768px) {
    .m-proRecruitmentProcess__steps-desc {
        width: 85%
    }
}

.m-kontakt {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 50px
}

@media screen and (min-width: 1280px) {
    .m-kontakt {
        padding-top: 55px;
        padding-bottom: 100px
    }
}

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

.m-kontakt__map {
    display: none
}

@media screen and (min-width: 1280px) {
    .m-kontakt__map {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        padding-top: 120px;
        display: block
    }
}

@media screen and (min-width: 1280px) {
    .m-kontakt__main {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%
    }
}

.m-kontakt__main--places {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 20px
}

@media screen and (min-width: 1280px) {
    .m-kontakt__main--places {
        margin-top: 50px;
        margin-bottom: 60px;
        padding-top: 60px;
        padding-bottom: 30px
    }
}

.m-kontakt__main--places ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px
}

@media screen and (min-width: 1280px) {
    .m-kontakt__main--places ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px
    }
}

.m-kontakt__main--places ul li {
    margin-left: 0;
    -ms-flex-preferred-size: calc(100% - 25px);
    flex-basis: calc(100% - 25px)
}

@media screen and (min-width: 420px) {
    .m-kontakt__main--places ul li {
        -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px)
    }
}

@media screen and (min-width: 768px) {
    .m-kontakt__main--places ul li {
        -ms-flex-preferred-size: calc(25% - 15px);
        flex-basis: calc(25% - 15px)
    }
}

@media screen and (min-width: 1280px) {
    .m-kontakt__main--places ul li {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.m-kontakt__main--team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.m-kontakt__main--team .m-ourTeam__el {
    cursor: default;
    -ms-flex-preferred-size: calc(100%);
    flex-basis: calc(100%);
    padding: 20px 40px 40px
}

@media screen and (min-width: 768px) {
    .m-kontakt__main--team .m-ourTeam__el {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

@media screen and (min-width: 1280px) {
    .m-kontakt__main--team .m-ourTeam__el {
        padding: 40px 50px 50px
    }
}

.m-kontakt__main--title {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 25px
}

.m-kontakt__main--text {
    margin-bottom: 40px
}

.m-kontakt__main--subtitle {
    font-weight: bold
}

.m-kontakt__main--mail {
    font-size: 1.4rem;
    font-weight: normal;
    display: block
}

@media screen and (min-width: 768px) {
    .m-kontakt__main--mail {
        margin-left: 30px;
        display: inline-block
    }
}

.m-relocatingWhyWorth {
    background-color: #eee;
    padding-top: 35px;
    padding-bottom: 50px
}

@media screen and (min-width: 768px) {
    .m-relocatingWhyWorth {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.m-relocatingWhyWorth__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1280px) {
    .m-relocatingWhyWorth__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.m-relocatingWhyWorth__title {
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    padding-right: 70px
}

.m-relocatingWhyWorth__main {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%
}

.m-relocatingWhyWorth__steps {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 70px
}

@media screen and (min-width: 768px) {
    .m-relocatingWhyWorth__steps {
        margin-bottom: 100px
    }
}

.m-relocatingWhyWorth__steps--item {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.m-relocatingWhyWorth__steps--item:last-child {
    margin-bottom: 0
}

.m-relocatingWhyWorth__steps--circle {
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #002A53;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    margin-right: 30px;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

@media screen and (min-width: 768px) {
    .m-relocatingWhyWorth__steps--circle {
        width: 130px;
        height: 130px
    }
}

.m-relocatingWhyWorth__steps--circle :first-child {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

@media screen and (min-width: 420px) {
    .m-relocatingWhyWorth__steps--circle {
        width: 130px;
        height: 130px
    }
}

@media screen and (min-width: 768px) {
    .m-relocatingWhyWorth__steps--circle {
        margin-right: 60px
    }
}

.m-relocatingWhyWorth__steps--circle img {
    max-width: 60px
}

.m-relocatingWhyWorth__steps--circle.shown {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.m-relocatingWhyWorth__steps--title {
    text-transform: uppercase;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .m-relocatingWhyWorth__steps--title {
        font-size: 16px
    }
}

.m-relocatingWhyWorth__steps--subtitle {
    font-size: 2.1rem
}

.m-relocatingWhyWorth__steps--desc {
    width: 60%
}

@media screen and (min-width: 768px) {
    .m-relocatingWhyWorth__steps--desc {
        width: 85%
    }
}

.m-supportEmploee {
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 70px
}

.m-supportEmploee__title {
    margin-bottom: 50px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .m-supportEmploee__title {
        text-align: left
    }
}

@media screen and (min-width: 1280px) {
    .m-supportEmploee__title {
        padding-left: 34%
    }
}

.m-supportEmploee__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .m-supportEmploee__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.m-supportEmploee__content--box {
    background-color: #fff;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 70px 0
}

@media screen and (min-width: 1280px) {
    .m-supportEmploee__content--box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        padding: 0
    }
}

.m-supportEmploee__content--box:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px
}

.m-supportEmploee__content--box:first-of-type img {
    width: 100%
}

@media screen and (min-width: 768px) {
    .m-supportEmploee__content--box:first-of-type {
        display: none
    }
}

@media screen and (min-width: 1280px) {
    .m-supportEmploee__content--box:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0
    }

    .m-supportEmploee__content--box:first-of-type img {
        width: auto
    }
}

.m-supportEmploee__content--title {
    padding: 30px 50px 0;
    text-align: center;
    font-size: 2.1rem
}

.m-supportVariety__content {
    padding-top: 50px;
    padding-bottom: 40px
}

@media screen and (min-width: 1280px) {
    .m-supportVariety__content {
        margin-left: 34%;
        max-width: 700px;
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.m-supportVariety__content p {
    font-size: 2.1rem;
    margin-bottom: 30px
}

.m-supportVariety__content img {
    margin: 40px 0 50px;
    width: 100%
}

@media screen and (min-width: 1280px) {
    .m-supportVariety__content img {
        width: auto
    }
}

.m-supportVariety__content--title {
    margin-bottom: 70px
}

.m-supportVariety__content--bdrL {
    position: relative;
    padding-left: 30px
}

.m-supportVariety__content--bdrL:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    background-color: #002A53
}

.m-supportVariety__content .m-supportVariety__content--bigMargB {
    margin-bottom: 70px
}

.m-relocatingMembers {
    background-color: #eee;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px
}

@media screen and (min-width: 768px) {
    .m-relocatingMembers {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.m-relocatingMembers__title {
    margin-bottom: 60px
}

@media screen and (min-width: 1280px) {
    .m-relocatingMembers__title {
        margin-left: 34%
    }
}

.m-relocatingMembers .m-members__slide--position,
.m-relocatingMembers .m-members__slide--text {
    font-size: 1.4rem
}

@media screen and (min-width: 768px) {

    .m-relocatingMembers .swiper-button-prev,
    .m-relocatingMembers .swiper-button-next {
        display: none
    }
}

@media screen and (min-width: 1280px) {

    .m-relocatingMembers .swiper-button-prev,
    .m-relocatingMembers .swiper-button-next {
        display: block
    }
}

.m-joinOurProgram {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 50px
}

@media screen and (min-width: 1280px) {
    .m-joinOurProgram {
        padding-bottom: 90px
    }
}

.m-joinOurProgram__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1280px) {
    .m-joinOurProgram__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.m-joinOurProgram__intro {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    padding-right: 60px;
    margin-top: 20px
}

@media screen and (min-width: 1280px) {
    .m-joinOurProgram__intro {
        margin-top: 0
    }
}

.m-joinOurProgram__stages {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 768px) {
    .m-joinOurProgram__stages {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 1280px) {
    .m-joinOurProgram__stages {
        padding: 30px 40px
    }
}

.m-joinOurProgram__stages.d-block {
    display: block
}

.m-joinOurProgram__stages img {
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    padding-right: 30px;
    padding-bottom: 20px
}

@media screen and (min-width: 768px) {
    .m-joinOurProgram__stages img {
        padding-bottom: 0
    }
}

.m-joinOurProgram__stages a {
    color: #0070B7
}

.m-joinOurProgram__stages a:hover {
    text-decoration: underline
}

.m-joinOurProgram__stages ul {
    margin: 0
}

.m-joinOurProgram__stages ul li {
    margin-bottom: 7px
}

.m-recruitmentProcess {
    background-color: #002A53;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 70px
}

@media screen and (min-width: 768px) {
    .m-recruitmentProcess {
        margin-top: -220px;
        padding-top: 300px
    }
}

.m-recruitmentProcess__content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width: 1280px) {
    .m-recruitmentProcess__content {
        margin: 0 0 0 35%
    }
}

.m-recruitmentProcess__content--steps {
    margin-top: 50px
}

.m-recruitmentProcess__content--steps li {
    margin-bottom: 40px;
    padding-left: 50px
}

.m-recruitmentProcess__content--steps li:before {
    color: #ccc;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    margin-top: -10px;
    padding-left: 13px;
    padding-top: 10px
}

.m-recruitmentProcess__content--steps li:nth-child(1):before {
    content: '01'
}

.m-recruitmentProcess__content--steps li:nth-child(2):before {
    content: '02'
}

.m-recruitmentProcess__content--steps li:nth-child(3):before {
    content: '03'
}

.m-recruitmentProcess__content--steps li:nth-child(4):before {
    content: '04'
}

.m-recruitmentProcess__content--steps li:nth-child(5):before {
    content: '05'
}

.m-recruitmentProcess__content--steps li:nth-child(6):before {
    content: '06'
}

.m-recruitmentProcess__content--steps li a {
    text-decoration: underline;
    -webkit-transition: all .3s;
    transition: all .3s
}

.m-recruitmentProcess__content--steps li a:hover {
    color: #ccc
}

.m-infoForCandidate {
    background-color: #eee;
    padding-top: 15px;
    padding-bottom: 50px
}

@media screen and (min-width: 1280px) {
    .m-infoForCandidate {
        padding-top: 50px;
        padding-bottom: 240px
    }
}

.m-infoForCandidate__title {
    margin-bottom: 30px
}

@media screen and (min-width: 1280px) {
    .m-infoForCandidate__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.m-infoForCandidate__content--aside {
    display: none
}

@media screen and (min-width: 1280px) {
    .m-infoForCandidate__content--aside {
        display: block;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }
}

@media screen and (min-width: 1280px) {
    .m-infoForCandidate__content--main {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%
    }
}

.m-newsList {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 70px
}

@media screen and (min-width: 1280px) {
    .m-newsList {
        padding-top: 40px
    }
}

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

@media screen and (min-width: 1024px) {
    .m-newsList__title {
        text-align: left
    }
}

@media screen and (min-width: 1280px) {
    .m-newsList__title {
        padding-left: 235px;
        margin-bottom: 40px
    }
}

.m-newsList__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1280px) {
    .m-newsList__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.m-newsList__categories {
    margin-bottom: 30px
}

@media screen and (min-width: 1280px) {
    .m-newsList__categories {
        -ms-flex-preferred-size: 235px;
        flex-basis: 235px;
        margin-bottom: 0
    }
}

.m-newsList__categories--checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .m-newsList__categories--checkboxes {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width: 1280px) {
    .m-newsList__categories--checkboxes {
        display: block
    }
}

.m-newsList__categories--title {
    font-size: 2.6rem;
    margin-bottom: 20px
}

@media screen and (min-width: 1280px) {
    .m-newsList__categories--title {
        margin-bottom: 25px
    }
}

.m-newsList__categories--label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    margin-right: 35px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (min-width: 1280px) {
    .m-newsList__categories--label {
        margin-right: 0
    }
}

.m-newsList__categories--label:checked {
    color: red
}

.m-newsList__categories--label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.m-newsList__categories--label input:checked~.m-newsList__categories--checkmark {
    background-color: #0070B7;
    border-color: transparent
}

.m-newsList__categories--label input:checked~.m-newsList__categories--checkmark:after {
    display: block
}

.m-newsList__categories--checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 2px
}

.m-newsList__categories--checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (min-width: 1280px) {
    .m-newsList__main {
        -ms-flex-preferred-size: calc(100% - 235px);
        flex-basis: calc(100% - 235px)
    }
}

.m-newsList__list_box {
    display: none;
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .m-newsList__list_box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 10px
    }
}

@media screen and (min-width: 1280px) {
    .m-newsList__list_box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.m-newsList__list_box--img {
    margin-left: -20px;
    margin-right: -20px
}

@media screen and (min-width: 768px) {
    .m-newsList__list_box--img {
        margin: 0;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

@media screen and (min-width: 1024px) {
    .m-newsList__list_box--img {
        -ms-flex-preferred-size: 280px;
        flex-basis: 280px
    }
}

@media screen and (min-width: 1280px) {
    .m-newsList__list_box--img {
        -ms-flex-preferred-size: 322px;
        flex-basis: 322px
    }
}

.m-newsList__list_box--img img {
    width: 100%
}

@media screen and (min-width: 768px) {
    .m-newsList__list_box--img img {
        width: auto
    }
}

.m-newsList__list_box--content {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px
}

@media screen and (min-width: 768px) {
    .m-newsList__list_box--content {
        margin: 0;
        padding: 0 20px;
        -ms-flex-preferred-size: 67%;
        flex-basis: 67%
    }
}

@media screen and (min-width: 1024px) {
    .m-newsList__list_box--content {
        -ms-flex-preferred-size: calc(100% - 280px);
        flex-basis: calc(100% - 280px)
    }
}

@media screen and (min-width: 1280px) {
    .m-newsList__list_box--content {
        -ms-flex-preferred-size: calc(100% - 322px);
        flex-basis: calc(100% - 322px);
        min-height: 258px;
        padding: 0 70px
    }
}

.m-newsList__list_box--category {
    opacity: 50%;
    font-size: 1.4rem;
    margin-bottom: 10px
}

.m-newsList__list_box--intro {
    margin-bottom: auto
}

.m-newsList__list_box--link {
    font-weight: bold;
    padding-bottom: 13px;
    padding-top: 15px;
    display: inline-block;
    color: #0070B7
}

.m-newsList .show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.m-newsList .hidden {
    display: none
}

.m-news {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 70px
}

@media screen and (min-width: 1280px) {
    .m-news {
        padding-top: 40px
    }
}

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

@media screen and (min-width: 768px) {
    .m-news__title {
        text-align: left
    }
}

@media screen and (min-width: 1280px) {
    .m-news__title {
        padding-left: 360px;
        margin-bottom: 40px
    }
}

.m-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1280px) {
    .m-news__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.m-news__articles {
    display: none;
    margin-bottom: 30px;
    padding-right: 70px
}

@media screen and (min-width: 1280px) {
    .m-news__articles {
        display: block;
        -ms-flex-preferred-size: 360px;
        flex-basis: 360px;
        margin-bottom: 0
    }
}

.m-news__articles--title {
    font-size: 2.6rem;
    margin-bottom: 35px
}

.m-news__articles--links-el {
    display: block;
    border-bottom: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
    padding: 20px 0
}

.m-news__articles--links-el:first-of-type {
    border-top: 1px solid #ccc
}

.m-news__articles--links-el:hover {
    color: #0070B7
}

.m-news__articles--links-el:hover .m-news__articles--links-icon .arrow {
    border-color: #0070B7
}

.m-news__articles--links-title {
    font-size: 1.6rem;
    padding-right: 50px;
    -webkit-transition: all .25s;
    transition: all .25s;
    position: relative
}

.m-news__articles--links-icon {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.m-news__articles--links-icon .arrow {
    position: absolute;
    border-color: #9f9f9f;
    border-style: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 9px;
    margin-top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (min-width: 1280px) {
    .m-news__main {
        -ms-flex-preferred-size: calc(100% - 360px);
        flex-basis: calc(100% - 360px)
    }
}

.m-news__baner {
    margin-bottom: 40px
}

.m-news__baner img {
    width: 100%
}

.m-news__txt--imgs {
    display: block;
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .m-news__txt--imgs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px
    }
}

.m-news__txt--imgs img {
    width: 100%;
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .m-news__txt--imgs img {
        width: calc(50% - 10px);
        margin-bottom: 0
    }
}

.m-news__txt p {
    margin-bottom: 30px
}

.m-news__txt a {
    color: #0070B7
}

.m-news__btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    padding: 40px 30px
}

@media screen and (min-width: 768px) {
    .m-news__btm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.m-news__btm--back {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (min-width: 768px) {
    .m-news__btm--back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.m-news__btm--back:hover {
    color: #0070B7
}

.m-news__btm--back span {
    margin-right: 15px
}

.m-news__btm--share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media screen and (min-width: 768px) {
    .m-news__btm--share {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto
    }
}

.m-news__btm--share:hover {
    color: #0070B7
}

.m-news__btm--share span {
    margin-right: 10px
}

.m-news__btm--share img {
    height: 32px
}

.m-diversity {
    background-color: #eee;
    padding-top: 80px;
    padding-bottom: 100px
}

.m-diversity__module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -20px;
    margin-right: -20px
}

@media screen and (min-width: 768px) {
    .m-diversity__module {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width: 1280px) {
    .m-diversity__module {
        gap: 100px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.m-diversity__module:not(:last-of-type) {
    margin-bottom: 80px
}

@media screen and (min-width: 768px) {
    .m-diversity__module.txtLeft {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: right
    }
}

.m-diversity__module--img {
    margin-bottom: 20px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .m-diversity__module--img {
        margin: 0px;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }
}

.m-diversity__module--img img {
    width: 100%
}

.m-diversity__module--txt {
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (min-width: 768px) {
    .m-diversity__module--txt {
        margin: 0px;
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%
    }
}

.m-footerMobile,
.m-footer {
    background-color: #2d2d2d;
    padding-bottom: 30px;
    color: #fff
}

.m-footerMobile ul,
.m-footerMobile ol,
.m-footer ul,
.m-footer ol {
    list-style: none;
    margin-top: 10px
}

.m-footerMobile ul li,
.m-footerMobile ol li,
.m-footer ul li,
.m-footer ol li {
    margin: 0 0 20px;
    line-height: 1.3
}

.m-footerMobile a,
.m-footer a {
    -webkit-transition: all .4s;
    transition: all .4s
}

.m-footerMobile a:hover,
.m-footer a:hover {
    color: #fff
}

.m-footerMobile a.active,
.m-footer a.active {
    color: #fff
}

.m-footerMobile {
    padding-top: 70px
}

@media screen and (min-width: 768px) {
    .m-footerMobile {
        display: none
    }
}

.m-footerMobile__logo {
    margin: 0 20px 35px;
    width: 170px
}

.m-footerMobile__flaps.c-flaps {
    background-color: #2d2d2d;
    padding: 30px 0 10px
}

.m-footerMobile__flaps .c-flaps__el {
    color: #fff
}

.m-footerMobile__flaps .c-flaps__el:hover {
    background-color: #2d2d2d
}

.m-footerMobile__flaps .c-flaps__roll--icon,
.m-footerMobile__flaps .c-flaps__el.opened .c-flaps__roll--icon {
    background-color: transparent
}

.m-footerMobile__flaps .c-flaps__roll--icon {
    right: -6px
}

.m-footerMobile__flaps .c-flaps__el.opened .c-flaps__roll--icon .arrow,
.m-footerMobile__flaps .c-flaps__roll--icon .arrow {
    border-color: #fff
}

.m-footerMobile__flaps .c-flaps__description {
    color: #acacac;
    font-size: 2.1rem
}

.m-footerMobile__bottom {
    color: #acacac;
    margin-top: 35px
}

.m-footerMobile__bottom--links {
    margin-bottom: 30px
}

.m-footerMobile__bottom--social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

.m-footerMobile__bottom--social a {
    display: block;
    margin-right: 10px
}

.m-footerMobile__bottom--social a img {
    background-color: #fff
}

.m-footerMobile__bottom--copy {
    font-size: 1.4rem
}

.m-footer {
    display: none;
    padding-top: 70px
}

@media screen and (min-width: 768px) {
    .m-footer {
        display: block
    }
}

@media screen and (min-width: 1280px) {
    .m-footer {
        padding-top: 100px
    }
}

.m-footer__logo {
    max-width: 170px;
    margin-bottom: 80px
}

@media screen and (min-width: 1280px) {
    .m-footer__logo {
        margin-bottom: -30px
    }
}

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

.m-footer__main--links {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

@media screen and (min-width: 1280px) {
    .m-footer__main--links:first-of-type {
        margin-left: calc(28.5% + 70px)
    }
}

.m-footer__main--links span {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 40px;
    display: block
}

.m-footer__main--links a {
    display: block;
    font-size: 1.4rem;
    color: #acacac;
    margin-bottom: 20px;
    margin-right: 20px
}

.m-footer__main--lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 82px
}

.m-footer__main--lang a,
.m-footer__main--lang p {
    font-size: 1.4rem;
    margin-right: 20px
}

.m-footer__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;
    border-top: 1px solid #acacac;
    color: #acacac;
    font-size: 1.4rem;
    margin-top: 70px;
    padding-top: 20px
}

.m-footer__bottom--social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-footer__bottom--social a {
    margin-left: 10px
}

.m-footer__bottom--social a:first-of-type {
    margin-left: 30px
}

.m-footer__bottom--social img {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff
}

.m-footer__bottom--social img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}