html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
ul[class], ol[class] {
    padding: 0;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
    font-size: inherit;
}
ul[class] {
    list-style: none;
}
img {
    max-width: 100%;
    display: block;
}
input, button, textarea, select {
    font: inherit;
}
a {
    text-decoration: none;
    display: inline-block;
}
.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;
}
}body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47,  0,  0.74,  0.71);
    -o-transition-timing-function: cubic-bezier(0.47,  0,  0.74,  0.71);
    transition-timing-function: cubic-bezier(0.47,  0,  0.74,  0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(0.22,  0.61,  0.36,  1);
    -o-transition-timing-function: cubic-bezier(0.22,  0.61,  0.36,  1);
    transition-timing-function: cubic-bezier(0.22,  0.61,  0.36,  1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease,  visibility 0s ease .25s;
    -o-transition: opacity .25s ease,  visibility 0s ease .25s;
    transition: opacity .25s ease,  visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s,  visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s,  visibility 0s ease 0s;
    transition: opacity .25s ease 0s,  visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity,  -webkit-transform;
    transition-property: opacity,  -webkit-transform;
    -o-transition-property: transform,  opacity;
    transition-property: transform,  opacity;
    transition-property: transform,  opacity,  -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5,  0,  0.14,  1);
    animation-timing-function: cubic-bezier(0.5,  0,  0.14,  1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity,  -webkit-transform;
    transition-property: opacity,  -webkit-transform;
    -o-transition-property: transform,  opacity;
    transition-property: transform,  opacity;
    transition-property: transform,  opacity,  -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
    cursor: text;
}
.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button div {
    height: 100%}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,  -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: -webkit-gradient(linear,  left bottom,  left top,  from(rgba(0, 0, 0, 0.85)),  color-stop(50%,  rgba(0, 0, 0, 0.3)),  color-stop(65%,  rgba(0, 0, 0, 0.15)),  color-stop(75.5%,  rgba(0, 0, 0, 0.075)),  color-stop(82.85%,  rgba(0, 0, 0, 0.037)),  color-stop(88%,  rgba(0, 0, 0, 0.019)),  to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom,  rgba(0, 0, 0, 0.85) 0%,  rgba(0, 0, 0, 0.3) 50%,  rgba(0, 0, 0, 0.15) 65%,  rgba(0, 0, 0, 0.075) 75.5%,  rgba(0, 0, 0, 0.037) 82.85%,  rgba(0, 0, 0, 0.019) 88%,  rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top,  rgba(0, 0, 0, 0.85) 0%,  rgba(0, 0, 0, 0.3) 50%,  rgba(0, 0, 0, 0.15) 65%,  rgba(0, 0, 0, 0.075) 75.5%,  rgba(0, 0, 0, 0.037) 82.85%,  rgba(0, 0, 0, 0.019) 88%,  rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
}
}.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes fancybox-rotate {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0,  0,  0.25,  1);
    -o-transition-timing-function: cubic-bezier(0,  0,  0.25,  1);
    transition-timing-function: cubic-bezier(0,  0,  0.25,  1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%,  0,  0);
    transform: translate3d(-100%,  0,  0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%,  0,  0);
    transform: translate3d(100%,  0,  0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19,  1,  0.22,  1);
    -o-transition-timing-function: cubic-bezier(0.19,  1,  0.22,  1);
    transition-timing-function: cubic-bezier(0.19,  1,  0.22,  1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5,  1.5,  1.5);
    transform: scale3d(1.5,  1.5,  1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5,  0.5,  0.5);
    transform: scale3d(0.5,  0.5,  0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1,  1,  1);
    transform: scale3d(1,  1,  1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0,  0,  0) translate3d(-100%,  0,  0);
    transform: scale3d(0,  0,  0) translate3d(-100%,  0,  0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0,  0,  0) translate3d(100%,  0,  0);
    transform: scale3d(0,  0,  0) translate3d(100%,  0,  0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1,  1,  1) translate3d(0,  0,  0);
    transform: scale3d(1,  1,  1) translate3d(0,  0,  0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,  0,  0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%,  0,  0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,  0,  0) scale(0.1) skew(10deg);
    transform: translate3d(100%,  0,  0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0,  0,  0) scale(1);
    transform: translate3d(0,  0,  0) scale(1);
}
@media all and (max-height: 576px) {
    .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
}
.fancybox-slide--image {
    padding: 6px 0;
}
.fancybox-close-small {
    right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
}
.fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
}
}}.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25,  0.46,  0.45,  0.94);
    -o-transition: all 0.2s cubic-bezier(0.25,  0.46,  0.45,  0.94);
    transition: all 0.2s cubic-bezier(0.25,  0.46,  0.45,  0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
@media all and (max-width: 576px) {
    .fancybox-thumbs {
    width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 110px;
}
.fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
}
}html, body {
    height: 100%}
