/* 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: "Inter";
  src: url("../fonts/Inter/Inter_Regular.eot");
  src: url("../fonts/Inter/Inter_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter/Inter_Regular.woff") format("woff"), url("../fonts/Inter/Inter_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI/SegoeUI-Bold.eot');
  src: url('../fonts/SegoeUI/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SegoeUI/SegoeUI-Bold.woff') format('woff'),
  url('../fonts/SegoeUI/SegoeUI-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;
}

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

body {
  scroll-behavior: smooth;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: rgb(62, 64, 67);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
}

.wrapper {
  min-width: 280px;
  padding: 0;
  /*    overflow: hidden;*/
  overflow: clip;
  margin: 0 auto;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: rgb(62, 64, 67);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  /* background: rgb(255, 254, 246); */
  background: #fff;
  /*    position: relative;
      z-index: 1;*/
}

.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;
  /* pointer-events: none;*/
  display: block;
  z-index: -1;
}

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

.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;
  line-height: 140%;
  letter-spacing: -0.03%;
  color: rgb(62, 64, 67);
  font-size: 16px;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 140%;
  letter-spacing: -0.03%;
  color: rgb(62, 64, 67);
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 1rem 0;
}
ul,
ol{
  padding-left: 20px;
}
ul li,
ol li {
  line-height: 140%;
  letter-spacing: -0.03%;
  color: rgb(62, 64, 67);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
  ul li,
  ol li {
    font-size: 18px;
  }
  a {
    font-size: 18px;
  }
}
h1 {
  font-size: 40px;
  line-height: 125%;
  margin: 0 0 16px 0;
  color: rgb(62, 64, 67);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 52px;
    margin-bottom: 40px;
  }
}
h2 {
  font-size: 22px;
  line-height: 125%;
  margin: 0 0 16px 0;
  color: rgb(62, 64, 67);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    margin: 0 0 24px 0;
  }
}
h3 {
  font-size: 18px;
  line-height: 125%;
  margin: 0 0 16px 0;
  color: rgb(62, 64, 67);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 18px;
  line-height: 125%;
  margin: 0 0 16px 0;
  color: rgb(62, 64, 67);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.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 ,
.wp-block-heading {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 1300px) {
  .container,
  .wp-block-heading {
    width: 1376px;
    padding: 0 1rem 0 1rem;
  }
}
.article__wrapper
 .wp-block-heading{
  width: auto;
  padding-left: 0;
  padding-right: 0;
 }
.category_start-wrapper {
  height: 100vh;
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  row-gap: 8px;
  margin-left: -8px;
  margin-right: -8px;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .category_start-wrapper {
    height: 100vh;
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-left: -8px;
    margin-right: -8px;
    padding: 0;
  }
}
.category_start-el {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px 20px 24px 20px;
  position: relative;
  width: 100%;
  height: 33.33%;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .category_start-el {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* display: block;
    padding: 18% 20px 20% 20px; */
    /* display: block; */
    padding: 20px 32px 8% 32px;
    position: relative;
    width: 33.33%;
    text-decoration: none;
    border-radius: 0;
    height: 100%;
  }
}
.category_start-el:hover {
  text-decoration: none;
}

.category_start-el-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.category_start-el-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.category_start-el:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 6s linear;
  transition: all 6s linear;
}

