@charset "UTF-8";

@font-face {
    font-family: 'Arial';
  src: url("../../assets/font/ArialMT.eot");
  src: url("../../assets/font/ArialMT.eot?#iefix") format("embedded-opentype"), url("../../assets/font/ArialMT.woff2") format("woff2"), url("../../assets/font/ArialMT.woff") format("woff"), url("../../assets/font/ArialMT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Raleway';
  src: url("../../assets/font/Raleway-Bold.eot");
  src: url("../../assets/font/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/font/Raleway-Bold.woff2") format("woff2"), url("../../assets/font/Raleway-Bold.woff") format("woff"), url("../../assets/font/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Raleway';
  src: url("../../assets/font/Raleway-ExtraBold.eot");
  src: url("../../assets/font/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../assets/font/Raleway-ExtraBold.woff2") format("woff2"), url("../../assets/font/Raleway-ExtraBold.woff") format("woff"), url("../../assets/font/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Raleway';
  src: url("../../assets/font/Raleway-Regular.eot");
  src: url("../../assets/font/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/font/Raleway-Regular.woff2") format("woff2"), url("../../assets/font/Raleway-Regular.woff") format("woff"), url("../../assets/font/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Roboto';
  src: url("../../assets/font/Roboto-Bold.eot");
  src: url("../../assets/font/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/font/Roboto-Bold.woff2") format("woff2"), url("../../assets/font/Roboto-Bold.woff") format("woff"), url("../../assets/font/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Roboto';
  src: url("../../assets/font/Roboto-Medium.eot");
  src: url("../../assets/font/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/font/Roboto-Medium.woff2") format("woff2"), url("../../assets/font/Roboto-Medium.woff") format("woff"), url("../../assets/font/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Roboto';
  src: url("../../assets/font/Roboto-Regular.eot");
  src: url("../../assets/font/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/font/Roboto-Regular.woff2") format("woff2"), url("../../assets/font/Roboto-Regular.woff") format("woff"), url("../../assets/font/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}


.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


@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;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(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;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

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

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

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

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

.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: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), 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: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), 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: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), 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: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), 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-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.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.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

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

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    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;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 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);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-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%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    -o-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%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    -o-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;
    -o-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);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

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

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    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-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

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

.swiper-scrollbar.swiper-scrollbar-vertical,
.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%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

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

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

    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;
    -o-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;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

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

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

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

.swiper-cube {
    overflow: visible;
}

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

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

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

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

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

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    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;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
    overflow: visible;
}

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


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

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    background: rgba(104, 118, 147, 0.15);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}


.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.75;
}


.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}


.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}


.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}


