

/* Start:/local/templates/live-sound/styles.css?1614249455100395*/
/* stylelint-disable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* stylelint-disable */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

@media (min-width: 768px) {
    .slick-track--acknowledgements {
        left: -75px;
    }
}

@media (min-width: 1220px) {
    .slick-track--acknowledgements {
        left: -40px;
    }
}

@media (min-width: 1840px) {
    .slick-track--acknowledgements {
        left: -135px;
    }
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide--acknowledgements {
    margin-right: 20px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .slick-slide--acknowledgements {
        margin-right: 30px;
    }
}

@media (min-width: 1840px) {
    .slick-slide--acknowledgements {
        margin-right: 25px;
    }
}

.slick-arrow.slick-hidden {
    display: none;
}

html.lb-disable-scrolling {
    overflow: hidden;
    /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-cancel {
    background-image: url("/images/lightbox-loading.gif");
}

.lb-nav a.lb-prev {
    background-image: url("/images/lightbox-prev.png");
}

.lb-nav a.lb-next {
    background-image: url("/images/lightbox-next.png");
}

.lb-data .lb-close {
    background-image: url("/images/lightbox-close.png");
}

.lb-headlineContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
}

.lb-headline {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #cccccc;
}

/* stylelint-disable */
.slider-controls .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.slider-controls .slick-dots li:not(:last-child) {
    margin-right: 15px;
}

.slider-controls .slick-dots button {
    display: block;
    width: 23px;
    height: 23px;
    font-size: 0;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #f8f8f8;
    border-radius: 50%;
    cursor: pointer;
}

.slider-controls .slick-dots .slick-active button {
    background-color: white;
}

:root {
    --page-header-bypass: 225px;
}

@media (min-width: 768px) {
    :root {
        --page-header-bypass: 200px;
    }
}

@media (min-width: 1220px) {
    :root {
        --page-header-bypass: 295px;
    }
}

@media (min-width: 1840px) {
    :root {
        --page-header-bypass: 300px;
    }
}

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: arial;
    font-display: swap;
    src: local("Arial Regular"), local("Arial-Regular"), url("/local/fonts/arial-400-normal.woff2") format("woff2"), url("/local/fonts/arial-400-normal.woff") format("woff");
}

@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: arial;
    font-display: swap;
    src: local("Arial Bold"), local("Arial-Bold"), url("/local/fonts/arial-700-normal.woff2") format("woff2"), url("/local/fonts/arial-700-normal.woff") format("woff");
}

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: pt_sans_narrow;
    font-display: swap;
    src: local("PT Sans Narrow"), local("PTSans-Narrow"), url("/local/fonts/pt_sans_narrow-400-normal.woff2") format("woff2"), url("/local/fonts/pt_sans_narrow-400-normal.woff") format("woff");
}

/* CSS animations */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 18px;
    line-height: 30px;
    min-width: 320px;
    margin: 0;
    color: #252525;
    background-color: white;
}

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

img,
picture,
video,
svg {
    display: block;
}

ul,
ol {
    list-style-type: none;
}

.aligner {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .aligner {
        max-width: 768px;
    }
}

@media (min-width: 1220px) {
    .aligner {
        max-width: 1220px;
    }
}

@media (min-width: 1840px) {
    .aligner {
        max-width: 1840px;
    }
}

.page-header .aligner {
    max-width: 1220px;
}

@media (min-width: 1224px) {
    .page-header .aligner {
        max-width: 1840px;
    }
}

.button-fix {
    position: relative;
    top: 0;
    left: 0;
}

.heading {
    font-weight: 400;
    font-family: "pt_sans_narrow", "arial", sans-serif;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
}

.about__column--1 {
    margin-bottom: 30px;
}


@media (max-width: 768px) {
    .about__column--1 {
        height: 52vw;
    }

    .about__column--1 .about__video-wrapper {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .about__column--1 {
        float: right;
        margin-bottom: 20px;
        margin-left: 20px;
    }
}

@media (min-width: 1220px) {
    .about__column--1 {
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 45px;
    }
}

@media (min-width: 1840px) {
    .about__column--2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 75px;
    }
}

.about__description {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .about__description {
        font-weight: 400;
        font-family: "arial", sans-serif;
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 1220px) {
    .about__description {
        margin-bottom: 15px;
        font-size: 16px;
    }
}

@media (min-width: 1840px) {
    .about__description {
        margin-bottom: 28px;
        font-size: 18px;
    }
}

.about__heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .about__heading {
        margin-bottom: 50px;
    }
}

@media (min-width: 1220px) {
    .about__heading {
        font-size: 36px;
        line-height: 52px;
    }
}

@media (min-width: 1840px) {
    .about__heading {
        margin-bottom: 63px;
    }
}

.about__inner {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1840px) {
    .about__inner {
        padding-left: 130px;
        padding-right: 130px;
    }
}

@media (min-width: 1220px) {
    .about__layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.about__more-link {
    display: block;
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-decoration: underline;
    color: #009fe3;
}

.about__more-link:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .about__more-link {
        font-weight: 400;
        font-family: "arial", sans-serif;
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 1220px) {
    .about__more-link {
        font-size: 16px;
    }
}

@media (min-width: 1840px) {
    .about__more-link {
        margin-top: auto;
        font-size: 18px;
    }
}

.about__video-link {
    position: relative;
    display: block;
}

.about__video-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url("/images/about-video-play-icon.svg");
}

