@charset "UTF-8";
/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  background-color: #fff;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 16px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: Arial, sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  /*	-webkit-appearance: none;*/
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

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

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

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

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

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

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

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

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

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

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

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

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

body {
  scroll-behavior: smooth;
  font-family: "ProximaNova", Arial, Helvetica, sans-serif;
  color: #262b34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}

.wrapper {
  min-width: 280px;
  padding: 0; /*    overflow: hidden;*/
  overflow: clip;
  margin: 0 auto;
  font-family: "ProximaNova", Arial, Helvetica, sans-serif;
  color: #262b34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}

.wrapper::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  display: block;
  z-index: -1;
}

.popup-show .wrapper::before {
  opacity: 1;
  z-index: 100;
  -webkit-transition: none;
  transition: none;
}

.popup-show body {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .popup-show body {
    padding-right: 8px;
  }
}
.popup-show body::after {
  opacity: 1;
}

html, body, .wrapper {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  html, body, .wrapper {
    font-size: 0.9375vw;
  }
}
strong {
  font-weight: 700;
}

a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FF6005;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}

a:hover {
  text-decoration: none;
}

p {
  color: #262b34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 0 0 1rem 0;
}

ul li, ol li {
  color: #262b34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  font-weight: 400;
  margin-bottom: 12px;
}

ul li::marker,
ol li::marker {
  color: #FF6005; /* Цвет маркера */
  font-weight: 600;
}

ul li::marker {
  font-size: 1.4em;
  line-height: 0;
}

ul,
ol {
  margin-left: 26px;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
  ul li, ol li {
    font-size: 18px;
  }
  a {
    font-size: 18px;
  }
}
h1 {
  color: #262B34;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0%;
  margin: 0 0 24px 0;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
    margin-bottom: 32px;
  }
}
h2 {
  color: #262b34;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0%;
  margin: 0 0 24px 0;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    margin: 0 0 32px 0;
  }
}
h3 {
  color: #262b34;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0%;
  margin: 0 0 24px 0;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 26px;
    margin: 0 0 32px 0;
  }
}
h4 {
  color: #262b34;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0%;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 22px;
    margin: 0 0 32px 0;
  }
}
h5 {
  color: #262b34;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0%;
  margin: 0 0 24px 0;
}

@media screen and (min-width: 768px) {
  h5 {
    font-size: 20px;
    margin: 0 0 32px 0;
  }
}
h6 {
  color: #262b34;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0%;
  margin: 0 0 24px 0;
}

@media screen and (min-width: 768px) {
  h6 {
    font-size: 18px;
    margin: 0 0 32px 0;
  }
}
.row:after, .row:before {
  content: "";
  width: 100%;
  display: table;
  height: 0;
  clear: both;
}

.clear:after, .clear:before {
  content: "";
  width: 100%;
  display: table;
  height: 0;
  clear: both;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1376px;
    padding: 0 1rem 0 1rem;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 1320px) {
  .container {
    width: 1304px;
    padding: 0 16px;
  }
}
.wrapper_start {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/fon.png);
  background-size: cover;
  min-height: inherit;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 100vh;
}