.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.btn-hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.btn-hover span {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.btn-hover:hover {
    -o-border-image: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    border-image: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    border-image-slice: 1;
}

.btn-hover:hover span {
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fon {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: -44;
}

.fon.active {
    opacity: .75;
    z-index: 4;
}

.stop {
    overflow: hidden;
}

.btn-slaider {
    cursor: pointer;
    outline: none;
    border: none;
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 48px;
    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;
    background: rgba(104, 118, 147, 0.1);
    border-radius: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.btn-slaider .btn-slaider-svg path {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.btn-slaider:hover {
    background: rgba(104, 118, 147, 0.7);
}

.btn-slaider:hover .btn-slaider-svg path {
    fill: #1BAAE7;
}

.btn-slaider:active {
    background: #687693;
}

.btn-slaider-svg-2 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1250px;
    }

    .head-container {
        max-width: 1168px;
    }

    .main-container {
        max-width: 1140px;
    }

    .galary-container {
        max-width: 1173px;
    }
}

.title {
    padding-left: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #333333;
}


.header {
    padding-top: 14px;
    padding-bottom: 10px;
    background: #FFFFFF;
    border-bottom: 1px solid #E1E5ED;
}

.header-wrapp {
    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;
}

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

.header-list-link {
    padding-left: 32px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.header-list-link:hover {
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.header-menu-closee {
    width: 24px;
    height: 24px;
    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;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}

.header-menu-open {
    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;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    display: none;
}

.main-slaider-box {
    width: 100vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.main-box {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 882px;
    margin: 0 auto;
}

.main-box-text {
    margin-bottom: 0;
    margin-top: auto;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 185px;
    line-height: 70%;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.main-title {
    width: 90%;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 100%;
    color: #FFFFFF;
    padding-bottom: 40px;
    padding-top: 85px;
}

.main-text {
    max-width: 750px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    padding-bottom: 60px;
}

.main-btn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 16px 32px;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.main-btn:hover {
    background: rgba(255, 255, 255, 0.9);
}

.main-btn:hover span {
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.main-btn:active {
    background: #fff;
}

.main-btn span {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
}

.main-box-page {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 20px;
}

.main-btn-slaid {
    cursor: pointer;
    outline: none;
    border: none;
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 48px;
    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;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.main-btn-slaid .main-btn-svg path {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.main-btn-slaid:hover {
    background: rgba(255, 255, 255, 0.9);
}

.main-btn-slaid:hover .main-btn-svg path {
    fill: #1BAAE7;
}

.main-btn-slaid:active {
    background: white;
}

.main-btn-svg-2 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main {
    width: 100%;
}

.main-slaid-nav {
    margin-top: auto;
    margin-bottom: 85px;
    width: 100%;
    position: relative;
    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;
}

.main-pagination-box {
    width: 75%;
    position: relative;
}

.main-pagination-box .swiper-pagination-progressbar-fill {
    background: #fff;
}

.main-pagination {
    background: rgba(255, 255, 255, 0.2);
}

.start-number,
.end-number {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}


.main-two {
    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: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    min-height: 670px;
    background: url("../../assets/img/main/main-2.jpg") no-repeat center center/cover;
}

.main-box-2 {
    width: 61vw;
    background: #FFFFFF;
    padding: 40px 50px 68px 50px;
    z-index: 1;
    position: relative;
opacity:0.89;
}

.main-box-2-two {
    padding-bottom: 24px;
}

.main-box-2-two .main-box-2-title {
    padding-bottom: 20px;
}

.main-box-2-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 30px;
}

.main-box-2-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    padding-bottom: 15px;
}

.main-box-2-subtite {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
    padding-top: 35px;
}

.main-box-2-container {
    max-width: 740px;
}

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

.main-btn-slaid-2 {
    width: 37px;
}

.main-btn-slaid-2 .main-btn-svg-two {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.main-btn-slaid-2 .main-btn-svg-two path {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.main-btn-slaid-2:hover .main-btn-svg-two path {
    stroke: #20d1dc;
}

.main-pagination-two {
    background: rgba(104, 118, 147, 0.3);
    height: 2px !important;
}

.main-pagination-two .swiper-pagination-progressbar-fill {
    height: 2px;
    background: #687693;
}

.main-three {
    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: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    min-height: 550px;
    position: relative;
}

.main-two-box-slaider {
    overflow: hidden;
}

.main-box-three-subtitle {
    padding-bottom: 3px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #687693;
}

.main-slaid-nav-two {
    margin-bottom: 0;
    margin-top: 22px;
}

.main-pagination-box-two {
    width: 87%;
}

.main-img-mob {
    display: none;
}

.mission-wrapp {
    border-left: 1px solid #E1E5ED;
    border-right: 1px solid #E1E5ED;
}

.mission-box-img {
    padding-top: 120px;
    padding-bottom: 117px;
    border-left: 1px solid #E1E5ED;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 6;
}

.mission-wrapp {
    display: grid;
    grid-template-columns: 50% 50%;
}

.mission-padding {
    padding-left: 40px;
}

.mission-subtitle {
    padding-top: 130px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #687693;
    padding-bottom: 10px;
}

.mission-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 30px;
}

.mission-text {
    width: 90%;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    padding-bottom: 68px;
}

.mission-btn {
    margin-left: 40px;
    padding: 16px 30px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #687693;
    display: inline-block;
    border: 1px solid #26ABDD;
    width: 217px;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-bottom: 117px;
}

.mission-btn span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #687693;
}

.mission-studio .mission-title {
    font-family: 'Roboto';
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #333333;
    padding-top: 110px;
    padding-left: 35px;
}

.mission-studio .mission-text {
    padding-bottom: 30px;
}

.mission-studio .mission-box-img {
    padding-top: 110px;
}

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

.numbers {
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
}

.numbers-box.--years {
    display: none;
}

.numbers-wrapp {
    padding: 190px 40px;
    border-right: 1px solid rgba(225, 229, 237, 0.5);
    border-left: 1px solid rgba(225, 229, 237, 0.5);
    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;
}

.numbers-box-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 110%;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.numbers-box-span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    padding-left: 15px;
}

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

.numbers-box-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.numbers-box {
    position: relative;
}

.numbers-box::before {
    content: url("../../assets/img/numbers/numbers-1.png");
    position: absolute;
    left: 0;
    top: 0;
}

.numbers-box-1::before {
    content: url("../../assets/img/numbers/numbers-1.png");
    position: absolute;
    left: 68px;
    top: -55px;
}

.numbers-box-2::before {
    content: url("../../assets/img/numbers/numbers-2.png");
    position: absolute;
    left: -54px;
    top: -102px;
}

.numbers-box-3::before {
    content: url("../../assets/img/numbers/numbers-3.png");
    position: absolute;
    left: -57px;
    top: -55px;
}


.numbers-two {
    background: none;
    border-bottom: 1px solid #E1E5ED;
    border-top: 1px solid #E1E5ED;
}

.numbers-two .numbers-box-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #333333;
}

.numbers-two .numbers-box-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #687693;
}

.numbers-two .numbers-box-span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    color: #333333;
}

.numbers-two .numbers-wrapp {
    padding-top: 100px;
    padding-bottom: 110px;
    border-right: 1px solid #E1E5ED;
    border-left: 1px solid #E1E5ED;
}

.values {
    border-bottom: 1px solid #E1E5ED;
}

.vlues-title {
    padding-bottom: 37px;
}

.values-wrapp {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 115px;
    border-right: 1px solid #E1E5ED;
    border-left: 1px solid #E1E5ED;
}

.values-slaider-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 40px;
}

.values-box-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 20px;
}

.values-slaider-coll {
    min-height: 505px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.values-slaider-container {
    width: 255px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px;
    margin-left: 30px;
    border-top: 1px solid #E1E5ED;
}

.values-containers-title {
    width: 255px;
    padding-top: 30px;
    padding-bottom: 31px;
    border-bottom: 1px solid #E1E5ED;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #687693;
    cursor: pointer;
}

.values-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.values-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
}

.values-box-text {
    padding: 30px;
    background: #fff;
    position: relative;
    top: 80px;
    z-index: 1;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 40px;
    max-width: 757px;
}

.values-swiper-wrapper {
    margin-bottom: 120px;
}

.values-box-line {
    width: 83%;
    height: 2px;
    position: relative;
}

.values-box-line .swiper-pagination-progressbar-fill {
    background: #687693;
    height: 2px;
}

.value-pagination {
    background: rgba(104, 118, 147, 0.2);
    height: 2px !important;
}

.values-slaider {
    width: 74%;
    overflow: hidden;
}

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

.values-slaider-2 {
    width: 250px;
}

.values-slaider-container {
    width: 250px;
}

.values-slaider-container .swiper-wrapper {
    width: 100%;
    display: block;
}

.values-slaider-container .swiper-slide-thumb-active .values-containers-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
}