.acknowledgements__heading {
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .acknowledgements__heading {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (min-width: 1220px) {
    .acknowledgements__heading {
        font-size: 36px;
        line-height: 52px;
    }
}

.acknowledgements__image {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (min-width: 768px) {
    .acknowledgements__image {
        margin-left: 0;
        margin-right: 0;
    }
}

.acknowledgements__inner {
    padding-left: 20px;
    padding-right: 20px;
}

.acknowledgements__item {
    width: calc(100% / 7);
}

@media (min-width: 768px) {
    .acknowledgements__item {
        width: 200px;
    }

    .acknowledgements__item:not(:last-child) {
        margin-right: 64px;
    }
}

@media (min-width: 1220px) {
    .acknowledgements__item {
        width: 282px;
    }

    .acknowledgements__item:not(:last-child) {
        margin-right: 167px;
    }
}

@media (min-width: 1840px) {
    .acknowledgements__item {
        width: 200px;
    }

    .acknowledgements__item:not(:last-child) {
        margin-right: calc(200px / 3);
    }
}

.acknowledgements__link {
    display: block;
}

.acknowledgements__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 700%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.acknowledgements__list.js-slide-1 {
    -webkit-transform: translateX(calc(-100% * (1 - 1) / 7));
    transform: translateX(calc(-100% * (1 - 1) / 7));
}

.acknowledgements__list.js-slide-2 {
    -webkit-transform: translateX(calc(-100% * (2 - 1) / 7));
    transform: translateX(calc(-100% * (2 - 1) / 7));
}

.acknowledgements__list.js-slide-3 {
    -webkit-transform: translateX(calc(-100% * (3 - 1) / 7));
    transform: translateX(calc(-100% * (3 - 1) / 7));
}

.acknowledgements__list.js-slide-4 {
    -webkit-transform: translateX(calc(-100% * (4 - 1) / 7));
    transform: translateX(calc(-100% * (4 - 1) / 7));
}

.acknowledgements__list.js-slide-5 {
    -webkit-transform: translateX(calc(-100% * (5 - 1) / 7));
    transform: translateX(calc(-100% * (5 - 1) / 7));
}

.acknowledgements__list.js-slide-6 {
    -webkit-transform: translateX(calc(-100% * (6 - 1) / 7));
    transform: translateX(calc(-100% * (6 - 1) / 7));
}

.acknowledgements__list.js-slide-7 {
    -webkit-transform: translateX(calc(-100% * (7 - 1) / 7));
    transform: translateX(calc(-100% * (7 - 1) / 7));
}

@media (min-width: 768px) {
    .acknowledgements__list {
        width: 1784px;
    }

    .acknowledgements__list.js-slide-1 {
        -webkit-transform: translateX(calc((-1056px / 6) * (1 - 1)));
        transform: translateX(calc((-1056px / 6) * (1 - 1)));
    }

    .acknowledgements__list.js-slide-2 {
        -webkit-transform: translateX(calc((-1056px / 6) * (2 - 1)));
        transform: translateX(calc((-1056px / 6) * (2 - 1)));
    }

    .acknowledgements__list.js-slide-3 {
        -webkit-transform: translateX(calc((-1056px / 6) * (3 - 1)));
        transform: translateX(calc((-1056px / 6) * (3 - 1)));
    }

    .acknowledgements__list.js-slide-4 {
        -webkit-transform: translateX(calc((-1056px / 6) * (4 - 1)));
        transform: translateX(calc((-1056px / 6) * (4 - 1)));
    }

    .acknowledgements__list.js-slide-5 {
        -webkit-transform: translateX(calc((-1056px / 6) * (5 - 1)));
        transform: translateX(calc((-1056px / 6) * (5 - 1)));
    }

    .acknowledgements__list.js-slide-6 {
        -webkit-transform: translateX(calc((-1056px / 6) * (6 - 1)));
        transform: translateX(calc((-1056px / 6) * (6 - 1)));
    }

    .acknowledgements__list.js-slide-7 {
        -webkit-transform: translateX(calc((-1056px / 6) * (7 - 1)));
        transform: translateX(calc((-1056px / 6) * (7 - 1)));
    }
}

@media (min-width: 1220px) {
    .acknowledgements__list {
        width: 2094px;
    }

    .acknowledgements__list.js-slide-1 {
        -webkit-transform: translateX(calc(-1796px / 6 * (1 - 1)));
        transform: translateX(calc(-1796px / 6 * (1 - 1)));
    }

    .acknowledgements__list.js-slide-2 {
        -webkit-transform: translateX(calc(-1796px / 6 * (2 - 1)));
        transform: translateX(calc(-1796px / 6 * (2 - 1)));
    }

    .acknowledgements__list.js-slide-3 {
        -webkit-transform: translateX(calc(-1796px / 6 * (3 - 1)));
        transform: translateX(calc(-1796px / 6 * (3 - 1)));
    }

    .acknowledgements__list.js-slide-4 {
        -webkit-transform: translateX(calc(-1796px / 6 * (4 - 1)));
        transform: translateX(calc(-1796px / 6 * (4 - 1)));
    }

    .acknowledgements__list.js-slide-5 {
        -webkit-transform: translateX(calc(-1796px / 6 * (5 - 1)));
        transform: translateX(calc(-1796px / 6 * (5 - 1)));
    }

    .acknowledgements__list.js-slide-6 {
        -webkit-transform: translateX(calc(-1796px / 6 * (6 - 1)));
        transform: translateX(calc(-1796px / 6 * (6 - 1)));
    }

    .acknowledgements__list.js-slide-7 {
        -webkit-transform: translateX(calc(-1796px / 6 * (7 - 1)));
        transform: translateX(calc(-1796px / 6 * (7 - 1)));
    }
}

@media (min-width: 1840px) {
    .acknowledgements__list.js-slide-1 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .acknowledgements__list.js-slide-2 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .acknowledgements__list.js-slide-3 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .acknowledgements__list.js-slide-4 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .acknowledgements__list.js-slide-5 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .acknowledgements__list.js-slide-6 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .acknowledgements__list.js-slide-7 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.acknowledgements__slider-container {
    position: relative;
}

.acknowledgements__slider-control {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 41px;
    height: 66px;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    border-style: none;
    outline-style: none;
    cursor: pointer;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.acknowledgements__slider-control--previous {
    left: 10px;
    background-image: url("/images/acknowledgements__slider-control--previous.png");
}

.acknowledgements__slider-control--next {
    right: 10px;
    background-image: url("/images/acknowledgements__slider-control--next.png");
}

.acknowledgements__slider-control.is-disabled {
    opacity: 0.25;
    cursor: default;
}

@media (min-width: 768px) {
    .acknowledgements__slider-control--previous {
        left: 20px;
    }

    .acknowledgements__slider-control--next {
        right: 20px;
    }
}

@media (min-width: 1840px) {
    .acknowledgements__slider-controls {
        display: none;
    }
}

.acknowledgements__slider {
    overflow: hidden;
}

.address__content {
    margin-top: 0;
    margin-bottom: 0;
}

.address--contacts .address__legend {
    display: block;
    color: #636363;
}

.address--footer .address__legend {
    display: none;
}

@media (min-width: 1220px) {
    .address--contacts .address__legend {
        margin-bottom: 20px;
    }
}

.address {
    color: #636363;
}

.address--contacts {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #252525;
}

.address--footer {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .address--contacts {
        padding-left: 50px;
        font-weight: 400;
        font-family: "arial", sans-serif;
        font-size: 28px;
        line-height: 42px;
        text-align: right;
    }
}

@media (min-width: 1220px) {
    .address--contacts {
        padding-left: 0;
        text-align: left;
    }

    .address--footer {
        text-align: left;
    }
}

.advantages-item__caption {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 22px;
    line-height: 52px;
    text-align: center;
}

@media (min-width: 1840px) {
    .advantages-item__caption {
        margin-bottom: 7px;
    }
}

.advantages-item__description {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
}

.advantages-item {
    padding-top: 100px;
    background-position: top;
    background-repeat: no-repeat;
}

.advantages-item--1 {
    background-image: url("/images/advantages-1.png");
}

.advantages-item--2 {
    background-image: url("/images/advantages-2.png");
}

.advantages-item--3 {
    background-image: url("/images/advantages-3.png");
}

.advantages-item--4 {
    background-image: url("/images/advantages-4.png");
}

@media (min-width: 768px) {
    .advantages-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1220px) {
    .advantages-item {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .advantages__content {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.advantages__heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .advantages__heading {
        margin-bottom: 60px;
        font-size: 32px;
        line-height: 48px;
    }
}

@media (min-width: 1220px) {
    .advantages__heading {
        margin-bottom: 100px;
        font-size: 36px;
        line-height: 52px;
    }
}

@media (min-width: 1840px) {
    .advantages__heading {
        margin-bottom: 98px;
    }
}

.advantages__inner {
    padding-left: 20px;
    padding-right: 20px;
}

.advantages__item {
    margin-bottom: 40px;
}

.advantages__item--last {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .advantages__item {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
        margin-bottom: 0;
    }
}

@media (min-width: 1220px) {
    .advantages__item {
        width: 25%;
    }
}

@media (min-width: 1840px) {
    .advantages__item {
        width: 25%;
    }
}

.advantages__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .advantages__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -30px -10px;
    }
}

@media (min-width: 1220px) {
    .advantages__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1840px) {
    .advantages__list {
        margin-left: auto;
        margin-right: auto;
        width: 1140px;
    }
}

.catalog-card__column--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .catalog-card__column--1 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 350px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .catalog-card__column--2 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width: 1220px) {
    .catalog-card__column--1 {
        margin-right: 40px;
    }
}

@media (max-width: 400px) {
    .catalog-card__column {
        padding: 0 15px;
    }

    .catalog-card__image-wrapper {
        width: 100%;
        object-fit: cover;
    }

    .catalog-card__image {
        width: 100%;
    }
}


.catalog-card__paragraph {
    margin-top: 0;
    margin-bottom: 5px;
}

.catalog-card__paragraph:last-child {
    margin-bottom: 0;
}

@media (min-width: 1220px) {
    .catalog-card__paragraph {
        margin-bottom: 0;
    }
}

.catalog-card__table-body {
    display: block;
}

@media (min-width: 1220px) {
    .catalog-card__table-body {
        display: table-row-group;
    }
}

.catalog-card__table-cell {
    display: block;
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.catalog-card__table-cell--name {
    margin-bottom: 10px;
    color: black;
}

.catalog-card__table-cell--value {
    padding-left: 20px;
    color: #828282;
}

@media (min-width: 1220px) {
    .catalog-card__table-cell {
        display: table-cell;
        padding-top: 15px;
        padding-bottom: 15px;
        vertical-align: text-top;
    }

    .catalog-card__table-cell--name {
        font-weight: 400;
        font-family: "arial", sans-serif;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0;
        padding-right: 10px;
    }

    .catalog-card__table-cell--value {
        padding-left: 0;
        text-align: right;
    }
}

.catalog-card__table-row {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #707070;
}

@media (min-width: 1220px) {
    .catalog-card__table-row {
        padding-top: 0;
        padding-bottom: 0;
        display: table-row;
    }
}

.catalog-card__table {
    display: block;
    border-collapse: collapse;
}

@media (min-width: 1220px) {
    .catalog-card__table {
        display: table;
    }
}

.catalog-card__title {
    font-weight: 700;
    font-family: "arial", sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    color: black;
}

@media (min-width: 1220px) {
    .catalog-card__title {
        font-weight: 700;
        font-family: "arial", sans-serif;
        font-size: 26px;
        line-height: 42px;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .catalog-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.catalog-volume__item:not(:last-child) {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .catalog-volume__item:not(:last-child) {
        margin-bottom: 80px;
    }
}

@media (min-width: 1220px) {
    .catalog-volume__item:not(:last-child) {
        margin-bottom: 100px;
    }
}

.catalog-volume {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.catalog__inner {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1220px) {
    .catalog__inner {
        padding-bottom: 140px;
    }
}

@media (min-width: 1840px) {
    .catalog__inner {
        padding-left: 330px;
        padding-right: 330px;
    }
}

.catalog__item-caption {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 40px;
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    outline-style: none;
    cursor: pointer;
}

.catalog__item-caption::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 17px;
    height: 17px;
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
}

.is-active .catalog__item-caption {
    margin-bottom: 40px;
}

.is-active .catalog__item-caption::after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

@media (min-width: 768px) {
    .catalog__item-caption {
        font-weight: 400;
        font-family: "arial", sans-serif;
        font-size: 35px;
        line-height: 40px;
        padding-left: 20px;
        padding-right: 60px;
        text-transform: none;
    }

    .catalog__item-caption::after {
        right: 32px;
    }
}

.catalog__item-content {
    display: none;
}

.catalog__item-content.is-active {
    display: block;
}

.catalog__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
}

.catalog__item:not(:last-child) {
    margin-bottom: 30px;
}

.catalog__item.is-active {
    border-bottom-style: none;
}

.catalog__item.is-active:not(:last-child) {
    margin-bottom: 50px;
}

.catalog__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.contacts__address {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 768px) {
    .contacts__address {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width: 1220px) {
    .contacts__address {
        width: auto;
        margin-bottom: 30px;
    }
}

.contacts__column--1 {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 320px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.contacts__column--2 {
    width: 100%;
    height: 500px;
}

@media (min-width: 768px) {
    .contacts__column--1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 768px;
    }
}

@media (min-width: 1220px) {
    .contacts__column--1 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        width: var(--column-1-content-width);
        margin-bottom: 0;
        margin-left: 0;
        margin-right: var(--column-1-margin-right);
        padding-left: 0;
        padding-right: 0;
    }

    .contacts__column--2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - var(--column-1-full-width));
        height: auto;
    }
}

@media (min-width: 1220px) {
    .contacts__inner {
        margin-left: auto;
        margin-right: auto;
        --column-1-content-width: 400px;
        --column-1-margin-right: 80px;
        --column-1-full-width: calc(var(--column-1-content-width) + var(--column-1-margin-right));
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 1220px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contacts__map {
    width: 100%;
    height: 100%;
}

@media (min-width: 1220px) {
    .contacts__map {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: auto;
    }
}

.contacts__socials {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .contacts__socials {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 0;
    }
}

.contacts__tel {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 24px;
    line-height: 36px;
}

@media (min-width: 768px) {
    .contacts__tel {
        font-weight: 400;
        font-family: "arial", sans-serif;
        font-size: 28px;
        line-height: 42px;
    }
}

.contacts__tels {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .contacts__tels {
        width: 50%;
        padding-right: 50px;
        border-right: 1px solid #bfbfbf;
    }
}

@media (min-width: 1220px) {
    .contacts__tels {
        width: auto;
        margin-bottom: 30px;
        padding-right: 0;
        border-right-style: none;
    }
}

.contacts__tip {
    display: none;
}

@media (min-width: 1220px) {
    .contacts__tip {
        font-weight: 400;
        font-family: "arial", sans-serif;
        font-size: 28px;
        line-height: 42px;
        display: block;
        margin-top: 0;
        margin-bottom: 20px;
        color: #636363;
    }
}

.copyright {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #464646;
}

@media (min-width: 1220px) {
    .copyright {
        text-align: left;
    }
}

.copyright__string {
    color: #636363;
}

.creator {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 9px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    color: #636363;
}

.experience__inner {
    padding-left: 20px;
    padding-right: 20px;
}

/*@media (min-width: 768px) {*/
/*.experience__inner {*/
/*padding-left: 120px;*/
/*padding-right: 120px; } }*/
/*@media (min-width: 1220px) {*/
/*.experience__inner {*/
/*padding-left: 20px;*/
/*padding-right: 20px; } }*/
@media (min-width: 1840px) {
    .experience__inner {
        padding-left: 420px;
        padding-right: 420px;
    }
}

.experience__paragraph {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.experience__paragraph:not(:last-child) {
    margin-bottom: 20px;
}

.footer-navigation__link {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #636363;
}

@media (min-width: 768px) {
    .footer-navigation__link {
        font-size: 18px;
        line-height: 48px;
    }
}

@media (min-width: 1220px) {
    .footer-navigation__link {
        font-size: 16px;
        line-height: 24px;
    }
}

.footer-navigation__list {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(2, auto);
    grid-auto-flow: column;
    -ms-flex-pack: distribute;
    margin-top: 0;
    justify-content: space-around;
    margin-bottom: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .footer-navigation__list {
        grid-column-gap: 20px;
        justify-content: space-between;
    }
}

@media (min-width: 1220px) {
    .footer-navigation__list {
        grid-row-gap: 10px;
        grid-column-gap: 40px;
        justify-content: space-around;
    }
}

@media (min-width: 1840px) {
    .footer-navigation__list {
        grid-column-gap: 25px;
    }
}

.header-navigation__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

@media (min-width: 1220px) {
    .header-navigation__list {
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-width: 790px;
        max-width: 1100px;
    }
}

@media (min-width: 1840px) {
    .header-navigation__list {
        max-width: none;
    }
}

.history__content {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.history__dates {
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .history__dates {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
}

.history__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 320px;
}

@media (min-width: 768px) {
    .history__inner {
        padding-left: 0;
        padding-right: 0;
        width: 488px;
    }
}

@media (min-width: 1220px) {
    .history__inner {
        width: 780px;
    }
}

@media (min-width: 1840px) {
    .history__inner {
        width: 1000px;
    }
}

.history__item {
    position: relative;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.history__item.current {
    z-index: 1;
    opacity: 1;
}

.history__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.history__slider {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .history__slider {
        width: 488px;
    }
}

@media (min-width: 1220px) {
    .history__slider {
        width: auto;
    }
}

.history__year {
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 48px;
    line-height: 1;
    color: #1d1d1d;
}

@media (min-width: 768px) {
    .history__year {
        font-size: 55px;
    }
}

@media (min-width: 1220px) {
    .history__year {
        font-size: 65px;
    }
}

@media (min-width: 1840px) {
    .history__year {
        font-size: 75px;
    }
}

.intro__heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

@media (min-width: 768px) {
    .intro .intro__heading {
        font-size: 42px;
        line-height: 63px;
        letter-spacing: 2px;
    }
}

@media (min-width: 1220px) {
    .intro .intro__heading {
        font-size: 50px;
        line-height: 72px;
        letter-spacing: 3px;
    }
}

@media (min-width: 1840px) {
    .intro .intro__heading {
        font-size: 60px;
    }
}

.intro__inner {
    padding-top: calc(var(--page-header-bypass) + 60px);
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .intro__inner {
        padding-top: var(--page-header-bypass);
    }
}

@media (min-width: 1220px) {
    .intro__inner {
        padding-bottom: 200px;
    }
}

.intro {
    height: 100%;
    background-position-x: 50%;
    /*background-position-y: -150px;*/
    background-size: 800px 750px;
    background-repeat: no-repeat;
}

.intro--about {
    background-image: url("/images/intro--about-small.jpg");
}

.intro--projects {
    background-image: url("/images/intro--projects-small.jpg");
}

.intro--team {
    background-image: url("/images/intro--team-small.jpg");
}

.intro--equipment {
    background-image: url("/images/intro--equipment-small.jpg");
}

.intro--partners {
    background-image: url("/images/intro--partners-small.jpg");
}

.intro--contacts {
    background-image: url("/images/intro--contacts-small.jpg");
}

/*.intro--equipment {*/
/*background-position-y: -200px; }*/

@media (min-width: 768px) {
    .intro {
        /*background-position-y: -300px;*/
        background-size: 1230px 750px;
    }

    .intro--about {
        background-image: url("/images/intro--about-medium.jpg");
    }

    .intro--projects {
        background-image: url("/images/intro--projects-medium.jpg");
    }

    .intro--team {
        background-image: url("/images/intro--team-medium.jpg");
    }

    .intro--equipment {
        background-image: url("/images/intro--equipment-medium.jpg");
    }

    .intro--partners {
        background-image: url("/images/intro--partners-medium.jpg");
    }

    .intro--contacts {
        background-image: url("/images/intro--contacts-medium.jpg");
    }
}

@media (min-width: 1224px) {
    .intro {
        /*background-position-y: -200px;*/
        background-size: 1920px 750px;
    }

    .intro--about {
        height: 100%;
        background-image: url("/images/intro--about-large.jpg");
    }

    .intro--projects {
        height: 100%;
        background-image: url("/images/intro--projects-large.jpg");
    }

    .intro--team {
        height: 100%;
        background-image: url("/images/intro--team-large.jpg");
    }

    .intro--equipment {
        height: 100%;
        background-image: url("/images/intro--equipment-large.jpg");
    }

    .intro--partners {
        height: 100%;
        background-image: url("/images/intro--partners-large.jpg");
    }

    .intro--contacts {
        height: 100%;
        background-image: url("/images/intro--contacts-large.jpg");
    }
}

@media (min-width: 1840px) {
    .intro {
        background-position-y: 0;
    }
}

.language-toggle__link {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 15px;
    line-height: 1;
    display: block;
    color: white;
}

.language-toggle__link:hover {
    color: rgba(255, 255, 255, 0.7);
}

.language-toggle__link:active {
    color: rgba(255, 255, 255, 0.4);
}

.language-toggle__link:first-child {
    margin-right: 10px;
}

.language-toggle__link.is-checked {
    position: relative;
}

.language-toggle__link.is-checked:hover {
    color: white;
}

.language-toggle__link.is-checked:active {
    color: white;
}

.language-toggle__link.is-checked::before {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
}

@media (min-width: 768px) {
    .language-toggle__link {
        font-size: 14px;
    }

    .language-toggle__link:first-child {
        margin-right: 14px;
    }
}

@media (min-width: 1220px) {
    .language-toggle__link {
        font-size: 12px;
    }
}

.language-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logo__link {
    display: block;
}

.logo--header .logo__link {
    width: 173px;
    height: 94px;
}

.logo--footer .logo__link {
    width: 133px;
    height: 83px;
    margin: 0 auto;
}

.logo--footer {
    margin: 0 auto;
}

@media (max-width: 768px) {
    .logo--header .logo__link {
        width: 173px;
        height: 94px;
    }

    .logo--header .logo__link .logo__image {
        width: 100%;
    }
}

@media (min-width: 1220px) {
    .logo--footer .logo__link {
        margin: 0;
    }

    .logo--footer {
        margin: 0;
    }
}

.menu-controls__button {
    background-color: transparent;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-style: none;
    cursor: pointer;
}

.menu-controls__button--open {
    width: 60px;
    height: 30px;
    background-image: url("/images/menu-controls__button--open.svg");
    background-position-x: left;
}

.is-visible .menu-controls__button--open {
    display: none;
}

.menu-controls__button--close {
    display: none;
    width: 32px;
    height: 32px;
    background-image: url("/images/menu-controls__button--close.svg");
    background-position-x: right;
}

.is-visible .menu-controls__button--close {
    display: block;
}

@media (min-width: 768px) {
    .menu-controls__button--close {
        margin-left: 10px;
    }
}

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

.mission__heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .mission__heading {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (min-width: 1220px) {
    .mission__heading {
        font-size: 36px;
        line-height: 52px;
    }
}

.mission__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    .mission__inner {
        padding-left: 120px;
        padding-right: 120px;
        padding-bottom: 180px;
    }
}

@media (min-width: 1220px) {
    .mission__inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 150px;
    }
}

@media (min-width: 1840px) {
    .mission__inner {
        padding-left: 420px;
        padding-right: 420px;
        padding-bottom: 240px;
    }
}

.mission__paragraph {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.mission__paragraph:not(:last-of-type) {
    margin-bottom: 30px;
}

.modal__close-button {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background-color: black;
    background-image: url("/images/menu-controls__button--close.svg");
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    border-radius: 50%;
    -webkit-box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, 0.5);
}

.modal__image {
    margin-left: auto;
    margin-right: auto;
}

.modal__item {
    margin-top: 50px;
    margin-bottom: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    width: 270px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.js-show-modal--1 .modal__item--1 {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    display: block;
}

.js-show-modal--2 .modal__item--2 {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    display: block;
}

.js-show-modal--3 .modal__item--3 {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    display: block;
}

.js-show-modal--4 .modal__item--4 {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    display: block;
}

.js-show-modal--5 .modal__item--5 {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    display: block;
}

.js-show-modal--6 .modal__item--6 {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    display: block;
}

.js-show-modal--7 .modal__item--7 {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    display: block;
}

@media (min-width: 768px) {
    .modal__item {
        width: 718px;
    }
}

@media screen and (max-width: 767px) {
    #topSlider .slick-slide video {
        display: none;
    }
}

.modal__list {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.js-show-modal .modal__list {
    display: block;
}

.modal__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.navigation-item__link {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 18px;
    line-height: 20px;
    display: block;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: #1a1a2b;
    border-bottom: 1px solid #636363;
}

.navigation-item__link:hover {
    background-color: #29294c;
}

.navigation-item--current .navigation-item__link {
    background-color: #29293c;
}

.navigation-item__link--last {
    border-bottom-style: none;
}

@media (min-width: 768px) {
    .navigation-item__link {
        font-weight: 400;
        font-family: "arial", sans-serif;
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 1220px) {
    .navigation-item__link {
        position: relative;
        display: inline;
        padding: 0;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        font-family: "pt_sans_narrow", "arial", sans-serif;
        text-transform: none;
        background-color: transparent;
        border-bottom-style: none;
    }

    .navigation-item__link:hover {
        background-color: transparent;
    }

    .navigation-item__link:hover::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: white;
    }

    .navigation-item--current .navigation-item__link {
        background-color: transparent;
    }

    .navigation-item--current .navigation-item__link:hover::after {
        content: none;
    }
}

.navigation-item {
    margin-top: 0;
    margin-bottom: 0;
}

.page-footer__column--1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.page-footer__column--2 {
    margin-bottom: 20px;
}

.page-footer__column--3 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .page-footer__column--1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        width: calc(100% * 2 / 3);
        height: 120px;
        margin-bottom: 0;
        padding-right: 64px;
    }

    .page-footer__column--2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .page-footer__column--3 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% / 3);
        margin-bottom: 0;
    }
}

@media (min-width: 1220px) {
    .page-footer__column--1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 25%;
        height: auto;
        margin-right: 0;
    }

    .page-footer__column--2 {
        width: 55%;
    }

    .page-footer__column--3 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 20%;
        margin-left: auto;
    }
}

.page-footer__creator {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

@media (min-width: 768px) {
    .page-footer__creator {
        margin-top: 20px;
    }
}

.page-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 20px;
}

@media (min-width: 768px) {
    .page-footer__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1220px) {
    .page-footer__inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 50px;
    }
}

@media (min-width: 1840px) {
    .page-footer__inner {
        padding-left: 337px;
        padding-right: 342px;
    }
}

@media (max-width: 1219px) {
    .page-footer__inner .page-footer__column-1 {
        order: 4;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .page-footer__inner.aligner {
        max-width: 320px;
    }
}

.page-footer__nest--address {
    margin-bottom: 20px;
}

.page-footer__nest--logo {
    margin-bottom: 10px;
}

.page-footer__nest--navigation {
    margin-bottom: 20px;
}

.page-footer__nest--widget {
    margin-left: auto;
    margin-right: auto;
    width: 267px;
    height: 214px;
}

@media (max-width: 767px) {
    .page-footer__nest--widget,
    .page-footer__nest--widget .widget__inner,
    .page-footer__nest--widget .widget__inner iframe {
        height: 340px !important;
    }
}

.page-main__intro > div {
    height: 100%;
}

.page-footer__nest--connection {
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .page-footer__nest--address {
        margin-bottom: 16px;
    }

    .page-footer__nest--logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .page-footer__nest--navigation {
        width: 50%;
        margin-bottom: 0;
    }

    .page-footer__nest--copyright {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .page-footer__nest--widget {
        margin-left: 0;
        margin-right: 0;
        width: 50%;
    }

    .page-footer__nest--connection {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 1220px) {
    .page-footer__nest--address {
        margin-bottom: 20px;
    }

    .page-footer__nest--logo {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        height: auto;
        margin-bottom: 20px;
    }

    .page-footer__nest--copyright {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .page-footer__nest--connection {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.page-footer__tel {
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 24px;
    line-height: 36px;
    display: block;
    margin-bottom: 15px;
    color: white;
}

.page-footer {
    background-color: #252424;
    background-image: url("/images/page-footer-background-mobile.png");
    background-position: center;
    background-repeat: repeat-y;
}

@media (min-width: 768px) {
    .page-footer {
        background-image: url("/images/page-footer-background-tablet.png");
    }
}

.page-header__inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*width: 320px;*/
    padding: 20px;
}

@media (min-width: 768px) {
    .page-header__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        width: auto;
        padding: 30px 20px 20px;
        -webkit-transition: padding 0.25s;
        transition: padding 0.25s;
    }

    .is-scrolled .page-header__inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 1220px) {
    .page-header__inner {
        padding-left: calc(4000% / 1203);
        padding-right: calc(4000% / 1203);
        max-width: none;
    }
}

@media (min-width: 1840px) {
    .page-header__inner {
        max-width: 1840px;
        padding-left: 40px;
        padding-right: 100px;
    }
}

.page-header__nest--menu-controls {
    position: absolute;
    z-index: 1;
    top: 35px;
    right: 30px;
}

.page-header__nest--socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .page-header__nest--socials {
        margin-top: 10px;
    }

    .page-header__nest--socials .socials__list {
        margin: 0;
    }
}

.page-header__nest--language-toggle {
    position: absolute;
    z-index: 1;
    top: 100px;
    right: 30px;
}

@media (min-width: 768px) {
    .page-header__nest--menu-controls {
        position: static;
        order: 2;
        /*top: 50px;*/
        /*left: 20px;*/
        /*right: auto;*/
        -webkit-transition: top, -webkit-transform 0.25s;
        transition: top, -webkit-transform 0.25s;
        transition: top, transform 0.25s;
        transition: top, transform 0.25s, -webkit-transform 0.25s;
    }

    /*.is-scrolled .page-header__nest--menu-controls {*/
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%); }*/
    .page-header__nest--logo {
        /*margin-left: 80px;*/
        order: 1;
        margin-right: 30px;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }

    .is-scrolled .page-header__nest--logo {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        margin: -1px;
        padding: 0;
        white-space: nowrap;
        border: 0;
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        opacity: 0;
    }

    .page-header__nest--socials {
        order: 3;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        margin-left: auto;
        padding-top: 16px;
        -webkit-transition: padding-top 0.25s;
        transition: padding-top 0.25s;
    }

    .is-scrolled .page-header__nest--socials {
        padding-top: 0;
    }

    .page-header__nest--language-toggle {
        top: 20px;
        right: 20px;
    }

    .is-scrolled .page-header__nest--language-toggle {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@media (min-width: 1220px) {
    .page-header__nest--menu-controls {
        display: none;
    }

    .page-header__nest--logo {
        order: 0;
        margin-left: 0;
        margin-right: auto;
    }

    .page-header__nest--navigation {
        margin-left: auto;
        margin-right: auto;
        width: calc(85000% / 1203);
        -ms-flex-item-align: center;
        align-self: center;
    }

    .page-header__nest--socials {
        -ms-flex-item-align: center;
        align-self: center;
        padding-top: 0;
    }

    .page-header__nest--language-toggle {
        right: 40px;
    }
}

@media (min-width: 1840px) {
    .page-header__nest--navigation {
        margin-left: 140px;
        margin-right: 140px;
    }

    .page-header__nest--socials {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .page-header__nest--language-toggle {
        right: 100px;
    }
}

@media (max-width: 1219.98px) {
    .page-header__popup {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
    }

    .is-visible .page-header__popup {
        display: block;
    }
}

/*@media (max-width: 1219.98px) and (min-width: 768px) {*/
/*.page-header__popup {*/
/*left: 90px;*/
/*width: 100%; } }*/

.page-header {
    background-color: rgba(0, 0, 0, 0.4);
}

/*========== button close menu ========*/
.button-close-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 70px;
    padding: 0 15px;
    background-color: #1a1a2b;
    border-bottom: 1px solid #636363;
}

@media (min-width: 1220px) {
    .button-close-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .page-main--index .aligner {
        max-width: 320px;
    }

    .page-main--index .about__inner {
        max-width: 100%;
    }
}


.page-main__about {
    margin-bottom: 80px;
}

@media (min-width: 1220px) {
    .page-main__about {
        margin-bottom: 120px;
    }
}

@media (min-width: 1840px) {
    .page-main__about {
        margin-bottom: 105px;
    }
}

.page-main__acknowledgements {
    margin-bottom: 80px;
}

@media (min-width: 1220px) {
    .page-main__acknowledgements {
        margin-bottom: 120px;
    }
}

.page-main__advantages {
    margin-bottom: 60px;
}

@media (min-width: 1220px) {
    .page-main__advantages {
        margin-bottom: 120px;
    }
}

@media (min-width: 1840px) {
    .page-main__advantages {
        margin-bottom: 129px;
    }
}

.page-main__directions {
    margin-bottom: 60px;
}

@media (min-width: 1220px) {
    .page-main__directions {
        margin-bottom: 100px;
    }
}

@media (min-width: 1840px) {
    .page-main__directions {
        margin-bottom: 100px;
    }
}

.page-main__experience {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .page-main__experience .cont-wrap .block-col {
        flex-direction: column;
    }

    .page-main__experience .cont-wrap .block-col .block-col-in {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
    }
}

@media (min-width: 1840px) {
    .page-main__experience {
        margin-bottom: 100px;
    }
}

.page-main__history {
    margin-bottom: 80px;
}

@media (min-width: 1220px) {
    .page-main__history {
        margin-bottom: 120px;
    }
}

.page-main__intro {
    margin-bottom: 50px;
    height: 100%;
    height: calc(50vh + 144px);
    min-height: 600px;
}

@media (min-width: 1220px) {
    .page-main__intro {
        height: 100vh;
        min-height: 700px;
    }
}

.page-main--partners .page-main__intro {
    margin-bottom: 0;
    height: 570px;

    min-height: 570px;
}

.page-main--team .page-main__intro {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .page-main--team .page-main__intro {
        margin-bottom: 90px;
    }

}

@media (min-width: 1220px) {
    .page-main__intro {
        margin-bottom: 125px;
    }

    .page-main--projects .page-main__intro {
        margin-bottom: 90px;
    }

    .page-main--contacts .page-main__intro {
        margin-bottom: 70px;
    }
}

@media (min-width: 1840px) {
    .page-main--team .page-main__intro {
        margin-bottom: 120px;
    }

    .page-main--equipment .page-main__intro {
        margin-bottom: 140px;
    }
}

.page-main__partners {
    margin-bottom: 80px;
}

.page-main__partners:last-child {
    margin-bottom: 0;
}

@media (min-width: 1220px) {
    .page-main__partners {
        margin-bottom: 100px;
    }
}

@media (min-width: 1840px) {
    .page-main__partners {
        margin-bottom: 123px;
    }
}

.page-main__promo {
    margin-bottom: 50px;
    height: calc(50vh + 144px);
    min-height: 600px;
}

/*.page-main__promo>div {*/
/*height: 100%;*/
/*min-height: 700px;*/
/*}*/
@media (min-width: 1220px) {
    .page-main__promo {
        height: 100vh;
        min-height: 700px;
        margin-bottom: 110px;
    }
}

@media (min-width: 1840px) {
    .page-main__promo {
        margin-bottom: 108px;
    }
}

@media (min-width: 1220px) {
    .page-main--contacts {
        margin-bottom: 50px;
    }
}

.page-main {
    background-position: bottom;
    background-repeat: no-repeat;
}

.page-main--about {
    background-image: url("/images/about-background-small.png");
}

.page-main--projects {
    background-image: url("/images/projects-background-small.png");
}

.page-main--team {
    background-image: url("/images/team-background-small.png");
}

.page-main--equipment {
    background-image: url("/images/equipment-background-small.jpg");
}

@media (min-width: 768px) {
    .page-main--about {
        background-image: url("/images/about-background-medium.png");
    }

    .page-main--projects {
        background-image: url("/images/projects-background-medium.png");
    }

    .page-main--team {
        background-image: url("/images/team-background-medium.png");
    }

    .page-main--equipment {
        background-image: url("/images/equipment-background-medium.jpg");
    }
}

@media (min-width: 1220px) {
    .page-main--about {
        background-image: url("/images/about-background-large.png");
        background-position-y: calc(100% + 300px);
    }

    .page-main--projects {
        background-image: url("/images/projects-background-large.png");
        background-position-y: calc(100% + 100px);
    }

    .page-main--team {
        background-image: url("/images/team-background-large.png");
        background-position-y: 100%;
    }

    .page-main--equipment {
        background-image: url("/images/equipment-background-large.jpg");
        background-position-y: 100%;
    }
}

.page__header {
    position: absolute;
    z-index: 3;
    width: 100%;
}

@media (min-width: 768px) {
    .page__header {
        position: fixed;
    }
}

.page--index .page__main {
    margin-bottom: 50px;
}

@media (min-width: 1220px) {
    .page--index .page__main {
        margin-bottom: 135px;
    }
}

.page.js-show-modal {
    overflow: hidden;
}

@media (min-width: 1220px) {
    .page.js-show-modal {
        margin-right: 15px;
    }
}

.partners__heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
}

.partners-small-heading .partners__heading {
    font-size: 20px;
    line-height: 30px;
}

@media (min-width: 768px) {
    .partners__heading {
        margin-bottom: 60px;
        font-size: 32px;
        line-height: 48px;
    }

    .partners-small-heading .partners__heading {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (min-width: 1220px) {
    .partners__heading {
        font-size: 36px;
        line-height: 52px;
    }

    .partners-small-heading .partners__heading {
        font-size: 36px;
        line-height: 52px;
    }
}

@media (min-width: 1840px) {
    .partners__heading {
        margin-bottom: 85px;
    }
}

.partners__inner {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.partners--long .partners__inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .partners--long .partners__inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1220px) {
    .partners--long .partners__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

.partners__item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.partners__item:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
}

@media (min-width: 768px) {
    .partners__item {
        padding-left: 10px;
        padding-right: 10px;
        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;
    }

    .partners__item:not(:last-child) {
        border-style: none;
    }

    .partners--short .partners__item:nth-last-child(n+4) {
        border-bottom: 1px solid #e4e4e4;
    }

    .partners--short .partners__item:nth-child(3n+1) {
        border-right: 1px solid #e4e4e4;
    }

    .partners--short .partners__item:nth-child(3n+2) {
        border-right: 1px solid #e4e4e4;
    }
}

@media (min-width: 1220px) {
    .partners--short .partners__item:nth-child(3n) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 60px;
    }

    .partners--short .partners__item:nth-child(3n+2) {
        padding-left: 60px;
        padding-right: 60px;
    }

    .partners--short .partners__item:nth-child(3n+1) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 60px;
    }
}

@media (min-width: 1840px) {
    .partners__item {
        padding-top: 41px;
        padding-bottom: 30px;
    }

    .partners--short .partners__item:nth-child(3n+1) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0;
    }

    .partners--short .partners__item:nth-child(3n+2) {
        padding-left: 0;
        padding-right: 0;
    }

    .partners--short .partners__item:nth-child(3n) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }
}

.partners__list {
    -ms-flex-item-align: center;
    align-self: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.partners--long .partners__list .partners__item a {
    display: block;
    width: 110px;
}

.partners--long .partners__list .partners__item img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .partners__list {
        display: grid;
    }

    .partners--long .partners__list {
        display: flex;
        flex-wrap: wrap;
    }

    .partners--short .partners__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .partners--long .partners__list {
        grid-template-rows: repeat(5, 1fr);
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: column;
        grid-column-gap: 20px;
    }
}

@media (min-width: 1220px) {
    .partners--short .partners__list {
        grid-template-columns: repeat(3, auto);
    }

    .partners--long .partners__list {
        grid-template-rows: 1fr 1fr;
        grid-template-columns: repeat(5, 1fr);
        grid-auto-flow: row;
        grid-column-gap: 0;
    }
}

@media (min-width: 1840px) {
    .partners--short .partners__list {
        grid-template-columns: repeat(3, 1fr);
        width: 1146px;
    }

    .partners--long .partners__list {
        width: 1720px;
    }
}

@media (max-width: 767px) {
    .page-main__intro {
        height: auto !important;

        min-height: 470px !important;
    }

    .partners--long.trust-us .aligner {
        max-width: 480px;
    }

    .partners--long.trust-us .partners__list {
        display: flex;
        flex-wrap: wrap;
    }

    .partners--long.trust-us .partners__list .partners__item {
        width: 112px;
    }

    .partners--long.trust-us .partners__list .partners__item:not(:last-child) {
        border-style: none;
    }

    .page-main--partners .partners--long.trust-us .partners__list .partners__item a {
        margin: 0;
    }
}

.partners__logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (min-width: 768px) {
    .partners__logo {
        margin-left: 0;
        margin-right: 0;
    }
}

.partners--long {
    background-color: #f5f5f5;
}

.project-card__caption-text {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: white;
}

@media (min-width: 1840px) {
    .project-card__caption-text {
        font-size: 30px;
        line-height: 36px;
    }
}

.project-card__caption {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-height: 158px;
    min-height: 80px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .project-card__caption {
        min-height: 100px;
        max-height: 205px;
        padding-left: 50px;
    }
}

@media (min-width: 1220px) {
    .project-card__caption {
        max-height: 225px;
        padding-right: 150px;
    }
}

@media (min-width: 1840px) {
    .project-card__caption {
        min-height: 130px;
        max-height: 343px;
    }
}

.project-card__image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.project-card__image {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.project-card__link:hover .project-card__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.project-card__link {
    position: relative;
    display: block;
}

.project-cards__gallery {
    display: none;
}

.project-cards__item {
    -webkit-box-shadow: 0 0 3px 0 #252525;
    box-shadow: 0 0 3px 0 #252525;
}

@media (min-width: 385px) {
    .project-cards__item {
        width: 50%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 1220px) {
    .project-cards__item {
        width: calc(100% / 3);
    }
}

.project-cards {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

@media (min-width: 385px) {
    .project-cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.projects__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
}

.projects__heading {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 320px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .projects__heading {
        width: 768px;
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 48px;
    }
}

@media (min-width: 1220px) {
    .projects__heading {
        padding-left: 10px;
        padding-right: 10px;
        width: 1220px;
        margin-bottom: 65px;
        font-size: 36px;
        line-height: 52px;
    }
}

@media (min-width: 1840px) {
    .projects__heading {
        padding-left: 5px;
        padding-right: 5px;
        width: 1840px;
        margin-bottom: 60px;
    }
}

.promo-slide__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
    margin-bottom: 20px;
    padding: 0 15px;
    position: absolute;
    width: 100%;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

@media (min-width: 1220px) {
    .promo-slide__content {
        top: 50%;
        left: 0;
        transform: none;
    }
}

.promo-slide__inner {
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    width: 100%;
    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;
    /*min-height: 100vh;*/
    /*max-height: 1600px;*/
    /*padding: calc(var(--page-header-bypass) + 15px) 20px 100px;*/
    font-size: 22px;
    line-height: 32px;
    font-family: "pt_sans_narrow", "arial", sans-serif;
    color: white;
}

.promo-slide__inner .video-bg {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
}

.video-bg.show-bg {
    background: url(/images/promo-slide__video-background.png);
}

@media (min-width: 768px) {
    /*.promo-slide__inner {*/
    /*max-height: 2460px;*/
    /*font-size: 40px;*/
    /*line-height: 50px; } */
}

@media (min-width: 1220px) {
    /*.promo-slide__inner {*/
    /*padding-left: 0;*/
    /*padding-right: 0;*/
    /*font-size: 40px;*/
    /*line-height: 60px; } */
}

@media (min-width: 1840px) {
    /*.promo-slide__inner {*/
    /*padding-bottom: 150px;*/
    /*font-size: 60px;*/
    /*line-height: 72px; } */
}

.promo-slide__more-link {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 75px;
    height: 75px;
    background-image: url("/images/promo-slide-down-arrow.png");
    background-position: 50% calc(50% + 3px);
    background-repeat: no-repeat;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 0);
}

.promo-slide__subtitle {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

@media (min-width: 768px) {
    .promo-slide__subtitle {
        word-spacing: 5px;
        font-size: 40px;
        line-height: 60px;
    }
}

@media (min-width: 1220px) {
    .promo-slide__subtitle {
        padding: 0 20px;
        text-align: left;
    }
}

@media (min-width: 1840px) {
    .promo-slide__subtitle {
        padding-left: 328px;
        padding-right: 600px;
    }
}

.promo-slide__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 44px;
}

@media (min-width: 768px) {
    .promo-slide__title {
        word-spacing: 10px;
        font-size: 47px;
        text-align: center;
        line-height: 60px;
    }
}

@media (min-width: 1220px) {
    .promo-slide__title {
        padding: 0 20px;
        margin-bottom: 10px;
        text-align: left;
    }
}

@media (min-width: 1840px) {
    .promo-slide__title {
        padding-left: 328px;
        padding-right: 500px;
    }
}

.promo-slide__video-wrapper {
    display: none;
}

@media (min-width: 1220px) {
    .promo-slide__video-wrapper {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        min-width: 100%;
        height: 100%;
    }

    .promo-slide__video-wrapper::before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        background-image: url("/images/promo-slide__video-background.png");
    }
}

.promo-slide__video {
    position: relative;
    z-index: -1;
    width: auto;
    min-width: 100%;
    min-height: 100%;
}

.promo-slide {
    width: 100%;
    height: 100%;
    background-color: #1a1a2b;
    background-image: url("/images/promo-slide-background-small.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.promo-slide--1 {
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .promo-slide {
        background-image: url("/images/promo-slide-background-medium.jpg");
    }
}

@media (min-width: 1220px) {
    .promo-slide {
        background-image: url("/images/promo-slide-background-large.jpg");
    }
}

@media (min-width: 1840px) {
    .promo-slide {
        background-image: url("/images/promo-slide-background-huge.jpg");
    }
}

.promo__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    /*width: calc(100% / 4); */
}

.promo__slider-controls {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
}

@media (min-width: 1840px) {
    .promo__slider-controls {
        bottom: 50px;
    }
}

.promo__slider {
    overflow: hidden;
    height: 100%;
}

.promo__slider .promo__list {
    height: 100%;
}

.promo {
    position: relative;
    height: 100%;
    min-height: 600px;
}

@media (min-width: 1220px) {
    .promo {
        min-height: 700px;
    }
}

.slick-list, .slick-track {
    height: 100%;
}

.slick-slide > div {
    height: 100%;
}

.slick-slide .promo__item {
    height: 100%;
}

.slick-slide video {
    width: auto;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .slick-slide video {
        width: 100%;
    }
}

.socials__item:not(:last-child) {
    margin-right: 10px;
}

@media (min-width: 1840px) {
    .socials__item:not(:last-child) {
        margin-right: 17px;
    }
}

.socials__link {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.socials__link--instagram {
    background-image: url("/images/socials-instagram.svg");
}

.socials__link--youtube {
    background-image: url("/images/socials-youtube.svg");
}

.socials__link--facebook {
    background-image: url("/images/socials-facebook.svg");
}

.socials--contacts .socials__link--instagram {
    background-image: url("/images/socials-instagram--contacts.svg");
}

.socials--contacts .socials__link--youtube {
    background-image: url("/images/socials-youtube--contacts.svg");
}

.socials--contacts .socials__link--facebook {
    background-image: url("/images/socials-facebook--contacts.svg");
}

@media (min-width: 1220px) and (max-width: 1839.98px) {
    .socials__link {
        width: 32px;
        height: 32px;
    }
}

.socials__list {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.suprecamy__paragraph {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "arial", sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.suprecamy__paragraph:not(:last-child) {
    margin-bottom: 20px;
}

.supremacy__heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .supremacy__heading {
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 48px;
    }
}

@media (min-width: 1220px) {
    .supremacy__heading {
        margin-bottom: 60px;
        font-size: 36px;
        line-height: 52px;
    }
}

.supremacy__inner {
    padding: 80px 20px 100px;
}

@media (min-width: 768px) {
    .supremacy__inner {
        padding: 100px 120px 120px;
    }
}

@media (min-width: 1220px) {
    .supremacy__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1840px) {
    .supremacy__inner {
        padding-left: 500px;
        padding-right: 500px;
        padding-top: 150px;
    }
}

.team-gallery__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .team-gallery__inner {
        padding-bottom: 90px;
    }
}

@media (min-width: 1220px) {
    .team-gallery__inner {
        padding-bottom: 117px;
    }
}

.team-gallery__item:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .team-gallery__item {
        height: auto;
    }

    .team-gallery__item:not(:last-child) {
        margin-bottom: 0;
    }

    .team-gallery__item--1 {
        width: 478px;
        grid-area: 1 / 1 / 3 / 4;
    }

    .team-gallery__item--2 {
        width: 239px;
        grid-area: 1 / 3 / 2 / 4;
    }

    .team-gallery__item--3 {
        width: 239px;
        grid-area: 2 / 3 / 3 / 4;
    }

    .team-gallery__item--4 {
        width: 239px;
        grid-area: 3 / 1 / 4 / 2;
    }

    .team-gallery__item--5 {
        width: 239px;
        grid-area: 4 / 1 / 5 / 2;
    }

    .team-gallery__item--6 {
        width: 478px;
        grid-area: 3 / 2 / 5 / 4;
    }
}

@media (min-width: 1220px) {
    .team-gallery__item--1 {
        width: 783px;
    }

    .team-gallery__item--2 {
        width: 384px;
    }

    .team-gallery__item--3 {
        width: 384px;
    }

    .team-gallery__item--4 {
        width: 384px;
    }

    .team-gallery__item--5 {
        width: 384px;
    }

    .team-gallery__item--6 {
        width: 783px;
    }
}

@media (min-width: 1840px) {
    .team-gallery__item--1 {
        width: 1196px;
    }

    .team-gallery__item--2 {
        width: 592px;
    }

    .team-gallery__item--3 {
        width: 592px;
    }

    .team-gallery__item--4 {
        width: 592px;
    }

    .team-gallery__item--5 {
        width: 592px;
    }

    .team-gallery__item--6 {
        width: 1196px;
    }
}

.team-gallery__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .team-gallery__list {
        display: grid;
        grid-template-rows: repeat(4, auto);
        grid-template-columns: repeat(3, auto);
        grid-row-gap: 10px;
        grid-column-gap: 11px;
    }
}

@media (min-width: 1840px) {
    .team-gallery__list {
        grid-template-rows: repeat(4, 394px);
        grid-template-columns: repeat(3, 592px);
        grid-gap: 12px;
    }
}

.team-gallery__photo {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 3px 0 #252525;
    box-shadow: 0 0 3px 0 #252525;
}

@media (min-width: 768px) {
    .team-gallery__photo {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.team-gallery__wrapper {
    width: 100%;
    height: 100%;
}

.widget__inner {
    width: 267px;
    height: 214px;
    margin: auto;
}

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

.cont-wrap {
width: 100%;
max-width: 1180px;
background: #fff;
margin: 0 auto;
color: #000;
font-family: 'Arial Narrow', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.cont-wrap * {
box-sizing: border-box;
}
.cont-wrap img {
max-width: 100%;
height: auto;
}
.cont-wrap .block-t {
display: flex;
width: 100%;
}
.cont-wrap .block-t .block-left {
font-size: 20px;
line-height: 1.6;
margin-bottom: 20px;
}
.cont-wrap .block-t .block-right {
flex: 0 0 600px;
margin-left: 16px;
}
@media all and (max-width: 1100px) {
.cont-wrap .block-t .block-right {
flex: 0 0 500px;
}
}
@media all and (max-width: 1024px) {
.cont-wrap .block-t .block-right {
flex: 0 0 400px;
}
}
@media all and (max-width: 960px) {
.cont-wrap .block-t .block-right {
flex: 0 0 100%;
margin-left: 0;
text-align: center;
}
}
@media all and (max-width: 960px) {
.cont-wrap .block-t {
flex-direction: column;
}
}
.cont-wrap h2 {
font-size: 36px;
margin-bottom: 20px;
}

@media all and (max-width: 767px) {
.cont-wrap h2 {
font-size: 30px;
margin-bottom: 10px;
}
}

.cont-wrap h3 {
font-size: 30px;
margin-bottom: 40px;
line-height: 1.2;
}
@media all and (max-width: 640px) {
.cont-wrap h3 {
margin-bottom: 20px;
}
}
.cont-wrap .block-col {
display: flex;
width: 100%;
font-size: 18px;
line-height: 1.6;
margin-bottom: 40px;
}
@media all and (max-width: 640px) {
.cont-wrap .block-col {
margin-bottom: 18px;
}
}
.cont-wrap .block-col .block-col-in {
width: 33.3%;
padding-left: 24px;
}
.cont-wrap .block-col .block-col-in:first-child {
padding-left: 0;
}
@media all and (max-width: 640px) {
.cont-wrap .block-col .block-col-in {
width: 100%;
padding-left: 0;
margin-bottom: 20px;
}
}
@media all and (max-width: 640px) {
.cont-wrap .block-col {
flex-direction: column;
}
}
.cont-wrap .block-bg {
color: #fff;
font-size: 18px;
position: relative;
display: flex;
justify-content: flex-end;
margin-bottom: 56px;
}
@media all and (max-width: 640px) {
.cont-wrap .block-bg {
margin-bottom: 20px;
}
}

.cont-wrap .block-bg .block-text {
width: 100%;
max-width: 634px;
position: relative;
z-index: 2;
background: rgba(0, 0, 0, 0.6);
padding: 80px 20px 80px 50px;
}
@media all and (max-width: 1024px) {
.cont-wrap .block-bg .block-text {
max-width: 580px;
}
}
@media all and (max-width: 960px) {
.cont-wrap .block-bg .block-text {
max-width: 100%;
padding: 50px 40px;
}
}
@media all and (max-width: 640px) {
.cont-wrap .block-bg .block-text {
padding: 30px 20px;
}
}
.cont-wrap .block-bg h2 {
font-size: 36px;
margin-bottom: 20px;
}

@media all and (max-width: 767px) {
.cont-wrap .block-bg h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
}

.cont-wrap .block-bg ul {
padding: 0;
margin: 0;
list-style: none;
}
.cont-wrap .block-bg ul li {
position: relative;
padding: 0 0 20px 20px;
}
.cont-wrap .block-bg ul li:after {
content: '';
display: block;
position: absolute;
top: 11px;
left: 0;
width: 8px;
height: 8px;
background-color: #fff;
}
.cont-wrap .block-bg a {
color: #fff;
}
.cont-wrap .block-bot-1 {
display: flex;
margin-bottom: 6px;
}
@media all and (max-width: 640px) {
.cont-wrap .block-bot-1 {
flex-direction: column;
}
}
.cont-wrap .block-bot-1 .block-left {
padding-right: 13px;
}
@media all and (max-width: 640px) {
.cont-wrap .block-bot-1 .block-left {
padding-right: 0;
}
}
.cont-wrap .block-bot-1 .block-left img {
height: 522px;
object-fit: cover;
}
@media all and (max-width: 960px) {
.cont-wrap .block-bot-1 .block-left img {
height: 388px;
}
}
@media all and (max-width: 640px) {
.cont-wrap .block-bot-1 .block-left img {
height: auto;
}
}
.cont-wrap .block-bot-1 .block-right {
flex: 0 0 380px;
}
.cont-wrap .block-bot-1 .block-right img {
margin-bottom: 8px;
}
.cont-wrap .block-bot-1 .block-right img:last-child {
margin-bottom: 0;
}
@media all and (max-width: 960px) {
.cont-wrap .block-bot-1 .block-right {
flex: 0 0 280px;
}
}
@media all and (max-width: 640px) {
.cont-wrap .block-bot-1 .block-right {
flex: 0 0 100%;
}
}
.cont-wrap .block-bot-2 {
display: flex;
}
@media all and (max-width: 640px) {
.cont-wrap .block-bot-2 {
flex-direction: column;
}
}
.cont-wrap .block-bot-2 .block-left {
flex: 0 0 380px;
}
.cont-wrap .block-bot-2 .block-left img {
margin-bottom: 8px;
}
.cont-wrap .block-bot-2 .block-left img:last-child {
margin-bottom: 0;
}

.page-main--partners .partners--long .partners__list .partners__item a {
width: 220px;
}
.page-main--partners .partners--long.trust-us .partners__list .partners__item a {
width: 80px;
}
body.fixed {
overflow: hidden;
}
.preloader-wrapper {
position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.preloader-wrapper img {
width: 40px;
}

@media all and (max-width: 960px) {
.cont-wrap .block-bot-2 .block-left {
flex: 0 0 280px;
}
}
@media all and (max-width: 640px) {
.cont-wrap .block-bot-2 .block-left {
flex: 0 0 100%;
}
}
.cont-wrap .block-bot-2 .block-right {
padding-left: 13px;
}
@media all and (max-width: 640px) {
.cont-wrap .block-bot-2 .block-right {
padding-left: 0;
}
}
.cont-wrap .block-bot-2 .block-right img {
height: 522px;
object-fit: cover;
}
@media all and (max-width: 960px) {
.cont-wrap .block-bot-2 .block-right img {
height: 388px;
}
}
@media all and (max-width: 640px) {
.cont-wrap .block-bot-2 .block-right img {
height: auto;
}
}

@-webkit-keyframes animateCSS-fadeInUp {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes animateCSS-fadeInUp {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animatecss-fadeinup {
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-animation-name: animateCSS-fadeInUp;
animation-name: animateCSS-fadeInUp;
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1; }

@media screen and (min-width: 768px){
.video-slide .promo-slide {
    background: none !important;
}
}


/* End */
/* /local/templates/live-sound/styles.css?1614249455100395 */