.start_page-ins {
  width: 920px;
  max-width: 100%;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .start_page-ins {
    padding: 40px;
  }
}
.start_logo {
  display: block;
  margin: 0 auto 16px auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .start_logo {
    display: block;
    margin: 0 auto 40px auto;
    text-align: center;
  }
}
.start_logo svg {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.start_title {
  color: #262b34;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  margin: 0 auto 24px auto;
}

@media screen and (min-width: 1024px) {
  .start_title {
    font-size: 66px;
  }
}
.start_text_block, .start_text_block p {
  color: #262b34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

.start_text_block p {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .start_text_block p {
    margin-bottom: 24px;
  }
}
.start_t2 {
  color: #262b34;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 8px;
}

.start_links {
  color: #262b34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  margin-bottom: 24px;
}

.start_links a {
  font-weight: 600;
  text-decoration: underline;
  color: #262b34;
}

.start_links a:hover {
  text-decoration: none;
  color: #262b34;
}

.soc_title {
  color: #262b34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 16px;
}

.soc_els {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin: 0 auto 12px auto;
}

@media screen and (min-width: 768px) {
  .soc_els {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.soc_el {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FF6600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .soc_el {
    width: 52px;
    height: 52px;
  }
}
.soc_el:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FF6600;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.soc_el:hover {
  opacity: 1;
}

.soc_el:hover:before {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.soc_el img, .soc_el svg {
  position: relative;
  z-index: 3;
}

.head_wrapper {
  border-bottom: 1px solid #E6E9F0;
}

.top__head {
  padding: 6px 0px;
  background: #FFF;
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  width: 100%;
  margin-bottom: 0;
}

.logo_top img {
  width: 196px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.top_head-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.leng__elem {
  position: relative;
}

.leng__block-ch {
  position: relative;
  padding-right: 24px;
  margin-right: 24px;
  margin-left: 24px;
  cursor: pointer;
}

.leng__bl .leng__bl-ch {
  text-align: left;
  margin: 0 0 0px 0;
  cursor: pointer;
}

.leng__text {
  line-height: 100%;
  color: #909090;
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

.leng__bl .leng__text {
  padding: 8px 12px;
  border-radius: 4px;
}

.leng__icon {
  position: absolute;
  right: 6px;
  top: 2px;
  width: 11px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.leng__icon img {
  display: block;
}

.leng__bl {
  position: absolute;
  top: calc(100% + 10px);
  left: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  padding: 4px 4px;
  text-align: center;
  height: 0;
  opacity: 0;
  border-radius: 6px;
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.leng__bl .leng__text:hover {
  color: #262B34;
  border-radius: 6px;
  background: #F4F5F8;
}

.leng__block-ch .leng__text {
  color: #262B34;
}

.op_l .leng__bl {
  height: auto;
  opacity: 1;
  z-index: 7;
}

.op_l .leng__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.toggle {
  padding: 6px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  background: #262B34;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.toggle:hover {
  background: #444952;
}

.top-main-block {
  width: 1056px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 24px;
}

.bann-title,
.title-t_page,
.title-s_page {
  color: #262B34;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .bann-title,
  .title-t_page,
  .title-s_page {
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .bann-title,
  .title-t_page,
  .title-s_page {
    font-size: 72px;
  }
}
.bann-title span,
.title-t_page span,
.title-s_page span {
  display: inline;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(10.85%, #FFA42B), color-stop(89.18%, #FF5800));
  background: linear-gradient(90deg, #FFA42B 10.85%, #FF5800 89.18%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .bann-title span,
  .title-t_page span,
  .title-s_page span {
    display: block;
  }
}
.title-t_bott {
  color: #262B34;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .title-t_bott {
    font-size: 18px;
  }
}
.title-t_bott,
.title-t_page {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}

.bann-discl-wrap {
  margin-bottom: 24px;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .bann-discl-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 16px;
  }
}
.bann-discl-color {
  border-radius: 16px;
  border: 1px solid #F3E3D9;
  background: #FFF7F2;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .bann-discl-color {
    padding: 20px;
  }
}
.page_sm-wrap .bann-discl-wrap {
  margin-bottom: 32px;
}

.bann-discl-l {
  color: #262B34;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  background-image: url(../img/info_icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
}

.bann-discl-c {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #262B34;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.discl_more {
  color: #262B34;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-decoration: underline;
  white-space: nowrap;
  white-space: nowrap;
}

.discl_more:hover {
  text-decoration: none;
}

.top-r-block_wrapper {
  padding-bottom: 60px;
}

.b_autor-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

@media screen and (max-width: 767px) {
  .b_autor-wrap-pos {
    text-align: center;
  }
  .b_autor-wrap {
    display: inline-block;
  }
  .autor_el-desc {
    text-align: left;
  }
  .b_autor-wrap .soc_ban {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news_h-container
.b_autor-wrap{
      -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.autor_el-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .autor_el-wrap {
    margin-bottom: 16px;
  }
}
.autor_el-wrap img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: block;
}

@media screen and (max-width: 767px) {
  .autor_el-wrap img {
    width: 44px;
    height: 44px;
  }
}
.autor_el-desc {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.autor_el-desc span:first-child {
  font-size: 16px;
  margin-bottom: 6px;
  display: block;
}

.autor_el-desc span a {
  color: #262B34;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .autor_el-desc span a {
    font-size: 16px;
  }
}
.autor_el-desc span a:hover {
  text-decoration: none;
  color: #262B34;
}

.soc_ban {
  margin: 0 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

@media screen and (min-width: 768px) {
  .soc_ban .soc_el {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .news_head-block .soc_ban {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}
.best-block_wrapper {
  background-image: url(../img/best.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .best-block_wrapper {
    background-image: url(../img/mob_f.png);
  }
}
.f_m {
  display: none;
}

.f_d {
  display: block;
}

@media screen and (max-width: 767px) {
  .best-block_wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .f_m {
    display: block;
  }
  .f_d {
    display: none;
  }
}
.best-block_wrapper:after,
.best-block_wrapper:before {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}

.best-block_wrapper:after {
  content: "";
  background-image: url("../img/botLine.svg");
  background-position: center bottom;
  bottom: -1px;
}

.best-block_wrapper:before {
  content: "";
  background-image: url("../img/topLine.svg");
  background-position: center top;
  top: -1px;
}

.reit-block {
  border-radius: 16px;
  background: #F4F5F8;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .reit-block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .reit-block {
    gap: 12px;
  }
}
.best-block.reit-block {
  background: rgba(230, 202, 200, 0.35);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 0;
  margin-bottom: 0;
}

.ar_reit-block {
  background: #FFF;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 16px;
  width: 358px;
  max-width: 100%;
}

.news_head-ar
.reit-cart-wrap .cas_btn {
  width: 100%;
  margin: 16px 0;
}

.best_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #262B34;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  margin: 10px 0;
}

.best_more:hover {
  text-decoration: none;
  color: #262B34;
}

.reit_promo-wr {
  margin-top: 32px;
}

.reit-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .reit_promo-wr .reit-block {
    padding: 12px;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .reit-block .r_c.reit-img,
  .reit-block .r_c.reit-name {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .reit-block .r_c.reit-img {
    width: 114px;
  }
  .reit-block .r_c.reit-name {
    width: calc(100% - 126px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reit-block .r_c.reit-r,
  .reit-block .r_c.reit-btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reit_promo-wr .cas_btn {
    width: 100%;
    margin-bottom: 0;
    height: 44px;
  }
}
.reit-img img {
  width: 114px;
  height: 82px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 12px;
}

.reit_promo-wr .reit-img img {
  width: 114px;
  height: 82px;
  border-radius: 12px;
}

@media screen and (min-width: 1024px) {
  .reit-img img {
    height: 120px;
    width: 168px;
    border-radius: 16px;
  }
  .reit_promo-wr .reit-img img {
    height: 96px;
    width: 132px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .reit-img img {
    width: 114px;
    height: 82px;
    border-radius: 12px;
  }
  .reit_promo-wr .reit-img img {
    width: 114px;
    height: 82px;
    border-radius: 12px;
  }
}
.img_r_ins {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reit_index {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px 0 12px 0;
  background: #FF5800;
  min-width: 28px;
  width: auto;
  height: 22px;
  text-align: center;
  padding: 3px 4px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

@media screen and (min-width: 1024px) {
  .reit_index {
    height: 32px;
    min-width: 40px;
    line-height: 28px;
    padding: 3px 4px;
    font-size: 18px;
    border-radius: 16px 0 12px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .reit_index {
    height: 22px;
    min-width: 28px;
    line-height: 16px;
    padding: 3px 4px;
    font-size: 14px;
  }
}
.r_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .reit-block .r_c {
    width: calc(50% - 12px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .reit-block .r_c {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.reit-btns {
  width: 180px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cas_btn {
  width: 180px;
  height: 48px;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: linear-gradient(91deg,  #FFA42B 0%, #FF5800 49% , #FFA42B 50%, #FF5800 99.86%);
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  margin: 0px 0 12px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-size: 250% 100%;
}
.cas_btn:hover{
  /* background: linear-gradient(91deg, #FF5800 0.31%, #FFA42B 99.86%); */
  background-position: 100% 0;
}
.reit-cart-wrap
.cas_btn{
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .cas_btn {
    margin: 20px 0;
  }
}
.cas_btn:hover {
  text-decoration: none;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .reit-cart-wrap .cas_btn{
    width: 100%;
  }
}
.cas_more {
  color: #FF6005;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  display: block;
  text-align: center;
}

.best-block .cas_more {
  color: #FFF;
}
.best-block .cas_more:hover {
  color: #FFF;
  text-decoration: underline;
}
.cas_more:hover {
  color:  #FF6005;
  text-decoration: underline;
}

.reit-r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 110px;
}

.reit-r-el {
  padding-left: 32px;
  position: relative;
  background-image: url(../img/star.svg);
  background-position: left 0px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  color: #262B34;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

@media screen and (min-width: 787px) {
  .reit-r-el {
    padding-left: 32px;
    background-image: url(../img/star.svg);
    background-position: left 0px;
    background-size: 24px 24px;
    font-size: 22px;
  }
}
.best-block .reit-r-el {
  color: #FFF;
}

.reit-r-el span {
  font-weight: 700;
}

.reit-desc {
  width: 200px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.reit-d-elem {
  color: #262B34;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  background-image: url(../img/arr_d.svg);
  background-position: left 0px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 24px;
  position: relative;
  margin-bottom: 11px;
}

.best-block .reit-d-elem {
  color: #FFF;
}

.reit-d-elem:last-child {
  margin-bottom: 0;
}

.reit-depos {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.depos-title {
  color: #262B34;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .depos-title {
    font-size: 14px;
  }
}
.best-block .depos-title {
  color: #FFF;
}

.depos-text {
  color: #262B34;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .depos-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .depos-text {
    font-size: 16px;
  }
}
.best-block .depos-text {
  color: #FFF;
}

.reit_promo-wr .depos-text {
  font-size: 18px;
}

.reit-name {
  width: 180px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cas-title {
  color: #262B34;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .cas-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.reit_promo-wr .cas-title {
  font-size: 18px;
}

.bonus-t {
  color: #262B34;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .bonus-t {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.best-block .cas-title,
.best-block .bonus-t {
  color: #FFF;
}

.bonus_btn {
  border-radius: 44px;
  background: -webkit-gradient(linear, left top, right top, from(#FF512F), to(#DD2476));
  background: linear-gradient(90deg, #FF512F 0%, #DD2476 100%);
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 4px 10px 4px 4px;
 -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bonus_btn:hover{
  background: linear-gradient(91deg, #FF5800 0.31%, #FFA42B 99.86%);
}
.bonus_btn:hover {
  text-decoration: none;
  color: #FFF;
}

.reit-cart-wrap {
  border-radius: 16px;
  overflow: hidden;
}

.best-block-head {
  background: #525BFE;
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
}

.btn_ex,
.btn_low {
  border-radius: 4px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  padding: 4px 12px;
  margin-top: 4px;
}

.btn_ex {
  background: #3EBC48;
}

.btn_low {
  background: #525BFE;
}

.btn_ex:hover {
  text-decoration: none;
  color: #FFF;
}

.reit-block-head {
  display: none;
}

@media screen and (min-width: 1024px) {
  .reit-block-head {
    border-radius: 12px;
    background: #525BFE;
    margin-bottom: 16px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }
}
.reit-block-head .reit-img {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.load-more_btn {
  border-radius: 12px;
  background: #F4F5F8;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #262B34;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  height: 54px;
  cursor: pointer;
}

.load-more_btn svg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.load-more_btn:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ar_reit-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.ar_reit-top img {
  width: 125px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ar_reit-t {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.ar_reit-title {
  color: #262B34;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 4px;
}

.ar_reit-t .reit-r-el {
  color: #909090;
  font-size: 18px;
  padding-left: 28px;
  background-position: left 0px;
}

.ar_reit-t .reit-r-el span {
  color: #262B34;
}

.seo_wrapper {
  margin: 24px 0 0 0;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .seo_wrapper {
    margin: 24px 0 20px 0;
    padding-bottom: 40px;
    position: relative;
  }
}
.text-seo__blocks {
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-seo__blocks,
.text-seo__blocks p {
  color: #262B34;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  line-height: 120%;
  text-align: center;
}

.text-seo__blocks p {
  margin-bottom: 16px;
}

.text-seo__blocks p:last-child {
  margin-bottom: 0;
}

.text-seo__btn {
  color: #FF6005;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: underline;
  display: inline-block;
  width: auto;
  max-width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: none;
  background: transparent;
}

#s_visib {
  display: inline-block;
}

#s_hide {
  display: none;
}

.open #s_visib {
  display: none;
}

.open #s_hide {
  display: inline-block;
}

.text-seo__block {
  /* height: 10rem; */
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
}

@media screen and (min-width: 768px) {
  /* .text-seo__block {
    height: 15rem;
  } */
}
.text-seo__block p{
  display: none;
}
.text-seo__block p:first-child{
  display: block!important;
}
 .open .text-seo__block p{
  display: block;
}
/* .open .text-seo__block {
  height: auto;
} */

/* .open .text-seo__block:after {
  display: none;
} */

.main_content-block {
  position: relative;
  padding-top: 20px;
}

@media screen and (min-width: 1024px) {
  .main_content-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
    padding-top: 60px;
  }
}
.main_aside {
  width: 100%;
  padding-bottom: 32px;
}

.main_content {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .main_aside {
    width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: sticky;
    top: 0;
    padding-bottom: 0;
  }
  .main_content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(100% - 356px);
  }
}
 .top-r-title{
    color:  #262B34;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 110%; /* 50.6px */
    margin-bottom: 20px;
  }
@media screen and (min-width: 768px) {
  .top-r-title{
    font-size: 46px;
    margin-bottom: 20px;
  }
}
.l_article-title {
  color: #262B34;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 12px;
  position: relative;
  border-bottom: 2px solid #EBEBEE;
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .l_article-title {
    font-size: 26px;
    padding-bottom: 13px;
  }
}
.s_article-title {
  color: #262B34;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  margin-bottom: 24px;
}

.l_article-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background: #525BFE;
}

.list_l_article {
  margin: 16px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
}

.list_l_article li {
  display: block;
  margin-bottom: 16px;
}

.list_l_article li a {
  text-decoration: none;
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.list_l_article li a:hover {
  text-decoration: none;
  color: #909090;
}

.l_article-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #262B34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.l_art-icon {
  width: 22px;
  height: 22px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #FF6005;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.title_main {
  color: #262B34;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .title_main {
    font-size: 42px;
    margin-bottom: 32px;
  }
}
.custom_step {
  counter-reset: count;
  list-style: none;
  margin: 24px 0 0 0;
  padding: 0;
  position: relative;
}
.custom_step li {
  counter-increment: count;
  padding-left: 62px;
  color: #262B34;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  margin-bottom: 24px;
  position: relative;
}

.custom_step li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .custom_step li {
    margin-bottom: 32px;
    padding-left: 72px;
    font-size: 18px;
  }
}
.custom_step li span {
  display: block;
  color: #262B34;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  margin-bottom: 4px;
}

@media screen and (min-width: 992px) {
  .custom_step li span {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.custom_step li::before {
  content: counter(count);
  width: 48px;
  height: 48px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  padding: 4px;
  line-height: 40px;
  border-radius: 50%;
  background: #525BFE;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}
.custom_step li::after{
  content: '';
  width: 2px;
  height: 100%;
  background-image: url(../img/line.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
    left: 24px;
    top: 39px;
}
.custom_step li:last-child::after{
  display: none;
}
.sec_pad {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .sec_pad {
    padding-bottom: 60px;
  }
}
.table-wrap,
.wp-block-table {
  overflow-x: auto;
  margin-top: 32px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  vertical-align: middle;
  position: relative;
  margin-bottom: 32px;
}

table::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  border: 1px solid #E6E9F0;
}

th,
table
tr:first-child td{
  border-right: 1px solid #3A3F48;
  background: #262B34;
  padding: 16px 12px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-align: left;
}

@media screen and (min-width: 768px) {
  th,
  table
  tr:first-child td{
    font-size: 16px;
  }
}
th:first-child,
table
tr:first-child td:first-child {
  border-radius: 12px 0 0 0;
  border: none;
  border-right: 1px solid #3A3F48;
}

th:last-child,
table
tr:first-child td:last-child  {
  border-radius: 0 12px 0 0;
  border: none;
}

td ,
.wp-block-table td,
.wp-block-table table td{
  color: #262B34;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  border: 1px solid #E6E9F0;
  padding: 12px;
  text-align: left;
  position: relative;
}

@media screen and (min-width: 768px) {
  td {
    font-size: 16px;
  }
}
/* tr:nth-child(2n+1) td {
  background: #F4F5F8;
} */
tr:nth-child(2n) td {
  background: #F4F5F8;
}
tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}

tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

tr:last-child td {
  border-bottom: 0;
}

td:last-child {
  border-right: none;
}

td:first-child {
  border-left: none;
}
.page_img img ,
.wp-block-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.wp-block-image img{
  margin-bottom: 24px;
}
.list_w_icon {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list_w_icon li {
  color: #262B34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}

.list_w_icon li span {
  position: relative;
  margin-bottom: 8px;
  display: block;
  color: #262B34;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  .list_w_icon li {
    font-size: 18px;
  }
}
.coins_wrap {
  border-radius: 16px;
  border: 1px solid #E6E9F0;
  padding: 24px;
  display: block;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .coins_wrap {
    border-radius: 16px;
    border: 1px solid #E6E9F0;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    margin-top: 32px;
  }
}
.coins_title {
  color: #262B34;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  .coins_title {
    color: #262B34;
    font-size: 26px;
  }
}
.coins_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .coins_img {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.coins_img img {
  margin-left: -6px;
}

@media screen and (max-width: 767px) {
  .coins_img {
    margin-top: 16px;
  }
  .coins_img img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .adv_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.adv_bl {
  border-radius: 16px;
  background: #F4F5F8;
  padding: 16px;
  margin-bottom: 24px;
}
.adv_bl:last-child{
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .adv_bl {
    padding: 24px;
    width: 50%;
    margin-bottom: 0;
  }
}
.adv-el_title {
  color: #262B34;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.adv_bl .adv-el_title{
  display: block!important;
}
@media screen and (min-width: 768px) {
  .adv-el_title {
    font-size: 26px;
  }
}
.adv_bl ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.adv_bl ul li {
  color: #262B34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
  padding-left: 36px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .adv_bl ul li {
    font-size: 18px;
  }
}
.adv_bl ul li:last-child {
  margin-bottom: 0;
}

.adv_bl ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.adv_g li:before {
  background-image: url(../img/ok.svg);
}

.adv_n li:before {
  background-image: url(../img/nook.svg);
}

.mar_top {
  margin-top: 32px;
}

.slider_wrapper {
  margin-bottom: 32px;
}

.title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.title_wrap .title_main {
  margin-bottom: 24px;
}

.slider_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.slider_btns .swiper-button-next,
.slider_btns .swiper-button-prev {
  width: 44px;
  height: 44px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: inherit;
  left: inherit;
  top: inherit;
  bottom: inherit;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #E6E9F0;
  background: #FFF;
}

@media screen and (min-width: 992px) {
  .slider_btns .swiper-button-next,
  .slider_btns .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.slider_btns .swiper-button-next.swiper-button-disabled,
.slider_btns .swiper-button-prev.swiper-button-disabled {
  border: 1px solid #F4F5F8;
  background: #F4F5F8;
  opacity: 1;
}

.slider_btns .swiper-button-next svg path,
.slider_btns .swiper-button-prev svg path {
  stroke: #262B34;
}

.slider_btns .swiper-button-next.swiper-button-disabled svg path,
.slider_btns .swiper-button-prev.swiper-button-disabled svg path {
  stroke: #909090;
}

.slider_btns .swiper-button-next:hover,
.slider_btns .swiper-button-prev:hover {
  -webkit-box-shadow: 0 3px 6px 0 rgba(177, 177, 177, 0.15);
          box-shadow: 0 3px 6px 0 rgba(177, 177, 177, 0.15);
}

.slider_btns .swiper-button-next:hover svg path,
.slider_btns .swiper-button-prev:hover svg path {
  stroke: #FF6005;
}
 .swiperCustom
  .swiper-pagination{
    display: none;
  }
@media screen and (max-width: 991px) {
  .swiperCustom
  .swiper-pagination{
    display: block;
  }
  }
@media screen and (max-width: 991px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
  }
  .swiperCustom {
    padding-bottom: 40px;
  }
  .slider_btns {
    display: none;
  }
}
.swiper-pagination-bullet-active {
  background: #FF6005;
}

.slot_slide.swiper-slide {
  width: 220px;
  border-radius: 16px;
  border: 1px solid #D9DCE4;
  padding: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .slot_slide.swiper-slide {
    width: 293px;
  }
}
.casino_slide.swiper-slide {
  width: 220px;
  border-radius: 16px;
  background: #F4F5F8;
  padding: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .casino_slide.swiper-slide {
    width: 217px;
  }
}
.sl__img {
  width: 100%;
  height: 108px;
  display: block;
  margin: 0 auto 12px auto;
}

@media screen and (min-width: 768px) {
  .sl__img {
    height: 150px;
  }
}
.slide__img {
  width: 114px;
  height: 80px;
  display: block;
  margin: 0 auto 12px auto;
}

.sl__img img,
.slide__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
}

.slide_title {
  color: #262B34;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .slot_slide .slide_title {
    font-size: 18px;
  }
}
.casino_slide .slide_title {
  font-size: 16px;
}

.slide_desc {
  color: #262B34;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  margin-bottom: 12px;
}

.slide_reit {
  color: #262B34;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  padding-left: 20px;
  position: relative;
  background-image: url(../img/star.svg);
  background-position: left 2px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  margin-bottom: 12px;
}

.sl_btn {
  width: 100%;
  height: 36px;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  /* background: linear-gradient(91deg, #FFA42B 0.31%, #FF5800 99.86%); */
    background: linear-gradient(91deg,  #FFA42B 0%, #FF5800 49% , #FFA42B 50%, #FF5800 99.86%);
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-size: 250% 100%;
}
.sl_btn:hover{
/* background: linear-gradient(91deg, #FF5800 0.31%, #FFA42B 99.86%); */
  background-position: 100% 0;
}
.bonus_el {
  background-image: url(../img/fon_bonus.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 16px 24px 16px 16px;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .bonus_el {
    background-image: url(../img/fon_bonus.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding: 16px 24px 16px 16px;
    border-radius: 16px;
  }
}
.bonus_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.bonus_t {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.bonus_b {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.bonus_img img {
  width: 135px;
  height: 96px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .bonus_img img {
    width: 96px;
    height: 68px;
  }
}
.bonus_title {
  color: #262B34;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}

.bonus_text {
  color: #262B34;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

 .bonus_t_m {
    display: none;
  }
  .bonus_t_d {
    display: block;
  }

@media screen and (max-width: 767px) {
  .bonus_text {
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 18px;
  }
  .bonus_title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .bonus_t_m {
    display: block;
  }
  .bonus_t_d {
    display: none;
  }
  .bonus_b,
  .bonus_b .cas_btn {
    width: 100%;
  }
  .bonus_b .cas_btn {
    margin-bottom: 0;
  }
}
.info_wrap {
  border-radius: 16px;
  margin-bottom: 12px;
  padding: 16px 16px 16px 54px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .info_wrap {
    padding: 24px 24px 24px 60px;
  }
}
.info_wrap:last-child {
  margin-bottom: 0;
}

.info_wrap:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 24px 24px;
  display: block;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .info_wrap:before {
    left: 24px;
    top: 24px;
  }
}
.info_at {
  background-color: #FFF2DF;
}

.info_at::before {
  background-image: url(../img/info_at.svg);
}

.info_ok {
  background-color: #E3F8E5;
}

.info_ok::before {
  background-image: url(../img/info_ok.svg);
}

.info_er {
  background-color: #FEE;
}

.info_er::before {
  background-image: url(../img/info_err.svg);
}

.info_title {
  color: #262B34;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}

.info_text {
  color: #262B34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.faq_element-head {
  padding: 24px 40px 24px 0px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .faq_element-head {
    padding: 24px 40px 24px 0px;
    position: relative;
  }
}
.faq_element-question {
  color: #262B34;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (min-width: 992px) {
  .faq_element-question {
    font-size: 20px;
  }
}
.faq_element {
  border-bottom: 1px solid #D9DCE4;
  cursor: pointer;
  position: relative;
}

.faq_element-icon {
  position: absolute;
  right: 0px;
  top: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url(../img/arrow_f.svg);
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .faq_element-icon {
    top: 16px;
    width: 36px;
    height: 36px;
    top: 16px;
    background-size: auto;
  }
}
.faq_element-answer p,
.faq_element-answer {
  color: #262B34;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.faq_element-answer {
  padding: 2px 0 16px 0;
}

.faq_element-answer p:last-child {
  margin: 0px;
}

.faq_element-body {
  padding: 0px 0 0 0;
  height: 0;
  min-height: 0px;
  position: relative;
  z-index: -2;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.open .faq_element-body {
  height: auto;
  min-height: 100px;
  z-index: 1;
  overflow: visible;
  opacity: 1;
}

.open .faq_element-icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.autor_wrap {
  border-radius: 16px;
  background: #FFF2DF;
  padding: 12px;
}

.autor_ins {
  border-radius: 16px;
  background: #FFF;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

@media screen and (min-width: 768px) {
  .autor_ins {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.autor_mob {
  display: block;
}

.autor_body .autor_name,
.autor_body .autor_prof {
  display: none;
}
.autor_body .autor_name{
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .autor_ins {
    padding: 24px;
  }
  .autor_mob {
    display: none;
  }
  .autor_body .autor_name,
  .autor_body .autor_prof {
    display: block;
  }
}
.autor_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.autor_img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .autor_img img {
    width: 82px;
    height: 82px;
  }
}
.autor_name {
  color: #262B34;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 120%;
}

.autor_prof {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .autor_name {
    font-size: 22px;
  }
  .autor_prof {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.art_text {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}

.art_text p:nth-last-child(2) {
  margin-bottom: 0;
  display: inline;
}

.art_text a {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: underline;
  color: #262B34;
}

.art_text a:hover {
  text-decoration: none;
}

.read_more {
  color: #FF6005;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

@media screen and (min-width: 768px) {
  .read_more {
    font-size: 18px;
  }
}
.read_more:hover {
  color: #FF6005;
  text-decoration: none;
}

.read_more:hover svg {
  position: relative;
}

.read_more:hover svg {
  right: -2px;
}

.footer {
  padding: 0 0px 0px 0px;
  position: relative;
  background: #F4F5F8;
}

.footer_b {
  border-radius: 16px;
  padding-top: 32px;
}

@media screen and (min-width: 992px) {
  .footer {
    background: #fff;
    padding: 0 24px 24px 24px;
  }
}
@media screen and (min-width: 992px) {
  .footer_b {
    padding: 52px 0 0px 0;
    background: #F4F5F8;
  }
}
.footer_top {
  border-bottom: 1px solid #E0E1E4;
}

@media screen and (min-width: 992px) {
  .footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    padding-bottom: 32px;
  }
}
.footer_bottom {
  padding-bottom: 24px;
  padding-top: 24px;
}

@media screen and (min-width: 992px) {
  .footer_bottom {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .foot_l {
    width: 42%;
    padding-right: 40px;
  }
  .foot_r {
    width: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .f_bl-el {
    width: 33.33%;
  }
}
.logo_footer {
  margin-bottom: 24px;
  display: block;
}

.logo_footer img {
  width: 195px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 992px) {
  .logo_footer img {
    width: 225px;
  }
}
.subscribe_title {
  color: #262B34;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
  .subscribe_title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.subscribe_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 16px;
}

.subscribe_form input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 12px;
  background: #FFF;
  padding: 10px 16px;
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  line-height: 28px;
  border: none;
}

.btn_subscribe {
  border-radius: 12px;
  /* background: linear-gradient(91deg, #FFA42B 0.31%, #FF5800 99.86%); */
    background: linear-gradient(91deg,  #FFA42B 0%, #FF5800 49% , #FFA42B 50%, #FF5800 99.86%);
  border: none;
  height: 48px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  padding: 10px 24px;
  width: auto;
   -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-size: 250% 100%;
}
.btn_subscribe:hover{
  background-position: 100% 0;
}
.check_elem label {
  position: relative;
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  padding: 4px 0px 4px 32px;
  width: auto;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}

.check_elem input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.check_elem label span:before {
  display: none;
}

.check_elem label span:after,
.check_elem label span:before {
  content: "";
  display: block;
  position: absolute;
}

.check_elem label span:after {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 2px solid #DADAD5;
  background: #FFF;
  left: 0;
  top: 0px;
}

.check_elem label input[type=checkbox]:checked + span:before {
  display: block;
  top: 7px;
  left: 6px;
  width: 12px;
  height: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #ffffff #ffffff;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  border-radius: 0%;
  z-index: 2;
}

.check_elem label input[type=checkbox]:checked + span:after {
  border: 1px solid #F60;
  background: #F60;
}

.soc_footer {
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  .soc_footer {
    margin-top: 40px;
  }
}
.soc_footer .soc_els {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .soc_footer .soc_els {
    margin-bottom: 24px;
  }
}
.soc_footer .soc_title {
  text-align: left;
  margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
  .soc_footer .soc_title {
    margin-bottom: 16px;
  }
}
.copy {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .copy {
    font-size: 16px;
  }
}
.f_bl-title {
  color: #262B34;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  .f_bl-title {
    margin-bottom: 12px;
  }
}
.foot-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0px 0 24px 0;
}

.foot-list li {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .foot-list li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .foot-list {
    margin: 0px 0 20px 0;
  }
  .foot-list li {
    margin-bottom: 12px;
  }
}
.foot-list li a {
  color: #262B34;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: block;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .foot-list li a {
    font-size: 16px;
  }
}
.foot-list li a:hover {
  color: #F60;
  text-decoration: none;
}

#sticky {
  background-color: #fff;
  z-index: 120;
  position: relative;
}
.on
#sticky{
  z-index: 10;
}
.sticky-block {
  display: block;
  position: relative;
  z-index: 120;
  /*    background: #fff;*/
}

.sticky-block.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 4px 8px rgba(134, 119, 132, 0.3);
          box-shadow: 0px 4px 8px rgba(134, 119, 132, 0.3);
  background: #fff;
}

.top_link {
  width: 52px;
  height: 52px;
  background: #FF6005;
  display: block;
  position: fixed;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  cursor: pointer;
}

.top_link:hover {
  background: rgba(226, 139, 5, 0.5);
}

.cookies__wrapper {
  position: fixed;
  z-index: 120;
  width: 100%;
  left: 0;
  bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookies_block {
  width: auto;
  max-width: 100%;
  padding: 16px 24px 16px 24px;
  border-radius: 12px;
  background: #262B34;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cookies_block {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    width: auto;
  }
}
.coockies_text {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

@media screen and (min-width: 768px) {
  .coockies_text {
    margin-bottom: 0;
  }
}
.cookie__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .cookie__btns {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cookie__btns button {
  padding: 10px 24px;
  white-space: nowrap;
  margin: 0px 0 10px 0;
  width: auto;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 12px;
  height: 48px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cookie__btns button {
    width: auto;
    white-space: nowrap;
    margin: 0px 0 0px 0;
  }
}
.cookie__btn.btn_main {
  border: none;
  background: linear-gradient(91deg, #FFA42B 0%, #FF5800 49% , #FFA42B 50%, #FF5800 99.86%);
 -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-size: 250% 100%;
}
.cookie__btn:hover{
  /* background: linear-gradient(91deg, #FF5800 0.31%, #FFA42B 99.86%); */
  background-position: 100% 0;
}
.cookie__btn.btn_tr {
  border-radius: 12px;
  border: 1px solid #656565;
  background: transparent;
}

.menu__r-wrapper {
  padding: 16px;
  position: fixed;
  right: -300%;
  width: auto;
  z-index: 120;
  background: #fff;
  width: 560px;
  max-width: 100%;
  top: 0;
  height: 0;
  -webkit-transition: right 0.3s linear;
  transition: right 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.popup-show .menu__r-wrapper {
  right: 0;
  z-index: 10900;
  height: 100vh;
}

@media screen and (min-width: 768px) {
  .menu__r-wrapper {
    padding: 40px 40px;
  }
}
.menu__r-wr {
  overflow: auto;
}

.close_wrap {
  text-align: right;
  cursor: pointer;
}

.close_wrap img {
  display: inline-block;
}

.menu-top_r ul {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
}

.menu-top_r li {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}

.menu-top_r li a {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .menu-top_r li {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .menu-top_r li a {
    font-size: 32px;
  }
}
.menu-top_r li a:hover {
  color: #FF6005;
  text-decoration: none;
}

.menu_bot_r ul {
  list-style: none;
  margin: 12px 0;
  padding: 0;
}

.menu_bot_r li {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}

.menu_bot_r li a {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .menu_bot_r li a {
    font-size: 18px;
  }
}
.menu_bot_r li a:hover {
  color: #FF6005;
  text-decoration: none;
}

.soc-wrap_right {
  margin: 32px 0;
}

.soc-wrap_right .soc_els {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.modal_regist {
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 18px 50px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 18px 50px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
  z-index: 10;
  width: 320px;
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
}

.custom_popup .modal_regist {
  display: block;
}

.custom_popup {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 330px) {
  .modal_regist {
    width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .modal_regist {
    width: 600px;
  }
}
.modal_reg {
  position: relative;
  text-align: center;
  padding: 20px 16px 20px 16px;
  margin: 0 0 0px 0;
}

@media screen and (min-width: 768px) {
  .modal_reg {
    padding: 32px 32px;
  }
}
.img_confirm {
  text-align: center;
  margin-bottom: 20px;
}

.img_confirm img {
  width: 64px;
  height: 64px;
}

@media screen and (min-width: 768px) {
  .img_confirm {
    text-align: center;
    margin-bottom: 32px;
  }
  .img_confirm img {
    width: auto;
    height: auto;
  }
}
.modal_title {
  color: #262B34;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .modal_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.modal_text {
  color: #2D3133;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .modal_text {
    font-size: 18px;
    margin-bottom: 16px;
  }
}



.modal-no-animation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-no-animation.active {
  display: flex!important;
  z-index: 10;
}

.modal-no-animation .modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 400px;
  text-align: center;
}


.contact_form-wrap input.submit_custom,
.submit_custom {
  margin: 24px auto 0 auto;
  width: auto;
  height: 52px;
  text-align: center;
  padding: 10px 44px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  border-radius: 12px;
  background: linear-gradient(92deg, #FFA42B 0.58%, #FF5800 98.84%);
  border: none;
  display: inline-block;
  text-decoration: none;
}

.contact_form-wrap input.submit_custom {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact_form-wrap input.submit_custom {
    width:  auto;
    margin-top: 0;
  }
}
.error_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error_block {
  padding: 16px 0 16px 0;
  text-align: center;
}

.error_img {
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .error_block {
    padding: 80px 0;
    text-align: center;
  }
  .error_img {
    text-align: center;
    margin-bottom: 32px;
  }
}
.error_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.error_title {
  color: #262B34;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%; /* 46.2px */
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .error_title {
    font-size: 42px;
  }
}
.error_text {
  color: #262B34;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .error_text {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.error-button {
  text-align: center;
}

.content__wrapper {
  padding-bottom: 40px;
}

.breadcrumbs_container {
  margin-bottom: 0px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
}

.breadcrumbs_container ::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media screen and (min-width: 768px) {
  .breadcrumbs_container {
    margin-bottom: 0px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.bredcrumb {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.bredcrumb a, .bredcrumb span {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.bredcrumb a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.bredcrumb a:after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 4px;
}

.title-s_page {
  padding: 24px 0 16px 0;
  border-bottom: 1px solid #FF6005;
  text-align: left;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .title-s_page {
    padding: 24px 0 32px 0;
  }
}
.autor_page-top {
  margin-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9DCE4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .autor_page-top {
    margin-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
}
.autor_edit-wrap {
  color: #909090;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

@media screen and (min-width: 768px) {
  .autor_edit-wrap {
    font-size: 16px;
  }
}
.autor_page-top .autor_el-wrap {
  margin: 0;
}

.page_sm-wrap .autor_page-top {
  margin-top: 32px;
  margin-bottom: 32px;
}

.autor_edit-wrap span {
  color: #262B34;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  display: block;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .autor_edit-wrap span {
    font-size: 16px;
  }
}
.bl__text {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .bl__text {
    margin-bottom: 40px;
  }
}
.bl__text p:last-child {
  margin-bottom: 0;
}

.title_images_wr {
  margin-bottom: 40px;
  padding: 0 16px;
  border-radius: 12px;
  position: relative;
  min-height: 115px;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .title_images_wr {
    min-height: inherit;
    margin-bottom: 76px;
    padding: 0 16px;
    border-radius: 16px;
    position: relative;
    margin-top: 0;
  }
}
.title_images_wr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
  min-height: 115px;
}

@media screen and (min-width: 768px) {
  .title_images_wr img {
    min-height: inherit;
  }
}
.title_page-wr {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title_page {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

@media screen and (min-width: 768px) {
  .title_page {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .map_elems {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .map_elems {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.map_elems a {
  color: #262B34;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 0px;
  min-height: 11px;
  padding-left: 26px;
  margin: 0px 0 12px 0;
  overflow: hidden;
}

.map_elems a:before {
  content: url(../img/arr_m.svg);
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.map_elems a:hover:before {
  left: 6px;
}

.contact_page-block {
  display: block;
}

@media screen and (min-width: 768px) {
  .contact_page-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.contact_form-wrap {
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  padding: 16px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contact_form-wrap {
    border-radius: 16px;
    background: #FFF;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    width: 50%;
  }
}
.form_el,
.form_select {
  position: relative;
}

.contact_form-wrap input,
.contact_form-wrap textarea,
.contact_form-wrap select {
  border-radius: 30px;
  border: 1px solid #DADAD5;
  background: #FFF;
  padding: 10px 20px;
  color: #777772;
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 24px;
  width: 100%;
  line-height: 22px;
}

.contact_form-wrap input {
  height: 44px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .contact_form-wrap input {
    height: 52px;
    line-height: 32px;
  }
}
.contact_form-wrap select {
  height: 44px;
  line-height: 24px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media screen and (min-width: 768px) {
  .contact_form-wrap select {
    height: 52px;
    line-height: 32px;
  }
}
.form_select::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 12px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/arr_select.svg);
}

@media screen and (min-width: 768px) {
  .form_select::before {
    top: 24px;
  }
}
.contact_form-wrap textarea {
  height: 120px;
  border-radius: 12px;
  line-height: 140%;
  resize: none;
}

@media screen and (min-width: 768px) {
  .contact_form-wrap textarea {
    height: 160px;
  }
}
.contact_form-wrap input:focus,
.contact_form-wrap select:focus,
.contact_form-wrap select:focus-visible,
.contact_form-wrap textarea:focus {
  outline: none;
}

.contact_form-wrap input::-webkit-input-placeholder, .contact_form-wrap textarea::-webkit-input-placeholder,
.contact_form-wrap input::-moz-placeholder, .contact_form-wrap textarea::-moz-placeholder,
.contact_form-wrap input::-ms-input-placeholder, .contact_form-wrap textarea::-ms-input-placeholder {
  font-family: "ProximaNova" !important;
  font-weight: 400;
  color: #DADAD5 !important;
  font-size: 16px !important;
}

.contact_form-wrap input:focus::-webkit-input-placeholder,
.contact_form-wrap textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.contact_form-wrap input:focus::-moz-placeholder,
.contact_form-wrap textarea:focus::-moz-placeholder {
  color: transparent !important;
}

.contact_form-wrap input:focus::-ms-input-placeholder,
.contact_form-wrap textarea:focus::-ms-input-placeholder {
  color: transparent !important;
}

.contact_info-wrap {
  width: 100%;
  padding-right: 0px;
}

@media screen and (min-width: 768px) {
  .contact_info-wrap {
    width: 50%;
    padding-right: 20px;
  }
}
.contact_title {
  color: #262B34;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .contact_title {
    font-size: 32px;
  }
}
.contact_info {
  margin-bottom: 24px;
}

.soc_contact {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .contact_info {
    margin-bottom: 60px;
  }
}
.contact_info p {
  color: #262B34;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  .contact_info p {
    font-size: 20px;
  }
}
.contact_info p:last-child {
  margin-bottom: 0;
}

.soc_contact .soc_els {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.soc_contact .soc_title {
  text-align: left;
}

.soc_contact .soc_el:before {
  content: "";
  background-color: #fff;
  border: 1px solid #E6E9F0;
}

.soc_contact .soc_el {
  background-color: #fff;
}

.title-t_page {
  padding-bottom: 24px;
  padding-top: 24px;
  text-align: center;
  margin: 0 auto;
}

.title_img-wr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.page_sm-wrap {
  width: 948px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.news_head-section {
  padding: 0 16px;
}

.news_head-fon {
  margin-bottom: 16px;
  border-radius: 16px;
  position: relative;
  padding: 16px 0px;
}

@media screen and (min-width: 768px) {
  .news_head-fon {
    padding: 60px 0px;
  }
}
.disck_des{
  display: none;
}
.disck_mod{
  display: block;
  padding: 32px 0 0 0;
}
.news_head-ar{
  margin-top:  8px ;
}
.disck_mod
.bann-discl-color{
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .disck_des{
    display: flex;
  }
  .disck_mod{
    display: none;
    padding: 0;
  }
  .news_head-ar{
    margin-top: 0;
  }
}
.fon_bl {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.news_head-container {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .news_head-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    position: relative;
  }
}
.news_h-container {
  position: relative;
}

@media screen and (min-width: 992px) {
  .news_h-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
                -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .news_head-al {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(100% - 358px - 40px);
  }
  .news_head-ar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .news_head-ar .reit-cart-wrap {
    width: 358px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.news_head-img {
  margin: 0 auto 32px auto;
  width: 140px;
  height: 140px;
}

@media screen and (min-width: 768px) {
  .news_head-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 260px;
    height: 260px;
  }
}
.news_head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.news_head-block {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news_head-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: left;
  }
}
.news_head-top {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}

.news_head-title {
  color: #262B34;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news_head-title {
    color: #262B34;
    font-size: 42px;
    text-align: left;
  }
}
.news_head-text p,
.news_head-text {
  color: #262B34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

@media screen and (min-width: 768px) {
  .news_head-text p,
  .news_head-text {
    font-size: 18px;
  }
}
.news_head-text {
  margin-bottom: 24px;
}

.news_head-text p:last-child {
  margin-bottom: 0;
}

.news_section {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .news_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .new___elems-wr {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.new___el-wr {
  padding: 24px 0;
  border-bottom: 1px solid #D9DCE4;
}
.new___el-wr:last-child{
  border-bottom: 0;
}

.new___el {
  padding: 24px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 768px) {
  .new___el {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
.new___el:hover {
  background: #F4F5F8;
}

.new__img {
  border-radius: 16px;
  width: 100%;
  max-width: 524px;
  height: 184px;
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .new__img {
    width: 524px;
    height: 295px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.new__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  border-radius: 16px;
    -webkit-transition: transform 1s linear;
  transition: transform 1s linear;
}
.new___el:hover img{
  transform: scale(1.06);
}
.new__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.new__title {
  color: #262B34;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 768px) {
  .new__title {
    font-size: 32px;
  }
}
.news__text {
  color: #262B34;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.new__body-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  width: 100%;
}

.news__date {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-top: 6px;
  margin-bottom: 6px;
}

.btn_read {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  border: 1px solid #E6E9F0;
  background-image: url(../img/arrow_n.svg);
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn_read:hover{
  background-color: #FF6005;
  border: 1px solid #FF6005;
  background-image: url(../img/arrow_nw.svg);
}
.new___elems-empty {
  text-align: center;
}
.new___elems-empty img {
  margin-bottom: 24px;
}

.bl_em-text {
  width: 518px;
  max-width: 100%;
  margin: 0 auto;
  color: #262B34;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.new_more-btn_wr{
  text-align: center;
}
.load_btn{
  border-radius: 12px;
  border: 1px solid  #FF6005;
  background: #fff;
  height: 52px;
  color:  #FF6005;
  font-size: 18px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  min-width: 170px;
  display: inline-block;
}
.load_btn:hover{
   color:  #fff;
   background:  #FF6005;
}
@media screen and (min-width: 768px) {
  .team_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 24px;
  }
}
.team_el {
  border-radius: 16px;
  border: 1px solid #E6E9F0;
  background: #FFF;
  padding: 24px;
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .team_el {
    border-radius: 16px;
    border: 1px solid #E6E9F0;
    background: #FFF;
    padding: 24px;
    width: calc(50% - 24px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .team_el {
    width: calc(33.33% - 16px);
  }
}
.team_el-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 24px;
}

.team_el_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.team_el_img img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.vote_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.vote_el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 12px;
  width: calc(50% - 12px);
  border-radius: 12px;
  background: #F4F5F8;
  margin-bottom: 40px;
}

.vote_text {
  color: #262B34;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}

.vote_text span {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  padding-left: 6px;
}
/*# sourceMappingURL=style.css.map */


.bann-discl-c {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}
.open_block .bann-discl-c {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}
.discl_more_open{
  display: block;
}
.discl_more_close{
  display: none;
  cursor: pointer;
}
.open_block
.discl_more_open{
  display: none;
}
.open_block
.discl_more_close{
  display: inline;
}

.coins_wrap {
  margin-bottom: 24px;
}

.adv_wrap{
  margin-bottom: 32px;
}





@media only screen and (max-width: 1300px) and (min-width: 1023px) {
  .wr_r_min
  .reit-block,
  .wr_r_min
  .reit-block-head{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }
  .wr_r_min
  .reit-img,
  .wr_r_min
  .reit-block-head .reit-img {
    width: 114px;
  }
  .wr_r_min
  .reit-depos{
    max-width: 120px;
  }
  .wr_r_min
  .depos-text {
    font-size: 14px;
  }
  .wr_r_min
  .reit-desc{
    width: 130px;
    max-width: 130px;
  }
  .wr_r_min
  .reit-r {
    width: 90px;
  }
  .wr_r_min
  .reit-r-el {
    font-size: 16px;
  }
  .reit-btns {
    width: 130px;
  }
  .wr_r_min
  .cas_btn {
    width: 100%;
    font-size: 14px;
  }
  .wr_r_min
  .reit-img img {
    height: 82px;
    width: 114px;
  }

  .wr_r_min
  .reit-block-head{
    position: relative;
    margin-bottom: 0;
  }
  .wr_r_min
  .reit-block {
    position: relative;
  }
  .wr_r_min
  .reit-img {
    width: 114px;
    position: absolute;
    left: 16px;
    top: 16px;
  }
  .wr_r_min
  .reit-block-head .reit-img {
    width: 114px;
  }
  .wr_r_min
  .reit-name {
    padding-top: 100px;
  }
  .wr_r_min
  .reit-block-head .reit-name {
    padding-top: 0;
    padding-left: 20px;
  }
  .wr_r_min
  .cas-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .wr_r_min
  .reit-name {
    width: 130px;
  }
  .wr_r_min
  .bonus_btn {
    font-size: 11px;
  }

}
@media screen and (min-width: 1299px) {
  .wr_r_min
  .reit-block-head .reit-img ,
  .wr_r_min .reit-img {
    width: 114px;
  }
  .wr_r_min .reit-img img {
    height: 82px;
    width: 114px;
  }
  .wr_r_min .reit-block, .wr_r_min .reit-block-head {
    gap: 12px;
  }
  .wr_r_min
  .reit-name {
    width: 150px;
  }
  .wr_r_min
  .cas-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .wr_r_min
  .reit-r {
    width: 100px;
  }
  .wr_r_min
  .reit-r-el {
    font-size: 16px;
  }
  .wr_r_min
  .reit-desc {
    width: 190px;
  }
  .wr_r_min
  .depos-text {
    font-size: 16px;
  }
}