.values-wrapp-studio {
    padding-top: 91px;
}

.values-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #333333;
    padding-left: 40px;
    padding-bottom: 21px;
}

.values-subtext {
    padding-left: 40px;
    padding-bottom: 35px;
    width: 65%;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
}

.values-slaider-studio {
    width: 72.5%;
}

.values-slaider-studio .values-slaider-coll {
    min-height: 375px;
}

.values-wrapp-studio {
    padding-bottom: 100px;
}

.directions-wrapp {
    border-right: 1px solid #E1E5ED;
    border-left: 1px solid #E1E5ED;
    padding: 100px 40px 109px 40px;
}

.directions-title {
    padding-left: 0;
    padding-bottom: 40px;
}

.directions-img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.directions-wrapp-box {
    display: grid;
    grid-template-columns: 48% 48%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.directions-box {
    height: 400px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    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: start;
    margin-bottom: 45px;
}

.directions-box svg path {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.directions-box:nth-child(3)  {
    grid-column: span 2;
}

.directions-box:hover .directions-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.directions-box:hover .direction-link {
    min-width: 91%;
    max-width: 94%;
    background: none;
}

.directions-box:hover .direction-link::after {
    width: 100%;
    z-index: -1;
}

.directions-box:hover .direction-link .direct-link-head {
    position: relative;
    z-index: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.directions-box:hover .direction-link svg path {
    fill: #1BAAE7;
}

.directions-box:hover .direction-link .direct-container-text {
    width: 100%;
    height: auto;
    padding-top: 20px;
    z-index: 1;
    position: relative;
}

.directions-box:hover .direction-link .direct-link-text {
    color: #687693;
}

.direction-link {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: auto;
    margin-bottom: 0;
    padding: 25px 30px 25px 30px;
    margin-left: 25px;
    top: 25px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
    background: #fff;
    min-width: 0;
    overflow: hidden;
}

.direction-link svg {
    margin-left: 40px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.direction-link svg path {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.direction-link::after {
    content: '';
    width: 7%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}

.direct-link-head,
.derect-link-head-disp {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.direct-link-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.direct-container-text {
    width: 0;
    height: 0;
    position: absolute;
}

.directions-wrapp-directions {
    padding-top: 20px;
    padding-bottom: 70px;
}

.directions-wrapp-directions .directions-box {
    margin-bottom: 65px;
}

.derect-link-head-mobil {
    display: none;
}

.newsletter {
    background: #687693;
    padding-top: 97px;
    padding-bottom: 115px;
}

.newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.newsletter-label {
    display: block;
    position: relative;
    cursor: pointer;
}

.newsletter-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    width: 277px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 10px;
}

.newsletter-title-span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}

.newsletter-btn {
    border: 1px solid transparent;
    background: none;
    -o-border-image: -o-linear-gradient(3.36deg, #20d1dc 2.77%, #1baae7 97.23%);
    border-image: linear-gradient(86.64deg, #20d1dc 2.77%, #1baae7 97.23%);
    border-image-slice: 1;
    cursor: pointer;
    padding: 16px 32px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.newsletter-btn span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.newsletter-btn:hover {
    border: 1px solid #fff;
}

.newsletter-btn:hover span {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.newsletter-btn:active {
    background: #fff;
}

.newsletter-btn:active span {
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.newsletter-label-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -333;
    opacity: 0;
}

.newsletter-label-span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 30px;
    margin-top: 13px;
    display: block;
    position: relative;
}

.newsletter-label-span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(25%, -50%);
    -ms-transform: translate(25%, -50%);
    transform: translate(25%, -50%);
    width: 15px;
    height: 15px;
    border: 1px solid #FFFFFF;
}

.newsletter-label-input:checked + .newsletter-label-span::after {
    content: url("../../assets/img/check.svg");
    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;
}

.newsletter-input {
    width: 100%;
    background: none;
    outline: none;
    border: none;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
}

.newsletter-input::-webkit-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.9);
}

.newsletter-input::-moz-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.9);
}

.newsletter-input:-ms-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.9);
}

.newsletter-input::-ms-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.9);
}

.newsletter-input::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.9);
}

.newsletter-coll {
    width: 52%;
    padding-top: 24px;
}

.footer {
    margin-bottom: 0;
    margin-top: auto;
    background: #F7F8F9;
}

.footer-box {
    padding: 18px 40px;
    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 rgba(104, 118, 147, 0.2);
}