.category_start-el-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.category_start-title {
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.05%;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .category_start-title {
    color: rgb(255, 255, 255);
    font-size: 70px;
  }
}
.el_btn-top {
  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;
  border: 1px solid rgb(244, 237, 229);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: rgb(244, 237, 229);
  color: rgb(62, 64, 67);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 9px 40px;
  width: 100%;
  margin-bottom: 6px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.el_btn-top span {
  position: relative;
  z-index: 2;
}

.el_btn-top:after,
.el_btn-top i {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.el_btn-top:after {
  z-index: 1;
  opacity: 1;
  background: #F6F4EC;
}

.el_btn-top i {
  z-index: -1;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.el_btn-top svg {
  position: absolute;
  right: 20px;
  height: 18px;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  display: block;
  opacity: 0;
  z-index: 0;
}

.el_btn-top:hover {
  text-decoration: none;
  color: #fff;
}

.el_btn-top:hover:after {
  z-index: -1;
  opacity: 0;
}

.el_btn-top:hover i {
  z-index: 1;
  opacity: 1;
}

.el_btn-top:hover svg {
  opacity: 1;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .top__head {
    padding: 6px 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;
    -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;
  }
}
.mob-top__head {
  display: none;
}

@media screen and (max-width: 991px) {
  .mob-top__head {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 50px;
  }
  .mob-top__head .el_btn-top:after {
    z-index: -1;
    opacity: 0;
  }
  .mob-top__head .el_btn-top i {
    z-index: 1;
    opacity: 1;
  }
  .mob-top__head .el_btn-top {
    text-decoration: none;
    color: #fff;
  }
  .mob-top__head {
    display: block;
  }
  .mob-top__head .soc_wrapper {
    margin-bottom: 30px;
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top__head .el_btn-top {
    display: none;
  }
}
.on .fon_top__wrapper {
  z-index: 120;
}

.fon_top__wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/banner.png);
  background-color: #fff;
  background-size: cover;
  min-height: inherit;
  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;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .fon_top__wrapper {
    min-height: 100vh;
  }
}
.fon-not_top__wrapper {
  position: relative;
  z-index: 101;
  /*  background: #fffef6;*/
  background: #fff;
}


.breadcrumbs_container {
  margin-bottom: 0px;
  padding-bottom: 0;
  margin-top: 0px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*    background: #fffef6;*/
  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: 24px;
    padding-top: 24px;
  }
}
.bredcrumb {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.bredcrumb a, .bredcrumb span {
  color: rgb(176, 176, 176);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 135%;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

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

.bredcrumb a:after {
  content: url("../img/bread_arrow.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 10px;
}

.top__header {
  position: relative;
  z-index: 5;
  padding-bottom: 18px;
  padding-top: 12px;
}

@media screen and (max-width: 991px) {
  .top__header {
    position: relative;
    z-index: 5;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
.head_top_elems {
  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;
}

.top_header-l {
  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;
}

.top_header-c {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .top_header-c {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .menu__head-wrapper {
    padding: 0 0px;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.02);
    position: fixed;
    left: -300%;
    width: auto;
    z-index: 120;
    background: #fff;
    width: 100%;
    top: 0;
    height: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .on .menu__head-wrapper {
    padding: 0 16px 0px 16px;
    left: 0;
    z-index: 120;
    height: 100vh;
  }
}
.top_header-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: 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) {
  .top_header-r {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .top_header-r {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.mobile-visib {
  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;
  padding: 14px 0;
}

@media screen and (min-width: 992px) {
  .mobile-visib {
    display: none;
  }
}
.leng__mob {
  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;
}

.lend-el-mob {
  color: rgb(62, 64, 67);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  opacity: 0.4;
  text-align: left;
  margin-right: 4px;
  cursor: pointer;
}

.l_curr {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .container__menu {
    overflow-y: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.head_menu {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
}

@media screen and (min-width: 992px) {
  .head_menu {
    list-style: 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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }
}
.head_menu > li {
  display: block;
  margin: 0 10px;
  padding: 0;
  height: 100%;
  position: relative;
}


@media screen and (min-width: 992px) {
  .head_menu > li {
    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;
    margin: 0 10px;
    padding: 0;
    height: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .head_menu > li {
    /* margin: 0 20px; */
    margin: 0 16px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .head_menu > li {
    margin: 0 8px;
  }
}
.head_menu > li.arrowmenu > a {
  /* padding-right: 24px; */
  padding-right: 18px;
  position: relative;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .head_menu > li.arrowmenu > a {
    padding-right: 16px;
  }
}

.head_menu > li.arrowmenu  i {
  position: absolute;
  right: 6px;
  top: 8px;
  display: block;
  width: 8px;
  height: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/arrow_down.svg);
  background-size: 8px 5px;
}

@media screen and (max-width: 991px) {
  .head_menu > li.arrowmenu  i {
    top: 16px;
    width: 24px;
    height: 24px;
  }
}
.head_menu > li > a {
  color: rgb(62, 64, 67);
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  display: block;
  text-decoration: none;
  padding: 0px;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .head_menu > li > a {
    padding: 0px;
  }
}
@media screen and (max-width: 991px) {
  .head_menu > li > a {
    padding: 16px 0;
    border-bottom: 1px solid rgb(232, 232, 232);
    text-align: left;
    display: block;
    margin: 0;
    font-size: 20px;
  }
}
.nav_link_para {
  position: relative;
  display: block;
}

.nav_link_clone {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
  opacity: 0;
}

.head_menu > li > a:hover {
  text-decoration: none;
}

.drobdown_list {
  padding: 8px;
  border-radius: 8px;
  list-style: none;
  margin: 0;
  list-style: none;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .drobdown_list {
    padding: 12px 0px 8px 0;
    border-radius: 8px;
    list-style: none;
    margin: 0;
    list-style: none;
    background: transparent;
  }
}
.head_menu li:hover .drobdown_list li a,
.head_menu li a:hover .drobdown_list li a {
  /*    color: rgb(0, 0, 0);*/
}

.head_menu > li > a span {
  display: inline-block;
  vertical-align: middle;
}

.drobdown__block {
  position: relative;
  left: inherit;
  top: inherit;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.openes .drobdown__block {
  height: auto;
  opacity: 1;
  overflow: visible;
  display: block;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid rgb(232, 232, 232);
}

@media screen and (min-width: 922px) {
  .drobdown__block {
    position: absolute;
    left: -12px;
    top: 100%;
    width: 200px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
  .openes .drobdown__block {
    height: auto;
    z-index: 5;
    opacity: 1;
    visibility: visible;
  }
}
.drobdown_list li {
  margin: 0;
  display: block;
}

.drobdown_list li a {
  padding: 10px 16px 10px 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-decoration: none;
}

.drobdown_list li a:hover {
  text-decoration: none;
  /*  background: rgb(246, 244, 236);*/
  background: #F6F4EC;
  /*  color: #E28B05 !important;*/
  color: rgba(62, 64, 67, 1) !important;
}

@media screen and (max-width: 991px) {
  .drobdown_list li a {
    padding: 12px 16px 12px 16px;
  }
  .mobile-menu {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}
.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;
}

.logo_top {
  padding: 0px 6px 0px 0px;
  height: 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-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .logo_top {
    width: 160px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .logo_top {
    width: auto;
    max-width: 100%;
  }
}
.logo_top img,
.logo_top svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.toggle {
  display: none;
}

@media screen and (max-width: 991px) {
  .toggle {
    padding: 6px 3px;
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
    margin-left: 24px;
  }
}
.toggle span {
  width: 100%;
  height: 2px;
  margin: 4px 0 4px 0;
  -webkit-transition: transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  border-radius: 0px;
}

.toggle span {
  background: rgb(62, 64, 67);
}

.toggle span:first-child,
.toggle span:last-child {
  width: 20px;
}

.on .toggle span:first-child,
.toggle:hover span:first-child {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  -ms-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
  width: 100%;
}

.on .toggle span:last-child,
.toggle:hover span:last-child {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  -ms-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
  width: 100%;
}

.on .toggle span:nth-child(2),
.toggle:hover span:nth-child(2) {
  opacity: 0;
}

.btn_phone {
  display: block;
  border-radius: 12px;
  background: #E28B05;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.02%;
  text-align: center;
  padding: 16px 24px;
  text-decoration: none;
  /*    height: 100%;*/
  white-space: nowrap;
}

.btn_phone:hover {
  background: #E28B05;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .btn_phone {
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1300px) {
  .btn_phone {
    padding: 16px 24px;
  }
}
.leng__elem {
  position: relative;
}

.leng__block-ch {
  position: relative;
  padding-right: 16px;
  margin-right: 0;
  margin-left: 12px;
  margin-right: 26px;
  cursor: pointer;
  width: 57px;
}

.leng__text {
  color: rgb(62, 64, 67);
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
  vertical-align: middle;
  /*    padding: 8px 12px;
      border-radius: 4px;*/
}

.leng__icon {
  position: absolute;
  right: 6px;
  top: 2px;
}

.leng__bl {
  position: absolute;
  top: calc(100% + 10px);
  left: 6px;
  width: auto;
  padding: 4px 4px;
  text-align: center;
  background: #fff;
  height: 0;
  opacity: 0;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(146, 141, 133, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(146, 141, 133, 0.2);
  /*  background: #FFFEF6;*/
  background: #fff;
}

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

.leng__bl .leng__text:hover {
  color: #E28B05;
  background: #F6F4EC;
}

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

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

@media screen and (max-width: 991px) {
  .top_header-r .leng__elem {
    display: none;
  }
}
.banner__wrapper {
  -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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32px 0;
  min-height: 600px;
  width: 100%;
}

.banner__ins-block {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .banner__ins-block {
    width: 660px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .banner__wrapper {
    padding: 60px 0;
    min-height: inherit;
  }
}
@media screen and (max-width: 1199px) {
  .banner__wrapper .container{
    width: 100%;
  }
  .contactp-age__wrapper .container,
  .banner-page__wrapper .container{
    width: 100%;
  }
}
@media screen and (max-width: 1299px) {
  .banner__wrapper .container{
    width: 100%;
  }
}
/* .banner-page__section {
  padding: 0px 0px 40px 0px;
}

@media screen and (min-width: 768px) {
  .banner-page__section {
    padding: 0 10px 80px 10px;
  }
}
.contact-page__wrapper,
.banner-page__wrapper {
  padding: 24px 0 24px 0;
  border-radius: 0 0 12px 12px;
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .contact-page__wrapper,
  .banner-page__wrapper {
    padding: 24px 0 60px 0;
    min-height: 600px;
    border-radius: 12px 12px;
  }
} */


@media screen and (min-width: 768px) {
  .banner-page__section {
    padding: 0 10px 80px 10px;
  }
}
.banner-page__section img{
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 12px 12px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .banner-page__section img{
    border-radius: 12px;
  }
}
.el_video{
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.banner-page__section .container{
  position: relative;
  z-index: 2;
  height: 100%;
}
.contact-page__wrapper,
.banner-page__wrapper {
  padding: 24px 0 24px 0;
  border-radius: 0 0 12px 12px;
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner-page__w_video{
  min-height: inherit!important;
  padding: 56.25% 0 0 0!important;
}
.container-abs{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 24px 0 24px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#video-bann::-webkit-media-controls {
  display: none;
}



.contact-page__wrapper {
  min-height: 440px;
}

.contact-page__wrapper .container,
.banner-page__wrapper .container {
  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-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.banner-page__ins-block {
  width: 660px;
  max-width: 100%;
}

.contact-page__ins-block {
  display: block;
}

@media screen and (min-width: 768px) {
  .contact-page__ins-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
.c__title {
  color: white;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  /*    margin-bottom: 24px;*/
  width: 100%;
  max-width: 100%;
  padding-top: 24px;
}

.c__text {
  padding-top: 24px;
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 768px) {
  .c__title {
    font-size: 70px;
    width: 400px;
    padding-top: 24px;
  }
  .c__text {
    padding-top: 24px;
    width: 42%;
    font-size: 20px;
  }
}
.btn_main {
  display: inline-block;
  border-radius: 12px;
  background: #E28B05;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.2px;
  text-align: center;
  padding: 16px 24px;
  text-decoration: none;
  /* height: 100%; */
  white-space: nowrap;
}

.btn_main:hover {
  background: #E28B05;
  text-decoration: none;
}

.banner__title {
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.banner__text {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03px;
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .banner__title {
    font-size: 62px;
    line-height: 75px;
    margin-bottom: 24px;
  }
  .banner__text {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.section_elem {
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background: #fffef6;
  background: #fff;
}
.error_section {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .section_elem {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section_elem {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ab-img_section{
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .ab-img_section{
    padding: 0;
  }
}

.pr_el_section{
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .pr_el_section{
    padding: 0;
  }
}
.in-top_section{
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .in-top_section{
    padding: 0;
  }
}
.simple_section{
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .simple_section{
    padding: 0;
  }
}
.career-one_section{
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .career-one_section{
    padding: 0;
  }
}
.vac_section{
  padding-top: 20px;
}
.title_top {
  color: rgb(144, 144, 144);
  font-size: 14px;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: 0.05px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .title_top {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.title_top span {
  display: inline-block;
  position: relative;
  padding-left: 21px;
}

.title_top span:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: rgb(226, 139, 5);
  position: absolute;
  left: 0;
  top: 6px;
}

.title_top span:before {
  content: "";
  display: block;
  height: 1px;
  width: 6000px;
  position: absolute;
  left: calc(100% + 24px);
  top: 50%;
  background: #E8E8E8;
}

.title_main {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.05px;
  text-align: left;
  line-height: 116%;
  margin-bottom: 24px;
  color: #212121;
  width: 1000px;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .title_main {
    font-size: 52px;
    margin-bottom: 40px;
  }
  .career-one_section
  .title_main {
    margin-bottom: 24px;
  }
}
.title_main span {
  color: #E28B05;
}
.title_w .title_main{
  width: auto;
}

@media screen and (max-width: 767px) {
  .why_section .title_main span {
    display: block;
  }
}
.who_text-pos {
  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;
}

.who_text-block {
  width: 67%;
  padding-left: 80px;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .who_text-block {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 32px;
  }
}
.c_text,
.c_text p {
  color: rgb(62, 64, 67);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.3px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c_text,
  .c_text p {
    font-size: 16px;
  }
}
.c_text p {
  margin-bottom: 16px;
}

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

@media screen and (min-width: 992px) {
  .who_section-img-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;
  }
}
/*.who_sec-slider{
    padding: 24px 0 0px 60px;
}*/
.who_sec-img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .who_sec-img {
    width: 50%;
  }
}
.who_sec-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
}

.who_sec-slider {
  width: 100%;
  margin-right: 0%;
  padding: 26px 0 0px 0px;
}

@media screen and (min-width: 768px) {
  .who_sec-slider {
    width: 100%;
    margin-right: 0%;
    padding: 26px 0 26px 0px;
  }
}
@media screen and (min-width: 992px) {
  .who_sec-slider {
    width: 100%;
    margin-right: -50%;
    padding: 26px 0 26px 60px;
  }
}
.who__elem {
  margin-bottom: 30px;
}

.why_block-wrapper {
  display: block;
}

@media screen and (min-width: 768px) {
  .why_block-wrapper {
    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-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
.why_text-pos {
  width: 100%;
}

.why_block-wrapper .title_main {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .why_text-pos {
    width: 50%;
  }
  .why_block-wrapper .title_main {
    width: 50%;
  }
}
.ban__icon {
  width: 62px;
  height: 62px;
  background: #F6F4EC;
  display: block;
  margin-bottom: 18px;
  border-radius: 50%;
  padding: 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;
}

@media screen and (min-width: 768px) {
  .ban__icon {
    width: 80px;
    height: 80px;
  }
}
.ban__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  display: block;
}

.ban__title {
  color: rgb(62, 64, 67);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .ban__title {
    font-size: 26px;
  }
}
.ban__text {
  color: rgb(101, 101, 101);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .ban__text {
    font-size: 18px;
  }
}
.swiperWho .who__elem {
  width: 320px;
}

.btn_sw-custom {
  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;
}

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

@media screen and (max-width: 767px) {
  .btn_sw-custom {
    display: none;
  }
  .swiper-pagination.pagWho {
    display: block;
    position: relative;
  }
}
.btn_wh {
  margin-bottom: 40px;
}

.btn_sw-custom .swiper-button-next,
.btn_sw-custom .swiper-button-prev {
  width: 56px;
  height: 56px;
  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 rgb(62, 64, 67);
  background: rgb(62, 64, 67);
}

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

.btn_sw-custom .swiper-button-next.swiper-button-disabled,
.btn_sw-custom .swiper-button-prev.swiper-button-disabled {
  border: 1px solid rgb(232, 232, 232);
  background: #E8E8E8;
  opacity: 1;
}

.btn_sw-custom .swiper-button-next svg path,
.btn_sw-custom .swiper-button-prev svg path {
  stroke: #fff;
}

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

.swiper-pagination-bullet-active {
  background: #E28B05;
}

.arr_title-block-wrapper {
  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;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.wh_t_wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.swiperWh .swiper-slide {
  width: 318px;
  height: 500px;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .swiperWh .swiper-slide {
    height: inherit;
  }
  .wh__img {
    margin-top: 32px;
  }
}

.wh_sec-slider
.swiper-pagination.pagWh {
  display: none;
}

.swiper-pagination,
.pagWh.swiper-pagination {
  display: block;
  margin-top: 32px;
  position: relative;
  left: inherit;
  right: inherit;
  bottom: inherit;
  top: inherit;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .wh_sec-slider
  .pagWh.swiper-pagination {
    display: block;
  }
}
.tContent .swiper-pagination {
  display: none;
}

@media screen and (max-width: 991px) {
  .tContent .swiper-pagination {
    display: block;
  }
}
.wh__elem {
  width: 318px;
  padding: 32px 24px 0 24px;
  border-radius: 16px;
  background: #F6F4EC;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.wh__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -5%;
  margin-bottom: 16px;
}

.wh__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -3%;
}

.wh__img img {
  width: 100%;
  height: auto;
  /* margin-bottom: -24px; */
  margin-bottom: 24px;
  border-radius: 16px;
  display: block;
  border-radius: 12px;
}

.what__elem {
  border-radius: 12px;
  background: #F6F4EC;
  padding: 16px 16px 16px 16px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .what__elem {
    border-radius: 12px;
    background: #F6F4EC;
    padding: 16px 16px 16px 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 12px;
  }
}
.what__elem-img {
  width: 100%;
  height: 160px;
}

@media screen and (min-width: 768px) {
  .what__elem-img {
    width: 52%;
    height: 266px;
  }
}
.what__elem-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
}

.what__elem-body {
  width: 100%;
  padding-right: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .what__elem-body {
    width: 48%;
    padding-right: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.what__elem-body {
  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;
}

.what__elem-number {
  color: rgb(176, 176, 176);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
  display: none;
}

@media screen and (max-width: 767px) {
  .what__elem-number {
    display: none;
  }
}
.what__elem-title {
  color: rgb(62, 64, 67);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .what__elem-title {
    color: rgb(62, 64, 67);
    font-size: 42px;
  }
}
.what__elem-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .what__elem-text {
    font-size: 18px;
  }
}
.btn_custom {
  display: inline-block;
  border-radius: 12px;
  background: #E28B05;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.2px;
  text-align: center;
  padding: 12px 20px;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
  /*    width: max-content;*/
}

.btn_custom:hover {
  background: #E28B05;
  text-decoration: none;
}

.btn_cus-tr {
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #F6F4EC;
  background: #F6F4EC;
  color: rgb(144, 144, 144);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.2px;
  text-align: center;
  padding: 16px 24px;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
}

.btn_cus-tr:hover {
  /*    background: #E28B05; */
  text-decoration: none;
}

.btn_cus-tr span,
.btn_cus-tr svg {
  margin-left: 5px;
  margin-right: 5px;
}

.tab_container {
  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: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 4px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab_container {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .tab_container {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    margin-bottom: 46px;
  }
}
.tab_container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tab_c-btn {
  border: 1px solid rgb(232, 232, 232);
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 12px 0px 0px;
  padding: 9px 20px 9px 20px;
  color: rgb(62, 64, 67);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  text-align: center;
  background: transparent;
  cursor: pointer;
}
.tab_c-btn a{
  color: rgb(62, 64, 67);
  text-decoration: none;
}
.tab_c-btn:hover a,
.tab_c-btn.activ a{
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .tab_c-btn {
    font-size: 18px;
    padding: 12px 24px 12px 24px;
  }
}
.n_link{
  margin-bottom: 40px;
}
.tab_c-btn.activ, .tab_c__btn.activ{
  border: 1px solid #E28B05;
  color: rgb(255, 255, 255);
  background: #E28B05;
}

.tab_c-btn:hover {
  border: 1px solid #E28B05;
  color: rgb(255, 255, 255);
  background: #E28B05;
}

.tab_c-elem {
  white-space: nowrap;
}

.tContent {
  position: relative;
}

.activ.tContent {
  width: 100%;
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.hide {
  opacity: 0;
  z-index: -1;
  height: 0;
  overflow: hidden;
}
.load_more-wr{
  text-align: center;
}
.load_more{
  padding: 5px 36px;
  height: 52px;
  font-weight: 500;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: -0,02px;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  background: #F6F4EC;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  column-gap: 8px;
  width: max-content;
  margin: 0 auto 24px auto;
}
.load_more svg {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.load_more:hover{
  text-decoration: none;
  background: #F6F4EC;
}
.load_more:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news__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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.news__el {
  width: 100%;
  border-bottom: 2px solid rgb(232, 232, 232);
  padding-bottom: 40px;
  margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
  .news__el {
    width: calc(33.33% - 16px);
  }
}
@media screen and (min-width: 992px) {
  .news__el {
    width: calc(50% - 12px);
  }
}

.n_wrapper  .news__el{
  margin-bottom: 40px;
}
.swiperTop .swiper-slide {
  height: auto;
}

.swiperTop .news__el {
  width: 100%;
  margin-bottom: 0;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .swiperTop .swiper-slide {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .swiperTop .swiper-slide {
    width: 280px;
  }
}
.news__el:hover {
  border-bottom: 2px solid #E28B05;
}

.news__el:hover .news__title {
  color: #E28B05;
}

.news__date {
  color: rgb(62, 64, 67);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
  text-align: left;
  margin-bottom: 20px;
}

.news__date span {
  color: #D0D0D0;
}

@media screen and (min-width: 768px) {
  .news__date {
    font-size: 20px;
  }
}
.news__img {
  display: block;
  text-decoration: none;
  height: 175px;
  margin-bottom: 16px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .news__img {
    height: 270px;
  }
}
.news__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 12px 0px 12px 0px;
  -webkit-transition: all 1s linear;
  transition: all 1s linear
}
.news__el:hover .news__img   img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 6s linear;
  transition: all 6s linear;
}
.news__cat {
  color: #E28B05;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.3px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 16px;
}

.news__cat:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: #e28b05;
  position: absolute;
  left: 0;
  top: 7px;
}

.news__title {
  color: rgb(62, 64, 67);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 768px) {
  .news__title {
    font-size: 26px;
    line-height: 31px;
  }
}
.news__text {
  color: rgb(144, 144, 144);
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}

.new-one_section {
  padding: 0;
}
.new-one_section
.title_main span{
  display: block;
}
@media screen and (min-width: 768px) {
  .new_one__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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
.new_one__img {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 12px;
}

.new_one__img img {
  width: 100%;
  height: auto;
  border-radius: 24px 0px 24px 0px;
}

@media screen and (min-width: 768px) {
  .new_one__img img {
    height: auto;
  }
  .new_one__img {
    width: 58%;
    padding-right: 0px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .new_one__img img {
    height: 458px;
  }
  .new_one__img {
    width: 58%;
    padding-right: 40px;
  }
}
.new_one_body {
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .new_one_body {
    padding-bottom: 16px;
    padding-top: 16px;
    width: 42%;
  }
}
.new_one_body .news__date {
  margin-bottom: 16px;
}

.new_one_body .news__cat {
  margin-bottom: 16px;
}

.new_one__title {
  color: rgb(62, 64, 67);
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 992px) {
  .new_one__title {
    font-size: 42px;
  }
}
.btn_read {
  font-size: 18px;
  margin-top: 16px;
}

.footer {
  background: rgb(49, 50, 51);
  padding: 24px 0 40px 0;
  position: relative;
  bottom: inherit;
  z-index: 0;
}

@media screen and (min-width: 992px) {
  .footer {
    padding: 60px 0 40px 0;
    position: sticky;
    bottom: 0;
    z-index: 0;
  }
}
.footer_fl-top {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .footer_fl-top {
    text-align: left;
  }
}
.fl-top-wrapper {
  display: block;
}

.f-l_bl-el {
  max-width: 100%;
  margin-bottom: 20px;
}

.f-r_bl-el {
  max-width: 100%;
  margin-bottom: 20px;
}

.f_bl-el {
  /*    min-width: 18%;*/
  width: calc(50% - 10px);
}

.f-r_bl-el {
  width: 100%;
  margin-bottom: 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: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

@media screen and (min-width: 992px) {
  .fl-top-wrapper {
    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: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .f-r_bl-el {
    width: 100%;
    margin-bottom: 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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .f-l_bl-el {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
  .f-r_bl-el {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .f-l_bl-el {
    /* width: 25%; */
    width: 20%;
    margin-bottom: 0;
  }
  .f-r_bl-el {
    /* width: 75%; */
    width: 80%;
    margin-bottom: 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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.logo_footer {
  margin-bottom: 32px;
  text-decoration: none;
  display: block;
  text-align: left;
}

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

.mail_foot,
.tell_foot {
  color: #F6F4EC;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}

.mail_foot:hover,
.tell_foot:hover {
  text-decoration: none;
  color: #F6F4EC;
  opacity: 0.8;
}

.mail_foot, .tell_foot {
  display: none;
}

@media screen and (min-width: 768px) {
  .mail_foot, .tell_foot {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .mail_foot, .tell_foot {
    display: block;
  }
}
.f_bl-title {
  color: rgb(246, 244, 236);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.3px;
  text-align: left;
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
}

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

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

@media screen and (min-width: 992px) {
  .foot-list {
    margin: 0px 0 20px 0;
  }
  .foot-list li {
    margin-bottom: 16px;
  }
}
.foot-list li a {
  color: rgba(246, 244, 236, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: left;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .foot-list li a {
    font-size: 18px;
  }
}
.foot-list li a:hover {
  color: rgb(246, 244, 236);
  text-decoration: none;
  padding-left: 10px;
  padding-right: 0;
}

.foot-list li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgb(226, 139, 5);
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 11px;
  opacity: 0;
}

.foot-list li a:hover:before {
  opacity: 1;
}

.footer_fl-bottom {
  border-top: 1px solid rgba(232, 232, 232, 0.1);
  padding-top: 20px;
  text-align: left;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .footer_fl-bottom {
    padding-top: 24px;
    margin-top: 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: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.foot_b-menu {
  margin: 12px 0;
}

@media screen and (min-width: 992px) {
  .foot_b-menu {
    margin: 0;
  }
}
.foot_design span,
.foot_design a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.copy,
.foot_design,
.foot_b-menu a,
.foot_b-menu span {
  color: rgba(246, 244, 236, 0.5);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 135%;
  text-decoration: none;
}

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

.foot_b-menu a {
  padding-left: 0px;
  padding-right: 22px;
}

@media screen and (min-width: 768px) {
  .foot_b-menu a {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.soc_wrapper-container {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .soc_wrapper-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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.soc_wrapper-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: 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;
}
@media screen and (min-width: 768px) {
  .soc_wrapper-block {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.soc_wrapper-title {
  color: #F6F4EC;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.3px;
  margin-right: 24px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .soc_wrapper-title {
    width: auto;
  }
}
.soc_wrapper {
  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: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  margin-top: 12px;
}
.footer .soc_wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (min-width: 992px) {
  .soc_wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-top: 0;
  }
}
.soc_wrapper .soc_el {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  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;
  position: relative;
  padding: 10px;
}

.soc_wrapper .soc_el:hover {
  opacity: 1;
}

.soc_wrapper .soc_el:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #E28B05;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

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


.btn-foot_contact{
  background-color: #E28B05;
  height: 52px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.2px;
  text-decoration: none;
  margin-right: 12px;
  margin-left: 0;
  padding: 10px 16px;
  line-height: 34px;
  color: #fff;
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  .btn-foot_contact{
    margin-top: 0;
  }
}
.btn-foot_contact:hover{
  text-decoration: none;
  color: #fff;
  background: rgba(226, 139, 5, 0.5);
}
.top_link {
  width: 48px;
  height: 48px;
  background: #E28B05;
  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;
  cursor: pointer;
}

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

.cookies__wrapper {
  position: fixed;
  z-index: 120;
  right: 32px;
  bottom: 32px;
}

.cookies_block {
  border-radius: 12px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(146, 141, 133, 0.3);
  box-shadow: 0px 16px 32px 0px rgba(146, 141, 133, 0.3);
  background: rgb(246, 244, 236);
  width: 300px;
  max-width: 100%;
  padding: 20px 20px 10px 20px;
  position: relative;
}

@media screen and (min-width: 500px) {
  .cookies_block {
    width: 400px;
  }
}
.coockies_title {
  color: rgb(62, 64, 67);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  padding-right: 40px;
}

.coockies_text {
  color: rgb(101, 101, 101);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}

.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: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.cookie__btns button {
  padding: 12px 10px;
  white-space: nowrap;
  margin: 0px 0 10px 0;
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .cookie__btns button {
    width: auto;
    min-width: 170px;
    white-space: nowrap;
    margin: 0px 0 10px 0;
  }
}
.cookie__btn.btn_main {
  border: 1px solid #e28b05;
}

.cookie__btn.btn_tr {
  color: rgb(62, 64, 67);
  border: 1px solid rgb(208, 208, 208);
  background: #f6f4ec;
}

.btn_close {
  width: 12px;
  height: 12px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/close.svg);
  background-size: auto;
  cursor: pointer;
}

.cookies_btn {
  position: absolute;
  right: 20px;
  top: 20px;
}

.content__wrapper {
  position: relative;
  z-index: 2;
  /*  background: #fffef6;*/
  background: #fff;
}

.article__content-top {
  padding-bottom: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .article__content-top {
    padding-bottom: 0px;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
}
.title_article {
  color: rgb(62, 64, 67);
  font-size: 30px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 24px;
  width: 956px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .title_article {
    font-size: 52px;
  }
}
.article_date_wrapper {
  display: block;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-bottom: 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: 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) {
  .article_date_wrapper {
    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;
  }
}
.article_date {
  color: rgb(144, 144, 144);
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}

.article_cat {
  color: #E28B05;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 15px;
}

@media screen and (max-width: 359px) {
  .article_date {
    font-size: 14px;
  }
  .article_cat {
    font-size: 14px;
  }
}
.article_cat:before {
  content: "";
  border-radius: 1px;
  background: #E28B05;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

.article_img {
  height: auto;
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .article_img {
    height: auto;
    width: 100%;
    margin-bottom: 52px;
  }
}
.article_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  border-radius: 12px;
}

.article__content-bot {
  /*    width: 888px;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 40px;
}

.article__content-bot .container{
  border-bottom: 1px solid rgb(208, 208, 208);
}
@media screen and (min-width: 992px) {
  .article__content-bot {
    width: 66.2%;
    padding-top: 0px;
    padding-bottom: 60px;
    /*    border-bottom: 1px solid rgb(208, 208, 208);*/
    margin-bottom: 70px;
    /*        padding-bottom: 0px;*/
  }
  .article__content-bot {
    margin-top: 0px;
  }
}
.citat_block {
  padding: 16px 16px 16px 16px;
  border-left: 3px solid #E28B05;
  color: rgb(33, 33, 33);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  margin: 24px 0;
}

@media screen and (min-width: 992px) {
  .citat_block {
    padding: 16px 40px 16px 40px;
    font-size: 24px;
    line-height: 29px;
    margin: 52px 0;
  }
}
.article-text_img {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.iframe_conteyner {
  height: 0px;
  padding-bottom: 56.2%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.iframe_conteyner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.custom_style-text img,
.article__wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.custom_style-text h2,
.custom_style-text h3,
.article__wrapper h2,
.article__wrapper h3 {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .custom_style-text h2,
  .custom_style-text h3,
  .article__wrapper h2,
  .article__wrapper h3 {
    margin-top: 52px;
  }
}
.custom_style-text ul,
.article__wrapper ul {
  list-style-type: square;
  padding-left: 0;
  margin-top: 24px;
}

.custom_style-text ul,
.custom_style-text ol,
.article__wrapper ul,
.article__wrapper ol {
  margin-left: 24px;
}

.custom_style-text ul li,
.custom_style-text ol li,
.article__wrapper ul li,
.article__wrapper ol li {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .custom_style-text ul li,
  .custom_style-text ol li,
  .article__wrapper ul li,
  .article__wrapper ol li {
    margin-bottom: 8px;
  }
}
.custom_style-text ul li strong,
.article__wrapper ul li strong {
  display: block;
  font-weight: bold;
  margin-left: 0;
  color: #000;
}

.custom_style-text ul li::marker,
.article__wrapper ul li::marker {
  color: #e28b05;
  line-height: 18px;
  font-size: 24px;
}

.custom_style-text ol li::marker,
.article__wrapper ol li::marker {
  color: #e28b05;
}

.custom_style-text ol li strong,
.article__wrapper ol li strong {
  display: block;
  font-weight: bold;
  margin-left: 0;
  color: #000;
}

.slider_article {
  margin-top: 52px;
  margin-bottom: 52px;
}
.article__wrapper
.slider_article 
.container{
  padding: 0;
}

.swiper__article {
  margin-bottom: 24px;
}

.swiper__article .swiper-slide {
  width: 100%;
}

.swiper__article .swiper-slide img {
  /*    height: 34.75rem;*/
  height: 300px;
  border-radius: 12px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .swiper__article .swiper-slide img {
    height: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper__article .swiper-slide img {
    height: 556px;
  }
}
.swiper__article .swiper_trumb {
  text-align: center;
}

.swiper_trumb .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper_trumb .swiper-slide {
  width: 96px;
  height: 60px;
  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;
  opacity: 0.5;
  cursor: pointer;
}

.swiper_trumb .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper_trumb .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  border-radius: 6px;
}

.swiper__article .swiper-button-next,
.swiper__article .swiper-button-prev {
  width: 46px;
  height: 46px;
  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;
  background: #fff;
  border-radius: 50%;
}

.swiperNew .news__el {
  width: 100%;
  margin-bottom: 0;
  height: 100%;
}

.swiperNew .swiper-slide {
  height: auto;
}

@media screen and (max-width: 991px) {
  .swiperNew .swiper-slide {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .swiperNew .swiper-slide {
    width: 280px;
  }
}
.rel__section {
  padding-bottom: 60px;
}

.why_icons-elems {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 30px 0 0px 0;
}
@media screen and (max-width: 400px) {
  .why_icons-elems {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .why_icons-elems {
    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: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding: 30px 0 0px 0;
  }
}

@media screen and (max-width: 400px) {
  .why_icons-elems {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.why_icons-elem {
  height: 318px;
  border-radius: 12px;
  background: #F6F4EC;
  padding: 24px 24px 20px 24px;
  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;
  width: calc(50% - 12px);
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .why_icons-elem {
    height: 318px;
    border-radius: 12px;
    background: #F6F4EC;
    padding: 24px 24px 20px 24px;
    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;
    width: 25%;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .why_icons-elem {
    padding: 16px 16px 10px 16px;
  }
}

@media screen and (max-width: 460px) {
  .why_icons-elem {
    height:  auto;
  }
}
@media screen and (max-width: 400px) {
  .why_icons-elem {
    padding: 16px 16px 10px 16px;
    margin-bottom: 16px;
    width: calc(50% - 8px);
  }
}
.why_icons-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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.why_icons-img svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 400px) {
  .why_icons-img svg {
    width: 50px;
    height: 50px;
    max-width: 100%;
    max-height: 100%;
  }
}
.why_icons-elem:hover .why_icons-img svg{
  transform: scale(0.7);
  position: relative;
  top: -10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .why_icons-elem .why_icons-img svg{
    transform: scale(0.7);
    position: relative;
    /*      top: -10px;
          right: -10px;*/
    transform-origin: right top;
  }
}
.why_icons-title {
  color: rgb(62, 64, 67);
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  /*  -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;*/
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 24px;
}

@media screen and (max-width: 400px) {
  .why_icons-title {
    font-size: 18px;
    line-height: 120%;
  }
}


.why_icons-bott {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 24px;
}
@media screen and (max-width: 460px) {
  .why_icons-bott {
    bottom: inherit;
  }
}
.why_icons-elem:hover .why_icons-bott {
  position: absolute;
}
.why_icons-elem:hover  .why_icons-title{
  position: relative;
  left: 0;
  bottom: inherit;
  top: 0;
  padding: 0 0px;
}

.why_icons-text {
  position: relative;
  opacity: 0;
  color: rgb(101, 101, 101);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: auto;
  margin-bottom: -100%;
}

@media screen and (max-width: 400px) {
  .why_icons-text {
    font-size: 14px;
    line-height: 120%;
  }
}

.why_icons-elem:hover .why_icons-text {
  opacity: 1;
  height: auto;
  /*bottom: 0;*/
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .why_icons-elem .why_icons-bott {
    position: relative;
    padding: 0;
  }
  .why_icons-elem:hover .why_icons-bott {
    position: relative;
  }
  .why_icons-elem  .why_icons-title{
    position: relative;
    left: 0;
    bottom: inherit;
    top: 0;
    padding: 0 0px;
  }
  .why_icons-title {
    font-size: 18px;
    line-height: 120%;
  }

  .why_icons-elem .why_icons-text {
    opacity: 1;
    height: auto;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 120%;
  }
}
.vac_sec-top {
  border-top: 1px solid rgb(232, 232, 232);
}

.vac__blocks-wrapper {
  display: block;
}

@media screen and (min-width: 768px) {
  .vac__blocks-wrapper {
    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;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.vac__block-l {
  padding: 24px 0px 8px 0px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .vac__block-l {
    padding: 48px 48px 48px 0px;
    width: 33%;
  }
}
.vac__block-r {
  padding: 24px 0px 16px 0px;
  border-left: none;
  width: 100%;
  border-top: 1px solid rgb(232, 232, 232);
}

@media screen and (min-width: 768px) {
  .vac__block-r {
    padding: 24px 0px 24px 48px;
    border-left: 1px solid rgb(232, 232, 232);
    width: 67%;
    border-top: none;
  }
}
.faq_element-container {
  margin-bottom: 40px;
}

.faq_element-head {
  padding: 16px 30px 16px 0px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .faq_element-head {
    padding: 20px 30px 20px 0px;
    position: relative;
  }
}
.faq_element-question {
  color: rgb(144, 144, 144);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.1px;
  line-height: 120%;
}

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

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

@media screen and (min-width: 992px) {
  .faq_element-icon {
    top: 20px;
    width: 22px;
    height: 22px;
  }
}
.faq_element-answer p,
.faq_element-answer {
  color: rgb(34, 34, 34);
  font-size: 16px;
  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(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vac_inv-title {
  color: #E28B05;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .vac_inv-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .vac_inv-title {
    font-size: 42px;
  }
}
.vac_inv-mail {
  color: rgb(62, 64, 67);
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.5px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .vac_inv-mail {
    font-size: 26px;
  }
}
.vac_inv-mail:hover {
  text-decoration: none;
  opacity: 0.8;
  color: rgb(62, 64, 67);
}

.vac__elem-wrap {
  padding: 32px 72px 16px 0;
  border-bottom: 1px solid rgb(232, 232, 232);
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

@media screen and (max-width: 500px) {
  .vac__elem-wrap {
    display: block;
    padding: 16px 40px 0px 0;
  }
}
.vac__elem-img {
  width: 128px;
  height: 96px;
  border-radius: 8px;
  background: rgb(239, 219, 219);
  text-decoration: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
}

@media screen and (max-width: 500px) {
  .vac__elem-img {
    width: 128px;
    height: 96px;
    margin-bottom: 16px;
  }
}
.vac__elem-img img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.vac__el-title {
  color: rgb(62, 64, 67);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 768px) {
  .vac__el-title {
    font-size: 26px;
  }
}
.vac__el-title:hover {
  color: rgb(62, 64, 67);
  text-decoration: none;
  opacity: 0.7;
}

.vac__el-list,
.vac__el-list-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: 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: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 16px;
}

.vac__el-item {
  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;
  padding: 8px 12px;
  border: 1px solid rgb(208, 208, 208);
  border-radius: 30px;
  color: rgb(62, 64, 67);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
}

.vac__el-item-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-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgb(208, 208, 208);
  border-radius: 30px;
  color: rgb(62, 64, 67);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
}

@media screen and (min-width: 992px) {
  .vac__el-item-top {
    padding: 14px 24px;
    font-size: 16px;
  }
}
.vac__elem-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E28B05;
  background-image: url(../img/arrow_vac.svg);
  position: absolute;
  right: 0;
  top: 32px;
  top: 50%;
  margin-top: -26px;
}

.vac__elems-none {
  width: 675px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .vac__elems-none {
    padding-top: 60px;
  }
}
.vac__el-none-img {
  text-align: center;
  margin-bottom: 24px;
}

.vac__el-none-img img {
  display: inline-block;
}

.vac__el-none-title {
  color: rgb(62, 64, 67);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 16px;
}

.vac__el-none-text {
  color: rgb(91, 93, 96);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.3px;
  text-align: center;
  margin-bottom: 16px;
}

.vac__descript {
  padding: 0px 0 0 0;
}

.vac_inv-button {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .vac_inv-button {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.vac__btn {
  margin-top: 52px;
  margin-bottom: 24px;
}

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

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

@media screen and (min-width: 992px) {
  .error_block {
    padding: 32px 0 70px 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: rgb(62, 64, 67);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .error_title {
    font-size: 32px;
  }
}
.error_text {
  color: rgb(62, 64, 67);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.3px;
  text-align: center;
  margin-bottom: 24px;
}

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

.simple__page-wrapper {
  min-height: 50vh;
  padding-top: 0px;
  padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .simple__page-wrapper {
    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;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.simple__page-menu {
  padding-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .simple__page-menu {
    width: 30%;
    padding: 0 12px 0 0;
  }
  .simple__page-block {
    width: 70%;
    padding-left: 12px;
    /*    margin-bottom: 40px;*/
  }
}
.simple__page-block .title_main span{
  display: block;
}
@media screen and (min-width: 1024px) {
  .simple__page-menu {
    width: 33%;
    padding: 0 12px 0 0;
  }
  .simple__page-block {
    width: 67%;
    padding-left: 12px;
    /*    margin-bottom: 40px;*/
  }
  .simple__page-block {
    padding-bottom: 30px;
  }
}
.aside__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .aside__list {
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .aside__list {
    max-width: 320px;
  }
}
.aside__list li {
  margin: 0 0 8px 0;
  border-radius: 12px;
  background: #F6F4EC;
  padding: 0 16px;
}

.aside__list li a {
  color: rgb(62, 64, 67);
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 17px 0px 17px 0px;
  overflow: hidden;
}

.aside__list li a:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: -20px;
  top: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url(../img/arr_list.svg);
}

.aside__list li.active a, .aside__list li a:hover {
  padding-left: 20px;
  color: #E28B05;
}

.aside__list li.active a:before,
.aside__list li a:hover:before {
  left: 0;
}

.map_wrapper {
  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: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  /*    -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 16px;
      -moz-column-gap: 16px;
      column-gap: 16px;  */
}

.map_block {
  width: 100%;
  margin-bottom: 30px;
  border-top: 2px solid rgb(232, 232, 232);
  padding-top: 12px;
  margin-bottom: 20px;
}

@media screen and (min-width: 460px) {
  .map_block {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .map_wrapper {
    /*        -webkit-column-count: 4;
             -moz-column-count: 4;
            column-count: 4; */
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .map_block {
    width: calc(24% - 12px);
    padding-top: 20px;
    margin-bottom: 40px;
  }
}
.map_title {
  color: rgb(62, 64, 67);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.3px;
  margin-bottom: 24px;
}

.map_block a {
  color: rgb(62, 64, 67);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 120%;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 0px;
  min-height: 11px;
  margin: 16px 0 16px 0;
  overflow: hidden;
}

.map_block a:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: rgb(226, 139, 5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.map_block a:hover {
  opacity: 0.8s;
  color: rgb(226, 139, 5);
  padding-left: 14px;
}

.map_block a:hover:before {
  left: 0px;
}

.cont_section {
  padding-bottom: 40px;
}

.contact_elems-one {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .contact_elems-one {
    margin-bottom: 60px;
  }
}
.contact_elems-one-gr,
.contact_elems-groupe {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media screen and (max-width: 500px) {
  .contact_elems-one-gr,
  .contact_elems-groupe {
    display: block;
  }
}
.contact-on_el {
  width: calc(50% - 24px);
  margin-bottom: 10px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .contact-on_el {
    width: calc(25% - 24px);
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
  .contact-on_el {
    width: 100%;
    margin-bottom: 32px;
    margin-top: 20px;
  }
}
.contact_elem-wr {
  padding: 16px;
  width: 100%;
  border-radius: 12px;
  background: #F6F4EC;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .contact_elem-wr {
    padding: 32px;
    border-radius: 12px;
    background: #F6F4EC;
    width: calc(50% - 24px);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .contact_elem-wr {
    padding: 16px;
    width: 100%;
  }
}
.contact_elem-title {
  color: rgb(62, 64, 67);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(208, 208, 208);
}

@media screen and (min-width: 768px) {
  .contact_elem-title {
    font-size: 26px;
    padding-bottom: 20px;
  }
}
.contact_elem-body {
  margin-top: -4px;
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media screen and (max-width: 500px) {
  .contact_elem-body {
    display: block;
  }
}
.contact_el {
  width: calc(50% - 24px);
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .contact_el {
    width: calc(50% - 24px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {
  .contact_el {
    width: 100%;
    margin-top: 24px;
  }
}
.contact_item-title {
  color: rgb(144, 144, 144);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
}

.contact_item-title:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: #e28b05;
  position: absolute;
  left: 0;
  top: 6px;
}

.link_tell {
  color: rgb(62, 64, 67);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link_tell:hover {
  text-decoration: none;
  color: rgb(62, 64, 67);
  opacity: 0.8;
}

.link_mail {
  color: #E28B05;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-decoration: underline;
}

.link_mail:hover {
  color: #E28B05;
  text-decoration: none;
}

.cont_el-text {
  color: rgb(62, 64, 67);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.3px;
}

.sec_w_img {
  display: block;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .sec_w_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-bottom: 60px;
  }
}
.l_w_img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.r_w_img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.w_img {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.w_img img {
  border-radius: 16px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 768px) {
  .w_img {
    width: 42%;
  }
}
.w_text {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  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;
}

@media screen and (min-width: 768px) {
  .w_text {
    width: 50%;
  }
}
.d_block-wrapper {
  width: 774px;
  max-width: 100%;
}

.w_block-wrapper .title_main span{
  display: block;
}
.dev_section {
  /*   padding-bottom: 40px;
     border-radius: 0 0 24px 24px ;*/
}

.d_icons-elems {
  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: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 0 0 0px 0;
}

.d_icons-elem {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 16px;
  background: #F6F4EC;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .d_icons-elem {
    padding: 32px;
    width: calc(50% - 24px);
  }
  .elem-th {
    padding: 32px;
    width: calc(50% - 24px);
  }
}
@media screen and (min-width: 1024px) {
  .elem-th {
    padding: 32px;
    width: calc(33.33% - 16px);
  }
}
.elem-th .d_icons-img {
  padding-right: 50%;
  position: relative;
}

.d_icons-img {
  margin-bottom: 16px;
}

.d_icons-img img {
  width: 52px;
  height: 52px;
}

@media screen and (min-width: 768px) {
  .d_icons-img {
    margin-bottom: 24px;
  }
  .d_icons-img img {
    width: 62px;
    height: 62px;
  }
}
.d_icons-title {
  color: rgb(62, 64, 67);
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .d_icons-title {
    color: rgb(62, 64, 67);
    font-size: 26px;
  }
}
.d_icons-text {
  color: rgb(101, 101, 101);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
  .d_icons-text {
    font-size: 18px;
  }
}
.el_num {
  position: absolute;
  right: 0;
  top: 0;
  color: rgb(226, 139, 5);
  font-size: 52px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
}

.video_section {
  background: rgb(49, 50, 51);
  position: relative;
}

.video_section:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  /*  background: #fffef6;*/
  background: #fff;
  border-radius: 0 0 24px 24px;
}

.video_el-wrap {
  position: relative;
  display: block;
  z-index: 10;
}

.video_el-wrap img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.video_el-wrap span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.tech_section {
  background: rgb(49, 50, 51);
}

.tech_section_top {
  margin-top: -500px;
  padding-top: 500px;
  margin-bottom: 60px;
}

.tech_section .title_main {
  color: #fff;
}

.tech_links-wrap {
  display: block;
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (min-width: 768px) {
  .tech_links-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;
  }
}
.tech_links-list,
.tech_links-img {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.tech_links-list {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .tech_links-list,
  .tech_links-img {
    width: 42%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .tech_links-list {
    margin-bottom: 0px;
  }
}
.tech_link-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 16px;
  padding-bottom: 16px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 54px;
}

@media screen and (min-width: 768px) {
  .tech_link-item {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 42px;
  }
}
.tech_link-item:hover {
  color: rgb(255, 255, 255);
}

.tech_link-item svg {
  position: absolute;
  right: 0;
  top: 24px;
}

.tech_link-item:hover svg path {
  fill-opacity: 1;
}

.tech_img {
  margin-bottom: 32px;
}

.tech_img img {
  border-radius: 16px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.tech_text {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.3px;
}

.ab-top-block {
  display: block;
  margin-left: -12px;
  margin-right: -12px;
}

.ab-top-title {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.ab-top_text {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (min-width: 768px) {
  .ab-top-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ab-top-title {
    width: 42%;
  }
  .ab-top_text {
    width: 50%;
  }
}
.ab-top_citat {
  color: rgb(226, 139, 5);
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.ab-img-block {
  display: block;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .ab-img-block {
    margin-bottom: 40px;
  }
}
.ab-img-b {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  max-height: 200px;
  margin-bottom: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.ab-img-s {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  height: 200px;
}

@media screen and (min-width: 500px) {
  .ab-img-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .ab-img-b {
    /*    width: 75%;*/
    width: 67%;
    height: inherit;
    margin-bottom: 0;
    max-height: inherit;
  }
  .ab-img-s {
    /*    width: 25%;*/
    width: 33%;
    height: inherit;
  }
}
.ab-img-b img,
.ab-img-s img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
}
.ab-img-b img{
  /* width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; */
  margin-bottom: 12px;
}


@media screen and (min-width: 500px) {
  .ab-img-b img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }
}

.ab-h-block {
  display: block;
  margin-left: -12px;
  margin-right: -12px;
}

.ab-h_img {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .ab-h_img {
    text-align: center;
  }
}
.ab-h_img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border-radius: 12px;
  background: rgb(217, 217, 217);
}
@media screen and (max-width: 500px) {
  .ab-h_img img {
    width: 100%;
  }
}
.ab-h_text {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (min-width: 768px) {
  .ab-h-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .ab-h_img {
    width: 50%;
  }
  .ab-h_text {
    width: 50%;
  }
}
.fon_att-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../img/fon_att.png);
  min-height: 400px;
  padding-bottom: 60px;
  padding-top: 60px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .fon_att-section {
    min-height: 640px;
    margin-bottom: 36px;
  }
}
.fon_att-section .container {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.att_title_wrap {
  width: 660px;
  max-width: 100%;
  margin: 0;
}

.att_title_wrap .title_main {
  color: #fff;
  margin-bottom: 24px;
}

.att_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.3px;
  color: #fff;
}

.sec_t_img {
  display: block;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .sec_t_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
.l_t_img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.r_t_img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.r_t_img .t_img {
  text-align: right;
}

.t_img {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 12px;
}

.t_img img {
  border-radius: 16px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.t_text {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  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;
}

@media screen and (min-width: 768px) {
  .t_text {
    width: 60%;
  }
  .t_img {
    width: 40%;
    margin-bottom: 0;
  }
}
.t_top-text {
  color: rgb(62, 64, 67);
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .t_top-text {
    font-size: 28px;
  }
}
.t_team_el {
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  .t_team_el {
    margin-top: 32px;
  }
}
.t_team_name {
  color: rgb(62, 64, 67);
  font-size: 26px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.t_team_prof {
  color: rgb(101, 101, 101);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  padding-left: 32px;
  position: relative;
}

.t_team_prof:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #e28b05;
  position: absolute;
  left: 6px;
  top: 9px;
}

.pr_elems {
  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;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .pr_elems {
    margin-top: 60px;
  }
}
.pr_el {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .pr_el {
    width: calc(50% - 16px);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .pr_el {
    width: calc(33.33% - 16px);
    margin-bottom: 60px;
  }
}
.pr_el-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #F6F4EC;
  margin-bottom: 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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pr_el-title {
  color: rgb(62, 64, 67);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.pr_el-text {
  color: rgb(101, 101, 101);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .pr_el-title {
    font-size: 26px;
  }
  .pr_el-text {
    font-size: 18px;
  }
}
.of_text {
  color: rgb(101, 101, 101);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .of_text {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.btn_of-wrapp {
  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: 24px;
}

.of_sec-wrapper {
  /*    display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
       -webkit-align-items: center;
      align-items: center;
      column-gap: 24px;*/
  position: relative;
  padding: 0px 0;
  min-height: 466px;
}

@media screen and (min-width: 992px) {
  .of_sec-wrapper {
    padding: 50px 0;
  }
}
.of_sec-text {
  padding-right: 0px;
  width: 100%;
  position: relative;
  left: inherit;
  top: inherit;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media screen and (min-width: 992px) {
  .of_sec-text {
    padding-right: 60px;
    width: 42%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
.of_sec-wrapper .container{
  position: relative;
}

.of2_sec-text{
  padding-right: 0px;
  width: 100%;
  position: relative;
  float: none;
}
@media screen and (min-width: 992px) {
  .of2_sec-text{
    width: 42%;
    position: absolute;
    left: 16px;
    top: 0;
  }
}
.of_sec-slider {
  margin-right: 0;
  /*  -webkit-flex: 1 1 auto;
    flex: 1 1 auto;*/
  position: relative;
  left: inherit;
  top: inherit;
}

@media screen and (min-width: 992px) {
  .of_sec-slider {
    margin-right: -30%;
    /*  -webkit-flex: 1 1 auto;
        flex: 1 1 auto;*/
    position: relative;
    left: calc(42% + 24px);
    top: 0;
  }
}

.of2_sec-slider{
  position: relative;
  top: 0;
  width: 100%;
  left: inherit;
  z-index: 2;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .of2_sec-slider{
    position: relative;
    top: 0;
    width: 54%;
    left: 46%;
    z-index: 2;
    padding: 0;
    margin-bottom: 0;
  }
}
.swiperOfff .swiper-slide {
  width: 320px;
  height: auto!important;
}

@media screen and (min-width: 768px) {
  .swiperOfff .swiper-slide {
    width: 620px;
  }
}
.swiperOfff .swiper-slide img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  /*  max-width: 100%;
    max-height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}


.paginat_of {
  position: relative;
  right: inherit;
  left: inherit;
  top: inherit;
  bottom: inherit;
  margin: 0;
  height: 60px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: 64px;
}

.swiper-pagination-current {
  color: rgb(62, 64, 67);
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.3px;
  text-align: left;
  margin-right: 6px;
}

.swiper-pagination-total {
  color: rgb(176, 176, 176);
  font-size: 18px;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: -0.3px;
  text-align: left;
  margin-left: 0px;
}

.perCurr {
  color: rgb(176, 176, 176);
  font-size: 18px;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: -0.3px;
}
.coop-elems_wrapper {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .coop-elems_wrapper {
    /*    margin-top: 60px;*/
    margin-top: 0px;
  }
}
.coop-elem_wr {
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #D0D0D0;
}

@media screen and (min-width: 768px) {
  .coop-elem_wr {
    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;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #D0D0D0;
  }
}
.coop-elem_wr:last-child {
  border-bottom: none;
}

.coop-title {
  color: rgb(62, 64, 67);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .coop-title {
    font-size: 42px;
    width: 33.33%;
  }
}
.coop-text {
  padding-right: 60px;
  color: rgb(62, 64, 67);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  text-align: left;
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .coop-text {
    font-size: 18px;
    width: 33.33%;
    margin-bottom: 0;
  }
}
.coop-img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .coop-img {
    width: 33.33%;
  }
}
.coop-img img {
  border-radius: 12px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 768px) {
  .coop-img img {
    border-radius: 12px;
    width: 100%;
  }
}
.iframe_elem {
  margin-bottom: 40px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .iframe_elem {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}
.custom_slogan-wrap{
  position: relative;
}
.el_c{
  text-align: center;
  margin-bottom: 60px;
}
.custom_slogan-wrap{
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.btn_arr{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border:  1px solid rgba(232, 232, 232, 1);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 100%;
}
.custom_slogan {
  width: 888px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  max-width: 100%;
  /*    margin-bottom: 120px;*/
  color: #909090;
}

@media screen and (min-width: 768px) {
  .custom_slogan {
    font-size: 42px;
  }
}
.custom_sl-ma {
  /*  margin-bottom: 60px;*/
}

.custom_slogan span {
  color: #3E4043;
}

.supp-block {
  display: block;
}

@media screen and (min-width: 600px) {
  .supp-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-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
.supp_img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .supp_img {
    width: 50%;
  }
}
.supp_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.supp_text {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 16px;
}

@media screen and (min-width: 600px) {
  .supp_text {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.supp_text p {
  color: rgb(62, 64, 67);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
  border-bottom: 1px solid rgb(232, 232, 232);
  padding-bottom: 16px;
  padding-top: 16px;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .supp_text p {
    font-size: 20px;
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.supp_text p:last-child {
  border: none;
}

.supp-block {
  margin-top: 60px;
}

.resour_elems_wrap {
  display: block;
}

.resour_title-bl {
  width: 100%;
}

.resour_elems-bl {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .resour_elems_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-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .resour_title-bl {
    width: 42%;
  }
  .resour_elems-bl {
    width: 50%;
  }
}
.el-donl-wrap {
  border: 1px solid rgb(208, 208, 208);
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 10px 16px 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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

@media screen and (min-width: 768px) {
  .el-donl-wrap {
    border: 1px solid rgb(208, 208, 208);
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 16px 16px 24px 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: 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;
  }
}
.el-donl-img {
  width: 60px;
  height: 60px;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/ic_donl.svg);
  background-color: rgb(246, 244, 236);
  border-radius: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (min-width: 768px) {
  .el-donl-img {
    width: 112px;
    height: 112px;
    background-size: auto;
  }
}
.el-donl-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.el-d-title {
  color: rgb(62, 64, 67);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .el-d-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.el-d-text {
  color: rgb(144, 144, 144);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
}

.el-d-text span {
  margin-right: 16px;
}

.el-donl-icon {
  width: 36px;
  height: 36px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/ic_d.svg);
  /*  background-image: url(../img/ic_d.png);*/
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.s-img-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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-left: -12px;
  margin-right: -12px;
}

.s-img-b {
  width: 67%;
  padding-left: 12px;
  padding-right: 12px;
}

.s-img-s {
  width: 33%;
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (max-width: 500px) {
  .s-img-block {
    display: block;
    margin-left: -12px;
    margin-right: -12px;
  }
  .s-img-b {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .s-img-s {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.s-img-b img,
.s-img-s img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
}

@media screen and (max-width: 500px) {
  .s-img-b img,
  .s-img-s img {
    height: 200px;
    width: 100%;
  }
  .s-img-s img {
    margin-bottom: 16px;
  }
}
.adv-block-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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.adv-block {
  width: calc(50% - 8px);
  padding: 16px;
  border-radius: 16px;
  background: rgb(246, 244, 236);
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .adv-block-wrap {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .adv-block {
    width: calc(50% - 12px);
  }
}
.adv_title {
  color: rgb(62, 64, 67);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.adv_text {
  color: rgb(101, 101, 101);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
}

.adv_img svg {
  width: 42px;
  height: 42px;
}

@media screen and (min-width: 768px) {
  .adv-block {
    width: calc(50% - 12px);
    padding: 32px;
    margin-bottom: 24px;
  }
  .adv_title {
    font-size: 26px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .adv_text {
    font-size: 18px;
  }
  .adv_img svg {
    width: 62px;
    height: 62px;
  }
}
/*# sourceMappingURL=style.css.map */


#preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; background: #ffffff; z-index: 10000; }

.preloaderAnimation { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; position: relative; }
/* // #preloader{
//     opacity: 0;
// } */
#preloader.start-preloader { animation: hidePreloader 1s ease 3s 1 forwards;  }

#preloader.preloader-hidden { display: none; }

.start-preloader #preload1 { position: relative;  z-index: 2; animation: iconPreloader 4s; }

.start-preloader #preload2 { position: relative; animation: textPreloader 4s; }


@keyframes hidePreloader { 0% { opacity: 0.8; }
  100% { opacity: 0;
    display: none; } }

@keyframes iconPreloader { 0% { left:  -20rem; opacity: 0; }
  50% {  opacity: 1; }
  100% { left: 0rem; } }

@keyframes textPreloader { 0% { right: -20rem; opacity: 0;  }
  50% {  opacity: 1;  }
  100% { right: 0rem; } }


.progress-bar{
  position: absolute;
  left: 0;
  bottom: 0;
  /* // width: 100%; */
  height: 6px;
  background: #E28B05;
  z-index: 100;
  transition: all .2s ease 0s;
}
@media screen and (max-width: 767px) {
  .preloaderAnimation img:first-child{
    max-width: 20%;
  }
  .preloaderAnimation img:last-child{
    max-width: 50%;
  }

}




.check_link{
  display: block;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.check_link:hover{
  text-decoration: none;
}
.check_link:last-child{
  margin-bottom: 0;
}
.check_link input[type='checkbox'],
.check_link input[type='radio'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.text_param,
.check_link label{
  position: relative;
  color: rgb(62, 64, 67);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.3px;
  padding: 0 0px 0 32px;
  width: auto;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  padding-top: 4px;
}
.check_link label span:after,
.check_link label span:before,
.text_param:after,
.text_param:before{
  content: '';
  display: block;
  position: absolute;
}
.check_link label span:after,
.text_param:after{
  width: 22px;
  height: 22px;
  border: 1px solid gainsboro;
  left: 0;
  top: 3px;
  border-radius: 4px;
}
.check_link label
input[type='checkbox']:checked + span:after,
.check_on
.text_param:after{
  border: 1px solid #e28b05;
  background: #e28b05;
}
.check_link label span:before,
.text_param:before{
  display: none;
}
.check_link label
input[type='checkbox']:checked + span:before,
.check_on
.text_param:before{
  display: block;
  top: 9px;
  left: 5px;
  width: 12px;
  height: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #ffffff #ffffff;
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  border-radius: 0%;
  z-index: 2;
}