

/* Start:/local/templates/lampa/css/menu.css?17312714049928*/
/* html {
    width: 100%;
    height: 100%
}

body {
    height: 100%;
    width: 100%
} */

.menu * {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.menu svg {
    position: absolute;
    overflow: visible
}

.button {
    cursor: pointer
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    visibility: hidden;
    cursor: auto !important
}

.menu * {
    pointer-events: auto !important;
    cursor: auto !important
}

.menu>* {
    pointer-events: auto !important;
    cursor: auto !important
}

.menu div {
    word-wrap: normal;
    white-space: nowrap;
    -webkit-text-size-adjust: none
}

.menu img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
    border: 0
}

.menu a {
    pointer-events: auto !important;
    cursor: pointer !important
}

.menuDisable * {
    pointer-events: none !important
}

.menuDisable>* {
    pointer-events: none !important
}

.menuDisable a {
    pointer-events: none !important
}

.menuDisable .menu-item-container {
    pointer-events: none !important
}

.menuDisable .menu-items-container {
    pointer-events: none !important
}

.menuDisable .menu-items-container2 {
    pointer-events: none !important
}

.menuDisable .menu-button {
    pointer-events: none !important
}

.menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none !important
}

.menu-bg-fill {
    position: absolute;
    background-color: #151616;
    opacity: .7;
    width: 100%;
    height: 100%;
    pointer-events: auto !important
}

.menu-bg-oval {
    position: absolute;
    background-color: #fc0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform-origin: center center;
    pointer-events: auto !important
}

.menu-container {
    pointer-events: auto !important;
    position: relative;
    width: 100%;
    max-width: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    padding-top: 22px;
    padding-left: 40px;
    box-sizing: border-box
}

.menu-items-container2 {
    pointer-events: auto !important;
    position: relative;
    width: 100%;
    height: 100%;
    magin-left: 50px;
    overflow-x: visible;
    overflow-y: scroll
}

.menu-items-container {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    pointer-events: auto !important
}

.menu-second-items {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden
}

.menu-second-items a {
    text-decoration: none
}

.menu-second-items1 {
    transition: height .5s ease-in-out, opacity .5s ease-in-out .5s, visibility 1.2s, margin-top .5s ease-in-out, margin-bottom .5s ease-in-out
}

.menu-second-items2 {
    transition: opacity .5s ease-in-out, height .5s ease-in-out .5s, visibility 1.2s, margin-top .5s ease-in-out, margin-bottom .5s ease-in-out
}

.menu-item-container {
    position: relative;
    overflow: visible;
    width: auto;
    pointer-events: auto !important;
    cursor: pointer !important;
    margin-bottom: 35px
}

.menu-items-container a {
    text-decoration: none
}

.menu-item-container-second {
    margin-bottom: 30px
}