.footer-box-link {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.footer-box-link:hover {
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.footer-logo {
    padding-bottom: 10px;
}

.footer-wrapp {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding: 40px 40px 155px 40px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-bottom: 15px;
}

.footer-list-link {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #687693;
    padding-left: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.footer-list-link:hover {
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.footer-mail {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    opacity: .8;
}

.footer-link {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    opacity: .8;
    padding-left: 7px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.footer-link:hover {
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 40px;
}

.breadcrumb-list-inner + .breadcrumb-list-inner::before {
    content: '—';
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #687693;
    padding-left: 4px;
}

.breadcrumb-list-inner {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(104, 118, 147, 0.5);
}

.breadcrumb-list-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #687693;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.breadcrumb-list-link:hover {
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.breadcrumb-directions {
    border-right: 1px solid #E1E5ED;
    border-left: 1px solid #E1E5ED;
}

.calendar {
    background: #F7F8F9;
    position: relative;
    overflow: hidden;
}

.calendar::after {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e1e5ed;
    position: absolute;
}

.calendar-wrapp {
    border-left: 1px solid #e1e5ed;
    border-right: 1px solid #e1e5ed;
    padding-top: 115px;
    padding-bottom: 108px;
}

.calendar-controll {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calendar-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.calendar-pagination-box {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0);
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(104, 118, 147, 0.2);
}

.calendar-pagination-box.--active {
    color: #687693;
    border-bottom: 2px solid #687693;
}

.calendar-pagination-wrapp {
    width: 82%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calendar-pagination-container {
    margin-right: 15px;
    margin-left: 15px;
}

.slaid-number {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #687693;
    padding-top: 15px;
}

.calendar-row {
    padding-right: 30px;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.clendar-slaider {
    width: 50%;
    min-height: 526px;
    padding-right: 27px;
    margin-bottom: 62px;
    position: relative;
}

.clendar-slaider::after {
    content: '';
    height: 100%;
    width: 1px;
    background: #e1e5ed;
    position: absolute;
    right: 0;
    top: 100%;
}

.calendar-slaider-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #333333;
    padding-bottom: 16px;
}
.calendar-slaider-box h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #333333;
    padding-bottom: 16px;
}

.calendar-slaider-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 23px;
    padding-top: 24px;
}

.calendar-slaider-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    padding-bottom: 15px;
}

.calendar-slaider-box p {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    padding-bottom: 15px;
}


.calendar-slaider-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    padding-bottom: 15px;
}


.calendar-box-data {
    text-align: right;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 130%;
    text-align: right;
    opacity: 0.45;
    padding-bottom: 15px;
}

.clendar-slaider {
    overflow: hidden;
}

.calendar-data {
    width: 50%;
    overflow: hidden;
    max-height: 645px;
    position: relative;
    top: -30px;
}

.clendar-data-container {
    height: 405px;
    position: relative;
}

.clendar-data-container .swiper-slide {
    opacity: 0;
}

.clendar-data-container .swiper-slide-visible {
    opacity: 1;
}

.clendar-data-container .swiper-slide.swiper-slide-visible + .swiper-slide {
    opacity: .2;
}

.clendar-data-container .swiper-slide.swiper-slide-visible + .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.clendar-data-container .swiper-slide-thumb-active .calendar-box-data {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 128px;
    line-height: 100%;
    color: #333333;
    opacity: 1;
}

.clendar-data-container .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 150px;
}

.calendar-pagination {
    width: 100%;
}

.calendar-pagination-container {
    width: 100%;
    height: 4px;
}

.calendar-pagination-line {
    background: rgba(104, 118, 147, 0.2);
    height: 2px !important;
}

.calendar-info {
    position: absolute;
    left: 0;
    top: -31px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #687693;
}

.clendar-data-container .swiper-slide-thumb-active {
    opacity: 1 !important;
}

.clendar-data-container .swiper-slide-thumb-active .calendar-box-data {
    opacity: 1;
    color: #333;
}


.fond-wrapp {
    padding-top: 100px;
    padding-bottom: 290px;
    border-left: 1px solid #e1e5ed;
    border-right: 1px solid #e1e5ed;
}

.fond-container {
    padding: 40px 40px 0 40px;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    position: relative;
    background: url("../../assets/img/fond.jpg") no-repeat center center/cover;
}

.fond-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
}

.fond-box {
    max-width: 790px;
    background: #fff;
    padding: 40px 45px 0 50px;
    position: relative;
    top: 150px;
}

.fond-subtitle {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #687693;
    padding-bottom: 7px;
}

.fond-title {
    padding-bottom: 20px;
    padding-left: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #333333;
}

.fond-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    padding-bottom: 20px;
}

.fond-btn {
    padding: 16px 32px;
    border: 1px solid #26ABDD;
    display: inline-block;
    margin-top: 20px;
}

.fond-btn span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #687693;
}

.reports {
    background: #687693;
    padding-top: 90px;
    padding-bottom: 125px;
}

.reports-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}

.reports-title {
    color: #fff;
    padding-bottom: 80px;
}

.reports-coll-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 110%;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.reports-coll-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
}

.reports-box {
    width: 65.5%;
}

.reports-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.reports-row:nth-last-child(1) {
    border: none;
}

.reports-row-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}

.reports-dowland {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
}

.info-btn {
    background: rgba(104, 118, 147, 0.1);
}

.info-btn:hover {
    background: rgba(104, 118, 147, 0.1);
}

.info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    padding-left: 40px;
}

.info-pagination-box {
    width: 85%;
}

.info-pagination {
    background: rgba(104, 118, 147, 0.3);
    height: 2px !important;
}

.info-pagination .swiper-pagination-progressbar-fill {
    height: 2px;
    background: #687693;
}

.info-box-title {
    white-space: nowrap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 8px;
}

.info-box-title span {
    padding-left: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
}

.info-box-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #687693;
}

.info-wrapp {
    padding-top: 102px;
    padding-bottom: 60px;
    border-left: 1px solid #E1E5ED;
    border-right: 1px solid #E1E5ED;
}

.info {
    border: 1px solid #E1E5ED;
    position: relative;
}

