/*! 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.3.0
 * 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: January 11, 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;
}
.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;
}

*,html{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:rgba(255,255,255,0)!important;-webkit-focus-ring-color:hsla(0,0%,100%,0)!important}html{width:100%;min-width:320px;min-height:100%;font-family:Roboto,sans-serif;font-size:16px;line-height:120%}@media screen and (max-width:1280px){html{font-size:14px}}@media screen and (max-width:1023px){html{font-size:16px}}body{margin:0 auto;padding:0;background-color:#dee2eb;transition:opacity .3s;opacity:1}body.fixed{position:fixed}body.hide{opacity:0}button,input,textarea{border:none;background-color:transparent;outline:none;-webkit-appearance:none}h1,h2,h3,h4{margin:0;font-weight:400;font-size:unset}a,h1,h2,h3,h4,p,span{line-height:120%}img{display:block;max-width:100%;-o-object-fit:contain;object-fit:contain}a{color:inherit;text-decoration:none}ul{list-style:none}[data-animate]{transition:all .8s 0s;opacity:0}[data-animate-direction=bottom]{transform:translateY(50px)}[data-animate-direction=right]{transform:translateX(50px)}[data-animate-direction=left]{transform:translateX(-50px)}[data-animate-direction=top]{transform:translateY(-50px)}[data-delay=true]:first-child{transition-delay:.35s}[data-delay=true]:nth-child(2){transition-delay:.5s}[data-delay=true]:nth-child(3){transition-delay:.65s}[data-delay=true]:nth-child(4){transition-delay:.8s}[data-delay=true]:nth-child(5){transition-delay:.95s}[data-delay=true]:nth-child(6){transition-delay:1.1s}[data-delay=true]:nth-child(7){transition-delay:1.25s}[data-delay=true]:nth-child(8){transition-delay:1.4s}[data-delay=true]:nth-child(9){transition-delay:1.55s}[data-delay=true]:nth-child(10){transition-delay:1.7s}[data-delay=true]:nth-child(11){transition-delay:1.85s}[data-delay=true]:nth-child(12){transition-delay:2s}[data-delay=true]:nth-child(13){transition-delay:2.15s}[data-delay=true]:nth-child(14){transition-delay:2.3s}[data-delay=true]:nth-child(15){transition-delay:2.45s}[data-delay=true]:nth-child(16){transition-delay:2.6s}[data-delay=true]:nth-child(17){transition-delay:2.75s}[data-delay=true]:nth-child(18){transition-delay:2.9s}[data-delay=true]:nth-child(19){transition-delay:3.05s}[data-delay=true]:nth-child(20){transition-delay:3.2s}[data-animate=true]{opacity:1;transform:translateZ(0)}@font-face{font-family:Roboto;src:url(/dist/assets/fonts/6490694b37b0ee09bd91.eot);src:local("Roboto Bold"),local("Roboto-Bold");src:url(/dist/assets/fonts/6490694b37b0ee09bd91.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/6cd35edfbc0d7a417131.woff2) format("woff2");src:url(/dist/assets/fonts/3f2cbde6b72e8d05669f.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(/dist/assets/fonts/e5f75ce1f7e72a64d436.eot);src:local("Roboto Bold Italic"),local("Roboto-BoldItalic");src:url(/dist/assets/fonts/e5f75ce1f7e72a64d436.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/74126ecd07ad0d25d3f6.woff2) format("woff2");src:url(/dist/assets/fonts/997a1e8970d2b7e50fff.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:Roboto;src:url(/dist/assets/fonts/c000f0984de5d20c8eab.eot);src:local("Roboto Medium Italic"),local("Roboto-MediumItalic");src:url(/dist/assets/fonts/c000f0984de5d20c8eab.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/ace58ae211415a1f378b.woff2) format("woff2");src:url(/dist/assets/fonts/9a91a0398c5cb21f0199.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:Roboto;src:url(/dist/assets/fonts/f9f0c87146a33023da7e.eot);src:local("Roboto Medium"),local("Roboto-Medium");src:url(/dist/assets/fonts/f9f0c87146a33023da7e.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/fc0337b9cf1cce2e6e1e.woff2) format("woff2");src:url(/dist/assets/fonts/b14ca2d2b289afceb0b0.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:url(/dist/assets/fonts/30b57652c88c5dbd65de.eot);src:local("Roboto"),local("Roboto-Regular");src:url(/dist/assets/fonts/30b57652c88c5dbd65de.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/a25806274237d06e00a6.woff2) format("woff2");src:url(/dist/assets/fonts/31012f9b3e3da44f87e8.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(/dist/assets/fonts/7588d6373c3525bc74cd.eot);src:local("Roboto Italic"),local("Roboto-Italic");src:url(/dist/assets/fonts/7588d6373c3525bc74cd.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/007ccbd3e8708c6afef8.woff2) format("woff2");src:url(/dist/assets/fonts/0d0bf30e7eeb4f6e7fd5.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:url(/dist/assets/fonts/d592a653abb7a57fedd8.eot);src:local("Roboto Light"),local("Roboto-Light");src:url(/dist/assets/fonts/d592a653abb7a57fedd8.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/d537674e9e217fa53a13.woff2) format("woff2");src:url(/dist/assets/fonts/df0f59d80526acc6d0cd.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:url(/dist/assets/fonts/0ad9ca04101ace1b39d1.eot);src:local("Roboto Light Italic"),local("Roboto-LightItalic");src:url(/dist/assets/fonts/0ad9ca04101ace1b39d1.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/6006fa5b67e554e06562.woff2) format("woff2");src:url(/dist/assets/fonts/3c494714cdd1de859813.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:Roboto;src:url(/dist/assets/fonts/ae807ad4142f3eae2e0c.eot);src:local("Roboto Thin"),local("Roboto-Thin");src:url(/dist/assets/fonts/ae807ad4142f3eae2e0c.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/0b33782009e32497dba2.woff2) format("woff2");src:url(/dist/assets/fonts/674b1d2bd9d781457c17.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Roboto;src:url(/dist/assets/fonts/bc4d192a93ba33f68109.eot);src:local("Roboto Thin Italic"),local("Roboto-ThinItalic");src:url(/dist/assets/fonts/bc4d192a93ba33f68109.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/3669a8fac8736f85a7f1.woff2) format("woff2");src:url(/dist/assets/fonts/d5937d18c46d7ae260b6.woff) format("woff");font-weight:100;font-style:italic}.press:active{transform:scale(.98);transition:.3s}.hide{display:none}@media screen and (min-width:1025px){.mobile{display:none}}@media screen and (max-width:1025px){.notMobile{display:none}}.fade-enter-active,.fade-leave-active{transition:opacity .4s}.fade-enter,.fade-leave-to{opacity:0}.page-enter-active{transition:transform .6s,opacity .4s;transition-delay:0s;width:100%;position:fixed!important;left:0!important;top:144px!important;transform:translateX(100%);opacity:0;z-index:1}.page-enter-to{transform:translateX(0);background-attachment:scroll!important;height:100vh;overflow:hidden;opacity:1}.page-leave-active{transition:transform .6s,opacity .4s}.page-leave-to{transform:translateX(-100%);opacity:0}@media screen and (max-width:1439px){.page-enter-active{top:132px!important}}@media screen and (max-width:1023px){.page-enter-active{top:62px!important}}.t-footer{padding:72px 24px;margin-top:auto;background-color:#2c2d32}.t-footer__inner{display:flex;max-width:1440px;margin:0 auto}.t-footer__title{margin-bottom:10px;font-size:1.125rem;font-weight:500;color:#fff;letter-spacing:.03em}.t-footer__link{padding:5px 0;display:block;color:#ebedf1;font-weight:400;letter-spacing:.03em;transition:color .3s}.t-footer__link:hover{color:#d4d4d6}.t-footer__column:not(:last-child){margin-right:6.25rem}@media screen and (max-width:1919px){.t-footer__inner{max-width:1240px}}@media screen and (max-width:1439px){.t-footer__column:not(:last-child){margin-right:5rem}}@media screen and (max-width:1023px){.t-footer{padding:32px 20px}.t-footer__inner{flex-direction:column}.t-footer__title{margin-bottom:1.125rem}.t-footer__column{margin-bottom:2rem}.t-footer__column.social-column{display:none}}.copyright{display:flex;margin-left:auto;max-width:35%}.copyright__metrics{order:1;min-width:31px;margin-right:2rem}.copyright__inner{order:2}.copyright__text{font-size:.75rem;line-height:1.4;color:#94979d;letter-spacing:.03em}.copyright__devs{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding:16px 0;border-top:1px solid #c2c5cb}.copyright__devs span{font-size:.935rem;font-weight:300;color:#94979d}.copyright__devs span:first-child{margin-right:8px}@media screen and (max-width:1439px){.copyright{max-width:40%}.copyright__metrics{margin-right:1rem}}@media screen and (max-width:1023px){.copyright{max-width:100%;flex-direction:column}.copyright__metrics{margin-right:.75rem;order:2}.copyright__inner{order:1}.copyright__devs{display:block;border-top:none}.copyright__devs>:first-child{display:block;margin-bottom:16px}}.t-studio{display:inline-flex}.t-studio svg{width:5rem;height:1rem;fill:#94979d;transition:all .2s}.t-studio:hover svg{fill:#e31717}.t-studio:active{transform:scale3d(.98,.98,.98)}@media screen and (max-width:1023px){.t-studio svg{width:95px;height:19px}}.t-header{position:relative;z-index:1000}.t-header__top{position:relative;padding:14px 24px 18px;background-color:#25262c;z-index:2}.t-header__top-inner{position:relative;max-width:1200px;margin:0 auto;justify-content:flex-end}.t-header__top-inner,.t-header__top-inner .block-wrapper{display:flex;align-items:center}.t-header__top-inner .block-wrapper:not(:last-child){padding-right:1rem;margin-right:1rem;border-right:1px solid #4f525e}.t-header__top-mobile{padding:1.0625rem 1rem;position:relative;background-color:#25262c}.t-header__navigation-wrapper{position:relative;padding-bottom:4.1875rem;z-index:1}.t-header__navigation{position:absolute;top:0;left:0;right:0;padding:0 16px;background-color:#2c2d32;transform:translateY(0);transition:transform .5s;z-index:10}.t-header__navigation.isFixed{position:fixed;transform:translateY(-100%);z-index:2}.t-header__navigation.isFixed.isShow{transform:translateY(0);transition:transform .5s}.t-header__navigation.isFixed.noneTransition{transition:none}.t-header__logo{position:absolute;max-width:124px;top:0;bottom:0;left:0;margin:auto;z-index:2}.t-header__logo img{height:100%;-o-object-fit:cover;object-fit:cover}.t-header__mobile-footer{position:absolute;top:100%;left:0;right:0;padding:11px 16px;display:none;justify-content:space-between;background-color:#2d2e32}.t-header .t-mobile-menu{padding:1.5rem;position:fixed;top:61px;right:0;bottom:0;left:0;background-color:#2c2d32;text-align:center;overflow-y:auto}.t-header .t-mobile-menu__social-wrapper{margin-top:48px;width:100%;display:flex;justify-content:center}.t-header .t-mobile-menu-enter-active,.t-header .t-mobile-menu-leave-active{transition:opacity .5s}.t-header .t-mobile-menu-enter,.t-header .t-mobile-menu-leave-to{opacity:0}@media screen and (max-width:1023px){.t-header .t-mobile-menu{align-items:flex-start}}@media screen and (max-width:1023px){.t-header__navigation,.t-header__navigation-wrapper{display:none}.t-header__logo{max-width:110px;right:0;top:.75rem;bottom:.75rem}}.curtain{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:1000;opacity:1}.curtain-enter-active,.curtain-leave-active{transition:opacity .4s .5s}.curtain-enter,.curtain-leave-to{opacity:0}.t-modal{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.5);z-index:100}.t-modal__content{position:relative;padding:3.25rem;background-color:#fff;max-width:700px;min-width:536px;overflow:hidden}.t-modal__close{position:absolute;top:0;right:0;width:3rem;height:3rem;cursor:pointer}.t-modal__close:after,.t-modal__close:before{content:"";position:absolute;top:50%;left:50%;display:block;height:2px;width:1.25rem;background-color:rgba(0,0,0,.3);transform:translate(-50%,-50%) rotate(-45deg);transition:all .3s}.t-modal__close:before{transform:translate(-50%,-50%) rotate(45deg)}.t-modal__close:hover:after,.t-modal__close:hover:before{background-color:rgba(0,0,0,.6)}.t-modal__title{margin-bottom:1rem;font-size:2.25rem;font-weight:600}.t-modal__desc{line-height:1.4}.t-modal__desc,.t-modal__text{margin-bottom:2rem}.t-modal__text>i{padding-bottom:.125rem;display:inline-block;font-style:normal;border-bottom:1px solid #eb271b}.t-modal__btn{display:inline-block;width:12.0625rem;padding:0 1rem;text-align:center;color:#fefefe;font-weight:500;line-height:2.5rem;background-color:#222125;transition:all .3s}.t-modal__btn:hover{background-color:#333236}.t-modal .t-form{margin-bottom:2.5rem}.t-modal .t-form__textarea{min-height:6.875rem}@media screen and (max-width:1023px){.t-modal__content{max-width:768px;min-width:294px;padding:24px}.t-modal__title{font-size:20px;margin-bottom:16px}.t-modal__desc{font-size:14px;margin-bottom:24px}}@media screen and (max-width:1023px){.t-modal{overflow-y:auto;height:100%}.t-modal__content{padding:24px;width:95%;min-width:200px}.t-modal__close{position:fixed}.t-modal__title{font-size:24px}.t-modal__desc{font-size:12px}}.burger{padding:7px 4px;position:relative;display:flex;flex-direction:column;justify-content:space-between;height:28px;width:28px;cursor:pointer}.burger__line{height:2px;background-color:#fff}.burger__line:first-child{top:0;transition:top .3s ease .3s,transform .3s ease 0s}.burger__line:nth-child(2){top:calc(50% - 1px)}.burger__line:last-child{margin-bottom:0;top:calc(100% - 2px);transition:top .3s ease .3s,transform .3s ease 0s}.burger_opened .burger__line:first-child{top:calc(50% - 1px);transform:rotate(45deg);transition:top .3s ease 0s,transform .3s ease .3s}.burger_opened .burger__line:nth-child(2){display:none}.burger_opened .burger__line:last-child{top:calc(50% - 1px);transform:rotate(-45deg);transition:top .3s ease 0s,transform .3s ease .3s}@media screen and (min-width:1475px){.burger__line{width:2.222vw;height:2px}.burger__line:nth-child(2){top:calc(50% - 1px)}.burger__line:last-child{top:calc(100% - 2px)}.burger_opened .burger__line:first-child,.burger_opened .burger__line:last-child{top:calc(50% - 1px)}}.t-good-news{display:flex;align-items:center;cursor:pointer}.t-good-news__title{letter-spacing:.08em;transition:all .6s}.t-good-news__title:not(:first-child){margin-left:16px}.t-good-news.off .t-good-news__title{color:#fff}.t-good-news.on .t-good-news__title{color:#e53e22}@media screen and (max-width:1023px){.t-good-news{margin-bottom:32px}}.t-switcher{position:relative;width:46px;height:24px;border:1px solid #303134;border-radius:12px;transition:all .6s}.t-switcher__inner{position:absolute;top:50%;transform:translateY(-50%);width:16px;height:16px;border-radius:50%;transition:all .6s}.t-switcher.off{background-color:#3d3e45}.t-switcher.off .t-switcher__inner{left:3px;background-color:#7d7e80}.t-switcher.on{background-color:#ed2201}.t-switcher.on+.t-good-news__title{color:#ed2201}.t-switcher.on .t-switcher__inner{left:25px;background-color:#fff;border:1px solid #fff}@media screen and (max-width:1023px){.t-switcher{width:75px;height:40px;border-radius:25px}.t-switcher__inner{width:28px;height:28px}.t-switcher.on .t-switcher__inner{left:40px}}.t-search-btn{margin-right:1rem;display:flex;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;transition:all .3s;cursor:pointer}.t-search-btn svg{width:100%;height:100%;fill:#fff;transition:fill .3s}.t-search-btn:hover svg{fill:#e53e22}.t-search-btn:active{transform:scale3d(.98,.98,.98)}@media screen and (max-width:1023px){.t-search-btn{margin-right:0;margin-left:auto}}.t-top-dotate-btn{padding:12px 16px;background-color:#e53e22;border-radius:50px;line-height:1.1;color:#fff;cursor:pointer;transition:all .3s}.t-top-dotate-btn:hover{background-color:#ca261b;color:#fefefe}.t-top-dotate-btn:active{transform:scale3d(.98,.98,.98)}@media screen and (max-width:1023px){.t-top-dotate-btn{width:100%;display:block}}.t-social,.t-social__item{display:flex;align-items:center}.t-social__item{justify-content:center;width:26px;height:26px;border-radius:50%;background-color:#676767;font-size:0;overflow:hidden;transition:all .3s}.t-social__item svg{width:100%;height:100%;fill:#181a1d;transition:all .3s}.t-social__item:not(:last-child){margin-right:8px}.t-social__item:hover{background-color:#9b9b9b}.t-social__item:hover svg{fill:#fff}.t-social__item:active{background-color:#eb261a}.t-social__item:active svg{fill:#fefefe}@media screen and (max-width:1023px){.t-social__item{width:34px;height:34px}}.t-current-date{color:#9699a0;letter-spacing:-.02em}.t-top-menu{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.t-top-menu__item{position:relative;padding:1.5rem .6875rem;color:#fff;line-height:1.1;transition:background-color .3s,color .3s;cursor:pointer}.t-top-menu__item.expedition{padding:.75rem 1.5rem;border:1px solid #4f525d;border-radius:3.125rem;text-align:center}.t-top-menu__item.expedition:hover{background-color:#4f525d;color:#fff}.t-top-menu__item.expedition:active{transform:scale3d(.98,.98,.98)}.t-top-menu__item:hover{color:#9a9da5}.t-top-menu__item.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background-color:#e63e22}.t-top-menu__item.more:hover>.t-top-menu__more{opacity:1;pointer-events:all}.t-top-menu__more{opacity:0;pointer-events:none;padding:.75rem 0;position:absolute;top:90%;right:0;width:12.5rem;z-index:2;color:#292a2f}.t-top-menu__more,.t-top-menu__more-item{background-color:#f7f7f7;transition:all .3s}.t-top-menu__more-item{display:block;padding:.75rem 1.5rem;cursor:pointer}.t-top-menu__more-item:hover{background-color:#e3e3e3}@media screen and (max-width:1023px){.t-top-menu{width:100%;margin:0 0 16px;flex-direction:column;text-align:left;align-items:flex-start;justify-content:flex-start}.t-top-menu__item{padding:0;font-size:1rem}.t-top-menu__item:not(:last-child){margin-bottom:2rem}.t-top-menu__item.expedition{width:100%}}.t-page-contact{padding:32px 0;border-top:1px solid #e1e1e1}.t-page-contact__title{margin-bottom:8px;font-size:1.5rem;letter-spacing:.035em}.t-page-contact__text{color:#6a6a6a;line-height:1.4}.t-page-contact__link{font-weight:500;color:#e32618;padding-bottom:0;border-bottom:1px solid #e32618}.t-page-contact__link:hover{color:#ca261b;border-bottom:1px solid #ca261b}@media screen and (max-width:1023px){.t-page-contact__text{padding-right:80px;line-height:1.8}}.t-breadcrumbs{font-size:0}.t-breadcrumbs__item{font-size:.875rem;letter-spacing:.035em;color:#b8b8c5}.t-breadcrumbs__item:not(:first-child){margin-left:8px;padding-left:12px;position:relative}.t-breadcrumbs__item:not(:first-child):before{position:absolute;content:"";top:.5rem;left:0;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background-color:#b8b8c5}@media screen and (max-width:1023px){.t-breadcrumbs{display:flex}.t-breadcrumbs__item{font-size:.75rem;white-space:nowrap;flex-shrink:0;overflow:hidden}.t-breadcrumbs__item:last-child{flex-shrink:1;text-overflow:ellipsis}}.t-share-social__title{display:inline-block;margin-bottom:1rem;font-size:1.25rem;font-weight:700;letter-spacing:.04em;color:#484848}.t-share-social__items{display:flex}.t-share-social__item{display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;border-radius:50%;background-color:#b8b8c5;font-size:0;overflow:hidden;filter:grayscale(1);transition:all .3s}.t-share-social__item svg{fill:#fff}.t-share-social__item:hover{background-color:#eb261a}.t-share-social__item:not(:last-child){margin-right:16px}@media screen and (max-width:1023px){.t-share-social__title{margin-right:0;margin-bottom:24px;font-size:22px}.t-share-social__item{width:36px;height:36px}}.t-news-page-tags{margin-bottom:-.75rem}.t-news-page-tags__item{padding:0 .75rem;margin-bottom:.75rem;display:inline-block;font-size:.875rem;line-height:1.6875rem;color:#868686;border:1px solid #bfbfbf;border-radius:4px;box-sizing:border-box}.t-news-page-tags__item:not(:last-child){margin-right:.5rem}.map{position:absolute;top:0;right:0;bottom:0;left:0}.t-form-selector{position:relative;cursor:pointer;background-color:transparent}.t-form-selector__header{position:relative;line-height:3.625rem;padding:0 1rem;color:#292a2f;border-bottom:1px solid transparent}.t-form-selector__header:after{margin:auto;content:"";position:absolute;right:1rem;top:0;bottom:0;display:block;transition:all .4s}.t-form-selector__arrow{position:absolute;top:0;right:1.5rem;bottom:0;width:1.5rem;transform:rotate(0);transition:transform .3s}.t-form-selector__arrow svg{width:100%;height:100%;fill:#e1e1e5;transition:fill .3s}.t-form-selector__list-wrapper{display:flex;position:absolute;top:100%;left:0;right:0;max-height:0;overflow:hidden;z-index:3}.t-form-selector__list-wrapper.list-blur:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(0deg,#f7f7f7,hsla(0,0%,96.9%,0));z-index:4;pointer-events:none}.t-form-selector__list{width:100%;transition:all .4s,border 0s .35s;overflow-y:auto}.t-form-selector__item{padding:.75rem 1rem;line-height:2rem;background-color:#f7f7f7;transition:all .3s}.t-form-selector__item:hover{background-color:#aec5f5}.t-form-selector__bottom{position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(180deg,#f7f7f7,hsla(0,0%,96.9%,0));z-index:4}.t-form-selector.isOpen{background-color:#f7f7f7}.t-form-selector.isOpen .t-form-selector__arrow{transform:rotate(180deg)}.t-form-selector.isOpen .t-form-selector__arrow svg{fill:#e53e22}.t-form-selector.isOpen .t-form-selector__header{border-bottom:1px solid #e0e3ea}.t-form-selector.isOpen .t-form-selector__list-wrapper{max-height:200px;transition:all .4s,border 0s}@media screen and (max-width:1023px){.t-form-selector__header{line-height:3.5rem}}.t-burger{display:none;padding:7px 4px;position:absolute;top:17px;left:16px;bottom:17px;width:28px;flex-direction:column;justify-content:space-between}.t-burger li{height:2px;background-color:#fff;border-radius:2px}@media screen and (max-width:1023px){.t-burger{display:flex}}.t-data-picker{width:197px;overflow:hidden;z-index:2}.t-data-picker__header{padding:16px;display:flex;justify-content:space-between;align-items:center;background-color:#d7dae0;color:#b0b0b0;line-height:3.3125rem;font-weight:500;transition:all .3s;cursor:pointer}.t-data-picker__header.active{background-color:#fff;color:#eb261a}.t-data-picker__header.active svg{stroke:#eb261a}.t-data-picker__header svg{width:1.25rem;height:1.3125rem;fill:none;stroke:#b0b0b0;transition:all .3s}.t-data-picker__header:hover{color:#eb261a}.t-data-picker__header:hover svg{stroke:#eb261a}.t-data-picker__inner{position:absolute;right:0;top:110%;max-height:0;background-color:#fff;transition:all .4s;overflow:hidden;z-index:5}.t-data-picker__inner.isDataPickerVisible{max-height:500px}@media screen and (max-width:1023px){.t-data-picker{width:100%;max-width:400px;min-width:190px}.t-data-picker__inner{display:flex;justify-content:center}}.t-filter{display:flex}.t-filter-wrapper{position:relative}.t-filter-clear{margin-right:32px;padding:16px 0;letter-spacing:.015em;color:#a9aebb;white-space:nowrap;transition:color .4s;cursor:pointer}.t-filter-clear span{display:block;padding-bottom:4px;border-bottom:1px solid #a9aebb;transition:border-bottom .4s}.t-filter-clear:hover{color:#eb261a}.t-filter-clear:hover span{border-bottom:1px solid #eb261a}@media screen and (max-width:1023px){.t-filter{position:relative;flex-direction:column-reverse;align-items:center}.t-filter-clear{margin-top:24px;padding:0}}.t-data-picker-button-confirm{width:auto!important;margin:0 1rem 1rem!important}.vc-container{border:none!important;border-radius:0!important;background-color:#fff!important}.weekday-1:not(.is-not-in-month)>span:first-child,.weekday-7:not(.is-not-in-month)>span:first-child{opacity:.5!important}.vc-highlight{border-radius:0!important;background-color:#eb261a!important;border:2px solid #eb261a!important}.vc-highlights+span:hover{background-color:transparent!important}.vc-highlights.vc-day-layer+span{color:#fff!important}.vc-nav-popover-container{background-color:#fff!important;border:none!important;box-shadow:none!important}.vc-grid-container{margin-bottom:8px!important}.vc-popover-content-wrapper{left:50%!important;transform:translateX(-50%)!important;padding-bottom:1rem!important;background-color:#fff!important}.vc-nav-arrow,.vc-nav-title{color:#444!important;border:none!important}.vc-nav-arrow:hover,.vc-nav-title:hover{background-color:#eb261a!important;color:#fff!important}.vc-title-wrapper{position:static!important}.vc-nav-item{width:4.5625rem!important;height:2.5rem!important;color:#b8b8b8!important;display:flex;justify-content:center;align-items:center;line-height:0;border-radius:0!important;background-color:#f5f6f8!important}.vc-nav-item.is-inactive,.vc-nav-item.is-inactive-current{background-color:#f5f6f8!important;color:#b8b8b8}.vc-nav-item.is-active{background-color:#eb261a!important;color:#f5f6f8!important}@media screen and (max-width:1023px){.vc-container{padding:16px 0!important;width:100%!important;max-width:364px!important}.vc-nav-item{width:5.9375rem!important;height:2.8125rem!important}.vc-popover-content-wrapper{padding-bottom:12px!important}}.breaking-news{display:flex;justify-content:space-between;margin-bottom:1rem}.breaking-news__item{position:relative;display:flex;flex-direction:column;justify-content:space-around;width:24%;padding:1rem 1.5rem;border-radius:4px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.07);transition:box-shadow .2s ease;cursor:pointer}.breaking-news__item:hover{box-shadow:0 0 10px rgba(0,0,0,.15)}.breaking-news__desc{margin-top:1rem;padding-top:1rem;border-top:1px solid #e1e1e5}.breaking-news__title-wrapper{max-height:51%;overflow:hidden}.breaking-news__title{font-size:1rem;font-weight:500;color:#525252;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.breaking-news__date{position:relative;padding-left:1.1875rem;font-size:.75rem;color:#9393a3}.breaking-news__date:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:12px;height:12px;background-image:url(/dist/assets/img/8bb146e06ab4c582b3b6.png);background-position:-94px -521px;background-repeat:no-repeat}@media screen and (max-width:1023px){.breaking-news{flex-direction:column}.breaking-news__item{width:100%}.breaking-news__item:not(:last-child){margin-bottom:1rem}}.t-grid-slider__slide{position:absolute;height:100%;width:100%;pointer-events:none}.t-grid-slider__inner{position:absolute;top:0;right:0;bottom:0;left:0}.t-grid-slider__nav{position:absolute;display:flex;bottom:0;right:1rem;width:3rem;height:3.5rem;z-index:5;cursor:pointer}.t-grid-slider__nav-item{display:flex;align-items:center}.t-grid-slider__nav svg{width:1.5rem;height:1.5rem;fill:#dadae0;transition:fill .3s}.t-grid-slider__nav svg:hover{fill:#ea251a}.t-grid-slider .white-text{color:#fff}.t-grid-slider .white-text .t-news-item__tag{background-color:rgba(18,18,18,.3)}.t-grid-slider .black-text{color:#292a2f}.t-grid-slider .black-text .t-news-item__tag{background-color:hsla(0,0%,100%,.15)}.t-grid-slider .isActive,.t-grid-slider .isHide{transition:opacity .6s}.t-grid-slider .isActive{opacity:1;pointer-events:auto}.t-grid-slider .isHide{opacity:0}.t-grid-slider .rightPosition{justify-content:flex-end}.t-grid-slider .t-news-item__img{top:0;right:0;left:0;bottom:0}.t-grid-push-item{height:100%;grid-column-start:auto;grid-column-end:span 1;grid-row-start:auto;grid-row-end:span 1;position:relative;background-color:#2063a1;color:#fff;text-align:center}.t-grid-push-item__inner{position:absolute;top:50%;left:1.5rem;right:1.5rem;transform:translateY(-50%)}.t-grid-push-item__title{font-size:1.1875rem;line-height:1.75rem;font-weight:900}.t-grid-push-item__btn{display:inline-block;margin-top:3.125rem;font-size:.75rem;letter-spacing:.1em;font-weight:900;border-bottom:1px solid #fff;transition:all .3s;cursor:pointer}.t-grid-push-item__btn:hover{border-bottom:1px solid #2063a1}@media screen and (max-width:1023px){.t-grid-push-item{width:100%;grid-column-end:span 1}.t-grid-push-item__btn{font-size:1rem}}.t-grid-banner-item{position:relative;grid-column-start:auto;grid-column-end:span 2;grid-row-start:auto;grid-row-end:span 1;height:100%}.t-grid-banner-item__item{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:100%;max-height:100%}.t-grid-banner-item__img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1023px){.t-grid-banner-item{width:100%;grid-column-end:span 1}}.t-support{height:100%;position:relative;grid-column-start:auto;grid-column-end:span 2;grid-row-start:auto;grid-row-end:span 1}.t-support__inner{display:flex;flex-direction:column;padding:2.8125rem;position:absolute;top:0;right:0;bottom:0;left:0}.t-support__btn{display:block}.t-support__body{flex-grow:1}.t-support.grey .t-support__inner{background-color:#d7dae0;text-align:center}.t-support.grey .t-support__title{margin-bottom:1rem;font-size:1.5rem;line-height:1.75rem;font-style:700}.t-support.grey .t-support__desc{margin:0 auto;max-width:305px;font-size:1.125rem;line-height:1.3125rem}.t-support.red .t-support__inner{color:#fefefe;background-color:#eb261a}.t-support.red .t-support__title{margin-right:2rem;font-size:7.5rem;line-height:1}.t-support.red .t-support__desc{font-size:1.5rem;line-height:1.4}.t-support.red .t-support__btn{color:#fefefe;border:1px solid #fefefe}.t-support.red .t-support__body,.t-support.red .t-support__footer{display:flex;align-items:center}@media screen and (max-width:1439px){.t-support__inner{padding:32px}.t-support.red .t-support__desc{font-size:1.25rem}}@media screen and (max-width:1023px){.t-support{width:100%;text-align:center;grid-column-end:span 1}.t-support__inner{padding:24px 16px 16px}.t-support__btn{width:100%!important}.t-support__btn:not(:last-child){margin-bottom:16px}.t-support.grey{background-color:#d7dae0}.t-support.grey .t-support__title{margin-bottom:1rem;font-size:20px;line-height:23px}.t-support.grey .t-support__desc{margin-bottom:20px;font-size:14px;line-height:16px}.t-support.red .t-support__title{font-size:64px;line-height:1.1}.t-support.red .t-support__desc{font-size:14px;line-height:1.4}.t-support.red .t-support__body,.t-support.red .t-support__footer{flex-direction:column;align-items:center}.t-support.red .t-support__body{margin-bottom:24px}}.t-item-grid{margin-bottom:5.625rem;transform:all .3s;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:264px;grid-gap:16px}.t-item-grid__getter{width:1.3333333333%}.t-item-grid__width{width:24%}.t-item-grid>*{margin-bottom:1.5rem}@media screen and (max-width:1023px){.t-item-grid{grid-auto-rows:300px;grid-template-columns:100%;margin-bottom:24px}}.t-news-item{position:relative;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.07);border-radius:4px;cursor:pointer;overflow:hidden;height:100%;opacity:1;transition:opacity 3s;z-index:1}.t-news-item__inner{display:flex;flex-direction:column;padding:1.625rem;width:100%;height:100%}.t-news-item__info{height:100%}.t-news-item__tag{padding:0 .9375rem;position:absolute;top:1.5rem;left:1.625rem;border-radius:2.5rem;font-size:.875rem;line-height:2;letter-spacing:.1em;z-index:1}.t-news-item__icons{display:flex;position:absolute;top:1.5rem;right:1.625rem;z-index:2}.t-news-item__icon{padding:.375rem;border-radius:6.25rem}.t-news-item__icon span,.t-news-item__icon svg{display:block}.t-news-item__icon span{font-size:.875rem;line-height:1rem;font-weight:500}.t-news-item__icon svg{width:1rem;height:1rem}.t-news-item__icon:not(:last-child){margin-right:.5rem}.t-news-item.white-icon span{color:#fff}.t-news-item.white-icon .t-news-item__icon{background-color:rgba(18,18,18,.3)}.t-news-item.white-icon .t-news-item__icon span{color:#fff}.t-news-item.white-icon .t-news-item__icon svg{fill:#fff}.t-news-item.red-icon .t-news-item__icon{background-color:rgba(229,62,34,.1)}.t-news-item.red-icon .t-news-item__icon span{color:#e63e22}.t-news-item.red-icon .t-news-item__icon svg{fill:#e63e22}.t-news-item__img{position:absolute;background-color:#000}.t-news-item__img img{width:100%;height:100%;opacity:.55;-o-object-fit:cover;object-fit:cover;transition:opacity .6s}.t-news-item.image-full .t-news-item__inner{justify-content:flex-end}.t-news-item.image-full .t-news-item__info{display:flex;flex-direction:column;justify-content:flex-end}.t-news-item.image-full .t-news-item__img{top:0;right:0;bottom:0;left:0}.t-news-item.slider .t-news-item__inner{justify-content:flex-end}.t-news-item.slider .t-news-item__info{display:flex;flex-direction:column;justify-content:flex-end}.t-news-item.image-top .t-news-item__img{top:0;right:0;bottom:50%;left:0}.t-news-item.image-top .t-news-item__inner{justify-content:flex-end}.t-news-item.image-top .t-news-item__info{padding-top:1rem}.t-news-item.image-bottom .t-news-item__img{top:50%;right:0;bottom:0;left:0}.t-news-item.image-bottom .t-news-item__footer{bottom:50%}.t-news-item.image-bottom .t-news-item__info{height:24%!important}.t-news-item.image-left .t-news-item__img{top:0;right:50%;bottom:0;left:0}.t-news-item.image-left .t-news-item__tag{left:54%}.t-news-item.image-left .t-news-item__info{padding-left:54%}.t-news-item.image-left .t-news-item__title{width:100%!important;font-size:1.25rem!important;text-shadow:none!important}.t-news-item.image-left .t-news-item__footer{left:54%}.t-news-item.red-layout .t-news-item__img{background-color:#ed2201}.t-news-item.blue-layout .t-news-item__img{background-color:#4183c1}.t-news-item.blue-layout:hover .t-news-item__img img,.t-news-item.red-layout:hover .t-news-item__img img{opacity:.55}.t-news-item__title{position:relative;margin-bottom:.0625rem;font-size:1.25rem;font-weight:700;transition:all .3s ease;z-index:1}.t-news-item__footer{position:absolute;bottom:0;left:1.625rem;right:1.625rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e1e1e5;z-index:1}.t-news-item__descriptions,.t-news-item__top-author-wrapper{position:relative;z-index:1}.t-news-item:hover{box-shadow:0 0 10px rgba(0,0,0,.15)}.t-news-item:hover .t-news-item__img img{opacity:.3}.t-news-item.block-1x1{grid-column-start:auto;grid-column-end:span 1;grid-row-start:auto;grid-row-end:span 1}.t-news-item.block-1x1 .t-news-item__inner{padding-top:4.75rem;padding-bottom:4.5rem;justify-content:space-between}.t-news-item.block-1x1 .t-news-item__info{height:72%}.t-news-item.block-1x1 .t-news-item__title{font-size:1rem}.t-news-item.block-1x1 .t-news-item__author-image,.t-news-item.block-1x1 .t-news-item__descriptions{display:none}.t-news-item.block-1x2{grid-column-start:auto;grid-column-end:span 1;grid-row-start:auto;grid-row-end:span 2}.t-news-item.block-1x2.slider{padding-bottom:36%}.t-news-item.block-1x2 .t-news-item__descriptions{display:none}.t-news-item.block-1x2 .t-news-item__info{height:43%;margin-bottom:1rem}.t-news-item.block-2x1{grid-column-start:auto;grid-column-end:span 2;grid-row-start:auto;grid-row-end:span 1}.t-news-item.block-2x1 .t-news-item__title{margin-bottom:.5rem;width:85%;text-shadow:0 0 20px rgba(28,31,46,.3)}.t-news-item.block-2x1 .t-news-item__info{height:80%}.t-news-item.block-2x1 .t-news-item__descriptions{display:none}.t-news-item.block-3x2{grid-column-start:auto;grid-column-end:span 3;grid-row-start:auto;grid-row-end:span 2}.t-news-item.block-3x2 .t-news-item__inner{padding-top:4.75rem;padding-bottom:6.25rem!important}.t-news-item.block-3x2 .t-news-item__info{width:75%}.t-news-item.block-3x2 .t-news-item__info>:not(:last-child){margin-bottom:1rem}.t-news-item.block-3x2 .t-news-item__title{font-size:2rem;font-weight:700;text-shadow:0 0 20px rgba(28,31,46,.3)}.t-news-item.block-3x2 .t-news-item__descriptions{font-size:1rem;line-height:1.4;text-shadow:0 0 20px rgba(28,31,46,.6)}.t-news-item.block-2x2{grid-column-start:auto;grid-column-end:span 2;grid-row-start:auto;grid-row-end:span 2}.t-news-item.block-2x2 .t-news-item__img{bottom:50%}.t-news-item.block-2x2 .t-news-item__inner{padding-top:4.75rem;padding-bottom:6.25rem!important;justify-content:flex-end}.t-news-item.block-2x2 .t-news-item__info{width:100%;height:43%}.t-news-item.block-2x2 .t-news-item__info>:not(:last-child){margin-bottom:1rem}.t-news-item.block-2x2 .t-news-item__title{font-size:1.5rem;font-weight:700}.t-news-item.block-2x2 .t-news-item__descriptions{display:none}.t-news-item.block-1x2 .t-news-item__inner,.t-news-item.block-2x1 .t-news-item__inner,.t-news-item.block-3x2 .t-news-item__inner{padding-bottom:4.5rem}.t-news-item.block-1x2 .t-news-item__inner{padding-top:4.75rem}.t-news-item.block-1x2 .t-news-item__title{font-size:1.125rem}.t-news-item.block-1x1 .t-news-item__inner,.t-news-item.block-2x1 .t-news-item__inner{padding-top:4.25rem}.t-news-item.block-2x1 .t-news-item__top-author-wrapper,.t-news-item.block-2x2 .t-news-item__top-author-wrapper,.t-news-item.block-3x2 .t-news-item__top-author-wrapper{display:none}.t-news-item.block-2x1 .t-news-item__inner{padding-top:4.75rem}.t-news-item.white-text{color:#fff}.t-news-item.white-text .t-news-item__tag{background-color:rgba(18,18,18,.3)}.t-news-item.black-text{color:#292a2f}.t-news-item.black-text .t-news-item__tag{background-color:rgba(216,220,228,.25)}.t-news-item .block-author{padding-top:1.5rem;padding-bottom:1.5rem}.t-news-item .hidden-author-image>:last-child{display:none}.t-news-item .item-footer-date{margin-left:auto}.t-news-item.black-item{background-color:#2d2d2d}.t-news-item.black-item .t-news-item__footer{border-top:1px solid #252525}.t-news-item.hide{display:block;opacity:0}@media screen and (max-width:1023px){.t-news-item.adultContent:after,.t-news-item__tag{font-size:.875rem}.t-news-item__tag{border-radius:2.5rem}.t-news-item.block-1x1,.t-news-item.block-1x2,.t-news-item.block-2x1,.t-news-item.block-2x2,.t-news-item.block-3x2{width:100%;grid-column-end:span 1}.t-news-item.block-1x1 .t-news-item__inner,.t-news-item.block-1x2 .t-news-item__inner,.t-news-item.block-2x1 .t-news-item__inner,.t-news-item.block-2x2 .t-news-item__inner,.t-news-item.block-3x2 .t-news-item__inner{padding-top:4.75rem}.t-news-item.block-1x1 .t-news-item__title,.t-news-item.block-1x2 .t-news-item__title,.t-news-item.block-2x1 .t-news-item__title,.t-news-item.block-2x2 .t-news-item__title,.t-news-item.block-3x2 .t-news-item__title{font-size:1rem!important}.t-news-item.block-3x2 .t-news-item__inner{justify-content:flex-start}.t-news-item.block-3x2 .t-news-item__title{font-size:1.25rem!important}.t-news-item.block-3x2 .t-news-item__info{margin-bottom:1.5rem;width:100%;font-size:.875rem}.t-news-item.block-3x2 .t-news-item__descriptions{display:none}.t-news-item.block-2x1{grid-row-end:span 2}.t-news-item.block-2x1 .t-news-item__inner{display:flex;flex-direction:column;justify-content:flex-end}.t-news-item.block-2x1 .t-news-item__info{padding-top:2rem}.t-news-item.block-2x1 .t-news-item__title{font-size:1.25rem}.t-news-item.block-2x1 .t-news-item__descriptions{display:none}.t-news-item.block-2x1 .t-news-item__top-author-wrapper{display:block}.t-news-item.block-2x1 .t-news-item__footer{justify-content:flex-start}.t-news-item.block-2x1 .t-news-item__footer>:nth-child(2){display:none}.t-news-item.block-1x2.slider{padding-bottom:99%}.t-news-item .item-footer-date{margin:0}.t-news-item.block-2x2 .t-news-item__inner,.t-news-item.image-left .t-news-item__inner{padding-top:75%!important}.t-news-item.block-2x2 .t-news-item__img,.t-news-item.image-left .t-news-item__img{right:0;bottom:50%}.t-news-item.block-2x2 .t-news-item__info,.t-news-item.image-left .t-news-item__info{padding-left:0;height:80%!important}.t-news-item.block-2x2 .t-news-item__footer,.t-news-item.block-2x2 .t-news-item__tag,.t-news-item.image-left .t-news-item__footer,.t-news-item.image-left .t-news-item__tag{left:1.625rem}.t-news-item.block-2x2 .t-news-item__tag,.t-news-item.image-left .t-news-item__tag{color:#fff}}.t-inpage-grid{display:flex;justify-content:space-between;flex-wrap:wrap}.t-inpage-grid>*{margin-bottom:1.5rem}.t-inpage-grid .block-1_5x1,.t-inpage-grid .block-1x1,.t-inpage-grid .block-2x1,.t-inpage-grid .block-3x1{padding-bottom:33.125%!important}.t-inpage-grid .block-1_5x1 .t-news-item__inner,.t-inpage-grid .block-1x1 .t-news-item__inner,.t-inpage-grid .block-2x1 .t-news-item__inner,.t-inpage-grid .block-3x1 .t-news-item__inner{padding:4.75rem 1.625rem 4.5rem!important;align-items:flex-start}.t-inpage-grid .block-1_5x1 .t-news-item__title,.t-inpage-grid .block-1x1 .t-news-item__title,.t-inpage-grid .block-2x1 .t-news-item__title,.t-inpage-grid .block-3x1 .t-news-item__title{font-size:1.25rem}.t-inpage-grid .block-1_5x1 .t-news-item__descriptions,.t-inpage-grid .block-1x1 .t-news-item__descriptions,.t-inpage-grid .block-2x1 .t-news-item__descriptions,.t-inpage-grid .block-3x1 .t-news-item__descriptions{display:none}.t-inpage-grid .block-1_5x1 .t-news-item__info,.t-inpage-grid .block-1x1 .t-news-item__info,.t-inpage-grid .block-2x1 .t-news-item__info,.t-inpage-grid .block-3x1 .t-news-item__info{height:70%}.t-inpage-grid .block-1_5x1{width:48.5%}.t-inpage-grid .block-3x1{width:100%}.t-inpage-grid .block-3x1 .t-news-item__title{font-size:1.375rem}.t-inpage-grid .block-2x1{width:65.75%}.t-inpage-grid .block-1x1{width:31.25%}.t-inpage-grid .block-1x1 .t-news-item__title{font-size:1rem}.t-inpage-grid__slide{padding-bottom:88.3333333333%}.t-inpage-grid .temp{width:288px;height:300px;background-color:red}.t-inpage-grid .t-news-item{height:auto}@media screen and (max-width:1023px){.t-inpage-grid{display:block;padding-bottom:55px}.t-inpage-grid>*{margin-bottom:0}.t-inpage-grid .block-1_5x1,.t-inpage-grid .block-1x1,.t-inpage-grid .block-2x1,.t-inpage-grid .block-3x1{position:absolute;width:100%;margin-right:0;padding-bottom:92%!important}.t-inpage-grid .block-1_5x1 .t-news-item__inner,.t-inpage-grid .block-1x1 .t-news-item__inner,.t-inpage-grid .block-2x1 .t-news-item__inner,.t-inpage-grid .block-3x1 .t-news-item__inner{padding-top:4.75rem;justify-content:space-between}.t-inpage-grid .block-1_5x1 .t-news-item__title,.t-inpage-grid .block-1x1 .t-news-item__title,.t-inpage-grid .block-2x1 .t-news-item__title,.t-inpage-grid .block-3x1 .t-news-item__title{width:100%;margin-right:0;font-size:1rem!important}.t-inpage-grid .block-1_5x1 .t-news-item__info,.t-inpage-grid .block-1x1 .t-news-item__info,.t-inpage-grid .block-2x1 .t-news-item__info,.t-inpage-grid .block-3x1 .t-news-item__info{max-width:85%}}.t-author{display:flex;align-items:center}.t-author__name{margin-right:10px;font-size:.875rem;color:#bfbfcc}.t-author__image{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden}.t-author.hideImg>.t-author__image{display:none}@media screen and (max-width:1023px){.t-author__name{font-size:.75rem}}.t-date{position:relative;padding-left:1.5rem;font-size:.875rem;color:#9699a0}.t-date:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:20px;height:20px;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18a8 8 0 100-16.001A8 8 0 0010 18zm1-12a1 1 0 00-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 001.415-1.415L11 9.586V6z' fill='%23BFBFCC'/%3E%3C/svg%3E")}@media screen and (max-width:1023px){.t-date{font-size:.75rem}}.t-reference-news__title{margin-bottom:2rem;font-size:1.5rem;font-weight:700;letter-spacing:.035em}.t-reference-news__items{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:-1.5rem;box-sizing:border-box}.t-reference-news:not(:last-child){margin-bottom:3.5rem}@media screen and (max-width:1439px){.t-reference-news__title{margin-bottom:1.5rem;font-size:1.25rem}.t-reference-news:not(:last-child){margin-bottom:1.5rem}}.t-reference-news-item{position:relative;padding-bottom:33.125%;margin-bottom:1.5rem;cursor:pointer}.t-reference-news-item__bg{position:absolute;top:0;right:0;left:0;bottom:0;background-color:#000}.t-reference-news-item__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.6}.t-reference-news-item__tag{padding:0 .875rem;position:absolute;top:1.125rem;left:1.125rem;background-color:#b8b8c5;border-radius:2.75rem;color:#fff}.t-reference-news-item__tag span{font-size:.875rem;line-height:1.75rem}.t-reference-news-item__footer{position:absolute;left:0;right:0;bottom:0}.t-reference-news-item.block-1x1{width:31.25%}.t-reference-news-item.block-1_5x1{width:48.5%}.t-reference-news-item.block-2x1{width:65.75%}.t-reference-news-item.block-3x1{width:100%}.t-feedback-form__header{margin-bottom:3.125rem;border-bottom:1px solid #e1e1e1}.t-feedback-form__title{font-size:1.5rem;line-height:3.0625rem;font-weight:700;color:#292a2f}.t-feedback-form__form{margin-bottom:3rem;display:flex;justify-content:space-between}.t-feedback-form__form>div{width:48%}.t-feedback-form__form .feedback-selector{border:1px solid #e1e1e5}@media screen and (max-width:1023px){.t-feedback-form .form-btn{width:100%!important}}@media screen and (max-width:1023px){.t-feedback-form__header{margin-bottom:1rem}.t-feedback-form__title{font-size:2rem}.t-feedback-form__form{margin-bottom:32px;flex-direction:column}.t-feedback-form__form>div{width:100%}.t-feedback-form__form>div:nth-child(2){height:217px}.t-feedback-form__left-side{margin-bottom:2rem}.t-feedback-form .t-form__row:not(:last-child){margin-bottom:24px}}.t-search-menu{padding-top:4.3125rem;position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.2);z-index:2}.t-search-menu .container{max-width:859px;width:100%;margin:0 auto}.t-search-menu__close-btn{position:absolute;top:50%;right:0;transform:translateY(-50%);width:1.5rem;height:1.5rem;cursor:pointer}.t-search-menu__close-btn svg{width:100%;height:100%;fill:#e1e1e5;transition:fill .3s}.t-search-menu__close-btn:hover svg{fill:#ea251a}.t-search-menu__inner{padding:0 1rem;margin:0 auto;position:relative;max-width:1756px}.t-search-menu__header{position:relative;padding:2rem 0;margin-bottom:2rem;border-bottom:1px solid #e0e3ea}.t-search-menu__title{color:#9699a0;font-size:1.5rem;line-height:1.1;font-weight:700}.t-search-menu__row{margin-bottom:2.5rem;display:flex;justify-content:space-between;align-items:center}.t-search-menu__row:not(:last-child){margin-bottom:1.5rem}.t-search-menu__search-input{flex-grow:1;margin-right:1.5rem}.t-search-menu-enter-active,.t-search-menu-leave-active{transition:opacity .5s}.t-search-menu-enter,.t-search-menu-leave-to{opacity:0}@media screen and (max-width:1023px){.t-search-menu{padding-top:0}.t-search-menu__header{padding:1.5rem 0}.t-search-menu__row:not(.search-row){flex-direction:column;align-items:stretch}.t-search-menu__search-input{margin-right:.5rem}}.t-search-confirm-button{display:flex;justify-content:center;align-items:center;border:1px solid #e63e22;color:#292a2f;transition:background-color .3s,transform .3s,color .3s;cursor:pointer}.t-search-confirm-button:hover{background-color:#ca261b;color:#fff}.t-search-confirm-button:hover svg{fill:#fff}.t-search-confirm-button:active{transform:scale3d(.98,.98,.98)}.t-search-confirm-button.desktop{width:7.5625rem}.t-search-confirm-button.desktop span{line-height:3.0625rem}.t-search-confirm-button.mobile{width:51px;height:51px}.t-search-confirm-button.mobile svg{width:29px;height:29px;fill:#292a2f}.t-search-menu-filter{display:flex;flex-grow:1;flex-shrink:0}.t-search-menu-filter>:not(:last-child){margin-right:1.5rem}.t-search-menu-filter__item{flex-grow:1;flex-shrink:0}@media screen and (max-width:1023px){.t-search-menu-filter{flex-direction:column;align-items:stretch}.t-search-menu-filter:not(:last-child){margin-bottom:1.5rem}.t-search-menu-filter>:not(:last-child){margin-right:0;margin-bottom:1.5rem}.t-search-menu-filter.seletor-row>*{margin-bottom:0}}.t-page-bottom-banner{position:relative;margin-bottom:3.375rem;padding-bottom:37.25%;width:100%;background-color:#e3e3e3;border-radius:4px}.t-page-bottom-banner__item{position:absolute;top:0;right:0;bottom:0;left:0}@media screen and (max-width:1439px){.t-page-bottom-banner{padding-bottom:37.5%}}@media screen and (max-width:1023px){.t-page-bottom-banner{padding-bottom:63.1944444444%;margin-bottom:2rem}}.t-aside-banner{display:block;width:288px;height:372px;position:relative;background-color:#f5f5f5}.t-aside-banner:not(:last-child){margin-bottom:24px}.t-aside-banner__img{position:absolute;top:0;bottom:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t-top-banner{margin-bottom:1.5rem;position:relative;height:80px}.t-top-banner__item{position:absolute;top:0;right:0;left:0;bottom:0}.t-top-banner__item img{margin:auto}@media screen and (max-width:1439px){.t-top-banner{padding-bottom:6.4516129032%;height:auto}}@media screen and (max-width:1023px){.t-top-banner{padding-bottom:21.052631579%}}.t-banner{position:relative;display:block;overflow:hidden}.t-banner__item{position:absolute;top:0;right:0;left:0;bottom:0;height:100%}.t-banner__item img{margin:auto;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.t-banner.top{margin-bottom:1.5rem;height:152px}@media screen and (max-width:1439px){.t-banner.top{padding-bottom:128px;height:auto}}@media screen and (max-width:1023px){.t-banner.top{padding-bottom:96px}}.t-banner.bottom{margin-bottom:3.375rem;padding-bottom:37.25%;width:100%}@media screen and (max-width:1439px){.t-banner.bottom{padding-bottom:37.5%}}@media screen and (max-width:1023px){.t-banner.bottom{padding-bottom:63.1944444444%;margin-bottom:2rem}}.t-banner.aside{width:288px;height:372px}.t-banner.aside:not(:last-child){margin-bottom:24px}.t-message-modal__text{margin-bottom:3.875rem}.t-message-modal__btn{width:100%!important}@media screen and (max-width:1023px){.t-message-modal__text{margin-bottom:32px}}.t-form__row{position:relative}.t-form__row:not(:last-child){margin-bottom:1rem}.t-form__row.error .t-form__input,.t-form__row.error .t-form__textarea{border:1px solid #e32618}.t-form__input,.t-form__textarea{display:block;width:100%;padding:.9375rem 1.5rem;font-size:1rem;line-height:1;color:#212227;font-family:Roboto,sans-serif;font-weight:400;border:1px solid #e1e1e5;background-color:#fff;resize:vertical}.t-form .isFull,.t-form__input:focus+.t-form__placeholder,.t-form__textarea:focus+.t-form__placeholder{top:0!important;left:.75rem;background-color:#fff;font-size:.75rem}.t-form__error-text,.t-form__placeholder{position:absolute}.t-form__placeholder{display:block;padding:.125rem;left:.625rem;color:rgba(33,34,39,.5);background-color:transparent;z-index:2;transition:all .3s;transform:translateY(-50%);pointer-events:none}.t-form__input+.t-form__placeholder{top:50%}.t-form__textarea+.t-form__placeholder{top:9%}.t-form__error-text{bottom:-.75rem;left:.625rem;font-size:.625rem;color:#e32618}.t-form .isFullHeight{height:100%}.t-form__btn{margin-top:2.5rem;display:block;background:#02485b;font-family:Roboto,sans-serif;font-weight:900;font-size:.6875rem;line-height:1;text-transform:uppercase;color:#fff;letter-spacing:.12em;border-radius:4px;padding:.625rem 1.5rem}.t-form__btn.mobile{padding:1.25rem .625rem;font-size:1.375rem;text-align:center}.t-checkbox{color:#181a1d;cursor:pointer;font-size:0}.t-checkbox__input{width:1px;height:1px;position:absolute}.t-checkbox__placeholder{display:block;position:relative;padding-left:2.5rem;font-size:1rem;line-height:1.5rem}.t-checkbox__placeholder:before{content:"";position:absolute;top:0;left:0;width:1.5rem;height:1.5rem;border:1px solid #e1e1e5;border-radius:1px;background-repeat:no-repeat;background-position:50%;background-size:contain;transition:background-color .3s;box-sizing:border-box}.t-checkbox:hover .t-checkbox__placeholder:before{background-color:#e1e1e5}.t-checkbox input[type=checkbox]:checked+span:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.094.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414l3.293 3.293L12.68.293a1 1 0 011.414 0z' fill='%23EA251A'/%3E%3C/svg%3E");background-color:#e1e1e5}.t-primary-btn{display:block;margin:0 auto;width:12.75rem;line-height:3.0625rem;color:#292a2f;border:1px solid #e63e22;background-color:transparent;font-weight:500;letter-spacing:.03em;text-align:center;transition:all .3s;cursor:pointer}.t-primary-btn:hover{color:#fff;background-color:#e63e22}.t-primary-btn:active{background-color:#b3301b;transform:scale3d(.98,.98,.98)}.t-primary-btn.hide{display:none}.e404{margin:calc(6vw + 50px) 0 0}.e404__content{position:relative;display:flex;flex-direction:column;align-items:center}.e404__title{font-weight:700;font-size:8rem;line-height:1.2;margin-bottom:1rem;color:#a5aab4}.e404__text{font-size:2rem;margin-bottom:60px;text-align:center;color:#a5aab4}@media screen and (max-width:1023px){.e404__title{font-size:72px}.e404__text{width:80%;font-size:20px}}.t-category-page__header{margin:16px 0;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:5}.t-category-page__breadcrumbs-wrapper{margin-top:2.5rem}@media screen and (max-width:1023px){.t-category-page{padding:0 8px!important}.t-category-page__header{flex-direction:column;margin-bottom:32px}.t-category-page .title{margin-bottom:24px}}.t-interview{padding:1.5rem 1.5rem 1.5rem 2rem;background-color:#f2f4f7;border-radius:4px}.t-interview__item{display:block;line-height:1.6;color:#626468}.t-interview__item:not(:last-child){margin-bottom:1rem}.t-interview__item:before{content:"-";margin-right:1rem}.t-interview__item.question{font-size:1.125rem;font-weight:500}.t-interview__item.answer{font-size:1rem}.t-interview__item p{display:inline}.t-interview__author{font-size:.875rem;line-height:1.6;font-weight:500;color:#b5b8bd;font-style:italic}@media screen and (max-width:1023px){.t-interview{padding:24px 16px}}.t-photo{position:relative;border-radius:4px;overflow:hidden}.t-photo__desc{padding:1rem 0 .5rem;display:flex;flex-direction:column;justify-content:flex-end}.t-photo__author{margin-bottom:.5rem;color:#626468;font-size:16px;line-height:160%}.t-photo__title{color:#181a1d;font-size:18px;line-height:160%}@media screen and (max-width:1023px){.t-photo__author{margin-bottom:4px}}.t-photo-animation-left-enter-active,.t-photo-animation-left-leave-active,.t-photo-animation-right-enter-active,.t-photo-animation-right-leave-active{transition:transform .6s}.t-photo-animation-left-leave-active,.t-photo-animation-right-leave-active{position:absolute!important;top:0;left:0;right:0;bottom:0}.t-photo-animation-left-enter{transform:translateX(-100%)}.t-photo-animation-left-leave-to,.t-photo-animation-right-enter{transform:translateX(100%)}.t-photo-animation-right-leave-to{transform:translateX(-100%)}.t-quote{padding:1.5rem 1.5rem 1.5rem 1rem;display:flex;flex-direction:column;background-color:#f2f4f7;border-radius:4px}.t-quote:before{position:relative;margin-right:2.25rem;content:"";width:4rem;height:4rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 45.334h8l5.333-10.667v-16h-16v16h8L16 45.334zm21.333 0h8l5.334-10.667v-16h-16v16h8l-5.334 10.667z' fill='%23E0E3EA'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;flex-shrink:0}.t-quote__text{font-size:1.125rem;line-height:1.6;color:#626468}.t-quote__img{margin:1.5rem auto 0;width:100%}.t-quote__raw{margin-top:32px;display:flex;align-items:center}@media screen and (max-width:1023px){.t-quote__raw{margin-top:24px}}.t-quote__face{width:40px;min-width:40px;height:40px;margin-right:16px;border-radius:50%;overflow:hidden}.t-quote__face img{width:100%;height:100%}.t-quote__name{font-size:1rem;color:#626468}@media screen and (max-width:1023px){.t-quote{padding:8px 8px 16px 16px;flex-direction:column}.t-quote:before{left:-8px}}.t-post-slider__main{position:relative;margin-bottom:1rem;overflow:hidden}.t-post-slider__main .t-photo{background-color:#f2f4f7}.t-post-slider__footer{position:absolute;bottom:0;right:0;left:0;min-height:120px}.t-post-slider__nav{display:flex;align-items:center;position:absolute;bottom:2rem;right:2rem;color:#fff}.t-post-slider__arrow{width:1rem;height:1rem;font-size:0;cursor:pointer}.t-post-slider__arrow.right{margin-left:8px}.t-post-slider__arrow.left{margin-right:8px;transform:rotate(180deg)}.t-post-slider__arrow svg{width:100%;height:100%;fill:#fff}@media screen and (max-width:1023px){.t-post-slider__nav{display:none;top:0;right:0;bottom:0;left:0;justify-content:space-between}.t-post-slider__arrow{width:24px;height:24px}.t-post-slider__count{display:none}}.t-post-slider-thumbnails{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.t-post-slider-thumbnails__inner{display:flex;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.t-post-slider-thumbnails__inner::-webkit-scrollbar{display:none}.t-post-slider-thumbnails__arrow{display:none;position:absolute;top:-1px;bottom:-1px;width:2rem;height:102%;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.953 4.185a.631.631 0 01.892 0l3.536 3.535a.631.631 0 010 .893l-3.536 3.535a.631.631 0 11-.892-.892l3.089-3.09-3.09-3.088a.631.631 0 010-.893z' fill='%2325262C'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;cursor:pointer}.t-post-slider-thumbnails__arrow.left{left:-1px;transform:rotate(180deg)}.t-post-slider-thumbnails__arrow.right{right:-1px}.t-post-slider-thumbnails.end:after,.t-post-slider-thumbnails.start:before{content:"";position:absolute;top:0;bottom:0;width:6.875rem;background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0));pointer-events:none;opacity:0;transition:opacity .3s}.t-post-slider-thumbnails.start:before{left:1.875rem;transform:rotate(180deg)}.t-post-slider-thumbnails.end:after{right:1.875rem}.t-post-slider-thumbnails.start .left{display:block}.t-post-slider-thumbnails.start:before{opacity:1}.t-post-slider-thumbnails.end .right{display:block}.t-post-slider-thumbnails.end:after{opacity:1}.t-post-slider-thumbnail{width:9.375rem;height:5.1875rem;flex-shrink:0;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;transition:border .3s}.t-post-slider-thumbnail:not(:last-child){margin-right:1rem}.t-post-slider-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t-post-slider-thumbnail.active{border:2px solid #e53e22}@media screen and (max-width:1023px){.t-post-slider-thumbnail{width:64px;height:36px}.t-post-slider-thumbnail:not(:last-child){margin-right:8px}}.t-twitter-loader{width:100%;max-width:550px;height:450px;background-color:#f2f4f7;border:0 solid #000;border-radius:10px}.t-video{position:relative}.t-video__main{background-color:#25262c}.t-video video{display:block;width:100%;opacity:0}.t-video video.show{opacity:1}.t-video__controls,.t-video__preview{position:absolute;top:0;right:0;bottom:0;left:0}.t-video__controls{display:none;justify-content:center;align-items:center;z-index:2;cursor:pointer;opacity:.6;transition:opacity .3s}.t-video__controls.show{display:flex}.t-video__controls svg{width:6.125rem;height:6.125rem}.t-video__controls:hover{opacity:1}.t-video__preview{opacity:0;pointer-events:none;z-index:1}.t-video__preview.show{opacity:1}.t-video__preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.5}.t-video__frame{position:relative;width:100%;padding-bottom:56.25%}.t-video__frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.t-video__footer{margin-top:.5rem}.t-video__description{margin-top:.5rem;font-size:1.125rem;font-weight:500;line-height:1.6;color:#181a1d}.t-video__author{margin-top:.5rem;line-height:1.6;color:#626468}.t-poll{position:relative;border-radius:4px}.t-poll__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#292a2f}.t-poll__bg img{opacity:.05;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t-poll__inner{position:relative;padding:2rem;z-index:1}.t-poll__title{margin-bottom:2rem;font-size:1.5rem;line-height:1.75rem;color:#fff}.t-poll__options{margin-bottom:2.5rem}.t-poll__option{position:relative;padding:1rem 1.5rem;line-height:1.2;border-radius:4px;cursor:pointer}.t-poll__option:not(:last-child){margin-bottom:16px}.t-poll__option>span:not(:first-child){position:relative;z-index:1}.t-poll__footer{display:flex;justify-content:center;color:#fefefe;opacity:.3}.t-poll__footer:before{content:"";margin-right:.5rem;width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 17a1 1 0 001-1V3a1 1 0 00-2 0v13a1 1 0 001 1zm-5 0a1 1 0 001-1V7a1 1 0 00-2 0v9a1 1 0 001 1zm-5 0a1 1 0 001-1V5a1 1 0 00-2 0v11a1 1 0 001 1z' fill='%23FEFEFE'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}@media screen and (max-width:1023px){.t-poll__inner{padding:32px 16px 24px}.t-poll__title{margin-bottom:16px;font-size:20px;line-height:23px}.t-poll__options{margin-bottom:24px}.t-poll__option{padding:16px 80px 16px 16px;font-size:16px;line-height:1.4}.t-poll__option:not(:last-child){margin-bottom:12px}.t-poll__footer{font-size:14px}.t-poll__footer:before{width:16px;height:16px}}.t-vote{position:relative}.t-vote:not(.isVoted) .t-option:hover{opacity:1}.t-vote .t-option{opacity:.4;transition:opacity .3s,padding-left .5s;background-color:#fefefe}.t-vote .t-option__votes-bg{position:absolute;top:0;left:0;bottom:0;width:0;background-color:#f3f3f3;transition:width .6s;opacity:0}.t-vote .t-option:after{content:attr(data-result);bottom:0;right:1.5rem;transition:opacity .3s}.t-vote .t-option:after,.t-vote .t-option:before{position:absolute;top:50%;transform:translateY(-50%);height:1.25rem;opacity:0}.t-vote .t-option:before{content:"";left:1.625rem;width:1.25rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.667 5L7.5 14.167 3.333 10' stroke='%23EB261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;z-index:2;transition:opacity 0s .3s}@media screen and (max-width:1023px){.t-vote .t-option:before{display:none}.t-vote .t-option:after{right:16px;font-size:16px}}.t-vote.isVoted .t-option{opacity:1;background-color:hsla(0,0%,99.6%,.7);opacity:.8;cursor:auto}.t-vote.isVoted .t-option:after{width:attr(data-width)}.t-vote.isVoted .t-option:after,.t-vote.isVoted .t-option__votes-bg{opacity:1}.t-vote.isVoted .t-option.vote{opacity:1;padding-left:3.375rem;font-weight:500}.t-vote.isVoted .t-option.vote:before{opacity:1}@media screen and (max-width:1023px){.t-vote.isVoted .t-option.vote{padding:16px 80px 16px 16px}}.t-secondary-header{margin-bottom:1.5rem;font-size:1.625rem;line-height:2.375rem;font-weight:500;color:#181a1d}.t-news-page{width:79%;margin-right:32px}.t-news-page-wrapper{display:flex;max-width:1500px;width:100%;margin:0 auto}.t-news-page__container{padding:40px 0 0;background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 0 30px rgba(0,0,0,.1)}.t-news-page__inner{max-width:800px;margin:0 auto}@media screen and (max-width:1439px){.t-news-page__inner{max-width:992px}}.t-news-page__content>*{margin-bottom:2rem}.t-news-page__tag-wrapper{display:flex;margin-bottom:36px}.t-news-page__tag{display:inline-block;position:relative;padding:0 16px;margin-right:1rem;color:#fff;background-color:#b8b8c5;border-radius:3.125rem;font-size:.875rem;line-height:1.875rem;letter-spacing:.1em}.t-news-page__tag.adultContent:after{position:absolute;content:"18+";top:0;right:-.75rem;transform:translateX(100%);bottom:0;padding:0 .5rem;background-color:#ea251a;border-radius:3.125rem}.t-news-page__icons{display:flex}.t-news-page__icon{padding:.4375rem;border-radius:6.25rem;background-color:#ea251a}.t-news-page__icon span,.t-news-page__icon svg{display:block}.t-news-page__icon span{font-size:.875rem;line-height:1rem;font-weight:500;color:#fff}.t-news-page__icon svg{width:1rem;height:1rem;fill:#fff}.t-news-page__icon:not(:last-child){margin-right:.5rem}.t-news-page__title{margin-bottom:40px;font-size:1.875rem;font-weight:700;color:#292a2f}.t-news-page__donate{display:inline-block;padding:0 20px;margin-bottom:2.5rem;font-size:1rem;line-height:2.375rem;font-weight:500;color:#fefefe;transition:all .3s;background-color:#eb261a;border-radius:92px}.t-news-page__donate:hover{background-color:#ca261b;color:#fefefe}.t-news-page__donate:active{transform:scale3d(.98,.98,.98)}.t-news-page__breadcrumbs-wrapper{margin-bottom:32px}.t-news-page__info{display:flex;align-items:center;margin-bottom:24px}.t-news-page__author{margin-right:18px;flex-direction:row-reverse}.t-news-page__author>:first-child{margin-right:0}.t-news-page__author>:last-child{margin-right:1rem}.t-news-page__footer{padding:48px 80px;background-color:#f5f5f5;border-radius:0 0 4px 4px}.t-news-page__social-wrapper{margin-bottom:2rem}.t-news-page__bottom-tags-wrapper{margin-bottom:2.5rem}.t-news-page .spinner{background-color:#000}@media screen and (max-width:1439px){.t-news-page{width:100%;margin-right:0}.t-news-page__container{box-shadow:none;padding:8px 0 0}}@media screen and (max-width:1023px){.t-news-page__container{padding:8px 16px 0}.t-news-page__title{font-size:1.5rem}.t-news-page__footer{padding:24px 16px;margin:0 -16px}.t-news-page__bottom-tags-wrapper{margin-bottom:3.5rem}}.t-aside-banners{width:288px;flex-shrink:0}.article_mm{width:100%!important}#form223297016 .t-input-title,.t678 .t-form__submit{height:auto!important}.t466.tilda-header{position:absolute!important;transition:all .5s}.t466.tilda-header._none{transition:none}.t466.tilda-header._fixed{position:fixed!important}.t466.tilda-header._top{top:66px;transition:all .5s}@media screen and (max-width:1280px){.t466.tilda-header._top{top:58px}}@media screen and (max-width:1023px){.t466.tilda-header._top{top:0}}#rec8938761{padding:0!important}div[id^=vk_post]{min-height:90px;height:auto!important}.t-contacts-departments{margin-bottom:4rem;display:flex;justify-content:space-between}.t-contacts-departments__item{width:44%}.t-contacts-departments__row{display:flex;align-content:center;font-size:1.125rem;font-weight:500;letter-spacing:.02em;color:#292a2f}.t-contacts-departments__row svg{margin-right:1rem;width:1.5rem;height:1.5rem;fill:#e32618}.t-contacts-departments__row:not(:last-child){margin-bottom:1.5rem}@media screen and (max-width:1023px){.t-contacts-departments{margin-bottom:2.5rem;flex-direction:column}.t-contacts-departments__item{width:100%}.t-contacts-departments__item:not(:last-child){margin-bottom:2.5rem}}.t-map{margin-bottom:4rem}.t-map__address{margin-bottom:1.5rem;font-size:1.125rem;letter-spacing:.02em;color:#292a2f}.t-map__address>span:first-child{padding-right:8px;font-weight:700}.t-map__map-wrapper{position:relative;padding-bottom:48.8636363636%}@media screen and (max-width:1023px){.t-map{margin-bottom:2.5rem}.t-map__address{font-size:1rem;display:flex}.t-map__map-wrapper{padding-bottom:111.1111111111%}}.t-history-block{margin-bottom:3.125rem}.t-history-block__row{padding-left:2.5rem;position:relative;display:flex}.t-history-block__row:not(:last-child){margin-bottom:2rem}.t-history-block__row:before{content:"";position:absolute;top:12px;left:0;width:10px;height:10px;border-radius:50%;background-color:#e53e22}.t-history-block__row:last-child:after{content:"";position:absolute;top:22px;left:0;bottom:0;width:10px;background-color:#fff}.t-history-block__date{flex-grow:1;font-size:1.5rem;line-height:1.4;font-weight:700;color:#ed2201;letter-spacing:.02em}.t-history-block__desc{flex-grow:12;flex-basis:0;font-size:1.125rem;line-height:1.4;color:#181a1d}.t-history-block__inner{position:relative}.t-history-block__inner:before{content:"";position:absolute;top:15px;bottom:0;left:4px;width:2px;background-color:#e53e22}@media screen and (max-width:1023px){.t-history-block__inner:before{display:none}.t-history-block__row{margin-bottom:1.5rem;padding-left:0;flex-direction:column}.t-history-block__row:before{top:9px}.t-history-block__date{padding-left:1.625rem;margin-bottom:.625rem;font-size:1.25rem}.t-history-block__desc{line-height:1.75rem}}.t-tv2-today__inner{display:flex;justify-content:space-between}.t-tv2-today__inner>div{flex-grow:1;flex-basis:0}.t-tv2-today__img{padding:0 1.875rem;max-width:45%}@media screen and (max-width:1023px){.t-tv2-today__inner{flex-direction:column}.t-tv2-today__img{display:none}}.t-search-item{display:block;position:relative;padding-bottom:22.1666666667%;background-color:#fff}.t-search-item:not(:last-child){margin-bottom:1.125rem}.t-search-item__inner{position:absolute;top:0;left:0;right:0;bottom:0;display:flex}.t-search-item__desc{padding:4.25rem 1.5rem 0 2rem;position:relative;flex-grow:1}.t-search-item__img{width:25.1666666667%;height:100%}.t-search-item__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t-search-item__icons,.t-search-item__tag{position:absolute;top:1.5rem}.t-search-item__tag{padding:0 .9375rem;position:absolute;left:1.625rem;border-radius:.78125rem;font-size:.875rem;line-height:2;letter-spacing:.1em;color:#9699a0;background-color:rgba(216,220,228,.25);z-index:2}.t-search-item__icons{display:flex;position:absolute;right:1.625rem;z-index:2}.t-search-item__icon{padding:.375rem;background-color:rgba(229,62,34,.1);border-radius:6.25rem}.t-search-item__icon span,.t-search-item__icon svg{display:block}.t-search-item__icon span{color:#e63e22;font-size:.875rem;line-height:1rem;font-weight:500}.t-search-item__icon svg{width:1rem;height:1rem;fill:#e63e22}.t-search-item__icon:not(:last-child){margin-right:.5rem}.t-search-item__text,.t-search-item__title{max-width:674px}.t-search-item__text>i,.t-search-item__title>i{font-style:normal;color:#e63e22}.t-search-item__title{margin-bottom:1rem;font-size:1.25rem;font-weight:700;letter-spacing:.04em}.t-search-item__text{line-height:1.4;letter-spacing:.04em;opacity:.9}.t-search-item__footer{position:absolute;right:1.5rem;left:1.5rem;bottom:0;padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #cacfda}.t-search-item__footer .block-author>:last-child{display:none}@media screen and (max-width:1023px){.t-search-item{padding-bottom:0;height:auto}.t-search-item__inner{position:relative;flex-direction:column}.t-search-item__text,.t-search-item__title{font-size:1rem}.t-search-item__img{width:100%}.t-search-item__desc{padding-bottom:70px}.t-search-item__footer{padding:1rem 0 1.5rem}}.t-search-page{padding-top:324px!important}.t-search-page__count{margin-bottom:2.5rem;letter-spacing:.03em;color:#9699a0}@media screen and (max-width:1439px){.t-search-page{padding-top:272px!important}}@media screen and (max-width:1023px){.t-search-page{padding:486px 16px 120px!important}}.t-search-results{margin-bottom:6rem}@media screen and (max-width:1023px){.t-search-results{margin-bottom:4rem}}#app{max-width:100%;min-height:calc(100vh + 324px);position:relative;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1023px){#app{min-height:calc(100vh + 800px)}}.t-page{padding:1.5rem 16px 7.5rem;position:relative;width:100vw;max-width:100vw;min-height:100vh;overflow:hidden;background-color:#dee2eb}.t-page .title{font-size:3rem;font-weight:700;letter-spacing:.02em;color:#9699a0}@media screen and (max-width:1439px){.t-page .title{font-size:32px}}@media screen and (max-width:1023px){.t-page .title{font-size:24px}}.t-page.tilda-page{max-width:100%!important;padding:0}.t-page.tilda-page img{display:unset}@media screen and (max-width:1439px){.t-page_newsPageId{background:#fff}.t-page_newsPageId .t-banner{margin:0 8px 24px}}@media screen and (max-width:1439px)and (max-width:1023px){.t-page_newsPageId .t-banner{margin:0 0 24px}}@media screen and (max-width:1439px){.t-page{padding:26px 16px 96px}.t-page.clear-top-padding{padding:16px 0 120px!important}}@media screen and (max-width:1023px){.t-page{padding:26px 0 120px}.t-page_main{padding-left:16px;padding-right:16px;padding-bottom:24px}}.t-content{max-width:1200px;margin:0 auto}@media screen and (max-width:1023px){.t-content{padding:0}}.t-html-content{font-size:1.0625rem;line-height:1.6875rem;color:#181a1d}.t-html-content a{color:#e53e22;transition:color .3s}.t-html-content a:hover{color:#ca261b}.t-html-content p{margin-bottom:24px;font-size:unset;line-height:unset}.t-html-content blockquote{position:relative;padding:8px 60px;margin:30px 0;font-size:19px;line-height:28px;color:#181a1d;font-style:italic}.t-html-content blockquote:after,.t-html-content blockquote:before{position:absolute;content:"";width:30px;height:30px;background-position:50%;background-repeat:no-repeat}.t-html-content blockquote:before{left:0;top:15px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12l3.9 7.28h2.6L7.6 12l6.24-7.28h-2.6L5 12z' fill='%23B4B4BE'/%3E%3Cpath d='M9.16 12l3.9 7.28h2.6L11.76 12 18 4.72h-2.6L9.16 12z' fill='%23B4B4BE'/%3E%3C/svg%3E")}.t-html-content blockquote:after{right:0;bottom:15px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.001 12l-3.9-7.28h-2.6l3.9 7.28-6.24 7.28h2.6l6.24-7.28z' fill='%23B4B4BE'/%3E%3Cpath d='M14.84 12l-3.9-7.28h-2.6l3.9 7.28L6 19.28h2.6L14.84 12z' fill='%23B4B4BE'/%3E%3C/svg%3E")}@media screen and (max-width:1023px){.t-html-content{font-size:18px;line-height:1.6}.t-html-content blockquote{padding:8px 34px;font-size:unset;line-height:unset}}.t-static-page{margin:0 auto;padding:4rem 0;width:1200px;background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 0 30px rgba(0,0,0,.1)}.t-static-page__inner{margin:0 auto;width:100%;max-width:880px}.t-static-page__header{margin-bottom:2.5rem}.t-static-page__title{font-size:2rem;line-height:1.4;font-weight:700}@media screen and (max-width:1439px){.t-static-page{width:96.77734375%}}@media screen and (max-width:1023px){.t-static-page{border-radius:0;padding:50px 16px;width:100%}.t-static-page__header{margin-bottom:2rem}.t-static-page__title{font-size:1.5rem}}.t-static-block__header{padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:1px solid #e1e1e1}.t-static-block__title{font-size:1.5rem;line-height:1.4;font-weight:500;color:#292a2f}@media screen and (max-width:1023px){.t-static-block__header{padding-bottom:1rem;margin-bottom:1rem}.t-static-block__title{font-size:1.25rem}}.t-empty-list.search-page{margin-top:6rem;text-align:center}.t-empty-list__text{font-size:1.5rem;line-height:140%;font-family:Roboto;font-weight:500;color:#a5aab4;letter-spacing:.03em}.t-empty-list__text.text-bottom-margin{margin-bottom:2rem}