.menu-item-bg {
    position: absolute;
    margin-left: 5px;
    margin-top: -2px;
    width: 150%;
    height: 280%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/local/templates/lampa/css/../images/menu/hover_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.menu-item {
    position: relative;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #040a0d;
    transition: color .2s ease-in-out
}

.menu-item:before {
    content: '\2022 \00a0 ';
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #040a0d;
    text-decoration: none !important
}

.menu-item-container:hover .menu-item:before {
    opacity: 0
}

.menu-item-select {
    text-decoration: underline;
    text-underline-offset: 12px
}

.menu-item-select .menu-item:before {
    text-decoration: none
}

.menu-button {
    pointer-events: auto !important;
    cursor: pointer !important
}

.menu-item-container:hover .menu-button {
    color: #fc0
}

.menu-item-container:hover .menu-item-bg {
    opacity: 1
}

.menu-item-container:hover .menu-item-select {
    text-decoration: none
}

.menu-second-item {
    position: relative;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #040a0d;
    word-wrap: normal !important;
    white-space: nowrap !important
}

.menu-participate {
    cursor: pointer !important;
    position: relative;
    width: 172px;
    height: 44px;
    border: 2px solid #040a0d;
    box-sizing: border-box;
    border-radius: 51px;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: #040a0d;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    margin-left: -23px;
    padding-top: 3px;
	text-transform: uppercase;
    pointer-events: auto !important
}

.menu-participate:hover a {
    cursor: pointer;
    color: #fc0
}

.menu-participate:hover {
    background-color: #040a0d
}

.menu-participate a {
    cursor: pointer !important;
    color: #040a0d;
    text-decoration: none
}

.menu-telephone {
    position: relative;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #040a0d;
    margin-bottom: 30px;
    user-select: text;
    pointer-events: auto !important
}

.menu-telephone a[href^="tel:"] {
    color: #040a0d;
    text-decoration: none
}

.menu-telephone a {
    color: #040a0d;
    text-decoration: none
}

.menu-email {
    position: relative;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: lowercase;
    color: #040a0d;
    margin-bottom: 50px
}

.menu-email a {
    color: #040a0d;
    text-decoration: none
}

.menu-email a:hover {
    text-decoration: underline
}

.menu-line {
    position: absolute;
    width: calc(100% + 40px);
    left: -40px;
    height: 1px;
    top: 60px;
    background-color: #040a0d;
    opacity: .3
}

.menu-top-line {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 55px
}

.menu-language {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    justify-self: flex-end;
    margin-right: 30px;
    cursor: pointer
}

.menu-language a:hover {
    color: #040a0d
}

.menu-language a {
    text-decoration: none;
    color: #fff
}

.menu-logo {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    width: 62px;
    max-width: 62px;
    height: auto;
    margin-right: auto
}

.menu-logo>img {
    cursor: pointer !important;
    pointer-events: auto !important
}
.menu-close-button {
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer !important;
    justify-self: flex-end;
    margin-right: 20px;
    pointer-events: auto !important
}

.menu-close-button:hover div {
    background-color: #040a0d
}

.menu-close-button-image1 {
    position: absolute;
    height: 18px;
    width: 2px;
    margin-left: 9px;
    background-color: #fff;
    transform: rotate(45deg);
    pointer-events: none !important
}

.menu-close-button-image2 {
    position: absolute;
    height: 18px;
    width: 2px;
    margin-left: 9px;
    background-color: #fff;
    transform: rotate(-45deg);
    pointer-events: none !important
}

.menu-second-items-container {
    background-color: #c4c4c4
}

.menu-search-icon {
    position: absolute;
    top: 94px;
    right: 38px;
    cursor: pointer !important;
    pointer-events: auto !important
}

.menu-search-icon a {
    pointer-events: auto !important;
    cursor: pointer !important
}

.menu-search-icon svg {
    stroke: #fff;
    pointer-events: auto !important;
    cursor: pointer !important
}

.menu-search-icon:hover svg {
    stroke: #040a0d
}

.scrollbar::-webkit-scrollbar {
    width: 16px
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #fc0
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #ffe680;
    border-radius: 16px;
    border: 2px solid red;
    border-style: none;
    opacity: .1
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #ffe680;
    border: 2px solid rgba(255, 255, 255, .5);
    border-style: none;
    opacity: .1
}

.scrollbar::-webkit-scrollbar-button {
    display: none
}

.menu * {
    scrollbar-width: thin;
    scrollbar-color: red #fff
}
/* End */


/* Start:/local/templates/lampa/css/style.min.css?1731271404154443*/
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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 {
  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 */
  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 {
  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"] {
  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;
}

/**
 * Swiper 5.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 20, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

@font-face{font-family:"Roboto";font-style:normal;font-weight:300;src:url(/local/templates/lampa/css/../fonts/Roboto-Light.ttf) format("truetype")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:url(/local/templates/lampa/css/../fonts/Roboto-Regular.ttf) format("truetype")}@font-face{font-family:"Roboto";font-style:normal;font-weight:500;src:url(/local/templates/lampa/css/../fonts/Roboto-Medium.ttf) format("truetype")}@font-face{font-family:"Roboto";font-style:normal;font-weight:700;src:url(/local/templates/lampa/css/../fonts/Roboto-Bold.ttf) format("truetype")}@font-face{font-family:"LetoSans";font-style:normal;font-weight:300;src:url(/local/templates/lampa/css/../fonts/LetoSansThin.otf) format("opentype")}@font-face{font-family:"LetoSans";font-style:normal;font-weight:400;src:url(/local/templates/lampa/css/../fonts/LetoSans.otf) format("opentype")}@font-face{font-family:"LetoSans";font-style:normal;font-weight:700;src:url(/local/templates/lampa/css/../fonts/LetoSansBold.otf) format("opentype")}@font-face{font-family:"Montserrat";font-style:normal;font-weight:300;src:url(/local/templates/lampa/css/../fonts/Montserrat-Light.woff) format("woff")}@font-face{font-family:"Montserrat";font-style:normal;font-weight:400;src:url(/local/templates/lampa/css/../fonts/Montserrat-Regular.woff) format("woff")}@font-face{font-family:"Montserrat";font-style:normal;font-weight:700;src:url(/local/templates/lampa/css/../fonts/Montserrat-Bold.woff) format("woff")}@font-face{font-family:"IBMPlexSans";font-style:normal;font-weight:400;src:url(/local/templates/lampa/css/../fonts/IBMPlexSans-Regular.ttf) format("truetype")}@font-face{font-family:"IBMPlexSans";font-style:normal;font-weight:700;src:url(/local/templates/lampa/css/../fonts/IBMPlexSans-Bold.ttf) format("truetype")}@font-face{font-family:"LetoSansCondensed";font-style:normal;font-weight:300;src:url(/local/templates/lampa/css/../fonts/LetoSansCondensedThin.otf) format("opentype")}@font-face{font-family:"LetoSansCondensed";font-style:normal;font-weight:400;src:url(/local/templates/lampa/css/../fonts/LetoSansCondensed.otf) format("opentype")}@font-face{font-family:"LetoSansCondensed";font-style:normal;font-weight:700;src:url(/local/templates/lampa/css/../fonts/LetoSansCondensedBold.otf) format("opentype")}.am-obj-poly{font-family:"object-fit: cover"}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}.am-layout{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}.am-layout .am-header{width:100%}.am-layout .am-footer{margin-top:auto}.am-lamp-bg{background-repeat:no-repeat;background-position:left 100%;background-image:url("/images/svg/section-lamp.svg")}.am-relative{position:relative}body{min-width:360px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-x:hidden;font-family:"Roboto",sans-serif;font-size:24px;line-height:1.42;position:relative}.hr{border:none;border-top:1px solid #eaebeb;padding-bottom:80px;margin-top:80px;padding-left:0;padding-right:0}.am-stripes-bg{position:relative}.am-stripes-bg::after{content:"";z-index:-1;position:absolute;top:200px;right:0;left:0;opacity:.58;height:100%;background-image:url("/images/sripe-background.svg");background-position:center top;background-repeat:no-repeat;background-size:cover}.am-container{max-width:1800px;margin:0 auto;padding:0 100px}.am-container_mini{padding-left:210px;padding-right:210px}.am-container_relative{position:relative}.am-container-vertical-word{position:absolute;top:100px;-webkit-transform:rotate(-90deg) translateY(-50vw);transform:rotate(-90deg) translateY(-50vw);left:50%;-webkit-transform-origin:0 0;transform-origin:0 0;margin-left:70px;text-transform:uppercase;color:#c4c4c4;line-height:14px;font-size:14px;letter-spacing:.1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.am-container-vertical-word_first{top:125px}.am-page{margin-top:40px}.am-wrapper{padding:0 66px}.am-mini-container{max-width:1056px;margin:0 auto}h1,h2,h3,h4,h5,h6{font-family:"LetoSans",sans-serif;font-weight:bold;margin:0}h1{font-size:48px;line-height:1.2}.h1_big{font-size:72px}h2{font-size:28px;line-height:1.2}h3{font-size:26px;line-height:1.3}.am-main-title{font-weight:bold;font-size:72px;line-height:78px}.am-second-title{margin:0;font-size:48px;line-height:1.2;margin-bottom:42px;font-weight:400}.am-mini-title{margin:0;font-size:28px;line-height:1.4;margin-bottom:30px}p{font-size:24px;line-height:1.42}.am-date{font-family:"LetoSans",sans-serif;font-size:12px;letter-spacing:.1em;color:gray;text-transform:uppercase}a{color:#fc0;text-decoration:none}.v-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.no-scroll{overflow:hidden;max-height:100vh}.am-section{margin-top:45px;margin-bottom:45px}.am-section__title{margin-bottom:15px}.am-page-stripe{position:relative}.am-page-stripe:before{z-index:2;content:"";position:absolute;left:80px;bottom:0;top:0;height:100%;width:1px;opacity:.2;background-color:gray}@media only screen and (max-width: 1600px){.hr{margin-top:50px;padding-bottom:50px}h1{font-size:32px;line-height:1.2}.h1_big{font-size:48px}h2{font-size:20px;line-height:1.4}h3{font-size:18px;line-height:1.4}p{font-size:16px}.am-main-title{font-size:42px}.am-second-title{font-size:42px;margin-bottom:30px}.am-mini-title{font-size:28px}.am-section__title{margin-bottom:8px;line-height:1.4}.am-page-stripe::before{left:20px}.am-lamp-bg{background-size:contain}.am-container{padding:0 60px}.am-container_mini{padding-left:120px;padding-right:120px}.am-container-vertical-word{margin-left:9px;font-size:12px}.am-container-vertical-word:not(.am-container-vertical-word_first){display:none}}@media only screen and (max-width: 1279px){.am-stripes-bg::after{background-position:center top;background-size:auto}.am-container{padding:0 64px}.am-section{margin-top:30px;margin-bottom:30px}.am-page-stripe::before{left:20px}.am-lamp-bg{padding-top:30px;background-position:-30px -10px;background-size:678px}.am-wrapper{padding:0}}@media only screen and (max-width: 779px){h1{font-size:22px}.h1_big{font-size:26px}.am-container{padding:0 20px}.am-main-title{font-size:30px}.am-lamp-bg{background-size:550px;background-position:left top}}a.am-btn,button.am-btn,.am-btn:not(.am-btn_header) a{padding:0;background-color:#fc0;color:#040a0d;border:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;font-size:14px;font-family:"LetoSans",sans-serif;cursor:pointer;min-height:46px;padding:0 24px;border-radius:50px;border:2px solid #fc0;-webkit-transition:background-color .25s,color .25s,border-color .25s;transition:background-color .25s,color .25s,border-color .25s;text-align:center}.am-btn:focus,.am-btn:focus a,a.am-btn:focus,a.am-btn:focus a,button.am-btn:focus,button.am-btn:focus a{outline:none}.am-btn:hover,.am-btn:focus,.am-btn:hover a,.am-btn:focus a,a.am-btn:hover,a.am-btn:focus,a.am-btn:hover a,a.am-btn:focus a,button.am-btn:hover,button.am-btn:focus,button.am-btn:hover a,button.am-btn:focus a{background:#fff}.am-btn_transparent,.am-btn_transparent a,a.am-btn_transparent,a.am-btn_transparent a,button.am-btn_transparent,button.am-btn_transparent a{background-color:transparent}.am-btn_transparent:hover,.am-btn_transparent:focus,.am-btn_transparent a:hover,.am-btn_transparent a:focus,a.am-btn_transparent:hover,a.am-btn_transparent:focus,a.am-btn_transparent a:hover,a.am-btn_transparent a:focus,button.am-btn_transparent:hover,button.am-btn_transparent:focus,button.am-btn_transparent a:hover,button.am-btn_transparent a:focus{background-color:#fc0}.am-btn_black,a.am-btn_black,button.am-btn_black{border-color:#040a0d}.am-btn_black:hover,.am-btn_black:focus,a.am-btn_black:hover,a.am-btn_black:focus,button.am-btn_black:hover,button.am-btn_black:focus{background-color:#040a0d;color:#fff}.am-btn_wide,.am-btn_wide a,a.am-btn_wide,a.am-btn_wide a,button.am-btn_wide,button.am-btn_wide a{width:100%}.am-btn_white,a.am-btn_white,button.am-btn_white{background-color:#fff;border-color:#fff}.am-btn_white:hover,.am-btn_white:focus,a.am-btn_white:hover,a.am-btn_white:focus,button.am-btn_white:hover,button.am-btn_white:focus{background-color:transparent}.am-btn_white.am-btn_transparent,a.am-btn_white.am-btn_transparent,button.am-btn_white.am-btn_transparent{background-color:transparent;border-color:#fff}.am-btn_white.am-btn_transparent:hover,a.am-btn_white.am-btn_transparent:hover,button.am-btn_white.am-btn_transparent:hover{background-color:#fff}.am-buttons-row .am-btn{margin-right:30px;margin-top:100px}_:-ms-fullscreen,:root a.am-btn,_:-ms-fullscreen,:root .am-btn a,_:-ms-fullscreen,:root button.am-btn{height:46px}.am-logo__svg{max-width:100%;max-height:100%}.am-header{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.am-header__right,.am-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.am-header__main-text{margin-right:26px;text-transform:uppercase;font-size:14px;font-weight:400;font-family:"LetoSans",sans-serif;line-height:1.43;letter-spacing:.1em}.am-header__burger,.am-header__lang{position:absolute;top:50px;padding:5px}.am-header__burger{background-color:transparent;border:none;margin:0;cursor:pointer;left:20px}.am-header__burger:focus{outline:none}.am-header__lang{right:30px;font-weight:400;font-family:"LetoSans",sans-serif;font-size:15px;line-height:19px;text-transform:uppercase;color:#040a0d;-webkit-transition:all .25s;transition:all .25s}.am-header__lang:hover{color:#fc0}.am-header__drop{position:relative;z-index:5}.am-header__drop:hover .am-header__button{border-color:transparent}.am-header__drop:hover .am-header__list{opacity:1;pointer-events:auto;-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%)}.am-header__list{list-style-type:none;margin:0;padding:0;position:absolute;top:0;left:0px;right:0px;background-color:#fc0;padding-top:50px;padding-left:18px;padding-right:18px;padding-bottom:20px;font-family:"LetoSans",sans-serif;border-radius:25px 25px 2px 2px;border-top:none;opacity:0;pointer-events:none;-webkit-transition:opacity .2s,-webkit-clip-path .35s;transition:opacity .2s,-webkit-clip-path .35s;transition:opacity .2s,clip-path .35s;transition:opacity .2s,clip-path .35s,-webkit-clip-path .35s;-webkit-clip-path:polygon(0 0, 100% 0, 100% 10%, 0% 10%);clip-path:polygon(0 0, 100% 0, 100% 10%, 0% 10%)}.am-header__list-item{line-height:1;margin-bottom:20px}.am-header__list-item:last-child{margin-bottom:0}.am-header__list-link{color:#040a0d;font-weight:400;font-size:14px;line-height:1.3;display:block}.am-header__list-link:hover{text-decoration:underline}.am-header .am-header__button{border-color:#040a0d;color:#040a0d;z-index:1;position:relative;-webkit-transition:background-color .25s,color .25s;transition:background-color .25s,color .25s}.am-header .am-header__button:hover{color:#040a0d}@media only screen and (max-width: 1600px){.am-header__lang{right:15px}.am-header__burger{left:15px}}@media only screen and (max-width: 1279px){.am-header{padding-top:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.am-header__button,.am-header__main-text{display:none}.am-header .am-header__button{display:none}.am-header__logo{height:45px;display:block}.am-header__burger,.am-header__lang{top:25px;-webkit-transform:none;transform:none;margin:0;position:absolute}.am-header__burger{left:15px}.am-header__lang{right:15px}}.am-slider-half{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.am-slider-half__slider-container{overflow:visible}.am-slider-half_transparent .am-slider-half__nav-panel{margin-top:-10px;padding:0 5px}.am-slider-half_transparent .am-slider-half__bullets{display:none}.am-slider-half_transparent .am-slider-half__media{max-width:652px;min-height:650px;overflow:visible}.am-slider-half_transparent .am-slider-half__media::after{content:"";display:block;position:absolute;left:105px;top:-40px;width:84px;height:120px;background-image:url(/local/templates/lampa/css/../images/quote.svg);background-position:center;background-size:contain;background-repeat:no-repeat;z-index:2;pointer-events:none}.am-slider-half_transparent .am-slider-half__media::before{content:"";display:block;position:absolute;left:20px;top:-40px;width:84px;height:120px;background-image:url(/local/templates/lampa/css/../images/quote.svg);background-position:center;background-size:contain;background-repeat:no-repeat;z-index:2;pointer-events:none}.am-slider-half_transparent .am-slider-half__media-item{-webkit-filter:grayscale(1) contrast(60%) brightness(1.3);filter:grayscale(1) contrast(60%) brightness(1.3);-webkit-transition:opacity .3s,-webkit-filter .3s;transition:opacity .3s,-webkit-filter .3s;transition:opacity .3s,filter .3s;transition:opacity .3s,filter .3s,-webkit-filter .3s}.am-slider-half_transparent .am-slider-half__media-item:hover{-webkit-filter:none;filter:none}.am-slider-half_transparent .am-slider-half__media-item:not(.am-slider-half__media-item_active){pointer-events:none}.am-slider-half_transparent .am-slider-half__slide-info{background:transparent;padding:0 0 90px}.am-slider-half_transparent .am-slider-half__slide-title{font-size:46px;line-height:1.2;font-weight:bold;font-style:italic}.am-slider-half_transparent .am-slider-half__slide-post{max-width:254px;font-size:14px;line-height:1.1;font-family:"Roboto",sans-serif;color:gray;position:absolute;left:140px;bottom:15px;-webkit-transform:translateY(100%);transform:translateY(100%)}.am-slider-half_transparent .am-slider-half__slider-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.am-slider-half_transparent .am-slider-half__slider-wrapper{max-width:925px}.am-slider-half__media{width:100%;max-width:920px;height:100%;min-height:586px;position:relative;overflow:hidden}.am-slider-half__media-item{width:100%;height:100%;position:absolute;left:0;right:0;background-size:cover;background-position:center;background-repeat:none;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:0}.am-slider-half__media-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.am-slider-half__media-item_active{opacity:1}.am-slider-half__slider-wrapper{width:100%;max-width:815px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.am-slider-half__slider-wrapper .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.am-slider-half__slider-wrapper .swiper-container{max-width:815px}.am-slider-half__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition:opacity .25s;transition:opacity .25s;opacity:0}.am-slider-half__slide_active{opacity:1}.am-slider-half__slide-info{min-height:390px;padding:60px 65px 30px 65px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.am-slider-half__slide-title{margin-top:14px;font-size:28px;line-height:1.46;font-weight:500;color:#040a0d;font-family:"Roboto",sans-serif;-webkit-transition:color .25s;transition:color .25s;width:100%}.am-slider-half__slide-desc p{margin-top:15px;margin-bottom:15px;padding:0;font-size:20px;line-height:1.3;width:100%}.am-slider-half__slide-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:15px}.am-slider-half__slide-button{margin-right:28px}.am-slider-half__slide-button:last-child{margin-right:0}.am-slider-half__slide-tags{margin-top:auto}.am-slider-half__slide-tag{display:inline-block;margin-top:20px;margin-right:36px;font-family:"LetoSans",sans-serif;font-weight:bold;white-space:nowrap;font-size:15px}.am-slider-half__nav-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:15px}.am-slider-half_single .am-slider-half__nav-panel{display:none}.am-slider-half_single .am-slider-half__slide{opacity:1}.am-slider-half__bullets{margin-left:165px}a.am-slider-half__slide-title:hover{color:#fc0}@media only screen and (max-width: 1600px){.am-slider-half_transparent .am-slider-half{margin-bottom:0}.am-slider-half_transparent .am-slider-half__media{max-width:500px;min-height:500px}.am-slider-half_transparent .am-slider-half__slider-wrapper{max-width:626px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.am-slider-half_transparent .am-slider-half__slide-title{font-size:34px}.am-slider-half_transparent .am-slider-half__slide-post{max-width:230px;left:120px}.am-slider-half_transparent .am-slider-half__arrows{margin-top:-10px}.am-slider-half__media{max-width:700px;min-height:424px}.am-slider-half__slider-wrapper{max-width:667px;-webkit-transform:translate(0, -20%);transform:translate(0, -20%)}}@media only screen and (max-width: 1279px){.am-slider-half{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:-150px}.am-slider-half_transparent{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:-70px}.am-slider-half_transparent .am-slider-half__slider-wrapper{max-width:653px;-ms-flex-item-align:start;align-self:flex-start;-webkit-transform:translateY(-70px);transform:translateY(-70px)}.am-slider-half_transparent .am-slider-half__slider-wrapper .swiper-container{max-width:100%}.am-slider-half_transparent .am-slider-half__slider-wrapper .swiper-arrow-left{margin-right:20px}.am-slider-half_transparent .am-slider-half__slider-wrapper .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.am-slider-half_transparent .am-slider-half__slider-container{padding-top:90px}.am-slider-half_transparent .am-slider-half__media{max-width:520px}.am-slider-half_transparent .am-slider-half__media::before{width:67px;height:96px;left:15px;top:-32px}.am-slider-half_transparent .am-slider-half__media::after{width:67px;height:96px;left:83px;top:-32px}.am-slider-half_transparent .am-slider-half__nav-panel{position:absolute;top:0;left:365px}.am-slider-half_transparent .am-slider-half__slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.am-slider-half_transparent .am-slider-half__slide-info{min-height:0;padding:0}.am-slider-half_transparent .am-slider-half__slide-title{font-size:24px;margin-top:0}.am-slider-half_transparent .am-slider-half__slide-post{position:static;display:block;-webkit-transform:none;transform:none;max-width:100%;margin-top:20px}.am-slider-half__slider-wrapper{max-width:600px}.am-slider-half__slide{height:-webkit-max-content !important;height:-moz-max-content !important;height:max-content !important}.am-slider-half__slide-info{min-height:300px;padding:38px 63px 34px}.am-slider-half__slide-title{font-size:20px}.am-slider-half__slide-desc p{font-size:16px}.am-slider-half__bullets{margin-left:70px}.am-slider-half__media{max-width:100%;position:relative}.am-slider-half__media:after{content:"";position:absolute;bottom:0;left:0;right:0;height:183px;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%)}.am-slider-half__slider-wrapper{position:static;-webkit-transform:translate(43px, -150px);transform:translate(43px, -150px);-ms-flex-item-align:end;align-self:flex-end;max-width:610px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.am-slider-half__slider-wrapper .swiper-container{max-width:610px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.am-slider-half__slide-info{min-height:300px}.am-slider-half__slide-button{margin-right:18px}.am-slider-half__slide-desc p{line-height:1.5}.am-slider-half__nav-panel{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.am-slider-half__bullets{margin-left:65px}}@media only screen and (max-width: 1279px)and (max-width: 779px){.am-slider-half{margin-bottom:-95px}.am-slider-half_transparent{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:-30px}.am-slider-half_transparent .am-slider-half__slider-wrapper{max-width:100%;-ms-flex-item-align:start;align-self:flex-start;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.am-slider-half_transparent .am-slider-half__slider-wrapper .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.am-slider-half_transparent .am-slider-half__slider-container{padding-top:45px}.am-slider-half_transparent .am-slider-half__media{max-width:66vw}.am-slider-half_transparent .am-slider-half__media::before{width:31px;height:45px;left:6px;top:-15px}.am-slider-half_transparent .am-slider-half__media::after{width:31px;height:45px;left:38px;top:-15px}.am-slider-half_transparent .am-slider-half__nav-panel{position:absolute;top:0;left:calc(66vw - 56px)}.am-slider-half_transparent .am-slider-half__slide-info{min-height:0;padding:0}.am-slider-half_transparent .am-slider-half__slide-title{font-size:24px;margin-top:0}.am-slider-half_transparent .am-slider-half__slide-post{position:static;display:block;-webkit-transform:none;transform:none;max-width:100%;margin-top:20px}.am-slider-half__media{min-height:319px}.am-slider-half__slider-wrapper{overflow:hidden;-webkit-transform:translate(20px, -95px);transform:translate(20px, -95px);max-width:100%}.am-slider-half__slider-wrapper .swiper-container{max-width:100%}.am-slider-half__slide-info{padding-left:25px;padding-right:25px;padding-top:41px;padding-bottom:37px}.am-slider-half__slide-title{font-size:18px;line-height:1.4}.am-slider-half__slide-button{margin-right:8px}.am-slider-half__nav-panel{margin-bottom:5px;padding-right:10px}.am-slider-half__bullets{margin-left:0}}.swiper-arrow{cursor:pointer}.bullets{display:-webkit-box;display:-ms-flexbox;display:flex}.bullet{width:10px;height:10px;border-radius:50%;border:3px solid gray;-webkit-transition:background-color .25s,border-color .25s;transition:background-color .25s,border-color .25s;margin-right:30px;cursor:pointer}.bullet:hover{border-color:#fc0}.bullet:last-child{margin-right:0}.bullet_active,.bullet:focus{outline:none;background-color:#fc0;border-color:#fc0}.swiper-arrow-left{margin-right:38px;background-image:url("/images/svg/arrow-left.svg")}.swiper-arrow-left:hover,.swiper-arrow-left:focus{-webkit-transform:translateX(-5px);transform:translateX(-5px)}.swiper-arrow-left,.swiper-arrow-right{-webkit-transition:-webkit-transform .25s,-webkit-filter .25s;transition:-webkit-transform .25s,-webkit-filter .25s;transition:transform .25s,filter .25s;transition:transform .25s,filter .25s,-webkit-transform .25s,-webkit-filter .25s;background-color:transparent;border:none;width:150px;height:58px;background-position:center right;background-repeat:no-repeat;background-size:106px 58px;cursor:pointer;position:relative;z-index:1;-webkit-filter:grayscale(1) brightness(0%);filter:grayscale(1) brightness(0%)}.swiper-arrow-left:focus,.swiper-arrow-right:focus{outline:none}.swiper-arrow-left:hover,.swiper-arrow-right:hover{-webkit-filter:none;filter:none}.swiper-arrow-right{background-image:url("/images/svg/arrow-right.svg");background-position:center left}.swiper-arrow-right:hover,.swiper-arrow-right:focus{-webkit-transform:translateX(5px);transform:translateX(5px)}.swiper-arrows{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 779px){.swiper-arrow-left,.swiper-arrow-right{width:50px;background-size:50px 57px}.swiper-arrow-left:hover,.swiper-arrow-right:hover{-webkit-filter:grayscale(1) contrast(0) brightness(0);filter:grayscale(1) contrast(0) brightness(0)}}.am-top-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:70px;position:relative}.am-top-page--film{margin-bottom:25px}.am-top-page--film .am-top-page__back-arrow path{fill:#fff}.am-top-page--film .am-top-page__back-text{font-family:"LetoSans",sans-serif;color:#fff}.am-top-page--film .am-top-page__social-link svg path{fill:#040a0d !important}.am-top-page--film .am-top-page__social-tag .am-tag{color:#040a0d !important}.am-top-page__button{margin-right:37px}.am-top-page__button:last-child{margin-right:0}.am-top-page__pull-right{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.am-top-page__buttons{position:absolute;right:136px}.am-top-page__back-link{padding:12px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.am-top-page__back-link:hover .am-top-page__back-text{color:#040a0d}.am-top-page__back-link:hover path{fill:#040a0d}.am-top-page__back-text{white-space:nowrap;margin-left:15px;color:gray;text-transform:uppercase;font-size:14px;line-height:1.4;letter-spacing:.1em;-webkit-transition-duration:.25s;transition-duration:.25s}.am-top-page__back-arrow path{-webkit-transition-duration:.25s;transition-duration:.25s}.am-top-page__bottom-arrow{margin-top:35px;height:100px;width:8px;overflow:hidden;position:relative}.am-top-page__bottom-arrow svg{position:absolute;bottom:0}.am-top-page__title{max-width:920px;margin-left:80px}.am-top-page__title h1{font-weight:400}.am-top-page__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:80px;-ms-flex-wrap:wrap;flex-wrap:wrap}.am-top-page__desc{font-size:20px;line-height:1.4;letter-spacing:.1em}.am-top-page__desc p{margin-top:0;font-size:20px;line-height:1.4;letter-spacing:.1em}.am-top-page__desc a{line-height:1;-webkit-transition:color .25s;transition:color .25s;color:#040a0d;background-repeat:no-repeat;background-position:center bottom 1px;background-size:100% 1px;background-image:-webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFCC00));background-image:linear-gradient(to right, #FFCC00, #FFCC00)}.am-top-page__desc a:hover{color:#fc0}.am-top-page__date{font-size:14px;white-space:nowrap}.am-top-page__tags{display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0 0 0 60px}.am-top-page__tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:30px}.am-top-page__social{margin-left:auto}.am-top-page__social-list{list-style-type:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex}.am-top-page__social-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.am-top-page__social-item:not(:last-child){margin-right:24px}.am-top-page__social-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.am-top-page__social-link path{-webkit-transition-duration:.3s;transition-duration:.3s}.am-top-page__social-link:hover,.am-top-page__social-link:focus{outline:none}.am-top-page__social-link:hover path,.am-top-page__social-link:focus path{fill:#fc0}.am-top-page__social-tags{list-style-type:none;padding:0;margin:15px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.am-top-page__social-tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 1600px){.am-top-page__title{max-width:640px}}@media only screen and (max-width: 1279px){.am-top-page__buttons{position:static;display:block;margin-top:30px}.am-top-page__button{margin-bottom:20px}.am-top-page__button:last-child{margin-bottom:0}.am-top-page__title{max-width:480px}.am-top-page__desc p{font-size:18px}.am-top-page__bottom-arrow{height:62px}}@media only screen and (max-width: 991px){.am-top-page{-ms-flex-wrap:wrap;flex-wrap:wrap}.am-top-page__title{width:100%;max-width:100%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:40px}.am-top-page__social-tags{display:none}.am-top-page__info{margin-top:30px;-ms-flex-wrap:wrap;flex-wrap:wrap}.am-top-page__tags{margin-left:0}.am-top-page__date{margin-right:45px}.am-top-page__buttons{width:100%}}@media only screen and (max-width: 779px){.am-top-page__buttons{width:100%}.am-top-page__button{width:100%;margin-right:0}.am-top-page__desc{font-size:16px;padding-left:30px}.am-top-page__desc p{font-size:16px}.am-top-page__bottom-arrow{margin-top:0}}@media only screen and (max-width: 560px){.am-top-page__buttons{width:100%}.am-top-page__button{width:100%;margin-right:0}.am-top-page__title{margin-left:28px;margin-top:30px}.am-top-page__date{width:100%;margin-right:0;font-size:12px}.am-top-page__tags{margin-top:5px}.am-top-page__back-text{font-size:12px}.am-top-page__social-list{padding-top:6px}.am-top-page__social-item{margin-right:14px;max-width:33px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.am-top-page__social-item:not(:last-child){margin-right:14px}}.am-tag{font-weight:bold;color:#fc0;font-size:15px;line-height:1.1;letter-spacing:.1em;-webkit-transition-duration:.25s;transition-duration:.25s;font-family:"LetoSans",sans-serif;white-space:nowrap}.am-tag:hover,.am-tag:focus{outline:none;color:#040a0d}.am-tag_big{color:gray;text-transform:uppercase;font-size:14px;line-height:1.5;letter-spacing:normal}.am-quote-wrapp{padding-bottom:45px}.am-quote{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:390px;margin-bottom:50px;background-color:#fff;padding-bottom:50px;padding-right:50px}.am-quote__left-side{position:relative;max-width:234px;max-height:360px}.am-quote__left-side::before{content:"";position:absolute;bottom:49px;left:40px;width:57.97px;height:38.73px;background-image:url("/images/svg/quotes.svg");background-repeat:no-repeat}.am-quote__left-side svg{min-width:270px}.am-quote__name{display:block;margin-bottom:7px;font-weight:500}.am-quote__about-person{font-size:14px;font-weight:400;position:absolute;bottom:-25px;left:115px;width:215px;color:gray}.am-quote__right-side{-ms-flex-item-align:end;align-self:flex-end;font-size:24px;font-style:italic;margin-left:130px;font-weight:500;width:100%}.am-quote svg{height:auto}@media only screen and (max-width: 1279px){.am-quote{margin-bottom:30px;padding-right:35px;padding-top:35px}.am-quote__right-side{font-size:16px;-ms-flex-item-align:center;align-self:center;margin-left:60px;font-weight:400}.am-quote__about-person{left:43px;bottom:-42px}}@media only screen and (max-width: 779px){.am-quote{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:20px}.am-quote__left-side{max-width:60%;margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.am-quote__left-side::before{display:none}.am-quote__right-side{margin-left:0;padding-left:27px;-ms-flex-item-align:start;align-self:flex-start}.am-quote__about-person{position:initial;-ms-flex-item-align:center;align-self:center;padding-left:40px;max-width:none;margin-top:-30px}}@media only screen and (max-width: 480px){.am-quote__left-side{max-width:100%}}.am-container-contest{background-image:url(/local/templates/lampa/css/../images/contest-lampa.svg);background-repeat:no-repeat;background-size:30%;background-position:bottom right;padding-bottom:83px}.am-contest__content{display:-webkit-box;display:-ms-flexbox;display:flex;padding:74px 0 74px 133px}.am-contest__info{font-weight:400;font-size:20px;max-width:730px;margin-right:55px}.am-contest__info p{margin:0}.am-contest__title h2{font-size:72px;line-height:86px;font-weight:400;max-width:1130px}.am-contest__btn{height:40px;width:180px}@media only screen and (max-width: 1279px){.am-contest__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}.am-contest__title h2{font-size:42px;line-height:50px;margin-bottom:35px}.am-contest__info{margin-bottom:40px;max-width:504px;font-size:16px;margin-right:0}}@media only screen and (max-width: 991px){.am-container-contest{background-size:50%;padding-bottom:83px}}@media only screen and (max-width: 560px){.am-container-contest{background-image:url(/local/templates/lampa/css/../images/contest-lampa-ph.svg);background-size:400px;background-position:bottom -50px right;padding-bottom:133px}.am-contest__title h2{font-size:32px;line-height:38px}.am-contest__btn{width:100%}}.am-top-block{position:absolute;left:0;top:0;right:0;height:850px;background-color:#fc0;z-index:-1;background-size:cover;background-position:center;overflow:hidden}.am-top-block__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 1600px){.am-top-block{height:900px}}@media only screen and (max-width: 1279px){.am-top-block{height:850px}}@media only screen and (max-width: 779px){.am-top-block{height:800px}}.am-filter__section{background-color:#fff;border-bottom:1px solid #eaebeb;padding-top:34px;padding-bottom:30px;padding-left:34px;padding-right:34px;display:-webkit-box;display:-ms-flexbox;display:flex}.am-filter__section:last-child{border-bottom:none}.am-filter__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.am-filter__column_right{margin-left:auto}.am-filter__link{background-color:#fff;font-weight:700;font-size:18px;text-transform:uppercase;line-height:20px;padding-top:12px;padding-bottom:10px;padding-left:16px;padding-right:16px;color:#040a0d;margin-right:40px;margin-bottom:5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap;-webkit-transition:background-color .25s,color .25s;transition:background-color .25s,color .25s}.am-filter__link svg{margin-top:-2px;margin-right:14px;max-width:20px;max-height:20px}.am-filter__link svg path{-webkit-transition:fill .25s,storke .25s;transition:fill .25s,storke .25s}.am-filter__link_mini{padding-top:9px;padding-bottom:8px;font-size:15px;font-weight:700;line-height:16px;letter-spacing:.1em;margin-right:24px;color:#fc0;text-transform:none;white-space:nowrap;margin-top:5px}.am-filter__link_mini:hover,.am-filter__link_mini:focus{outline:none;color:#040a0d}.am-filter__link_medium{font-size:12px;padding-top:8px;padding-bottom:6px;padding-left:8px;padding-right:12px;margin-right:32px}.am-filter__link_mini.am-filter__link_active{color:#040a0d}.am-filter__link:hover,.am-filter__link:focus{outline:none;background-color:#fc0}.am-filter__link:last-of-type{margin-right:0}.am-filter__link_active{background-color:#fc0}.am-filter__left,.am-filter__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.am-filter__left_no-wrap,.am-filter__right_no-wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.am-filter__right{min-width:200px;margin-left:auto}.am-filter__type{color:gray;letter-spacing:.1em;font-size:12px;line-height:13px;font-weight:700;font-family:"LetoSans",sans-serif;text-transform:uppercase;display:inline-block;margin-right:20px}.am-filter__search{width:100%;max-width:665px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px;margin-left:30px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.am-filter__search form{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.am-filter_dark .am-drop{background-color:#000}.am-filter_dark .am-drop__title{color:#fff}.am-filter_dark .am-drop__list{background-color:#000}.am-filter_dark .am-drop__link{color:#fff}.am-filter_dark .am-filter__section{background-color:#000;border-color:rgba(128,128,128,.2)}.am-filter_dark .am-filter__link{background-color:transparent;color:#fff}.am-filter_dark .am-filter__link:hover,.am-filter_dark .am-filter__link:focus{outline:none;background-color:#fc0;color:#040a0d}.am-filter_dark .am-filter__link:hover svg path,.am-filter_dark .am-filter__link:focus svg path{fill:#040a0d}.am-filter_dark .am-filter__link_mini{color:#fc0}.am-filter_dark .am-filter__link_active{color:#040a0d;background-color:#fc0}.am-filter_dark .am-filter__link_active svg path{fill:#040a0d}.am-filter__mobile-only{display:none}@media only screen and (max-width: 1279px){.am-filter__section{padding:20px;padding-left:30px;padding-right:30px;padding-top:35px;-ms-flex-wrap:wrap;flex-wrap:wrap}.am-filter__desktop-only{display:none}.am-filter__mobile-only{display:-webkit-box;display:-ms-flexbox;display:flex}.am-filter__link{font-size:16px;padding-left:10px;padding-right:10px;padding-top:8px;padding-bottom:5px;line-height:18px}.am-filter__link_medium{font-size:12px}.am-filter__search{width:100%;max-width:100%;margin-top:45px;margin-right:0;margin-left:0}.am-filter_tablet-wide{margin-left:-45px;margin-right:-45px}.am-filter_tablet-wide .am-filter__section{padding-left:50px;padding-right:50px;padding-top:35px}.am-filter_dark .am-filter__section{border:none}}@media only screen and (max-width: 991px){.am-filter__tablet-sp-b{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (max-width: 779px){.am-filter_tablet-wide{margin-left:0;margin-right:0}.am-filter_tablet-wide .am-filter__section{padding:24px}.am-filter__section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.am-filter__section_big-links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.am-filter__link{font-size:14px}.am-filter__link_icon,.am-filter__link_active.am-filter__link_icon{color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:0;background-color:transparent}.am-filter__link_active.am-filter__link_icon path{fill:#fc0}.am-filter__link_icon{width:35px;height:35px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}.am-filter__link_icon svg{margin-right:0;width:100%;height:100%;max-width:100%;max-height:100%}.am-filter__link_icon path{fill:#fff}.am-filter__right{margin-left:0}.am-filter_dark .am-filter__link.am-filter__link_icon path{fill:#fff}.am-filter_dark .am-filter__link.am-filter__link_icon:hover,.am-filter_dark .am-filter__link.am-filter__link_icon:focus{background-color:transparent}.am-filter_dark .am-filter__link.am-filter__link_icon:hover path,.am-filter_dark .am-filter__link.am-filter__link_icon:focus path{fill:#fc0}.am-filter_dark .am-filter__link.am-filter__link_active.am-filter__link_icon path{fill:#fc0}}.am-drop{font-size:12px;line-height:13px;letter-spacing:.1em;font-weight:bold;text-transform:uppercase;padding:15px;padding-top:10px;padding-bottom:8px;position:relative;background-color:#fff;border:none;text-align:left;font-family:"LetoSans",sans-serif}.am-drop__title{cursor:pointer;color:gray;border-bottom:1px solid #c4c4c4;-webkit-transition:color .25s;transition:color .25s;line-height:2;white-space:nowrap}.am-drop__title-arrow{margin-left:32px}.am-drop__title-arrow path{-webkit-transition:fill .25s;transition:fill .25s}.am-drop__list{list-style:none;margin:0;padding:0;position:absolute;bottom:0;left:0;right:0;width:150px;word-break:break-word;background-color:#fff;padding-left:15px;padding-right:15px;-webkit-transition:opacity .25s,-webkit-transform .25s;transition:opacity .25s,-webkit-transform .25s;transition:transform .25s,opacity .25s;transition:transform .25s,opacity .25s,-webkit-transform .25s;-webkit-transform:translateY(90%);transform:translateY(90%);opacity:0;pointer-events:none;z-index:1}.am-drop__list:focus{opacity:1;pointer-events:auto;-webkit-transform:translateY(100%);transform:translateY(100%)}.am-drop_visible{outline:none}.am-drop_visible .am-drop__list{opacity:1;pointer-events:auto;-webkit-transform:translateY(100%);transform:translateY(100%)}.am-drop:hover,.am-drop:focus{outline:none}.am-drop:hover .am-drop__title-arrow path,.am-drop:focus .am-drop__title-arrow path{stroke:#fc0}.am-drop:hover .am-drop__title,.am-drop:focus .am-drop__title{color:#fc0}.am-drop__item{margin:0;padding:0;padding:7px 0}.am-drop__link{color:#040a0d;-webkit-transition:color .25s;transition:color .25s;font-weight:bold}.am-drop__link:hover,.am-drop__link:focus{outline:none;color:#fc0}.am-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.am-slider__thumbs{width:100%;padding-bottom:34px;margin-bottom:28px}.am-slider__main{width:100%;position:relative}.am-slider__wrapper{width:100%;position:relative}.am-slider__scrollbar{width:100%;height:8px;background-color:#eaebeb;position:absolute;bottom:0;left:0}.am-slider__scrollbar-drag{height:8px;background-color:#fc0}.am-slider-thumb{cursor:pointer;position:relative;height:auto;max-height:105px}.am-slider-thumb::before{content:"";position:absolute;width:100%;height:100%;background-color:#040a0d;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s}.am-slider-thumb:hover::before{opacity:.6}.am-slider-thumb_video::before{opacity:.6}.am-slider-thumb_video:hover path{fill:#fff}.am-slider-thumb__icon{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;padding-left:8px;-webkit-box-sizing:content-box;box-sizing:content-box}.am-slider-thumb__icon path{-webkit-transition-duration:.3s;transition-duration:.3s}.am-slider-thumb img.am-slider-thumb__img{margin:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.am-slider-item{padding-bottom:56.25%;position:relative}.am-slider-item_video .am-slider-item__info{background:rgba(4,10,13,.6)}.am-slider-item_video{cursor:pointer}.am-slider-item_video:hover path{fill:#fff}.am-slider-item__info,.am-slider-item__media{position:absolute;width:100%;height:100%}.am-slider-item__media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.am-slider-item__media img.am-slider-item__img{margin:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.am-slider-item__video,.am-slider-item__video iframe{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;opacity:0;visibility:hidden;pointer-events:none}.am-slider-item__video_visible,.am-slider-item__video_visible iframe,.am-slider-item__video iframe_visible,.am-slider-item__video iframe_visible iframe{opacity:1;visibility:visible;pointer-events:auto}.am-slider-item__info{background:-webkit-gradient(linear, left top, left bottom, from(rgba(4, 10, 13, 0.53)), color-stop(11.78%, rgba(4, 10, 13, 0)));background:linear-gradient(180deg, rgba(4, 10, 13, 0.53) 0%, rgba(4, 10, 13, 0) 11.78%);padding:35px 45px;-webkit-transition-duration:.3s;transition-duration:.3s}.am-slider-item__title{color:#fff;font-size:20px;line-height:1.4;font-family:"Roboto",sans-serif}.am-slider-item__play{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.am-slider-item__play path{-webkit-transition-duration:.3s;transition-duration:.3s}.am-slider-nav__button{position:absolute;top:0;bottom:0;margin:auto 0;z-index:10;height:106px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;padding-right:21px;outline:none}.am-slider-nav__button::before{content:"";display:block;position:absolute;top:0;right:0;width:106px;height:106px;border-radius:100%;background-color:#fc0;z-index:1;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-duration:.3s;transition-duration:.3s}.am-slider-nav__button:hover::before,.am-slider-nav__button:focus::before{-webkit-transform:none;transform:none}.am-slider-nav__button svg{position:relative;z-index:2}.am-slider-nav__button_prev{left:0;-webkit-transform:translateX(-53px);transform:translateX(-53px)}.am-slider-nav__button_next{right:0;-webkit-transform:translateX(53px) rotate(180deg);transform:translateX(53px) rotate(180deg)}.am-slider-nav__button_disable{opacity:.5;cursor:default}.am-slider-pagination{position:absolute;top:30px;right:22px;width:90px;left:auto;bottom:auto;z-index:12;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#fc0;font-family:"LetoSans",sans-serif;font-size:16px;line-height:1.62;font-weight:bold}@media only screen and (max-width: 1279px){.am-slider-nav__button_prev{-webkit-transform:translateX(-33px);transform:translateX(-33px)}.am-slider-nav__button_next{-webkit-transform:translateX(33px) rotate(180deg);transform:translateX(33px) rotate(180deg)}.am-slider__thumbs{padding-bottom:28px;margin-bottom:20px}.am-slider-thumb__icon{max-width:13px}.am-slider-item__play{max-width:50px}.am-slider-item__info{padding:20px 60px 20px 20px}.am-slider-item__title{font-size:18px}.am-slider-pagination{top:22px}}@media only screen and (max-width: 779px){.am-slider-nav__arrow{overflow:hidden;position:relative;width:38px}.am-slider-nav__button{width:52px;height:52px;padding-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.am-slider-nav__button::before{width:52px;height:52px}.am-slider-nav__button_prev{-webkit-transform:translateX(-19px);transform:translateX(-19px)}.am-slider-nav__button_next{-webkit-transform:translateX(19px) rotate(180deg);transform:translateX(19px) rotate(180deg)}.am-slider-thumb__icon{max-width:12px}.am-slider-item__title{font-size:12px}.am-slider-item__info{padding:10px 45px 10px 15px}.am-slider-item__play{max-width:36px}.am-slider-pagination{font-size:12px;right:11px;top:10px}}.am-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-decoration:none;position:relative;color:#000}.am-card:hover .am-card__img-wrap{-webkit-filter:grayscale(0);filter:grayscale(0)}.am-card__date_top{z-index:1;position:absolute;top:25px;left:21px}.am-card__img-wrap{cursor:pointer;height:280px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-filter .25s;transition:-webkit-filter .25s;transition:filter .25s;transition:filter .25s, -webkit-filter .25s}.am-card__img-wrap:hover~.am-card__bottom .am-card__title{color:#fc0}.am-card__img{max-width:100%;max-height:100%;margin:0 auto}.am-card__bottom{z-index:1;padding:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}.am-card__type-icon{pointer-events:none;position:absolute;top:22px;left:30px;width:52px;height:52px;z-index:1}.am-card__type-icon-img{max-width:100%;max-height:100%}.am-card__title{cursor:pointer;margin:0;font-family:inherit;font-weight:400;font-size:22px;line-height:1.64;margin-bottom:6px;color:#040a0d;margin-top:10px;-webkit-transition:color .25s;transition:color .25s}.am-card__title:hover{color:#fc0}.am-card__icon-wrap{margin-top:15px}.am-card__icon [fill]{fill:#000}.am-card__icon [stroke]{stroke:#000}.am-card__icon [fill],.am-card__icon [stroke]{-webkit-transition:all .25s;transition:all .25s}.am-card__tags{margin-top:60px}.am-card__tags-tag{margin-right:30px;white-space:nowrap;display:inline-block}.am-card__tags-tag:last-child{margin-right:0}.am-card__hover{position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(11,116,255,.9);opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff}.am-card__hover-bottom{padding:20px;margin-top:auto}.am-card__desc,.am-card__desc p{margin:0;font-weight:400;font-family:"Roboto",sans-serif;font-size:16px;line-height:1.45;color:rgba(4,10,13,.8)}.am-card__desc{margin-top:10px}.am-card__chars{width:100%;border-spacing:0}.am-card__chars-column{padding:5px;padding-left:0;padding-right:0}.am-card__links{margin-top:30px}.am-card__links-type{font-family:"LetoSans",sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.1em;line-height:1.1;color:gray;display:block}.am-card__links-link{color:#fc0;font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:.1em;line-height:1.1;font-family:"LetoSans",sans-serif;margin-right:10px;display:inline-block}.am-card__position{font-size:14px;line-height:1.4;font-family:"LetoSans",sans-serif;text-transform:uppercase;color:gray;margin-top:15px;letter-spacing:.1em;padding-bottom:20px}.am-card_black-white .am-card__img-wrap,.am-card_black-white-overlay .am-card__img-wrap{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.am-card_black-white-overlay{position:relative}.am-card_black-white-overlay:hover::after{opacity:0}.am-card_black-white-overlay::after{pointer-events:none;-webkit-transition:opacity .25s;transition:opacity .25s;content:"";position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(44,16,66,.2)}.am-card_black-white-overlay .am-card__date{color:#fff}.am-card_black-white-overlay .am-card__tags-tag:hover{color:#fff}.am-card_bottom-gradient::before{pointer-events:none;content:"";position:absolute;top:0;right:0;left:0;bottom:0;z-index:1;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000000));background-image:linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%)}.am-card_hidden-content:hover .am-card__hover{opacity:1}.am-card_full-transparent .am-card__date_top{color:#fff}.am-card_full-transparent .am-card__bottom{background-color:transparent}.am-card_full-img{border:none}.am-card_full-img .am-card__img-wrap,.am-card_full-img .am-card__img{width:100%;height:100%}.am-card_full-img .am-card__img-wrap{position:absolute;left:0;right:0;bottom:0;top:0}.am-card_full-img .am-card__img{-o-object-fit:cover;object-fit:cover}.am-card_full-img .am-card__bottom{padding-top:50px;margin-top:auto;-webkit-transition:background-color .25s,color .25s;transition:background-color .25s,color .25s;background-color:#fff}.am-card_full-img:hover .am-card__bottom{background-color:rgba(255,255,255,0);color:#fff}.am-card_full-img:hover .am-card__icon [fill]{fill:#fff}.am-card_full-img:hover .am-card__icon [stroke]{stroke:#fff}.am-card_full-transparent .am-card__bottom{background-color:transparent;padding:20px;padding-top:100px}.am-card_full-transparent .am-card__title{color:#fff;margin-bottom:0;font-weight:700}.am-card_full-transparent .am-card__title:hover{color:#fc0}.am-card_full-transparent .am-card__tags{margin-top:0}.am-card_full-transparent .am-card__tags-tag{line-height:1.1}.am-card_full-transparent .am-card__tags-tag:hover{color:#eaebeb}.am-card_wide-img .am-card__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.am-card_high-img .am-card__img-wrap{height:340px}.am-card_tallest-img .am-card__img-wrap{height:378px}.am-card_hover-yellow .am-card__bottom{-webkit-transition:background-color .25s;transition:background-color .25s}.am-card_hover-yellow .am-card__title{font-size:24px;margin-top:0}.am-card_hover-yellow .am-card__desc,.am-card_hover-yellow .am-card__desc p{-webkit-transition:color .25s;transition:color .25s}.am-card_hover-yellow .am-card__img-wrap:hover~.am-card__bottom .am-card__title{color:#040a0d}.am-card_hover-yellow:hover .am-card__bottom{background-color:#fc0}.am-card_hover-yellow:hover .am-card__links-link,.am-card_hover-yellow:hover .am-card__tags-tag,.am-card_hover-yellow:hover .am-card__links-type,.am-card_hover-yellow:hover .am-card__desc,.am-card_hover-yellow:hover .am-card__title,.am-card_hover-yellow:hover .am-card__bottom,.am-card_hover-yellow:hover .am-card__desc p,.am-card_hover-yellow:hover .am-card__position{color:#040a0d}.am-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.am-cards__item{margin-bottom:30px;width:calc( 50% - 15px )}.am-cards__main-card{height:520px}.am-cards_media .am-cards__item{min-height:414px}.am-cards_media .am-cards__main-card{min-height:859px}.am-cards-tile{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:20px}.am-cards-tile__item{min-height:414px;margin-bottom:36px;margin-right:30px;width:calc( 33% - 30px )}.am-cards-tile__item:nth-child(3n+3){margin-right:0}.am-cards-tile__item_wide{width:66.66%;margin-right:0}.am-cards-tile__item_full{min-height:750px;width:100%;margin-right:0}@media only screen and (max-width: 1600px){.am-cards_media .am-cards__item{min-height:390px}.am-cards_media .am-cards__main-card{min-height:810px}.am-cards-tile__item{min-height:390px}.am-card__title{font-size:16px;line-height:1.4}.am-card__position{font-size:12px;margin-top:10px}.am-card_hover-yellow .am-card__title{font-size:20px}}@media only screen and (max-width: 1279px){.am-card__type-icon{width:31px;height:31px;top:26px;left:24px}.am-card__img-wrap{height:180px}.am-card__bottom{padding:20px;padding-top:30px}.am-card__date{font-size:12px}.am-card__tags{margin-top:40px}.am-card__tags-tag{font-size:12px;margin-right:16px}.am-card__main-card{height:405px}.am-card_high-img .am-card__img-wrap{height:336px}.am-card_tallest-img .am-card__img-wrap{height:281px}.am-cards__main-card{min-height:407px}.am-cards_media .am-cards__item{min-height:387px}.am-cards-tile{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.am-cards-tile__item{margin-right:17px;min-height:387px;width:calc( 50% - 9px );margin-bottom:20px}.am-cards-tile__item:nth-child(2n+2){margin-right:0}.am-cards-tile__item_wide{margin-right:0}.am-cards-tile__item_full{width:100%}}@media only screen and (max-width: 779px){.am-cards__item{width:100%}.am-cards__img-wrap{min-height:315px}.am-cards-tile__item{width:100%;margin-right:0}.am-card_high-img .am-card__img-wrap{height:336px}}.am-nav-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:35px 0}.am-nav-line .am-nav-line__button{border-radius:0;max-width:347px;font-family:"LetoSans",sans-serif;font-size:14px;line-height:1.43;letter-spacing:.1em;background-color:#fc0;color:#040a0d;min-height:30px;height:30px;padding:0 15px;-webkit-transition:background-color .25s;transition:background-color .25s;position:relative}.am-nav-line .am-nav-line__button::before{content:"";position:absolute;left:-23px;top:50%;-webkit-transform:translate(-100%, -50%);transform:translate(-100%, -50%);background-image:url("/images/svg/long-arrow-to-right.svg");background-repeat:no-repeat;background-position:right center;height:8px;width:338px;-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s}.am-nav-line .am-nav-line__button:hover::before{-webkit-transform:translate(-98%, -50%);transform:translate(-98%, -50%)}.am-nav-line .am-nav-line__button:hover,.am-nav-line .am-nav-line__button:focus{background-color:rgba(255,204,0,.8)}.am-pagination{margin:0;padding:0;font-family:"LetoSans",sans-serif;font-size:14px;font-weight:700;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;color:#040a0d;position:relative;z-index:3}.am-pagination__item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:56px;height:56px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.am-pagination__item:not(:last-child){margin-right:6px}.am-pagination__link{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;color:#040a0d;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .25s;transition:all .25s}.am-pagination__link:hover,.am-pagination__link:focus{outline:none;background-color:rgba(255,204,0,.8);color:#fff}.am-pagination__link.active{color:#fff;background-color:#fc0}.am-pagination__link_white{background-color:#fff}.am-pagination_dark .am-pagination__item{color:#fff}.am-pagination_dark .am-pagination__link{color:#fff;background-color:#000}.am-pagination_dark .am-pagination__link:hover,.am-pagination_dark .am-pagination__link:focus,.am-pagination_dark .am-pagination__link.active{background-color:#fc0;color:#040a0d}@media only screen and (max-width: 1279px){.am-nav-line{padding:20px 0}.am-nav-line__button{max-width:240px}.am-nav-line .am-nav-line__button{min-height:46px;border-radius:50px;padding:0 34px;font-size:14px}.am-nav-line .am-nav-line__button::before{display:none}}@media only screen and (max-width: 779px){.am-nav-line{-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}.am-nav-line__button{max-width:100%;width:calc( 100% - 40px );margin-top:50px}.am-pagination__item:nth-child(3){display:none}.am-pagination__item{width:48px;height:48px}}.am-form__field{margin-bottom:50px}.am-form__polytic{font-size:14px;line-height:1.4;color:gray;margin-top:38px}.am-form__polytic a{color:gray;font-weight:bold}.am-form__polytic a:hover,.am-form__polytic a:focus{outline:none;text-decoration:underline}@media only screen and (max-width: 779px){.am-form__field{margin-bottom:20px}}.am-photo-slider{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:150px;position:relative}.am-photo-slider_no-grey .am-photo-slider__slide{-webkit-filter:grayscale(0);filter:grayscale(0)}.am-photo-slider__info{width:100%;max-width:685px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:50px}.am-photo-slider__title{margin:0;padding:0;font-weight:400;font-size:46px;line-height:1.22}.am-photo-slider__desc,.am-photo-slider__desc p{max-width:500px;margin-top:auto;font-size:20px;line-height:1.5;margin-bottom:0}.am-photo-slider__desc_right-top{margin-top:95px;-ms-flex-item-align:end;align-self:flex-end}.am-photo-slider__container{right:0;top:0;width:100%;max-width:1080px;margin-right:-160px}.am-photo-slider__slide{min-height:505px;margin:0;padding:0;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:-webkit-filter .25s;transition:-webkit-filter .25s;transition:filter .25s;transition:filter .25s, -webkit-filter .25s;display:block}.am-photo-slider__slide_out-title{min-height:528px}.am-photo-slider__slide_out-title .am-photo-slider__img{position:static;height:528px}.am-photo-slider__slide_out-title .am-photo-slider__slide-title{position:relative;color:#040a0d;bottom:auto;left:auto;right:auto;font-weight:400;font-size:22px;margin-top:21px;line-height:1.64;max-width:640px;opacity:0;-webkit-transform:translateX(150px);transform:translateX(150px);-webkit-transition:opacity .35s,-webkit-transform .3s;transition:opacity .35s,-webkit-transform .3s;transition:opacity .35s,transform .3s;transition:opacity .35s,transform .3s,-webkit-transform .3s}.am-photo-slider__slide-title{position:absolute;left:18px;right:18px;bottom:24px;line-height:1.56;font-size:18px;color:#fff;font-weight:700;font-family:"Roboto",sans-serif;margin:0;padding:0}.am-photo-slider__slide:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}.am-photo-slider__slide_active{-webkit-filter:grayscale(0);filter:grayscale(0)}.am-photo-slider__slide_active .am-photo-slider__slide-title{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.am-photo-slider__slide-title-icon{display:inline-block;margin-left:12px;vertical-align:middle;margin-bottom:4px}.am-photo-slider__slide-title-icon path{stroke:#fc0}.am-photo-slider__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;right:0;left:0;bottom:0}.am-photo-slider__arrows{position:absolute;bottom:64px;right:136px}.am-photo-slider__arrows_right{right:0}@media only screen and (max-width: 1600px){.am-photo-slider__container{margin-right:-65px;width:100%}.am-photo-slider__slide{min-height:400px}}@media only screen and (max-width: 991px){.am-photo-slider{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.am-photo-slider__info{padding-right:0}.am-photo-slider__desc,.am-photo-slider__desc p{max-width:100%;font-size:18px}.am-photo-slider__title{font-size:42px;line-height:1.2}.am-photo-slider__arrows{position:static}.am-photo-slider__slide{min-height:334px}.am-photo-slider__slide-title{font-size:14px}.am-photo-slider__slide_out-title{min-height:344px}.am-photo-slider__slide_out-title .am-photo-slider__img{height:344px}.am-photo-slider__slide_out-title .am-photo-slider__slide-title{font-size:15px;margin-top:15px}.am-photo-slider__desc{margin-top:20px}.am-photo-slider__container{width:auto;max-width:none;margin-top:30px;margin-right:-65px;margin-left:0}.am-photo-slider__arrows{margin-top:35px}}@media only screen and (max-width: 779px){.am-photo-slider{padding-bottom:50px;padding-top:30px}.am-photo-slider__title{font-size:32px}.am-photo-slider__desc,.am-photo-slider__desc p{font-size:16px;line-height:1.5}.am-photo-slider__container{margin-right:-20px;margin-top:30px}.am-photo-slider__slide{min-height:258px}.am-photo-slider__slide_out-title{min-height:214px}.am-photo-slider__slide_out-title .am-photo-slider__img{height:214px}.am-photo-slider__arrows{margin-top:20px}}.am-input{position:relative;width:100%}.am-input::before{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;bottom:0;right:14px;margin:auto 0}.am-input_error::before{content:url(/local/templates/lampa/css/../images/error.svg)}.am-input_correct::before{content:url(/local/templates/lampa/css/../images/correct.svg);top:10px}.am-input_textarea::before{bottom:auto;margin:0;top:10px}.am-input_textarea .am-input__body{min-height:160px;height:160px;padding-top:20px;resize:vertical}.am-input_textarea .am-input__body::-webkit-resizer{display:none}.am-input_textarea .am-input__label{top:20px}.am-input_textarea .am-input__label_active{top:1px}.am-input__body{width:100%;height:54px;background-color:#fff;border:none;border-radius:0;border-bottom:1px solid #040a0d;font-size:16px;font-weight:bold;line-height:1.4;font-family:"Roboto",sans-serif;padding-top:12px;padding-right:45px;-webkit-transition:border-color .25s;transition:border-color .25s}.am-input__body::-ms-clear{display:none}.am-input__body:focus{outline:none;border-color:#fc0}.am-input__label{position:absolute;top:calc(50% - 13px);left:1px;pointer-events:none;font-size:18px;color:gray;font-weight:300;font-family:"Roboto",sans-serif;line-height:1.4;-webkit-transition-duration:.3s;transition-duration:.3s}.am-input__label_active{font-size:14px;top:1px}.am-input__notice{position:absolute;bottom:-12px;left:0;max-width:100%;padding:15px 20px;background-color:#fff;-webkit-transform:translateY(95%);transform:translateY(95%);opacity:0;pointer-events:none;visibility:hidden;-webkit-transition-duration:.3s;transition-duration:.3s;font-size:16px;line-height:1.5;color:#8a8b93;font-family:"Roboto",sans-serif;font-style:italic;border:1px solid #e5eaef;z-index:2}.am-input__notice::after,.am-input__notice::before{content:"";position:absolute;top:0;left:45px;-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);border:10px solid transparent;border-width:0 16px 12px 16px;border-color:transparent transparent #fff transparent}.am-input__notice::before{border:11px solid transparent;border-width:0 17px 13px 17px;border-color:transparent transparent #e5eaef transparent}.am-input__notice_visible{opacity:1;pointer-events:auto;visibility:visible;-webkit-transform:translateY(100%);transform:translateY(100%)}.am-search{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.am-search__input{width:100%;height:26px;background-color:transparent;border:none;border-bottom:1px solid gray;font-weight:400;line-height:16px;font-family:"Roboto",sans-serif;-webkit-transition:border-color .25s;transition:border-color .25s;color:#fff;font-size:14px;padding:0;padding-bottom:10px;padding-right:30px}.am-search__input:hover,.am-search__input:focus{outline:none;border-color:#fc0}.am-search__input::-webkit-input-placeholder{color:gray;font-size:14px;font-style:italic}.am-search__input::-moz-placeholder{color:gray;font-size:14px;font-style:italic}.am-search__input:-ms-input-placeholder{color:gray;font-size:14px;font-style:italic}.am-search__input::-ms-input-placeholder{color:gray;font-size:14px;font-style:italic}.am-search__input::placeholder{color:gray;font-size:14px;font-style:italic}.am-search__button{background-color:transparent;border:none;padding:0;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;position:absolute;top:-5px;right:0;cursor:pointer;height:100%;padding:5px}.am-search__button path{-webkit-transition:stroke .25s;transition:stroke .25s}.am-search__button:hover,.am-search__button:focus{outline:none}.am-search__button:hover path,.am-search__button:focus path{stroke:#fc0}@media only screen and (max-width: 779px){.am-input_textarea .am-input__body{height:150px;min-height:150px}.am-input_textarea .am-input__label{top:10px}.am-input_textarea .am-input__label_active{top:1px}.am-input__body{height:52px}}.am-media{position:fixed;width:100vw;height:100vh;min-height:100vh;max-height:100vh;top:0;left:0;background:#040a0d;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;pointer-events:none;visibility:hidden;-webkit-transition:opacity .5s,height .5s;transition:opacity .5s,height .5s}.am-media_visible{opacity:1;pointer-events:auto;visibility:visible}.am-media__close{position:absolute;width:48px;height:48px;padding:10px;top:25px;right:25px;background:none;border:none;margin:0;padding:0;cursor:pointer;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:none}.am-media__close::after{content:"";display:block;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:38px;height:4px;background-color:#fc0;border-radius:4px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.am-media__close::before{content:"";display:block;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:38px;height:4px;background-color:#fc0;border-radius:4px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.am-media__close:hover::before,.am-media__close:focus::before{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.am-media__close:hover::after,.am-media__close:focus::after{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.am-media__content{width:100%;height:100%}.am-media__slider{width:100%;height:100%}.am-media__slider::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:-webkit-gradient(linear, left top, left bottom, color-stop(47.4%, rgba(0, 0, 0, 0)), to(#000000));background:linear-gradient(180deg, rgba(0, 0, 0, 0) 47.4%, #000000 100%);z-index:2}.am-media-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.am-media-slide.swiper-slide-zoomed img{cursor:move}.am-media-slide:not(.swiper-slide-active){z-index:-1;pointer-events:none}.am-media-slide_audio{cursor:pointer}.am-media-slide_audio::before{content:"";display:block;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:126px;height:126px;background-image:url(/local/templates/lampa/css/../images/audio.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.am-media-slide_playing::before{width:55px;height:80px;background-image:url(/local/templates/lampa/css/../images/pause.svg)}.am-media-slide_pause::before{width:114px;height:126px;background-image:url(/local/templates/lampa/css/../images/play.svg)}.am-media-slide__img{max-width:100%;max-height:100%;cursor:pointer}.am-media-slide__video,.am-media-slide__video iframe{width:100%;height:100%}.am-media-progress{position:absolute;z-index:5;pointer-events:none;height:1px;width:0;background-color:#fc0;top:-1px;left:0}.am-media-progress_active{-webkit-transition:width .6s linear;transition:width .6s linear}.am-media__bottom{position:fixed;bottom:0;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:3;border-top:1px solid rgba(255,255,255,.25)}.am-media-info{color:#fff;max-width:calc( 100% - 300px )}.am-media-info__item{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;min-height:100px;padding:15px 40px}.am-media-info__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.am-media-info__date{font-size:12px;line-height:13px;letter-spacing:.1em;margin-right:17px;text-transform:uppercase}.am-media-info__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.am-media-info__tag{margin-right:10px}.am-media-info__tag:hover{color:#fff}.am-media-info__title{margin-top:5px;font-size:26px;line-height:1.38;font-weight:500;font-family:"Roboto",sans-serif}.am-media-zoom{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -75%);transform:translate(-50%, -75%);pointer-events:none;z-index:20;visibility:hidden;opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s;width:144px;height:144px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(255,204,0,.8);border-radius:100%}.am-media-zoom_visible{opacity:1;visibility:visible}.am-media-controls{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;line-height:1.62;font-weight:bold;font-family:"LetoSans",sans-serif}.am-media-controls__button{width:98px;height:100%;min-height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s;position:relative;margin-right:1px;outline:none}.am-media-controls__button::after{content:"";display:block;position:absolute;top:0;right:-1px;height:100%;width:1px;background:rgba(255,255,255,.25)}.am-media-controls__button::before{content:"";display:block;position:absolute;top:0;left:-1px;height:100%;width:1px;background:rgba(255,255,255,.25)}.am-media-controls__button:not(.am-media-controls__button_disabled):hover,.am-media-controls__button:not(.am-media-controls__button_disabled):focus{background-color:#fc0}.am-media-controls__button:not(.am-media-controls__button_disabled):hover path,.am-media-controls__button:not(.am-media-controls__button_disabled):focus path{fill:#fff}.am-media-controls__button_disabled{cursor:default}.am-media-controls__button_disabled svg{opacity:.5}.am-media-controls__button path{-webkit-transition:fill .3s;transition:fill .3s}.am-media-controls__next::before{display:none}.am-media-controls__next svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.am-media-controls__pagination{width:100px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.am-media-controls__icon{display:block;margin-bottom:5px}@media only screen and (max-width: 1279px){.am-media-info{max-width:calc( 100% - 180px )}.am-media-info__date{font-size:10px}.am-media-info__title{font-size:12px}.am-media-info__tag{font-size:10px}.am-media-info__item{min-height:60px;padding:10px 22px}.am-media-controls__button{min-height:60px;width:58px}.am-media-controls__icon{width:21px;margin-bottom:3px}.am-media-controls__pagination{font-size:12px;width:60px}.am-media-zoom{width:100px;height:100px}.am-media-zoom img{width:36px}.am-media-slide_audio::before{width:80px;height:80px}.am-media-slide_playing::before{width:40px;height:58px}.am-media-slide_pause::before{width:76px;height:80px}}@media only screen and (max-width: 779px){.am-media__close{width:36px;height:36px;top:12px;right:12px;z-index:20}.am-media__close::before{width:22px;height:2px}.am-media__close::after{width:22px;height:2px}.am-media-info{position:fixed;top:0;max-width:calc(100% - 60px)}.am-media-info::before{content:"";display:block;position:absolute;left:0;top:0;width:100vw;height:100%;background-color:#040a0d;z-index:1}.am-media-info::after{content:"";display:block;position:absolute;bottom:-1px;left:0;width:100vw;height:1px;background-color:rgba(255,255,255,.25)}.am-media-info__slider{z-index:2;border-right:1px solid rgba(255,255,255,.25)}.am-media-info__title{margin-top:4px;line-height:1.4}.am-media-info__item{padding:10px 5px 4px 20px}.am-media-controls{width:100%}.am-media-controls__button{min-width:58px}.am-media-controls__next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-right:0}.am-media-controls__next::before{display:block}.am-media-controls__pagination{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%}.am-media-slide_audio::before{width:54px;height:54px}.am-media-slide_playing::before{width:28px;height:38px}.am-media-slide_pause::before{width:50px;height:54px}.am-media-zoom{display:none}}.am-brands__list{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.am-brands__list_four .am-brands__item{width:calc( 25% - 30px )}.am-brands__item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;width:calc(20% - 30px);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;height:165px;padding:0;margin-bottom:26px;margin-right:30px;position:relative;overflow:hidden;-webkit-transition:.35s ease-in-out;transition:.35s ease-in-out}.am-brands__item:nth-child(5n+5){margin-right:0}/*.am-brands__item::after{content:"";width:10px;border-radius:50%;position:absolute;height:10px;background:#fc0;-webkit-transition:opacity .35s ease-in-out,-webkit-transform .75s ease;transition:opacity .35s ease-in-out,-webkit-transform .75s ease;transition:opacity .35s ease-in-out,transform .75s ease;transition:opacity .35s ease-in-out,transform .75s ease,-webkit-transform .75s ease;opacity:0}.am-brands__item:hover::after{-webkit-transition:opacity .35s ease-in-out,-webkit-transform .75s ease;transition:opacity .35s ease-in-out,-webkit-transform .75s ease;transition:opacity .35s ease-in-out,transform .75s ease;transition:opacity .35s ease-in-out,transform .75s ease,-webkit-transform .75s ease;-webkit-transform:scale(40);transform:scale(40);opacity:.55}*/.am-brands__item:hover .am-brands__item-img{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}/*.am-brands__item:hover{-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);-webkit-transition:all .45s ease-in-out;transition:all .45s ease-in-out;z-index:1}*/.am-brands__item-img{max-width:100%;max-height:100%;position:relative;-webkit-transition:.35s ease-in-out;transition:.35s ease-in-out}@media only screen and (max-width: 1279px){.am-brands__item,.am-brands__list_four .am-brands__item{height:134px;margin-right:24px;width:calc(33.33% - 24px);height:134px;margin-bottom:24px}.am-brands__item:nth-child(5n+5),.am-brands__list_four .am-brands__item:nth-child(5n+5){margin-right:24px}.am-brands__item:nth-child(3n+3),.am-brands__list_four .am-brands__item:nth-child(3n+3){margin-right:0}}@media only screen and (max-width: 779px){.am-brands__item,.am-brands__list_four .am-brands__item{width:calc(50% - 15px);height:149px;margin-bottom:15px}.am-brands__item:nth-child(5n+5),.am-brands__list_four .am-brands__item:nth-child(5n+5){margin-right:15px}.am-brands__item:nth-child(3n+3),.am-brands__list_four .am-brands__item:nth-child(3n+3){margin-right:15px}.am-brands__item:nth-child(2n+2),.am-brands__list_four .am-brands__item:nth-child(2n+2){margin-right:0}}.am-preloader{position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;opacity:0;visibility:hidden;z-index:120}.am-preloader_show{opacity:1;visibility:visible}.am-preloader_show path{-webkit-animation:lampDash 3s ease-in-out 0s infinite;animation:lampDash 3s ease-in-out 0s infinite}.am-preloader path{stroke:#fc0;fill:transparent;stroke-width:2px;stroke-dasharray:400;stroke-dashoffset:800}_:-ms-fullscreen,:root .am-preloader_show{animation:ie 1s ease 0s infinite alternate}@-webkit-keyframes lampDash{0%{stroke-dashoffset:800}100%{stroke-dashoffset:0}}@keyframes lampDash{0%{stroke-dashoffset:800}100%{stroke-dashoffset:0}}@-webkit-keyframes ie{0%{-webkit-transform:none;transform:none}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes ie{0%{-webkit-transform:none;transform:none}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}.am-yellow-top .am-header__button,.am-dark-page .am-header__button,.am-contrast-top .am-header__button{border-color:#040a0d}.am-yellow-top .am-header__list,.am-dark-page .am-header__list,.am-contrast-top .am-header__list{border:2px solid #040a0d;border-top:none}.am-yellow-top .am-header__drop:hover .am-header__button,.am-dark-page .am-header__drop:hover .am-header__button,.am-contrast-top .am-header__drop:hover .am-header__button{border-color:#040a0d;border-bottom:none;border-radius:24px 24px 0 0;padding-bottom:2px;color:#040a0d}.am-yellow-top .am-header__lang:hover{color:#fff}.am-yellow-top .am-logo__lamp{fill:#fff !important}.am-yellow-top .am-top-page__social-link svg path{fill:#fff}.am-yellow-top .am-top-page__social-link:hover,.am-yellow-top .am-top-page__social-link:focus{outline:none}.am-yellow-top .am-top-page__social-link:hover svg path,.am-yellow-top .am-top-page__social-link:focus svg path{fill:#040a0d}.am-yellow-top .am-top-page__social-tags .am-tag{color:#fff}.am-yellow-top .am-top-page__social-tags .am-tag:hover,.am-yellow-top .am-top-page__social-tags .am-tag:focus{color:#040a0d;outline:none}.am-yellow-top .am-top-page__bottom-arrow path{fill:#fff}.am-yellow-top .am-top-page__desc a{background-image:-webkit-gradient(linear, left top, right top, from(#fff), to(#fff));background-image:linear-gradient(to right, #fff, #fff)}.am-yellow-top .am-top-page__desc a:hover,.am-yellow-top .am-top-page__desc a:focus{outline:none;color:#fff;background-image:-webkit-gradient(linear, left top, right top, from(#fff), to(#fff));background-image:linear-gradient(to right, #fff, #fff)}.am-yellow-top .am-top-page__date{color:#040a0d}.am-yellow-top .am-top-page__tag .am-tag{color:#fff}.am-yellow-top .am-container-vertical-word_first{color:#fff}.am-dark-page{background-color:#040a0d;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(44, 16, 66, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(180deg, rgba(44, 16, 66, 0.5) 0%, rgba(0, 0, 0, 0) 100%);background-repeat:no-repeat}.am-dark-page .am-header__burger line{stroke:#fc0}.am-dark-page .am-header__main-text,.am-dark-page .am-header__button{color:#fc0}.am-dark-page .am-header__lang{color:#fff}.am-dark-page .am-header__lang:hover,.am-dark-page .am-header__lang:focus{outline:none;color:#fc0}.am-dark-page .am-header__button{border-color:#fc0;-webkit-transition:color .25s,background-color .25s;transition:color .25s,background-color .25s}.am-dark-page .am-header__button:hover,.am-dark-page .am-header__button:focus{outline:none;color:#040a0d;background-color:transparent;border-color:#fff}.am-dark-page::after{opacity:.1;background-position:center 200px}.am-dark-page .am-top-page__desc,.am-dark-page .am-top-page__desc p,.am-dark-page .am-top-page__desc a{color:#fff}.am-dark-page .am-top-page__desc a:hover,.am-dark-page .am-top-page__desc a:focus{color:#fc0;outline:none}.am-dark-page .am-top-page__bottom-arrow{opacity:.3}.am-dark-page .am-top-page__social-link svg path{fill:#fff}.am-dark-page .am-top-page__social-link:hover,.am-dark-page .am-top-page__social-link:focus{outline:none}.am-dark-page .am-top-page__social-link:hover svg path,.am-dark-page .am-top-page__social-link:focus svg path{fill:#fc0}.am-dark-page .am-top-page__social-tags .am-tag{color:#fff}.am-dark-page .am-top-page__social-tags .am-tag:hover,.am-dark-page .am-top-page__social-tags .am-tag:focus{color:#fc0;outline:none}.am-dark-page .am-top-page__bottom-arrow path{fill:#fff}.am-dark-page .am-main-title{color:#fff}.am-dark-page.am-page-stripe{color:gray}.am-dark-page.am-page-stripe::before{color:gray;opacity:.2}.am-dark-page .am-container-vertical-word{color:rgba(128,128,128,.8)}.am-contrast-top .am-header__button,.am-contrast-top .am-header__main-text,.am-contrast-top .am-header__lang{color:#fc0}.am-contrast-top .am-header__button{border-color:#fc0}.am-contrast-top .am-header__button:hover,.am-contrast-top .am-header__button:focus{background-color:#fc0;color:#040a0d}.am-contrast-top .am-header__burger line{stroke:#fc0}.am-contrast-top .am-top-page__title{color:#fff}.am-contrast-top .am-top-page__desc,.am-contrast-top .am-top-page__desc p,.am-contrast-top .am-top-page__desc a{color:#fff}.am-contrast-top .am-top-page__desc a:hover,.am-contrast-top .am-top-page__desc a:focus{color:#fc0;outline:none}.am-contrast-top .am-top-page__bottom-arrow{opacity:1}.am-contrast-top .am-top-page__social-link svg path{fill:#fff}.am-contrast-top .am-top-page__social-link:hover,.am-contrast-top .am-top-page__social-link:focus{outline:none}.am-contrast-top .am-top-page__social-link:hover svg path,.am-contrast-top .am-top-page__social-link:focus svg path{fill:#fc0}.am-contrast-top .am-top-page__social-tags .am-tag{color:#fff}.am-contrast-top .am-top-page__social-tags .am-tag:hover,.am-contrast-top .am-top-page__social-tags .am-tag:focus{color:#fc0;outline:none}.am-contrast-top .am-top-page__bottom-arrow path{fill:#fff}.am-contrast-top .am-main-title{color:#fff}.am-contrast-top .am-top-block{z-index:0}.am-contrast-top .am-top-block::before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-image:url("/images/sripe-background.svg");background-size:cover;background-position:center 205px;background-repeat:no-repeat;opacity:.3}.am-contrast-top .am-top-block::after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;pointer-events:none;z-index:1;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(4, 10, 13, 0.37)), to(rgba(255, 255, 255, 0)));background-image:linear-gradient(180deg, rgba(4, 10, 13, 0.37) 0%, rgba(255, 255, 255, 0) 100%)}@media only screen and (max-width: 1279px){.am-contrast-top .am-top-block::before{background-size:auto;background-position:center top}}.am-ask__wrapper{max-width:1056px;margin:80px auto 0}.am-ask__btn{max-width:367px}.am-ask__list{list-style-type:none;padding:0;margin:0}.am-ask__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:80px}.am-ask__item-title{font-size:28px;line-height:1.4;color:#040a0d;font-family:"LetoSans",sans-serif;font-weight:bold}.am-ask__item-desc{margin-top:10px}.am-ask__item-desc p{font-size:24px;line-height:1.4;color:#040a0d;opacity:.8;margin:0}@media only screen and (max-width: 1279px){.am-ask__wrapper{margin:60px auto 0}.am-ask__item{margin-top:60px}.am-ask__item-title{font-size:24px}.am-ask__item-desc p{font-size:20px}}@media only screen and (max-width: 779px){.am-ask{padding:0 30px}.am-ask__wrapper{margin:45px auto 0}.am-ask__list{margin-top:45px}.am-ask__item{margin-top:30px}.am-ask__item-title{font-size:18px}.am-ask__item-desc p{font-size:14px}}.am-search-page__form{padding:50px 40px;background-color:#fff;margin-top:80px}.am-search-page__form-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.am-search-page__submit{margin-left:5px}.am-search-page__result{font-size:28px;font-family:"LetoSans",sans-serif;line-height:1.4;color:#040a0d;font-weight:bold}.am-search-page__input-icon{position:absolute;top:15px;left:3px}.am-search-page__input-label{left:32px;top:calc(50% - 10px);font-size:14px;font-style:italic;color:gray}.am-search-page__input-label.am-input__label_active{top:1px;left:28px}.am-search-page__input-body{padding-left:30px}.am-search-page__wrapper{margin-top:50px;margin-bottom:150px}.am-search-page__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.am-search-page__item a.am-search-page__item-title:not(.am-btn):not(.am-detail-file){color:#040a0d;font-weight:400;-webkit-transition:color .25s;transition:color .25s}.am-search-page__item a.am-search-page__item-title:not(.am-btn):not(.am-detail-file):hover{color:#fc0;text-decoration:none}.am-search-page__item-desc{font-size:16px;margin-top:15px}@media only screen and (max-width: 1279px){.am-search-page__wrapper{margin-bottom:90px}.am-search-page__item-desc{font-size:14px;margin-top:10px}}@media only screen and (max-width: 779px){.am-search-page{padding:0 30px}.am-search-page__result{font-size:20px}.am-search-page__form{padding:30px 20px;margin-top:30px}.am-search-page__form-body{-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}.am-search-page__submit{margin-top:30px;width:100%;margin-left:0}.am-search-page__wrapper{margin-bottom:45px}}.am-not-found{background-image:url(/local/templates/lampa/css/../images/404.svg);background-repeat:no-repeat;background-position:top left;padding:200px 0 90px 130px}.am-not-found__content{max-width:870px}.am-not-found__title{font-weight:400}.am-not-found__desc{margin-top:15px}.am-not-found__buttons{margin-top:50px}.am-not-found__button{margin-right:45px}.am-not-found__button:last-child{margin-right:0}@media only screen and (max-width: 779px){.am-not-found{background-size:contain;padding:120px 0 90px 0}.am-not-found__desc{font-size:16px}.am-not-found__buttons{margin-top:30px}.am-not-found__button{width:100%;margin-right:0;margin-bottom:20px}.am-not-found__button:last-child{margin-bottom:0}}.am-polytic{padding-bottom:90px}.am-polytic__content{margin-top:80px}.am-polytic__content ol{list-style:none;counter-reset:li;padding:0;margin:0}.am-polytic__content li:before{counter-increment:li;content:counters(li, ".") ". "}.am-polytic__content>ol>li{font-size:28px;line-height:1.4;text-transform:uppercase;color:#040a0d;font-weight:bold;margin-bottom:50px}.am-polytic__content>ol>li::before{font-size:28px;line-height:1.4;text-transform:uppercase;color:#040a0d;font-weight:bold}.am-polytic__content>ol>li li,.am-polytic__content>ol>li p{font-size:18px;line-height:1.4;color:#040a0d;opacity:.8;font-weight:300;text-transform:none;padding-left:45px;position:relative;margin-top:25px}.am-polytic__content>ol>li li::before,.am-polytic__content>ol>li p::before{font-size:18px;line-height:1.4;color:#040a0d;opacity:.8;font-weight:300;position:absolute;left:0;top:0}.am-polytic__content>ol>li p{padding-left:0}.am-polytic__content>ol>li p::before{display:none}@media only screen and (max-width: 779px){.am-polytic{padding:0 30px}.am-polytic__content{margin-top:45px}.am-polytic__content>ol>li{font-size:20px;margin-bottom:30px}.am-polytic__content>ol>li::before{font-size:20px}.am-polytic__content>ol>li li,.am-polytic__content>ol>li p{font-size:14px;padding-left:30px;margin-top:15px}.am-polytic__content>ol>li li::before,.am-polytic__content>ol>li p::before{font-size:14px}.am-polytic__content>ol>li p{padding-left:0}}.am-circle-cursor{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -75%);transform:translate(-50%, -75%);pointer-events:none;z-index:20;opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s;width:144px;height:144px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(255,204,0,.8);mix-blend-mode:hard-light;border-radius:100%}.am-circle-cursor_visible{opacity:1}.am-form-answer{background-color:#fff;padding-top:65px;padding-bottom:65px;text-align:center}.am-form-answer__info{max-width:814px;margin:auto}.am-form-answer__title{font-weight:400;font-family:"LetoSans",sans-serif;line-height:1.19;font-size:72px}.am-form-answer__text{font-size:20px;line-height:1.5;margin-top:33px}.am-form-answer__button{height:60px;width:100%;max-width:352px;margin-top:39px;font-size:12px;text-transform:uppercase}@media only screen and (max-width: 1279px){.am-form-answer__title{font-size:30px}}.event-program__title{color:#fff}.event-program__wrapper--white{background-color:#fff}.event-program__wrapper--grey{background-color:#f2f2f2}.event-program__container{max-width:1094px;padding:0 20px;margin:0 auto}.event-program__description{max-width:580px;font-family:"Roboto",sans-serif;font-size:20px;line-height:34px;margin-bottom:70px}.event-program__description p{margin:0}.event-program__description--yellow{font-weight:700;color:#fc0}@media only screen and (min-width: calc($tablet + 1px)){.event-program .am-filter__section{padding-left:calc((100% - 1054px) / 2);padding-right:calc((100% - 1054px) / 2)}}.event-program .event-item:not(.event-item--break){margin-bottom:40px}.event-program__break{padding:40px 0 25px;margin-bottom:50px}.event-line-date{display:grid;grid-template-columns:auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:20px;margin-bottom:30px}.event-line-date:not(:first-child){margin-top:40px}.event-line-date__date{font-family:"LetoSans",sans-serif;font-size:18px;font-weight:700;line-height:25px}.event-line-date__line{height:1px;background-color:#fc0}.event-line{height:1px;background-color:#eaebeb;margin-bottom:42px}.event-item{display:grid;grid-gap:30px;grid-template-columns:210px .85fr}.event-item--break{grid-template-columns:160px 1fr}.event-item--with-img{grid-template-columns:210px 1fr 1fr}.event-item__date-inner{display:grid;grid-template-columns:auto 1fr;grid-gap:8px}.event-item__date-inner--grey{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.event-item__date-inner--grey .event-item__time{color:#bdbdbd}.event-item__time,.event-item__place{font-family:"LetoSans",sans-serif;font-size:20px;font-weight:700;line-height:28px;color:#040a0d}.event-item__place{font-family:"Roboto",sans-serif}.event-item__danger{font-family:"Roboto",sans-serif;font-size:20px;line-height:28px;color:#eb5757;margin-top:17px}.event-item__img img{width:100%}.event-item__info-title{font-family:"LetoSans",sans-serif;font-size:24px;font-weight:700;line-height:29px;color:#040a0d}.event-item__info-text p{font-family:"Roboto",sans-serif;font-size:16px;line-height:22px;color:#434353}.event-item__info-text p.event-item__info-text--black{color:#040a0d}.event-item__info-button{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:20px}.event-item__info-link{font-family:"LetoSans",sans-serif;font-size:14px;font-weight:700;line-height:15px;text-decoration:underline}.event-item__info-link:hover{text-decoration:none}@media only screen and (max-width: 1279px){.event-program__description{font-size:16px;line-height:26px;margin-bottom:40px}.event-item{grid-gap:13px;grid-template-columns:1fr}.event-item:not(.event-item--break){grid-template-areas:"date" "img" "info"}.event-item:not(.event-item--break) .event-item__date{grid-area:date}.event-item:not(.event-item--break) .event-item__img{grid-area:img}.event-item:not(.event-item--break) .event-item__info{grid-area:info}.event-item--with-img{grid-template-columns:1fr}.event-item__date-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.event-item__date-info--grey{color:#bdbdbd}.event-item__danger{margin-top:0}.event-item__info-title{font-size:22px;line-height:27px}}@media only screen and (max-width: 779px){.event-item--break{grid-template-columns:1fr;grid-gap:13px}.event-item__date--break{padding-left:2px}.event-item__date-info{display:block}.event-item__info-title{font-size:20px;line-height:24px}}.am-top-img{max-width:100%;display:block;margin:60px auto}.am-detail{background-color:#fff;padding:0 136px 90px;margin-top:50px}.am-detail__wysiwyg-wrapper{padding:0 136px}.am-detail__table-wrapper{width:100%;overflow:hidden;position:relative}.am-detail__table-wrapper.ps--active-x{padding-bottom:40px}.am-detail__table-wrapper.ps--active-x>.ps__rail-x{opacity:1;background-color:#eaebeb;height:8px}.am-detail__table-wrapper.ps--active-x .ps__thumb-x{bottom:0;height:8px;border-radius:0;background-color:#fc0}.am-detail__bottom{padding:0 136px}.am-detail__slider{margin:80px 0}.am-detail__double-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:80px 0}.am-detail__double-img img{margin:0;max-width:calc(50% - 15px);width:100%}.am-detail__double-img img:first-child{margin-right:30px}.am-detail__files{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.am-detail-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:36px}.am-detail-file:hover{text-decoration:none}.am-detail-file:hover .am-detail-file__text{color:gray}.am-detail-file:last-child{margin-bottom:0}.am-detail-file img.am-detail-file__img{margin:0}.am-detail-file__img{max-width:100%;display:block}.am-detail-file__img-wrapper{min-width:26px;margin-right:12px}.am-detail-file__text{color:#040a0d;font-weight:400;font-family:"Roboto",sans-serif;display:inline;-webkit-transition:color .25s;transition:color .25s;background-repeat:no-repeat;background-position:center bottom 0px;background-size:100% 1px;background-image:-webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFCC00));background-image:linear-gradient(to right, #FFCC00, #FFCC00)}.am-wysiwyg>:first-child{margin-top:0}.am-wysiwyg>:last-child{margin-bottom:0}.am-wysiwyg img{max-width:100%;display:block;margin:80px 0}.am-wysiwyg p{margin:80px 0;font-family:"Roboto",sans-serif;font-size:24px;line-height:1.42;color:#040a0d;font-weight:400}.am-wysiwyg h2{font-size:28px;line-height:1.4;color:#040a0d;display:block}.am-wysiwyg h3{font-size:26px;color:#040a0d;text-transform:uppercase}.am-wysiwyg ol,.am-wysiwyg ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:50px 0 80px;list-style-type:none;padding-left:0}.am-wysiwyg ol{counter-reset:list}.am-wysiwyg ol li{counter-increment:list}.am-wysiwyg ol li::before{content:counter(list);position:absolute;left:0;top:0;width:31px;height:31px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(/local/templates/lampa/css/../images/lamp.svg);background-repeat:no-repeat;background-position:left bottom 3px;font-size:20px;font-family:"LetoSans",sans-serif;color:#040a0d}.am-wysiwyg ul li::before{content:"";position:absolute;left:0;top:16px;width:31px;height:2px;background-color:#fc0}.am-wysiwyg li{margin:0 0 35px;font-size:24px;line-height:1.42;font-family:"Roboto",sans-serif;color:#040a0d;padding-left:43px;position:relative}.am-wysiwyg li:last-child{margin:0}.am-wysiwyg blockquote{margin:80px 0;padding:35px 0 0 136px;position:relative;font-size:24px;line-height:1.4;font-family:Roboto;font-style:italic;font-weight:bold}.am-wysiwyg blockquote::before{content:"";background-image:url(/images/svg/quote.svg);background-size:contain;background-repeat:no-repeat;display:block;position:absolute;left:0px;top:0;width:53px;height:76px}.am-wysiwyg blockquote::after{content:"";background-image:url(/images/svg/quote.svg);background-size:contain;background-repeat:no-repeat;display:block;position:absolute;left:54px;top:0;width:53px;height:76px}.am-wysiwyg a:not(.am-btn):not(.am-detail-file){font-weight:bold}.am-wysiwyg a:not(.am-btn):not(.am-detail-file):hover{text-decoration:underline}.am-wysiwyg table{border-collapse:collapse;min-width:1055px}.am-wysiwyg tr{border-bottom:1px solid #eaebeb;vertical-align:top}.am-wysiwyg tr:first-child{border-color:#fc0}.am-wysiwyg tr:first-child td{padding-top:0;font-size:12px;text-transform:uppercase;font-weight:bold;vertical-align:bottom}.am-wysiwyg tr:last-child{border-bottom:none}.am-wysiwyg tr:last-child td{padding-bottom:0}.am-wysiwyg td{padding:25px;font-size:16px;opacity:.8;color:#040a0d;line-height:1.4}.am-wysiwyg td:first-child{padding-left:0}.am-wysiwyg td:last-child{padding-right:0}.am-wysiwyg h2,.am-wysiwyg h3,.am-wysiwyg h4,.am-wysiwyg h5,.am-wysiwyg h6{margin:80px 0 50px}.am-wysiwyg h2+*,.am-wysiwyg h3+*,.am-wysiwyg h4+*,.am-wysiwyg h5+*,.am-wysiwyg h6+*{margin-top:50px}.am-detail{background-color:#fff;padding:0 136px 90px;margin-top:50px}.am-detail__wysiwyg-wrapper{padding:0 136px}.am-detail__bottom{padding:0 136px}.am-detail__download{margin:80px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.am-detail__download-img-wrapper{min-width:258px}.am-detail__download img{margin:0}.am-detail__download-text{padding-left:50px;font-size:24px;line-height:1.42;color:#040a0d;font-family:"Roboto",sans-serif;font-weight:400}.am-detail__table-wrapper{width:100%;overflow:hidden;position:relative}.am-detail__table-wrapper.ps--active-x{padding-bottom:40px}.am-detail__table-wrapper.ps--active-x>.ps__rail-x{opacity:1;background-color:#eaebeb;height:8px}.am-detail__table-wrapper.ps--active-x .ps__thumb-x{bottom:0;height:8px;border-radius:0;background-color:#fc0}.am-detail__slider{margin:80px 0}.am-detail__double-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:80px 0}.am-detail__double-img img{margin:0;max-width:calc(50% - 15px)}.am-detail__double-img img:first-child{margin-right:30px}.am-detail__files{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.am-detail-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:36px}.am-detail-file:hover{text-decoration:none}.am-detail-file:last-child{margin-bottom:0}.am-detail-file img.am-detail-file__img{margin:0}.am-detail-file__img{max-width:100%;display:block}.am-detail-file__img-wrapper{min-width:26px;margin-right:12px}.am-detail-file__text{color:#040a0d;font-weight:400;font-family:"Roboto",sans-serif;display:inline;background-repeat:no-repeat;background-position:center bottom 0px;background-size:100% 1px;background-image:-webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFCC00));background-image:linear-gradient(to right, #FFCC00, #FFCC00)}@media only screen and (max-width: 1600px){.am-detail__download{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.am-detail__download-text{font-size:18px}}@media only screen and (max-width: 1279px){.am-top-img{margin-top:35px}.am-detail{padding:0 0 50px}.am-detail__wysiwyg-wrapper{padding:0 80px}.am-detail__bottom{padding:0 80px}.am-detail__download{margin:50px 0}.am-detail__download-text{font-size:18px}.am-detail__download img{margin:0}.am-detail__slider{margin:50px 0}.am-detail__double-img{margin:50px 0}.am-detail__double-img img{max-width:calc(50% - 10px);margin:0}.am-detail__double-img img:first-child{margin-right:20px}.am-detail-file{margin-bottom:24px;font-size:16px}.am-wysiwyg img{margin:50px 0}.am-wysiwyg p{margin:50px 0;font-size:16px;line-height:1.5}.am-wysiwyg li{font-size:16px;margin-bottom:20px}.am-wysiwyg h2{font-size:20px;margin:60px 0 30px}.am-wysiwyg h2+*{margin-top:30px}.am-wysiwyg h3{font-size:18px}.am-wysiwyg h3,.am-wysiwyg h4,.am-wysiwyg h5,.am-wysiwyg h6{margin:40px 0 20px}.am-wysiwyg h3+*,.am-wysiwyg h4+*,.am-wysiwyg h5+*,.am-wysiwyg h6+*{margin-top:20px}.am-wysiwyg ol,.am-wysiwyg ul{margin:30px 0 60px}.am-wysiwyg blockquote{padding:25px 0 0 80px;font-size:18px;margin:50px 0}.am-wysiwyg blockquote::before{width:30px}.am-wysiwyg blockquote::after{width:30px;left:30px}.am-detail{padding:0 0 50px}.am-detail__wysiwyg-wrapper{padding:0 80px}.am-detail__bottom{padding:0 80px}.am-detail__download{margin:50px 0}.am-detail__download img{margin:0}.am-detail__slider{margin:50px 0}.am-detail__double-img{margin:50px 0}.am-detail__double-img img{max-width:calc(50% - 10px);margin:0}.am-detail__double-img img:first-child{margin-right:20px}.am-detail-file{margin-bottom:24px;font-size:16px}}@media only screen and (max-width: 991px){.am-detail__download{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.am-detail__download-text{padding-left:0;margin-top:0px}}@media only screen and (max-width: 779px){.am-wysiwyg img{margin:40px 0}.am-wysiwyg p{margin:40px 0}.am-wysiwyg h2{margin:45px 0 20px}.am-wysiwyg ul,.am-wysiwyg ol{margin:20px 0 45px}.am-wysiwyg blockquote{padding:60px 0 0}.am-detail{padding:0 0 40px}.am-detail__download{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.am-detail__wysiwyg-wrapper{padding:0 27px}.am-detail__bottom{padding:0 27px}.am-detail__double-img{-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}.am-detail__double-img img{max-width:100%;margin:0}.am-detail__double-img img:first-child{margin-right:0;margin-bottom:20px}.am-detail-file{margin-bottom:15px;font-size:14px}}.am-contact-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:215px 0 190px}.am-contact-form__left{width:calc(40% - 15px);margin-right:30px}.am-contact-form__right{width:calc(60% - 15px);margin-top:60px}.am-contact-form__title{font-size:72px;line-height:1.2;color:#040a0d;font-weight:400}.am-contact-form__desc{font-size:20px;line-height:1.5;color:#040a0d;font-family:"Roboto",sans-serif;max-width:495px;margin-left:auto;margin-top:100px;margin-bottom:0}@media only screen and (max-width: 1600px){.am-contact-form__title{font-size:60px}}@media only screen and (max-width: 1279px){.am-contact-form{margin:70px 0 120px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.am-contact-form__left{width:100%;margin-right:0}.am-contact-form__right{width:100%;margin-top:38px}.am-contact-form__title{font-size:42px;line-height:1.2}.am-contact-form__title br{display:none}.am-contact-form__desc{margin-top:68px;margin-left:0;max-width:560px;font-size:18px}}@media only screen and (max-width: 779px){.am-contact-form{padding:0}.am-contact-form__title{font-size:32px}.am-contact-form__desc{font-size:16px;margin-top:20px}.am-contact-form__right{margin-top:20px}}.about__title{margin-bottom:100px}.about__wrapper{display:grid;grid-template-columns:1fr 55%;grid-gap:50px;color:#434353;margin-bottom:100px}.about-info__description{font-family:"IBMPlexSans",sans-serif;font-size:24px;line-height:31px;margin-bottom:50px}.about-img{display:block;width:100%}.about-nominations{width:95%;font-family:"IBMPlexSans",sans-serif}.about-nominations__text{font-size:18px;font-weight:700;line-height:23px;margin-bottom:50px}.nominations{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:repeat(3, 143px);grid-gap:50px}.nomination{position:relative}.nomination__text{position:absolute;top:42%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:13px;font-weight:700;line-height:17px;text-align:center}.nomination__notice{position:absolute;left:112%;top:28px;font-size:15px;line-height:20px;width:160px}.statistic{display:grid;grid-template-columns:7fr 10fr 10fr;grid-gap:50px}.statistic-item{padding:20px 0 35px 50px;position:relative}.statistic-item:before{content:"";width:200px;height:200px;border-radius:50%;background-color:#f7c91b;position:absolute;top:0;left:0;z-index:1}.statistic-item:not(:first-child) .statistic-item__num{margin-left:-18px}.statistic-item__title{position:relative;z-index:2;font-family:"Montserrat",sans-serif;font-size:22px;font-weight:700;line-height:27px}.statistic-item__num{font-family:"Arial",sans-serif;font-size:61px;font-weight:900;line-height:86px;margin-right:15px}.statistic-item__text{position:relative;z-index:2;font-family:"Montserrat",sans-serif;font-size:16px;font-weight:300;line-height:20px}@media only screen and (max-width: 1279px){.about__title{margin-bottom:35px}.about__wrapper{display:block}.about-info{margin-bottom:100px}.about-info__description{margin-bottom:40px}.about-nominations{width:100%}.about-nominations__text{margin-bottom:45px}.nominations{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.nomination__notice{width:205px;top:38px}.statistic{grid-template-columns:1fr;grid-gap:60px;padding:0 30px}}@media only screen and (max-width: 779px){.about__title{margin-bottom:30px}.about__wrapper{margin-bottom:75px}.about-info{margin-bottom:50px}.about-info__description{font-size:16px;line-height:20px;margin-bottom:30px}.about-nominations__text{width:90%;font-size:16px;line-height:21px;margin-bottom:40px}.nominations{grid-template-columns:repeat(2, 143px);grid-gap:30px}.nomination__notice{top:42px;font-size:12px;line-height:16px;width:170px}.statistic{grid-gap:80px;padding:0}.statistic-item{padding:30px 50px 0 40px}.statistic-item:not(:first-child) .statistic-item__num{margin-left:-15px}.statistic-item:last-child .statistic-item__num{line-height:52px}.statistic-item:last-child .statistic-item__text-last{display:block;margin-top:-3px;margin-bottom:10px}.statistic-item__num{font-size:52px;line-height:70px;display:inline-block;width:-webkit-max-content;width:-moz-max-content;width:max-content}}.main-festivals__title,.main-festivals__description{margin-bottom:55px}@media only screen and (max-width: 1279px){.main-festivals__title,.main-festivals__description{margin-bottom:35px}}@media only screen and (max-width: 779px){.main-festivals__title,.main-festivals__description{margin-bottom:30px}}.main-festivals-slider{position:relative}.main-festivals-slider-nav__button{position:absolute;top:0;bottom:0;margin:auto 0;z-index:10;height:106px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;padding-right:21px;outline:none}@media only screen and (max-width: 779px){.main-festivals-slider-nav__button{padding-right:0}}.main-festivals-slider-nav__button::before{content:"";display:block;position:absolute;top:0;right:0;width:106px;height:106px;border-radius:100%;background-color:#fc0;z-index:1;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-duration:.3s;transition-duration:.3s}@media only screen and (max-width: 779px){.main-festivals-slider-nav__button::before{width:52px;height:52px;top:50%;right:-5px;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0)}}.main-festivals-slider-nav__button:hover::before{-webkit-transform:none;transform:none}@media only screen and (max-width: 779px){.main-festivals-slider-nav__button:hover::before{-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.main-festivals-slider-nav__button svg{position:relative;z-index:2}.main-festivals-slider-nav__button_prev{left:0;-webkit-transform:translateX(-53px);transform:translateX(-53px)}@media only screen and (max-width: 1279px){.main-festivals-slider-nav__button_prev{-webkit-transform:translateX(-33px);transform:translateX(-33px)}}@media only screen and (max-width: 779px){.main-festivals-slider-nav__button_prev{-webkit-transform:translateX(-15px);transform:translateX(-15px)}}.main-festivals-slider-nav__button_next{right:0;-webkit-transform:translateX(53px) rotate(180deg);transform:translateX(53px) rotate(180deg)}@media only screen and (max-width: 1279px){.main-festivals-slider-nav__button_next{-webkit-transform:translateX(33px) rotate(180deg);transform:translateX(33px) rotate(180deg)}}@media only screen and (max-width: 779px){.main-festivals-slider-nav__button_next{-webkit-transform:translateX(15px) rotate(180deg);transform:translateX(15px) rotate(180deg)}}.main-festivals-slider-nav__button_disable{opacity:.5;cursor:default}@media only screen and (max-width: 779px){.main-festivals-slider-nav__arrow>svg{display:none}}.main-festivals-slider-nav__arrow--mobile{display:none}@media only screen and (max-width: 779px){.main-festivals-slider-nav__arrow--mobile{display:block}}.festival-card{background:#fff;width:100%;overflow:hidden;font-family:"Roboto",sans-serif;color:#040a0d;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr}.festival-card__image{height:280px;width:100%;overflow:hidden;-o-object-fit:cover;object-fit:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.festival-card__image img{width:auto;height:100%}.festival-card__content{padding:22px 26px 31px 29px;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.festival-card__wrapper{display:grid;grid-template-columns:1fr;min-height:150px}.festival-card__button{margin-top:auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}.festival-card__title{font-weight:700;font-size:24px;line-height:28px;margin-bottom:13px}.festival-card__description{color:#434353;font-weight:400;font-size:18px;line-height:21px;margin:0 0 25px}.festival-card__date{font-size:18px;line-height:25px;margin-bottom:7px}.festival-card__online{color:#eb5757;font-size:16px;line-height:22px;margin-bottom:23px}@media only screen and (max-width: 1279px){.main-festivals__title{margin-bottom:26px}.main-festivals__list{grid-template-columns:repeat(2, 1fr);grid-gap:20px}.festival-card__image{height:230px}.festival-card__content{padding:22px 29px 29px}.festival-card__wrapper{min-height:120px}.festival-card__title{font-size:16px;line-height:19px;margin-bottom:10px}.festival-card__description{font-size:12px;line-height:14px;margin:0 0 20px}.festival-card__date{font-size:12px;line-height:17px;margin-bottom:0px}.festival-card__online{font-size:12px;line-height:17px;margin-bottom:20px}}@media only screen and (max-width: 779px){.main-festivals__title{margin-bottom:30px}.main-festivals__list{grid-template-columns:repeat(1, 1fr);grid-gap:20px}}.program{position:relative;overflow:hidden;font-family:"Montserrat",sans-serif}.program__background{width:100%}.program__background--tablet,.program__background--mobile{display:none}.program__wrapper{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.program__title{font-size:72px;line-height:86px;margin-bottom:20px}.program__text{font-family:"Roboto",sans-serif;font-size:24px;line-height:30px;margin-bottom:50px}.program__button{font-family:"LetoSans",sans-serif;font-size:14px;line-height:18px;width:320px;padding:14px 0;border-radius:50px;border:none;display:block;text-align:center;color:#040a0d;background-color:#fff;-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.program__button:hover{background-color:#eee}@media only screen and (max-width: 1279px){.program__background--desktop{display:none}.program__background--tablet{display:block}.program__title{margin-bottom:20px}.program__text{font-size:22px;line-height:30px;margin-bottom:80px}}@media only screen and (max-width: 779px){.program__background--tablet{display:none}.program__background--mobile{display:block}.program__title{margin-bottom:20px}.program__text{font-size:16px;line-height:22px;margin-bottom:80px;padding-right:20px}.program__button{width:100%}}.partners{color:#040a0d}.partners__title{margin-bottom:77px}@media only screen and (max-width: 1279px){.partners__title{margin-bottom:70px}}@media only screen and (max-width: 779px){.partners__title{margin-bottom:50px}}.partners-group:not(:last-child){margin-bottom:60px}@media only screen and (max-width: 1279px){.partners-group:not(:last-child){margin-bottom:50px}}@media only screen and (max-width: 779px){.partners-group:not(:last-child){margin-bottom:77px}}.partners-group__title{text-transform:uppercase;margin-bottom:35px;font-weight:700;font-size:26px;line-height:34px}.partners-group__list{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:26px 96px}.partners-group__item svg,.partners-group__item img{width:100%;height:auto}@media only screen and (max-width: 1279px){.partners__title{margin-bottom:73px}.partners-group__title{margin-bottom:48px;font-size:26px;line-height:34px}.partners-group__list{grid-template-columns:repeat(3, 1fr);grid-gap:24px}}@media only screen and (max-width: 779px){.partners__title{margin-bottom:50px}.partners-group__title{margin-bottom:30px;font-size:20px;line-height:34px}.partners-group__list{grid-template-columns:repeat(2, 1fr);grid-gap:10px 19px}}html{scroll-behavior:smooth}.event-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:2px solid #fc0;padding:0;margin:0;list-style:none}@media only screen and (max-width: 1279px){.event-navigation{display:none}}.event-navigation__link{color:#fff;display:block;padding:10px 12px 5px;font-family:"LetoSans",sans-serif;font-size:18px;font-weight:700;line-height:23px;text-transform:uppercase;-webkit-transition:background-color .25s ease,color .25s ease;transition:background-color .25s ease,color .25s ease}.event-navigation__link--active,.event-navigation__link:hover{color:#040a0d;background-color:#fc0}.event-navigation-mobile{background-color:#fc0;padding:16px 18px 10px;font-size:16px;font-weight:700;line-height:21px;letter-spacing:1px;font-family:"LetoSans",sans-serif;display:none;text-transform:uppercase;position:relative}@media only screen and (max-width: 1279px){.event-navigation-mobile{display:block}}@media only screen and (max-width: 779px){.event-navigation-mobile{padding:9px 25px 5px;font-size:12px;line-height:16px}}.event-navigation-mobile--open .event-navigation-mobile__item-select{color:#fff}.event-navigation-mobile--open svg{display:none}.event-navigation-mobile__item--active{display:none}.event-navigation-mobile__item-select{text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;cursor:pointer;background-color:transparent;padding:0 0 2px;border:none;border-bottom:1px solid #fff;color:#040a0d}.event-navigation-mobile__list{position:absolute;top:100%;left:0;width:100%;height:0;overflow:hidden;background-color:#fc0;list-style:none;margin:0;padding:0}.event-navigation-mobile__link{display:block;padding:10px 18px;color:#040a0d}@media only screen and (max-width: 779px){.event-navigation-mobile__link{padding:7px 25px}}.event-slider{margin-top:-95px;z-index:0;position:relative;height:100vh}@media only screen and (max-width: 1279px){.event-slider{margin-top:-60px;padding-top:60px}}.event-slider__main{height:100%;position:relative}.event-slider__main:before,.event-slider__main:after{content:"";position:absolute;left:0;z-index:2;width:100%}.event-slider__main:before{height:50px;top:-10px;background:-webkit-gradient(linear, left top, left bottom, from(0), color-stop(16.54%, rgba(0, 0, 0, 0)), color-stop(84.58%, #000000));background:linear-gradient(0, rgba(0, 0, 0, 0) 16.54%, #000000 84.58%);opacity:0}@media only screen and (max-width: 1279px){.event-slider__main:before{opacity:1}}@media only screen and (max-width: 779px){.event-slider__main:before{top:-5px;height:24px;opacity:1}}.event-slider__main:after{height:150px;bottom:-25px;background:-webkit-gradient(linear, left top, left bottom, color-stop(16.54%, rgba(0, 0, 0, 0)), color-stop(84.58%, #000000));background:linear-gradient(180deg, rgba(0, 0, 0, 0) 16.54%, #000000 84.58%)}@media only screen and (max-width: 1279px){.event-slider__main:after{bottom:-30px}}@media only screen and (max-width: 779px){.event-slider__main:after{height:24px;bottom:-9px}}.event-slider__item-img{height:100%}.event-slider__item-img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 1279px){.event-slider-nav{display:none}}.event-slider-nav__button{position:absolute;top:0;bottom:0;margin:auto 0;z-index:10;height:106px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;padding-right:21px;outline:none}.event-slider-nav__button::before{content:"";display:block;position:absolute;top:0;right:0;width:106px;height:106px;border-radius:100%;background-color:#fc0;z-index:1;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-duration:.3s;transition-duration:.3s}.event-slider-nav__button:hover::before{-webkit-transform:none;transform:none}.event-slider-nav__button svg{position:relative;z-index:2}.event-slider-nav__button_prev{left:100px}.event-slider-nav__button_next{right:100px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.event-slider-nav__button_disable{opacity:.5;cursor:default}.event-slider-pagination{position:absolute;top:30px;right:22px;width:90px;left:auto;bottom:auto;z-index:12;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#fc0;font-family:"LetoSans",sans-serif;font-size:16px;line-height:1.62;font-weight:bold}.event-header{background-color:#000}.event-header__navigation{margin-bottom:150px}.event-header__end{overflow:hidden}.event-header__end img{width:100%}@media only screen and (max-width: 1279px){.event-header__end img{width:unset}}.event-watch{display:grid;grid-template-columns:auto 1fr;grid-gap:180px}.event-watch__title{font-family:"LetoSans",sans-serif;font-size:82px;font-weight:700;line-height:103px;color:#fff;white-space:nowrap;text-align:right}.event-watch__inner{display:grid;grid-template-columns:1fr auto;-ms-flex-wrap:wrap;flex-wrap:wrap}.event-watch__play-button{text-align:center;padding-top:22px}.event-watch__play-button a{display:inline-block;border-radius:50%;height:184px;overflow:hidden;-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.event-watch__play-button a:hover{background-color:rgba(255,204,0,.5)}.event-watch__promo-line{height:1px;background:-webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));background:linear-gradient(90deg, white, rgba(255, 255, 255, 0));margin:15px 0 30px 5px}.event-watch__promo{font-size:15px;line-height:20px;letter-spacing:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5px;color:#fff;cursor:pointer}.event-watch__promo:hover svg{-webkit-transform:translateX(5px);transform:translateX(5px)}.event-watch__promo svg{-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease, -webkit-transform .25s ease}.event-watch__info{font-family:"IBMPlexSans",sans-serif;font-size:24px;line-height:31px}.event-watch__info-quota{margin-bottom:67px}.event-watch__info-text{font-weight:400;margin-bottom:40px;color:#fff;max-width:639px}.event-watch__info-notice{font-weight:700;color:#fc0}@media only screen and (max-width: 1279px){.event-watch{grid-template-columns:1fr;grid-gap:60px}.event-watch__title{max-width:547px}.event-watch__promo-line{margin:10px 0 25px 5px}}@media only screen and (max-width: 779px){.event-watch{grid-gap:30px}.event-watch__title{font-size:45px;line-height:56px}.event-watch__play-button a{height:104px}.event-watch__play-button svg{width:104px;height:104px}.event-watch__promo-line{margin:10px 0 25px 5px}.event-watch__promo{font-size:12px;line-height:16px;letter-spacing:4px;margin-left:5px}.event-watch__promo span{width:100px;white-space:pre-wrap;text-align:left}.event-watch__promo svg{width:10px;height:6px}.event-watch__info{font-family:"IBMPlexSans",sans-serif;font-size:16px;line-height:21px}.event-watch__info-quota{margin-bottom:30px}.event-watch__info-text{margin-bottom:30px;max-width:276px}}.movie-poster__title{display:grid;grid-template-columns:auto 400px}.movie-poster__title,.movie-poster__description{margin-bottom:50px}@media only screen and (max-width: 1279px){.movie-poster__title,.movie-poster__description{margin-bottom:50px;grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 779px){.movie-poster__title,.movie-poster__description{grid-template-columns:1fr;grid-gap:30px}}.movie-poster__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:90px 30px}@media only screen and (max-width: 1279px){.movie-poster__list{grid-template-columns:repeat(2, 1fr);grid-gap:40px 20px}}@media only screen and (max-width: 779px){.movie-poster__list{grid-template-columns:1fr;grid-gap:60px}}.event-main{background:url("/images/upload/events/background.jpg");background-size:100%;color:#040a0d}.event-main__header{margin-bottom:150px}.events-title{font-size:72px;line-height:88px;text-transform:uppercase;font-family:"Montserrat",sans-serif;font-weight:400}@media only screen and (max-width: 1279px){.events-title{font-family:"LetoSans",sans-serif;font-size:42px;line-height:55px}}@media only screen and (max-width: 779px){.events-title{font-size:26px;line-height:34px}}.events-description{font-family:"IBMPlexSans",sans-serif;font-size:24px;line-height:31px;max-width:1060px;color:#434353}@media only screen and (max-width: 779px){.events-description{font-size:16px;line-height:21px}}.arrow-button{display:grid;grid-template-columns:1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:15px}.arrow-button button{background-color:#fc0;padding:5px 13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:15px;font-family:"LetoSans",sans-serif;font-size:14px;line-height:20px;letter-spacing:2px;cursor:pointer;border:2px solid #fc0;-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.arrow-button button:hover{background-color:#fff}.arrow-button__arrow{height:1px;background-color:#fc0;position:relative}.arrow-button__arrow:before,.arrow-button__arrow:after{content:"";position:absolute;top:0;right:0;width:5px;height:1px;background-color:#fc0}.arrow-button__arrow:before{-webkit-transform:translate(0, -2px) rotate(45deg);transform:translate(0, -2px) rotate(45deg)}.arrow-button__arrow:after{-webkit-transform:translate(0, 2px) rotate(-45deg);transform:translate(0, 2px) rotate(-45deg)}.film-detail__inner{background-color:#fff;padding:50px 175px 0 100px}.film-detail__top{display:grid;grid-template-columns:1fr auto;margin-bottom:55px}.film-detail__title{font-size:48px;margin-bottom:12px;line-height:58px;font-weight:400}.film-detail__director{font-weight:700;font-size:24px;line-height:34px;margin-bottom:4px}.film-detail__country{font-size:20px;line-height:28px;margin-bottom:25px}.film-detail__chron{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.film-detail__chron-count{font-size:20px;line-height:28px}.film-detail__nomination{display:grid;grid-template-columns:auto 340px;grid-gap:10px;margin-bottom:21px}.film-detail__nomination-name{font-weight:700;font-size:20px;line-height:24px;letter-spacing:.1em}.film-detail__purpose{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-gap:20px}.film-detail__description{display:grid;grid-template-columns:270px 1fr;grid-gap:40px; padding-top:40px}.film-detail__description p{margin:0;font-size:24px;line-height:34px}.film-detail__description p:not(:last-child){margin-bottom:20px}.film-detail__description-image{margin-top:64px}.film-detail__description-image img{display:block}.film-detail__description-title{font-weight:700;font-size:26px;line-height:34px;margin-bottom:30px}.film-detail__description-info{text-align:justify}@media only screen and (max-width: 1279px){.film-detail__inner{padding:95px 30px 0}.film-detail__top{display:block;margin-bottom:75px}.film-detail__left{margin-bottom:40px}.film-detail__nomination{grid-template-columns:auto 1fr;grid-gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.film-detail__purpose{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.film-detail__description{display:block}.film-detail__description p{font-size:20px;line-height:28px}.film-detail__description-image{margin-top:0;margin-bottom:36px}.film-detail__description-image img{width:450px}}@media only screen and (max-width: 991px){.film-detail__inner{padding:50px 38px 0}.film-detail__top{margin-bottom:60px}.film-detail__left{margin-bottom:35px}.film-detail__title{font-size:32px;margin-bottom:15px;line-height:38px}.film-detail__director{font-size:20px;line-height:28px}.film-detail__country{font-size:16px;line-height:23px;margin-bottom:18px}.film-detail__chron-count{font-size:16px;line-height:22px}.film-detail__nomination{grid-gap:10px}.film-detail__nomination-name{font-size:14px;line-height:16px}.film-detail__purpose-item svg{width:70px;height:70px}.film-detail__description p{font-size:16px;line-height:22px}.film-detail__description-image{margin-bottom:20px}.film-detail__description-image img{width:270px}.film-detail__description-title{font-size:20px;line-height:34px;margin-bottom:10px}}@media only screen and (max-width: 779px){.film-detail__inner{padding:50px 22px 0}.film-detail__top{margin-bottom:55px}.film-detail__left{margin-bottom:25px}.film-detail__title{font-size:22px;line-height:26px}.film-detail__nomination{grid-gap:15px}.film-detail__purpose-item svg{width:80px;height:80px}}

/*# sourceMappingURL=style.min.css.map*/
/* End */


/* Start:/local/templates/lampa/css/custom.css?178090712836887*/
body.am-stripes-bg::after {
    background-image: url("/local/templates/lampa/images/sripe-background.svg") !important;
}

.am-nav-line a.am-nav-line__button::before {
    background-image: url("/local/templates/lampa/images/svg/long-arrow-to-right.svg") !important;
}

.swiper-arrow-right {
    background-image: url("/local/templates/lampa/images/svg/arrow-right.svg") !important;
}

.swiper-arrow-left {
    background-image: url("/local/templates/lampa/images/svg/arrow-left.svg") !important;
}

.am-wysiwyg blockquote::before,
.am-wysiwyg blockquote::after {
    background-image: url('/local/templates/lampa/images/svg/quote.svg') !important;
}
.am-nav-line a.am-nav-line__button.am-nav-line__button_sticky-right {
    margin-left: auto;
}

.am-detail__100vw {
    width: 100vw;
    padding: 0;
}

@media (max-width: 779px) {
    #search-films .am-search-page.am-page .am-search-page.am-page{
        padding: 0;
    }
    #search-films .am-search-page__wrapper{
        margin-top: 25px;
    }
    .am-nav-line a.am-nav-line__button.am-nav-line__button_sticky-right {
        margin-right: auto;
    }

    .am-pagination__item:nth-child(3) {
        display: flex !important;
    }

    .am-pagination {
        justify-content: center;
        width: 100%;
    }
    .line-broadcast{
        font-size: 12px;
    }
}

.am-filter__search {
    position: relative;
}

.search-results {
    width: 100%;
    background-color: black;
    position: absolute;
    top: 35px;
    z-index: 20;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.search-results p {
    cursor: pointer;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    font-family: "Roboto", sans-serif;
    transition: 0.25s;
}

.search-results p:hover {
    background-color: #fc0;
    color: black;
}


/* Максим, своровал футер с главной + правки в стилях */
.footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 5%;
    box-sizing: border-box;
    background-color: #040A0D;
}

.footer img {
    position: relative
}

.footer svg {
    position: relative
}

.footer-container {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

.footer-information-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

.footer-information-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px
}

.footer-information-social-button {
    margin-right: 30px
}

.footer-information-social-button svg {
    fill: #fff;
    opacity: .5
}

.footer-information-social-button svg:hover {
    fill: #fc0;
    opacity: 1
}

.footer-subscribe {
    margin-top: 80px;
    position: relative;
    width: 40%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

.footer-information {
    position: relative;
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

.footer-information-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

.footer-information-row1 {
    margin-top: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

.footer-information-row2 {
    margin-top: 20px;
    width: 50%;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

.footer-information-logo {
    width: 95px;
    height: auto;
}

.footer-information-line {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

.footer-information-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px
}

.footer-information-description {
    word-wrap: normal;
    white-space: normal;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #c4c4c4
}

.footer-information-hashtags {
    word-wrap: normal;
    white-space: normal;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    color: #fc0;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.footer-information-hashtags a {
    color: #fc0;
    text-decoration: none
}

.footer-information-hashtags a:hover {
    text-decoration: underline
}

.footer-information-hashtags-mobile {
    display: none
}

.footer-information-contacts {
    word-wrap: normal;
    white-space: normal;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff
}

.footer-information-contacts a {
    color: #fc0;
    text-decoration: none
}

.footer-information-contacts a:hover {
    text-decoration: underline
}

.footer-subscribe-title {
    word-wrap: normal;
    white-space: normal;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff
}

.footer-subscribe-privacy {
    word-wrap: normal;
    white-space: normal;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #fff
}

.footer-subscribe-privacy a {
    color: #fc0;
    text-decoration: none
}

.footer-subscribe-privacy a:hover {
    text-decoration: underline
}

.footer-copyrights-text {
    position: relative;
    word-wrap: normal;
    white-space: normal;
    width: 100%;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: grey
}

.footer-copyrights-text a {
    color: grey;
    text-decoration: none
}

.footer-copyrights-text a:hover {
    text-decoration: underline
}

.footer-copyrights-text-center {
    margin-left: 40px;
    margin-right: 40px
}

.footer-copyrights {
    position: relative;
    width: 100%;
    margin-top: 120px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: center
}

.footer-copyrights img {
    position: relative;
    margin-bottom: -10px;
    margin-left: 15px
}

.footer-copyrights div:last-child {
    width: auto;
    text-align: right;
    word-wrap: normal;
    white-space: nowrap
}

.footer-copyrights-mobile {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: center
}

.footer-copyrights-mobile div:first-child {
    text-align: left;
    width: auto
}

.footer-copyrights-mobile div:last-child {
    word-wrap: normal;
    white-space: normal;
    align-self: flex-start;
    text-align: left;
    margin-left: 100px;
    margin-right: 40px
}

.footer-subscribe-form {
    position: relative;
    width: 100%;
    height: 60px !important;
    margin-top: 30px;
    margin-bottom: 30px
}

.footer-subscribe-form-email {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid grey;
    box-sizing: border-box;
    border-radius: 52px;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background-color: #040a0d;
    padding-left: 30px;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
    outline: none;
}

.footer-subscribe-form-email:focus ~ .footer-subscribe-form-email-floating-label, .footer-subscribe-form-email:not(:focus):valid ~ .footer-subscribe-form-email-floating-label {
    top: 0;
    font-size: 10px;
    line-height: 26px;
    opacity: 1
}

.footer-subscribe-form-email-floating-label {
    position: absolute !important;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: grey;
    left: 30px;
    top: 18px;
    transition: .2s ease all;
    pointer-events: none;
}

.footer-subscribe-form-button {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 60px !important;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-family: LetoSans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #040a0d;
    border: 1px solid #fc0;
    background: #fc0;
    border-radius: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.footer-subscribe-form-button:hover {
    color: #fc0;
    background: #040a0d;
    border: 1px solid #fc0;
    cursor: pointer;
}

.footer div {
    position: relative;
    height: auto;
}

@media (min-width: 1201px) and (max-width: 1280px) {
    .footer-information-contacts {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width: 780px) and (max-width: 1200px) {
    .footer-information-description {
        font-size: 16px;
        line-height: 140%
    }

    .footer-information-contacts {
        font-size: 16px;
        line-height: 140%;
        width: 100%;
        flex-basis: 100%
    }

    .footer-information-hashtags {
        font-size: 14px;
        line-height: 180%;
        margin-top: 0;
        width: 100%
    }

    .footer-information-hashtags-mobile {
        display: block;
        margin-top: 60px
    }

    .footer-information-column {
        flex-direction: row;
        margin-top: 0;
        width: 100%
    }

    .footer-information-container {
        flex-direction: column
    }

    .footer-information {
        width: 100%
    }

    .footer-information-description {
        width: 100%
    }

    .footer-information-social {
        width: 100%;
        margin-top: 65px
    }

    .footer-subscribe-title {
        font-size: 18px;
        line-height: 26px
    }

    .footer-subscribe-privacy {
        font-size: 14px;
        line-height: 140%
    }

    .footer-copyrights-text {
        font-size: 14px;
        line-height: 140%
    }

    .footer-subscribe {
        width: 100%
    }

    .footer {
        padding-left: 60px;
        padding-right: 60px
    }

    .footer-copyrights-mobile {
        flex-direction: column;
        align-items: flex-start;
        text-align: left
    }

    .footer-copyrights-mobile div:first-child {
        text-align: left;
        width: auto
    }

    .footer-copyrights-mobile div:last-child {
        margin-left: 0;
        margin-top: 10px
    }

    .footer-copyrights div:last-child {
        word-wrap: normal;
        white-space: normal
    }

    .footer-copyrights {
        margin-top: 120px;
        align-items: center
    }

}

@media (max-width: 779px) {
    .footer-information-description {
        font-size: 16px;
        line-height: 26px;
        width: 100%
    }

    .footer-information-contacts {
        order: 2;
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        flex-basis: 100%;
        margin-top: 40px
    }

    .footer-information-hashtags {
        font-size: 14px;
        line-height: 36px;
        margin-top: 0;
        width: 100%
    }


    .footer-information-hashtags-mobile {
        order: 0;
        display: block;
        margin-top: 20px
    }

    .footer-information-column {
        flex-direction: row;
        margin-top: 0;
        width: 100%
    }

    .footer-information-container {
        flex-direction: column
    }

    .footer-information {
        width: 100%
    }

    .footer-information-social {
        width: 100%;
        margin-top: 35px
    }

    .footer-subscribe-title {
        font-size: 18px;
        line-height: 26px
    }

    .footer-subscribe-privacy {
        font-size: 13px;
        line-height: 14px
    }

    .footer-copyrights-text {
        font-size: 14px;
        line-height: 20px
    }

    .footer-subscribe {
        width: 100%
    }

    .footer {
        padding: 30px 20px;
    }

    .footer-copyrights-mobile {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .footer-copyrights-mobile div:first-child {
        text-align: left;
        width: auto
    }

    .footer-copyrights-mobile div:last-child {
        margin-left: 0;
        margin-top: 10px
    }

    .footer-copyrights-text-developer {
        word-wrap: normal;
        white-space: nowrap;
        margin-top: 80px
    }

    .footer-copyrights {
        margin-top: 120px;
        align-items: flex-start;
        flex-direction: column
    }

    .footer-information-content {
        flex-direction: column
    }

    .footer-information-row1 {
        margin-top: 20px;
        width: 100%
    }

    .footer-information-row2 {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .footer-subscribe-form-button {
        position: relative !important;
        height: 60px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px
    }

    .footer-subscribe-form {
        position: relative;
        width: 100%;
        height: auto !important;
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-end
    }

    .footer-subscribe-form-email {
        position: relative;
        width: 100%;
        height: 60px;
        padding-left: 30px;
    }
}


/* Задний фон линии не с самого верха */
.am-stripes-bg::after {
    top: 200px !important;
    height: calc(100% - 200px) !important;
}

.am-contrast-top::after {
    top: 400px !important;
    height: calc(100% - 400px) !important;
    opacity: 0.3 !important;
}

.am-contrast-top .am-top-block {
    z-index: -1 !important;
}

/* pos:r для section */
.am-section-relative {
    position: relative !important;
}

.am-container_big-top-margin {
    margin-top: 190px;
}

section#partners, .section-partners {
    background-color: white;
}

.section-partners-before {
    width: 100%;
    height: 100px;
    background-image: url("/images/upload/events/white_cut_top.png") ;
}

.section-partners-after {
    width: 100%;
    height: 197px;
    background-image: url("/images/upload/events/white_cut_bottom.png") ;
    margin-top: -170px;
}

/* Задний фон Бумага */
.am-paper-bg {
    background: url("/images/upload/events/bg_paper_03.jpg");
}

.line-broadcast{
     background-color: #fc0; 
     width: 100%; 
     min-height:20px; 
     text-align:center; 
     position:fixed; 
     z-index:2;
}

.menu-particitate{
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 779px) {
    .am-container_big-top-margin {
        margin-top: 95px;
    }

    .am-section_big-mb {
        margin-bottom: 40px !important;
    }

    .am-slider-half__nav-panel .am-slider-half__bullets.bullets {
        display: none;
    }

    .am-slider-half__nav-panel .am-slider-half__arrows {
        margin-right: auto;
    }

}

@media (min-width: 780px) {
    /* Больший отступ для слайдера с отзывами */
    .am-section_big-mb {
        margin-bottom: 115px !important;
    }
}

.am-card_full-transparent .am-card__bottom {
    z-index: 1;
}


/* Полоса снизу у превью-картинок у слайдера-галереи */
.am-slider-thumb img.am-slider-thumb__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  */
.am-detail__img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.am-detail__img img {
    margin: 0;
}

.am-page-quote .am-page-quote__item {
    background-image: url("/local/templates/lampa/images/svg/quotes.svg");
}

/* Исправил капс у карточек команды */
.am-card__position {
    text-transform: none;
}

/* END Исправил капс у карточек команды */


/* фихед меню */
.am-header__burger {
    position: fixed;
}

/* фихед меню */

.am-wysiwyg p:last-child {
    margin-bottom: 0 !important;
}

.am-contact-form {
    margin-top: 100px !important;
}

.am-disable-mt {
    margin-top: 0 !important;
}

.am-disable-mb {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 550px) {
    iframe[src*='vimeo'] {
        width: 100% !important;
        height: auto !important;
    }
}




@media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1601px), only screen and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1601px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 1601px) {
    .am-slider-half_transparent .am-slider-half__slide-post {
        left: 25%;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1600px) {
    .am-slider-half_transparent .am-slider-half__slide-post {
        left: 30%;
    }
    .am-slider-half__bullets {
        margin-left: 115px;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1715px) {
    .am-slider-half_transparent .am-slider-half__slide-post {
        left: 255px;
    }
}

@media only screen and (max-width: 1279px) {
    .am-slider-half__bullets {
        margin-left: 15px;
    }
     .line-broadcast{
        font-size: 14px;
    }
}

/**
Верстка для блоков героев, жюри и команды,
для которых будет скипаться автовысота жс библиотекой
 */
.am-cards_desktop-4[data-skip-macy="true"] .am-card {
    width: calc(25% - 10px);
}
.am-cards_desktop-3[data-skip-macy="true"] .am-card {
    width: calc(33% - 10px);
}

@media only screen and (max-width: 1280px) {
    .am-cards_desktop-4[data-skip-macy="true"] .am-card,
    .am-cards_desktop-3[data-skip-macy="true"] .am-card {
        width: calc(33% - 10px);
    }
}

@media only screen and (max-width: 779px) {
    .am-cards_desktop-4[data-skip-macy="true"] .am-card,
    .am-cards_desktop-3[data-skip-macy="true"] .am-card {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 450px) {
    .am-cards_desktop-4[data-skip-macy="true"] .am-card,
    .am-cards_desktop-3[data-skip-macy="true"] .am-card {
        width: 100%;
    }
}

/**
стили для слайдера отзывов с отсутпами снизу
 */
.am-slider-mb-0 .am-wrapper {
    margin-bottom: 0 !important;
}
.am-slider-mb-50 .am-wrapper {
    margin-bottom: 50px !important;
}
.am-slider-mb-100 .am-wrapper {
    margin-bottom: 100px !important;
}
.am-slider-mb-150 .am-wrapper {
    margin-bottom: 150px !important;
}
/**
стили для слайдера отзывов с кастомными отсутпами снизу и сверху
 */
@media only screen and (min-width: 1601px) {
    .am-slider-xl-mb-custom .am-wrapper {
        margin-bottom: var(--xl-mb-custom) !important;
    }
    .am-slider-xl-mt-custom .am-wrapper {
        margin-top: var(--xl-mt-custom) !important;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
    .am-slider-l-mb-custom .am-wrapper {
        margin-bottom: var(--l-mb-custom) !important;
    }
    .am-slider-l-mt-custom .am-wrapper {
        margin-top: var(--l-mt-custom) !important;
    }
}
@media only screen and (min-width: 780px) and (max-width: 1279px) {
    .am-slider-m-mb-custom .am-wrapper {
        margin-bottom: var(--m-mb-custom) !important;
    }
    .am-slider-m-mt-custom .am-wrapper {
        margin-top: var(--m-mt-custom) !important;
    }
}
@media only screen and (max-width: 779px) {
    .am-slider-s-mb-custom .am-wrapper {
        margin-bottom: var(--s-mb-custom) !important;
    }
    .am-slider-s-mt-custom .am-wrapper {
        margin-top: var(--s-mt-custom) !important;
    }
}

.footer-subscribe-form-email-floating-label {
    white-space: nowrap !important;
}

@media (min-width: 1280px) and (max-width: 1600px) {
    .promo-slider {
        margin-bottom: 250px;
    }
}

/**
стили для кастомных отсутпов снизу и сверху
 */
@media only screen and (min-width: 1601px) {
    .am-xl-mb {
        --xl-mb-custom: 50px;
        margin-bottom: var(--xl-mb-custom) !important;
    }
    .am-xl-mt {
        --xl-mt-custom: 50px;
        margin-top: var(--xl-mt-custom) !important;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
    .am-l-mb {
        --l-mb-custom: 40px;
        margin-bottom: var(--l-mb-custom) !important;
    }
    .am-l-mt {
        --l-mt-custom: 40px;
        margin-top: var(--l-mt-custom) !important;
    }
}
@media only screen and (min-width: 780px) and (max-width: 1279px) {
    .am-m-mb {
        --m-mb-custom: 30px;
        margin-bottom: var(--m-mb-custom) !important;
    }
    .am-m-mt {
        --m-mt-custom: 30px;
        margin-top: var(--m-mt-custom) !important;
    }
}
@media only screen and (max-width: 779px) {
    .am-s-mb {
        --s-mb-custom: 20px;
        margin-bottom: var(--s-mb-custom) !important;
    }
    .am-s-mt {
        --s-mt-custom: 20px;
        margin-top: var(--s-mt-custom) !important;
    }
}

.am-detail__table-wrapper table.no-scroll {
    min-width: unset !important;
}

.am-dark-page #watch-film-btn:hover {
    color: white;
}

#opportunities .am-slider-half__slide-info{
    background-color: #fc0;
}
.produce p{
    margin: 50px 0!important;
}

.event-slider {
    margin-top: -95px;
    z-index: 0;
    position: relative;
    height: 80vh;
}

@media only screen and (max-width: 779px) {
    .event-slider {
        height: 35vh;
    }
}

.am-detail__double-video{
       display: flex;
       align-items: center;
}

.am-detail__double-video .block{
       width: 45%;
}

.am-detail__double-video .block:last-child{
       margin-left: 10%;
}

.ngd-summer-turs-2023-video3{
       margin-top:30px;
}

@media only screen and (max-width: 779px) {
     .am-detail__double-video{
         flex-direction: column;
     }
     .am-detail__double-video .block{
         width: 100%;
     }
     .am-detail__double-video .block:last-child{
         margin-left: 0;
     }
     .ngd-summer-turs-2023-video3{
         margin-top:0;
	}
}
.produce span{
    border: 3px solid #fc0;
    background-color: #fc0;
}
.produce .arrow-button button{
      min-width:130px;
      font-size:11px;
      justify-content:center;
}
.content-distribution{
      padding-top: 10px;
}
.content-distribution p{
      margin: 50px 0!important;
}
.am-wysiwyg .content-distribution ol{
      margin-bottom: -75px!important;
}
@media only screen and (max-width: 1279px){
	.am-wysiwyg .content-distribution ol{
		  margin-bottom: -20px!important;
	}
}
.content-distribution ol li::before{
      color: transparent;
}
.link-to-film{
	  color: black;
      font-style: italic;
      font-weight: bold;
      text-decoration-line: underline;
}
.about-director{
      margin-bottom: 35px;
}
summary{
    padding: 0;
    background-color: #fc0;
    color: #040a0d;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-family: "LetoSans",sans-serif;
    cursor: pointer;
    padding: 0 24px;
    border-radius: 50px;
    border: 2px solid #fc0;
    -webkit-transition: background-color .25s,color .25s,border-color .25s;
    transition: background-color .25s,color .25s,border-color .25s;
    text-align: center;
}
.arrow-button button, .arrow-button button a{
    color: #040a0d!important;
}
.qr-blocks{
    display:flex; 
    justify-content: center; 
    align-items: end;
}
.qr-blocks img{
    width: 250px;
    margin: 0!important;
}
.qr-block{
    display:flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
}
.qr-block:last-child{
    margin-left:7%;
}
.download-appstore, .download-googleplay{
    background-image: none; 
    border-bottom: none;
}
@media (max-width: 767px){
	.qr-blocks{
        flex-direction: column;
	}
	.qr-block:last-child{
		margin-left:0;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 680px) {
     #popup figure img {
    	max-width: 350px!important;
     }
}

@media only screen and (max-width: 400px) {
     #popup figure img {
    	max-width: 250px!important;
     }
}
.pitching-partners .am-brands__item{
     padding: 0!important;
}
.pitching-partners .am-brands__item::before{
     display:none;
}
.pitching-partners ul {
    flex-direction: initial!important;
}
/*
@media only screen and (max-width: 1279px) {
     .btn_accreditation{
          display: flex!important;
     }
}*/

.ddk-top-block {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 840px;
    background-image: url('/upload/medialibrary/ddk-2025/ddk_bg.jpg');
    background-color: #fc0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ddk-header{
    display: flex;
}

.ddk-header-left{
    max-width: 900px;
}

.ddk-header-left h3, .ddk-header-left p{
    margin-top: 30px;
} 

.ddk-header-left p{
    font-size: 45px;
}

.ddk-header-left .desc{
    font-size: 35px;
}

.ddk-header-right{
    margin-left: 4%;
}
.ddk-header-right img{
    position: absolute;
    margin-top: 75px;
    margin-left: -70px;
}

@media only screen and (max-width: 1750px) {
	.ddk-header-right img{
		margin-left: -250px;
	}
}

@media only screen and (max-width: 1500px) {
	.ddk-header-right img{
		margin-left: -270px;
        width: 560px;
		margin-top: 145px;
	}
}

.ddk-header-left h3, .ddk-header-left p, .ddk-landing-first-registration_button{
    margin-top: 50px;
}

.ddk-landing-first-registration_button{
    margin-bottom: 70px!important;
    background-color: #000!important;
    padding: 1% 3%!important;
    color: #fff!important;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 24px!important;
    font-family: "LetoSans", sans-serif!important;
    cursor: pointer!important;
    min-height: 46px;=!important;
    border-radius: 50px!important;
    border: 2px solid #000!important;
    -webkit-transition: background-color .25s, color .25s, border-color .25s!important;
    transition: background-color .25s, color .25s, border-color .25s/!important;
    font-size: 24px !important;
}

.ddk-header-mobile-hide{
	display: block;
}
.ddk-header-mobile-visible{
	display: none;
}
.ddk-landing{
	margin-top: 80px;
}


@media only screen and (max-width: 1279px) {
	.ddk-header{
        display: block;
        height: 950px;
     }
     .ddk-top-block{
        height: 970px;
     }
	.ddk-landing{
		margin-top: 10px;
	}
    .ddk-header-left{
		text-align: left;
	 }
	.ddk-header-mobile-visible-elements p{
    	font-size: 35px;
	}
	.ddk-header-mobile-visible-elements h3, .ddk-header-mobile-visible-elements .desc{
    	font-size: 27px;
	}
    .ddk-header-right{
		text-align: center;
	 }
	.ddk-header-left-img, .ddk-header-left-button{
		text-align: center;
    }
    .ddk-header-right{
         margin-left: 0;
	}
	.ddk-header-right img{
		margin-left: -250px;
        width: 300px;
		margin-top: 0px;
	}
	.ddk-header-mobile-visible-elements{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.ddk-header-mobile-hide{
		display: none;
	}
	.ddk-header-mobile-visible{
		display: block;
		margin-top: 30px;
	}
	.ddk-header-mobile-visible-elements img{
		 width: 700px;
	}
	.ddk-header-mobile-visible-elements .eva-main img{
    	 width: 300px;
	}
	.ddk-header-mobile-center-elements{
		 text-align: center;
	}
}


@media only screen and (max-width: 1050px) {
     .ddk-top-block{
        height: 1080px;
     }
	.ddk-header{
        display: block;
        height: 1030px;
     }
}

@media only screen and (max-width: 780px) {
     .ddk-top-block{
        height: 1130px;
     }
	.ddk-header{
        display: block;
        height: 1080px;
     }
}

@media only screen and (max-width: 690px) {
     .ddk-top-block{
        height: 1090px;
     }
	.ddk-header{
        display: block;
        height: 1050px;
     }
}

@media only screen and (max-width: 560px) {
     .ddk-top-block{
        height: 1200px;
     }
	.ddk-header{
        display: block;
        height: 1070px;
     }
	.ddk-landing{
		margin-top: 140px;
	}
}

@media only screen and (max-width: 445px) {
     .ddk-top-block{
        height: 1200px;
     }
	.ddk-header{
        display: block;
        height: 1000px;
     }
	.ddk-landing{
		margin-top: 130px;
	}
}

@media only screen and (max-width: 420px) {
     .ddk-top-block{
        height: 1220px;
     }
	.ddk-header{
        display: block;
        height: 1230px;
     }
}

@media only screen and (max-width: 400px) {
     .ddk-top-block{
        height: 1370px;
     }
	.ddk-landing{
		margin-top: 70px;
	}
}

@media only screen and (max-width: 375px) {
     .ddk-top-block{
        height: 1440px;
     }
	.ddk-header{
        height: 1300px;
     }
	.ddk-landing{
		margin-top: 100px;
	}
}

@media only screen and (max-width: 800px) {
	.ddk-header-mobile-visible-elements img{
    	 width: 500px;
	}
	.ddk-header-mobile-visible-elements .eva-main img{
    	 width: 300px;
	}
}

@media only screen and (max-width: 650px) {
	.ddk-header-mobile-visible-elements img{
    	 width: 400px;
	}
	.ddk-header-mobile-visible-elements .eva-main img{
    	 width: 250px;
	}
}

@media only screen and (max-width: 500px) {
	.ddk-header-mobile-visible-elements img{
    	 width: 300px;
	}
	.ddk-header-mobile-visible-elements .eva-main img{
    	 width: 200px;
	}
}

.ddk-landing h1{
     font-size: 72px;
}

@media only screen and (max-width: 1279px) {
	.ddk-landing h1{
    	 font-size: 50px;
	}
}

@media only screen and (max-width: 779px) {
	.ddk-landing h1{
    	 font-size: 36px;
	}
}

.ddk-landing .actors, .vk-clips-actors-images{
     display: flex;
     justify-content: space-between;
}

@media only screen and (max-width: 1279px) {
   .ddk-landing .actors{
     flex-wrap: wrap;
     flex-direction: column;
     align-items: center;
     margin-top: 30px;
   }
}

@media only screen and (max-width: 992px) {
   .vk-clips-actors-images{
     flex-wrap: wrap;
     flex-direction: column;
     align-items: center;
     margin-top: 30px;
   }
}


.ddk-landing .rectangles{
    display: flex;
    justify-content: space-between;
}

.ddk-landing .rectangle{
    min-height: 100px;
    min-width: 17.5%;
    padding: 30px;
    margin-top: 30px;
}

.ddk-landing .wide-rectangle{
    width: 45%;
}

.ddk-landing .foto-rectangle{
    margin-top: 30px;
}

.ddk-landing .foto-rectangle img{
    width: 100%;
}

.ddk-landing .yellow-rectangle, .ddk-landing .step_yellow_renctagle{
    background-color: #fc0;
    color: black;
}

.ddk-landing .black-rectangle, .ddk-landing .step_black_renctagle{
    background-color: black;
    color: white;
}

.ddk-landing .registration_button, first-registration_button{
	text-align: center;
    margin: 20px 0;
}

.ddk-landing .registration_button a, first-registration_button a{
	margin: 25px auto!important;
    font-size: 24px!important;
	padding: 1% 3%;
}

.ddk-landing .the_benefits_of_participation{
    background-color: #fc0; 
}

.ddk-landing .the_benefits_of_participation h1, .ddk-landing .the_benefits_of_participation h3, .ddk-landing .the_benefits_of_participation h1, .ddk-landing .important_topics{
    margin: 40px;
    padding-top: 30px;
}

.ddk-landing .the_benefits_of_participation_block{
    margin: 40px;
    padding: 40px;
    padding-bottom: 0;
    background-color: #fff;
    display: flex;
}

.ddk-landing .the_benefits_of_participation_block-text{
	width: 60%;
}

.ddk-landing .the_benefits_of_participation_block-text .the_benefits_of_participation_block-text_number{
   color: #808080;
}

.ddk-landing .the_benefits_of_participation_block-img{
	margin-left: 60px
}

.ddk-landing .the_benefits_of_participation_block-img img{
	height: 300px;
}

.ddk-landing .important_topics{
	display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding: 30px;
    flex-wrap: wrap;
}

.ddk-landing .important_topic{
    background-color: white;
    padding: 30px;
    width: 22%;
}

.ddk-landing .important_topic_wide{
    width: 48%;
}

.ddk-landing .important_topic p{
    margin-top: 50px;
    font-size: 24px;
}

.ddk-landing .steps_line{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.ddk-landing .step{
    width: 48%;
    padding: 30px;
}

.ddk-landing .wide-step{
    width: 100%;
}

@media only screen and (max-width: 1279px) {
	.ddk-landing .the_benefits_of_participation_block{
		flex-direction: column;
	}
	.ddk-landing .wide-rectangle, .ddk-landing .black-rectangle, .ddk-landing .yellow-rectangle, .ddk-landing .important_topic_wide, .ddk-landing .the_benefits_of_participation_block-text{
       width: 100%;
	}
    .ddk-landing .the_benefits_of_participation_block-img, .ddk-landing .the_benefits_of_participation_block-img img{
       text-align: center;
	   height: 150px;
	}
   .ddk-landing .important_topics{
   		flex-wrap: wrap;
     	flex-direction: column;
		margin: 0px;
        padding-top: 0px;
	}
    .ddk-landing .important_topics{
		padding-bottom: 0px;
	}
	.ddk-landing .important_topics-last{
		padding-bottom: 30px!important;
	}
    .ddk-landing .important_topic, .ddk-landing .important_topic_wide{
    	width: 100%;
	}
    .ddk-landing .important_topic{
       margin-top:30px;
	}
	.ddk-landing .rectangles, .ddk-landing .important_topics, .ddk-landing .steps_line{
   		flex-wrap: wrap;
     	flex-direction: column;
     	align-items: center;
		margin: 0px;
	}
	.ddk-landing .step{
   	 	width: 100%;
    	margin-top: 30px;
	}
}

@media only screen and (max-width: 779px) {
    .ddk-landing .the_benefits_of_participation_block-img, .ddk-landing .the_benefits_of_participation_block-img img{
       text-align: center;
	   height: 100px;
	}
}

.ddk-landing .step_title{
    font-weight: bold;
    padding: 0;
    background-color: #fff;
    color: #040a0d;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-family: "LetoSans", sans-serif;
    cursor: pointer;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 50px;
    border: 2px solid #fff;
    text-align: center;
}

.ddk-landing .step-7-title{
    display: flex;
    align-items: center;
}

.ddk-landing .step-7-title img{
    padding-left: 20px;
}

.ddk-landing .partners-block{
     display: flex;
     justify-content: space-between;
     margin: 20px 0;
}

.ddk-landing .partner-block{
     padding: 15px;
     border: 2px solid black;
     width: 45%;
}

.ddk-landing, .am-brands__item{
     width: auto;
     justify-content: start;
}

@media only screen and (max-width: 779px) {
	.ddk-landing .partners-block{
    	 flex-direction: column;
	}
	.ddk-landing .partner-block{
		margin: 20px 0;
        width: 100%;
	}
}

.ddk-landing .ddk-landing-partners-block-heading{
	margin-top: 30px;
}
/* End */
/* /local/templates/lampa/css/menu.css?17312714049928 */
/* /local/templates/lampa/css/style.min.css?1731271404154443 */
/* /local/templates/lampa/css/custom.css?178090712836887 */