.info::after {
    content: '';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #E1E5ED;
    position: absolute;
}

.info-swiper {
    margin-bottom: 34px;
    margin-left: auto;
    margin-right: 0;
}

.info-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.info-swiper .swiper-slide-active {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 40px;
}

.info-swiper .swiper-slide-next {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info-swiper .swiper-slide-next + .swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info-swiper .swiper-slide-next + .swiper-slide + .swiper-slide {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.info-swiper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
    margin-left: 85px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

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

.desc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 40px;
}

.desc-coll {
    margin-right: 16px;
    padding-bottom: 123px;
}

.desc-wrapp {
    padding-top: 117px;
    border-right: 1px solid #E1E5ED;
    border-left: 1px solid #E1E5ED;
}

.desc-coll {
    width: 47%;
}

.desc-box-img {
    width: 52%;
    border-left: 1px solid #E1E5ED;
    padding-bottom: 123px;
}

.desc-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    padding-bottom: 25px;
    padding-top: 15px;
}

.desc-text:nth-last-child(1) {
    padding-bottom: 0;
}

.galary {
    padding-top: 110px;
    padding-bottom: 110px;
}

.galary-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #333333;
    padding-bottom: 40px;
}

.galary-swaiper {
    margin-bottom: 74px;
}

.galary-swaiper .swiper-slide {
    height: 400px;
}

.galery-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.galery-img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.galery-link {
    overflow: hidden;
    display: block;
}

.galary-slaid-nav {
    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;
}

.galary-pagination-box {
    margin-right: 20px;
    margin-left: 20px;
    width: 67%;
    height: 2px !important;
}

.galary-pagination {
    width: 100%;
    height: 2px;
    background: rgba(104, 118, 147, 0.2);
}

.galary-pagination .swiper-scrollbar-drag {
    background: #687693;
    height: 2px !important;
}

.galary-start-number,
.galary-end-number {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #687693;
}

.galary-education {
    padding-top: 100px;
}

.descript {
    position: relative;
    border-top: 1px solid #E1E5ED;
    border-bottom: 1px solid #E1E5ED;
}

.descript::after {
    content: '';
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    background: #E1E5ED;
}

.descript-wrapp {
    border-left: 1px solid #E1E5ED;
    border-right: 1px solid #E1E5ED;
    padding-top: 106px;
    padding-bottom: 33px;
}

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

.descript-row:nth-child(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.descript-row:nth-child(2n+2) .descript-coll {
    width: 50%;
    padding-left: 45px;
    padding-right: 40px;
}

.descript-box-img {
    width: 50%;
    padding-bottom: 90px;
}

.descript-coll {
    width: 50%;
    padding-left: 40px;
    padding-right: 45px;
    padding-bottom: 90px;
}

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

.descript-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #333333;
    padding-bottom: 25px;
}

.descript-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    padding-bottom: 35px;
}

.descript-text:nth-last-child(1) {
    padding-bottom: 0;
}

.descript-coll-subtitle {
    padding-bottom: 10px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #687693;
}

.descript-subtitle {
    padding-bottom: 35px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
}

.task {
    background: #F7F8F9;
    padding-top: 90px;
    padding-bottom: 90px;
}

.task-wrapp {
    max-width: 1140px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: #333333;
    padding-left: 40px;
}

.policy-wrapp {
    border-left: 1px solid #E1E5ED;
    border-right: 1px solid #E1E5ED;
    padding-left: 35px;
    padding-bottom: 82px;
}

.policy-coll {
    max-width: 945px;
}

.policy-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #333333;
    padding-top: 31px;
    padding-bottom: 48px;
}

.policy-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 20px;
}

.policy-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
    padding-bottom: 20px;
}

.policy-list-inner {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #687693;
}

.policy-list {
    padding-bottom: 40px;
}

.error-link {
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    width: 208px;
    height: 45px;
    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;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    margin: 0 auto 30px;
}

.error-link:hover {
    border: 1px solid #26ABDD;
    background: none;
    color: #687693;
}

.error-title {
    padding-top: 30px;
    padding-bottom: 29px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 350px;
    line-height: 100%;
    color: #333333;
    text-align: center;
}

.error-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #333333;
    padding-bottom: 23px;
}

.error-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #687693;
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 49px;
}

.error-wrapp {
    border-right: 1px solid #E1E5ED;
    border-left: 1px solid #E1E5ED;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-wrapp {
    border-left: 1px solid #E1E5ED;
    border-right: 1px solid #E1E5ED;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 40px 120px 40px;
}

.contact-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 44px;
}

.contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 40px;
}

.contact-row svg {
    margin-right: 12px;
}

.contact-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #333333;
    padding-bottom: 5px;
}

.contact-link {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1CABE7;
}

.contact-coll-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #333333;
    padding-bottom: 47px;
}

.contact-coll-2 {
    width: 49%;
}

.contact-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}

.contact-form-coll {
    width: 48%;
}

.contact-form-input {
    width: 100%;
    padding-bottom: 10px;
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(104, 118, 147, 0.3);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(51, 51, 51, 0.9);
}

.contact-form-input ::-webkit-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(104, 118, 147, 0.9);
}

.contact-form-input ::-moz-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(104, 118, 147, 0.9);
}

.contact-form-input :-ms-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(104, 118, 147, 0.9);
}

.contact-form-input ::-ms-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(104, 118, 147, 0.9);
}

.contact-form-input ::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(104, 118, 147, 0.9);
}