body {
    overflow-x: hidden;
    min-width: 300px;
    font-family: 'Montserrat',  sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.wrapper {
    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: 100%;
    overflow: hidden;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.container {
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 15px;
}
.title {
    font-family: 'Montserrat',  sans-serif;
    font-weight: 600;
    font-size: 128px;
    line-height: 156px;
    color: #0B1E2C;
}
.button {
    border: none;
    width: 225px;
    padding: 28px 48px 28px 48px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 22px;
    background: #0b1e48;
    position: relative;
    border-radius: 4px;
}
.button:hover {
    opacity: 1;
    color: #fff;
}
.button:hover::before {
    opacity: 0.3;
}
.button::before {
    opacity: 0.1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    bottom: -10px;
    z-index: -1;
    background: -o-linear-gradient(353.52deg,  #00B2FF 5.63%,  #8321FF 92.27%);
    background: linear-gradient(96.48deg,  #00B2FF 5.63%,  #8321FF 92.27%);
    -webkit-filter: blur(14px);
    filter: blur(14px);
}
h1, h2, h3, h4, h5, h6 {
    color: #fff !important;
}
.player {
    position: fixed;
    top: 40vh;
    right: 0px;
    z-index: 10;
    background: #2f213e;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,  -webkit-transform .3s;
}
.player.active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.player.active .player__hidden img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.player__buttons {
    padding: 0.3em;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.player__btn {
    background: #2f213e;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.player__btn-play {
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(29%,  #271938),  color-stop(56%,  #2f2249));
    background: -o-linear-gradient(#271938 29%,  #2f2249 56%);
    background: linear-gradient(#271938 29%,  #2f2249 56%);
    border-radius: 50%;
    border: 1px solid #2f2040;
    margin-bottom: 1em;
}
.player__btn-prev {
    margin-bottom: 1em;
}
.player__hidden-wrapper {
    position: absolute;
    left: -27px;
    top: 60px;
    cursor: pointer;
    opacity: 0.7;
}
.player__hidden {
    background-color: #959099;
    width: 27px;
    height: 54px;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.player__hidden img {
    margin-left: 6px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.main-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.left-aside {
    padding: 55px 45px 0 45px;
    background-color: #fff;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-right-radius: 24px;
}
.left-aside__btn {
    cursor: pointer;
    margin-bottom: 85px;
}
.left-aside__lang-item {
    margin-bottom: 20px;
    color: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.left-aside__lang-item--active {
    color: #0C84F3;
}
.left-aside__lang-item:hover {
    opacity: .7;
}
.left-aside__more {
    margin-top: 110px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    color: #0B1E2C;
}
.left-aside__more img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    bottom: 145px;
    left: 16px;
}
.main-content {
    overflow-x: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
    border-bottom-left-radius: 25px;
}
.main-content .container {
    margin-right: 204px;
}
.view-video {
    position: absolute;
    right: 32%;
    background-image: url(../images/play-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 134px;
    height: 134px;
    border-radius: 50%}
.view-video__btn {
    margin-left: 58%;
    margin-top: 48%;
    -webkit-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.view-video__btn img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 18px;
}
.view-video__btn img:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.desktop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.desktop-menu .header-contacts {
    display: none;
}
.desktop-menu__wrapper {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.desktop-menu__wrapper.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.desktop-menu .left-aside {
    background-color: #0C84F3;
}
.desktop-menu .main-content {
    background-color: #fff;
    background-image: none;
}
.desktop-menu__inner {
    padding-top: 177px;
    padding-left: 98px;
    padding-bottom: 121px;
    padding-right: 179px;
    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;
}
.desktop-menu__list {
    margin-right: 327px;
}
.desktop-menu__item {
    margin-bottom: 5px;
    padding-bottom: 15px;
}
.desktop-menu__item:last-child {
    margin-bottom: 0;
}
.desktop-menu__item.active .desktop-menu__submenu {
    margin-top: 20px;
}
.desktop-menu__item.active .desktop-menu__link::after {
    content: '-'}
.desktop-menu__link {
    padding-left: 65px;
    padding-right: 65px;
    font-family: 'Montserrat',  sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    color: #0B1E2C;
    position: relative;
}
.desktop-menu__link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 24px;
    line-height: 29px;
    color: #0B1E2C;
    font-family: 'Montserrat',  sans-serif;
    font-weight: 400;
}
.desktop-menu__link::after {
    content: '+';
    position: absolute;
    right: 0;
    font-family: 'Montserrat',  sans-serif;
    font-weight: 300;
}
.desktop-menu__item:nth-child(1) .desktop-menu__link::before {
    content: '01'}
.desktop-menu__item:nth-child(2) .desktop-menu__link::before {
    content: '02'}
.desktop-menu__item:nth-child(3) .desktop-menu__link::before {
    content: '03'}
.desktop-menu__item:nth-child(4) .desktop-menu__link::before {
    content: '04'}
.desktop-menu__item:nth-child(5) .desktop-menu__link::before {
    content: '05'}
.desktop-menu__item:nth-child(6) .desktop-menu__link::before {
    content: '06'}
.desktop-menu__submenu {
    margin-left: 72px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}
.desktop-menu__subitem {
    margin-bottom: 10px;
}
.desktop-menu__subitem:last-child {
    margin-bottom: 0;
}
.desktop-menu__sublink {
    font-size: 20px;
    line-height: 24px;
    color: #9F9F9F;
}
.header {
    margin: 30px 0 0 0;
    color: #fff;
}
.header__inner {
    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;
    width: 100%}
.header-logo img {
    background-repeat: no-repeat;
    max-width: 176px;
    min-height: 76px;
}
.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 205px;
}
.header-phone {
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-right: 75px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header-phone:hover {
    opacity: .7;
}
.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-social__item {
    margin-right: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header-social__item:hover {
    opacity: 0.7;
}
.header-social__item:last-child {
    margin-right: 0;
}
.main-content__info {
    margin: 266px 0 0 0;
    color: #fff;
}
.main-content__info-title {
    font-size: 128px;
    line-height: 126px;
    font-family: 'Montserrat',  sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transform: translate(0px,  120%);
    -ms-transform: translate(0px,  120%);
    transform: translate(0px,  120%);
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.main-content__info-title._active {
    -webkit-transform: translate(0px,  0px);
    -ms-transform: translate(0px,  0px);
    transform: translate(0px,  0px);
    opacity: 1;
}
.main-content__info-subtitle {
    font-size: 64px;
    line-height: 78px;
    padding-left: 15px;
    font-family: 'Montserrat',  sans-serif;
    font-weight: 300;
    -webkit-transform: translate(0px,  120%);
    -ms-transform: translate(0px,  120%);
    transform: translate(0px,  120%);
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.main-content__info-subtitle._active {
    -webkit-transform: translate(0px,  0px);
    -ms-transform: translate(0px,  0px);
    transform: translate(0px,  0px);
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.4s;
    -o-transition: all 0.8s ease 0.4s;
    transition: all 0.8s ease 0.4s;
}
.keys {
    padding: 190px 0 0 0;
    position: relative;
}
.keys::before {
    content: " ";
    position: absolute;
    width: 190px;
    height: 162px;
    background-image: url(../images/media-ruby.png);
    background-repeat: no-repeat;
    left: 5%;
    bottom: 16%;
    z-index: 3;
}
.keys::after {
    content: " ";
    position: absolute;
    width: 270px;
    height: 270px;
    background-image: url(../images/media-cub.png);
    background-repeat: no-repeat;
    left: 19%;
    bottom: 1%;
    z-index: 3;
}
.keys .title {
    position: absolute;
    top: 10%;
    margin-bottom: 21px;
    z-index: 3;
}
.keys .button {
    position: absolute;
    top: 22%}
.keys-inner {
    width: 1223px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16%}
.keys .keys-card {
    margin-bottom: 15%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-transform: translate(0,  120%);
    -ms-transform: translate(0,  120%);
    transform: translate(0,  120%);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.keys .keys-card._active {
    -webkit-transform: translate(0px,  0px);
    -ms-transform: translate(0px,  0px);
    transform: translate(0px,  0px);
    opacity: 1;
}
.keys .keys-card video {
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
}
.keys .keys-card:hover {
    background-color: rgba(11, 20, 44, 0.53);
}
.keys .keys-card:hover video {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    background-color: rgba(11, 20, 44, 0.53);
}
.keys .keys-card:hover .keys-card__text {
    opacity: 1;
}
.keys-card__text {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    bottom: 10%;
    left: 8%;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
}
.keys .keys-card:nth-child(odd) {
    margin-top: -18%}
.keys .keys-card:nth-child(even) {
    margin-top: -12%}
.keys .keys-card:nth-child(1) {
    max-width: 573px;
    margin-left: 130px;
    margin-bottom: 23%;
    height: 463px;
    -webkit-transition: all 0.8s ease 0.1s;
    -o-transition: all 0.8s ease 0.1s;
    transition: all 0.8s ease 0.1s;
}
.keys .keys-card:nth-child(2) {
    max-width: 453px;
    height: 451px;
    -webkit-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
}
.keys .keys-card:nth-child(3) {
    max-width: 710px;
    height: 452px;
    -webkit-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s;
}
.keys .keys-card:nth-child(4) {
    max-width: 453px;
    margin-top: -13%;
    height: 500px;
    -webkit-transition: all 0.8s ease 0.4s;
    -o-transition: all 0.8s ease 0.4s;
    transition: all 0.8s ease 0.4s;
}
.keys-card__video {
    width: 100%;
    height: 100%}
.discuss {
    color: #FFFFFF;
    margin-top: -4%}
.discuss-inner {
    padding: 80px 125px 125px 125px;
    background-color: #0B1E2C;
    position: relative;
    z-index: 1;
    border-radius: 24px;
}
.discuss-inner::before {
    content: '';
    position: absolute;
    background-image: url(../images/media-rect.png);
    background-repeat: no-repeat;
    top: -25%;
    right: 38%;
    width: 192px;
    height: 176px;
}
.discuss-title {
    font-size: 128px;
    line-height: 156px;
    font-family: 'Montserrat',  sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.discuss-info {
    font-size: 24px;
    line-height: 29px;
}
.discuss span {
    font-family: 'Montserrat',  sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin-bottom: 24px;
}
.discuss-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.discuss-form input {
    padding: 28px 28px 28px 30px;
    max-width: 454px;
    width: 100%;
    margin-right: 15px;
    border: none;
    border-radius: 4px;
}
.discuss-form input::-webkit-input-placeholder {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ABBAC6;
}
.discuss-form input::-moz-placeholder {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ABBAC6;
}
.discuss-form input:-ms-input-placeholder {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ABBAC6;
}
.discuss-form input::-ms-input-placeholder {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ABBAC6;
}
.discuss-form input::placeholder {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ABBAC6;
}
.discuss-form button {
    width: 200px;
    cursor: pointer;
}
.discuss-form button::before {
    bottom: -22px;
}
.solution {
    padding: 140px 0 140px 0;
    position: relative;
}
.solution::before {
    content: " ";
    position: absolute;
    width: 270px;
    height: 270px;
    background-image: url(../images/media-cub.png);
    background-repeat: no-repeat;
    right: 16%;
    bottom: 0;
    z-index: 2;
}
.solution::after {
    content: " ";
    position: absolute;
    width: 190px;
    height: 162px;
    background-image: url(../images/media-ruby.png);
    background-repeat: no-repeat;
    right: 5%;
    bottom: -9%;
    z-index: 2;
}
.solution__inner {
    background-repeat: no-repeat;
    background-position: center;
    height: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.solution__inner::after {
    content: '';
    position: absolute;
    background-image: url(../images/media-rect.png);
    background-repeat: no-repeat;
    bottom: 0%;
    right: 38%;
    width: 192px;
    height: 176px;
}
.solution__title {
    font-family: 'Montserrat',  sans-serif;
    font-weight: 600;
    font-size: 128px;
    line-height: 156px;
    color: #FFFFFF;
    margin-bottom: 60px;
    position: absolute;
}
.solution__items {
    margin-top: 90%}
.solution__item {
    margin-bottom: 35px;
    position: relative;
    padding-right: 40px;
}
.solution__item--active a {
    color: #fff;
}
.solution__item--active::after {
    content: " ";
    position: absolute;
    background-image: url(../images/solution-arrow-right.svg);
    width: 137px;
    height: 4px;
    top: 50.5%}
.solution__item--active:nth-child(1)::after {
    left: 155px;
}
.solution__item--active:nth-child(2)::after {
    left: 245px;
}
.solution__item--active:nth-child(3)::after {
    left: 140px;
}
.solution__link {
    font-size: 32px;
    line-height: 39px;
    color: rgba(255, 255, 255, 0.38);
    display: block;
    cursor: url(../images/icons/cursor.svg) 40 40, default;
}
.solution__buttons {
    width: 512px;
    background-color: #0B1E2C;
    height: 100%;
    padding: 75px 125px 75px 125px;
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
}
.solution__content {
    height: 100%}
.solution__content img {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.solution .tabs__content {
    width: 100%;
    height: 100%}
.services {
    padding-bottom: 140px;
}
.services-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 90px;
}
.services-inner {
    position: relative;
}
.services-inner::before {
    content: " ";
    position: absolute;
    width: 190px;
    height: 162px;
    background-image: url(../images/media-ruby.png);
    background-repeat: no-repeat;
    bottom: 40%;
    left: -5%}
.services-inner::after {
    content: " ";
    position: absolute;
    width: 270px;
    height: 270px;
    background-image: url(../images/media-cub.png);
    background-repeat: no-repeat;
    bottom: 26%;
    left: 10%}
.services .title {
    margin-right: 55px;
}
.services .button {
    margin-top: 15px;
}
.services-item {
    display: block;
    position: relative;
    height: 500px;
    margin-bottom: 60px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 838px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.services-item:last-child {
    margin-bottom: 0;
}
.services-item:hover .services-item_img {
    opacity: 0.8;
}
.services-item_img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%}
.services-item__title {
    font-family: 'Montserrat',  sans-serif;
    font-weight: 600;
    position: absolute;
    top: 20%;
    z-index: 2;
    font-size: 64px;
    line-height: 78px;
    color: #FFFFFF;
}
.services-item__title span {
    color: #fff;
}
.services-item:nth-child(1) {
    -webkit-transition: all 1s ease 0.3s;
    -o-transition: all 1s ease 0.3s;
    transition: all 1s ease 0.3s;
    -webkit-transform: translate(-120%,  0);
    -ms-transform: translate(-120%,  0);
    transform: translate(-120%,  0);
}
.services-item:nth-child(1)._active {
    -webkit-transform: translate(0px,  0px);
    -ms-transform: translate(0px,  0px);
    transform: translate(0px,  0px);
    opacity: 1;
}
.services-item:nth-child(1) .services-item__title {
    right: -77%}
.services-item:nth-child(2) {
    -webkit-transition: all 1s ease 0.6s;
    -o-transition: all 1s ease 0.6s;
    transition: all 1s ease 0.6s;
    -webkit-transform: translate(120%,  0);
    -ms-transform: translate(120%,  0);
    transform: translate(120%,  0);
    margin-left: 43%}
.services-item:nth-child(2)._active {
    -webkit-transform: translate(0px,  0px);
    -ms-transform: translate(0px,  0px);
    transform: translate(0px,  0px);
    opacity: 1;
}
.services-item:nth-child(2) .services-item__title {
    left: -73%}
.services-item:nth-child(3) {
    -webkit-transition: all 1s ease 0.8s;
    -o-transition: all 1s ease 0.8s;
    transition: all 1s ease 0.8s;
    -webkit-transform: translate(-120%,  0);
    -ms-transform: translate(-120%,  0);
    transform: translate(-120%,  0);
    position: relative;
}
.services-item:nth-child(3)._active {
    -webkit-transform: translate(0px,  0px);
    -ms-transform: translate(0px,  0px);
    transform: translate(0px,  0px);
    opacity: 1;
}
.services-item:nth-child(3) .services-item__title {
    right: -49%}
.services-item:nth-child(3)::after {
    content: '';
    position: absolute;
    background-image: url(../images/media-rect.png);
    background-repeat: no-repeat;
    top: -12%;
    right: 2%;
    width: 192px;
    height: 176px;
}
.blog-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 90px;
}
.blog .title {
    margin-right: 55px;
}
.blog-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-item {
    overflow: hidden;
    -webkit-transform: translate(0,  120%);
    -ms-transform: translate(0,  120%);
    transform: translate(0,  120%);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-item._active {
    -webkit-transform: translate(0px,  0px);
    -ms-transform: translate(0px,  0px);
    transform: translate(0px,  0px);
    opacity: 1;
}
.blog-item:hover .blog-item__img {
    -webkit-transform: scale(1.1,  1);
    -ms-transform: scale(1.1,  1);
    transform: scale(1.1,  1);
}
.blog-item:nth-child(1) {
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    width: 582px;
    height: 688px;
}
.blog-item:nth-child(3) {
    -webkit-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
    width: 325px;
    height: 552px;
}
.blog-item:nth-child(2) {
    -webkit-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
    margin-top: 130px;
    width: 453px;
    height: 717px;
}
.blog-item__img {
    margin-bottom: 40px;
}
.blog-item__text {
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    text-align: center;
}
.blog-item__img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog .button {
    margin-top: 15px;
}
.media {
    padding-top: 140px;
    padding-bottom: 140px;
    overflow: hidden;
    position: relative;
}
.media::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    right: 17%;
    background-image: url(../images/media-cub.png);
    background-size: cover;
    top: 0%;
    z-index: 2;
}
.media::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 162px;
    right: 4%;
    background-image: url(../images/media-ruby.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 17%;
    z-index: 2;
}
.media-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 90px;
}
.media-title {
    font-size: 96px;
    line-height: 117px;
    color: #0B1E2C;
    padding-left: 75px;
    position: relative;
    font-family: 'Montserrat',  sans-serif;
    font-weight: 400;
    margin-right: 70px;
}
.media-title:last-child {
    margin-right: 0px;
}
.media-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 27%;
    width: 100%;
    height: 100%}
.media-title:nth-child(1)::before {
    content: '';
    position: absolute;
    background-image: url(../images/icons/insta-rect.svg);
    background-repeat: no-repeat;
}
.media-title:nth-child(2)::before {
    content: '';
    position: absolute;
    background-image: url(../images/icons/telegram-rect.svg);
    background-repeat: no-repeat;
}
.media-wrapper {
    position: relative;
    z-index: 3;
}
.media-wrapper::after {
    content: '';
    position: absolute;
    background-image: url(../images/media-rect.png);
    background-repeat: no-repeat;
    top: 10%;
    right: -10%;
    width: 192px;
    height: 176px;
    z-index: 2;
}
.media .swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0);
}
.media .swiper-slide {
    overflow: hidden;
    width: 327px;
    text-align: center;
    font-size: 18px;
    -webkit-transform: translate(0,  120%);
    -ms-transform: translate(0,  120%);
    transform: translate(0,  120%);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: transparent;
}
.media .swiper-slide._active {
    -webkit-transform: translate(0px,  0px);
    -ms-transform: translate(0px,  0px);
    transform: translate(0px,  0px);
    opacity: 1;
}
.media .swiper-slide:nth-child(1) {
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.media .swiper-slide:nth-child(2) {
    -webkit-transition: all 0.8s ease 0.1s;
    -o-transition: all 0.8s ease 0.1s;
    transition: all 0.8s ease 0.1s;
}
.media .swiper-slide:nth-child(3) {
    -webkit-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
}
.media .swiper-slide:nth-child(4) {
    -webkit-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s;
}
.media .swiper-slide:nth-child(5) {
    -webkit-transition: all 0.8s ease 0.4s;
    -o-transition: all 0.8s ease 0.4s;
    transition: all 0.8s ease 0.4s;
}
.media .swiper-slide:hover .swiper-slide__img {
    -webkit-transform: scale(1.1,  1);
    -ms-transform: scale(1.1,  1);
    transform: scale(1.1,  1);
}
.media .swiper-slide img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    height: 512px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 40px;
}
.media-slide__text {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.footer-wrapper {
    position: relative;
}
.footer-wrapper::before {
    content: " ";
    position: absolute;
    width: 190px;
    height: 162px;
    background-image: url(../images/media-ruby.png);
    background-repeat: no-repeat;
    left: -5%;
    bottom: 2%}
.footer-wrapper::after {
    content: " ";
    position: absolute;
    width: 270px;
    height: 170px;
    background-image: url(../images/footer-cub.png);
    background-repeat: no-repeat;
    left: 12%;
    bottom: -22%;
    z-index: 2;
}
.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 65px;
}
.footer-top__item {
    margin-right: 15px;
}
.footer-top__item:last-child {
    margin-right: 0;
}
.footer-phone {
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-phone:hover {
    opacity: .7;
}
.footer-socials {
    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;
}
.footer-social {
    margin-right: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-social:hover {
    opacity: 0.7;
}
.footer-social:last-child {
    margin-right: 0;
}
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-menu__item {
    margin-right: 65px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-menu__item:last-child {
    margin-right: 0;
}
.footer-menu__item:hover {
    opacity: .7;
}
.footer-menu__link {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.footer-body__menu {
    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;
    margin-bottom: 70px;
    z-index: 2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-body__item {
    margin-right: 15px;
}
.footer-body__item:last-child {
    margin-right: 0;
}
.footer-body__link {
    font-family: 'Montserrat',  sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-body__link:hover {
    opacity: .7;
}
.footer-partners {
    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;
    margin-bottom: 54px;
}
.footer-partner {
    margin-right: 40px;
    position: relative;
    z-index: 2;
}
.footer-partner:last-child {
    margin-right: 0;
}
.footer-bottom {
    padding: 42px 0 42px 0;
    background-color: #0B1E2C;
    border-radius: 12px;
}
.footer-bottom__items {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.footer-bottom__item {
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    margin-right: 40px;
}
.footer-bottom__item:last-child {
    margin-right: 0;
}
.footer-copyright {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}
.keys::after, .solution::before, .services-inner::after, .footer-wrapper::after, .media::before {
    -webkit-animation: cowrotate 15s infinite;
    animation: cowrotate 15s infinite;
}
.keys::before, .solution::after, .services-inner::before, .footer-wrapper::before, .media::after {
    -webkit-animation: cowmove 20s infinite;
    animation: cowmove 20s infinite;
}
@-webkit-keyframes cowmove {
    0% {
    -webkit-transform: translateX(100px) rotate(360deg);
    transform: translateX(100px) rotate(360deg);
}
49% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}
50% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}
100% {
    -webkit-transform: translateX(100px) rotate(360deg);
    transform: translateX(100px) rotate(360deg);
}
}@keyframes cowmove {
    0% {
    -webkit-transform: translateX(100px) rotate(360deg);
    transform: translateX(100px) rotate(360deg);
}
49% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}
50% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}
100% {
    -webkit-transform: translateX(100px) rotate(360deg);
    transform: translateX(100px) rotate(360deg);
}
}@-webkit-keyframes cowrotate {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes cowrotate {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}.view-video {
    -webkit-animation-name: stretch;
    animation-name: stretch;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    background-color: linear-gradient(96.48deg,  #00B2FF 5.63%,  #8321FF 92.27%);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bubble {
    position: absolute;
    width: 10px;
    height: 100px;
    border-radius: 50%;
    background-color: #0e0c1d;
    -webkit-box-shadow: 0 0 0 0 #0e0c1d;
    box-shadow: 0 0 0 0 #0e0c1d;
    -webkit-animation: leave 1s ease forwards;
    animation: leave 1s ease forwards;
}
@-webkit-keyframes leave {
    from {
    width: 10px;
    height: 10px;
}
to {
    width: 0px;
    height: 0px;
}
}@keyframes leave {
    from {
    width: 10px;
    height: 10px;
}
to {
    width: 0px;
    height: 0px;
}
}@-webkit-keyframes stretch {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 100%}
100% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    background-color: linear-gradient(96.48deg,  #00B2FF 5.63%,  #8321FF 92.27%);
}
}@keyframes stretch {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 100%}
100% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    background-color: linear-gradient(96.48deg,  #00B2FF 5.63%,  #8321FF 92.27%);
}
}.tabs__content {
    display: none;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.tabs__content.solution__item--active {
    display: block;
}
.tabs__content.solution__item--active::after {
    display: none;
}
#background-video {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.element-animation {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.element-animation.element-show {
    opacity: 1;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
canvas {
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1920px) {
    .media: :before, .media::after {
    display: none;
}
}@media (max-width: 1820px) {
    .main-content .container {
    margin-right: 60px;
}
}@media (max-width: 1730px) {
    .solution: :after {
    display: none;
}
}@media (max-width: 1660px) {
    .main-content .container {
    margin-right: 0;
}
}@media (max-width: 1580px) {
    .desktop-menu__list {
    margin-right: 58px;
}
.services-item__title span {
    color: #fff;
}
.services-item:nth-child(1) .services-item__title {
    right: 0;
}
.services-item:nth-child(2) .services-item__title {
    left: 0;
}
.services-item:nth-child(3) .services-item__title {
    right: 0%}
}@media (max-width: 1520px) {
    .keys .keys-card: nth-child(1) {
    height: 463px;
}
.keys .keys-card:nth-child(odd) {
    margin-top: 0;
}
.keys .keys-card:nth-child(even) {
    margin-top: 0;
}
.keys .keys-card {
    margin-bottom: 5%}
.keys .keys-card:nth-child(1) {
    margin-bottom: 0;
}
.keys .title {
    position: relative;
}
.keys {
    padding: 110px 0 110px 0;
}
.solution, .services {
    padding: 110px 0 110px 0;
}
.services, .media {
    padding-top: 0;
}
.blog {
    padding: 0px 0 110px 0;
}
.media {
    padding-bottom: 110px;
}
.keys-inner {
    margin-top: 50px;
}
.services-item {
    width: 738px;
}
.services-inner {
    width: 1300px;
    margin: 0 auto;
}
.services-item:nth-child(2) {
    margin-left: 43%}
}@media (max-width: 1500px) {
    .discuss-title {
    font-size: 98px;
    line-height: 136px;
    text-align: center;
}
.solution__title {
    font-size: 98px;
    line-height: 136px;
}
}@media (max-width: 1420px) {
    .discuss-form input {
    margin-bottom: 50px;
}
.discuss-form {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.discuss-inner {
    padding: 80px 125px 80px 125px;
    text-align: center;
}
.blog-item:nth-child(1) {
    width: 532px;
    height: 635px;
}
.blog-item:nth-child(2) {
    margin-top: 130px;
    width: 415px;
    height: 660px;
}
.blog-item:nth-child(3) {
    width: 323px;
    height: 552px;
}
.keys .button {
    top: 11%;
    right: 2%}
}@media (max-width: 1340px) {
    .services-item: nth-child(2) {
    margin-left: 26%}
.services-inner {
    width: 1000px;
}
.blog-item:nth-child(1) {
    width: 442px;
    height: 557px;
}
.blog-item:nth-child(2) {
    width: 386px;
    height: 632px;
}
.solution__inner {
    height: 680px;
}
}@media (max-width: 1320px) {
    .desktop-menu__list {
    margin-right: 0;
}
.desktop-menu__inner {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.desktop-menu__img {
    width: 350px;
    height: 350px;
}
.main-content__info-title {
    font-size: 98px;
    line-height: 116px;
}
.desktop-menu__inner {
    padding-top: 40px;
}
.footer-top, .footer-body__menu, .footer-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.desktop-menu__link {
    font-size: 54px;
    line-height: 64px;
}
}@media (max-width: 1280px) {
    .keys-inner {
    margin-left: 0;
    margin-right: 0;
}
.keys-card:nth-child(1) video {
    width: 473px;
}
.keys-card:nth-child(2) video {
    width: 353px;
}
.keys-card:nth-child(3) video {
    width: 610px;
}
.keys-card:nth-child(4) video {
    width: 353px;
}
.keys::after, .keys::before, .solution::after, .solution::before, .services-inner::after, .services-inner::before, .media::before, .media::after, .footer-wrapper::after, .footer-wrapper::before {
    display: none;
}
.keys .keys-card:nth-child(1) {
    height: 353px;
}
.keys .keys-card:nth-child(2) {
    height: 351px;
}
.keys .keys-card:nth-child(4) {
    height: 400px;
}
.keys-inner {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%}
.keys .button {
    top: 12%}
}@media (max-width: 1230px) {
    .discuss-form {
    display: block;
}
.discuss-form input {
    display: block;
}
.discuss-form .button {
    display: block;
}
.discuss-title, .solution__title {
    font-size: 78px;
    line-height: 98px;
}
.discuss-form {
    width: 65%;
    margin: 0 auto;
}
.discuss-form input {
    max-width: 610px;
}
.discuss-inner {
    text-align: center;
}
.blog-item:nth-child(1) {
    width: 388px;
    height: 528px;
}
.blog-item:nth-child(2) {
    width: 356px;
    height: 592px;
}
}@media (max-width: 1200px) {
    .solution__buttons {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.media-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.solution__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%}
.solution__buttons {
    width: 100%}
.solution__items {
    margin-top: 20%}
.tabs__content.solution__item--active {
    display: none;
}
.solution__inner {
    display: block;
}
.solution__buttons {
    background-image: url(../images/solution-content-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
}@media (max-width: 1100px) {
    .keys .button {
    position: relative;
    right: 0;
    top: 0;
}
.header-contacts {
    margin-right: 0;
}
.keys-card:nth-child(1) video {
    width: 610px;
    height: 380px;
}
.keys-card:nth-child(2) video {
    width: 610px;
    height: 380px;
}
.keys-card:nth-child(3) video {
    width: 610px;
    height: 380px;
}
.keys-card:nth-child(4) video {
    width: 610px;
    height: 380px;
}
.keys .keys-card:nth-child(1) {
    max-width: 610px;
    margin-left: 0;
    height: 380px;
    margin-bottom: 50px;
}
.keys .keys-card:nth-child(2) {
    max-width: 610px;
    height: 380px;
}
.keys .keys-card:nth-child(3) {
    max-width: 610px;
    height: 380px;
}
.keys .keys-card:nth-child(4) {
    max-width: 610px;
    height: 380px;
}
.keys .keys-card video {
    -o-object-fit: cover;
    object-fit: cover;
}
.keys-card:nth-child(1) video {
    height: 380px;
}
.keys-card:nth-child(2) video {
    height: 380px;
}
.keys-card:nth-child(3) video {
    height: 380px;
}
.keys-card:nth-child(4) video {
    height: 380px;
}
.keys-card {
    margin-bottom: 50px;
}
.keys-card:last-child {
    margin-bottom: 0;
}
.keys .title {
    text-align: center;
}
.keys .button {
    margin: 0 auto;
    display: block;
}
.services-item:nth-child(2) {
    margin-left: 0%}
.services-inner {
    width: 738px;
}
.blog-inner {
    width: 738px;
    margin: 0 auto;
}
.services-top, .blog-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.media-title {
    margin-right: 0;
}
}@media (max-width: 1000px) {
    .desktop-menu__img {
    display: none;
}
.discuss-inner {
    padding: 60px 80px 60px 80px;
}
.discuss-title, .solution__title {
    font-size: 68px;
    line-height: 78px;
}
.discuss-form input {
    margin-bottom: 30px;
}
.discuss {
    margin-top: 60px;
}
}@media (max-width: 980px) {
    .desktop-menu__inner {
    display: block;
    padding-right: 0;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 0;
}
.desktop-menu__link {
    font-size: 48px;
    line-height: 62px;
}
.desktop-menu .header-contacts {
    display: block;
    margin: 0;
    margin-right: 0px;
    margin-left: 62px;
    margin-top: 5%}
.desktop-menu .header-phone {
    color: #0B1E2C;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 32px;
    line-height: 42px;
}
.desktop-menu .header-social {
    width: 240px;
}
.header-contacts {
    margin-right: 30px;
}
.title {
    font-size: 98px;
    line-height: 135px;
}
.media-title {
    font-size: 78px;
    line-height: 88px;
}
.keys {
    padding: 80px 0 0 0;
}
.solution, .blog {
    padding: 80px 0 80px 0;
}
.services, .media {
    padding-bottom: 80px;
}
.discuss-form .button {
    margin: 0 auto;
}
.blog {
    padding-top: 30px;
}
.solution__inner::after {
    display: none;
}
}@media (max-width: 880px) {
    .services {
    padding-top: 30px;
}
.blog {
    padding-top: 20px;
}
.header-contacts {
    display: none;
}
.desktop-menu .header-contacts {
    display: block;
}
.desktop-menu .main-content__info-title {
    font-size: 72px;
    line-height: 86px;
}
.left-aside {
    padding: 55px 30px 0 30px;
    width: 80px;
}
.left-aside__more img {
    left: 6px;
}
.main-content__info-subtitle {
    font-size: 48px;
    line-height: 58px;
}
.main-content__info-title {
    font-size: 66px;
    line-height: 80px;
}
.discuss-title {
    font-size: 54px;
    line-height: 78px;
}
.footer-menu {
    margin-top: 15px;
}
.footer-top {
    margin-bottom: 40px;
}
.footer-body__menu {
    margin-bottom: 40px;
}
.footer-bottom {
    padding: 32px 0 32px 0;
}
.footer-menu__item {
    padding-bottom: 5px;
}
.footer-menu__item {
    margin-right: 30px;
}
.desktop-menu__link {
    font-size: 38px;
    line-height: 48px;
}
.solution__buttons {
    padding: 55px 95px 55px 95px;
}
.discuss-title, .solution__title {
    position: relative;
    text-align: center;
}
.solution__items {
    margin-top: 0;
}
}@media (max-width: 800px) {
    .services-inner {
    width: 100%}
.services-item {
    width: 100%}
.services-item__title {
    font-size: 58px;
    line-height: 68px;
}
.blog {
    padding-bottom: 50px;
}
.discuss-form input {
    padding: 20px 18px 20px 25px;
}
.discuss .button {
    padding: 22px 48px 22px 48px;
}
}@media (max-width: 766px) {
    .blog-inner {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog-item:nth-child(1), .blog-item:nth-child(2), .blog-item:nth-child(3) {
    width: 100%;
    height: 628px;
}
.blog-item:nth-child(1) img, .blog-item:nth-child(2) img, .blog-item:nth-child(3) img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 528px;
}
.blog-item__img {
    margin-bottom: 40px;
}
.blog-item:nth-child(2) {
    margin-top: 0;
}
.blog-item {
    margin-bottom: 50px;
}
.blog-item:last-child {
    margin-bottom: 0;
}
}@media (max-width: 740px) {
    .discuss-inner {
    padding: 60px 60px 60px 60px;
}
.discuss-title {
    font-size: 48px;
    line-height: 68px;
}
.discuss-form {
    width: 100%}
.discuss-form .button {
    margin: 0 auto;
}
}@media (max-width: 660px) {
    .desktop-menu__link {
    font-size: 31px;
    line-height: 42px;
}
.main-content__info-subtitle {
    font-size: 38px;
    line-height: 48px;
}
.desktop-menu .header-phone {
    font-size: 28px;
    line-height: 38px;
}
.keys .keys-card:nth-child(1), .keys .keys-card:nth-child(2), .keys .keys-card:nth-child(3), .keys .keys-card:nth-child(4) {
    max-width: 100%;
    width: 100%;
    height: 330px;
}
.keys-card:nth-child(1) video, .keys-card:nth-child(2) video, .keys-card:nth-child(3) video, .keys-card:nth-child(4) video {
    width: 100%;
    max-width: 100%}
.title, .media-title {
    font-size: 78px;
    line-height: 98px;
}
.keys {
    padding: 50px 0 0 0;
}
.solution, .blog {
    padding: 50px 0 80px 0;
}
.solution {
    padding-bottom: 30px;
}
.services, .media {
    padding-bottom: 80px;
}
.services-top {
    margin-bottom: 50px;
}
.footer-bottom__item {
    margin-right: 30px;
    padding-bottom: 5px;
}
.blog {
    padding-top: 0px;
    padding-bottom: 0;
}
.desktop-menu__inner {
    padding-top: 80px;
}
.keys-card__text {
    font-size: 24px;
    line-height: 34px;
}
}@media (max-width: 600px) {
    .discuss-title, .solution__title {
    font-size: 38px;
    line-height: 48px;
}
.discuss-inner {
    padding: 30px 30px 30px 30px;
}
.services-item__title {
    font-size: 46px;
    line-height: 58px;
}
.services-item, .blog-item:nth-child(1) img, .blog-item:nth-child(2) img, .blog-item:nth-child(3) img {
    height: 400px;
}
.blog-item:nth-child(1), .blog-item:nth-child(2), .blog-item:nth-child(3) {
    height: 492px;
}
.services-top, .blog-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.services .button {
    margin-top: 15px;
    margin-right: 46px;
}
.solution__buttons {
    height: 100%}
.services {
    padding-bottom: 50px;
}
.solution__buttons {
    padding: 35px 65px 35px 65px;
}
}@media (max-width: 560px) {
    .services-item__title {
    font-size: 38px;
    line-height: 48px;
}
.footer-socials {
    margin-right: 0;
    margin-top: 10px;
}
.footer-partners {
    margin-bottom: 30px;
}
}@media (max-width: 520px) {
    .blog .title {
    margin-right: 0;
}
.main-content__info-title {
    font-size: 48px;
    line-height: 58px;
}
.main-content__info-subtitle {
    font-size: 28px;
    line-height: 38px;
}
.desktop-menu__link {
    font-size: 28px;
    line-height: 38px;
}
.desktop-menu .header-phone {
    font-size: 24px;
    line-height: 34px;
}
.desktop-menu .header-social {
    width: 160px;
}
.left-aside {
    padding: 55px 20px 0 20px;
    width: 50px;
}
.left-aside__lang-item {
    font-size: 12px;
    line-height: 16px;
}
.left-aside__more {
    font-size: 12px;
    line-height: 16px;
}
.left-aside__more img {
    left: 0;
}
.left-aside {
    padding: 55px 15px 0 15px;
    width: 45px;
}
.left-aside__more img {
    left: 4px;
}
.desktop-menu__sublink {
    font-size: 18px;
    line-height: 21px;
}
.title, .media-title {
    font-size: 58px;
    line-height: 78px;
}
.keys {
    padding: 30px 0 0 0;
}
.solution {
    padding: 50px 0 0px 0;
}
.blog {
    padding: 0px 0 50px 0;
}
.services, .media {
    padding-bottom: 50px;
}
.services {
    padding-top: 20px;
}
.button {
    width: 100%;
    text-align: center;
}
.services .button {
    margin-right: 0px;
}
.services .title {
    margin-right: 0;
}
.media-top, .blog-top {
    margin-bottom: 50px;
}
.footer-body__menu {
    display: block;
    text-align: center;
}
.footer-body__item {
    margin-right: 0;
    margin-bottom: 10px;
}
.footer-body__item:last-child {
    margin-bottom: 0;
}
.main-window {
    position: relative;
}
.desktop-menu__wrapper.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.left-aside {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    height: 100%}
.blog {
    padding-bottom: 0;
}
.player {
    display: none;
}
.left-aside {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 24px;
}
}@media (max-width: 500px) {
    .services-item, .blog-item: nth-child(1) img, .blog-item:nth-child(2) img, .blog-item:nth-child(3) img {
    height: 300px;
}
.blog-item:nth-child(1), .blog-item:nth-child(2), .blog-item:nth-child(3) {
    height: 410px;
}
.solution__item--active::after {
    display: none;
}
}@media (max-width: 420px) {
    .main-content__info-subtitle {
    font-size: 18px;
    line-height: 28px;
}
.desktop-menu__link {
    font-size: 24px;
    line-height: 32px;
}
.main-content__info-title {
    font-size: 32px;
    line-height: 48px;
}
.title, .media-title {
    font-size: 42px;
    line-height: 58px;
}
.discuss-title {
    font-size: 28px;
    line-height: 38px;
}
.discuss-info {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.discuss span {
    font-size: 12px;
    line-height: 16px;
}
.discuss-form .button {
    width: 100%}
.services-item__title {
    font-size: 28px;
    line-height: 38px;
}
.media-top {
    margin-bottom: 30px;
}
.media .swiper-slide img {
    height: 412px;
}
.footer-phone {
    margin-top: 10px;
}
.footer-bottom__items {
    display: block;
    text-align: center;
}
.footer-bottom__item {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    margin-right: 0;
}
.keys-card__text {
    font-size: 18px;
    line-height: 24px;
}
.solution__buttons {
    padding: 25px 45px 25px 45px;
}
.solution__link {
    font-size: 28px;
    line-height: 34px;
}
}@media (max-width: 390px) {
    .solution__item--active: :after {
    display: none;
}
}