.contact-error {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    color: #EB5757;
    opacity: 0.7;
    opacity: 0;
}

.contact-form-input.error {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #EB5757;
    opacity: 0.9;
    border-bottom: 1px solid rgba(235, 87, 87, 0.4);
}

.contact-form-input.error + .contact-error {
    opacity: 1;
}

.contact-textarea {
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(104, 118, 147, 0.3);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    min-height: 30px;
    color: rgba(51, 51, 51, 0.9);
    width: 100%;
    resize: none;
    margin-bottom: 16px;
}

.contact-textarea ::-webkit-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: rgba(104, 118, 147, 0.9);
}

.contact-textarea ::-moz-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: rgba(104, 118, 147, 0.9);
}

.contact-textarea :-ms-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: rgba(104, 118, 147, 0.9);
}

.contact-textarea ::-ms-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: rgba(104, 118, 147, 0.9);
}

.contact-textarea ::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: rgba(104, 118, 147, 0.9);
}

.contact-coll-row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 27px;
}

.contact-row-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #78849E;
    opacity: 0.9;
}

.contact-row-link {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #78849E;
    opacity: 0.9;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.contact-row-link:hover {
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.contact-label {
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    position: relative;
    margin-right: 10px;
}

.contact-label-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -333;
    opacity: 0;
}

.contact-label-span {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(104, 118, 147, 0.4);
    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;
}

.contact-label-img {
    opacity: 0;
}

.contact-label-input:checked + .contact-label-span .contact-label-img {
    opacity: 1;
}

.contact-btn {
    width: 140px;
    height: 45px;
    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;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
    cursor: pointer;
    outline: none;
}

.contact-btn:hover {
    background: none;
    color: #687693;
    border: 1px solid #26ABDD;
}

.popup {
    margin: 0 auto;
    width: 500px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 43px rgba(104, 118, 147, 0.1);
    box-shadow: 0px 5px 43px rgba(104, 118, 147, 0.1);
    padding: 45px 40px 55px 40px;
    position: relative;
}

.popup-img {
    margin: 0 auto 30px;
    display: block;
}

.popup-close {
    cursor: pointer;
    border: none;
    outline: none;
    width: 28px;
    height: 28px;
    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;
    background: none;
    position: absolute;
    top: 18px;
    right: 18px;
}

.popup-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #333333;
    padding-bottom: 20px;
}

.popup-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #687693;
}

@media (max-width: 992px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media (max-width: 772px) {
    .header-menu-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .logo-img {
        width: 173px;
    }

    .header {
        padding-top: 18px;
        padding-bottom: 15px;
    }

    .header-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        overflow: auto;
        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;
        background: #fff;
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        z-index: 333;
    }

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

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

    .header-list-link {
        padding-left: 0;
        font-size: 30px;
        display: block;
        margin-bottom: 30px;
    }

    .header-menu-closee {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 30px;
        right: 30px;
    }
}


@media (max-width: 1876px) {
    .main-box-text {
        font-size: 9.7vw;
    }
}

@media (max-width: 992px) {
    .main-box {
        min-height: auto;
    }

    .main-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 42px;
        line-height: 110%;
        word-wrap: break-word;
        padding-bottom: 20px;
        padding-top: 132px;
    }

    .main-slaid-nav-desctop {
        display: none !important;
    }

    .main-text {
        padding-bottom: 129px;
    }

    .main-box-page {
        margin-bottom: 149px;
    }
}

@media (max-width: 572px) {
    .main-box-text {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 700;
        font-size: 81px;
        line-height: 100%;
        text-align: start;
        background: #fff;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #687693;
        padding-top: 10px;
        padding-left: 13px;
        padding-bottom: 10px;
        border-bottom: 1px solid #E1E5ED;
    }

    .main-btn {
        background: #fff;
    }

    .main-btn span {
        background: -o-linear-gradient(3.36deg, #20D1DC 2.77%, #1BAAE7 97.23%);
        background: linear-gradient(86.64deg, #20D1DC 2.77%, #1BAAE7 97.23%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .main-text {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .main-box-text {
        font-size: 22.5vw;
    }
}


@media (max-width: 992px) {
    .mission-wrapp {
        display: block;
        border: none;
    }

    .mission-box-img {
        padding-top: 0;
        padding-bottom: 25px;
    }

    .mission-title {
        padding-left: 0;
        padding-bottom: 27px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
    }

    .mission-subtitle {
        padding-left: 0;
        padding-top: 53px;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        padding-bottom: 5px;
    }

    .mission-text {
        width: 100%;
        padding-left: 0;
        padding-bottom: 49px;
    }

    .mission-btn {
        margin-left: 0;
        margin-bottom: 0;
    }

    .mission-box-img {
        border: none;
    }
}

@media (max-width: 400px) {
    .mission-box-img {
        height: 445px;
    }
}

@media (max-width: 330px) {
    .mission-title {
        font-size: 34px;
    }
}


@media (max-width: 1200px) {
    .numbers-box::before {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media (max-width: 992px) {
    .numbers-wrapp {
        padding-top: 48px;
        padding-bottom: 20px;
        border: none;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .numbers-box.--years {
        display: block;
    }

    .numbers-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .numbers-box::before {
        content: '';
        position: absolute;
        width: 100vw;
        height: 1px;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #E1E5ED;
    }

    .numbers-box::after {
        content: '';
        position: absolute;
        width: 100vw;
        height: 1px;
        position: absolute;
        left: 50%;
        bottom: -1px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #E1E5ED;
    }

    .numbers {
        background: none;
    }

    .numbers-box-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 52px;
        line-height: 110%;
        color: #333333;
        padding-bottom: 11px;
    }

    .numbers-box-span {
        color: #333333;
    }

    .numbers-box-text {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        color: #687693;
    }
}


@media (max-width: 1400px) {
    .values-box-text {
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 1200px) {
    .values-box-text {
        width: 98%;
    }
}

@media (max-width: 992px) {
    .values-slaider-container {
        display: none;
    }

    .values-slaider {
        width: 100%;
    }

    .values-img {
        position: static;
        margin-bottom: 27px;
    }

    .values-box-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
    }

    .values-box-text {
        max-width: 100%;
        position: static;
        padding: 0;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }

    .vlues-title {
        padding-left: 0;
        padding-bottom: 42px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
    }

    .values-wrapp {
        border: none;
        padding-top: 40px;
        padding-bottom: 47px;
    }

    .values {
        border-bottom: 1px solid #E1E5ED;
    }

    .values-slaider-control {
        margin-left: 0;
    }

    .values-swiper-wrapper {
        margin-bottom: 28px;
    }

    .values-box-line {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 400px) {
    .values-img {
        height: 420px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}


@media (max-width: 1400px) {
    .direct-link-svg {
        margin-left: 15px !important;
    }
}

@media (max-width: 1200px) {
    .directions-wrapp {
        padding-left: 20px;
        padding-right: 20px;
    }

    .directions-wrapp-box {
        grid-template-columns: 49% 49%;
    }

    .derect-link-head-disp {
        font-size: 18px;
    }

    .direction-link {
        margin-left: 10px;
    }

    .direct-link-text {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .directions-wrapp-box {
        display: block;
    }

    .directions-img {
        height: 97%;
    }

    .direct-container-text {
        display: none;
    }

    .directions-box:hover .direction-link {
        background: #fff;
    }

    .directions-wrapp-directions {
        padding-top: 10px !important;
    }

    .direct-link-head,
  .derect-link-head-mobil {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
    }

    .derect-link-head-disp {
        display: none;
    }

    .derect-link-head-mobil {
        display: block;
    }

    .directions-wrapp {
        border: none;
        padding: 60px 0 46px 0;
    }

    .directions-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
        padding-left: 0;
        padding-bottom: 24px;
    }

    .directions-box {
        margin-bottom: 60px;
    }

    .direction-link {
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }

    .direction-link svg {
        margin-left: 10px;
        margin-right: 10px;
    }

    .direct-link-head {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 572px) {
    .directions-box {
        height: 372px;
    }
}

@media (max-width: 340px) {
    .direction-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (max-width: 1400px) {
    .newsletter-coll {
        width: 45%;
    }
}

@media (max-width: 1200px) {
    .newsletter-coll {
        width: 40%;
    }

    .newsletter-form {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .newsletter-form {
        display: block;
    }

    .newsletter-coll {
        width: 100%;
    }

    .newsletter {
        padding-top: 42px;
        padding-bottom: 75px;
    }

    .newsletter-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
        width: 100%;
    }

    .newsletter-input {
        width: 70%;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }

    .newsletter-input::-webkit-input-placeholder {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }

    .newsletter-input::-moz-placeholder {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }

    .newsletter-input:-ms-input-placeholder {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }

    .newsletter-input::-ms-input-placeholder {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }

    .newsletter-input::placeholder {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }

    .newsletter-title-span {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
        display: block;
    }

    .newsletter-label-span {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }

    .newsletter-btn {
        margin-top: 30px;
    }
}

@media (max-width: 762px) {
    .newsletter-input {
        width: 100%;
    }
}


@media (max-width: 992px) {
    .footer-wrapp {
        display: block;
        padding-left: 0;
        padding-bottom: 0;
    }

    .footer-logo {
        position: relative;
        display: block;
        padding-bottom: 15px;
    }

    .footer-logo::after {
        content: '';
        width: 100vw;
        height: 1px;
        background: #E1E5ED;
        bottom: 0;
        left: 50%;
        position: absolute;
    }

    .footer-logo::before {
        content: '';
        width: 100vw;
        height: 1px;
        background: #E1E5ED;
        bottom: 0;
        right: 50%;
        position: absolute;
    }

    .footer-list {
        display: block;
        padding-top: 33px;
        padding-bottom: 10px;
        position: relative;
    }

    .footer-list::after {
        content: '';
        width: 100vw;
        height: 1px;
        background: #E1E5ED;
        bottom: 0;
        left: 50%;
        position: absolute;
    }

    .footer-list::before {
        content: '';
        width: 100vw;
        height: 1px;
        background: #E1E5ED;
        bottom: 0;
        right: 50%;
        position: absolute;
    }

    .footer-list-link {
        padding-left: 0;
        padding-bottom: 20px;
        display: block;
    }

    .footer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .footer-mail {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-link {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }

    .footer-box {
        padding-top: 32px;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-box-link {
        padding-bottom: 48px;
    }
}


@media (max-width: 1400px) {
    .breadcrumb-list {
        padding-left: 0;
        padding-right: 0;
    }
}


@media (max-width: 1400px) {
    .main-box-2 {
        width: 70vw;
    }
}

@media (max-width: 1200px) {
    .main-box-2 {
        width: 80vw;
    }
}

@media (max-width: 992px) {
    .main-box-2 {
        width: 90vw;
    }
}

@media (max-width: 572px) {
    .main-box-2 {
        width: 100vw;
        padding: 20px 10px 40px 10px;
    }

    .main-three {
        min-height: auto;
    }

    .main-two-box-slaider {
        position: relative;
        height: auto;
    }

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

    .main-two {
        background: none;
        min-height: auto;
    }

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


@media (max-width: 1400px) {
    .info-box-title {
        font-size: 40px;
    }

    .info-box-text {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .info-box-title {
        font-size: 33px;
    }

    .info-box-title span {
        font-size: 15px;
        padding-left: 10px;
    }

    .info-box-text {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .info:after {
        background: none;
    }

    .info-wrapp {
        padding-top: 40px;
        padding-bottom: 40px;
        border: none;
    }

    .info-box-title {
        font-size: 33px;
    }

    .info-box-title span {
        font-size: 15px;
        padding-left: 10px;
    }

    .info-box-text {
        font-size: 12px;
    }

    .info-swiper .swiper-slide {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        padding: 0 !important;
    }

    .info-row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .info-pagination-box {
        width: 70%;
        margin-right: 10px;
        margin-left: 10px;
    }
}


@media (max-width: 992px) {
    .desc-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0;
    }

    .desc-wrapp {
        padding: 40px 0;
        border: none;
    }

    .desc-coll {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .desc-text {
        padding-bottom: 20px;
    }

    .desc-box-img {
        width: 100%;
        padding: 0;
    }

    .desc {
        border-bottom: 1px solid #E1E5ED;
    }
}


@media (max-width: 992px) {
    .calendar-data {
        display: none;
    }

    .calendar-wrapp {
        padding-top: 40px;
        padding-bottom: 40px;
        border: none;
    }

    .calendar::after {
        background: none;
    }

    .clendar-slaider {
        width: 100%;
        min-height: auto;
    }

    .calendar-row {
        padding: 0;
    }

    .calendar-controll {
        padding-left: 10px;
        padding-right: 10px;
    }

    .calendar-pagination-wrapp {
        width: 70%;
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 430px) {
    .calendar-info {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 18px;
    }
}


@media (max-width: 1200px) {
    .galary-swaiper .swiper-slide {
        height: auto;
    }
}

@media (max-width: 992px) {
    .galary {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .galary-swaiper .swiper-slide {
        height: auto;
    }

    .galary-end-number,
  .galary-start-number {
        padding-left: 20px;
        padding-right: 20px;
    }

    .galary-swaiper {
        margin-bottom: 30px;
    }
}


@media (max-width: 992px) {
    .numbers-two .numbers-wrapp {
        border: none;
    }
}


@media (max-width: 992px) {
    .fond-wrapp {
        border: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fond-box {
        position: static;
        padding: 20px 0;
    }

    .fond-container {
        padding: 0;
        background: none;
        display: block;
    }

    .fond-img {
        display: block;
    }
}


@media (max-width: 992px) {
    .reports {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .reports-title {
        padding-left: 0;
        padding-bottom: 30px;
    }

    .reports-wrapp {
        display: block;
        padding: 0;
    }

    .reports-coll {
        padding-bottom: 20px;
    }

    .reports-box {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .reports-row-title {
        font-size: 17px;
    }

    .reports-dowland {
        font-size: 17px;
    }

    .reports-row {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


@media (max-width: 1400px) {
    .breadcrumb-directions .breadcrumb-list {
        padding-left: 40px;
    }
}

@media (max-width: 992px) {
    .breadcrumb-directions {
        border: none;
    }

    .breadcrumb-directions .breadcrumb-list {
        padding-left: 0;
    }
}


@media (max-width: 992px) {
    .contact-wrapp {
        border: none;
        padding: 0 0 40px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .contact-coll-2 {
        width: 100%;
        padding-bottom: 50px;
    }
}

@media (max-width: 572px) {
    .contact-coll-row-2 {
        padding-left: 20px;
    }
}

@media (max-width: 520px) {
    .contact-form-row {
        display: block;
    }

    .contact-form-input {
        width: 100%;
        margin-bottom: 15px;
    }

    .contact-form-input:nth-last-child(1) {
        margin-bottom: 0;
    }

    .contact-form-coll {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .contact-coll-title,
  .contact-title {
        font-size: 30px;
        padding-bottom: 40px;
    }

    .contact-coll-2 {
        padding-bottom: 40px;
    }
}


@media (max-width: 510px) {
    .popup {
        width: 100%;
        padding: 20px;
    }
}


@media (max-width: 992px) {
    .descript {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .descript::after {
        background: none;
    }

    .descript-wrapp {
        padding: 0;
        border: none;
    }

    .descript-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .descript-row:nth-child(2n+2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .descript-row:nth-child(2n+2) .descript-box-img,
      .descript-row:nth-child(2n+2) .descript-coll {
        width: 100%;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .descript-text {
        padding-bottom: 15px;
    }

    .descript-box-img,
  .descript-coll {
        width: 100%;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }
}


@media (max-width: 992px) {
    .error-wrapp {
        border: none;
    }
}

@media (max-width: 772px) {
    .error-title {
        font-size: 47vw;
    }
}


@media (max-width: 992px) {
    .policy-wrapp {
        border: none;
        padding: 0;
    }
}


@media (max-width: 992px) {
    .values-subtext,
  .values-subtitle {
        padding-left: 0;
    }

    .mission-studio .mission-box-img {
        padding-top: 0;
    }

    .mission-studio .mission-title {
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 0;
    }

    .task-wrapp {
        padding-left: 0;
    }

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

@media (max-width: 572px) {
    .task-wrapp {
        font-size: 28px;
    }
}